@charset "UTF-8";
/************  MIXINS   **************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
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"] {
  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;
  -moz-box-sizing: content-box;
  -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;
    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; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

body {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 14px;
  line-height: 1.625;
  color: #0b0b0b;
  background-color: #fff;
  font-weight: 400;
  overflow-x: hidden; }

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

a {
  color: #47afcf;
  text-decoration: underline;
  cursor: pointer; }
  a:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #e1e1e1; }

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #0b0b0b; }
  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: #828282; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin: 0; }
  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: 0; }
  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: 36px; }

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

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

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

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

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

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 51px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

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 {
  text-transform: uppercase; }

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

.text-muted {
  color: #fff; }

.text-primary {
  color: #fff103;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Gotham", sans-serif;
  padding-left: 30px;
  font-size: 10px; }

a.text-primary:hover {
  color: #cfc400; }

.text-success {
  color: #3c763d;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Gotham", sans-serif;
  padding-left: 30px;
  font-size: 10px; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Gotham", sans-serif;
  padding-left: 30px;
  font-size: 10px; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Gotham", sans-serif;
  padding-left: 30px;
  font-size: 10px; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Gotham", sans-serif;
  padding-left: 30px;
  font-size: 10px; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

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

a.bg-primary:hover {
  background-color: #cfc400; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #999; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  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: 22px; }

dt,
dd {
  line-height: 1.625; }

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 #828282; }

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

blockquote {
  padding: 13px 26px 13px 70px;
  margin: 0 0 22px;
  font-size: 17.5px;
  border-left: 3px solid #999; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    font-size: 12px;
    line-height: 1.625;
    color: #0b0b0b;
    font-weight: 800;
    text-transform: uppercase;
    font-style: normal; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 3px solid #999;
  border-left: 0;
  text-align: right; }
  .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: 22px;
  font-style: normal;
  line-height: 1.625; }

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: 3px; }

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

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.625;
  word-break: break-all;
  word-wrap: break-word;
  color: #3e3e3e;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px; }
  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: 0) {
    .container {
      width: 100vw; } }
  @media (min-width: 992px) {
    .container {
      width: calc(100vw - 380px); } }
  @media (min-width: 1200px) {
    .container {
      width: calc(100vw - 380px); } }
  @media (min-width: 1600px) {
    .container {
      width: calc(100vw - 526px); } }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .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: 10px 5px;
    line-height: 1.625;
    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: 1px solid #ddd; }
  .table .table {
    background-color: #fff; }

.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: 5px; }

.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-striped > tbody > tr:nth-child(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: 16.5px;
      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: 22px;
  font-size: 16px;
  line-height: inherit;
  color: #0b0b0b;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.625;
  color: #8899a6; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 9px 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  font-family: "HelveticaNeue", sans-serif;
  color: #8899a6;
  background-color: transparent;
  background-image: none;
  border: none; }
  .form-control:focus {
    border-color: #e5e5e5;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control::-moz-placeholder {
    color: #67747a;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #67747a; }
  .form-control::-webkit-input-placeholder {
    color: #67747a; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #999;
    opacity: 1; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 36px; }
  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[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[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[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"] {
    line-height: 30px; }
  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[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[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[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"] {
    line-height: 50px; } }

.form-control-static {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0; }
  .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, .form-group-sm .form-control {
  height: 30px;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

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

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .form-group-sm .form-control,
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], .form-group-sm .form-control {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .form-group-lg .form-control {
  height: 50px;
  padding: 13px 28px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px; }

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

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .form-group-lg .form-control,
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], .form-group-lg .form-control {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  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 {
  width: 50px;
  height: 50px;
  line-height: 50px; }

.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 {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

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

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

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

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

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

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

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

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

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

.has-feedback label ~ .form-control-feedback {
  top: 27px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #4b4b4b; }

@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: 10px; }

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

.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 {
    margin-bottom: 0;
    padding-top: 10px; } }

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

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

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

.btn {
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background: none;
  border: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
  text-decoration: none !important; }
  .btn span {
    align-self: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Gotham", sans-serif;
    text-decoration: none !important; }
  .btn svg {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    overflow: visible; }
    .btn svg path, .btn svg use {
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      vector-effect: non-scaling-stroke; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn-default span {
    color: #47afcf;
    text-decoration: none; }
  .btn-default path {
    fill: none;
    stroke: #47afcf;
    stroke-width: 1px; }
  .btn-default.btn-cart span, .btn-default.btn-cart a {
    color: #0b0b0b; }
  .btn-default.btn-cart path {
    stroke: #0b0b0b; }
  .btn-primary {
    padding: 15px 45px; }
    .btn-primary span {
      color: #0b0b0b;
      position: relative; }
    .btn-primary path {
      transform-origin: bottom; }
    .btn-primary .main {
      fill: #f0df14;
      stroke: #e8d81c;
      stroke-width: 1px; }
    .btn-primary .shadow {
      fill: #b5ac53;
      stroke: none; }
    .btn-primary:hover .shadow {
      transform: translateY(-4px);
      fill: #e8d81c; }
  .btn:hover, .btn:focus, .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none; }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: default;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-danger {
  color: #fff;
  background-color: #f6821f;
  border-color: #f2750a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d96909;
    border-color: #b75807; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #f6821f;
    border-color: #f2750a; }
  .btn-danger .badge {
    color: #f6821f;
    background-color: #fff; }

.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:hover, .btn-link:focus {
  color: #666;
  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: #828282;
  text-decoration: none; }

.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.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none;
  visibility: hidden; }
  .collapse.in {
    display: block;
    visibility: visible; }

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 solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.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: 400px;
  padding: 10px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  -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;
  color: #0b0b0b; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: #0b0b0b;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none; }

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

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

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

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.625;
  color: #828282;
  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 solid;
  content: ""; }

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

@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-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-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: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-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;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.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: 9px 28px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #8899a6;
  text-align: center;
  background-color: #999;
  border: 1px solid #e5e5e5;
  border-radius: 3px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 20px;
    font-size: 12px;
    border-radius: 0px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 13px 28px;
    font-size: 18px;
    border-radius: 0px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  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 {
    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 45px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none; }
    .nav > li.disabled > a {
      color: #828282; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #828282;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #999;
    border-color: #666; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs > li {
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.2); }
  .nav-tabs > li > a {
    line-height: 1.625;
    color: #fff;
    padding: 20px; }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    cursor: default; }

.tab-content {
  border: 1px solid transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 3px; }
  .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: #0b0b0b;
    background-color: transparent;
    border-bottom: 2px solid #6eae34; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    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: 3px; }
  .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: 3px 3px 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;
  visibility: hidden; }

.tab-content > .active {
  display: block;
  visibility: visible; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 3px; } }

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

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

.navbar-collapse {
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 9px 15px;
  font-size: 18px;
  line-height: 22px;
  height: 40px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 4.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 2px;
  margin-bottom: 2px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 2px;
  margin-bottom: 2px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 5px;
    margin-bottom: 5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 9px;
    margin-bottom: 9px; }

.navbar-text {
  margin-top: 9px;
  margin-bottom: 9px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #a8a8a8; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #a8a8a8; }
  .navbar-inverse .navbar-nav > li > a {
    color: #a8a8a8; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #a8a8a8; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #a8a8a8; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #a8a8a8; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumbs {
  margin-bottom: 0;
  list-style: none; }
  .breadcrumbs .breadcrumb {
    display: block;
    padding: 15px 0;
    margin: 0; }
    .breadcrumbs .breadcrumb > li {
      display: inline; }
      .breadcrumbs .breadcrumb > li + li:before {
        content: "/ ";
        padding: 0 5px;
        color: #0b0b0b; }
    .breadcrumbs .breadcrumb > .active {
      font-weight: 600; }
    .breadcrumbs .breadcrumb a {
      color: #67747a;
      text-decoration: none; }
  .breadcrumbs h2 {
    margin: 0;
    float: left;
    font-weight: 400;
    position: relative; }

.paging {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.pagination {
  display: inline-block;
  padding: 10px;
  margin: 0; }
  .pagination > li {
    display: inline-block;
    position: relative;
    width: 45px;
    text-align: center;
    margin: 5px 8px 0 0; }
    .pagination > li svg {
      width: 100%;
      stroke: #47afcf;
      stroke-width: 1px;
      fill: none;
      position: absolute;
      left: 0;
      top: 0; }
    .pagination > li > a, .pagination > li > span {
      position: relative;
      line-height: 41px;
      width: 40px;
      height: 34px;
      text-decoration: none !important;
      text-align: center;
      color: #47afcf;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Gotham", sans-serif;
      font-size: 15px;
      padding: 10px 15px; }
    .pagination > li:first-child > a, .pagination > li:first-child > span {
      margin-left: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    color: #47afcf; }
  .pagination > .active svg {
    stroke: #67747a; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    color: #67747a;
    cursor: default; }

.pager {
  padding-left: 0;
  margin: 22px 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 {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #999; }
  .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: #828282;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline-block;
  font-size: 100%;
  font-weight: normal;
  line-height: 64px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 100%;
  width: 64px;
  height: 64px; }
  .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: #828282; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: dimgray; }

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

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

.label-info {
  background-color: #03a9f4; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #0286c2; }

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #828282;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #666;
    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; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.625;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #0b0b0b; }

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

.alert {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid transparent;
  border-radius: 5px; }
  .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: 30px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

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

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

.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; }
  .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.list-group-item a {
  color: #555; }
  .list-group-item a .list-group-item-heading {
    color: #333; }
  .list-group-item a:hover, .list-group-item a:focus {
    text-decoration: none;
    color: #0b0b0b;
    background-color: transparent; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #999;
  color: #828282;
  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: #828282; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #fff103;
  border-color: #fff103; }
  .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: #fffccf; }

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

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

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

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

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

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.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.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #0b0b0b;
  text-shadow: 0 1px 0 #fff; }
  .close:hover, .close:focus {
    color: #0b0b0b;
    text-decoration: none;
    cursor: pointer; }

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: 10100;
  -webkit-overflow-scrolling: touch; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #0b0b0b; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.625px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.625; }

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

.modal-footer {
  padding: 15px;
  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-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  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: #0b0b0b;
  text-align: center;
  text-decoration: none;
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05); }

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

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

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

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

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

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

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

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

.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;
  visibility: hidden !important; }

.affix {
  position: fixed; }

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

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  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; }
  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; }
  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; }
  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; }
  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; } }

/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
 *   Blocks Layout Selectors 
 */
/* --- SCSS For Accordion --- */
/* --- SCSS For Breadcrumb --- */
/* --- SCSS For Buttons --- */
/* --- SCSS For Call-to-action --- */
/* --- SCSS For Content-slider --- */
/*  */
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/* Navigation Styles */
/* carousel-indicators-v1 */
/* carousel-indicators-v2 */
/* carousel-indicators-v3 */
/* carousel-indicators-v4 */
/* carousel-indicators-v5 */
/* carousel-indicators-v6 */
/* --- SCSS For Counters --- */
/* --- SCSS For Heading --- */
/* --- SCSS For Icon-box --- */
/* --- SCSS For Interactive-banner --- */
/* --- SCSS For Latest-posts --- */
/* latest posts */
/* --- SCSS For List --- */
/* variables for list */
/* variables for list light */
/* --- SCSS For Message --- */
/* --- SCSS For Newsletter --- */
/* --- SCSS For Piechart --- */
/* --- SCSS For Pricing --- */
/* --- SCSS For Process-steps --- */
/* process-steps */
/* --- SCSS For Service --- */
/* variables for tab style1 using as base of tab */
/* --- SCSS For Style-icon --- */
/* Variables icons default */
/* Variables icons bodered */
/* Variables icons darker */
/* Variables icons light */
/* Variables icons plain */
/* Variables icons for light style */
/* Variables icons outline */
/* Variables icons inverse */
/* --- SCSS For Table --- */
/* --- SCSS For Tabs --- */
/* variables for tab style1 using as base of tab */
/* tab style version 4 */
/* tab style version 5 */
/* tab style version 6 */
/* --- SCSS For Testimonials --- */
/* testimonials default */
/* testimonials-v1 */
/* testimonials light */
/* --- SCSS For Typography --- */
/* panel */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/* Curl Top Right */
/**absolute**/
/* links style */
ul.links {
  padding: 0;
  position: relative;
  margin: 0; }
  ul.links li {
    display: inline;
    line-height: normal;
    position: relative; }
    ul.links li a {
      padding-left: 10px;
      color: #0b0b0b; }
      ul.links li a i {
        margin-right: 5px; }
      ul.links li a:hover {
        color: #fff103; }

ul.list {
  padding: 0;
  position: relative;
  margin: 0; }
  ul.list li {
    list-style: none;
    line-height: 30px; }
    ul.list li a {
      color: #0b0b0b; }
      ul.list li a:hover {
        color: #fff103; }

.list-group-item ul {
  padding-left: 20px; }
  .list-group-item ul li {
    list-style: none;
    padding: 8px 0; }
    .list-group-item ul li a {
      color: #bbb; }

div.required .control-label:before {
  color: #f00;
  content: "* ";
  font-weight: bold; }

.noborder .box {
  border: none !important; }

.white {
  color: #FFFFFF; }

.red {
  color: #f44336;
  line-height: 20px; }

.table-responsive .btn-primary {
  padding: 0 14px; }

@font-face {
  font-family: 'Gotham';
  src: url("/fonts/gotham/subset-GothamPro.eot");
  src: url("/fonts/gotham/subset-GothamPro.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/subset-GothamPro.woff2") format("woff2"), url("/fonts/gotham/subset-GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("/fonts/gotham/subset-GothamPro-Bold.eot");
  src: url("/fonts/gotham/subset-GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham/subset-GothamPro-Bold.woff2") format("woff2"), url("/fonts/gotham/subset-GothamPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("/fonts/helveticaneue/HelveticaNeueCyr-Light.eot");
  src: local("HelveticaNeueCyr-Light"), url("/fonts/helveticaneue/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/helveticaneue/HelveticaNeueCyr-Light.woff") format("woff"), url("/fonts/helveticaneue/HelveticaNeueCyr-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

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

.alert-box-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-box-success hr {
    border-top-color: #c9e2b3; }
  .alert-box-success .alert-link {
    color: #2b542c; }

.alert-box-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-box-info hr {
    border-top-color: #a6e1ec; }
  .alert-box-info .alert-link {
    color: #245269; }

.alert-box-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-box-warning hr {
    border-top-color: #f7e1b5; }
  .alert-box-warning .alert-link {
    color: #66512c; }

.alert-box-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-box-error hr {
    border-top-color: #e4b9c0; }
  .alert-box-error .alert-link {
    color: #843534; }

.success {
  display: none;
  width: 600px;
  margin-left: -300px;
  background: #ffffff;
  border: none;
  left: 50%;
  top: 22%;
  z-index: 25000;
  position: fixed; }
  .success .success-body {
    color: #0b0b0b !important;
    font-size: 18px;
    z-index: 15350;
    position: relative;
    padding: 50px 50px 90px;
    background: #ffffff;
    border-radius: 10px; }
  .success .success-wall {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 15300; }
  .success a {
    text-decoration: underline !important;
    font-size: 18px;
    color: #47afcf; }
    .success a:hover {
      color: #47afcf;
      text-decoration: underline !important; }
  .success .close {
    width: 20px;
    height: 20px;
    stroke: #b0b0b0;
    stroke-width: 2px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }
  .success .success_button {
    text-decoration: none !important;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    background: none;
    border: none;
    display: inline-block;
    cursor: pointer;
    color: #0b0b0b !important;
    padding: 10px 24px; }
    .success .success_button span {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Gotham", sans-serif;
      text-decoration: none; }
    .success .success_button:hover {
      background: none;
      text-decoration: none !important; }

.send-error {
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
  .send-error h2 {
    margin: 20px; }
  .send-error #send-user-error {
    margin: 0 auto; }
  .send-error #send-error-form {
    margin: 30px 0; }
  .send-error textarea {
    margin: 5px 0;
    min-height: 50px;
    padding: 5px;
    border: 2px solid #b0b0b0;
    border-radius: 12px; }
    .send-error textarea:active, .send-error textarea:focus {
      outline: none; }

.buttons {
  padding: 20px 0; }
  .buttons:before, .buttons:after {
    content: " ";
    display: table; }
  .buttons:after {
    clear: both; }
  .buttons .left {
    float: left; }
  .buttons .right {
    float: right; }

.checkbox, .radio {
  padding-left: 20px; }

html {
  overflow-x: hidden; }

body.layout-boxed-lg #page {
  max-width: calc(100vw - 526px);
  -webkit-box-shadow: 0 0 5px #e6e6e6;
  -moz-box-shadow: 0 0 5px #e6e6e6;
  -o-box-shadow: 0 0 5px #e6e6e6;
  box-shadow: 0 0 5px #e6e6e6;
  margin: 0 auto;
  background: #FFFFFF; }

body[class*="-home"] .header-1 .pav-verticalmenu {
  display: none !important;
  border: 1px solid #000; }

body[class*="-home"] .header-1 .dropdown:hover .pav-verticalmenu {
  display: block; }

body[class*="page-category"] #content, body[class*="product-special"] #content, body[class*="product-search"] #content {
  padding: 10px 50px 30px 50px;
  background: #f5f5f5; }
  body[class*="page-category"] #content h1, body[class*="product-special"] #content h1, body[class*="product-search"] #content h1 {
    margin-top: 0; }

body[class*="page-category"] #content {
  padding-top: 0; }

body[class*="page-category"] .breadcrumbs {
  background: #f5f5f5;
  padding: 15px 35px; }

body[class*="-account"] #content h1, body[class*="-account"] #content h2 {
  font-size: 19px; }

body[class*="information-"] h1 {
  padding: 45px 0 45px 40px; }

body[class="product-search"] .about_block {
  margin-bottom: 30px; }

body[class="product-compare"] .product-compare-header {
  display: none; }

body.error-not_found #content p, body[class*="-success"] #content p {
  font-size: 20px; }

body.checkout-buy #cartbox {
  display: none; }

body.checkout-buy #page {
  background: #f5f5f5; }
  body.checkout-buy #page h1 {
    text-transform: uppercase; }

body.common-home .btn-default.btn-cart path {
  stroke: #fff103; }

body.common-home .btn-default.btn-cart a, body.common-home .btn-default.btn-cart span {
  color: #ffffff; }

body.common-home #cartbox #cart .carticon {
  fill: #ffffff;
  stroke: #ffffff; }

body.common-home #cartbox .product-compare-header svg {
  fill: #ffffff; }

body.common-home #cartbox .product-compare-header a {
  color: #ffffff; }

body.common-home #cartbox .product-compare-header .badge {
  color: #0b0b0b;
  background: #fff103; }

body .page-themecontrol-product .product-info .product-meta a {
  margin-left: 0; }

#svg_effects {
  display: none; }

.filter_container {
  background: #f5f5f5;
  padding: 0 20px; }

.products-block {
  margin: auto -10px; }

#sys-notification {
  position: fixed;
  top: 10px;
  width: 100%;
  z-index: 9999;
  right: 0; }

h1 {
  text-transform: uppercase;
  font-size: 35px; }

/*
* HEADER 
*/
#topbar {
  background: #101010;
  font-size: 13px;
  color: #0b0b0b;
  height: 40px;
  line-height: 25px;
  padding: 8px 0; }
  #topbar .topbar-left {
    position: relative; }
  #topbar .custom-top:nth-child(1) {
    margin-right: 20px; }
  #topbar .custom-top i {
    padding-right: 5px; }
  #topbar .container .inside {
    background: #e9ecf5;
    padding: 10px 10px 10px 20px; }

header {
  position: fixed;
  width: 466px;
  min-height: 100vh;
  bottom: 0;
  top: 0;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
  header .logo-container {
    border-bottom: 1px solid #e5e5e5; }

.header-top {
  width: 466px;
  background-color: #FFFFFF;
  color: #0b0b0b;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  position: fixed;
  z-index: 2000; }
  .header-top .btn-group {
    margin-right: 20px; }
    .header-top .btn-group button {
      background-color: transparent;
      border: none;
      padding: 0; }
  .header-top .topcontacts {
    flex: 0 1 400px;
    align-self: center;
    display: flex; }
    .header-top .topcontacts .media-title {
      font-size: 20px;
      padding: 0 10px; }
    .header-top .topcontacts .media-body span {
      margin-right: 20px;
      display: inline-block;
      vertical-align: -4px; }
      .header-top .topcontacts .media-body span a {
        color: #0b0b0b !important; }
    .header-top .topcontacts.phone {
      padding-left: 5px; }
  .header-top .headercart {
    flex: 1 0 200px; }

.header-bottom {
  width: 466px;
  overflow-y: hidden;
  position: relative;
  top: 165px; }
  .header-bottom .simplebar-track.horizontal {
    display: none !important; }
  .header-bottom.fixed {
    position: fixed;
    top: calc(100vh - 96%); }

.tc-phone, .tc-worktime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 45px;
  justify-content: space-between; }

.tc-phone {
  padding-left: 35px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHg9JzBweCcgeT0nMHB4JyB3aWR0aD0nMTZweCcgaGVpZ2h0PScxNnB4Jz48cGF0aCBkPSdNOS45LDE0YzAuMSwwLDAuMSwwLDAuMiwwYzAuNywwLDEuMi0wLjIsMS43LTAuN2MwLDAsMCwwLDAsMGMwLjItMC4yLDAuMy0wLjQsMC41LTAuNWMwLjEtMC4xLDAuMy0wLjMsMC40LTAuNGMwLjYtMC42LDAuNi0xLjQsMC0ybC0xLjYtMS42Yy0wLjMtMC4zLTAuNi0wLjQtMS0wLjRjLTAuNCwwLTAuNywwLjItMSwwLjRsLTEsMUM4LDkuNiw4LDkuNiw3LjksOS41QzcuOCw5LjUsNy43LDkuNCw3LjYsOS40QzYuNyw4LjgsNS45LDguMSw1LjEsNy4xQzQuNyw2LjcsNC41LDYuMyw0LjMsNS44QzQuNSw1LjYsNC44LDUuNCw1LDUuMUM1LjEsNSw1LjIsNSw1LjMsNC45YzAuNi0wLjYsMC42LTEuNCwwLTJMNC40LDIuMUM0LjMsMiw0LjMsMS45LDQuMiwxLjhDNCwxLjYsMy44LDEuNCwzLjYsMS4yQzMuMywxLDMsMC44LDIuNiwwLjhDMi4zLDAuOCwyLDEsMS43LDEuMmwtMSwxQzAuMywyLjYsMC4xLDMuMSwwLDMuNkMwLDQuMywwLjEsNSwwLjQsNS44YzAuNSwxLjMsMS4yLDIuNSwyLjMsMy44YzEuMywxLjUsMi45LDIuOCw0LjYsMy42QzgsMTMuNSw4LjksMTMuOSw5LjksMTR6IE0zLjIsOS4xYy0xLTEuMi0xLjctMi40LTIuMS0zLjZDMC44LDQuOCwwLjcsNC4yLDAuNywzLjdjMC0wLjQsMC4yLTAuNywwLjQtMC45bDEtMWMwLjItMC4xLDAuMy0wLjIsMC41LTAuMmMwLjIsMCwwLjMsMC4xLDAuNSwwLjJjMC4yLDAuMiwwLjQsMC4zLDAuNSwwLjVjMC4xLDAuMSwwLjIsMC4yLDAuMywwLjNsMC44LDAuOGMwLjMsMC4zLDAuMywwLjcsMCwxQzQuNyw0LjUsNC42LDQuNSw0LjUsNC42QzQuMyw0LjksNCw1LjEsMy44LDUuNGMwLDAsMCwwLDAsMEMzLjUsNS42LDMuNSw1LjgsMy42LDZjMCwwLDAsMCwwLDBjMC4yLDAuNSwwLjUsMSwxLDEuNmMwLjgsMSwxLjcsMS44LDIuNiwyLjRjMC4xLDAuMSwwLjIsMC4xLDAuNCwwLjJjMC4xLDAuMSwwLjIsMC4xLDAuMywwLjJjMCwwLDAsMCwwLDBjMC4xLDAsMC4yLDAuMSwwLjMsMC4xYzAuMiwwLDAuNC0wLjEsMC40LTAuMmwxLTFDOS44LDkuMSw5LjksOSwxMC4xLDljMC4yLDAsMC40LDAuMSwwLjUsMC4ybDEuNiwxLjZjMC40LDAuNCwwLjIsMC44LDAsMWMtMC4xLDAuMS0wLjIsMC4yLTAuNCwwLjRjLTAuMiwwLjItMC40LDAuNC0wLjYsMC42Yy0wLjMsMC4zLTAuNywwLjUtMS4yLDAuNWMwLDAtMC4xLDAtMC4xLDBjLTAuOS0wLjEtMS43LTAuNC0yLjMtMC43QzUuOSwxMS44LDQuNCwxMC42LDMuMiw5LjF6Jz48L3BhdGg+PHBhdGggZD0nTTcuNywyLjZjLTAuMiwwLTAuNCwwLjEtMC40LDAuM2MwLDAuMiwwLjEsMC40LDAuMywwLjRjMC44LDAuMSwxLjUsMC41LDIuMSwxLjFjMC42LDAuNiwwLjksMS4zLDEuMSwyLjFjMCwwLjIsMC4yLDAuMywwLjMsMC4zYzAsMCwwLDAsMC4xLDBjMC4yLDAsMC4zLTAuMiwwLjMtMC40Yy0wLjItMC45LTAuNi0xLjgtMS4zLTIuNUM5LjUsMy4yLDguNiwyLjcsNy43LDIuNnonPjwvcGF0aD48cGF0aCBkPSdNMTMuNiw2LjZDMTMuNyw2LjYsMTMuNyw2LjYsMTMuNiw2LjZjMC4zLDAsMC40LTAuMiwwLjMtMC40Yy0wLjMtMS41LTEtMi45LTIuMS00LjFDMTAuOCwxLDkuMywwLjMsNy44LDBDNy42LDAsNy40LDAuMSw3LjQsMC4zYzAsMC4yLDAuMSwwLjQsMC4zLDAuNGMxLjQsMC4yLDIuNywwLjksMy43LDEuOWMxLDEsMS43LDIuMywxLjksMy43QzEzLjMsNi41LDEzLjUsNi42LDEzLjYsNi42eic+PC9wYXRoPjwvc3ZnPg==) no-repeat bottom 6px left;
  margin-bottom: 20px; }
  .tc-phone-container .caption {
    font-size: 9px;
    font-weight: 300; }
  .tc-phone-container .num {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Gotham", sans-serif;
    font-size: 18px; }

.tc-worktime {
  align-items: center; }
  .tc-worktime .wt {
    font-size: 13px;
    flex: 0 0 155px;
    font-family: "Gotham", sans-serif; }
    .tc-worktime .wt span {
      display: block; }
  .tc-worktime .return-call a {
    padding: 10px 25px;
    font-size: 10px; }

.homebuilder {
  background: #f5f5f5; }

.tp-bullets .counter {
  display: none !important; }

.search-focus {
  color: #bbb;
  cursor: pointer;
  border-right: 1px solid #ebebeb;
  padding-right: 15px;
  line-height: 32px;
  height: 27px; }

.logo-store {
  position: relative;
  padding: 30px 45px;
  height: 100px;
  display: flex;
  align-items: center; }
  .logo-store a {
    top: 5px;
    position: relative; }
  .logo-store svg {
    width: 166px;
    height: 50px; }
    .logo-store svg rect {
      fill: #fff103; }
  .logo-store span {
    text-transform: none;
    font-size: 11px;
    font-weight: 300;
    display: inline-block;
    padding-left: 30px;
    width: 150px; }

#logo-theme a {
  background: url(../image/logo.png) no-repeat;
  display: inline-block;
  width: 170px;
  height: 37px; }
  #logo-theme a span {
    display: none; }

#page {
  min-height: 100vh;
  padding-left: 466px; }
  #page > .container {
    min-height: calc(100vh - 448px); }

#pav-masshead .inner {
  background: #FFFFFF;
  color: #fff103; }
  #pav-masshead .inner a:hover {
    color: #fff21d; }

.breadcrumbs .container {
  background: transparent; }

#pav-mainnav .inner {
  background-color: #505050; }

#breadcrumb {
  padding-left: 0;
  padding-right: 0; }

.footer-top {
  background: transparent;
  margin-bottom: -97px; }

.footer-center {
  background: #ffffff;
  padding: 40px 100px 60px;
  color: #0b0b0b; }
  .footer-center .footer-inside {
    display: flex;
    justify-content: space-between; }
    .footer-center .footer-inside > div {
      padding-right: 40px;
      padding-top: 40px;
      flex: 0 1 auto; }
    .footer-center .footer-inside .ft-contacts {
      padding-right: 0;
      flex: 0 1 280px; }
      .footer-center .footer-inside .ft-contacts li span {
        display: inline-block; }
    .footer-center .footer-inside .box-heading {
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Gotham", sans-serif;
      font-size: 16px;
      margin-bottom: 20px; }
    .footer-center .footer-inside a {
      font-family: "HelveticaNeue", sans-serif;
      font-size: 16px;
      text-decoration: underline;
      line-height: 20px; }
    .footer-center .footer-inside ul li {
      padding: 5px 0; }

/* POWER BY */
#powered {
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px 5px; }
  #powered > img {
    flex: 0 0 150px; }
  #powered .copyright {
    color: #b0b0b0;
    font-size: 12px;
    flex: 0 1 350px; }
    #powered .copyright img {
      width: 155px; }
    #powered .copyright span {
      display: inline-block;
      margin-left: 50px;
      width: 150px; }
  #powered .payment {
    flex: 0 0 650px; }
  #powered .payment-img img {
    max-height: 61px; }

.payment2row {
  display: none; }

#under-powered {
  padding: 0 100px 25px; }
  #under-powered .oferta {
    font-size: 13px;
    color: #b0b0b0;
    margin-bottom: 0; }

.italic {
  font-style: italic; }

.nopadding .panel-body {
  padding: 0; }

.sidebar .panel {
  margin-bottom: 32px; }

.nostylingboxs .panel-heading {
  padding: 0;
  margin-bottom: 30px; }

.nostylingboxs .panel-body {
  padding: 0; }

.owl-carousel-play .owl-carousel {
  margin: 0;
  border: none; }

.products-block .owl-carousel {
  margin: 0; }

.quick-view .btnrow.credit_invoice .button-credit {
  margin-left: 0; }

.price {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Gotham", sans-serif; }
  .price .price-new {
    color: #0b0b0b; }
  .price .price-old {
    text-decoration: line-through; }
  .price.detail {
    margin-bottom: 30px; }
    .price.detail li {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .price.detail .price-new {
      font-size: 35px;
      flex: 0 1 276px;
      margin-top: -5px; }
      .price.detail .price-new .fa-rub {
        font-size: 30px; }
    .price.detail .price-old {
      font-size: 20px;
      color: #b0b0b0;
      text-decoration: none; }
      .price.detail .price-old .caption {
        font-family: "HelveticaNeue", sans-serif;
        font-weight: 300;
        font-size: 12px; }
      .price.detail .price-old .special-price {
        text-decoration: line-through; }
    .price.detail ul {
      margin: 0; }

.product-label {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  text-transform: uppercase; }
  .product-label.bts {
    text-align: center;
    display: block;
    text-transform: uppercase;
    width: 46px;
    height: 20px;
    position: absolute;
    top: 10px;
    background-color: #fff103;
    right: 10px;
    border-radius: 2px;
    line-height: 20px; }
    .product-label.bts .product-label-special {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
  .product-label.sale {
    text-align: center;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 85px;
    height: 85px;
    z-index: 99;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%; }
    .product-label.sale svg .circle {
      fill: #fff103; }
    .product-label.sale text {
      font-size: 9px;
      fill: #b0b0b0; }

.product-info .stickers {
  position: absolute;
  top: 0;
  right: 0; }
  .product-info .stickers span {
    display: block; }

.product-info .warranty10yers span {
  width: 85px;
  height: 85px;
  background-image: url(/image/warranty10.svg); }

.stickers.markdown-product {
  position: absolute;
  top: 10px;
  left: 10px;
  right: unset;
  color: #ffffff;
  background: #fe5718;
  border: 1px solid #fe5718;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 4px;
  z-index: 9; }

.product-info .tab-content {
  border: none;
  padding: 0;
  margin-bottom: 30px; }
  .product-info .tab-content .desc-header-wrapper {
    margin-top: 30px;
    margin-bottom: 15px; }
    .product-info .tab-content .desc-header-wrapper .desc-header {
      padding: 15px;
      text-transform: uppercase;
      font-size: 18px;
      position: relative;
      top: 1px;
      display: inline-block; }
  .product-info .tab-content #tab-description {
    padding: 0 15px; }
  .product-info .tab-content #tab-specification td {
    padding: 10px 15px !important;
    color: #0b0b0b !important; }
  .product-info .tab-content #tab-cert img {
    max-width: 50%; }

/* slidelayer */
.layerslider-wrapper {
  overflow: hidden; }
  .layerslider-wrapper:hover .tp-rightarrow {
    right: 20px !important; }
  .layerslider-wrapper:hover .tp-leftarrow {
    left: 20px !important; }

.tparrows {
  position: absolute;
  top: 50% !important;
  z-index: 9999;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 0; }
  .tparrows:before {
    content: "";
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 12;
    background: url("../image/bullet4.png") no-repeat 0 -2px;
    width: 40px;
    height: 35px;
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    display: block; }
  .tparrows.tp-rightarrow:before {
    background-position: -50px -2px; }

.tp-leftarrow {
  left: -50px !important; }

.tp-rightarrow {
  right: -50px !important; }

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background-color: #fff103; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  background-color: #fff103; }

.effect-carousel-v2 .carousel-controls-v1 {
  position: absolute;
  right: 0; }
  .effect-carousel-v2 .carousel-controls-v1 .carousel-control {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    top: -20px; }
    .effect-carousel-v2 .carousel-controls-v1 .carousel-control.left {
      left: -63px; }

.effect-carousel-v2:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 2px; }

.effect-carousel .carousel-control {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .effect-carousel .carousel-control.left {
    left: -45px; }
  .effect-carousel .carousel-control.right {
    right: -45px; }

.effect-carousel:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100); }
  .effect-carousel:hover .carousel-control.left {
    left: 0; }
  .effect-carousel:hover .carousel-control.right {
    right: 0; }

#offcanvasmenu {
  color: #47afcf;
  font-weight: 700;
  font-family: "Gotham", sans-serif; }

.tree-menu {
  padding: 0;
  font-family: "Gotham", sans-serif; }
  .tree-menu > ul {
    padding: 15px 0;
    margin: 0;
    list-style: none; }
    .tree-menu > ul > li {
      position: relative; }
      .tree-menu > ul > li:first-child {
        border-top: none; }
      .tree-menu > ul > li .accordion-heading {
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999; }
        .tree-menu > ul > li .accordion-heading span {
          width: 40px;
          height: 43px;
          padding: 12px 0;
          display: inline-block; }
          .tree-menu > ul > li .accordion-heading span svg {
            -webkit-transform-origin: 4px 6px;
            -moz-transform-origin: 4px 6px;
            -ms-transform-origin: 4px 6px;
            transform-origin: 4px 6px;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
          .tree-menu > ul > li .accordion-heading span.collapsed svg {
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0); }
      .tree-menu > ul > li a {
        padding: 10px 45px;
        color: #0b0b0b;
        text-transform: uppercase;
        display: inline-block;
        width: 100%;
        font-size: 14px;
        text-decoration: none; }
    .tree-menu > ul ul {
      padding: 0;
      list-style: none;
      background: #fff103;
      -webkit-box-shadow: 3px 7px 7px rgba(0, 0, 0, 0.2) inset;
      -moz-box-shadow: 3px 7px 7px rgba(0, 0, 0, 0.2) inset;
      -o-box-shadow: 3px 7px 7px rgba(0, 0, 0, 0.2) inset;
      box-shadow: 3px 7px 7px rgba(0, 0, 0, 0.2) inset; }
      .tree-menu > ul ul li a {
        padding: 10px 45px 10px 60px; }

#bs-megamenu ul {
  margin: 0;
  padding: 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 140px; }
  #bs-megamenu ul li {
    flex: 0 0 auto;
    display: inline-block; }
    #bs-megamenu ul li a {
      color: #47afcf;
      font-size: 16px;
      font-family: "HelveticaNeue", sans-serif;
      font-weight: 300;
      text-decoration: underline;
      padding: 10px 0; }

body .owl-carousel {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

#searchtop {
  border-bottom: 1px #e5e5e5 solid; }
  #searchtop input.form-control {
    background: transparent;
    border-radius: 0;
    border: none;
    font-style: normal;
    color: #0b0b0b;
    height: 63px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Gotham", sans-serif;
    padding: 15px 15px 15px 45px; }
  #searchtop .btn-search {
    display: inline-block;
    background: #fff103;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 9px 10px;
    margin-right: 23px; }
    #searchtop .btn-search:hover {
      background: #f0df14; }

.form-control::-moz-placeholder {
  color: #666; }

.has-error .form-control {
  box-shadow: none; }

#cartbox {
  position: absolute;
  right: 25px;
  top: 20px;
  z-index: 99; }
  #cartbox .headercart {
    position: absolute;
    right: 0;
    top: 0; }
  #cartbox #cart {
    font-family: "Gotham", sans-serif;
    width: 205px;
    height: 75px; }
    #cartbox #cart .cart-inner {
      width: 100%;
      text-align: left;
      padding-left: 92px; }
    #cartbox #cart.open .dropdown-toggle {
      box-shadow: none; }
    #cartbox #cart a {
      display: inline-block;
      position: relative; }
    #cartbox #cart .badge {
      position: absolute !important;
      top: 14px !important;
      left: 45px;
      padding: 3px;
      min-width: 22px;
      height: 22px;
      line-height: 15px;
      z-index: 99;
      color: #ffffff;
      background: #47afcf; }
    #cartbox #cart .wrap-cart {
      display: inline-block;
      color: #0b0b0b;
      height: 100%; }
      #cartbox #cart .wrap-cart span {
        position: relative;
        top: 13px; }
      #cartbox #cart .wrap-cart .cart-total {
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
        font-size: 12px;
        text-align: left;
        vertical-align: text-top; }
    #cartbox #cart .carticon {
      width: 28px;
      height: 28px;
      fill: #0b0b0b;
      position: absolute;
      top: 23px;
      left: 32px; }
    #cartbox #cart .price-cart {
      color: #fff103; }
  #cartbox .product-compare-header {
    position: absolute;
    top: 90px;
    right: 0;
    border: none;
    z-index: 999;
    text-align: left;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    font-size: 12px; }
    #cartbox .product-compare-header svg {
      width: 26px;
      position: absolute;
      top: 8px;
      left: 0; }
    #cartbox .product-compare-header #backwall {
      position: absolute;
      width: 70px;
      height: 40px;
      background: #fff103;
      opacity: 0.7;
      border-radius: 7px;
      left: -10px;
      display: none; }
    #cartbox .product-compare-header a {
      color: #0b0b0b;
      display: inline-block;
      margin-left: 84px;
      text-decoration: none; }
    #cartbox .product-compare-header #compare-total {
      display: inline-block;
      width: 100px; }
    #cartbox .product-compare-header .badge {
      color: #FFFFFF;
      position: absolute !important;
      top: 9px !important;
      left: 52px;
      padding: 3px;
      width: 22px;
      height: 22px;
      line-height: 15px;
      z-index: 99;
      font-family: "Gotham", sans-serif;
      background: #0b0b0b;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%; }

.mobphone {
  display: none; }

/* bestseller */
.bestseller.panel-warning .products-block {
  border: 2px solid #efc73a;
  border-top: none; }

.buy_products ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .buy_products ul li {
    flex: 1 1 100%;
    margin-bottom: 20px;
    padding: 10px 10px 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 15px 54px rgba(0, 0, 0, 0.05); }
    .buy_products ul li .cart-img {
      flex: 1 1 120px; }
    .buy_products ul li .cart-title {
      flex: 1 1 380px; }
      .buy_products ul li .cart-title .cart-name {
        font-size: 15px;
        padding-right: 30px; }
        .buy_products ul li .cart-title .cart-name a {
          color: #47afcf;
          text-decoration: underline #47afcf;
          text-transform: uppercase;
          font-weight: 700;
          font-family: "Gotham", sans-serif; }
      .buy_products ul li .cart-title .cart-model {
        color: #67747a;
        font-size: 13px; }
    .buy_products ul li .cart-q {
      flex: 0 0 155px;
      margin-right: 30px;
      position: relative;
      display: flex;
      justify-content: space-between; }
      .buy_products ul li .cart-q * {
        position: relative; }
      .buy_products ul li .cart-q .qc {
        color: #b0b0b0;
        font-size: 26px;
        display: inline-block;
        width: 16px;
        text-align: center;
        margin: 15px 25px 15px 10px;
        line-height: 16px; }
        .buy_products ul li .cart-q .qc span {
          cursor: pointer;
          line-height: 15px;
          display: block;
          padding-bottom: 6px; }
      .buy_products ul li .cart-q .cart-input {
        flex: 1 1 auto;
        text-align: center; }
      .buy_products ul li .cart-q input {
        border: none;
        font-size: 14px;
        font-weight: 700;
        font-family: "Gotham", sans-serif;
        text-align: right;
        padding-right: 20px;
        background: transparent; }
      .buy_products ul li .cart-q .input-caption {
        padding: 23px 0;
        margin-left: -20px;
        font-weight: 700;
        font-family: "Gotham", sans-serif;
        display: inline-block; }
      .buy_products ul li .cart-q svg {
        height: 100%;
        width: 100%;
        position: absolute;
        stroke: #e5e5e5;
        fill: none;
        stroke-width: 2px; }
        .buy_products ul li .cart-q svg path {
          vector-effect: non-scaling-stroke; }
    .buy_products ul li .cart-price, .buy_products ul li .cart-t {
      padding-right: 30px;
      flex: 1 1 130px; }
      .buy_products ul li .cart-price .name, .buy_products ul li .cart-t .name {
        color: #67747a;
        font-size: 13px; }
      .buy_products ul li .cart-price .value, .buy_products ul li .cart-t .value {
        font-weight: 700;
        font-family: "Gotham", sans-serif;
        font-size: 20px;
        letter-spacing: 1px;
        white-space: nowrap; }
        .buy_products ul li .cart-price .value i, .buy_products ul li .cart-t .value i {
          font-size: 18px; }
    .buy_products ul li .cart-remove {
      flex: 0 0 30px;
      text-align: center; }
      .buy_products ul li .cart-remove a {
        width: 24px;
        height: 24px;
        display: inline-block; }
      .buy_products ul li .cart-remove svg {
        stroke: #b0b0b0; }

#coupon_form h4 {
  text-transform: uppercase;
  cursor: pointer; }

#coupon_form #coupon_container {
  margin-top: 15px; }

#coupon_form .form-group {
  position: relative;
  height: 50px;
  display: inline-block;
  align-items: center;
  margin-right: 15px; }
  #coupon_form .form-group input {
    position: relative;
    width: 200px;
    height: 100%;
    padding: 12px 15px; }

#coupon_form #button-coupon {
  display: inline-block;
  height: 47px;
  padding: 10px 25px;
  vertical-align: baseline; }

#coupon_form #coupon_error .aleert {
  margin: 0 !important; }

.cart-total-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  color: #b0b0b0; }
  .cart-total-block b {
    margin-left: 20px;
    font-weight: 700;
    font-family: "Gotham", sans-serif;
    color: #0b0b0b; }
  .cart-total-block .total-left {
    font-size: 16px;
    display: flex; }
    .cart-total-block .total-left .total-element {
      padding: 0 30px; }
  .cart-total-block .total-right {
    font-size: 22px;
    padding: 0 30px; }

#checkout-f {
  font-size: 35px;
  margin-bottom: 45px;
  text-transform: uppercase; }

#checkout-form {
  background: #ffffff;
  margin: 45px 0;
  padding: 45px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  box-shadow: 0 15px 54px rgba(0, 0, 0, 0.05); }
  #checkout-form .cf_contacts, #checkout-form .cf_address, #checkout-form #ip_fields {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 100%; }
  #checkout-form .cf_contacts .form-group {
    width: calc((100% / 3) - 20px); }
  #checkout-form .cf_address {
    margin-top: 30px; }
    #checkout-form .cf_address .form-group {
      width: calc((100% / 2) - 20px); }
  #checkout-form .cf_radio {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    font-size: 16px; }
    #checkout-form .cf_radio > div {
      width: calc(50% - 50px); }
    #checkout-form .cf_radio #shipping_methods .radio_custom .input-control {
      display: block;
      padding-right: 60px; }
    #checkout-form .cf_radio #shipping_methods .cost {
      color: #b0b0b0;
      position: absolute;
      top: 0;
      right: 0; }
    #checkout-form .cf_radio .radio {
      margin: 5px 0; }
    #checkout-form .cf_radio h3 {
      text-transform: uppercase;
      font-size: 14px;
      margin-bottom: 10px; }
    #checkout-form .cf_radio .tk-comment {
      font-size: 14px;
      color: #67747a; }
  #checkout-form .form-group {
    position: relative;
    height: 67px;
    display: inline-block;
    align-items: center; }
    #checkout-form .form-group.buy_comment {
      display: flex; }
    #checkout-form .form-group.has-error {
      margin-bottom: 20px; }
      #checkout-form .form-group.has-error .text-danger br {
        display: none; }
    #checkout-form .form-group input {
      padding: 0 30px;
      position: relative;
      height: 100%; }
    #checkout-form .form-group label {
      display: none; }
    #checkout-form .form-group svg {
      height: 100%;
      width: 100%;
      position: absolute;
      stroke: #e5e5e5;
      fill: none;
      stroke-width: 2px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      #checkout-form .form-group svg path {
        vector-effect: non-scaling-stroke; }
  #checkout-form #is_ip {
    height: 40px; }
    #checkout-form #is_ip label {
      display: inline-block; }
    #checkout-form #is_ip .radio_custom .input-control {
      margin: 1px 15px 1px 0;
      padding-left: 5px; }
  #checkout-form #ip_fields .form-group {
    width: calc(50% - 20px); }

.checkout-buy .form-group svg {
  height: 100%;
  width: 100%;
  position: absolute;
  stroke: #e5e5e5;
  fill: none;
  stroke-width: 2px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .checkout-buy .form-group svg path {
    vector-effect: non-scaling-stroke; }

.cart_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center; }

#button-order {
  padding: 29px 82px; }

#checkout-form .has-feedback .form-control-feedback {
  top: 26px;
  right: 10px; }

#checkout-form #payment-form {
  display: none; }

.callback_form {
  background: rgba(0, 0, 0, 0.4);
  z-index: 10010; }
  .callback_form h2 {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center; }
  .callback_form .modal-body, .callback_form .modal-header {
    padding: 0; }
  .callback_form .modal-header {
    border: none; }
  .callback_form .modal-content {
    padding: 30px 60px 45px 60px;
    border-radius: 15px; }
  .callback_form .cb_input {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 15px 0; }
    .callback_form .cb_input svg {
      height: 100%;
      width: 100%;
      position: absolute;
      stroke: #e5e5e5;
      fill: #ffffff;
      stroke-width: 2px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .callback_form .cb_input svg path {
        vector-effect: non-scaling-stroke; }
    .callback_form .cb_input input {
      padding: 20px 30px;
      height: auto;
      color: #0b0b0b;
      font-size: 16px;
      position: relative; }
      .callback_form .cb_input input::-moz-placeholder {
        color: #e5e5e5;
        opacity: 1; }
      .callback_form .cb_input input:-ms-input-placeholder {
        color: #e5e5e5; }
      .callback_form .cb_input input::-webkit-input-placeholder {
        color: #e5e5e5; }
  .callback_form .btn {
    margin: 15px auto 0 auto; }
  .callback_form .close {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 45px;
    right: 42px; }
    .callback_form .close svg {
      width: 100%; }
      .callback_form .close svg path {
        stroke: #b0b0b0;
        stroke-width: 2px; }
  .callback_form .btn-container {
    text-align: center; }

#main_youget {
  display: flex;
  padding: 60px 45px;
  background: #ffffff; }
  #main_youget .product_block_h {
    margin-bottom: 60px;
    padding-top: 30px;
    height: auto; }
  #main_youget > div {
    flex: 1 0 calc(50% - 250px); }
    #main_youget > div.leftlist {
      padding-right: 50px; }
    #main_youget > div.centerimg {
      flex: 0 0 250px;
      order: 2; }
    #main_youget > div.rightlist {
      order: 3;
      padding-left: 50px; }
  #main_youget ul {
    list-style: none;
    padding: 0; }
    #main_youget ul li {
      display: flex;
      margin: 25px 0;
      align-items: center; }
    #main_youget ul .numb {
      flex: 0 0 100px; }
      #main_youget ul .numb svg {
        width: 60px;
        stroke: #47afcf;
        fill: none;
        vector-effect: non-scaling-stroke; }
        #main_youget ul .numb svg text {
          text-anchor: middle;
          font-weight: 700;
          font-family: "Gotham", sans-serif;
          font-size: 24px;
          fill: #47afcf; }
    #main_youget ul .txt {
      font-size: 18px; }
      #main_youget ul .txt .phone {
        display: block;
        font-weight: 700;
        font-family: "Gotham", sans-serif; }
        #main_youget ul .txt .phone svg {
          width: 10px;
          height: 10px; }
  #main_youget .videoplay {
    display: flex;
    align-items: center;
    margin-top: 54px; }
    #main_youget .videoplay a {
      flex: 0 0 100px; }
      #main_youget .videoplay a svg {
        width: 60px; }
        #main_youget .videoplay a svg path {
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        #main_youget .videoplay a svg .fatc {
          fill: none;
          stroke-width: 5px;
          stroke: #47afcf; }
        #main_youget .videoplay a svg .thc {
          fill: none;
          stroke-width: 2px;
          stroke: #47afcf;
          transform-origin: center; }
        #main_youget .videoplay a svg .tri {
          fill: #47afcf;
          stroke: none; }
      #main_youget .videoplay a:hover {
        transform: none; }
        #main_youget .videoplay a:hover .thc {
          animation-name: videoplay;
          animation-duration: .5s;
          animation-iteration-count: infinite; }
        #main_youget .videoplay a:hover .tri {
          fill: #34a5c8; }

#main_cats {
  display: flex; }
  #main_cats > a {
    flex: 1 1 50%;
    position: relative;
    height: 440px; }
    #main_cats > a.for_home .bg {
      background: linear-gradient(to right, #fff103, #fcfc9e 80%, #fcfa89 100%); }
      #main_cats > a.for_home .bg svg {
        stroke: #ddd; }
    #main_cats > a.for_home .ttl {
      color: #0b0b0b; }
    #main_cats > a.prof .pylesos {
      right: 10%; }
    #main_cats > a.prof .bg {
      background: linear-gradient(to right, #0f0f0f, #161616); }
      #main_cats > a.prof .bg svg {
        stroke: #333; }
    #main_cats > a.prof .ttl {
      color: #ffffff; }
    #main_cats > a .pylesos {
      position: absolute;
      right: 20%;
      bottom: 10px; }
    #main_cats > a .bg {
      border-radius: 5px;
      position: absolute;
      top: 80px;
      left: 80px;
      bottom: 80px;
      right: 80px;
      overflow: hidden;
      height: 280px; }
      #main_cats > a .bg svg {
        fill: none;
        stroke-width: 1px;
        vector-effect: non-scaling-stroke;
        height: 100%;
        position: absolute;
        right: 0; }
    #main_cats > a .ttl {
      font-size: 22px;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Gotham", sans-serif;
      position: absolute;
      left: 120px;
      bottom: 120px; }

.callback_widget {
  padding: 80px 0 80px calc(50% - 100px);
  background: url("/image/i/guy.jpg") #ffffff no-repeat left bottom;
  background-size: 500px; }
  .callback_widget .product_block_h {
    padding-top: 35px;
    margin-bottom: 15px;
    height: auto; }
    .callback_widget .product_block_h h2 {
      font-size: 35px; }
  .callback_widget .cw_subheader {
    font-size: 16px;
    color: #b0b0b0;
    max-width: 420px; }
  .callback_widget .callback_form {
    background: transparent;
    z-index: 100;
    max-width: 530px; }
    .callback_widget .callback_form .cb_input {
      margin: 7px 0; }
      .callback_widget .callback_form .cb_input input {
        height: 70px;
        position: relative; }
      .callback_widget .callback_form .cb_input button {
        margin: 0;
        width: 100%;
        height: 70px; }
  .callback_widget .cw_phone {
    margin-top: 15px;
    max-width: 530px;
    text-align: center; }
    .callback_widget .cw_phone span {
      font-size: 13px;
      color: #b0b0b0;
      vertical-align: top;
      margin-bottom: 15px;
      display: block; }
    .callback_widget .cw_phone h2 {
      font-size: 33px;
      display: block; }
  .callback_widget > h5 {
    display: none; }
  .callback_widget.sent {
    background: white;
    padding: 50px 0; }
    .callback_widget.sent > div {
      display: none; }
    .callback_widget.sent > h5 {
      display: block;
      text-align: center;
      font-size: 20px; }

.ymap_widget {
  position: relative; }
  .ymap_widget ymaps[class*="events-pane"] {
    box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.4) inset;
    background-image: radial-gradient(ellipse at 35% 30%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-size: 500px 500px;
    background-repeat: no-repeat; }
  .ymap_widget .product_block_h {
    position: absolute;
    left: 80px;
    top: 120px;
    height: auto;
    padding-top: 30px;
    line-height: 1.3; }
    @media (max-width: 767px) {
      .ymap_widget .product_block_h {
        display: none; } }

.fancybox-overlay {
  z-index: 18000 !important; }
  .fancybox-overlay .fancybox-opened {
    z-index: 18050 !important; }

.fancybox-skin {
  background: #ffffff; }

.page-themecontrol-product header, .page-themecontrol-product #cartbox, .page-themecontrol-product #footer, .page-themecontrol-product #powered, .page-themecontrol-product .product-grid, .page-themecontrol-product .product-box-bottom, .page-themecontrol-product .rating, .page-themecontrol-product .offcanvas-inner, .page-themecontrol-product .box-product-infomation, .page-themecontrol-product .zoomContainer {
  display: none; }

.page-themecontrol-product #page {
  background: #fff;
  padding: 0; }
  .page-themecontrol-product #page .product-info > .row {
    margin: 0; }
  .page-themecontrol-product #page .product-info .btn-compare {
    flex: 0;
    margin-right: 30px; }
  .page-themecontrol-product #page a.info_colorbox {
    cursor: default; }

.page-themecontrol-product #sys-notification {
  position: inherit; }

#finded-low-cost-form h3, #request-on-order-form h3, #reserve_form_one_click h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  margin: 15px 15px 0; }

#finded-low-cost-form form, #request-on-order-form form, #reserve_form_one_click form {
  display: flex;
  flex-wrap: wrap; }

#finded-low-cost-form .close, #request-on-order-form .close, #reserve_form_one_click .close {
  position: absolute;
  right: 15px;
  top: 15px; }

#finded-low-cost-form .form-group, #request-on-order-form .form-group, #reserve_form_one_click .form-group {
  position: relative;
  height: 45px;
  display: inline-block;
  align-items: center;
  flex: 1 0 100%;
  margin: 15px 0 0 0; }
  #finded-low-cost-form .form-group.has-error, #request-on-order-form .form-group.has-error, #reserve_form_one_click .form-group.has-error {
    margin-bottom: 8px; }
  #finded-low-cost-form .form-group .error, #request-on-order-form .form-group .error, #reserve_form_one_click .form-group .error {
    padding-left: 15px;
    color: #fe5718; }
  #finded-low-cost-form .form-group svg, #request-on-order-form .form-group svg, #reserve_form_one_click .form-group svg {
    height: 100%;
    width: 100%;
    position: absolute;
    stroke: #e5e5e5;
    fill: none;
    stroke-width: 1.5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #finded-low-cost-form .form-group label, #request-on-order-form .form-group label, #reserve_form_one_click .form-group label {
    display: none; }
  #finded-low-cost-form .form-group input, #request-on-order-form .form-group input, #reserve_form_one_click .form-group input {
    padding: 0 15px;
    position: relative;
    height: 100%; }

#finded-low-cost-form .buttons, #request-on-order-form .buttons, #reserve_form_one_click .buttons {
  width: 100%; }
  #finded-low-cost-form .buttons .btn-primary, #request-on-order-form .buttons .btn-primary, #reserve_form_one_click .buttons .btn-primary {
    margin: 0 auto; }

#finded-low-cost-form {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5); }
  #finded-low-cost-form .modal-dialog {
    top: 10%; }
  #finded-low-cost-form button, #finded-low-cost-form .btn {
    outline: none; }

#request-on-order-form {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5); }
  #request-on-order-form textarea {
    resize: none; }
  #request-on-order-form h3 {
    width: 100%; }
  #request-on-order-form h4.request__text {
    margin: 80px 15px !important;
    text-align: center; }
    @media (max-width: 468px) {
      #request-on-order-form h4.request__text {
        margin: 40px 15px !important;
        font-size: 16px !important; } }
  #request-on-order-form .form-group.requisit {
    height: auto; }
    #request-on-order-form .form-group.requisit textarea {
      border-radius: 10px;
      background: #f5f5f5; }
  #request-on-order-form .buttons {
    margin-top: 20px;
    padding-bottom: 0; }
  #request-on-order-form legend {
    margin: 0; }

#reserve_form_one_click h3 {
  text-transform: uppercase; }

.owl-carousel {
  display: block !important; }

.category-info {
  padding: 0; }
  .category-info .image {
    padding: 0;
    margin-bottom: 19px; }

.refine-search ul, .refine-search ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: auto -15px; }
  .refine-search ul li, .refine-search ol li {
    padding: 15px 15px 30px;
    margin-bottom: 15px;
    margin-left: 15px;
    line-height: normal;
    position: relative;
    width: calc(25% - 15px);
    border-radius: 7px;
    background: #ffffff; }
    .refine-search ul li a, .refine-search ol li a {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      color: #47afcf;
      align-items: center;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Gotham", sans-serif;
      font-size: 15px; }
      .refine-search ul li a img, .refine-search ol li a img {
        max-width: calc(100% - 45px);
        margin-bottom: 30px; }
      .refine-search ul li a span, .refine-search ol li a span {
        padding-top: 10px;
        display: inline-block;
        text-align: center;
        font-weight: 600; }
    @media (max-width: 767px) {
      .refine-search ul li, .refine-search ol li {
        width: calc((100% / 3) - 20px); } }
    @media (max-width: 500px) {
      .refine-search ul li, .refine-search ol li {
        width: calc((100% / 2) - 20px); } }
    @media (max-width: 400px) {
      .refine-search ul li, .refine-search ol li {
        font-size: 12px; } }

.refine-search h3 {
  color: #474747;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }

.product-search h2 {
  text-transform: uppercase; }

.s_controls {
  display: flex;
  align-items: center; }
  .s_controls .s_input label {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 50px; }
    .s_controls .s_input label svg {
      height: 100%;
      width: 100%;
      position: absolute;
      stroke: #b0b0b0;
      fill: none;
      stroke-width: 2px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .s_controls .s_input label svg path {
        vector-effect: non-scaling-stroke; }
    .s_controls .s_input label input {
      padding: 15px 30px;
      height: 100%;
      position: relative;
      color: #0b0b0b; }
      .s_controls .s_input label input::-moz-placeholder {
        color: #b0b0b0;
        opacity: 1; }
      .s_controls .s_input label input:-ms-input-placeholder {
        color: #b0b0b0; }
      .s_controls .s_input label input::-webkit-input-placeholder {
        color: #b0b0b0; }
  .s_controls .checkbox_custom label {
    margin: 20px 40px 20px 2px; }
    .s_controls .checkbox_custom label.disabled {
      color: #b0b0b0; }

.col-md-12 .refine-search ul li, .col-md-12 .refine-search ol li {
  width: calc(20% - 20px); }

.style-panel .panel {
  margin: 15px 0;
  border: 1px solid #ddd; }

.sidebar .products-block {
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.sidebar .product-label {
  display: none; }

.sidebar .product-col {
  width: 100%;
  clear: both; }

.sidebar .products-row:last-child .product-block {
  border-bottom: none; }

.sidebar .price .price-old {
  font-size: 13px; }

.sidebar .price .price-new {
  font-size: 14px; }

.sidebar .product-block {
  overflow: hidden;
  padding: 15px;
  border-bottom: 1px solid #ebebeb; }
  .sidebar .product-block .image {
    padding: 0; }
  .sidebar .product-block .block-img {
    float: left;
    margin-right: 10px; }
  .sidebar .product-block .top {
    padding: 0; }
  .sidebar .product-block .product-meta {
    overflow: hidden;
    text-align: left;
    padding: 0; }
  .sidebar .product-block .name {
    padding-top: 0;
    margin-bottom: 0; }

.sidebar .bottom {
  display: none; }

.sidebar .product-grid .product-block {
  padding: 15px; }
  .sidebar .product-grid .product-block:hover .cart, .sidebar .product-grid .product-block:hover .top {
    margin: 0; }
  .sidebar .product-grid .product-block:hover .image {
    opacity: 1;
    filter: alpha(opacity=100); }

.page-product #sidebar-main {
  padding: 0 45px 10px 45px;
  background: #f5f5f5; }

.page-product .product-info {
  padding: 60px;
  background: #ffffff;
  border-radius: 10px;
  overflow: visible; }
  .page-product .product-info .owl-carousel .owl-wrapper-outer {
    overflow: visible; }
  .page-product .product-info .owl-carousel {
    margin-bottom: 35px; }

.product-info .product-meta .btn-sm, .product-info .product-meta .btn-group-sm > .btn, .product-info .product-meta .btn-group-sm > .btn {
  padding: 0 15px; }

.subcategories {
  margin-bottom: -1px;
  background-color: #3e3e3e; }

.main-columns {
  position: relative; }

.h1_container {
  display: flex;
  align-items: center;
  position: relative;
  padding: 60px 110px;
  background-image: radial-gradient(600px at 67% 250px, #fff98f, #fff103);
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 270px; }
  .h1_container h1, .h1_container .h1 {
    text-transform: uppercase;
    font-size: 40px;
    display: inline-block;
    width: 50%;
    z-index: 2; }
  .h1_container .catthumb {
    position: absolute;
    bottom: calc((100% - 400px) / 2);
    right: 230px;
    z-index: 1; }
  .h1_container .circles {
    position: absolute;
    stroke: rgba(0, 0, 0, 0.1);
    fill: none;
    stroke-width: 1px;
    width: 550px;
    height: 550px;
    right: 150px;
    top: -15px; }

.product-filter {
  display: flex;
  justify-content: space-between;
  padding: 15px 0; }
  .product-filter .filter-right {
    flex: 0 1 700px;
    font-size: 12px;
    color: #b0b0b0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Gotham", sans-serif; }
    .product-filter .filter-right > div {
      display: flex;
      align-items: center;
      padding: 0 37px;
      float: left; }
      .product-filter .filter-right > div > span {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }

.category_description {
  padding: 30px 50px;
  background: #ffffff;
  box-shadow: 0 8px 5px -10px rgba(0, 0, 0, 0.2);
  margin: 15px 0; }
  .category_description h2 {
    font-size: 20px;
    margin-bottom: 12px; }

#toggle_filters span {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Gotham", sans-serif;
  color: #47afcf;
  cursor: pointer; }

#toggle_filters svg {
  fill: #47afcf;
  stroke: none;
  width: 16px;
  margin-right: 5px;
  vertical-align: -2px; }

ul.tags {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center; }
  ul.tags li {
    padding: 15px 35px;
    margin: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    text-align: center; }
    ul.tags li.active {
      background: #fff103; }
    ul.tags li a {
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Gotham", sans-serif;
      color: #0b0b0b;
      text-decoration: none; }
      ul.tags li a:hover {
        text-decoration: none; }

.product-grid .product-block {
  width: calc(100% / 3 - 23px);
  margin: 10px; }

.product-grid.product-related .products-block, .products-owl-carousel.product-related .products-block {
  padding: 15px 0; }

.product-grid.product-related .product-block, .products-owl-carousel.product-related .product-block {
  width: calc(100% / 4 - 33px); }

.product-grid .product-block, .products-owl-carousel .product-block {
  position: relative;
  background-color: #FFFFFF;
  border-top: 1px solid transparent;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  box-shadow: 0 8px 5px -10px rgba(0, 0, 0, 0.2);
  transition: box-shadow .2s ease-in-out; }
  .product-grid .product-block:hover, .products-owl-carousel .product-block:hover {
    box-shadow: 0 35px 20px -30px rgba(0, 0, 0, 0.2); }
  .product-grid .product-block .product-meta, .products-owl-carousel .product-block .product-meta {
    line-height: 25px;
    padding: 0; }
  .product-grid .product-block .name, .products-owl-carousel .product-block .name {
    margin: 10px 0;
    font-size: 15px;
    text-transform: inherit;
    overflow: hidden; }
    .product-grid .product-block .name a, .products-owl-carousel .product-block .name a {
      color: #47afcf;
      text-decoration: underline;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Gotham", sans-serif;
      line-height: 24px;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .product-grid .product-block .name a:hover, .products-owl-carousel .product-block .name a:hover {
        color: #0b0b0b; }
    .product-grid .product-block .name .model, .products-owl-carousel .product-block .name .model {
      color: #67747a;
      font-size: 13px;
      font-family: "HelveticaNeue", sans-serif;
      font-weight: 300;
      line-height: 26px; }
  .product-grid .product-block .top, .products-owl-carousel .product-block .top {
    position: relative;
    padding: 15px 20px 10px 20px;
    text-align: center; }
    .product-grid .product-block .top .stars, .products-owl-carousel .product-block .top .stars {
      width: calc(100% - 40px);
      min-width: 130px;
      position: absolute;
      top: -7px; }
      .product-grid .product-block .top .stars .fa, .products-owl-carousel .product-block .top .stars .fa {
        color: #fff103;
        text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
        font-size: 18px; }
  .product-grid .product-block .cart, .products-owl-carousel .product-block .cart {
    padding: 0; }
    .product-grid .product-block .cart .btn, .products-owl-carousel .product-block .cart .btn {
      width: 100%;
      font-size: 14px;
      padding: 22px 45px; }
  .product-grid .product-block .price, .products-owl-carousel .product-block .price {
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
    font-family: "Gotham", sans-serif;
    color: #0b0b0b; }
    .product-grid .product-block .price-old, .products-owl-carousel .product-block .price-old {
      font-size: 16px; }
      .product-grid .product-block .price-old i, .products-owl-carousel .product-block .price-old i {
        font-size: 14px; }
    .product-grid .product-block .price .price-special, .products-owl-carousel .product-block .price .price-special {
      color: #fe5718;
      font-size: 20px; }
      .product-grid .product-block .price .price-special i, .products-owl-carousel .product-block .price .price-special i {
        font-size: 18px; }
  .product-grid .product-block .bottom, .products-owl-carousel .product-block .bottom {
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    text-align: center;
    padding: 0 60px 30px 60px; }
    .product-grid .product-block .bottom .iframe-link, .product-grid .product-block .bottom .compare button, .products-owl-carousel .product-block .bottom .iframe-link, .products-owl-carousel .product-block .bottom .compare button {
      font-size: 12px;
      padding: 22px 45px;
      width: 100%;
      margin-top: 20px; }
    .product-grid .product-block .bottom .iframe-link, .products-owl-carousel .product-block .bottom .iframe-link {
      text-align: center;
      font-size: 15px;
      font-family: "HelveticaNeue", sans-serif;
      font-weight: 400;
      text-transform: none;
      color: #47afcf;
      text-decoration: underline dotted;
      display: inline-block;
      padding: 0 45px; }
  .product-grid .product-block .image, .products-owl-carousel .product-block .image {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding: 30px 30px 0; }
    .product-grid .product-block .image .action, .products-owl-carousel .product-block .image .action {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 40px; }
      .product-grid .product-block .image .action button, .product-grid .product-block .image .action a, .products-owl-carousel .product-block .image .action button, .products-owl-carousel .product-block .image .action a {
        border: 0;
        background: rgba(255, 255, 255, 0.5);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .product-grid .product-block .image .action button:hover, .product-grid .product-block .image .action a:hover, .products-owl-carousel .product-block .image .action button:hover, .products-owl-carousel .product-block .image .action a:hover {
          background: rgba(255, 255, 255, 0.2);
          color: #fff103; }
        .product-grid .product-block .image .action button:focus, .product-grid .product-block .image .action a:focus, .products-owl-carousel .product-block .image .action button:focus, .products-owl-carousel .product-block .image .action a:focus {
          background: rgba(255, 255, 255, 0.5);
          color: #0b0b0b; }

.products-owl-carousel .owl-stage-outer {
  padding: 15px 0; }

.products-owl-carousel .product-block {
  width: 100% !important; }

/* 
* PRODUCT INFORMATION PAGE
*/
.product-info {
  box-shadow: 0 40px 54px -50px rgba(0, 0, 0, 0.5); }
  .product-info .box-product-infomation {
    margin-top: 20px; }
  .product-info .title-product {
    font-size: 35px;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase; }
  .product-info .image-additional {
    overflow: hidden; }
    .product-info .image-additional .owl-carousel {
      margin-bottom: 0 !important; }
  .product-info .image-additional .item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 10px;
    background-color: #FFFFFF;
    position: relative; }
    .product-info .image-additional .item.active, .product-info .image-additional .item:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .product-info .thumbs-preview {
    margin-top: 20px; }
    .product-info .thumbs-preview a + a {
      margin-left: 10px; }
  .product-info .filter_icons {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    .product-info .filter_icons li {
      flex: 0 0 50px;
      margin-right: 10px; }
    .product-info .filter_icons svg {
      stroke: #fff103;
      background: #0b0b0b;
      fill: none;
      stroke-width: 1.5px; }
  .product-info .prod_rating {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Gotham", sans-serif;
    display: flex;
    margin-bottom: 10px; }
    .product-info .prod_rating .stars {
      flex: 0 0 40%;
      min-width: 130px; }
      .product-info .prod_rating .stars .fa {
        color: #fff103;
        text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
        font-size: 20px; }
    .product-info .prod_rating .rating_links > span {
      cursor: pointer;
      color: #47afcf;
      text-decoration: underline; }
      .product-info .prod_rating .rating_links > span.rev_bull {
        text-decoration: none; }
  .product-info .attributes {
    margin-bottom: 30px; }
    .product-info .attributes li {
      display: flex;
      align-items: center;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Gotham", sans-serif;
      font-size: 12px;
      padding: 5px 0; }
      .product-info .attributes li .att-key {
        color: #b0b0b0;
        flex: 0 0 40%;
        min-width: 130px; }
      .product-info .attributes li .att-val {
        font-size: 15px;
        color: #0b0b0b; }
        .product-info .attributes li .att-val span {
          font-weight: 700 !important;
          color: #0b0b0b !important; }
        .product-info .attributes li .att-val img {
          width: 22px;
          height: 22px;
          position: relative !important;
          bottom: 2px !important;
          margin-left: 15px !important; }
  .product-info .btn-compare {
    display: flex;
    flex: 0 0 150px;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    width: 100%;
    text-decoration: none; }
    .product-info .btn-compare svg {
      width: 35px;
      height: 100%;
      fill: #b0b0b0; }
    .product-info .btn-compare span {
      color: #b0b0b0;
      text-transform: uppercase;
      padding-bottom: 5px; }
  .product-info .oneclick {
    padding-top: 15px;
    display: inline-block;
    cursor: pointer; }
  .product-info .btnrow {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .product-info .btnrow.cart {
      justify-content: space-between; }
      .product-info .btnrow.cart #button-cart {
        height: 80px;
        flex: 0 1 400px;
        color: #0b0b0b;
        margin-right: 40px;
        letter-spacing: 2px; }
    .product-info .btnrow.credit_invoice {
      justify-content: flex-start;
      flex-wrap: wrap; }
      .product-info .btnrow.credit_invoice a {
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Gotham", sans-serif; }
      .product-info .btnrow.credit_invoice .button-credit {
        color: #b0b0b0;
        margin-right: 10%; }
      .product-info .btnrow.credit_invoice .invoice {
        color: #47afcf;
        text-decoration: underline; }
    .product-info .btnrow.cheaprow a {
      color: #b0b0b0;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Gotham", sans-serif; }
      .product-info .btnrow.cheaprow a.ny {
        color: #fe5718; }
  .product-info .quantity-adder {
    height: 74px;
    flex: 1 0 140px;
    position: relative; }
    .product-info .quantity-adder svg {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
      .product-info .quantity-adder svg path {
        fill: none;
        stroke: #e5e5e5;
        stroke-width: 2px;
        vector-effect: non-scaling-stroke; }
    .product-info .quantity-adder .qty-container {
      display: flex;
      justify-content: space-around;
      align-items: center;
      height: 100%;
      position: relative;
      padding: 0 15px; }
    .product-info .quantity-adder .add-action {
      color: #b0b0b0;
      display: block;
      cursor: pointer; }
    .product-info .quantity-adder .quantity-number {
      position: relative; }
      .product-info .quantity-adder .quantity-number input {
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Gotham", sans-serif;
        color: #0b0b0b;
        padding-left: 0;
        padding-right: 30px;
        text-align: right; }
      .product-info .quantity-adder .quantity-number .qty-capt {
        position: absolute;
        top: 0;
        right: 0;
        line-height: 36px;
        font-weight: 700;
        font-family: "Gotham", sans-serif; }
    .product-info .quantity-adder .qty-btns {
      flex: 0 0 50px;
      text-align: center; }
  .product-info .product-meta a {
    margin-left: 16px;
    color: #ccd6dd;
    font-weight: 500; }
    .product-info .product-meta a a.btn-sm, .product-info .product-meta a .btn-group-sm > a.btn {
      padding: 0 19px; }
  .product-info .product-meta .cart {
    padding-bottom: 0; }
  .product-info .product-meta .btn-compare {
    color: #0b0b0b;
    font-size: 24px;
    padding: 2px 18px;
    height: 41px; }
    .product-info .product-meta .btn-compare:hover {
      color: #fff103; }
  .product-info .storage_widget h2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px; }
  .product-info .storage_widget .sw_map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 146px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 15px 54px rgba(0, 0, 0, 0.07); }
    .product-info .storage_widget .sw_map ymaps[class*="events-pane"] {
      background-image: radial-gradient(ellipse at 25% 90%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
      background-repeat: no-repeat; }
    .product-info .storage_widget .sw_map ymaps[class*="copyrights-pane"], .product-info .storage_widget .sw_map ymaps[class*="controls-pane"] {
      display: none !important; }
    .product-info .storage_widget .sw_map .sw_capt {
      position: absolute;
      z-index: 99;
      top: 30px;
      left: 15%;
      max-width: 300px;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Gotham", sans-serif;
      line-height: 1.3; }
      .product-info .storage_widget .sw_map .sw_capt .sw_time {
        font-size: 12px;
        margin-top: 15px; }
    .product-info .storage_widget .sw_map #sw_map {
      display: inline-block;
      width: 100%;
      height: 146px; }
  .product-info .storage_widget .sw_bottom {
    padding: 65px 55px 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .product-info .storage_widget .sw_bottom .sw_text {
      flex: 1 1 auto;
      line-height: 1.3;
      opacity: .6; }
    .product-info .storage_widget .sw_bottom .sw_btn {
      flex: 1 1 250px;
      margin-left: 50px; }
      .product-info .storage_widget .sw_bottom .sw_btn button {
        padding: 10px 20px; }

.product-markdown-view .price {
  margin: 0 !important; }
  .product-markdown-view .price.detail {
    flex-direction: column; }

.product-markdown-view .product-meta .btnrow, .product-markdown-view .product-meta .btnrow a, .product-markdown-view .product-meta .btnrow .button-credit {
  padding: 0 !important;
  margin: 0 !important; }

.product-markdown-view .btn-compare {
  margin: 0 !important; }

.product-markdown-view .oneclick {
  padding: 0; }

.product-markdown-view .cheaper-products {
  margin-top: 20px; }

.product-markdown-view .cheaper-products, .product-markdown-view .cheaper-items, .product-markdown-view .cheaper-item, .product-markdown-view .cheaper-item-info, .product-markdown-view .product-meta {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.product-markdown-view .credit_invoice, .product-markdown-view .cart {
  gap: 16px; }

.product-markdown-view .btnrow.cart {
  justify-content: flex-start !important; }
  .product-markdown-view .btnrow.cart #button-cart {
    margin: 0 !important;
    flex: unset;
    width: 100%;
    max-width: 100% !important; }

.product-markdown-view .cheaper-item {
  padding: 20px;
  border: 1px solid #67747a;
  text-decoration: none; }
  .product-markdown-view .cheaper-item:not(.general) {
    border: 1px solid #999; }
    .product-markdown-view .cheaper-item:not(.general) .price {
      flex-direction: row; }
      .product-markdown-view .cheaper-item:not(.general) .price .price-new {
        font-size: 26px; }
        .product-markdown-view .cheaper-item:not(.general) .price .price-new .fa-rub {
          font-size: 22px; }
      .product-markdown-view .cheaper-item:not(.general) .price .price-old {
        font-size: 18px; }
  .product-markdown-view .cheaper-item .price {
    display: flex;
    gap: 16px;
    align-items: flex-start !important;
    white-space: nowrap;
    flex-wrap: nowrap !important; }
    .product-markdown-view .cheaper-item .price .price-new, .product-markdown-view .cheaper-item .price .price-old {
      line-height: 1; }
    .product-markdown-view .cheaper-item .price .price-new {
      flex: unset; }
    .product-markdown-view .cheaper-item .price .price {
      gap: 8px; }

.product-markdown-view .cheaper-products__title, .product-markdown-view .cheaper-item__title {
  font-size: 16px;
  font-weight: 600; }

.product-markdown-view .cheaper-products__reason, .product-markdown-view .cheaper-item__reason {
  color: #999; }

.product-markdown-view .cheaper-products__status, .product-markdown-view .cheaper-item__status {
  color: #999;
  font-weight: 600; }

#image-additional-qw {
  padding: 0 40px; }
  #image-additional-qw .owl-nav .owl-prev {
    left: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  #image-additional-qw .owl-nav .owl-next {
    right: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.product_descr {
  padding: 30px;
  width: 100%; }
  .product_descr .image-fit img {
    max-width: 100%;
    height: auto !important;
    width: 100% !important; }

.product_atts {
  background: #ffffff;
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  box-shadow: 0 40px 54px -50px rgba(0, 0, 0, 0.5);
  margin-bottom: 50px; }
  .product_atts .nav-tabs {
    display: flex; }
    .product_atts .nav-tabs li {
      flex: 1;
      padding: 0;
      text-align: center;
      border-right: 1px solid #e5e5e5;
      display: flex;
      justify-content: center;
      align-items: center; }
      .product_atts .nav-tabs li:last-child {
        border-right: none; }
      .product_atts .nav-tabs li.active {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
        .product_atts .nav-tabs li.active:before {
          content: '';
          position: absolute;
          top: 8px;
          right: 8px;
          border-top: 10px solid #0b0b0b;
          border-left: 10px solid #ffffff; }
      .product_atts .nav-tabs li a {
        padding: 20px 0;
        color: #47afcf;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Gotham", sans-serif; }
  .product_atts .tab-content {
    position: relative;
    z-index: 5;
    background: #ffffff;
    border: none;
    border-top: 1px solid #e5e5e5;
    padding: 0; }
    .product_atts .tab-content .tab-pane h3 {
      font-size: 20px;
      text-transform: uppercase;
      padding: 20px 30px; }
    .product_atts .tab-content .tab-pane ul {
      list-style: none;
      margin-bottom: 0;
      padding: 0; }
      .product_atts .tab-content .tab-pane ul li {
        display: flex;
        padding: 10px 30px;
        font-size: 16px;
        align-items: flex-end; }
        .product_atts .tab-content .tab-pane ul li:nth-child(odd) {
          background: #e5e5e5; }
        .product_atts .tab-content .tab-pane ul li .fa-check {
          font-size: 12px;
          color: #67747a; }
        .product_atts .tab-content .tab-pane ul li .att_key {
          flex: 1 1 50%;
          color: #67747a; }
          .product_atts .tab-content .tab-pane ul li .att_key-single {
            align-self: flex-start;
            flex: none;
            margin-right: 10px; }
        .product_atts .tab-content .tab-pane ul li > div {
          flex: 1 1 50%;
          font-weight: 700;
          font-family: "Gotham", sans-serif; }

.product_reviews {
  margin-bottom: 50px; }
  .product_reviews .review_item {
    border-radius: 7px;
    box-shadow: 0 40px 24px -50px rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
    background: #ffffff;
    padding-bottom: 20px; }
  .product_reviews .review_header {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 1px solid #e5e5e5; }
  .product_reviews .review_h_left {
    display: flex; }
  .product_reviews .review_author {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Gotham", sans-serif;
    margin-right: 15px; }
  .product_reviews .review_date {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Gotham", sans-serif;
    color: #67747a; }
  .product_reviews .review_stars .fa {
    color: #fff103;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
    font-size: 16px; }
  .product_reviews .review_body {
    padding: 0 30px; }
  .product_reviews .review_section {
    margin-top: 20px;
    display: flex; }
    .product_reviews .review_section_header {
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Gotham", sans-serif;
      flex: 0 0 100px;
      padding-right: 20px; }
  .product_reviews .product_review_form #review_btn {
    height: 40px;
    padding: 0 20px;
    margin: 0 30px; }
    .product_reviews .product_review_form #review_btn svg {
      fill: #ffffff; }
    .product_reviews .product_review_form #review_btn span {
      z-index: 1; }
  .product_reviews .product_review_form #form-review-container {
    border-radius: 7px;
    box-shadow: 0 40px 24px -50px rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
    background: #ffffff;
    padding: 20px 30px;
    margin-top: 20px; }
    .product_reviews .product_review_form #form-review-container .form-group {
      display: flex;
      margin: 0 0 15px 0; }
    .product_reviews .product_review_form #form-review-container textarea {
      resize: vertical; }
    .product_reviews .product_review_form #form-review-container label {
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Gotham", sans-serif;
      flex: 0 0 130px;
      padding-right: 20px;
      padding-top: 0; }
    .product_reviews .product_review_form #form-review-container input[type="text"], .product_reviews .product_review_form #form-review-container textarea {
      border: 2px solid #e5e5e5;
      border-radius: 10px; }
    .product_reviews .product_review_form #form-review-container fieldset {
      padding-left: 130px; }
    .product_reviews .product_review_form #form-review-container .form_stars {
      float: left; }
      .product_reviews .product_review_form #form-review-container .form_stars > label {
        float: right;
        width: 1.3em;
        padding: 0 .1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 180%;
        line-height: 1.2;
        color: #fff103;
        font-family: "FontAwesome";
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
      .product_reviews .product_review_form #form-review-container .form_stars > input {
        position: absolute;
        left: -5000px;
        clip: rect(0, 0, 0, 0); }
      .product_reviews .product_review_form #form-review-container .form_stars > label:before {
        content: '\f006 '; }
      .product_reviews .product_review_form #form-review-container .form_stars > label:hover:before, .product_reviews .product_review_form #form-review-container .form_stars > label:hover ~ label:before {
        content: '\f005 '; }
      .product_reviews .product_review_form #form-review-container .form_stars > input:checked ~ label:before {
        content: '\f005 '; }
      .product_reviews .product_review_form #form-review-container .form_stars > label:hover ~ input:checked ~ label:before {
        content: '\f005 '; }

.product_dl {
  background: #ffffff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  box-shadow: 0 40px 54px -50px rgba(0, 0, 0, 0.5);
  margin-bottom: 50px;
  padding: 0 50px; }
  .product_dl ul {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 0 0; }
    .product_dl ul li {
      flex: 0 1 50%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 50px;
      padding: 0 50px;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Gotham", sans-serif; }
      .product_dl ul li .dl-link svg {
        stroke: #b0b0b0;
        fill: none;
        width: 24px;
        height: 24px;
        vertical-align: -6px;
        margin-right: 5px; }
      .product_dl ul li .dl-link a {
        color: #47afcf; }
      .product_dl ul li .dl-size {
        color: #b0b0b0;
        flex: 0 0 120px;
        text-align: right; }

.product_block_h {
  position: relative;
  text-transform: uppercase;
  padding-top: 30px;
  margin-bottom: 30px;
  background: url("/image/i/logomicro.png") top left no-repeat;
  display: flex;
  align-items: flex-end; }
  .product_block_h h3 {
    font-size: 35px; }

.product_videos .item-video {
  height: 450px; }

.product_videos .owl-video-tn {
  background-size: auto 600px !important; }

.product_videos .owl-item {
  border-radius: 10px;
  overflow: hidden; }

.product_videos .owl-carousel .owl-video-play-icon {
  background: none; }
  .product_videos .owl-carousel .owl-video-play-icon svg path {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .product_videos .owl-carousel .owl-video-play-icon svg .fatc {
    fill: none;
    stroke-width: 3px;
    stroke: rgba(255, 255, 255, 0.4); }
  .product_videos .owl-carousel .owl-video-play-icon svg .thc {
    fill: none;
    stroke-width: 3px;
    stroke: rgba(255, 255, 255, 0.4);
    transform-origin: center; }
  .product_videos .owl-carousel .owl-video-play-icon svg .tri {
    fill: #fff103;
    stroke: none; }
  .product_videos .owl-carousel .owl-video-play-icon:hover {
    transform: none; }
    .product_videos .owl-carousel .owl-video-play-icon:hover .thc {
      animation-name: videoplay;
      animation-duration: .5s;
      animation-iteration-count: infinite; }
    .product_videos .owl-carousel .owl-video-play-icon:hover .tri {
      fill: #e9dc00; }
    .product_videos .owl-carousel .owl-video-play-icon:hover .fatc {
      stroke: rgba(255, 255, 255, 0.8); }

@keyframes videoplay {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(1.3);
    opacity: 0; } }

.product_related .products-owl-carousel .owl-stage-outer {
  padding: 0 0 50px 0; }

.product_related .showall {
  margin: 0;
  padding: 0 20px;
  height: 50px;
  position: absolute;
  right: 215px;
  top: 25px;
  width: 150px; }

.product_videos, .product_related {
  margin-bottom: 50px; }

.zoomWindowContainer .zoomWindow {
  left: 500px; }

.owl-carousel .owl-wrapper-outer {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

#input-captcha, #input-payment-captcha {
  margin-bottom: 10px; }

.sertificat {
  padding: 10px 0; }
  .sertificat img {
    max-width: 150px;
    height: auto; }

.information-warranty #content {
  padding: 0 45px;
  background: #e5e5e5; }

.information-warranty h1 {
  text-transform: uppercase;
  font-size: 35px;
  padding: 50px 30px; }

.information-warranty .pblock {
  background: #ffffff;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 25px 25px -30px rgba(0, 0, 0, 0.2); }
  .information-warranty .pblock.citylist {
    display: none; }
  .information-warranty .pblock h5 {
    text-transform: uppercase;
    padding: 40px 30px;
    font-size: 14px; }
  .information-warranty .pblock .scmaplist {
    width: 100%;
    height: 490px;
    padding: 60px; }
    .information-warranty .pblock .scmaplist > ymaps {
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.07); }
  .information-warranty .pblock.citylist ul {
    padding: 30px;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    .information-warranty .pblock.citylist ul li {
      width: calc(100% / 3);
      margin: 5px 0;
      padding-left: 50px; }
      .information-warranty .pblock.citylist ul li a {
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Gotham", sans-serif;
        letter-spacing: 2px; }
  .information-warranty .pblock.citymap .scpoints h5 {
    padding: 25px 30px;
    border-bottom: 1px solid #e5e5e5; }
  .information-warranty .pblock.citymap .scpoints ul {
    list-style: none;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    margin: 0; }
    .information-warranty .pblock.citymap .scpoints ul li {
      padding: 25px 30px;
      border-right: 1px solid #e5e5e5;
      font-size: 15px; }
      .information-warranty .pblock.citymap .scpoints ul li svg {
        width: 12px;
        height: 12px;
        fill: #67747a;
        stroke: none;
        vertical-align: -2px; }
      .information-warranty .pblock.citymap .scpoints ul li.sctitle {
        flex: 0 1 330px;
        align-items: center;
        display: flex; }
      .information-warranty .pblock.citymap .scpoints ul li.scaddr {
        flex: 1 1 550px; }
      .information-warranty .pblock.citymap .scpoints ul li.scphone {
        flex: 1 0 250px;
        border-right: none; }
      .information-warranty .pblock.citymap .scpoints ul li.scphone, .information-warranty .pblock.citymap .scpoints ul li.scaddr {
        align-items: center;
        display: flex; }
        .information-warranty .pblock.citymap .scpoints ul li.scphone span, .information-warranty .pblock.citymap .scpoints ul li.scaddr span {
          padding-left: 25px;
          display: inline-block;
          width: calc(100% - 20px); }
  .information-warranty .pblock.cities h5.city {
    padding: 40px 30px 30px; }
  .information-warranty .pblock.cities ul.cityaddr {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-size: 18px; }
    .information-warranty .pblock.cities ul.cityaddr li {
      padding-right: 40px; }
      .information-warranty .pblock.cities ul.cityaddr li.ad {
        background: transparent url("/image/i/mapdot.png") no-repeat center left;
        padding-left: 35px; }
      .information-warranty .pblock.cities ul.cityaddr li.ph {
        font-weight: 700;
        font-family: "Gotham", sans-serif;
        white-space: nowrap; }
        .information-warranty .pblock.cities ul.cityaddr li.ph svg {
          height: 14px;
          stroke: none;
          fill: #67747a;
          margin-right: 20px; }
  .information-warranty .pblock.cities .wt h5 {
    padding: 30px 40px 40px;
    border-bottom: 1px solid #e5e5e5; }
  .information-warranty .pblock.cities .wt ul {
    list-style: none;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    margin: 0; }
    .information-warranty .pblock.cities .wt ul li {
      padding: 25px 30px;
      border-right: 1px solid #e5e5e5;
      font-size: 15px;
      flex: 1 1 300px; }

.about_block {
  background: #ffffff;
  padding: 35px 40px;
  border-radius: 10px;
  box-shadow: 0 40px 54px -50px rgba(0, 0, 0, 0.5);
  margin-bottom: 45px;
  display: inline-block;
  width: 100%; }

.information-aboutus {
  background: #f5f5f5; }
  .information-aboutus h1, .information-aboutus h2 {
    text-transform: uppercase;
    font-size: 35px; }
  .information-aboutus h2 {
    margin-bottom: 30px; }
  .information-aboutus h3 {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 15px; }
  .information-aboutus .about_block p {
    padding-bottom: 20px; }
  .information-aboutus .about_block p, .information-aboutus .about_block div {
    font-size: 18px; }
  .information-aboutus .about_block .abt_img {
    margin: 0 0 50px 50px;
    float: right;
    max-width: 43%; }
  .information-aboutus .about_block.dealer {
    display: flex; }
    .information-aboutus .about_block.dealer div {
      flex: 1 1 70%; }
      .information-aboutus .about_block.dealer div.call {
        flex: 1 1 30%;
        color: #888;
        margin: 40px 0 0 40px; }
  .information-aboutus .about_block.withmap {
    background: url("/image/i/aboutmap.png") #ffffff no-repeat right center;
    display: flex; }
    .information-aboutus .about_block.withmap div {
      flex: 1 1 75%; }
      .information-aboutus .about_block.withmap div.founded {
        flex: 1 1 25%;
        color: #888;
        margin-top: 20px;
        margin-left: 40px; }
  .information-aboutus .about_block .phone {
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHg9JzBweCcgeT0nMHB4JyB3aWR0aD0nMTZweCcgaGVpZ2h0PScxNnB4Jz48cGF0aCBkPSdNOS45LDE0YzAuMSwwLDAuMSwwLDAuMiwwYzAuNywwLDEuMi0wLjIsMS43LTAuN2MwLDAsMCwwLDAsMGMwLjItMC4yLDAuMy0wLjQsMC41LTAuNWMwLjEtMC4xLDAuMy0wLjMsMC40LTAuNGMwLjYtMC42LDAuNi0xLjQsMC0ybC0xLjYtMS42Yy0wLjMtMC4zLTAuNi0wLjQtMS0wLjRjLTAuNCwwLTAuNywwLjItMSwwLjRsLTEsMUM4LDkuNiw4LDkuNiw3LjksOS41QzcuOCw5LjUsNy43LDkuNCw3LjYsOS40QzYuNyw4LjgsNS45LDguMSw1LjEsNy4xQzQuNyw2LjcsNC41LDYuMyw0LjMsNS44QzQuNSw1LjYsNC44LDUuNCw1LDUuMUM1LjEsNSw1LjIsNSw1LjMsNC45YzAuNi0wLjYsMC42LTEuNCwwLTJMNC40LDIuMUM0LjMsMiw0LjMsMS45LDQuMiwxLjhDNCwxLjYsMy44LDEuNCwzLjYsMS4yQzMuMywxLDMsMC44LDIuNiwwLjhDMi4zLDAuOCwyLDEsMS43LDEuMmwtMSwxQzAuMywyLjYsMC4xLDMuMSwwLDMuNkMwLDQuMywwLjEsNSwwLjQsNS44YzAuNSwxLjMsMS4yLDIuNSwyLjMsMy44YzEuMywxLjUsMi45LDIuOCw0LjYsMy42QzgsMTMuNSw4LjksMTMuOSw5LjksMTR6IE0zLjIsOS4xYy0xLTEuMi0xLjctMi40LTIuMS0zLjZDMC44LDQuOCwwLjcsNC4yLDAuNywzLjdjMC0wLjQsMC4yLTAuNywwLjQtMC45bDEtMWMwLjItMC4xLDAuMy0wLjIsMC41LTAuMmMwLjIsMCwwLjMsMC4xLDAuNSwwLjJjMC4yLDAuMiwwLjQsMC4zLDAuNSwwLjVjMC4xLDAuMSwwLjIsMC4yLDAuMywwLjNsMC44LDAuOGMwLjMsMC4zLDAuMywwLjcsMCwxQzQuNyw0LjUsNC42LDQuNSw0LjUsNC42QzQuMyw0LjksNCw1LjEsMy44LDUuNGMwLDAsMCwwLDAsMEMzLjUsNS42LDMuNSw1LjgsMy42LDZjMCwwLDAsMCwwLDBjMC4yLDAuNSwwLjUsMSwxLDEuNmMwLjgsMSwxLjcsMS44LDIuNiwyLjRjMC4xLDAuMSwwLjIsMC4xLDAuNCwwLjJjMC4xLDAuMSwwLjIsMC4xLDAuMywwLjJjMCwwLDAsMCwwLDBjMC4xLDAsMC4yLDAuMSwwLjMsMC4xYzAuMiwwLDAuNC0wLjEsMC40LTAuMmwxLTFDOS44LDkuMSw5LjksOSwxMC4xLDljMC4yLDAsMC40LDAuMSwwLjUsMC4ybDEuNiwxLjZjMC40LDAuNCwwLjIsMC44LDAsMWMtMC4xLDAuMS0wLjIsMC4yLTAuNCwwLjRjLTAuMiwwLjItMC40LDAuNC0wLjYsMC42Yy0wLjMsMC4zLTAuNywwLjUtMS4yLDAuNWMwLDAtMC4xLDAtMC4xLDBjLTAuOS0wLjEtMS43LTAuNC0yLjMtMC43QzUuOSwxMS44LDQuNCwxMC42LDMuMiw5LjF6Jz48L3BhdGg+PHBhdGggZD0nTTcuNywyLjZjLTAuMiwwLTAuNCwwLjEtMC40LDAuM2MwLDAuMiwwLjEsMC40LDAuMywwLjRjMC44LDAuMSwxLjUsMC41LDIuMSwxLjFjMC42LDAuNiwwLjksMS4zLDEuMSwyLjFjMCwwLjIsMC4yLDAuMywwLjMsMC4zYzAsMCwwLDAsMC4xLDBjMC4yLDAsMC4zLTAuMiwwLjMtMC40Yy0wLjItMC45LTAuNi0xLjgtMS4zLTIuNUM5LjUsMy4yLDguNiwyLjcsNy43LDIuNnonPjwvcGF0aD48cGF0aCBkPSdNMTMuNiw2LjZDMTMuNyw2LjYsMTMuNyw2LjYsMTMuNiw2LjZjMC4zLDAsMC40LTAuMiwwLjMtMC40Yy0wLjMtMS41LTEtMi45LTIuMS00LjFDMTAuOCwxLDkuMywwLjMsNy44LDBDNy42LDAsNy40LDAuMSw3LjQsMC4zYzAsMC4yLDAuMSwwLjQsMC4zLDAuNGMxLjQsMC4yLDIuNywwLjksMy43LDEuOWMxLDEsMS43LDIuMywxLjksMy43QzEzLjMsNi41LDEzLjUsNi42LDEzLjYsNi42eic+PC9wYXRoPjwvc3ZnPg==) no-repeat bottom 5px left;
    padding-left: 40px;
    margin-top: 15px;
    color: #0b0b0b;
    font-weight: 700;
    font-family: "Gotham", sans-serif; }

.information-deliveryandpayment {
  background: #f5f5f5; }
  .information-deliveryandpayment .about_block {
    padding-bottom: 0; }
  .information-deliveryandpayment h1 {
    text-transform: uppercase; }
  .information-deliveryandpayment h3 {
    color: #47afcf;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .information-deliveryandpayment .dp_text_cont {
    margin-bottom: 30px;
    font-size: 18px;
    display: flex; }
    .information-deliveryandpayment .dp_text_cont span {
      color: #b0b0b0;
      font-size: 10px;
      margin-right: 30px; }
  .information-deliveryandpayment .dp_row {
    display: flex;
    margin: auto -15px; }
  .information-deliveryandpayment .dp_col {
    flex: 0 1 50%;
    padding: 15px; }
    .information-deliveryandpayment .dp_col-single {
      padding: 15px;
      flex: 0 1 100%; }
    .information-deliveryandpayment .dp_col.dp_col-3 {
      flex: 0 1 calc(100% / 3); }
  .information-deliveryandpayment .img-inline {
    display: inline;
    height: 30px;
    margin-left: 20px; }
  .information-deliveryandpayment .dp_frame {
    border-radius: 7px;
    border: 1px #e5e5e5 solid;
    padding: 30px 45px;
    font-size: 14px; }
    .information-deliveryandpayment .dp_frame span {
      color: #b0b0b0; }
  .information-deliveryandpayment .gray {
    font-size: 14px;
    color: #b0b0b0;
    margin: 30px 0; }
  .information-deliveryandpayment .delivery .deliveryrussia {
    margin-top: 32px; }
  .information-deliveryandpayment .nalbeznal .dp_col:first-child {
    flex: 0 1 40%; }
  .information-deliveryandpayment .nalbeznal .dp_col:last-child {
    flex: 0 1 60%; }
  .information-deliveryandpayment .dp_questions {
    display: flex;
    margin-bottom: 45px;
    padding: 0 30px; }
    .information-deliveryandpayment .dp_questions h2 {
      flex: 0 1 36%;
      text-transform: uppercase;
      align-self: center; }
    .information-deliveryandpayment .dp_questions .flexcont-capt {
      flex: 0 0 40%;
      margin-left: 40px; }

.flex-contacts .dp_text_cont {
  margin: 0; }

.flex-contacts .dp_phone .dp_phone_capt {
  font-size: 9px;
  color: #b0b0b0;
  margin-left: 33px; }

.flex-contacts .dp_phone .telephone {
  font-size: 18px;
  font-weight: 700;
  font-family: "Gotham", sans-serif; }

.flex-contacts svg {
  fill: #67747a;
  stroke: none;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: -3px; }

.flex-contacts a {
  font-size: 18px; }

.information-contact {
  background: #f5f5f5; }
  .information-contact h1 {
    text-transform: uppercase; }
  .information-contact .ct_row {
    display: flex; }
    .information-contact .ct_row.ct_top {
      padding: 50px 30px;
      justify-content: space-between; }
    .information-contact .ct_row .ct_col {
      flex: 0 1 50%; }
      .information-contact .ct_row .ct_col.ct_title {
        flex: 1 0 40%; }
      .information-contact .ct_row .ct_col.ct_map {
        border-radius: 10px;
        overflow: hidden; }
  .information-contact .ct_email {
    margin-top: 30px; }
  .information-contact .ct_addr {
    font-size: 18px;
    padding-left: 40px;
    background: url("/image/i/mapdot.png") no-repeat left center transparent; }
  .information-contact ul.rekvizit {
    list-style: none;
    margin-top: 25px;
    padding: 0; }
    .information-contact ul.rekvizit li {
      margin-bottom: 2px;
      display: flex;
      align-items: center; }
      .information-contact ul.rekvizit li span {
        display: inline-block; }
      .information-contact ul.rekvizit li .key {
        color: #b0b0b0;
        font-size: 10px;
        width: 50px;
        text-transform: uppercase; }
      .information-contact ul.rekvizit li .value {
        font-size: 15px; }
  .information-contact .ct_enter {
    background: url("/image/enter.jpg") no-repeat center left;
    background-size: cover; }
  .information-contact .ct_enter, .information-contact #map {
    height: 440px; }
  .information-contact .ct_nav {
    font-size: 15px; }
    .information-contact .ct_nav .ct_col:last-child {
      padding-left: 30px; }
    .information-contact .ct_nav h4 {
      padding: 30px 0 30px 50px;
      text-transform: uppercase;
      font-size: 14px;
      position: relative; }
      .information-contact .ct_nav h4 span {
        position: absolute;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        width: 26px;
        height: 26px;
        left: 0;
        top: calc(50% - 13px); }
        .information-contact .ct_nav h4 span:before {
          content: '';
          position: absolute;
          width: 16px;
          height: 16px;
          left: 4px;
          top: 4px;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%; }
        .information-contact .ct_nav h4 span.red_label {
          border: 1px solid #c83636; }
          .information-contact .ct_nav h4 span.red_label:before {
            background: #c83636; }
        .information-contact .ct_nav h4 span.blue_label {
          border: 1px solid #47afcf; }
          .information-contact .ct_nav h4 span.blue_label:before {
            background: #47afcf; }
  .information-contact .ct_form {
    margin: 50px 0; }
    .information-contact .ct_form h2 {
      font-size: 35px; }
    .information-contact .ct_form .product_block_h {
      margin-bottom: 30px; }
    .information-contact .ct_form .contacts_fieldset {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px; }
    .information-contact .ct_form .form-group {
      display: inline-block;
      position: relative;
      margin: 0;
      width: calc((100% / 3) - 15px);
      height: 70px; }
      .information-contact .ct_form .form-group svg {
        height: 100%;
        width: 100%;
        position: absolute;
        stroke: #b0b0b0;
        fill: none;
        stroke-width: 2px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .information-contact .ct_form .form-group input {
        padding: 15px 30px;
        height: 100%;
        position: relative;
        color: #0b0b0b; }
        .information-contact .ct_form .form-group input::-moz-placeholder {
          color: #b0b0b0;
          opacity: 1; }
        .information-contact .ct_form .form-group input:-ms-input-placeholder {
          color: #b0b0b0; }
        .information-contact .ct_form .form-group input::-webkit-input-placeholder {
          color: #b0b0b0; }
    .information-contact .ct_form .captcha .form-group {
      height: 35px; }
      .information-contact .ct_form .captcha .form-group svg {
        vector-effect: non-scaling-stroke;
        stroke-width: 1.5px; }
    .information-contact .ct_form .btn {
      margin-top: 35px;
      margin-left: 2px; }

.information-direktoru #content {
  background: #f5f5f5;
  padding: 0 45px; }

.information-direktoru .dir_textblock {
  font-size: 18px; }

.information-direktoru form .form-group {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  max-width: 500px; }
  .information-direktoru form .form-group.form-input {
    height: 40px; }
  .information-direktoru form .form-group.has-error {
    margin-bottom: 18px; }
  .information-direktoru form .form-group svg {
    height: 100%;
    width: 100%;
    position: absolute;
    stroke: #b0b0b0;
    fill: none;
    stroke-width: 2px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .information-direktoru form .form-group input {
    padding: 10px 30px;
    height: 100%;
    position: relative;
    color: #0b0b0b; }
    .information-direktoru form .form-group input::-moz-placeholder {
      color: #b0b0b0;
      opacity: 1; }
    .information-direktoru form .form-group input:-ms-input-placeholder {
      color: #b0b0b0; }
    .information-direktoru form .form-group input::-webkit-input-placeholder {
      color: #b0b0b0; }
    .information-direktoru form .form-group input path {
      vector-effect: non-scaling-stroke; }

.information-direktoru form h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px; }

.information-direktoru form #input-topic {
  list-style: none;
  margin-bottom: 20px; }

.information-direktoru form textarea {
  max-width: 500px;
  color: #0b0b0b;
  background-color: #f5f5f5;
  border-radius: 10px;
  width: 100%; }

.captcha {
  display: flex;
  align-items: center;
  margin-top: 20px; }
  .captcha img {
    flex: 0 0 150px;
    margin-right: 15px; }
  .captcha .form-input {
    margin: 0 !important; }

.col-nopadding .row {
  margin-left: 0;
  margin-right: 0; }
  .col-nopadding .row [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.nopadding [class*="col-"], .nopadding [class^="col-"] {
  padding-right: 0;
  padding-left: 0; }

.arrow {
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #343434;
  font-size: 19px;
  background: #FFFFFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }

.address li span, .address li a {
  overflow: hidden;
  display: block; }

.address li .icon {
  width: 16px;
  height: 20px;
  background: url(../image/icon-address.png) 0 0 no-repeat;
  margin-right: 10px; }
  .address li .icon.icon-phone {
    background-position: 0 -19px; }
  .address li .icon.icon-mail {
    background-position: 0 -43px; }

.over-hidden {
  overflow: hidden; }
  .over-hidden .col-inner {
    overflow: hidden; }
  .over-hidden .owl-carousel .owl-wrapper-outer {
    overflow: visible; }

/* back top top */
.scrollup {
  background: #fff103 !important;
  bottom: 82px;
  position: fixed;
  right: 10px;
  z-index: 9999; }

.mfilter-content {
  display: flex; }
  .mfilter-content > ul {
    padding: 15px;
    list-style: none;
    flex: 0 0 50%; }
    .mfilter-content > ul > li {
      flex: 1 1 100%; }
  .mfilter-content#main1 > ul {
    flex: 0 0 100%; }
    .mfilter-content#main1 > ul.mf_checkboxes {
      display: none; }
  .mfilter-content .mfilter-disabled {
    display: none; }
  .mfilter-content .mf_sliders .mfilter-options {
    background: transparent;
    border-radius: 8px; }
    .mfilter-content .mf_sliders .mfilter-options .mfilter-option {
      border-radius: 7px;
      border: 1px solid #e5e5e5;
      box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb; }
    .mfilter-content .mf_sliders .mfilter-options .mfilter-slider-inputs.noUi-horizontal {
      height: 50px;
      padding: 0 70px;
      background: transparent; }
      .mfilter-content .mf_sliders .mfilter-options .mfilter-slider-inputs.noUi-horizontal .noUi-base:after {
        content: 'Тяните ползунок';
        position: absolute;
        top: calc(50% - 10px);
        font-size: 12px;
        height: 20px;
        display: inline-block;
        width: 100%;
        text-align: center;
        color: #b0b0b0; }
      .mfilter-content .mf_sliders .mfilter-options .mfilter-slider-inputs.noUi-horizontal .noUi-connect {
        background: transparent; }
      .mfilter-content .mf_sliders .mfilter-options .mfilter-slider-inputs.noUi-horizontal .noUi-tooltip {
        white-space: normal;
        height: 40px;
        width: 70px;
        bottom: 5px;
        top: 5px;
        padding: 7px 5px;
        transform: none;
        box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.05);
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Gotham", sans-serif; }
        .mfilter-content .mf_sliders .mfilter-options .mfilter-slider-inputs.noUi-horizontal .noUi-tooltip:active {
          background: #fff103; }
      .mfilter-content .mf_sliders .mfilter-options .mfilter-slider-inputs.noUi-horizontal .noUi-handle {
        top: -1px;
        bottom: 0;
        border: none;
        background: transparent;
        box-shadow: none; }
        .mfilter-content .mf_sliders .mfilter-options .mfilter-slider-inputs.noUi-horizontal .noUi-handle:before, .mfilter-content .mf_sliders .mfilter-options .mfilter-slider-inputs.noUi-horizontal .noUi-handle:after {
          content: none; }
        .mfilter-content .mf_sliders .mfilter-options .mfilter-slider-inputs.noUi-horizontal .noUi-handle.noUi-handle-lower .noUi-tooltip {
          left: -50px; }
        .mfilter-content .mf_sliders .mfilter-options .mfilter-slider-inputs.noUi-horizontal .noUi-handle.noUi-handle-upper .noUi-tooltip {
          right: -48px;
          left: auto; }
    .mfilter-content .mf_sliders .mfilter-options .mfilter-advice {
      font-size: 12px;
      line-height: 20px;
      text-align: center;
      color: #b0b0b0;
      position: absolute;
      width: 100%;
      top: calc(50% - 10px);
      left: 30px; }
  .mfilter-content .mf_sliders > li {
    display: flex;
    margin-bottom: 25px;
    align-items: center; }
    .mfilter-content .mf_sliders > li .mfilter-heading-text {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Gotham", sans-serif;
      color: #999;
      flex: 0 0 190px;
      padding-right: 15px; }
      .mfilter-content .mf_sliders > li .mfilter-heading-text span {
        display: inline-block;
        text-align: left; }
    .mfilter-content .mf_sliders > li .mfilter-content-opts {
      flex: 1; }
  .mfilter-content .mfilter-checkbox {
    display: flex; }
    .mfilter-content .mfilter-checkbox .mfilter-heading-text {
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Gotham", sans-serif;
      font-size: 12px;
      color: #999;
      flex: 0 0 150px;
      text-align: center;
      padding: 7px 30px 0 0; }
      .mfilter-content .mfilter-checkbox .mfilter-heading-text span {
        display: inline-block;
        text-align: left; }
  .mfilter-content .ui-slider-horizontal {
    height: 50px; }
  .mfilter-content .mfilter-checkboxes {
    display: flex;
    flex-wrap: wrap; }
    .mfilter-content .mfilter-checkboxes .mf-svgcb {
      padding-left: 15px;
      padding-bottom: 10px; }
      .mfilter-content .mfilter-checkboxes .mf-svgcb label {
        position: relative;
        cursor: pointer;
        width: 50px;
        height: 50px;
        margin: 0; }
        .mfilter-content .mfilter-checkboxes .mf-svgcb label input {
          position: absolute;
          width: auto !important;
          visibility: hidden;
          opacity: 0; }
          .mfilter-content .mfilter-checkboxes .mf-svgcb label input ~ svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 50px;
            height: 50px;
            background: #ffffff;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            .mfilter-content .mfilter-checkboxes .mf-svgcb label input ~ svg path, .mfilter-content .mfilter-checkboxes .mf-svgcb label input ~ svg line, .mfilter-content .mfilter-checkboxes .mf-svgcb label input ~ svg circle {
              stroke: #0b0b0b;
              stroke-width: 1.5px;
              vector-effect: non-scaling-stroke;
              fill: none;
              stroke-linecap: round; }
          .mfilter-content .mfilter-checkboxes .mf-svgcb label input:checked ~ svg {
            background: #0b0b0b; }
            .mfilter-content .mfilter-checkboxes .mf-svgcb label input:checked ~ svg path, .mfilter-content .mfilter-checkboxes .mf-svgcb label input:checked ~ svg line, .mfilter-content .mfilter-checkboxes .mf-svgcb label input:checked ~ svg circle {
              stroke: #fff103; }
  .mfilter-content .ui-widget-content {
    background: transparent;
    border: none;
    margin: 0 76px 0 15px; }
  .mfilter-content .ui-widget-header {
    background: transparent; }

/*  */
[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  max-height: inherit;
  -webkit-overflow-scrolling: touch; }

[data-simplebar="init"] {
  display: flex; }

.simplebar-scroll-content {
  overflow-x: hidden !important;
  overflow-y: scroll;
  min-width: 100% !important;
  max-height: inherit !important;
  box-sizing: content-box !important;
  margin-bottom: 0 !important; }

.simplebar-content {
  overflow: hidden !important;
  box-sizing: border-box !important;
  min-height: 100% !important;
  margin-right: -27px !important; }
  .simplebar-content li {
    padding-right: 10px; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 6px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #e5e5e5;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.simplebar-track:hover .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.visible:before {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.simplebar-track.vertical {
  top: 0;
  margin-bottom: 17px; }

.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px; }

.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: absolute; }

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3fb8af; }

.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
  outline: none !important; }

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb; }

.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

[disabled] .noUi-connect {
  background: #b8b8b8; }

[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
  cursor: not-allowed; }

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #ccc; }

.noUi-marker-sub {
  background: #aaa; }

.noUi-marker-large {
  background: #aaa; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.autosearch-wrapper.input-group {
  margin-top: 17px; }

#content .sphinxsearch {
  width: 350px;
  left: 15px; }

.sphinxsearch {
  width: 100%;
  right: 0;
  left: 0;
  position: absolute;
  top: 100%;
  margin-top: 1px;
  border: none;
  z-index: 99999;
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  overflow-y: auto;
  max-height: calc(100vh - 126px); }
  .sphinxsearch > a {
    transition: 0.2s all;
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
    cursor: pointer;
    line-height: 1;
    position: relative;
    border-bottom: 1px #ebebeb solid;
    text-decoration: none; }
    .sphinxsearch > a:first-child {
      border-top: none; }
    .sphinxsearch > a:last-child {
      border-bottom: none; }
    .sphinxsearch > a img {
      float: left;
      margin: 0 10px 0 0;
      padding: 5px; }
  .sphinxsearch .categories span, .sphinxsearch .products span {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    background: #eee; }
  .sphinxsearch .categories a {
    text-transform: uppercase;
    text-indent: 10px; }

.product_sp {
  width: calc(100% - 15px);
  font-size: 14px;
  margin: 0;
  position: relative;
  top: 6px;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Gotham", sans-serif; }

.price_sp {
  width: calc(100% - 95px);
  font-size: 16px;
  position: absolute;
  bottom: 7px;
  left: 85px;
  font-weight: 600;
  color: #0b0b0b; }
  .price_sp .old {
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 7px;
    color: #777; }

.sphinx-viewall {
  padding: 6px 25px;
  margin: 10px 0;
  display: inline-block;
  text-align: center;
  width: 100%; }
  .sphinx-viewall:hover {
    background: #FFFFFF; }
  .sphinx-viewall #view-all {
    padding: 10px 30px;
    display: inline-block;
    font-size: 18px;
    height: auto;
    background: #fff103;
    line-height: 36px;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 5px 0 -2px rgba(0, 0, 0, 0.3);
    color: #0b0b0b;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Gotham", sans-serif;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .sphinx-viewall #view-all:hover {
      box-shadow: 0 0 0 -2px rgba(0, 0, 0, 0.3); }
  .sphinx-viewall-no-res {
    font-weight: bold;
    text-align: center;
    height: 30px;
    color: #0b0b0b;
    width: 100%;
    line-height: 30px; }

@media (max-width: 380px) {
  .sphinxsearch {
    width: calc(100vw - 40px); } }

.grecaptcha-badge {
  visibility: hidden; }

button:active, button:focus {
  outline: none !important; }

.page-themecontrol-product #page {
  min-height: 1px; }

.main-title {
  position: absolute;
  left: -9999rem;
  top: -9999rem; }

#tab-description img {
  height: auto; }

#tab-downloads ul li {
  list-style: none; }

#mainmenutop .nav.navbar {
  height: 60px; }

#mainmenutop .panel-v4 .panel-body {
  border: none !important; }

.contact-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff103;
  top: 0;
  position: absolute; }
  .contact-icon i.fa {
    color: #FFFFFF;
    font-size: 30px;
    padding: 11px 10px 10px 10px;
    width: 50px;
    height: 50px;
    text-align: center; }

.contact-text {
  display: inline-block;
  padding-left: 60px;
  min-height: 60px;
  margin-bottom: 10px;
  line-height: 24px; }
  .contact-text div.contact-text-b-days div {
    display: inline-block; }
    .contact-text div.contact-text-b-days div:first-child {
      width: 170px; }

.search_block {
  overflow: visible; }
  .search_block form {
    margin: 0; }
  .search_block button {
    border: none; }
    .search_block button:focus, .search_block button:active {
      outline: none !important; }
  .search_block .dropdown-menu.autosearch {
    margin: 0;
    width: 100%;
    min-width: 0;
    padding: 0;
    right: 0;
    left: auto;
    display: none;
    border-radius: 0;
    top: 100%; }
    .search_block .dropdown-menu.autosearch li {
      -webkit-transition: 0.2s all;
      -o-transition: 0.2s all;
      transition: 0.2s all;
      display: inline-block;
      width: 100%;
      margin-bottom: 5px;
      cursor: pointer;
      line-height: 1;
      position: relative;
      border-bottom: 1px #ebebeb solid; }
      .search_block .dropdown-menu.autosearch li:nth-last-child(-n+2) {
        border: none; }
      .search_block .dropdown-menu.autosearch li > div {
        line-height: 1.5;
        display: inline-block; }
      .search_block .dropdown-menu.autosearch li a {
        white-space: normal;
        padding: 3px 5px;
        text-decoration: none; }
      .search_block .dropdown-menu.autosearch li .as-image {
        float: left;
        padding: 5px;
        width: 80px;
        margin-right: 10px; }
        .search_block .dropdown-menu.autosearch li .as-image img {
          height: auto;
          width: 100%; }
      .search_block .dropdown-menu.autosearch li .as-title {
        width: 100%;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Gotham", sans-serif;
        padding: 10px 0 30px 0; }
        .search_block .dropdown-menu.autosearch li .as-title a {
          color: #0b0b0b; }
      .search_block .dropdown-menu.autosearch li .as-price {
        width: calc(100% - 95px);
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Gotham", sans-serif;
        position: absolute;
        bottom: 10px;
        left: 95px; }
        .search_block .dropdown-menu.autosearch li .as-price .price-old {
          font-size: 14px;
          text-decoration: line-through;
          margin-right: 7px;
          color: #777; }
      .search_block .dropdown-menu.autosearch li #showall {
        display: inline-block;
        padding: 12px 25px;
        height: 40px; }

.producttabs {
  margin-top: 30px;
  margin-bottom: 0; }
  .producttabs .product_block_h {
    margin-bottom: 30px;
    padding-top: 10px; }
    .producttabs .product_block_h ul li a {
      font-size: 25px;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Gotham", sans-serif;
      color: #b0b0b0;
      line-height: 25px;
      padding: 20px 40px 20px 0; }
    .producttabs .product_block_h ul li.active a {
      color: #0b0b0b;
      text-decoration: none;
      font-size: 35px; }
  .producttabs .owl-carousel .owl-stage {
    padding: 20px 0; }

#checkout-form #shipping_methods .radio, #checkout-form #payment_methods .radio {
  margin-left: 0 !important; }

.radio_custom .list_of_points {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  color: #47afcf;
  font-weight: 300;
  padding-left: 22px;
  text-decoration: underline; }

.radio_custom a {
  font-size: 18px; }

.radio_custom .input-control {
  cursor: pointer;
  display: inline-block;
  padding-left: 22px;
  position: relative;
  font-weight: 500;
  color: #0b0b0b;
  margin: 1px 0; }
  .radio_custom .input-control input {
    position: absolute;
    width: auto !important;
    z-index: 1;
    opacity: 0; }
  .radio_custom .input-control__indicator {
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    user-select: none;
    width: 15px;
    height: 15px;
    text-align: center;
    border: 3px solid #e5e5e5; }
  .radio_custom .input-control.radio input ~ .input-control__indicator:after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.95);
    transform-origin: center center;
    width: 100%;
    background: #fff103;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.1s opacity linear;
    -o-transition: 0.1s opacity linear;
    transition: 0.1s opacity linear; }
  .radio_custom .input-control.radio input:checked ~ .input-control__indicator {
    border-color: #0b0b0b; }
    .radio_custom .input-control.radio input:checked ~ .input-control__indicator:after {
      opacity: 1;
      filter: alpha(opacity=100); }

@media (max-width: 767px) {
  .radio_custom .input-control, .radio_custom .list_of_points {
    font-size: 14px; } }

.checkbox_custom a {
  padding-left: 10px;
  font-size: 14px;
  color: #47afcf; }
  .checkbox_custom a.agree b {
    font-weight: 500;
    padding: 0;
    font-size: 12px; }

.checkbox_custom .input-control {
  cursor: pointer;
  display: inline-block;
  padding-left: 25px;
  line-height: 16px;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: #0b0b0b;
  margin: 5px 10px 5px 14px;
  text-align: left; }
  .checkbox_custom .input-control input {
    position: absolute;
    width: auto !important;
    z-index: 1;
    opacity: 0; }
  .checkbox_custom .input-control__indicator {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
    width: 16px;
    height: 16px;
    text-align: center;
    background-color: #FFFFFF;
    border: 3px #e5e5e5 solid;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px; }
  .checkbox_custom .input-control.checkbox input ~ .input-control__indicator:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.1s opacity linear;
    -o-transition: 0.1s opacity linear;
    transition: 0.1s opacity linear;
    width: 100%;
    height: 100%;
    background: #fff103; }
  .checkbox_custom .input-control.checkbox input:checked ~ .input-control__indicator {
    border: 3px #0b0b0b solid; }
    .checkbox_custom .input-control.checkbox input:checked ~ .input-control__indicator:after {
      opacity: 1;
      filter: alpha(opacity=100); }

.category_widget a .type1 {
  height: 500px;
  background: transparent center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  position: relative; }
  .category_widget a .type1 h2 {
    margin: 0;
    position: absolute;
    height: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 20px;
    padding: 23px 0;
    display: inline-block; }

.product-compare .comparetable {
  overflow-x: auto; }
  .product-compare .comparetable .table > thead > tr > td, .product-compare .comparetable .table > thead > tr > th, .product-compare .comparetable .table > tbody > tr > td, .product-compare .comparetable .table > tbody > tr > th {
    padding: 10px; }
  .product-compare .comparetable b, .product-compare .comparetable strong {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Gotham", sans-serif; }
  .product-compare .comparetable .com_price {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Gotham", sans-serif; }
    .product-compare .comparetable .com_price .price-old {
      color: #b0b0b0;
      text-decoration: line-through;
      margin-right: 15px; }
    .product-compare .comparetable .com_price i {
      font-size: 13px; }
  .product-compare .comparetable .img-thumbnail {
    border: none; }
  .product-compare .comparetable .table > thead > tr > td, .product-compare .comparetable .table > tbody > tr > td, .product-compare .comparetable .table > tfoot > tr > td {
    width: 500px; }

.product-compare .compare_actions .btn {
  padding: 10px 0;
  margin: 5px auto 5px auto;
  display: block;
  width: 150px; }

#totop {
  position: fixed;
  right: 10px;
  bottom: 50px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #fff103;
  text-indent: -9999px;
  z-index: 999;
  border: none;
  border-radius: 100%;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: 200ms all ease-in-out;
  -o-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out; }
  #totop span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #0b0b0b; }
  #totop:hover {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); }

.maintenance {
  min-height: calc(100vh - 381px); }

.widget-products .product-grid .product-block {
  margin: 0;
  width: auto; }

h1 {
  padding: 15px 0;
  text-transform: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: -83px;
  font-size: 32px;
  line-height: 1;
  background: #ffffff;
  color: #0b0b0b;
  border-radius: 100%;
  padding: 10px 24px;
  width: 54px;
  height: 54px;
  opacity: .5;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); }
  .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    opacity: 1; }

.owl-carousel .owl-nav .owl-prev {
  right: 80px;
  padding-left: 20px; }

.owl-carousel .owl-nav .owl-next {
  right: 0; }

.mfilter-box .ui-slider-handle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  display: inline-block;
  flex: 1 1 auto;
  margin-left: 25px; }
  .selectric-wrapper .label {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Gotham", sans-serif;
    font-size: 12px; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border-radius: 0;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    display: block;
    white-space: nowrap;
    overflow: visible;
    width: calc(100% - 35px);
    text-overflow: ellipsis;
    margin: 0 25px 0 10px;
    padding: 8px 0;
    height: 30px;
    color: #0b0b0b;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.1; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    line-height: 38px;
    background-color: #FFFFFF;
    color: #0b0b0b;
    text-align: center; }
    .selectric .button:after {
      content: '';
      position: absolute;
      width: 6px;
      height: 6px;
      border-bottom: 1px solid #0b0b0b;
      border-right: 1px solid #0b0b0b;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      right: 10px;
      top: 10px; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }
  .selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric .button::after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform-origin: 4px 5px; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

.selectric-items {
  display: none;
  position: absolute;
  top: 31px;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #f5f5f5;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-items ul, .selectric-items .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Gotham", sans-serif;
    display: block;
    padding: 10px;
    color: #0b0b0b;
    cursor: pointer;
    line-height: 16px;
    white-space: nowrap; }
    .selectric-items li.selected, .selectric-items li.highlighted, .selectric-items li:hover {
      color: #47afcf; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.container-inside {
  margin-right: 10px; }

.holiday_works {
  text-align: center;
  margin-top: 10px;
  border: none !important;
  margin-left: auto !important;
  display: block;
  position: absolute;
  left: 20px;
  top: -10px;
  z-index: 999; }

body.ie #main_youget > div {
  flex: 1 0 35%; }
  body.ie #main_youget > div.centerimg {
    flex: 0 0 230px !important; }

body.ie .payment-img img {
  width: 100%; }

body.ie #powered, body.ie .product-info .filter_icons svg {
  height: 50px; }

body.ie .form-control {
  padding: 7px 15px; }

body.ie .mfilter-attributes > .mfilter-options {
  flex: 1; }

body.ie #cartbox .product-compare-header svg {
  top: 2px; }

body.ie .callback_form .cb_input {
  height: 66px; }
  body.ie .callback_form .cb_input input {
    margin: 12px 20px; }

body.ie .flex-contacts svg, body.ie #toggle_filters svg {
  height: 16px; }

body.ie .information-deliveryandpayment .dp_questions .flex-contacts {
  flex: 1; }

body.ie .information-deliveryandpayment .dp_questions .flexcont-capt {
  flex: 1 0 35%; }

body.ie .mfilter-content > ul {
  flex: 0 0 48%; }

@media (max-width: 1599px) {
  body.webkit .product-info .quantity-adder .add-action {
    height: 18px; } }

@media (max-width: 991px) {
  body.webkit {
    /*	.search_block {
			left: 55px;
			position: relative;
			width: calc(100% - 55px);
		}
		#searchtop  {
			top: 11px;
			&.srch {
				width: 100%;
			}
			input.form-control {
				font-size: 16px;
				right: 38px;
				position: absolute;
			}
		}*/ } }

@media (max-width: 991px) {
  body.ios {
    /*	.search_block {
			left: 55px;
			position: relative;
			width: calc(100% - 55px);
		}
		#searchtop  {
			top: 11px;
			&.srch {
				width: 100%;
			}
			input.form-control {
				font-size: 16px;
				right: 38px;
				position: absolute;
			}
		}*/ } }

body.ios .fancybox-overlay {
  z-index: unset !important; }

.tc-phone-container a {
  color: #0b0b0b !important;
  text-decoration: none !important; }

/*.common-home .fancybox-type-iframe .fancybox-skin {
	background: #000;
}*/
@media (max-width: 1599px) {
  header, .header-top, .header-bottom {
    width: 350px; }
  .product-info .title-product, .product_block_h h3 {
    font-size: 25px; }
  .product_block_h {
    margin-bottom: 30px; }
  .h1_container {
    padding: 0 35px;
    min-height: 180px; }
    .h1_container h1, .h1_container .h1 {
      font-size: 34px; }
    .h1_container .catthumb {
      bottom: calc((100% - 300px) / 2);
      right: 175px;
      width: 300px; }
    .h1_container .circles {
      right: 55px; }
  #cartbox #cart {
    width: 150px; }
    #cartbox #cart .cart-inner {
      padding-left: 72px; }
    #cartbox #cart .badge {
      left: 36px; }
    #cartbox #cart .carticon {
      left: 20px; }
  #cartbox .product-compare-header {
    width: 150px; }
    #cartbox .product-compare-header .badge {
      left: 32px; }
    #cartbox .product-compare-header a {
      margin-left: 62px; }
  .page-product .title-product {
    padding-top: 0; }
  .page-product .product-info {
    padding: 30px; }
  .product-info .btnrow {
    margin-bottom: 20px; }
    .product-info .btnrow.cart #button-cart {
      margin-right: 20px;
      max-width: 270px;
      height: 50px;
      letter-spacing: 0; }
  .product-info .quantity-adder {
    height: 48px;
    flex: 1 0 115px;
    max-width: 115px; }
    .product-info .quantity-adder .qty-btns {
      flex: 0 0 35px; }
    .product-info .quantity-adder .add-action {
      height: 20px; }
  .product-info .attributes {
    margin-bottom: 15px; }
  .product-info .storage_widget h2 {
    margin-bottom: 20px; }
  .product-info .storage_widget .sw_bottom {
    padding: 15px; }
    .product-info .storage_widget .sw_bottom .sw_btn {
      margin-left: 30px; }
  .product_descr {
    padding: 30px 15px 15px; }
  .product_dl ul {
    padding: 20px 0 0 0; }
    .product_dl ul li {
      flex: 0 1 100%;
      margin-bottom: 20px; }
  .product_related .showall {
    height: 40px;
    right: 165px; }
  .product_related .products-owl-carousel .owl-stage-outer {
    padding: 0; }
  .product_videos, .product_related {
    margin-bottom: 30px; }
  .btn-primary {
    padding: 10px 20px; }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    top: -70px; }
  .tree-menu > ul > li a {
    padding: 10px 15px;
    width: calc(100% - 20px); }
  #bs-megamenu ul {
    padding: 0 15px; }
  #searchtop input.form-control {
    padding-left: 15px; }
  .logo-store {
    padding: 30px 15px; }
  #page {
    padding-left: 350px; }
  .tc-phone, .tc-worktime {
    margin: 0 15px;
    padding-right: 35px; }
  .tc-worktime .return-call a {
    padding: 10px 15px;
    height: 30px; }
  .tc-phone {
    padding-left: 25px;
    margin-bottom: 10px;
    background-position: bottom 3px left; }
    .tc-phone-container .num {
      font-size: 14px; }
  .product-grid .product-block .cart .btn, .products-owl-carousel .product-block .cart .btn {
    padding: 10px 25px; }
  .product-grid .product-block .bottom .compare button, .products-owl-carousel .product-block .bottom .compare button {
    padding: 10px 25px; }
  .information-warranty .pblock .scmaplist {
    padding: 30px; }
  .information-warranty .pblock h5 {
    padding: 30px 30px 10px; }
  .information-deliveryandpayment .dp_questions h2 {
    flex: 0 1 25%;
    font-size: 26px; }
  .information-deliveryandpayment .flexcont-capt {
    flex: 0 0 34%; }
  .information-deliveryandpayment .flex-contacts .dp_phone .telephone {
    font-size: 15px; }
  .information-contact .ct_form .form-group {
    height: 50px; }
  .information-contact .ct_row.ct_top {
    padding: 30px; }
  .product-filter {
    padding: 20px 0; }
  #powered {
    padding: 0 50px 25px; }
    #powered .payment {
      flex: 0 1 650px;
      margin: 0 auto; }
    #powered .copyright span {
      margin-left: 30px; }
  #main_youget {
    display: block;
    padding: 30px 45px; }
    #main_youget > div.rightlist, #main_youget > div.leftlist {
      padding: 0; }
    #main_youget .centerimg {
      float: right; }
    #main_youget ul li {
      margin: 10px 0; }
    #main_youget .videoplay {
      margin: 0; }
  .producttabs .product_block_h {
    margin-bottom: 10px; }
    .producttabs .product_block_h ul li a {
      font-size: 20px;
      padding: 20px 30px 20px 0; }
    .producttabs .product_block_h ul li.active a {
      font-size: 26px; }
  .product-label .sale {
    top: 0;
    left: 15px; }
  body[class*="page-category"] #content, body[class*="product-special"] #content, body[class*="product-search"] #content {
    padding: 0 40px; }
  .product-filter {
    padding: 10px 0; }
    .product-filter .filter-right {
      display: flex; }
      .product-filter .filter-right .sort {
        padding-left: 0; }
      .product-filter .filter-right .limit {
        padding-right: 0; }
  .buy_products ul li {
    padding: 10px; }
    .buy_products ul li .cart-title {
      margin-left: 10px;
      flex: 1 1 290px; }
      .buy_products ul li .cart-title .cart-name {
        font-size: 13px;
        padding-right: 15px;
        line-height: 17px; }
    .buy_products ul li .cart-q {
      flex: 0 0 105px;
      height: 60px; }
      .buy_products ul li .cart-q .input-caption {
        padding: 18px 0; }
    .buy_products ul li .qc {
      margin: 12px 17px 15px 10px; }
    .buy_products ul li .cart-t, .buy_products ul li .cart-price {
      padding-right: 15px; }
      .buy_products ul li .cart-t .value, .buy_products ul li .cart-price .value {
        font-size: 18px;
        letter-spacing: 0; }
        .buy_products ul li .cart-t .value i, .buy_products ul li .cart-price .value i {
          font-size: 15px; }
    .buy_products ul li .cart-remove {
      flex: 0 0 38px; }
  .cart-total-block {
    flex-wrap: wrap;
    padding: 10px 0; }
    .cart-total-block .total-left {
      padding: 0 30px;
      width: 100%;
      justify-content: space-between; }
      .cart-total-block .total-left .total-element {
        padding: 0; }
    .cart-total-block .total-right {
      flex: 100%;
      text-align: right;
      padding-top: 15px; }
  #checkout-form {
    margin: 15px 0; } }

@media (max-width: 1400px) {
  .col-md-12 .refine-search ul li, .col-md-12 .refine-search ol li {
    width: calc(25% - 20px); }
  #main_cats {
    flex-wrap: wrap; }
    #main_cats > div {
      flex: 1 1 100%; }
    #main_cats > a.for_home .pylesos {
      right: 5%; }
    #main_cats > a.for_home .bg {
      right: 20px;
      left: 40px; }
    #main_cats > a.for_home .ttl {
      left: 60px; }
    #main_cats > a.prof .pylesos {
      right: -5%; }
    #main_cats > a.prof .bg {
      left: 20px;
      right: 40px; }
    #main_cats > a.prof .ttl {
      left: 40px; }
  .footer-center {
    padding: 0 55px 30px; }
  .mfilter-content {
    flex-wrap: wrap; }
    .mfilter-content > ul {
      padding: 0 15px;
      margin: 0;
      flex: 0 0 100%; }
    .mfilter-content .mf_sliders > li {
      margin-bottom: 20px; }
    .mfilter-content .mfilter-checkboxes .mf-svgcb {
      padding-left: 10px;
      padding-bottom: 5px; } }

@media (max-width: 1199px) {
  .callback_widget {
    background: #ffffff;
    padding: 45px;
    text-align: center; }
    .callback_widget > div {
      margin: 0 auto; }
  .footer-center .main-footer {
    margin-left: 0; }
  .pav-megamenu .navbar-nav > li > a {
    padding: 16px 10px;
    font-size: 14px; }
  .producttabs .product_block_h ul li a {
    font-size: 16px; }
  .producttabs .btn-dark {
    width: 30px;
    height: 30px;
    font-size: 11px;
    line-height: 30px; }
  .product-info .product-meta .btn-sm, .product-info .product-meta .btn-group-sm > .btn, .product-info .product-meta .btn-group-sm > .btn {
    padding: 0 5px; }
  .product-info .product-meta .cart {
    justify-content: left; }
  .product-info .product-meta .btnrow.cart #button-cart {
    order: 1;
    margin-right: 0; }
  .product-info .title-product, .product-info .product_block_h h3 {
    font-size: 20px; }
  .product-info .quantity-adder {
    margin-right: 30px; }
  .product-info .storage_widget .sw_map .sw_capt, .product-info .storage_widget h2 {
    font-size: 16px; }
  .price.detail ul {
    width: 100%; }
  .price.detail .price {
    display: flex;
    flex: 0 1 400px;
    align-items: flex-end;
    white-space: nowrap; }
    .price.detail .price-new {
      font-size: 28px;
      order: 2; }
      .price.detail .price-new .fa-rub {
        font-size: 25px; }
    .price.detail .price-old {
      margin-right: 15px;
      order: 1;
      font-size: 18px; }
  body[class*="page-category"] #content, body[class*="product-special"] #content, body[class*="product-search"] #content {
    padding: 0 15px; }
  .product-grid .product-block {
    width: calc(100% / 2 - 22px); }
  .h1_container .catthumb {
    display: none; }
  .h1_container .circles {
    right: -155px; }
  .tree-menu > ul {
    padding: 5px 0; }
    .tree-menu > ul > li .accordion-heading span {
      padding: 6px 25px 6px 0; }
    .tree-menu > ul > li a {
      padding: 5px 15px; }
  .logo-store {
    padding: 10px 15px;
    height: 100%; }
  .product-info-bg > div {
    width: 100%; }
  .product-info-bg .image-container {
    margin-bottom: 30px; }
  .product-filter {
    padding: 0; }
    .product-filter .filter-right {
      display: flex; }
      .product-filter .filter-right .sort {
        padding-left: 0; }
      .product-filter .filter-right .limit {
        padding-right: 0; }
  .header-bottom {
    top: 130px; }
  #bs-megamenu ul {
    height: 120px; }
    #bs-megamenu ul li a {
      padding: 5px 0; }
  #searchtop input.form-control {
    height: 47px;
    padding: 8px 15px 8px 45px; }
  .product_videos .item-video {
    height: calc(50vw - 200px); }
  .information-contact .ct_row {
    flex-wrap: wrap; }
    .information-contact .ct_row .ct_col.ct_title {
      flex: 1 0 100%; }
    .information-contact .ct_row.ct_top {
      padding-top: 0; }
  .information-contact .ct_form fieldset {
    flex-wrap: wrap;
    justify-content: center; }
  .information-contact .ct_form .btn {
    margin: 35px auto 0 auto; }
  .information-contact .ct_form .form-group {
    page-break-after: always;
    break-after: right;
    margin: 5px 0;
    width: 100%;
    max-width: 300px; }
    .information-contact .ct_form .form-group.err {
      margin-bottom: 20px; }
  .information-warranty .pblock.citymap .scpoints ul {
    flex-wrap: wrap;
    padding: 10px 0; }
    .information-warranty .pblock.citymap .scpoints ul li {
      padding: 5px 30px;
      border: none; }
  .information-aboutus .about_block .phone {
    font-size: 14px; }
  .information-aboutus .about_block .abt_img {
    margin: 0 0 30px 30px;
    width: 33%; }
  .information-aboutus h2 {
    font-size: 26px; }
  .information-deliveryandpayment .about_block {
    padding: 5px 30px; }
  .information-deliveryandpayment .dp_text_cont {
    margin-bottom: 10px; }
    .information-deliveryandpayment .dp_text_cont span {
      margin-top: 5px; }
  .information-deliveryandpayment .dp_row {
    flex-wrap: wrap; }
  .information-deliveryandpayment .dp_col {
    flex: 0 1 100%; }
    .information-deliveryandpayment .dp_col.dp_col-3 {
      flex: 0 1 100%; }
  .information-deliveryandpayment .delivery .deliveryrussia {
    margin-top: 0; }
  .information-deliveryandpayment .dp_frame {
    margin: -20px 0 20px 0; }
  .information-deliveryandpayment .nalbeznal .dp_col:first-child, .information-deliveryandpayment .nalbeznal .dp_col:last-child {
    flex: 0 1 100%; }
  .information-deliveryandpayment .dp_questions {
    flex-wrap: wrap; }
    .information-deliveryandpayment .dp_questions h2 {
      flex: 0 1 100%;
      text-align: center; }
  .information-deliveryandpayment .flex-contacts .dp_col-3 {
    flex: 0 1 50%;
    text-align: center; }
  .information-deliveryandpayment .flex-contacts .dp_text_cont {
    margin: 0; }
    .information-deliveryandpayment .flex-contacts .dp_text_cont .dp_text {
      display: inline-block; }
  .information-deliveryandpayment .flex-contacts .flexcont-capt {
    flex: 0 1 100%;
    margin: 0; }
    .information-deliveryandpayment .flex-contacts .flexcont-capt .dp_text_cont {
      text-align: center; }
  .information-deliveryandpayment .dp_email .dp_col-3 {
    flex: 0 1 50%; }
  #powered {
    flex-wrap: wrap; }
    #powered .copyright span {
      width: auto; }
  .cart_buttons {
    flex-wrap: wrap;
    justify-content: center; }
    .cart_buttons .cart_checkboxes {
      margin-bottom: 15px; }
  #checkout-form .form-group input {
    padding: 0 20px; }
  #checkout-form .cf_address {
    margin: 15px 0; }
  #checkout-form .cf_address, #checkout-form .cf_contacts {
    margin-bottom: 15px; }
  #checkout-form .cf_radio {
    margin-top: 15px;
    flex-wrap: wrap; }
    #checkout-form .cf_radio > div {
      width: 100%; }
    #checkout-form .cf_radio .payment_method {
      margin-top: 15px; }
  .buy_products ul li {
    flex-wrap: wrap; }
    .buy_products ul li .cart-title {
      flex: 1 1 calc(100% - 140px); }
    .buy_products ul li .cart-title, .buy_products ul li .cart-img {
      margin-bottom: 15px; }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    top: calc(50% - 17px);
    font-size: 26px;
    width: 35px;
    height: 35px;
    padding: 3px 12px; }
  .owl-carousel .owl-nav .owl-prev {
    padding-left: 11px;
    left: -18px; }
  .owl-carousel .owl-nav .owl-next {
    padding-left: 14px;
    right: -18px; }
  #f {
    padding: 15px 0; }
  body[class*="page-category"] .breadcrumbs {
    padding: 15px; }
  .mfilter-content .mfilter-checkbox .mfilter-heading-text {
    flex: 0 0 180px; }
  .mfilter-content .mfilter-checkbox .mfilter-options {
    flex: 0 1 auto; }
  #main_cats > a .pylesos {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    text-align: right;
    top: 55px;
    bottom: 55px; }
    #main_cats > a .pylesos img {
      width: 70%; }
  .product-markdown-view .price.detail .price {
    flex: unset; } }

@media (max-width: 1080px) {
  .information-contact .ct_form .contacts_fieldset {
    flex-wrap: wrap; } }

@media (max-width: 991px) {
  html.menuopened {
    overflow-y: hidden; }
  header, .header-top, .header-bottom {
    width: 100%; }
  .header-bottom {
    top: 70px; }
  header {
    height: 70px;
    min-height: unset;
    bottom: auto;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    header .header-bottom {
      height: auto; }
    header.active {
      overflow-y: auto;
      height: 100%;
      min-height: 100vh; }
    header .logo-store a {
      margin: 0 auto; }
    header .logo-store span {
      display: none; }
    header .logo-container {
      height: 70px;
      position: relative; }
    header .mobphone {
      display: inline-block;
      position: absolute;
      z-index: 9;
      width: 30px;
      height: 30px;
      left: 70px;
      top: 19px; }
      header .mobphone svg {
        width: 30px;
        height: 30px; }
        header .mobphone svg path {
          vector-effect: non-scaling-stroke; }
    header .canvas-menu {
      position: absolute;
      z-index: 10;
      left: 20px;
      top: calc(50% - 15px);
      width: 30px;
      height: 30px;
      padding: 0;
      border: none;
      background: none; }
      header .canvas-menu.cross #cm1 {
        transform: translate(-3px, -6px) rotate(45deg); }
      header .canvas-menu.cross #cm3 {
        transform: translate(-2px, 5px) rotate(-45deg); }
      header .canvas-menu.cross #cm2 {
        transform: scaleX(0); }
      header .canvas-menu svg {
        width: 100%;
        stroke: #0b0b0b;
        stroke-width: 3px;
        fill: none; }
        header .canvas-menu svg #cm2 {
          transform-origin: center center; }
        header .canvas-menu svg path {
          vector-effect: non-scaling-stroke;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          transform-origin: left center; }
      header .canvas-menu:active, header .canvas-menu:focus {
        outline: none; }
  body.checkout-buy #cartbox {
    display: block; }
  #bs-megamenu ul {
    height: 85px; }
  .tc-phone {
    float: left;
    width: 330px; }
  .tc-worktime {
    float: right;
    width: 330px;
    margin-top: 2px; }
  #cartbox {
    padding: 0;
    position: fixed;
    z-index: 9999;
    height: 70px; }
    #cartbox #cart {
      width: 30px;
      height: 30px;
      display: inline-block;
      top: calc(50% - 23px);
      position: absolute;
      right: 25px; }
      #cartbox #cart .cart-inner {
        display: none; }
      #cartbox #cart a {
        width: 100%;
        height: 100%; }
    #cartbox .headercart svg:first-child, #cartbox .headercart .wrap-cart {
      display: none; }
    #cartbox .headercart .carticon {
      width: 100%;
      height: 100%;
      top: auto;
      left: auto; }
    #cartbox .product-compare-header {
      width: auto;
      top: 78px;
      right: -12px; }
      #cartbox .product-compare-header #compare-total {
        display: none; }
      #cartbox .product-compare-header .badge {
        left: 30px; }
  #searchtop {
    border: none;
    width: 40px;
    height: 70px;
    position: absolute;
    z-index: 999;
    right: 75px;
    top: 0; }
    #searchtop input.form-control {
      font-size: 16px;
      padding: 0;
      width: 0;
      height: calc(100% - 1px);
      background: #ffffff;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      position: absolute;
      right: 0; }
    #searchtop.srch {
      width: calc(100% - 190px); }
      #searchtop.srch input.form-control {
        padding: 8px 15px;
        width: calc(100vw - 190px);
        opacity: .95; }
    #searchtop .btn-search {
      margin: 0; }
  #page {
    padding-left: 0;
    padding-top: 70px; }
  body[class*="information-"] h1 {
    padding: 15px 0 21px 15px; }
  .h1_container {
    padding: 0;
    min-height: 100px; }
    .h1_container .circles {
      width: 300px;
      right: -50px;
      top: -10px; }
    .h1_container h1, .h1_container .h1 {
      padding: 15px 0 15px 15px; }
  .zoomContainer {
    display: none; }
  .product-grid .product-block {
    width: calc(100% / 3 - 23px); }
    .product-grid .product-block .bottom {
      padding: 0 30px 30px 30px; }
    .product-grid .product-block .action > div {
      padding-right: 2px; }
  .breadcrumb {
    margin: 0; }
  .breadcrumbs {
    padding: 15px 0; }
  .about_block {
    padding: 15px; }
  .cat_all > li {
    position: relative; }
    .cat_all > li .click-allcat {
      cursor: pointer;
      display: inline-block;
      padding: 10px;
      top: 8px;
      position: absolute;
      right: 0;
      z-index: 1;
      color: #0b0b0b; }
    .cat_all > li.haschildren ul {
      display: none; }
    .cat_all > li.haschildren > a {
      width: calc(100% - 40px);
      display: inline-block; }
    .cat_all > li.haschildren.opened ul {
      display: block; }
  .col-md-12 .refine-search ul li, .col-md-12 .refine-search ol li {
    width: calc(25% - 20px); }
  .product-info .storage_widget .sw_bottom {
    flex-wrap: wrap;
    padding: 15px 15px 0; }
    .product-info .storage_widget .sw_bottom .sw_btn {
      flex: 1;
      margin-left: 0; }
      .product-info .storage_widget .sw_bottom .sw_btn button {
        margin: 15px auto 0 auto; }
  .product_videos .item-video {
    height: calc(50vw - 30px); }
  .product_atts .nav-tabs {
    flex-wrap: wrap; }
    .product_atts .nav-tabs li {
      flex: 1 0 100%; }
      .product_atts .nav-tabs li a {
        padding: 15px 0; }
  .alert {
    margin: 10px 15px; }
  .quickview, .zoom {
    display: none !important; }
  .product-grid .product-block .bottom .iframe-link, .products-owl-carousel .product-block .bottom .iframe-link {
    display: none; }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    top: calc(50% - 13px);
    font-size: 20px;
    width: 25px;
    height: 25px;
    padding: 2px 10px; }
  .owl-carousel .owl-nav .owl-prev {
    padding-left: 10px;
    left: -12px; }
  .owl-carousel .owl-nav .owl-next {
    padding-left: 8px;
    right: -12px; }
  .imgthumbs.owl-carousel {
    padding: 0 20px; }
    .imgthumbs.owl-carousel .owl-nav .owl-next {
      right: 15px; }
    .imgthumbs.owl-carousel .owl-nav .owl-prev {
      left: 15px; }
  body.common-home .btn-default.btn-cart path {
    stroke: #0b0b0b; }
  .information-contact .ct_form .contacts_fieldset {
    flex-wrap: nowrap; } }

@media (max-width: 767px) {
  .breadcrumbs {
    padding: 0; }
  .page-product #sidebar-main {
    padding: 0 30px 10px 30px; }
  .tc-phone, .tc-worktime {
    padding-right: 0; }
  .tc-worktime {
    float: none; }
  .product-compare-header {
    right: 75px; }
  .product-grid .product-block {
    width: calc(100% / 2 - 32px); }
  .h1_container h1, .h1_container .h1 {
    width: 100%;
    padding-right: 90px; }
  #powered ul.links {
    margin-bottom: 40px; }
  .producttabs {
    margin-top: 15px; }
    .producttabs .product_block_h {
      margin-bottom: 0; }
      .producttabs .product_block_h ul {
        width: 100%; }
        .producttabs .product_block_h ul li {
          float: none;
          text-align: center; }
          .producttabs .product_block_h ul li a {
            padding: 5px 0; }
          .producttabs .product_block_h ul li.active a {
            font-size: 20px; }
  .callback_widget .product_block_h h2 {
    font-size: 30px; }
  .widget-products .owl-stage {
    padding: 15px 0; }
  .table-responsive .input-group .form-control {
    margin-right: 30px;
    padding: 5px; }
  .cart.pull-left {
    float: none !important;
    margin-bottom: 5px; }
  .buy_products ul {
    margin: 0; }
    .buy_products ul li {
      margin-bottom: 10px; }
      .buy_products ul li .cart-img {
        flex: 0 0 80px; }
        .buy_products ul li .cart-img img {
          width: 80px; }
      .buy_products ul li .cart-q {
        margin-right: 15px; }
      .buy_products ul li .cart-t, .buy_products ul li .cart-price {
        flex: 1 1 auto; }
      .buy_products ul li .cart-remove {
        position: absolute;
        right: 25px; }
        .buy_products ul li .cart-remove a {
          width: 15px;
          height: 15px;
          stroke-width: 3px; }
  .cart-total-block .total-right {
    padding: 0 0 0 15px;
    text-align: left; }
  #checkout-form {
    padding: 20px 15px; }
    #checkout-form .form-group {
      height: 50px; }
      #checkout-form .form-group.has-error {
        margin-bottom: 35px; }
    #checkout-form .cf_contacts {
      flex-wrap: wrap; }
      #checkout-form .cf_contacts .form-group {
        width: calc((100% / 3) - 5px); }
    #checkout-form .cf_address .form-group {
      width: calc((100% / 2) - 5px); }
  #checkout-f {
    font-size: 30px;
    margin-bottom: 20px; }
  #button-order {
    padding: 15px 30px; }
  .header-top .headercart {
    flex: 1 1 200px; }
  .header-top .topcontacts, .header-top .topcontacts.phone {
    flex: 1 1 235px; }
  .logo-container img {
    max-height: calc(13vw - 15px); }
  .header-bottom .main-menu {
    flex: 0 0 auto; }
  #bs-megamenu ul {
    height: 120px; }
  .tree-menu > ul > li a {
    padding: 5px 30px 5px 15px; }
  .s_controls {
    flex-wrap: wrap; }
    .s_controls > div {
      width: 100%; }
    .s_controls .selectric-wrapper {
      margin-left: 0; }
    .s_controls .s_input label svg {
      max-width: 320px; }
    .s_controls .checkbox_custom label {
      margin: 0 40px 20px 2px; }
  .search_block .dropdown-menu.autosearch {
    max-height: calc(100vh - 60px);
    overflow: auto; }
    .search_block .dropdown-menu.autosearch li .as-title {
      padding: 10px 5px 30px 0; }
  #powered .inner {
    flex-wrap: wrap; }
    #powered .inner .copyright {
      order: 2;
      margin-bottom: 15px; }
    #powered .inner .payment {
      order: 1; }
  .footer-center .footer-inside {
    flex-wrap: wrap; }
  .footer-center .footer-left ul {
    margin: 0 auto; }
    .footer-center .footer-left ul li {
      max-width: 220px;
      margin: 0 auto; }
  .footer-center .main-footer {
    flex-wrap: wrap; }
    .footer-center .main-footer .box {
      width: 100%; }
  .fancybox-opened {
    width: 90% !important;
    position: fixed !important;
    left: 5% !important;
    z-index: 999999 !important;
    top: 35% !important; }
    .fancybox-opened .fancybox-skin {
      padding: 15px 0 !important; }
  .fancybox-inner {
    width: 100% !important;
    height: auto !important; }
  .holiday_table {
    width: 100% !important; }
    .holiday_table td {
      font-size: 15px !important; }
  .information-contact .ct_form h2 {
    font-size: 25px; }
  .information-contact .ct_form .product_block_h {
    margin-bottom: 15px; }
  .col-md-12 .refine-search ul li {
    width: calc(33.3% - 20px); }
  .product_atts .tab-content .tab-pane ul li {
    font-size: 14px; }
  #callback_form .modal_dialog {
    width: 400px; }
  #callback_form .modal-content {
    padding: 30px 15px; }
  #callback_form h2 {
    font-size: 20px; }
  #callback_form .cb_input input {
    padding: 12px 20px; }
  #callback_form .close {
    top: 20px;
    right: 20px; }
  .product-filter {
    flex-wrap: wrap;
    justify-content: right; }
    .product-filter .filter-right {
      order: 2; }
    .product-filter #toggle_filters {
      order: 1; }
  #main_cats {
    display: none; }
  .information-contact .ct_form .contacts_fieldset {
    flex-wrap: wrap; } }

@media (max-width: 637px) {
  .success {
    width: 300px;
    margin-left: -150px;
    padding: 0; }
    .success br {
      line-height: 10px; }
    .success .success-body {
      padding: 45px 15px 50px 15px; }
    .success .success_button {
      padding: 6px;
      font-size: 13px; }
  .information-warranty .pblock.cities ul.cityaddr {
    flex-wrap: wrap; }
    .information-warranty .pblock.cities ul.cityaddr li {
      padding-right: 0; }
  .price.detail .price {
    flex-wrap: wrap; }
  #main_youget > div.centerimg {
    display: none; }
  .product-filter .filter-right > div {
    padding: 0 25px; }
  .cart-total-block .total-left {
    display: block;
    padding: 0 15px; }
  #f {
    padding: 0; }
  ul.tags li {
    margin: 5px;
    padding: 10px 15px; } }

@media (max-width: 570px) {
  h2, .h2 {
    font-size: 24px; }
  #powered {
    flex-direction: column;
    gap: 8px; }
    #powered > .container {
      padding: 0; }
    #powered > img, #powered .copyright, #powered .payment {
      flex: unset; }
    #powered .payment-img img:first-child {
      display: none; }
  .payment2row {
    display: block; }
  .header-top .topcontacts.worktime {
    display: none; }
  .header-top .topcontacts.phone {
    flex: 0 0 155px; }
  .header-bottom .nav-search {
    flex: 0 1 30px;
    margin-right: 15px; }
  .product-grid .product-block {
    width: calc(100% - 20px); }
  .col-md-12 .refine-search ul li, .col-md-12 .refine-search ol li {
    width: calc(50% - 20px); }
  .paging {
    display: block; }
  .pagination {
    padding: 0 10px; }
    .pagination > li {
      width: 30px;
      margin: 8px 8px 0 0; }
      .pagination > li > a, .pagination > li > span {
        line-height: 27px;
        width: auto;
        height: auto;
        padding: 5px 7px; }
  .product-filter .filter-right > div {
    display: none; }
  .price.detail {
    margin-bottom: 10px; }
    .price.detail .price {
      align-items: center;
      justify-content: center; }
    .price.detail .price-new {
      flex: 0 0 auto; }
    .price.detail .price-old .caption {
      display: none; }
    .price.detail li {
      flex-wrap: wrap;
      justify-content: center; }
  .btn-compare {
    margin-top: 10px; }
  .search_block .dropdown-menu.autosearch {
    right: -55px;
    width: calc(100vw - 30px); }
  #checkout-form .cf_contacts, #checkout-form #ip_fields {
    justify-content: center;
    margin-bottom: 0;
    flex-wrap: wrap; }
    #checkout-form .cf_contacts .form-group, #checkout-form #ip_fields .form-group {
      width: 100%;
      max-width: 300px;
      margin-bottom: 20px; }
      #checkout-form .cf_contacts .form-group.requied.has-error, #checkout-form #ip_fields .form-group.requied.has-error {
        margin-bottom: 35px; }
  .information-contact .ct_email {
    margin-top: 10px; }
  .information-contact ul.rekvizit {
    padding: 0;
    margin-top: 15px; }
  .information-contact .ct_row.ct_top {
    padding: 15px; }
  .information-contact .ct_row .ct_col {
    flex: 0 1 100%; }
  .information-contact .ct_nav .ct_col:last-child {
    padding-left: 0; }
  .information-aboutus .about_block .phone {
    display: inline-block;
    margin-left: 20px;
    padding-left: 25px;
    background-position: bottom 2px left; }
  .information-aboutus .about_block .abt_img {
    margin: 0 0 10px 10px; }
    .information-aboutus .about_block .abt_img:nth-child(2) {
      display: none; }
  .information-aboutus .about_block.dealer, .information-aboutus .about_block.withmap {
    flex-wrap: wrap; }
    .information-aboutus .about_block.dealer > div, .information-aboutus .about_block.dealer div.call, .information-aboutus .about_block.dealer div.founded, .information-aboutus .about_block.withmap > div, .information-aboutus .about_block.withmap div.call, .information-aboutus .about_block.withmap div.founded {
      flex: 1 1 100%;
      margin: 0; }
  .information-warranty .pblock.cities .wt ul li {
    padding: 10px 15px;
    align-self: center; }
    .information-warranty .pblock.cities .wt ul li:first-child {
      flex: 0 0 140px; }
  #main_youget {
    padding: 15px; }
    #main_youget .product_block_h {
      margin-bottom: 15px; }
      #main_youget .product_block_h h2 span {
        display: inline; }
      #main_youget .product_block_h ul .numb {
        flex: 0 0 70px; }
        #main_youget .product_block_h ul .numb svg {
          width: 45px; }
      #main_youget .product_block_h ul .txt {
        font-size: 15px; }
      #main_youget .product_block_h .videoplay {
        display: none; }
  .callback_widget .callback_form form {
    max-width: 320px;
    margin: 0 auto; }
  .callback_widget .callback_form .cb_input input, .callback_widget .callback_form .cb_input button {
    height: 50px; }
  .callback_widget .callback_form .cw_phone h2 {
    font-size: 24px;
    margin: 0; }
  .callback_widget .callback_form .cw_phone span {
    margin-left: 20px; }
  .ymap_widget #map {
    height: 370px; }
  .mfilter-content .mfilter-checkbox, .mfilter-content .mf_sliders > li {
    flex-wrap: wrap; }
    .mfilter-content .mfilter-checkbox .mfilter-heading-text, .mfilter-content .mf_sliders > li .mfilter-heading-text {
      text-align: left;
      flex: 0 0 100%;
      margin-bottom: 10px; }
  .mfilter-content .mfilter-checkboxes {
    justify-content: center;
    padding: 5px;
    margin-left: -10px; } }

@media (max-width: 480px) {
  .information-deliveryandpayment .about_block {
    padding: 5px 15px; }
    .information-deliveryandpayment .about_block img {
      float: none !important;
      margin: 0 auto;
      display: block; }
  .information-deliveryandpayment .flex-contacts .dp_col-3 {
    flex: 0 1 100%;
    padding-top: 0; }
  .information-deliveryandpayment .dp_text_cont {
    font-size: 16px; }
  .information-deliveryandpayment .dp_frame {
    padding: 15px; }
  .information-deliveryandpayment .dp_text_cont span {
    margin-right: 15px; }
  .information-warranty .pblock .scmaplist {
    padding: 0; }
    .information-warranty .pblock .scmaplist > ymaps {
      border-radius: 0 0 10px 10px; }
  .information-warranty #content {
    padding: 0 30px;
    background: #e5e5e5; }
  .information-aboutus .about_block p, .information-aboutus .about_block div {
    font-size: 16px; }
  .information .dp_email .dp_text_cont {
    justify-content: center; }
  .flex-contacts .dp_phone .dp_phone_capt {
    margin: 0; }
  .h1_container h1, .h1_container .h1 {
    font-size: 18px; }
  .page-product .product-info {
    padding: 10px; }
  .product-info .title-product, .product-info .product_block_h h3 {
    font-size: 16px; }
  .product-info .btnrow.cart #button-cart {
    margin-top: 15px; }
  .product-info .product-meta .cart {
    justify-content: center;
    flex-wrap: wrap; }
    .product-info .product-meta .cart .quantity-adder {
      page-break-after: always;
      break-after: right; }
  .product-info .quantity-adder {
    margin-right: 0;
    flex: 1 0 100%;
    max-width: 160px; }
  .product-info .attributes li .att-val {
    font-size: 12px; }
  .product-label.sale {
    top: 5px;
    left: 20px;
    width: 70px;
    height: 70px; }
  .storage_widget {
    margin: 0 20px; }
  #powered {
    justify-content: space-around;
    padding: 0 15px 25px; }
    #powered .copyright {
      flex: 0 1 auto; }
      #powered .copyright span {
        margin-left: 0;
        text-align: center; }
  .footer-center {
    padding: 0 15px 30px; }
  .callback_widget .product_block_h h2 {
    font-size: 20px; }
  .callback_widget .callback_form .cw_phone h2 {
    font-size: 16px; }
  .buy_products ul li .cart-q {
    height: 40px;
    flex: 0 0 80px; }
    .buy_products ul li .cart-q .input-caption {
      display: none; }
    .buy_products ul li .cart-q input {
      padding: 7px 10px 10px 10px; }
    .buy_products ul li .cart-q .qc {
      margin: 4px 10px 2px 10px; }
      .buy_products ul li .cart-q .qc span {
        line-height: 12px; }
  .buy_products ul li .cart-price .value, .buy_products ul li .cart-t .value {
    font-size: 13px; }
  #coupon_form h4 {
    font-size: 16px; }
  #coupon_form .form-group {
    margin-right: 10px; }
    #coupon_form .form-group input {
      padding: 12px 10px;
      width: auto; }
  #coupon_form #button-coupon {
    padding: 10px 15px; }
  .product-info .attributes_container {
    display: block; }
  .product-info .filter_icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .product-info .filter_icons li {
      margin: 0 5px;
      flex: 0 0 50px; }
  #main_cats > a .bg {
    left: 30px;
    right: 30px; }
  #main_cats > a .ttl {
    left: 70px;
    font-size: 18px; }
  #main_cats > a .pylesos {
    right: 0; }
  .success .success-body, .success .success-body a {
    font-size: 14px; }
  .success .success_button span {
    font-size: 11px; }
  .information-deliveryandpayment .dp_text_cont {
    flex-wrap: wrap; }
    .information-deliveryandpayment .dp_text_cont img {
      margin-top: 0 !important; }
  .sphinxsearch {
    width: calc(100vw - 30px);
    left: -50px; }
  #content .sphinxsearch {
    display: none !important; }
  #searchtop.srch, #searchtop.srch input.form-control {
    width: calc(100vw - 132px); } }

@media (max-width: 380px) {
  .logo-store svg {
    width: 100px; }
  #searchtop {
    right: 67px; } }

@media (max-width: 360px) {
  .col-md-12 .refine-search ul li, .col-md-12 .refine-search ol li {
    width: calc(100% - 20px); }
  .tc-phone {
    width: calc(100% - 50px); }
  #callback_form .modal_dialog {
    width: 300px; }
  #callback_form h2 {
    font-size: 17px; }
  #callback_form .cb_input {
    margin: 10px 0; }
  #main_youget .product_block_h h2 br {
    display: none; }
  .callback_widget .cw_phone h2 {
    font-size: 26px; } }

@media (max-width: 330px) {
  #maincats {
    display: none; } }

/*# sourceMappingURL=stylesheet.css.map */
