@charset "UTF-8";
.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: #1e487b; }

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

.text-success {
  color: #3c763d; }

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

.text-info {
  color: #31708f; }

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

.text-warning {
  color: #8a6d3b; }

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #1e487b; }

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

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

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

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

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

.container:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .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.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .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.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding: 15px 10px;
  padding: 15px 10px;
  color: #fff;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%; }

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

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

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

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

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

.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 #ededed; }
  .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: #444;
  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: 13px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.625;
  color: #8899a6;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

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

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

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

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

.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[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn {
    line-height: 50px; } }

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

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

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 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[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn, .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[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn, .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 .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: #848484; }

@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 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 14px;
  line-height: 36px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  height: 36px; }

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

.btn:active, .btn.active {
  outline: 0;
  background-image: none; }

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

.btn-default {
  color: #fff;
  background-color: #414141;
  border-color: #414141; }

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #282828;
  border-color: #222222; }

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

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

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

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

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #143052;
  border-color: #122b4a; }

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

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

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

.btn-success {
  color: #fff;
  background-color: #6eae34;
  border-color: transparent; }

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #558728;
  border-color: rgba(0, 0, 0, 0); }

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

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #6eae34;
  border-color: transparent; }

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

.btn-info {
  color: #fff;
  background-color: #03a9f4;
  border-color: #0398db; }

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0286c2;
  border-color: #026e9e; }

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

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #03a9f4;
  border-color: #0398db; }

.btn-info .badge {
  color: #03a9f4;
  background-color: #fff; }

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

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e4b512;
  border-color: #c39b10; }

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

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

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

.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: #2d5cb8;
  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: #bbbbbb;
  text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  height: 46px;
  padding: 18px 33px;
  font-size: 13px;
  line-height: 10px;
  border-radius: 0px; }

.btn-md {
  height: 42px;
  padding: 12px 25px;
  font-size: 13px;
  line-height: 1.33;
  border-radius: 0px; }

.btn-sm, .btn-group-sm > .btn {
  height: 40px;
  padding: 0px 25px;
  font-size: 12px;
  line-height: 40px;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  height: 32px;
  padding: 0 20px;
  font-size: 13px;
  line-height: 31px;
  border-radius: 3px;
  font-weight: 500; }

.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: 8px;
  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: #444; }

.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: #444;
  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: #1e487b; }

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

.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: #bbbbbb;
  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 25px; }

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

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

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #bbbbbb;
  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: #2d5cb8; }

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

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ededed;
    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; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px; }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px; } }

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

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ededed; }

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

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #e1e1e1; }

.navbar-inverse .navbar-nav > li > a {
  color: #e1e1e1; }

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

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #e1e1e1; }

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

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li:first-child a span {
  font-size: 16px;
  line-height: 1; }

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #444; }

.breadcrumb > .active {
  font-weight: 600; }

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

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

.label-primary {
  background-color: #1e487b; }

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

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

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

.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: #444;
  background-color: transparent; }

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

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

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

.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: #444;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.close:hover, .close:focus {
  color: #444;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

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

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  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: #444; }

.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: "Open Sans", 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: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #444;
  border-radius: 3px; }

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

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

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

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

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

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

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

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

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

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

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

ul.links li a i {
  margin-right: 5px; }

ul.links li a:hover {
  color: #1e487b; }

ul.list {
  padding: 0;
  position: relative;
  margin: 0; }

ul.list li {
  list-style: none;
  line-height: 30px; }

ul.list li a {
  color: #444; }

ul.list li a:hover {
  color: #1e487b; }

.tree-menu {
  padding: 0; }

.tree-menu ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.tree-menu ul li {
  padding: 4px 10px 4px 30px;
  border-top: 1px solid #ebebeb; }

.tree-menu ul li:hover {
  background-color: #1e487b;
  color: #FFFFFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative; }

.tree-menu ul li:hover a {
  color: #FFFFFF; }

.tree-menu ul li:hover .accordion-heading .fa {
  color: #FFFFFF; }

.tree-menu ul li:first-child {
  border-top: none; }

.tree-menu ul li .accordion-heading {
  cursor: pointer; }

.tree-menu ul li .accordion-heading .fa {
  font-size: 9px;
  color: #101010; }

.tree-menu ul li.open a, .tree-menu ul li a {
  color: #444;
  font-size: 16px; }

.tree-menu ul ul {
  padding-left: 20px; }

.tree-menu ul ul li {
  list-style: none;
  border: none;
  padding: 8px 0; }

.tree-menu ul ul li:hover:after, .tree-menu ul ul li:hover:before {
  content: none; }

.tree-menu ul ul li a {
  color: #444;
  font-weight: normal; }

.tree-menu .vertical .dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.tree-menu .vertical .dropdown-menu {
  top: 0;
  left: 100%;
  width: 100%; }

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

.table.shopping-cart-table > tbody > tr > td {
  color: #444; }

/*Text Colors
------------------------------------*/
.text-default {
  color: #222 !important; }

.text-primary {
  color: #1e487b !important; }

.text-info {
  color: #03a9f4 !important; }

.text-danger {
  color: #f6821f !important; }

.text-warning {
  color: #efc73a !important; }

.text-success {
  color: #6eae34 !important; }

/*Background Colors
------------------------------------*/
.bg-primary {
  background-color: #1e487b !important; }

.bg-info {
  background: #03a9f4 !important; }

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

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

.bg-success {
  background: #6eae34 !important; }

.accordion .panel {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05); }

.accordion .panel-heading {
  padding: 15px;
  position: relative; }

.accordion .panel-heading a {
  text-decoration: none;
  font-weight: bold; }

.accordion .panel-heading a:before {
  content: "-";
  font-size: 22px;
  font-weight: 600;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  color: #1e487b; }

.accordion .panel-heading a.collapsed:before {
  content: "+";
  font-size: 18px;
  line-height: 20px; }

.accordion .panel-body {
  border-top-color: transparent !important; }

.accordion.collapse-right .panel-heading a:before {
  position: absolute;
  right: 20px; }

.accordion.collapse-color .panel-heading a:before {
  color: #fff;
  background: #1e487b; }

.accordion.noborder .panel-heading {
  padding-left: 0;
  padding-right: 0; }

.accordion.noborder .panel, .accordion.noborder .panel-heading, .accordion.noborder .panel-body {
  background-color: transparent;
  border: none; }

.accordion.nobackground .panel, .accordion.nobackground .panel-heading, .accordion.nobackground .panel-body {
  background-color: transparent; }

.breadcrumbs {
  padding: 22px 0;
  margin-bottom: 0;
  list-style: none;
  background-color: #f3f3f3;
  border-radius: 3px; }

.breadcrumbs .breadcrumb {
  margin: 0;
  padding: 0 2px; }

.breadcrumbs h2 {
  margin: 0;
  float: left;
  font-weight: 400;
  position: relative; }

.breadcrumbs .breadcrumb-links {
  margin: 0;
  position: relative;
  padding: 0 0 10px;
  border-bottom: 1px solid #e5e5e5; }

.breadcrumbs .breadcrumb-links > li {
  display: inline-block; }

.breadcrumbs .breadcrumb-links > li a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px; }

.breadcrumbs .breadcrumb-links > li + li:before {
  color: #757575;
  content: "\f105";
  font-family: FontAwesome;
  padding: 0 15px;
  font-size: 14px; }

.breadcrumbs .breadcrumb-links > li:last-child a {
  color: #444; }

.breadcrumbs .breadcrumb-links > .active {
  color: #444; }

.breadcrumbs-left h2 {
  float: none;
  text-align: left; }

.breadcrumbs-left .breadcrumb-links {
  text-align: left; }

.heading {
  z-index: 1;
  position: relative;
  text-align: center; }

.heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
  text-transform: uppercase; }

.heading p, .heading small {
  margin-bottom: 15px;
  display: inline-block; }

.heading.heading-light {
  color: #eee; }

.heading.heading-light h1, .heading.heading-light h2, .heading.heading-light h3, .heading.heading-light h4, .heading.heading-light h5, .heading.heading-light h6 {
  color: #fff; }

.heading.heading-light p, .heading.heading-light small {
  color: #eee; }

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

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

.btn {
  line-height: 36px;
  padding: 0 10px;
  -webkit-transition: all 200ms ease 0.2s;
  -o-transition: all 200ms ease 0.2s;
  transition: all 200ms ease 0.2s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.btn-outline-inverse {
  color: #777777;
  background-color: #FFFFFF;
  border-color: #f2f2f2;
  border: none;
  border-right: 1px solid #f2f2f2; }

.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active, .btn-outline-inverse.active {
  color: #FFFFFF;
  background-color: #6eae34;
  border-color: #f2f2f2; }

.open .btn-outline-inverse.dropdown-toggle {
  color: #FFFFFF;
  background-color: #6eae34;
  border-color: #f2f2f2; }

.btn-outline-inverse:active, .btn-outline-inverse.active {
  background-image: none; }

.open .btn-outline-inverse.dropdown-toggle {
  background-image: none; }

.btn-outline-inverse.disabled, .btn-outline-inverse.disabled:hover, .btn-outline-inverse.disabled:focus, .btn-outline-inverse.disabled:active, .btn-outline-inverse.disabled.active, .btn-outline-inverse[disabled], .btn-outline-inverse[disabled]:hover, .btn-outline-inverse[disabled]:focus, .btn-outline-inverse[disabled]:active, .btn-outline-inverse[disabled].active, fieldset[disabled] .btn-outline-inverse, fieldset[disabled] .btn-outline-inverse:hover, fieldset[disabled] .btn-outline-inverse:focus, fieldset[disabled] .btn-outline-inverse:active, fieldset[disabled] .btn-outline-inverse.active {
  background-color: #FFFFFF;
  border-color: #f2f2f2; }

.btn-outline-inverse .badge {
  color: #FFFFFF;
  background-color: #777777; }

.btn-outline-inverse.last {
  border-right: none; }

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

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #5c5c5c; }

.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #5c5c5c; }

.btn-primary:active, .btn-primary.active {
  background-image: none; }

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

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

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

.btn-default {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #5c5c5c; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #fff;
  background-color: #1e487b;
  border-color: #1e487b; }

.open .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #1e487b;
  border-color: #1e487b; }

.btn-default:active, .btn-default.active {
  background-image: none; }

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

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #5c5c5c;
  border-color: #5c5c5c; }

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

.btn-white {
  color: #1e487b;
  background-color: #fff;
  border-color: #1e487b; }

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
  color: #5c5c5c;
  background-color: #fff;
  border-color: #5c5c5c; }

.open .btn-white.dropdown-toggle {
  color: #5c5c5c;
  background-color: #fff;
  border-color: #5c5c5c; }

.btn-white:active, .btn-white.active {
  background-image: none; }

.open .btn-white.dropdown-toggle {
  background-image: none; }

.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white[disabled].active, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
  background-color: #fff;
  border-color: #1e487b; }

.btn-white .badge {
  color: #fff;
  background-color: #1e487b; }

.btn-credit {
  margin-left: 15px;
  color: #5c5c5c;
  background-color: #f2f1ef;
  border-color: #f2f1ef; }

.btn-credit:hover, .btn-credit:focus, .btn-credit:active, .btn-credit.active {
  color: #f2f1ef;
  background-color: #5c5c5c;
  border-color: #5c5c5c; }

.open .btn-credit.dropdown-toggle {
  color: #f2f1ef;
  background-color: #5c5c5c;
  border-color: #5c5c5c; }

.btn-credit:active, .btn-credit.active {
  background-image: none; }

.open .btn-credit.dropdown-toggle {
  background-image: none; }

.btn-credit.disabled, .btn-credit.disabled:hover, .btn-credit.disabled:focus, .btn-credit.disabled:active, .btn-credit.disabled.active, .btn-credit[disabled], .btn-credit[disabled]:hover, .btn-credit[disabled]:focus, .btn-credit[disabled]:active, .btn-credit[disabled].active, fieldset[disabled] .btn-credit, fieldset[disabled] .btn-credit:hover, fieldset[disabled] .btn-credit:focus, fieldset[disabled] .btn-credit:active, fieldset[disabled] .btn-credit.active {
  background-color: #f2f1ef;
  border-color: #f2f1ef; }

.btn-credit .badge {
  color: #f2f1ef;
  background-color: #5c5c5c; }

.btn-outline-success {
  padding: 15px 25px;
  line-height: 13px; }

.btn-link {
  font-size: 12px;
  text-transform: lowercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 2px; }

html {
  overflow-x: hidden; }

body.layout-boxed-lg #page {
  max-width: 1220px;
  -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*="page-"] #content {
  padding: 20px 15px; }

body[class*="page-"] #content img {
  max-width: 100%; }

body.common-home #content {
  padding: 0; }

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

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

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

body[class*="page-product"] #content {
  overflow: visible;
  padding: 0; }

body[class*="page-product"] #content .owl-carousel .owl-wrapper-outer {
  overflow: visible; }

body[class*="page-product"] #content .owl-carousel {
  margin-bottom: 35px; }

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

/*
* HEADER
*/
#topbar {
  background: #101010;
  font-size: 13px;
  color: #444;
  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; }

.headercart {
  flex: 0 1 330px;
  display: block;
  text-align: right; }

.headercart > div {
  float: right; }

.header-bottom {
  background: #fff; }

.header-bottom > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px; }

.header-bottom > .container:before, .header-bottom > .container:after {
  content: none; }

.header-bottom #topcontacts {
  flex: 0 1 330px;
  display: flex; }

.header-bottom .topcontacts {
  align-self: center;
  display: flex;
  font-size: 13px;
  margin: 5px 0; }

.header-bottom .topcontacts .media-title {
  font-size: 21px;
  padding: 0 5px 0 0; }

.header-bottom .topcontacts .media-title em {
  vertical-align: -6px; }

.header-bottom .topcontacts .media-body {
  max-width: 160px; }

.header-bottom .topcontacts .media-body span {
  white-space: nowrap;
  margin-right: 10px;
  display: inline-block; }

.header-bottom .topcontacts .media-body span a {
  color: #444 !important; }

.header-bottom .logo-container {
  flex: 1 0 auto; }

.header-bottom .logo-container .logo-store {
  text-align: center; }

.header-bottom .logo-container img {
  max-width: 260px; }

.header-bottom .main-menu {
  flex: 1 0 auto;
  align-self: center; }

.header-bottom .nav-search {
  flex: 0 1 200px;
  align-self: center; }

.header-menu {
  background-color: #1e487b; }

.header-menu > .container {
  display: flex;
  justify-content: space-between; }

.header-menu > .container:before, .header-menu > .container:after {
  content: none; }

.shopping-cart-table {
  background: #FFFFFF; }

.shopping-cart-table tbody .column-image {
  position: relative; }

.shopping-cart-table tbody .column-image img {
  border: none; }

.shopping-cart-table tbody .column-image .product-label {
  top: 5px;
  left: 5px;
  padding: 0 5px;
  background: #1e487b; }

.shopping-cart-table tbody .column-image .product-label span {
  color: #fff; }

.shopping-cart-table > thead:first-child > tr:first-child > td {
  border-top: 1px solid #ededed; }

.shopping-cart-table.table tr td {
  border: 1px #ededed solid; }

.shopping-cart-table .btn {
  font-size: 23px;
  padding: 0 7px; }

.shopping-cart-table .btn i {
  vertical-align: 2px; }

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

.nav-search.open {
  height: 44px;
  top: 0;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

/* multi logo */
.logo-store {
  position: relative; }

.logo-store a {
  vertical-align: middle; }

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

#logo-theme a span {
  display: none; }

/*
* CONTENT
 */
#pav-masshead .inner {
  background: #FFFFFF;
  color: #1e487b; }

#pav-masshead .inner a:hover {
  color: #235490; }

.breadcrumbs .container {
  background: transparent; }

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

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

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

.footer-center {
  background: #353536;
  padding: 30px 0;
  color: #FFFFFF; }

.footer-center .box .box-heading {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px; }

.footer-center .panel {
  background: transparent;
  margin-bottom: 0; }

.footer-center .panel .panel-heading {
  padding: 0; }

.footer-center .panel .panel-body {
  padding: 20px 0 0; }

.footer-center .panel .panel-title {
  color: #FFFFFF; }

.footer-center .footer-name {
  text-align: center;
  font-size: 12px; }

.footer-center .main-footer {
  display: flex;
  justify-content: space-between; }

.footer-bottom {
  background: #607d8b; }

.footer-bottom .inside {
  background: url("../image/pattern.jpg") repeat 0 0;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.footer-bottom .inside:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  left: 0;
  top: 0;
  z-index: 2; }

.footer-bottom .inside:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  bottom: 0;
  right: 0;
  z-index: 2; }

.footer-bottom .inside .bg-blue {
  background: url("../image/pattern2.jpg") repeat 0 0; }

/* POWER BY */
#powered {
  background: #444; }

#powered a {
  font-size: 12px;
  color: #ccd6dd;
  font-weight: 500;
  text-transform: uppercase; }

#powered a:hover {
  color: #FFFFFF; }

#powered .copyright {
  padding: 5px 0 0 15px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase; }

#powered ul.links {
  line-height: 16px;
  padding-left: 20px; }

#powered ul.links li {
  padding: 0 10px; }

#powered .inner {
  display: flex;
  align-items: center; }

.panel-highlighted {
  border: solid 1px red; }

.panel-highlighted .panel-heading {
  background: red;
  color: #FFFFFF; }

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

.price {
  font-weight: 400;
  font-family: "Rubik", sans-serif; }

.price .price-new {
  color: #444;
  font-size: 22px; }

.price .price-old {
  text-decoration: line-through;
  color: #959595;
  font-size: 18px; }

.price.detail .price-new {
  font-size: 40px; }

.price.detail .price-old {
  font-size: 26px; }

.price.detail ul {
  margin: 0; }

.cheap_invoice a {
  font-size: 16px;
  margin-bottom: 5px;
  text-decoration: underline dotted;
  display: block;
  color: #444; }

.cheap_invoice a:hover {
  color: #444; }

.product-block {
  position: relative;
  background-color: #FFFFFF;
  border-top: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.product-block .description {
  display: none; }

.product-block .product-meta {
  line-height: 25px;
  padding: 0; }

.product-block .bottom {
  display: block; }

.product-block .price {
  text-align: center; }

.product-block .name {
  margin: 10px 0;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
  overflow: hidden;
  font-weight: 600; }

.product-block .name a {
  color: #444;
  padding: 5px 0; }

.product-block .name a:hover {
  color: #444; }

.product-block .name a span {
  text-align: center;
  display: block; }

.product-block .name a span.title1 {
  font-weight: 400; }

.product-block .name a span.title2 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px; }

.product-block .name .rating {
  font-size: 14px;
  margin-top: 7px;
  text-align: center; }

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

.product-block .top {
  position: relative;
  padding: 0 20px 10px 20px; }

.cart {
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding-bottom: 15px; }

.cart .icon-cart {
  display: block;
  width: 16px;
  height: 17px; }

.product-label {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 99;
  position: absolute;
  text-align: center;
  border: 1px solid #1e487b;
  line-height: 17px;
  padding: 5px 15px;
  top: 7px; }

.product-label.sale {
  background-color: #1e487b;
  left: 7px;
  color: #fff; }

.product-label.new {
  right: 7px;
  background-color: #fff;
  color: #1e487b; }

.cart.pull-left {
  float: none !important;
  margin-bottom: 5px; }

.product-info .tab-content {
  border: none;
  padding: 0;
  margin-bottom: 30px; }

.product-info .tab-content .desc-header-wrapper {
  border: 1px #1e487b solid;
  margin-top: 30px;
  margin-bottom: 15px; }

.product-info .tab-content .desc-header-wrapper .desc-header {
  padding: 15px;
  color: #1e487b;
  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: #444 !important; }

.product-info .tab-content .owl-related .owl-next, .product-info .tab-content .owl-related .owl-prev {
  top: -57px; }

.product-info .tab-content .owl-related .owl-next {
  right: 18px; }

.product-info .tab-content .owl-related .owl-prev {
  right: 48px; }

.product-info .tab-content .owl-related .owl-stage {
  padding: 0; }

.product-info .tab-content .owl-related .product-block {
  width: 100%;
  margin: 0; }

.product-info .tab-content .owl-related .product-block .image {
  border: none; }

.product-info .tab-content .widget-products {
  margin: 0 -2px; }

.product-info .tab-content .scroll-button {
  margin-bottom: 5px; }

.product-info .tab-content .product-grid.no-scroll .product-block {
  margin: 4px 2px;
  width: calc(100% / 4 - 7px); }

.product-info .tab-content .product-grid.no-scroll .product-block .image {
  border: 0; }

.cheap_invoice {
  margin-bottom: 15px; }

.storage_widget {
  border-top-color: #c4c4c4; }

.storage_widget > span {
  color: #1e487b !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.storage_widget table tr td:last-child span {
  background: #1e487b !important;
  border-radius: 0 !important; }

.storage_widget table tr td:last-child span:hover {
  background: #444 !important; }

.banner-wrapper-margin .banner-wrapper {
  margin-bottom: 20px; }

.image-item-margin .image-item {
  margin-bottom: 20px; }

.nomargin .box {
  margin-bottom: 0; }

/* 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;
  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-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background-color: #1e487b; }

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

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

/* tablist-v1 */
.tablist-v1 .product-grid .products-row .product-col:last-child {
  border-right: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.featured-category .panel-body {
  overflow: hidden;
  padding: 0; }

.featured-category ul {
  margin: 0; }

.featured-category ul li {
  display: inline-block;
  width: 33%;
  position: relative; }

.featured-category ul li:before {
  position: absolute;
  right: 0;
  background: #ebebeb;
  content: "";
  width: 1px;
  height: 200%;
  top: -20px; }

.featured-category ul li:after {
  position: absolute;
  left: 25px;
  background: #ebebeb;
  content: "";
  width: 87%;
  height: 1px;
  top: 0; }

.featured-category ul li:nth-child(1):after, .featured-category ul li:nth-child(2):after, .featured-category ul li:nth-child(3):after {
  content: none; }

.featured-category ul li:nth-child(3n):before {
  content: none; }

.featured-category ul li .image {
  margin: 5px 0 5px 25px; }

.featured-category ul li .caption {
  overflow: hidden;
  padding: 30px 20px; }

.featured-category ul li .caption h6 {
  font-weight: normal;
  font-size: 16px; }

.featured-category ul li .caption h6 a {
  color: #444; }

.pav-megamenu {
  /* level 2 */ }

.pav-megamenu .navbar {
  margin: 0;
  border: 0; }

.pav-megamenu .navbar-collapse {
  padding: 0; }

.pav-megamenu .navbar-nav > li {
  height: 50px;
  border-left: 1px #fff solid; }

.pav-megamenu .navbar-nav > li:last-child {
  border-right: 1px #fff solid; }

.pav-megamenu .navbar-nav > li.parent a {
  padding-right: 28px; }

.pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  left: -1px;
  right: auto; }

.pav-megamenu .navbar-nav > li.aligned-left .dropdown-submenu .dropdown-menu {
  left: 100%; }

.pav-megamenu .navbar-nav > li > .dropdown-menu {
  top: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  display: block;
  position: absolute;
  visibility: hidden; }

.pav-megamenu .navbar-nav > li:hover > .dropdown-menu, .pav-megamenu .navbar-nav > li:focus > .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  display: block;
  top: 100%; }

.pav-megamenu .navbar-nav > li > a {
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  color: #f2f1ef;
  background-color: transparent !important;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  line-height: 22px; }

.pav-megamenu .navbar-nav > li > a:hover, .pav-megamenu .navbar-nav > li > a:focus, .pav-megamenu .navbar-nav > li > a:active {
  color: #FFFFFF; }

.pav-megamenu .navbar-nav > li > a:hover .caret:before, .pav-megamenu .navbar-nav > li > a:focus .caret:before, .pav-megamenu .navbar-nav > li > a:active .caret:before {
  color: #FFFFFF !important; }

.pav-megamenu .navbar-nav > li > a .caret {
  border: 0;
  position: relative; }

.pav-megamenu .navbar-nav > li > a .caret:before {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  content: '\f110';
  font-family: "FontAwesome";
  position: absolute;
  right: -10px;
  top: -12px;
  font-size: 13px;
  font-weight: 100;
  color: #f2f1ef; }

.pav-megamenu .navbar-nav > li.full-width {
  position: static; }

.pav-megamenu .dropdown-menu {
  top: 100%;
  left: -9999px;
  height: auto;
  color: #444;
  border: 1px #fff solid;
  min-width: 185px;
  padding: 0;
  background-color: #FFFFFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
  z-index: 9999; }

.pav-megamenu .dropdown-menu ul, .pav-megamenu .dropdown-menu ol {
  padding: 0; }

.pav-megamenu .dropdown-menu li {
  padding: 0;
  line-height: 20px;
  list-style: none;
  position: relative; }

.pav-megamenu .dropdown-menu li a {
  padding: 12px 20px;
  display: inline-block;
  width: 100%;
  color: #444;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500; }

.pav-megamenu .dropdown-menu li a:hover {
  background-color: transparent; }

.pav-megamenu .dropdown-menu li.haschildren:after {
  position: absolute;
  content: '\f112';
  font-family: "FontAwesome";
  font-size: 15px;
  width: 10px;
  height: 17px;
  right: 8px;
  top: 12px; }

.pav-megamenu .dropdown-menu li.haschildren:hover:after {
  background-position: center -17px; }

.pav-megamenu .dropdown-menu li > ul.children {
  top: 5px;
  left: 285px;
  right: -250px;
  position: absolute;
  background: #FFFFFF;
  display: none;
  z-index: 99;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.pav-megamenu .dropdown-menu li > ul.children > li a {
  padding: 8px 12px;
  color: #444;
  border-bottom: 1px #ebebeb solid; }

.pav-megamenu .dropdown-menu li > ul.children > li:hover {
  background: #1e487b; }

.pav-megamenu .dropdown-menu li > ul.children > li:hover a {
  color: #FFFFFF; }

.pav-megamenu .dropdown-menu li > ul.children > li:last-child {
  border: none; }

.pav-megamenu .dropdown-menu li:hover > ul.children {
  left: 100%;
  display: block;
  top: 0; }

.pav-megamenu .dropdown:hover > .dropdown-menu {
  display: block;
  left: 0; }

.pav-megamenu .dropdown:hover > a .fa {
  color: #444; }

.pav-megamenu .mega-group > .dropdown-toggle {
  border: 0;
  display: block;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif, sans-serif;
  color: #FFFFFF; }

.pav-megamenu .mega-group > .dropdown-toggle .fa {
  color: #FFFFFF; }

.pav-megamenu .widget-heading {
  font-size: 16px;
  margin: 0 0 20px; }

.pav-megamenu .widget-images {
  margin-bottom: 20px;
  padding-top: 5px; }

.pav-megamenu .megamenu .cols1 {
  min-width: 200px; }

.pav-megamenu .megamenu .cols2 {
  min-width: 500px; }

.pav-megamenu .megamenu .cols3 {
  min-width: 740px; }

.pav-megamenu .sidebar .product-block {
  padding: 5px 0;
  border-bottom: none; }

.pav-megamenu .sidebar .product-block .image {
  padding: 0; }

.ocwall {
  background: rgba(30, 72, 123, 0.85);
  position: absolute;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.ocwall .menutoggle {
  position: fixed;
  width: 50px;
  height: 50px;
  background: url("/image/i/closew.png") center center no-repeat;
  background-size: cover;
  top: calc(50% - 25px);
  left: calc(85vw - 25px); }

.row-offcanvas.active .ocwall {
  opacity: 1;
  visibility: visible;
  z-index: 9999; }

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

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

.filter h6 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif, sans-serif;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  margin: 0; }

.filter .list-group-item {
  position: relative;
  padding: 25px; }

.filter .list-group-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ebebeb; }

.filter .list-group-item:first-child:before {
  content: none; }

.filter .list-group-item .icon-v3 {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url("../image/icon-3.png") no-repeat;
  margin-right: 5px; }

.filter .list-group-item:nth-child(2) .icon-v3 {
  background-position: 0 -43px; }

.filter .list-group-item:nth-child(3) .icon-v3 {
  background-position: 0 -85px; }

/* search */
#cart {
  height: 100%;
  display: inline-block;
  width: auto; }

#cart.open .dropdown-toggle {
  box-shadow: none; }

#cart a {
  display: inline-block;
  position: relative;
  text-decoration: none; }

#cart .icon-cart {
  background: transparent;
  display: block;
  position: relative;
  text-align: center;
  padding: 0 15px;
  height: 31px; }

#cart .icon-cart i {
  font-size: 36px;
  line-height: 28px; }

#cart .wrap-cart {
  color: #444;
  font-size: 13px; }

#cart .wrap-cart span {
  position: relative; }

#cart .wrap-cart .badge {
  position: absolute !important;
  top: 8px !important;
  right: 13px;
  padding: 3px;
  min-width: 17px;
  line-height: 11px;
  z-index: 99;
  background: #1e487b; }

#cart .price-cart {
  color: #1e487b; }

#cart .cart-inner {
  text-align: right; }

.product-compare-header a {
  color: #444; }

.product-compare-header a div {
  display: inline-block;
  padding-left: 5px; }

.product-compare-header p {
  margin: 0; }

.product-compare-header p#compare-total {
  line-height: 19px;
  font-size: 13px; }

.product-compare-header i {
  font-size: 32px;
  line-height: 31px;
  display: block; }

.product-compare-header .badge {
  color: #FFFFFF;
  position: absolute !important;
  top: 8px !important;
  right: 10px;
  padding: 3px;
  min-width: 17px;
  line-height: 11px;
  z-index: 99;
  background: #1e487b; }

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

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

.category-info {
  padding: 0; }

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

.filter-right > div {
  display: flex;
  align-items: center; }

.filter-right .sort {
  margin-left: 15px; }

.filter-right label {
  line-height: 14px; }

.refine-search {
  margin-top: 15px; }

.refine-search ul, .refine-search ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }

.refine-search ul li, .refine-search ol li {
  padding: 10px 0;
  margin: 0 10px;
  line-height: normal;
  position: relative;
  width: calc(25% - 20px); }

.refine-search ul li a, .refine-search ol li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #444;
  align-items: center;
  background: no-repeat transparent top center;
  background-size: 90%;
  padding-top: 150px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }

.refine-search ul li a:hover, .refine-search ol li a:hover {
  text-decoration: none; }

.refine-search ul li a:hover span, .refine-search ol li a:hover span {
  color: #fff;
  background: rgba(30, 72, 123, 0.7); }

.refine-search ul li a span, .refine-search ol li a span {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  font-weight: 600;
  color: #1e487b;
  background: rgba(255, 255, 255, 0.7);
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.refine-search ul li a span figure, .refine-search ol li a span figure {
  text-align: center; }

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

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

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

/*
 *  LISTING PRODUCTS PAGE
 */
.product-filter {
  color: #101010;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  margin: 10px 0; }

.product-filter span {
  margin-right: 5px; }

.product-filter .filter-right > div {
  padding-top: 3px;
  padding-left: 5px; }

.product-filter .display {
  float: left; }

.product-filter .form-control {
  display: inline-block;
  padding: 0 20px;
  margin: 0 5px;
  width: auto;
  height: 36px;
  text-transform: capitalize; }

.product-list .description {
  display: block; }

.product-list .product-meta {
  padding-left: 0; }

.product-list .product-block {
  display: flex;
  border: 1px solid #eee;
  margin: 10px 0;
  border-radius: 0; }

.product-list .product-block .name {
  font-weight: 600;
  font-size: 18px;
  height: auto !important; }

.product-list .product-block .name a span {
  display: inline-block; }

.product-list .product-block .price {
  margin-bottom: 6px;
  text-align: left; }

.product-list .product-block .price .price-new {
  font-size: 26px; }

.product-list .product-block .block-img {
  width: 30%; }

.product-list .product-block .bottom {
  display: flex;
  padding: 0 20px; }

.product-list .product-block .bottom .cart {
  display: inline-block; }

.product-list .product-block .bottom .cart button {
  padding: 0 30px; }

.product-list .product-block .bottom .quickview a {
  left: -1px;
  position: relative; }

#products .products-block {
  margin: 0 -17px; }

.product-grid.product-related .products-block, .products-owl-carousel.product-related .products-block {
  margin: 5px; }

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

.product-grid .product-block, .products-owl-carousel .product-block {
  display: inline-block;
  margin: 15px;
  padding-bottom: 15px;
  width: calc(100% / 3 - 33px);
  border: 1px solid #f2f1ef;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.product-grid .product-block .cart, .products-owl-carousel .product-block .cart {
  padding: 0;
  flex: 1 1 auto; }

.product-grid .product-block .cart .btn, .products-owl-carousel .product-block .cart .btn {
  width: 100%; }

.product-grid .product-block .compare, .products-owl-carousel .product-block .compare {
  flex: 0 0 36px; }

.product-grid .product-block .compare i, .products-owl-carousel .product-block .compare i {
  font-size: 22px;
  vertical-align: -2px; }

.product-grid .product-block .quickview, .products-owl-carousel .product-block .quickview {
  flex: 0 0 36px;
  margin-left: -1px; }

.product-grid .product-block .quickview i, .products-owl-carousel .product-block .quickview i {
  font-size: 22px;
  vertical-align: -2px; }

.product-grid .product-block .compare a, .product-grid .product-block .compare button, .product-grid .product-block .quickview a, .product-grid .product-block .quickview button, .products-owl-carousel .product-block .compare a, .products-owl-carousel .product-block .compare button, .products-owl-carousel .product-block .quickview a, .products-owl-carousel .product-block .quickview button {
  width: 100%; }

.product-grid .product-block .bottom, .products-owl-carousel .product-block .bottom {
  -webkit-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #FFFFFF;
  text-align: center;
  display: flex;
  padding: 0 20px; }

.product-grid .product-block:hover, .products-owl-carousel .product-block:hover {
  border-color: #c4c4c4; }

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

.products-owl-carousel .product-block {
  width: auto; }

/*
* PRODUCT DEALS
*/
.productdeals .widget-inner .carousel {
  position: static; }

/*
* PRODUCT INFORMATION PAGE
*/
.product-info .box-product-infomation {
  margin-top: 20px; }

.product-info .title-product {
  font-size: 30px;
  margin-top: 0;
  font-weight: 600; }

.product-info .image-additional {
  overflow: hidden; }

.product-info .image-additional .owl-carousel {
  margin-bottom: 0 !important; }

.product-info .image-additional .item {
  border: 1px solid #ebebeb;
  text-align: center;
  margin: 0 2px;
  background-color: #FFFFFF;
  position: relative; }

.product-info .image-additional .item a.active:before {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #1e487b;
  content: "";
  left: 0;
  z-index: 1;
  top: -1px; }

.product-info .image-additional .item a.active:after {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  border: 6px solid transparent;
  border-bottom: 6px solid #1e487b;
  content: "";
  z-index: 1;
  top: -12px; }

.product-info .thumbs-preview {
  margin-top: 20px; }

.product-info .thumbs-preview a + a {
  margin-left: 10px; }

.product-info .vertical.image-additional .carousel-control {
  display: none; }

.product-info .vertical:hover .carousel-control {
  display: block; }

.product-info .vertical .center {
  left: 0;
  right: 0;
  margin: 0 auto; }

.product-info .vertical .top {
  top: 0;
  bottom: auto; }

.product-info .vertical .bottom {
  top: auto;
  bottom: 0; }

.product-info .horical {
  display: block;
  width: 100%;
  text-align: center;
  position: relative; }

.product-info .horical:hover .carousel-control {
  display: block; }

.product-info .check-box {
  padding-right: 5px;
  font-size: 10px; }

.product-info .image {
  position: relative;
  text-align: center;
  overflow: hidden;
  border: 1px solid #ebebeb; }

.product-info .share {
  padding: 20px 0;
  display: none; }

.product-info .share:before, .product-info .share:after {
  content: " ";
  display: table; }

.product-info .share:after {
  clear: both; }

.product-info .wrap-qty {
  border: 1px solid #ebebeb;
  height: 32px;
  background-color: #FFFFFF;
  padding: 3px; }

.product-info .wrap-qty > div {
  display: table-cell;
  float: left; }

.product-info .quantity {
  padding-bottom: 15px; }

.product-info .quantity-adder {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.product-info .quantity-adder + .btn-sm, .product-info .btn-group-sm > .quantity-adder + .btn {
  padding: 0 18px; }

.product-info .quantity-adder .add-action {
  width: 40px;
  height: 35px;
  color: #444;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 8px;
  line-height: 39px;
  text-align: center; }

.product-info .quantity-adder .add-action:hover, .product-info .quantity-adder .add-action:focus {
  color: #1e487b; }

.product-info .quantity-adder .quantity-number input {
  width: 40px;
  height: 35px;
  text-align: center;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  border: none;
  color: #444;
  font-size: 16px; }

.product-info .quantity-adder .minimum {
  line-height: 35px;
  font-size: 11px;
  margin-left: 10px; }

.product-info .product-meta a {
  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 a.btn-primary {
  margin-left: 16px;
  font-size: 20px;
  line-height: 33px;
  padding: 0 10px; }

.product-info .product-meta .cart {
  padding-bottom: 0;
  font-size: 0; }

.product-info .product-meta .btn-compare {
  color: #444;
  font-size: 24px;
  padding: 2px 18px;
  height: 41px; }

.product-info .product-meta .btn-compare:hover {
  color: #1e487b; }

.product-info .advantages_block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px; }

.product-info .advantages_block .advantage_item {
  width: 50%;
  min-width: 262px;
  display: flex;
  align-items: center; }

.product-info .advantages_block .advantage_item div {
  width: 80px;
  height: 80px;
  margin: 10px; }

.product-info .advantages_block .advantage_item span {
  width: calc(100% - 100px);
  margin: 10px; }

@media (max-width: 767px) {
  .product-info .advantages_block {
    display: none; } }

.zoomWindowContainer .zoomWindow {
  left: 500px; }

.h1_container {
  padding: 0 15px; }

.h1_container:before {
  content: '';
  display: inline-block;
  height: 2px;
  width: 30px;
  background: #ed1c24;
  position: relative;
  margin: 42px 10px 10px 0;
  float: left; }

.h1_container h1 {
  margin: 0 auto;
  text-transform: uppercase;
  padding: 25px 0 10px 0;
  font-size: 30px;
  display: inline-block;
  width: calc(100% - 40px); }

.horital {
  position: relative; }

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

.related .owl-item .product-col {
  border-left: 1px solid #ebebeb; }

.related .owl-item:first-child .product-col {
  border-left: 1px solid transparent; }

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

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 992px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
  .row-offcanvas-right {
    right: 0; }
  .row-offcanvas-left {
    left: 0; }
  .row-offcanvas-right
.sidebar-offcanvas {
    right: -70%; }
  .row-offcanvas-left
.sidebar-offcanvas {
    left: -70%; }
  .row-offcanvas-right.active {
    right: 70%; }
  .row-offcanvas-left.active {
    left: 70%; }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 70%;
    height: 100%; }
  .sidebar-offcanvas ul, .sidebar-offcanvas ol {
    padding: 0; }
  .sidebar-offcanvas ul li, .sidebar-offcanvas ol li {
    list-style: none; }
  .bottom-offcanvas {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0; } }

/*offcanvas-menu*/
#offcanvasmenu .nav .caret {
  border-bottom-color: #FFFFFF;
  border-top-color: #FFFFFF;
  margin-left: 5px;
  display: none !important; }

#offcanvasmenu .pavo-widget .widget-heading {
  margin-top: 15px; }

#offcanvasmenu li .fa {
  color: #444;
  font-size: 22px;
  line-height: 1; }

#offcanvasmenu li .fa-minus-square::before {
  content: "\f28e"; }

#offcanvasmenu li .fa-plus-square::before {
  content: "\f2c2"; }

#offcanvasmenu .navbar-nav {
  float: none;
  margin: 0; }

#offcanvasmenu .navbar-nav > li {
  float: none;
  background-color: #FFFFFF;
  border-right: none; }

#offcanvasmenu .navbar-nav > li:hover:after {
  display: none; }

#offcanvasmenu .navbar-nav > li .click-canavs-menu {
  cursor: pointer;
  display: inline-block;
  padding: 11px 10px;
  position: absolute;
  right: 0;
  z-index: 1; }

#offcanvasmenu .navbar-nav > li li.dropdown-submenu .click-canavs-menu {
  padding: 10px 25px; }

#offcanvasmenu .navbar-nav > li li.dropdown-submenu li.dropdown-submenu > .click-canavs-menu {
  padding: 10px 15px; }

#offcanvasmenu .navbar-nav > li > a {
  font-weight: 600;
  font-size: 16px;
  display: block;
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  color: #444;
  padding-left: 15px; }

#offcanvasmenu .dropdown-menu {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  display: none;
  float: none;
  margin: 0;
  position: static;
  visibility: visible;
  width: auto !important;
  min-width: 160px;
  opacity: 1;
  filter: alpha(opacity=100); }

#offcanvasmenu .dropdown-menu .mega-col {
  padding: 0; }

#offcanvasmenu .dropdown-menu .row {
  margin: 0; }

#offcanvasmenu .dropdown-menu a {
  font-size: 13px;
  padding: 5px 0;
  display: block;
  color: #444; }

#offcanvasmenu .dropdown-menu a:hover {
  color: #1e487b; }

#offcanvasmenu .w-product {
  padding: 0; }

#offcanvasmenu .product-block {
  border: none;
  padding: 0; }

#offcanvasmenu .product-block .image {
  float: none;
  margin: 0; }

#offcanvasmenu .cal_all li {
  padding: 5px 20px; }

.canvas-menu {
  margin: 0;
  background: transparent;
  color: #1e487b;
  font-size: 28px;
  padding: 0 10px;
  border: none; }

.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: #1e487b !important;
  bottom: 82px;
  position: fixed;
  right: 10px;
  z-index: 9999; }

.vertical .carousel-inner {
  height: 100%; }

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top; }

.carousel.vertical .active {
  top: 0; }

.carousel.vertical .next {
  top: 400px; }

.carousel.vertical .prev {
  top: -400px; }

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0; }

.carousel.vertical .active.left {
  top: -400px; }

.carousel.vertical .active.right {
  top: 400px; }

.carousel.vertical .item {
  left: 0; }

/*  */
.sphinxsearch > a {
  cursor: pointer;
  display: block;
  padding: 5px;
  color: initial;
  line-height: 17px;
  min-height: 85px;
  position: relative; }

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

.sphinx-viewall {
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  height: auto; }

.sphinx-viewall:hover {
  background: #FFFFFF; }

.sphinx-viewall-no-res {
  font-weight: bold;
  text-align: center;
  height: 30px;
  color: #444;
  width: 100%;
  line-height: 30px; }

#input-search + .sphinxsearch {
  left: 15px; }

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

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

#page {
  min-height: 100vh; }

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

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

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

.product-info {
  margin-top: 24px; }

#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: #1e487b;
  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;
  margin-top: -1px; }

.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 form button {
  border: 1px solid #fff;
  padding: 0 8px;
  height: 36px; }

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

.search_block form button i {
  font-size: 23px;
  vertical-align: -2px; }

.search_block .dropdown-menu.autosearch {
  margin: 0;
  width: 350px;
  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 20px 0; }

.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: 16px;
  margin: 10px 0; }

.search_block .dropdown-menu.autosearch li .as-title a {
  color: #444; }

.search_block .dropdown-menu.autosearch li .as-price {
  width: calc(100% - 95px);
  font-size: 14px;
  font-weight: 600;
  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 {
  padding: 0 25px;
  display: inline-block; }

@media (max-width: 1199px) {
  .search_block .dropdown-menu.autosearch {
    width: 300px; }
  .search_block .dropdown-menu.autosearch li .as-image {
    width: 80px; }
  .search_block .dropdown-menu.autosearch li .as-title {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px; }
  .search_block .dropdown-menu.autosearch li .as-price {
    width: calc(100% - 120px);
    left: 95px; } }

@media (max-width: 767px) {
  .sphinxsearch {
    width: 100%;
    right: 0; }
  .search_block .dropdown-menu.autosearch {
    width: 260px;
    right: -15px;
    left: auto; } }

@media (max-width: 421px) {
  .search_block .dropdown-menu.autosearch {
    top: calc(100% + 2px);
    width: calc(100vw - 30px);
    left: auto; } }

.producttabs {
  margin-top: 30px;
  margin-bottom: 0; }

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

.radio_custom .list_of_points {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #444;
  font-weight: 500;
  padding-left: 22px; }

.radio_custom a {
  padding-left: 10px;
  font-size: 18px;
  color: #1e487b; }

.radio_custom .input-control {
  cursor: pointer;
  display: inline-block;
  padding-left: 22px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  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;
  background-color: #1e487b; }

.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.8);
  transform-origin: center center;
  width: 100%;
  background: #1e487b;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.1s opacity linear;
  -o-transition: 0.1s opacity linear;
  transition: 0.1s opacity linear;
  border: 3px #FFFFFF solid; }

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

.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: #444;
  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: 2px #1e487b 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: 4px;
  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;
  -webkit-transform: translateZ(1px) rotate(45deg);
  -moz-transform: translateZ(1px) rotate(45deg);
  -ms-transform: translateZ(1px) rotate(45deg);
  -o-transform: translateZ(1px) rotate(45deg);
  border-bottom: #1e487b 2px solid;
  width: 5px;
  height: 10px;
  border-right: #1e487b 2px 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 .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 {
  width: 100px; }

#totop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #1e487b;
  text-indent: -9999px;
  z-index: 999;
  border: 1px #FFFFFF solid;
  -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: #ffffff; }

#totop:hover {
  background-color: #444; }

#coupon_form h4 {
  font-size: 16px; }

#coupon_form #button-coupon {
  padding: 0 16px; }

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

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

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

.comparetable {
  padding: 15px;
  margin-bottom: 15px;
  overflow-x: auto; }

.comparetable table {
  margin-bottom: 0; }

.comparetable .price-old {
  text-decoration: line-through;
  color: #959595; }

.owl-prev, .owl-next {
  position: absolute;
  top: -33px;
  width: 25px;
  height: 25px;
  color: #fff;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  background: #1e487b center no-repeat;
  font-family: "FontAwesome";
  font-size: 22px;
  line-height: 1;
  padding: 1px; }

.owl-prev:hover, .owl-next:hover {
  background-color: #959595; }

#image-additional .owl-prev, #image-additional .owl-next {
  top: 13px; }

#image-additional .owl-next {
  right: 0; }

#image-additional .owl-prev {
  left: 0;
  right: auto; }

.owl-prev {
  right: 31px; }

.owl-prev:before {
  content: '\f111'; }

.owl-next {
  right: 3px; }

.owl-next:before {
  content: '\f112'; }

.mfilter-box .box-heading {
  display: none; }

.mfilter-box .box-content {
  border: none; }

.mfilter-box .box-content .mfilter-heading {
  background: transparent;
  border: none; }

.mfilter-box .box-content .mfilter-heading .mfilter-heading-content {
  padding: 0 0 6px 0; }

.mfilter-box .box-content .mfilter-heading .mfilter-head-icon {
  width: 25px;
  height: 20px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  font-size: 20px;
  line-height: 1;
  font-family: "FontAwesome";
  background: none;
  font-style: normal; }

.mfilter-box .box-content .mfilter-heading .mfilter-head-icon:before {
  content: "\f2c2"; }

.mfilter-box .box-content .mfilter-heading.mfilter-collapsed .mfilter-head-icon:before {
  content: "\f28e"; }

.mfilter-box .box-content .mfilter-heading-.mfilter-box .box-content .mfilter-col-inputtext {
  width: calc(100% - 27px);
  margin-left: 0; }

.mfilter-box .box-content .mfilter-heading-text > span {
  padding-left: 0;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase; }

.mfilter-box .box-content .mfilter-opts-container .mfilter-counter {
  border-radius: 0;
  background: #acacac; }

.mfilter-box .box-content .mfilter-opts-container .mfilter-counter:after {
  content: none; }

.mfilter-box .box-content .mfilter-opts-container .mfilter-counter.mfilter-close {
  background: url(/catalog/view/theme/default/stylesheet/mf/images/icons.png?v7) no-repeat 0 0; }

.mfilter-box .box-content .mfilter-opts-container .form-control[disabled], .mfilter-box .box-content .mfilter-opts-container .form-control[readonly], .mfilter-box .box-content .mfilter-opts-container fieldset[disabled] .form-control {
  background: #FFFFFF; }

.mfilter-box .mfilter-tb-as-td {
  font-size: 12px; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #f2f1ef;
  border-radius: 0;
  background: #FFFFFF;
  position: relative;
  overflow: hidden; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: visible;
  width: calc(100% - 35px);
  text-overflow: ellipsis;
  margin: 0 25px 0 10px;
  padding: 8px 0;
  font-size: 14px;
  color: #444;
  height: 30px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  line-height: 38px;
  background-color: #FFFFFF;
  color: #444;
  text-align: center; }

.selectric .button:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;
  -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;
  right: 0;
  background: #FFFFFF;
  border: 1px solid #f2f1ef;
  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 {
  display: block;
  padding: 10px;
  color: #444;
  cursor: pointer;
  line-height: 16px;
  white-space: nowrap; }

.selectric-items li.selected, .selectric-items li.highlighted, .selectric-items li:hover {
  color: #fff;
  background-color: #1e487b; }

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

.widget-products .tab-header {
  padding: 5px 0;
  border-bottom: #c4c4c4 1px solid; }

.widget-products .tab-header span {
  font-family: "Rubik", sans-serif;
  padding: 0 5px;
  font-size: 18px;
  text-transform: uppercase; }

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

.widget-products .owl-item:hover {
  z-index: 400; }

.page-information h1, .checkout-buy h1 {
  margin-top: 0; }

.holiday_works {
  text-align: center;
  border: none !important;
  margin-left: auto !important;
  display: block;
  color: red !important;
  margin-top: 20px;
  margin-bottom: 10px; }

.quick-view #content {
  padding: 0; }

#review table {
  margin-bottom: 15px; }

#review .rating {
  margin-left: 15px; }

#form-review-container .recaptcha_container label {
  display: none; }

.rating .fa, .stars .fa {
  color: #ffbb00; }

.prod_rating .custom-color {
  cursor: pointer; }

@media (min-width: 992px) {
  i.click-allcat {
    display: none; }
  #cart {
    margin-left: 15px; } }

@media (max-width: 1199px) {
  .footer-center .main-footer {
    margin-left: 0; }
  .pav-megamenu .navbar-nav > li > a {
    padding: 14px 10px;
    font-size: 14px; }
  .producttabs .btn-dark {
    width: 30px;
    height: 30px;
    font-size: 11px;
    line-height: 30px; }
  .feature-box-v1 {
    padding: 12px 20px; }
  .feature-box-v1 .fbox-body.white strong {
    font-size: 18px; }
  .home3 .featured-category ul li .caption {
    padding: 20px 5px; }
  .home3 .featured-category .image {
    margin: 5px 0 5px 10px; }
  .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; }
  .header-bottom .nav-search {
    margin-bottom: 7px; }
  .refine-search ul li a span, .refine-search ol li a span {
    line-height: 15px;
    font-size: 12px;
    overflow: hidden; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .logo-store img {
    margin-top: 4px; }
  .home3 .widget-blogs .carousel-controls-v1 {
    top: 45px; }
  .home3 .widget-blogs .carousel-controls-v1 .carousel-control.left {
    left: -65px; }
  .home3 .widget-blogs .carousel-controls-v1 .carousel-control {
    border: none; } }

@media (max-width: 991px) {
  .widget-images {
    margin-bottom: 30px; }
  .home3 .layerslider-wrapper {
    margin-bottom: 30px; }
  .panel-v1 > .panel-heading .panel-title {
    font-size: 18px; }
  .productdeals-v1 .product-block .product-meta {
    text-align: center; }
  .tab-v1 .nav-tabs > li > a {
    padding: 0 10px; }
  .footer-center .panel {
    margin-bottom: 15px; }
  #pavo-footer-center .container {
    padding-right: 25px; }
  #pavo-footer-center .container .footer-left {
    float: none;
    margin: 0 auto 30px auto; }
  .featured-category ul li .caption {
    padding: 20px 5px; }
  .featured-category .image {
    margin: 5px 0 5px 10px; }
  .zoomContainer {
    display: none; }
  .product-grid .product-block {
    width: calc(100% / 3 - 13px); }
  .product-grid .product-block .product-grid .product-block {
    width: calc(100% / 3 - 13px);
    margin: 5px; }
  .header-bottom > .container {
    height: 100px; }
  .header-bottom .logo-container {
    text-align: center;
    flex: 0 0 200px;
    order: 1; }
  .header-bottom .logo-container img {
    max-width: 100%; }
  .header-bottom #topcontacts {
    order: 2; }
  .header-bottom .headercart {
    order: 3;
    flex: 0 1 150px;
    min-width: 150px; }
  .header-menu > .container {
    padding-left: 0; }
  #powered .copyright {
    order: 2; }
  #powered .payment {
    order: 1;
    text-align: center; }
  #powered .payment .payment-img {
    float: none !important;
    max-width: 80%;
    display: inline-block; }
  .tree-menu ul li:hover {
    background-color: #FFFFFF; }
  .tree-menu ul li:hover a {
    color: #444; }
  .breadcrumbs {
    padding: 15px 0; }
  .h1_container:before {
    margin: 33px 10px 10px 0; }
  .h1_container h1 {
    padding: 18px 15px 21px 0;
    font-size: 26px; }
  .product-compare-header {
    width: 60px;
    position: relative;
    flex: 0;
    padding: 13px 10px 0 14px; }
  .product-compare-header a {
    color: #444; }
  .product-compare-header a:hover {
    text-decoration: none; }
  .product-compare-header .badge {
    right: 7px; }
  #cart {
    flex: 0;
    border-left: 1px solid #fff; }
  #cart .icon-cart {
    padding: 0 17px;
    height: 50px; }
  #cart .icon-cart i {
    line-height: initial;
    vertical-align: -25px; }
  .cat_all > li {
    position: relative; }
  .cat_all > li .click-allcat {
    cursor: pointer;
    display: inline-block;
    padding: 1px 15px;
    top: 8px;
    position: absolute;
    right: 0;
    z-index: 1;
    color: #444; }
  .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; }
  .category_widget .type1 {
    height: 300px; }
  .category_widget .type1 h2 a {
    font-size: 15px;
    padding: 27px 0; }
  .col-md-12 .refine-search ul li, .col-md-12 .refine-search ol li {
    width: calc(25% - 20px); }
  .main-menu .canvas-menu {
    color: #fff;
    padding: 0 15px; }
  .tree-menu ul ul li {
    padding: 2px 0; }
  .product-info .tab-content .product-grid.no-scroll .product-block {
    margin: 4px 2px;
    width: calc(100% / 3 - 7px); } }

@media (max-width: 768px) {
  .alert {
    margin: 10px 15px; }
  .quickview, .zoom {
    display: none !important; } }

@media (max-width: 767px) {
  .product-grid .product-block {
    width: calc(100% / 2 - 12px); }
  .logo-container {
    width: 140px; }
  .topcontacts {
    width: calc(100% - 140px); }
  .featured-category ul li {
    width: 100%; }
  #powered ul.links {
    margin-bottom: 40px; }
  .producttabs {
    margin-top: 15px; }
  .widget-products .owl-stage {
    padding: 15px 0; }
  .tab-v3 .nav-tabs {
    flex-wrap: wrap;
    border: none; }
  .tab-v3 .nav-tabs > li {
    width: 100%;
    text-align: center;
    border: none; }
  .tab-v3 .nav-tabs > li:last-child {
    border: none; }
  .tab-v3 .nav-tabs > li.active a {
    border: none; }
  .tab-v3 .nav-tabs > li > a {
    border: none;
    padding: 10px 15px;
    font-size: 18px; }
  .h1_container:before {
    content: none; }
  .h1_container h1 {
    width: 100%;
    font-size: 20px; }
  .table-responsive .input-group .form-control {
    margin-right: 30px;
    padding: 5px; }
  .cart.pull-left {
    float: none !important;
    margin-bottom: 5px; }
  .checkout-cart table, .shopping-cart-table {
    background: #fff; }
  .shopping-cart-table > thead {
    display: none; }
  .shopping-cart-table .shopping-cart-table__product-image img {
    max-width: 160px; }
  .shopping-cart-table td.image-col {
    width: 100%;
    text-align: center !important; }
  .shopping-cart-table, .shopping-cart-table tbody, .shopping-cart-table td, .shopping-cart-table tr {
    display: block;
    border: 0;
    width: 100%; }
  .shopping-cart-table td {
    position: relative;
    padding-left: 43% !important;
    text-align: left !important;
    white-space: normal !important; }
  .shopping-cart-table td:first-child {
    border-top: 0;
    padding: 0 !important;
    text-align: center !important; }
  .shopping-cart-table td div.th-title {
    display: block;
    position: absolute;
    left: 10px;
    width: 38%;
    padding-right: 10px;
    text-align: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-weight: bold;
    text-transform: uppercase; }
  .shopping-cart-table td.no-title {
    padding-left: 20px !important;
    text-align: center !important; }
  .shopping-cart-table .input-group-qty {
    display: inline-block;
    padding-right: 10px; }
  .total-table .text-right {
    padding-left: 60% !important; }
  .total-table td div.th-title {
    width: 53% !important; }
  .header-bottom #topcontacts {
    justify-content: center;
    min-width: 133px; }
  .header-bottom #topcontacts .worktime {
    display: none; }
  .shopping-cart-btns {
    text-align: center; }
  .shopping-cart-btns .btn.pull-left, .shopping-cart-btns .btn.pull-right {
    float: none !important;
    margin: 0 !important; }
  .header-bottom .main-menu {
    flex: 0 0 auto; }
  #powered .inner {
    flex-wrap: wrap; }
  #powered .inner .copyright {
    order: 2;
    margin-bottom: 15px; }
  #powered .inner .payment {
    order: 1; }
  #powered .inner .payment .payment-img {
    max-width: 100%; }
  #input-enquiry {
    height: 100px; }
  .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%; }
  .breadcrumb > li {
    display: inline;
    font-size: 13px; } }

@media (max-width: 637px) {
  .success {
    width: 300px;
    margin-left: -150px;
    padding: 45px 15px 15px 15px; }
  .success .success_button {
    padding: 6px;
    font-size: 13px; }
  .success > div:first-child {
    margin-top: 20px; }
  .success br {
    display: none; }
  .col-md-12 .refine-search ul li, .col-md-12 .refine-search ol li {
    width: calc(33.3% - 20px); }
  .product-info .tab-content .product-grid.no-scroll .product-block {
    margin: 4px 2px;
    width: calc(100% / 2 - 7px); } }

@media (max-width: 570px) {
  .fancy_holiday_works {
    width: 280px !important; }
  .fancy_holiday_works .fancybox-skin {
    padding: 30px 10px !important;
    background-color: #fff; }
  .fancy_holiday_works .fancybox-skin .fancybox-inner {
    width: 260px !important; }
  .fancy_holiday_works .fancybox-skin .holiday_table_wrap {
    font-size: 14px; }
  .fancy_holiday_works .fancybox-skin .holiday_table td {
    font-size: 14px; }
  .holiday_works {
    margin-top: 0; }
  #powered > .container {
    padding: 0; }
  .breadcrumbs {
    padding: 15px; }
  .breadcrumbs .container {
    padding: 0; }
  .header-bottom > .container {
    height: auto;
    position: relative; }
  .header-bottom .logo-container {
    flex: 0 0 150px;
    margin: 10px 0; }
  .header-bottom #topcontacts {
    position: absolute;
    right: 160px;
    flex: 0 1 auto;
    min-width: unset; }
  .header-bottom #topcontacts, .header-bottom .headercart {
    flex: 0 1 auto; }
  .header-bottom .headercart {
    min-width: 133px; }
  .header-bottom .topcontacts {
    justify-content: center;
    max-width: 35px;
    min-width: auto; }
  .header-bottom .topcontacts .media-title {
    padding: 0; }
  .header-bottom .topcontacts .media-body {
    display: none; }
  .header-bottom .topcontacts em {
    font-size: 30px; }
  .col-md-12 .refine-search ul li, .col-md-12 .refine-search ol li {
    width: calc(50% - 20px); }
  .product-info .tab-content .desc-header-wrapper .desc-header {
    display: block; }
  .product-info .tab-content .scroll-button {
    margin-bottom: 15px;
    margin-left: 15px; } }

@media (max-width: 480px) {
  .product-filter .filter-right > div {
    margin-bottom: 5px; }
  .product-filter .filter-right > div.limit {
    display: none; }
  .product-list .product-col .block-img {
    float: none;
    width: 100%; }
  .product-list .product-meta {
    padding: 20px; }
  .tab-v6 .nav-tabs > li > a {
    padding: 15px 10px;
    font-size: 13px; }
  .tab-v7 .nav-tabs > li.active::before {
    content: none; }
  .pav-blogs .blog-body {
    overflow: visible; }
  .product-info .tab-content .product-grid.no-scroll .product-block {
    margin: 4px 2px;
    width: calc(100% - 5px); }
  .header-bottom .logo-container {
    flex: 0 0 130px;
    padding-right: 10px; }
  .header-bottom .headercart {
    min-width: 120px; }
  .header-bottom #topcontacts {
    right: 133px; }
  .product-compare-header {
    padding-left: 0;
    width: 40px; }
  .product-compare-header .badge {
    right: 2px; }
  #cart .wrap-cart .badge {
    right: 7px; }
  #cart .icon-cart {
    padding: 0 10px; } }

@media (max-width: 360px) {
  .category_widget .type1 h2 a {
    font-size: 13px;
    padding: 28px 0; }
  .col-md-12 .refine-search ul li, .col-md-12 .refine-search ol li {
    width: calc(50% - 20px); } }

@media (max-width: 480px) {
  .product-grid .product-block {
    width: calc(100% - 12px); } }

body {
  position: relative;
  height: 100%;
  margin: 0px;
  padding: 0px;
  color: #333333;
  background-color: #EFEFEF;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-size: 13px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px; }

ol, ul {
  list-style-type: none; }

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

img {
  display: block;
  max-width: 100%; }

input,
textarea {
  border: none;
  outline: none;
  color: #333333;
  font-family: "Roboto", sans-serif;
  border-radius: 0;
  -webkit-appearance: none; }

textarea {
  resize: none;
  overflow: auto; }

input[type="button"],
input[type="submit"],
button {
  cursor: pointer; }

td {
  margin: 0px;
  padding: 0px; }

form {
  padding: 0px;
  margin: 0px; }

a {
  display: inline-block;
  color: #333333;
  outline: none;
  text-decoration: none;
  transition: 0.4s ease-out; }
  a:hover {
    color: #FF9900; }

a,
span,
div,
button {
  outline: none !important; }

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

.clearfix:after,
.wrapper:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

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

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/gilroy/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("/fonts/gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/gilroy/Gilroy-Medium.woff") format("woff"), url("/fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/gilroy/Gilroy-SemiBold.eot");
  src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("/fonts/gilroy/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/gilroy/Gilroy-SemiBold.woff") format("woff"), url("/fonts/gilroy/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/gilroy/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("/fonts/gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/gilroy/Gilroy-Bold.woff") format("woff"), url("/fonts/gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/gilroy/Gilroy-ExtraBold.eot");
  src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url("/fonts/gilroy/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/gilroy/Gilroy-ExtraBold.woff") format("woff"), url("/fonts/gilroy/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("/fonts/gilroy/Gilroy-Black.eot");
  src: local("Gilroy Black"), local("Gilroy-Black"), url("/fonts/gilroy/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/gilroy/Gilroy-Black.woff") format("woff"), url("/fonts/gilroy/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/Roboto-Light.eot");
  src: url("/fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/Roboto-Light.woff") format("woff"), url("/fonts/roboto/Roboto-Light.ttf") format("truetype"), url("/fonts/roboto/Roboto-Light.svg#Roboto Light Italic") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/Roboto.eot");
  src: url("/fonts/roboto/Roboto.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/Roboto.woff") format("woff"), url("/fonts/roboto/Roboto.ttf") format("truetype"), url("/fonts/roboto/Roboto.svg#Roboto") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/Roboto-Medium.eot");
  src: url("/fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/Roboto-Medium.woff") format("woff"), url("/fonts/roboto/Roboto-Medium.ttf") format("truetype"), url("/fonts/roboto/Roboto-Medium.svg#Roboto Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/Roboto-Bold.eot");
  src: url("/fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/Roboto-Bold.woff") format("woff"), url("/fonts/roboto/Roboto-Bold.ttf") format("truetype"), url("/fonts/roboto/Roboto-Bold.svg#Roboto Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/Roboto-Black.eot");
  src: url("/fonts/roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/Roboto-Black.woff") format("woff"), url("/fonts/roboto/Roboto-Black.ttf") format("truetype"), url("/fonts/roboto/Roboto-Black.svg#Roboto Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044; }

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

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-delivery-1:before {
  content: "\e937"; }

.icon-delivery-2:before {
  content: "\e938"; }

.icon-delivery-3:before {
  content: "\e939"; }

.icon-email:before {
  content: "\e93a"; }

.icon-filter:before {
  content: "\e936"; }

.icon-speed-1:before {
  content: "\e935"; }

.icon-close:before {
  content: "\e934"; }

.icon-arrow:before {
  content: "\e900"; }

.icon-arrow-bold:before {
  content: "\e901"; }

.icon-basket:before {
  content: "\e902"; }

.icon-be-sure:before {
  content: "\e903"; }

.icon-catalog-1:before {
  content: "\e904"; }

.icon-catalog-2:before {
  content: "\e905"; }

.icon-catalog-3:before {
  content: "\e906"; }

.icon-catalog-4:before {
  content: "\e907"; }

.icon-catalog-5:before {
  content: "\e908"; }

.icon-catalog-6:before {
  content: "\e909"; }

.icon-catalog-7:before {
  content: "\e90a"; }

.icon-catalog-8:before {
  content: "\e90b"; }

.icon-catalog-9:before {
  content: "\e90c"; }

.icon-catalog-10:before {
  content: "\e90d"; }

.icon-catalog-11:before {
  content: "\e90e"; }

.icon-catalog-12:before {
  content: "\e90f"; }

.icon-check:before {
  content: "\e910"; }

.icon-compare:before {
  content: "\e911"; }

.icon-compare-1:before {
  content: "\e912"; }

.icon-credit:before {
  content: "\e913"; }

.icon-date:before {
  content: "\e914"; }

.icon-delivery:before {
  content: "\e915"; }

.icon-download:before {
  content: "\e916"; }

.icon-eye:before {
  content: "\e917"; }

.icon-geo:before {
  content: "\e918"; }

.icon-info:before {
  content: "\e919"; }

.icon-list:before {
  content: "\e91a"; }

.icon-message:before {
  content: "\e91b"; }

.icon-more:before {
  content: "\e91c"; }

.icon-payment-1:before {
  content: "\e91d"; }

.icon-payment-2:before {
  content: "\e91e"; }

.icon-payment-3:before {
  content: "\e91f"; }

.icon-payment-4:before {
  content: "\e920"; }

.icon-payment-5:before {
  content: "\e921"; }

.icon-percent:before {
  content: "\e922"; }

.icon-phone:before {
  content: "\e923"; }

.icon-play:before {
  content: "\e924"; }

.icon-properties-1:before {
  content: "\e925"; }

.icon-properties-2:before {
  content: "\e926"; }

.icon-properties-3:before {
  content: "\e927"; }

.icon-properties-4:before {
  content: "\e928"; }

.icon-rouble:before {
  content: "\e929"; }

.icon-sad:before {
  content: "\e92a"; }

.icon-search:before {
  content: "\e92b"; }

.icon-service-1:before {
  content: "\e92c"; }

.icon-service-2:before {
  content: "\e92d"; }

.icon-service-3:before {
  content: "\e92e"; }

.icon-speed:before {
  content: "\e92f"; }

.icon-star:before {
  content: "\e930"; }

.icon-star-fill:before {
  content: "\e931"; }

.icon-talking:before {
  content: "\e932"; }

.icon-tile:before {
  content: "\e933"; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    width: 100%;
    max-height: inherit;
    max-width: inherit !important; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  border: none;
  outline: none;
  padding: 0;
  color: #3A6479;
  background-color: transparent;
  font-size: 26px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: 0.4s ease-out; }
  .slick-arrow:hover {
    color: #FF9900; }
  .slick-arrow:active {
    transform: translateY(calc(-50% + 3px)); }

.slick-arrow.slick-prev {
  left: -30px; }
  .slick-arrow.slick-prev i {
    display: inline-block;
    transform: rotate(180deg); }

.slick-arrow.slick-next {
  right: -30px; }

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: flex;
  transform: translateX(-50%); }
  .slick-dots li {
    margin: 0 8px; }
  .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: #648798;
    text-indent: -9999px;
    transition: 0.4s ease-out; }
  .slick-dots .slick-active button {
    background: #FF9900; }

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
  border-radius: 0px;
  overflow: hidden; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: none; }

.fancybox-outer,
.fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px; }

.fancybox-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  background: none; }
  .fancybox-close::before {
    content: "\e934";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #B1C3CB;
    transition: 0.4s ease-out; }
  .fancybox-close:hover::before {
    color: #333333; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(30, 30, 30, 0.9); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-size: 44px 152px; }
  #fancybox-loading div {
    background-size: 24px 24px; } }

@media (max-width: 500px) {
  .fancybox-close {
    top: 6px;
    right: 6px; } }

.js-rating,
.js-rating-choose {
  white-space: nowrap; }

.jq-stars {
  display: inline-block; }

.jq-rating-label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  font-family: helvetica, arial, verdana; }

.jq-star {
  vertical-align: middle;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 5px;
  cursor: pointer; }
  .jq-star:last-child {
    margin-right: 0; }

.jq-star-svg {
  width: 100%;
  height: 100%; }

.jq-star-svg path {
  stroke-linejoin: round; }

.jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888); }

/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  touch-action: manipulation !important;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
  touch-action: manipulation; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 10px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  height: 100%;
  margin: 0 auto; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 6px;
  height: 100%;
  margin: 0 auto;
  text-align: center; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 4px auto; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0; }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px; }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px; }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px; }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: #EBEBEB; }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #DAE4EA; }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #FF9900; }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #FF9900; }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #FF9900; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/*! jQuery UI - v1.12.1 - 2019-01-30*/
.ui-helper-hidden {
  display: none; }

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
  border-radius: 0px;
  overflow: hidden; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: none; }

.fancybox-outer,
.fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px; }

.fancybox-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  background: none; }
  .fancybox-close::before {
    content: "\e934";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #B1C3CB;
    transition: 0.4s ease-out; }
  .fancybox-close:hover::before {
    color: #333333; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(30, 30, 30, 0.9); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-size: 44px 152px; }
  #fancybox-loading div {
    background-size: 24px 24px; } }

@media (max-width: 500px) {
  .fancybox-close {
    top: 6px;
    right: 6px; } }

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
.box-header {
  width: 100%;
  min-width: 320px;
  height: auto;
  background-color: #fff;
  text-align: left;
  transition: 0.4s ease-out; }

.header-call-top {
  display: none; }

.header-top__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 5px; }

.header-top nav {
  margin-left: -10px;
  margin-right: -8px; }

.header-top .header-price {
  display: none;
  background-color: transparent; }

.header-top .header-price__icon {
  color: #FF9900; }
  .header-top .header-price__icon:hover {
    color: #FF9900; }

.header-logo__sure {
  margin-right: 14px;
  font-size: 9.5px; }

.header-logo__wrap {
  display: flex;
  align-items: center; }

.header-logo__img {
  width: 60px; }

.header-logo__desc {
  margin-top: 4px;
  color: #333333;
  font-size: 9px;
  line-height: 12px; }

.header-nav ul {
  display: flex; }

.header-nav li {
  position: relative;
  padding: 0 17.4px; }
  .header-nav li:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 20px;
    background: rgba(0, 0, 0, 0.2); }

.header-nav a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500; }

.header-search-icon {
  display: none;
  font-size: 19px; }

.header-date {
  font-size: 12px;
  line-height: 18px; }
  .header-date__title {
    color: rgba(51, 51, 51, 0.6);
    font-size: 12px;
    line-height: 18px; }
  .header-date__value {
    margin: 4px 0;
    font-weight: 500;
    letter-spacing: .15px; }
    .header-date__value br {
      display: none; }
  .header-date__link-wrap {
    position: relative; }
    .header-date__link-wrap:hover .header-date-info {
      z-index: 20;
      visibility: visible;
      opacity: 1;
      transform: translate3d(0, 5px, 0); }
  .header-date__link {
    color: #FF9900;
    border-bottom: 1px dashed rgba(255, 153, 0, 0.4); }
    .header-date__link:hover {
      border-color: transparent; }

.header-date-info {
  position: absolute;
  visibility: hidden;
  z-index: -1;
  top: 100%;
  left: 0;
  width: max-content;
  border-radius: 4px;
  border: 1px solid rgba(100, 135, 152, 0.1);
  box-shadow: 0px 14px 36px rgba(38, 50, 56, 0.2);
  padding: 14px 16px;
  opacity: 0;
  background: #FFFFFF;
  transform: translate3d(0, 8px, 0);
  transition: 0.4s ease-out; }
  .header-date-info::after, .header-date-info::before {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 15px;
    height: 0;
    width: 0;
    border: solid transparent;
    pointer-events: none; }
  .header-date-info::after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 6px;
    margin-left: -6px; }
  .header-date-info::before {
    border-color: rgba(0, 245, 0, 0);
    border-bottom-color: rgba(100, 135, 152, 0.1);
    border-width: 7px;
    margin-left: -7px; }
  .header-date-info__item {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: normal; }
    .header-date-info__item:last-child {
      margin-bottom: 0; }
  .header-date-info span {
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
    color: rgba(51, 51, 51, 0.8); }

.header-call {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 8px; }
  .header-call::before, .header-call::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    display: block;
    width: 1px;
    height: 20px;
    background: rgba(0, 0, 0, 0.2);
    transform: translateY(-50%); }
  .header-call::after {
    right: -20px;
    left: auto; }
  .header-call__icon {
    color: #FF9900;
    font-size: 18px; }
  .header-call__wrap {
    margin-left: 12px; }
  .header-call__link-wrap {
    margin: 4px 0; }
  .header-call__link {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    border-bottom: 1px dashed rgba(51, 51, 51, 0.4); }

.header-compare {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 10px; }
  .header-compare:hover .header-compare__title {
    color: #FF9900; }
  .header-compare__icon {
    position: relative;
    margin-top: 21px;
    margin-right: 11px;
    color: #FF9900;
    font-size: 26px; }
  .header-compare__count {
    position: absolute;
    top: -21px;
    right: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #333333;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 18px; }
  .header-compare__title {
    color: #333333;
    font-size: 12px;
    line-height: 18px;
    transition: 0.4s ease-out; }

.header-btn {
  display: block;
  width: 20px;
  cursor: pointer; }
  .header-btn:hover span {
    background-color: #FF9900; }
  .header-btn-wrap {
    display: none;
    align-items: center; }
  .header-btn span {
    position: relative;
    display: block;
    height: 2px;
    width: 20px;
    border-radius: 20px;
    background: #333333;
    transition: 0.4s ease-out; }
    .header-btn span:nth-child(2) {
      right: 0;
      margin: 4px 0; }

.header-bottom {
  background-color: #648798; }
  .header-bottom__wrap {
    position: relative;
    display: flex;
    justify-content: space-between; }

@media (min-width: 1280px) {
  .header-catalog-box:hover .header-catalog .header-catalog__icon span:nth-child(2) {
    width: 23px; }
  .header-catalog-box:hover .header-catalog .header-catalog__icon span:nth-child(3) {
    width: 26px; }
  .header-catalog-box:hover .header-catalog-wrap {
    z-index: 998;
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.header-catalog-box {
  display: flex; }

.header-catalog {
  display: flex;
  align-items: center;
  width: 320px;
  padding: 0 20px;
  background-color: #FF9900; }
  .header-catalog:hover .header-catalog__icon span:nth-child(2) {
    width: 23px; }
  .header-catalog:hover .header-catalog__icon span:nth-child(3) {
    width: 26px; }
  .header-catalog__icon {
    width: 40px; }
    .header-catalog__icon span {
      display: block;
      width: 20px;
      height: 2px;
      margin: 4px 0;
      background-color: #fff;
      transition: 0.4s ease-out; }
  .header-catalog__title {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500; }

.header-form {
  width: calc(100% - 550px);
  padding: 5px 40px 5px 20px; }
  .header-form__input-wrap {
    position: relative;
    display: flex;
    width: 100%;
    height: 50px;
    border-radius: 50px; }
  .header-form__icon {
    position: absolute;
    top: 50%;
    left: 17px;
    color: rgba(25, 25, 25, 0.3);
    font-size: 20px;
    transform: translateY(-50%); }
  .header-form__input {
    overflow: hidden;
    width: calc(100% - 90px);
    height: 100%;
    border: none;
    border-radius: 50px 0 0 50px;
    padding: 0 10px 0 53px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-appearance: none; }
  .header-form__submit {
    width: 90px;
    height: 100%;
    border: none;
    border-radius: 0 50px 50px 0;
    background: #3A6479;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    -webkit-appearance: none;
    transition: 0.4s ease-out; }
    .header-form__submit:hover {
      background-color: #FF9900; }

.header-price {
  display: flex;
  align-items: center;
  width: 230px;
  padding: 0 17px;
  background-color: #FF9900;
  color: #fff; }
  .header-price:hover {
    color: #fff; }
  .header-price__icon {
    margin-top: 6px;
    color: #fff;
    position: relative;
    font-size: 30px; }
    .header-price__icon:hover {
      color: #fff; }
  .header-price__count {
    position: absolute;
    top: -7px;
    right: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #333333;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 18px; }
  .header-price__title {
    margin: 0 9px 0 19px;
    font-size: 14px;
    line-height: 16px; }
  .header-price__value {
    display: flex;
    align-items: center;
    font-size: 21px;
    line-height: 26px;
    font-weight: 500;
    white-space: nowrap; }
    .header-price__value i {
      margin-left: 5px;
      font-size: 15px; }

.header-catalog-wrap {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 1px;
  background: #FFFFFF;
  opacity: 0;
  box-shadow: 0px 4px 8px rgba(92, 104, 112, 0.16);
  transform: translate3d(0, 10px, 0);
  transition: 0.4s ease-out; }

.catalog-nav-list {
  display: flex;
  margin: 0 -.5px; }
  .catalog-nav-list__item {
    width: 8.33%;
    padding: 0 .5px; }
  .catalog-nav-list__wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 107px;
    padding: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .catalog-nav-list__wrap::after {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(58, 100, 121, 0.85);
      transition: 0.4s ease-out; }
    .catalog-nav-list__wrap.active::after {
      background-color: #FF9900; }
    .catalog-nav-list__wrap.active .catalog-nav-list__title {
      font-weight: bold; }
    .catalog-nav-list__wrap:hover::after {
      background-color: #FF9900; }
    .catalog-nav-list__wrap:hover .catalog-nav-list__title {
      font-weight: bold; }
  .catalog-nav-list__title {
    z-index: 2;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    transition: 0.4s ease-out; }
    .catalog-nav-list__title a, .catalog-nav-list__title a:hover {
      color: #FFFFFF;
      text-decoration: none; }

.catalog-cont__item {
  display: flex;
  transform: translate3d(0, 0, 0);
  transition: 1s; }

.catalog-cont__info {
  width: calc(100% - 576px);
  padding: 39px 40px 39px 116px; }

.catalog-cont__title {
  color: #000000;
  font-size: 34px;
  line-height: 40px;
  font-weight: 500; }

.catalog-cont__img {
  width: 576px; }
  .catalog-cont__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.catalog-cont .hide {
  transform: translate3d(0, 5px, 0); }

.catalog-cont .header-nav {
  display: none; }

@media (min-width: 1280px) {
  .catalog-cont .mCSB_inside > .mCSB_container {
    margin-right: 0; }
  .catalog-cont #mCSB_1_scrollbar_vertical {
    display: none !important; } }

.hide {
  position: absolute;
  z-index: -1;
  top: -9999px;
  left: -9999px;
  overflow: hidden;
  opacity: 0; }

.catalog-cont-list {
  max-width: 290px; }
  .catalog-cont-list-wrap {
    margin-top: 24px; }
  .catalog-cont-list__item {
    padding: 10px 0px 10px 12px;
    border-top: 1px solid rgba(218, 228, 234, 0.5); }
    .catalog-cont-list__item:last-child {
      border-bottom: 1px solid rgba(218, 228, 234, 0.5); }
  .catalog-cont-list__wrap {
    display: flex;
    align-items: center; }
    .catalog-cont-list__wrap:hover .catalog-cont-list__icon {
      color: #FF9900; }
    .catalog-cont-list__wrap:hover .catalog-cont-list__title {
      color: #3A6479; }
  .catalog-cont-list__icon {
    margin-right: 12px;
    font-size: 10px;
    transition: 0.4s ease-out; }
  .catalog-cont-list__title {
    color: #000000;
    font-size: 13px;
    line-height: 16px;
    transition: 0.4s ease-out; }

.header-catalog-close {
  display: none;
  position: absolute;
  top: 50%;
  right: -28px;
  color: #fff;
  font-size: 12px;
  transform: translateY(-50%); }

/*-----------------------------------------------------------------------------*/
@media screen and (max-width: 1440px) {
  .header-top nav {
    margin: 0; }
  .header-date__value br {
    display: block; }
  .header-date__value span {
    display: none; } }

@media screen and (max-width: 1279px) {
  .header-catalog {
    width: 206px; }
  .header-form {
    width: calc(100% - 436px);
    padding: 5px 20px; }
  .header-catalog__icon {
    width: 35px; }
  .header-nav {
    display: none; }
    .header-nav ul {
      flex-direction: column; }
    .header-nav li {
      padding: 22.5px 20px;
      border-top: 1px solid white; }
      .header-nav li:last-child {
        border-bottom: 1px solid white; }
    .header-nav a {
      color: #000;
      font-size: 13px;
      line-height: normal;
      font-weight: normal; }
  .header-nav li:not(:last-child)::before {
    display: none; }
  .header-btn-wrap {
    display: flex; }
  .catalog-nav-list,
  .catalog-cont__img,
  .catalog-cont-list-wrap {
    display: none; }
  .header-catalog-box.active .header-catalog-wrap {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .header-catalog-wrap {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: calc(100% - 44px);
    height: 100%;
    background-color: #E0E7EA;
    transform: translate3d(-120%, 0, 0); }
    .header-catalog-wrap .header-nav {
      display: block; }
  .catalog-cont {
    height: 100%; }
  .catalog-cont .hide {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    overflow: visible;
    z-index: auto;
    transform: none;
    display: block !important; }
  .catalog-cont__title {
    position: relative;
    padding: 22.5px 40px 22.5px 20px;
    font-size: 13px;
    line-height: normal;
    font-weight: normal; }
    .catalog-cont__title.active::after {
      transform: translateY(-50%) rotate(90deg) scaleX(-1); }
    .catalog-cont__title::after {
      content: '\e901';
      position: absolute;
      top: 50%;
      right: 25px;
      display: block;
      color: #3A6479;
      font-family: 'icomoon' !important;
      font-size: 13px;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translateY(-50%) rotate(90deg);
      transition: 0.4s ease-out; }
  .catalog-cont__info {
    width: 100%;
    padding: 0; }
  .catalog-cont__item {
    border-top: 1px solid white; }
  .catalog-cont__item:last-child {
    border-bottom: 1px solid white; }
  .catalog-cont-list {
    max-width: 100%; }
  .catalog-cont-list-wrap {
    margin-top: 0;
    background-color: #fff; }
  .catalog-cont-list__icon {
    display: none; }
  .catalog-cont-list__item {
    padding: 10px 20px;
    font-size: 13px; }
  .catalog-cont-list__item:last-child {
    border-bottom: none; }
  .header-catalog-close {
    display: block; } }

@media screen and (max-width: 1023px) {
  .header-top__wrap {
    padding: 7px 0; }
  .header-date {
    margin-top: -2px;
    margin-left: 39px; }
  .header-date__value {
    margin: 0;
    letter-spacing: 0; }
  .header-call,
  .header-compare {
    padding-left: 0; }
  .header-call::before,
  .header-call::after {
    left: -20px; }
  .header-call::after {
    left: auto;
    right: -14px; } }

@media screen and (max-width: 767px) {
  .header-search-icon {
    display: block;
    margin-left: 17px; }
  .header-form {
    position: absolute;
    visibility: hidden;
    top: -64px;
    left: -5px;
    width: calc(100% + 10px);
    padding: 5px 0;
    opacity: 0;
    transition: 0.4s ease-out; }
    .header-form.active {
      visibility: visible;
      opacity: 1; }
  .header-catalog,
  .header-price,
  .header-date,
  .header-compare__title,
  .header-logo__desc,
  .header-call {
    display: none; }
  .header-top .header-price {
    display: flex;
    width: auto;
    padding: 0; }
  .header-call-top {
    display: block;
    padding: 4px 0;
    background: #648798; }
    .header-call-top__wrap {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
  .header-call__icon {
    color: #A2B7C1; }
  .header-call__link {
    border-bottom: none;
    color: #fff;
    font-size: 12px;
    line-height: normal; }
  .header-call__link-wrap {
    margin: 3px 0px 3px 10px; }
  .header-form__input-wrap {
    box-shadow: 2px 2px 12px #C4C4C4; }
  .catalog-cont {
    overflow-y: auto; } }

@media screen and (max-width: 500px) {
  .header-logo__sure {
    margin-right: 10px;
    font-size: 5.5px; }
  .header-logo__img {
    width: 36px; }
  .header-top__wrap {
    padding: 9px 0; }
  .catalog-cont-list__wrap:hover .catalog-cont-list__title {
    color: #000; } }

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
.box-footer {
  order: 3;
  width: 100%;
  min-width: 320px;
  height: auto;
  background-color: #fff;
  text-align: left;
  margin-top: 30px; }
  .box-footer .wrapper:after {
    display: none; }
  .box-footer__top {
    display: flex;
    justify-content: space-between;
    padding: 41px 0 34px;
    margin: 0 -10px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2); }
    .box-footer__top .col {
      padding: 0 10px; }
    .box-footer__top .col_2 {
      width: 19%; }
    .box-footer__top .col_3 {
      width: 19%; }
    .box-footer__top .col_4 {
      width: 20%; }
  .box-footer__bottom {
    display: flex;
    justify-content: space-between;
    padding: 34px 0;
    font-size: 14px;
    line-height: 16px; }
  .box-footer .header-logo__desc {
    margin-top: 16px;
    font-size: 12px;
    line-height: 18px; }

.footer-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px; }

.footer-nav li {
  padding: 6px 0; }

.footer-nav a {
  opacity: .8;
  font-size: 13px;
  line-height: 19px; }

.contact-list li {
  padding: 6px 0;
  opacity: .8;
  font-size: 13px;
  line-height: 19px; }

.payment-list {
  display: flex;
  flex-wrap: wrap; }
  .payment-list-wrap {
    margin-top: -8px; }
  .payment-list__item {
    display: flex;
    align-items: center;
    justify-content: center; }

/*-------------------------------------------------------------------------------*/
@media screen and (max-width: 1279px) {
  .box-footer__top {
    flex-wrap: wrap;
    padding: 41px 0 18px; }
  .box-footer__top .col_1 {
    width: 22%; }
  .box-footer__top .col_2 {
    width: 23%; }
  .box-footer__top .col_3 {
    width: 23%; }
  .box-footer__top .col_4 {
    width: 32%; }
  .box-footer__top .col_5 {
    width: 100%;
    margin-top: 33px;
    padding-left: calc(22% + 10px); }
  .payment-list-wrap {
    margin-top: 0; }
  .payment-list {
    max-width: 100%;
    margin: -17.5px -25px; }
  .payment-list__item {
    width: auto;
    height: auto;
    padding: 17.5px 25px; } }

@media screen and (max-width: 767px) {
  .box-footer__top .col_1 {
    display: none; }
  .box-footer__top .col {
    width: 33.3%; }
  .box-footer__top .col_5 {
    width: 100%;
    padding: 0 10px; }
  .payment-list {
    max-width: inherit; }
  .box-footer__bottom {
    opacity: .5; }
  .payment-list {
    margin: -13px -20px; }
  .payment-list__item {
    padding: 13px 20px; } }

@media screen and (max-width: 500px) {
  .box-footer__top {
    padding: 41px 0 24px; }
  .box-footer__top .col {
    width: 100%;
    margin-bottom: 45px;
    text-align: center; }
    .box-footer__top .col_3 {
      display: none; }
    .box-footer__top .col_5 {
      margin-top: 0;
      margin-bottom: 0; }
  .payment-list {
    justify-content: center; }
  .box-footer__bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 0; }
  .footer-title {
    margin-bottom: 27px; }
  .footer-nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -6px -7.5px; }
    .footer-nav ul li {
      padding: 6px 7.5px; }
  .contact-list-wrap {
    margin-top: -12px; }
  .footer-copy {
    margin-bottom: 12px; } }

.main-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-width: 320px;
  min-height: 100%;
  padding: 0 0 0 0;
  background-color: #EFEFEF; }

.wrapper {
  width: 100%;
  min-width: 320px;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 40px 0 40px; }

p {
  padding: 10px 0;
  font-size: 13px;
  line-height: 22px; }

h1 {
  padding: 10px 0;
  line-height: 38px;
  font-size: 45px;
  font-weight: normal; }

h2 {
  padding: 10px 0;
  font-size: 32px;
  line-height: 37px;
  font-weight: normal; }

h3 {
  padding: 10px 0;
  font-size: 22px;
  line-height: 36px;
  font-weight: 500; }

h4 {
  padding: 10px 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600; }

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

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

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

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

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
  flex-grow: 1;
  width: 100%;
  min-width: 320px;
  order: 2;
  text-align: left; }

.mask {
  position: fixed;
  z-index: -1;
  top: -50%;
  left: 0;
  width: 120%;
  height: 300%;
  background: rgba(58, 100, 121, 0.8);
  opacity: 0;
  transition: 0.4s ease-out; }
  .mask.active {
    z-index: 997;
    opacity: 1; }

.no-scroll {
  overflow: hidden; }
  .no-scroll .web {
    padding-right: 17px; }

.btn, .modal .callback_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0px 22px;
  border: 2px solid #FF9900;
  border-radius: 50px;
  color: #333333;
  background-color: transparent;
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease-out; }
  .btn:hover, .modal .callback_button:hover {
    background-color: #FF9900;
    color: #fff; }

.btn_inverse {
  background-color: #FF9900;
  color: #fff; }
  .btn_inverse:hover {
    color: #333333;
    background-color: transparent; }

.btn_more i {
  display: none;
  margin-left: 9px;
  color: #3A6479; }

input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 19px;
  border: 2px solid #E8E8E8;
  border-radius: 50px;
  background: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  transition: 0.4s ease-out; }
  input:focus {
    border-color: #FF9900; }
  input::placeholder {
    color: rgba(51, 51, 51, 0.5); }

textarea {
  width: 100%;
  height: 90px;
  padding: 13px 21px;
  background: #FFFFFF;
  border: 1px solid #DAE4EA;
  border-radius: 4px;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: rgba(51, 51, 51, 0.78);
  transition: 0.4s ease-out; }
  textarea:focus {
    border-color: #FF9900; }
  textarea::placeholder {
    color: rgba(51, 51, 51, 0.5); }

section,
.section {
  margin: 20px 0; }

.section-wrap {
  padding: 23px 46px 34px;
  background-color: #fff; }
  .section-wrap > h1,
  .section-wrap > h2,
  .section-wrap > h3,
  .section-wrap > h4,
  .section-wrap > h5 {
    padding-top: 0; }

.back-call {
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer; }
  .back-call__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #76CC61;
    color: #fff;
    box-shadow: 0px 14px 28px rgba(141, 203, 126, 0.38);
    font-size: 20px; }
    .back-call__icon::after {
      content: "";
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: 1px solid rgba(118, 204, 97, 0.4);
      transform: translate(-50%, -50%);
      transition: 0.4s ease-out;
      animation: circle 2s linear normal infinite; }
  .back-call__text {
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 0 #fff; }

.scroll-top {
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding-left: 2px;
  background-color: #3A6479;
  color: #fff;
  opacity: 0;
  font-size: 16px;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: 0.4s ease-out; }
  .scroll-top.active {
    opacity: 1; }
  .scroll-top:hover {
    opacity: .85; }

@keyframes circle {
  0% { }
  100% {
    width: 170%;
    height: 170%;
    opacity: 0; } }

.main-slider__item {
  overflow: hidden;
  height: 452px;
  display: flex !important;
  align-items: center; }

.main-slider__info {
  position: relative;
  z-index: 2;
  width: 45%;
  padding: 0 100px; }

.main-slider__img {
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.main-slider__btn {
  margin-top: 12px; }

.main-slider .btn {
  height: 50px;
  padding: 0 53px; }

.main-slider__desc p, .main-slider__desc li {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8; }

.main-slider__desc h2 {
  font-size: 48px;
  font-weight: 700; }

.main-slider__desc h3 {
  font-size: 35px;
  font-weight: 700; }

.main-slider__desc h4 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3; }
  .main-slider__desc h4 b {
    font-weight: 700; }

.main-slider__desc ul {
  margin: 30px 0; }
  .main-slider__desc ul li:before {
    content: "\2014\a0";
    text-indent: -5px; }

.main-slider .slick-arrow {
  font-size: 33px; }

.main-slider .slick-arrow.slick-prev {
  left: 20px; }

.main-slider .slick-arrow.slick-next {
  right: 20px; }

/*------------------------------*/
.box-check-banner {
  overflow: hidden; }
  .box-check-banner .col_1 {
    position: relative;
    width: 50%;
    padding: 17px 0 17px 116px;
    background-color: #3A6479; }
    .box-check-banner .col_1::after {
      content: "";
      position: absolute;
      z-index: 1;
      top: 50%;
      right: -40px;
      display: block;
      width: 300px;
      height: 200px;
      border-radius: 50%;
      background-color: #3A6479;
      transform: translateY(-50%);
      transition: 0.4s ease-out; }
  .box-check-banner .col_2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    padding: 17px 100px 17px 0; }
  .box-check-banner__wrap {
    display: flex;
    background-color: #648798;
    background-repeat: no-repeat;
    background-position: 68.5% center;
    background-size: auto 100%; }
  .box-check-banner h2 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 28px;
    line-height: 33px; }
  .box-check-banner .btn {
    padding: 0px 57px; }
    .box-check-banner .btn:hover {
      color: #fff; }

/*------------------------------*/
.category-banner {
  display: flex;
  align-items: stretch;
  margin: -10px; }
  .category-banner .col {
    width: 50%;
    padding: 10px; }
  .category-banner .col_1 {
    display: flex; }
  .category-banner .col_1 .category-banner__item {
    flex: 1;
    border: 1px solid #000000; }
  .category-banner .col_2 .category-banner__item:not(:last-child) {
    margin-bottom: 20px; }
  .category-banner h3, .category-banner .descr {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    width: 100%; }
  .category-banner__item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 72px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center; }
    .category-banner__item::after {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(58, 100, 121, 0.7);
      transition: 1s; }
    .category-banner__item:hover::after {
      background: rgba(58, 100, 121, 0); }

/*------------------------------*/
.certificate-banner .col_1 {
  width: 100%; }
  .certificate-banner .col_1 .category-banner__item {
    border: 0; }
    .certificate-banner .col_1 .category-banner__item .btn {
      z-index: 2;
      margin-top: 10px;
      padding: 0 57px; }
    .certificate-banner .col_1 .category-banner__item:hover h3, .certificate-banner .col_1 .category-banner__item:hover .descr {
      color: inherit; }

/*------------------------------*/
.services-banner {
  display: flex;
  margin: -10px; }
  .services-banner .col {
    width: 50%;
    padding: 10px; }
    .services-banner .col_1 .services-banner__info {
      padding-left: 59px; }
    .services-banner .col_2 {
      margin: 0 auto; }
      .services-banner .col_2 .services-banner__wrap {
        justify-content: space-between; }
      .services-banner .col_2 .services-banner__info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 61px; }
  .services-banner__wrap {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 45px;
    background-color: #648798; }
  .services-banner__info {
    width: calc(100% - 90px); }
  .services-banner__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #3A6479;
    font-size: 60px;
    color: #fff; }
  .services-banner h2, .services-banner a {
    padding: 0;
    color: #fff; }
  .services-banner p {
    padding: 5px 0 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 19px; }
  .services-banner .btn {
    color: #fff;
    font-weight: normal; }

/*------------------------------*/
.product-list .slick-list {
  padding: 0 6px;
  margin: -20px -12px; }

.product-list .slick-track {
  display: flex; }

.product-list-wrap {
  margin-top: 5px; }

.product-list__item {
  height: inherit;
  width: 20%;
  padding: 20px 6px; }

.product-list__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 14px;
  border: 1px solid #E8E8E8;
  background: #FFFFFF;
  transition: 0.4s ease-out; }
  .product-list__wrap:hover {
    box-shadow: 0px 8px 18px rgba(94, 94, 94, 0.2); }

.product-list__img-wrap {
  position: relative;
  display: block;
  margin: -14px;
  margin-bottom: 0; }
  .product-list__img-wrap:hover .product-list__look {
    opacity: 1; }

.product-list__img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: 190px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.product-list__info {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 9px;
  display: flex;
  flex-wrap: wrap;
  padding-right: 50px; }

.product-list__stock, .product-list__novelty, .product-list__day {
  display: flex;
  align-items: center;
  border-radius: 40px;
  padding: 2px 10px;
  margin: 0 8px 11px 0;
  background: #F7585A;
  color: #fff;
  font-size: 12px;
  line-height: normal;
  white-space: nowrap; }
  .product-list__stock i, .product-list__novelty i, .product-list__day i {
    font-size: 8px;
    margin-right: 5px; }

.product-list__day {
  background-color: #A674E3; }
  .product-list__day i {
    font-size: 10px; }

.product-list__novelty {
  background-color: #36BC49; }
  .product-list__novelty i {
    font-size: 10px; }

.product-list__compare {
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #333333;
  background: #E8E8E8;
  font-size: 17px;
  line-height: normal;
  cursor: pointer;
  transition: 0.4s ease-out; }
  .product-list__compare:hover {
    color: #fff;
    background-color: #3A6479; }

.product-list__availability, .product-list__order {
  position: absolute;
  z-index: 2;
  bottom: -8px;
  left: 50%;
  padding: 3px 14px;
  border-radius: 40px;
  color: #fff;
  background: #019835;
  font-size: 12px;
  line-height: 14px;
  transform: translateX(-50%);
  white-space: nowrap; }

.product-list__look {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  border: 2px solid #3A6479;
  border-radius: 50%;
  background-color: rgba(58, 100, 121, 0.9);
  color: #fff;
  opacity: 0;
  font-size: 17px;
  line-height: normal;
  transform: translate(-50%, -50%); }
  .product-list__look:hover {
    background-color: #3a6479;
    color: #fff; }

.product-list__order {
  background-color: #FFB300; }

.product-list__name {
  margin: 20px 0 9px;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600; }

.product-list__rating {
  margin-top: auto; }
  .product-list__rating .jq-star {
    cursor: default; }

.product-list__remove {
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  border-bottom: 1px solid;
  color: rgba(51, 51, 51, 0.4);
  cursor: pointer;
  transition: 0.4s ease-out; }
  .product-list__remove:hover {
    color: #FF9900;
    border-bottom-color: transparent; }

.product-list__quantity {
  align-self: flex-start;
  display: flex;
  align-items: center;
  width: 88px; }

.product-list__quantity-reduce, .product-list__quantity-increase {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 50%;
  padding: 0;
  background: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease-out; }
  .product-list__quantity-reduce::after, .product-list__quantity-increase::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 2px;
    width: 10px;
    background-color: #333333;
    transform: translate(-50%, -50%); }
  .product-list__quantity-reduce:hover, .product-list__quantity-increase:hover {
    border-color: #FF9900; }
  .product-list__quantity-reduce:active, .product-list__quantity-increase:active {
    box-shadow: inset 0 0 5px 1px #FF9900; }

.product-list__quantity-increase::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 10px;
  width: 2px;
  background-color: #333333;
  transform: translate(-50%, -50%); }

.product-list__quantity-value {
  width: 36px;
  height: 20px;
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: normal;
  text-align: center; }

.product-list__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px; }

.product-list__price-wrap {
  position: relative; }

.product-list__price-count {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: rgba(51, 51, 51, 0.3); }

.product-list__price-old {
  position: absolute;
  top: -20px;
  left: 0;
  color: rgba(51, 51, 51, 0.3);
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: line-through; }

.product-list__price {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  white-space: nowrap; }
  .product-list__price i {
    font-size: 15px; }

.product-list__buttons {
  display: flex; }

.product-list__buy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  border: 2px solid #3A6479;
  border-radius: 50%;
  color: #3A6479;
  font-size: 24px;
  line-height: normal;
  background: none;
  padding: 0; }
  .product-list__buy:hover {
    color: #fff;
    background-color: #3A6479; }
  .product-list__buy i {
    margin: 0 auto; }

.product-list__basket {
  padding: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #FF9900;
  background-color: #FF9900;
  color: #fff;
  font-size: 22px;
  line-height: normal; }
  .product-list__basket:hover {
    color: #FF9900;
    background-color: #fff; }

.product-list .btn {
  margin: 2px 0; }

.product-list-more {
  display: none;
  margin-top: 22px;
  text-align: center; }

/*------------------------------*/
.box-news__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -9px; }
  .box-news__top .btn {
    padding: 0 38px; }

.box-news .section-wrap {
  padding-bottom: 18px; }

.news-list {
  display: flex;
  flex-wrap: wrap;
  margin: -6px; }
  .news-list-wrap {
    margin-top: 10px; }
  .news-list__item {
    width: 25%;
    padding: 6px; }
  .news-list__wrap {
    border: 1px solid #E8E8E8;
    color: #333333;
    height: 100%; }
    .news-list__wrap:hover {
      box-shadow: 0 8px 18px rgba(92, 104, 112, 0.2); }
      .news-list__wrap:hover .news-list__detail::after {
        background-color: #FF9900; }
  .news-list__img {
    height: 220px;
    overflow: hidden; }
    .news-list__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .news-list__info {
    padding: 18px 16px 23px; }
  .news-list__date {
    color: rgba(58, 100, 121, 0.6);
    font-size: 14px;
    line-height: 16px;
    font-weight: 500; }
  .news-list__detail {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500; }
    .news-list__detail::after {
      content: "";
      position: absolute;
      top: 50%;
      left: calc(100% + 10px);
      display: block;
      width: 40px;
      height: 1px;
      background-color: #648798;
      transform: translateY(-50%);
      transition: 0.4s ease-out; }
  .news-list__more {
    display: none;
    margin-top: 20px;
    text-align: center; }
  .news-list h4 {
    color: #333333;
    font-family: "Gilroy", sans-serif; }
  .news-list p {
    padding: 0 0 17px;
    color: rgba(51, 51, 51, 0.8);
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px; }

.pagination-list {
  display: flex;
  align-items: center;
  margin: 0 -5px; }
  .pagination-list-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 21px; }
  .pagination-list__item {
    padding: 0 5px; }
    .pagination-list__item.active .pagination-list__link {
      border: 1px solid #FF9900;
      box-shadow: inset 0 0 0 1px #FF9900; }
  .pagination-list__link {
    width: 34px;
    height: 34px;
    border: 1px solid #E8E8E8;
    border-radius: 50%;
    background: #FFFFFF;
    font-size: 15px;
    line-height: 32px;
    text-align: center; }
    .pagination-list__link:hover {
      border: 1px solid #FF9900;
      box-shadow: inset 0 0 1px 1px #FF9900;
      color: #333333; }
  .pagination-list__link_arrow {
    font-size: 9px; }

/*------------------------------*/
.box-subscribe {
  background-color: #fff; }
  .box-subscribe__wrapper {
    background-color: #fff; }
  .box-subscribe__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 89px 24px 56px; }
  .box-subscribe__icon {
    width: 57px;
    color: #FF9900;
    font-size: 57px; }
  .box-subscribe__info {
    padding-right: 17px; }
  .box-subscribe h2 {
    padding: 0; }
  .box-subscribe p {
    padding: 5px 0 0;
    color: rgba(51, 51, 51, 0.5);
    font-size: 16px;
    line-height: 19px; }
  .box-subscribe .btn {
    padding: 0 46px; }

.subscribe-form__wrap {
  display: flex; }

.subscribe-form__input-wrap {
  width: 330px;
  max-width: 100%;
  margin-right: 20px; }

.subscribe-form .btn {
  height: 50px; }

/*------------------------------*/
.box-banner-price__wrap {
  position: relative;
  padding: 12px 20px 28px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  text-align: center; }
  .box-banner-price__wrap::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(58, 100, 121, 0.7);
    transition: 0.4s ease-out; }
  .box-banner-price__wrap > * {
    position: relative;
    z-index: 2; }

.box-banner-price h2 {
  padding-bottom: 0; }

.box-banner-price p {
  padding: 3px 0 22px;
  font-size: 15px;
  line-height: 18px; }

.box-banner-price .btn {
  height: 50px;
  padding: 0 55px;
  color: #fff; }

/*------------------------------*/
.box-about__wrap {
  padding: 17px 117px 20px;
  background-color: #fff; }

.box-about h4 {
  padding: 0;
  font-family: "Gilroy", sans-serif; }

.box-about h4 + div {
  position: relative;
  overflow: hidden;
  max-height: 80px;
  color: rgba(51, 51, 51, 0.6);
  font-size: 14px;
  line-height: 20px;
  font-family: "Gilroy", sans-serif; }
  .box-about h4 + div::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 98.44%);
    transition: 0.4s ease-out; }
  .box-about h4 + div.active {
    max-height: none; }
    .box-about h4 + div.active::after {
      display: none; }

.box-about__more {
  display: inline-block;
  border-bottom: 1px dashed rgba(100, 135, 152, 0.4);
  margin-top: 3px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.4s ease-out; }
  .box-about__more:hover {
    color: #FF9900;
    border-color: transparent; }
  .box-about__more.active span:first-child {
    display: none; }
  .box-about__more:not(.active) span:last-child {
    display: none; }

/*-------------------------------------------------------------------------------*/
.info_page {
  padding: 40px 49px 40px;
  background-color: #fff;
  display: inline-block;
  width: 100%; }
  .info_page ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 10px; }
    .info_page ul ul {
      list-style-type: circle; }
    .info_page ul li {
      padding: 10px 0;
      font-size: 14px;
      line-height: 1.4; }

.news_item {
  background: white;
  padding: 10px; }
  .news_item p {
    padding: 0 0 15px 0px; }
  .news_item h3 {
    color: #333333;
    font-family: "Gilroy", sans-serif;
    padding: 10px 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600; }

#news_list.news-list {
  margin: 20px 0; }

.news_column {
  display: none; }

.card-info-top__availability.product_order {
  background: #FFB300; }

@media screen and (max-width: 1460px) {
  .box-subscribe__wrap {
    padding: 24px 0; }
  .box-subscribe__info {
    width: calc(100% - 57px);
    padding-right: 0; }
  .services-banner .col_2 .services-banner__info {
    padding-left: 15px; } }

@media screen and (max-width: 1310px) {
  .services-banner .col_2 .services-banner__info h2 {
    font-size: 28px; } }

@media screen and (max-width: 1279px) {
  .wrapper {
    padding: 0 20px; }
  .product-list .btn {
    padding: 0 12px; }
  .section-wrap {
    padding: 20px; }
  h2 {
    font-size: 22px;
    line-height: 26px; }
  .main-slider__info {
    padding: 0 50px 0 70px; }
  .main-slider__desc h2 {
    font-size: 32px;
    line-height: 40px; }
  .main-slider__desc ul {
    margin: 0 0 20px 0; }
  .box-check-banner .col_1 {
    background-color: transparent; }
  .news-list__item {
    width: 33.33%; }
  .news-list__item:nth-child(n + 4) {
    display: none; }
  .box-check-banner__wrap {
    display: flex;
    justify-content: space-between;
    padding: 0px 40px;
    background-color: #3A6479; }
  .box-check-banner .col {
    width: auto;
    padding: 20px 0; }
    .box-check-banner .col::after {
      display: none; }
  .services-banner .col_1 .services-banner__info,
  .services-banner .col_2 .services-banner__info {
    padding-left: 20px; }
  .services-banner .col_2 .services-banner__info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
  .services-banner__btn {
    margin-top: 12px; }
  .box-subscribe__info {
    padding-left: 32px; }
  .subscribe-form {
    margin-top: 21px;
    padding-left: 88px; }
  .subscribe-form__input-wrap {
    width: 301px;
    max-width: 100%;
    margin-right: 28px; }
  .box-subscribe__wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 644px;
    padding: 23px 19px 35px;
    margin: 0 auto; }
  .box-subscribe p {
    padding: 10px 0 0; } }

@media screen and (max-width: 1023px) {
  .main-slider__item {
    height: 330px; }
  .main-slider h2 {
    font-size: 25px;
    font-weight: 700; }
  .main-slider p, .main-slider li {
    font-size: 17px;
    line-height: 1.4;
    padding: 0; }
  .main-slider h3 {
    font-size: 25px; }
  .main-slider h4 {
    font-size: 20px;
    padding: 0 0 15px 0; }
  .main-slider__btn {
    margin-top: 5px; }
  .main-slider .btn {
    height: 32px;
    padding: 5px 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px; }
  .product-list__look {
    opacity: 1; }
  .news-list__item {
    width: 50%; }
  .news-list__item:nth-child(n + 3) {
    display: none; }
  .back-call,
  .scroll-top {
    display: none; }
  .section-wrap {
    margin: 0 -20px; }
  .box-check-banner .col {
    padding: 5px 0; }
  .box-check-banner__wrap {
    padding: 0 20px 0 40px; }
  .product-list-wrap {
    margin-top: 12px; }
  .product-list {
    display: flex;
    flex-wrap: wrap;
    margin: -5px; }
    .product-list.more .product-list__item {
      display: block; }
    .product-list__item {
      width: 33.3%;
      padding: 5px; }
      .product-list__item:nth-child(n + 4) {
        display: none; }
  .product-list-more {
    display: block; }
    .product-list-more.active {
      display: none; }
  .category-banner {
    flex-direction: column; }
  .category-banner .col {
    width: 100%; }
  .services-banner__wrap {
    padding: 24px 11px; }
  .services-banner__icon {
    width: 83px;
    height: 83px;
    font-size: 54px; }
  .services-banner__info {
    width: calc(100% - 83px); }
  .services-banner .col_2 .services-banner__info {
    padding-left: 15px; }
  .box-news .btn {
    padding: 0 37px; }
  .box-news .section-wrap {
    padding-top: 27px;
    padding-bottom: 33px; }
  .news-list__info {
    padding: 15px 16px 26px; }
  .box-banner-price h2 {
    font-size: 32px;
    line-height: 39px; }
  .box-about__wrap {
    padding: 14px 42px 20px; }
  .box-about p {
    max-height: 90px;
    overflow: hidden; }
    .box-about p.active {
      max-height: unset; }
  .box-about__more {
    margin-top: 14px; }
  .box-subscribe {
    background-color: transparent; }
  .mfilter-free-container {
    padding: 0;
    border: none;
    position: absolute;
    z-index: 99;
    top: 20px;
    margin: 0 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: .2s ease; }
    .mfilter-free-container.opened {
      box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5); }
    .mfilter-free-container .margin_minus {
      margin: 0; }
    .mfilter-free-container #mfilter-free-container-0 {
      padding: 5px 10px !important;
      overflow: auto !important;
      max-height: 2000px !important; }
    .mfilter-free-container .mfilter-box {
      margin-bottom: 5px; }
    .mfilter-free-container .mfilter-free-button {
      background: #587E8F;
      margin: 0;
      padding: 4px 20px 5px 17px;
      border: none;
      width: 100%;
      box-sizing: border-box;
      display: inline-block;
      position: relative;
      height: auto; } }

@media screen and (max-width: 767px) {
  .certificate-banner .col_1 a {
    background-size: auto;
    background-position: left; }
  .services-banner {
    flex-wrap: wrap; }
  .product_advantage {
    display: none !important; }
  .services-banner .col {
    width: 100%; }
  .main-slider {
    margin: -20px -20px 0; }
    .main-slider__item {
      height: calc(100px + 25vw); }
    .main-slider__info {
      padding: 0 10px 0 30px; }
    .main-slider__desc h2 {
      font-size: calc(10px + 2vw);
      line-height: 1; }
    .main-slider__desc ul {
      display: none; }
    .main-slider__desc p {
      font-size: calc(3px + 2vw); }
    .main-slider__desc h3 {
      font-size: calc(6px + 2vw);
      line-height: 1;
      padding: 5px 0; }
    .main-slider__desc h4 {
      font-size: calc(4px + 2vw); }
    .main-slider .btn {
      height: 25px;
      padding: 0 15px;
      font-size: 10px; }
    .main-slider .slick-arrow {
      font-size: 25px; }
      .main-slider .slick-arrow.slick-prev {
        left: 5px; }
      .main-slider .slick-arrow.slick-next {
        right: 5px; }
  .box-check-banner h2 {
    margin-bottom: 2px;
    font-size: 22px;
    line-height: 26px;
    text-align: center; }
  .box-check-banner__wrap {
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 20px 18px; }
    .box-check-banner__wrap:after {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(58, 100, 121, 0.6);
      transition: 0.4s ease-out; }
  .box-check-banner .col {
    position: relative;
    z-index: 2;
    padding: 0; }
  .product-list__item {
    width: 50%; }
    .product-list__item:nth-child(n + 3) {
      display: none; }
  .subscribe-form {
    width: 100%;
    padding-left: 0; }
    .subscribe-form__wrap {
      flex-wrap: wrap;
      justify-content: center; }
    .subscribe-form__input-wrap {
      margin-bottom: 15px; }
  .subscribe-form__input-wrap {
    width: 100%; }
  .box-banner-price h2 {
    font-size: 26px;
    line-height: 30px; }
  .product-list__look {
    display: none; }
  .header-compare__icon {
    margin-top: 5px; }
  .header-compare__count {
    top: -8px;
    right: -18px; } }

@media screen and (max-width: 500px) {
  .btn_more {
    border: none;
    background-color: transparent;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600; }
    .btn_more.active i {
      transform: rotate(180deg); }
    .btn_more i {
      display: inline-block;
      text-shadow: 0 0;
      transition: 0.4s ease-out; }
    .btn_more:hover {
      color: #333333;
      background-color: transparent; }
  .product-list-more {
    margin-top: 10px;
    margin-bottom: -5px; }
  .section-wrap {
    padding: 12px 20px 14px; }
  .product-list__item {
    width: 100%; }
  .product-list-wrap {
    margin-top: 3px; }
  .services-banner {
    margin: -5px; }
  .services-banner .col {
    padding: 5px; }
  .services-banner__wrap {
    padding: 28px 11px; }
  .services-banner .col_1 .services-banner__info,
  .services-banner .col_2 .services-banner__info {
    padding-left: 14px; }
  .services-banner .col_2 .services-banner__wrap {
    padding: 22px 11px; }
  .news-list.more .news-list__item:nth-child(n) {
    display: block; }
  .news-list__more {
    margin-top: 10px; }
    .news-list__more.active {
      display: none; }
  .box-news .section-wrap {
    padding-top: 20px;
    padding-bottom: 14px; }
  .news-list__item {
    width: 100%; }
  .news-list__item:nth-child(n + 2) {
    display: none; }
  .box-news .btn {
    padding: 0 24px; }
  .pagination-list-wrap {
    display: none; }
  .news-list__more {
    display: block; }
  .box-subscribe__wrap {
    align-items: flex-start;
    padding: 20px 19px 26px; }
  .box-subscribe__info {
    padding-left: 37px; }
  .box-subscribe p {
    margin-left: -94px;
    padding-top: 14px; }
  .subscribe-form {
    margin-top: 15px; }
  .subscribe-form__input {
    text-align: center; }
  .subscribe-form__wrap {
    flex-direction: column; }
  .subscribe-form .btn {
    margin-top: 14px;
    width: 100%;
    display: block; }
  .box-banner-price__wrap {
    padding: 10px 20px 22px; }
  .box-banner-price p {
    padding: 9px 0 15px; }
  .box-banner-price h2 {
    font-size: 22px;
    line-height: 24px; }
  .box-about__wrap {
    padding: 19px 22px 24px; }
  .box-about p {
    max-height: 144px; }
  .information-news-item h1 {
    font-size: 22px;
    line-height: 1.3; }
  .main-slider h4 {
    display: none; } }

@media screen and (max-width: 359px) {
  .mfilter-free-container {
    width: calc(100vw - 40px); }
  .service-page__btn .btn {
    padding: 0 20px;
    font-size: 12px; }
  .services-banner__btn {
    width: 100%; }
  .services-banner .btn {
    padding: 0 10px;
    font-size: 12px; } }

.box-breadcrumbs {
  margin: 15px 0 -5px;
  font-size: 14px; }

.breadcrumbs-list {
  display: block; }
  .breadcrumbs-list__item {
    position: relative;
    display: inline;
    margin-right: 18px;
    color: rgba(100, 135, 152, 0.8);
    font-size: 14px;
    line-height: 21px; }
    .breadcrumbs-list__item:last-child {
      margin-right: 0; }
  .breadcrumbs-list__link::after {
    content: "\e901";
    display: block;
    position: absolute;
    top: 0;
    left: calc(100% + 5px);
    color: #648798;
    font-size: 9px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 19px; }

@media (max-width: 500px) {
  .box-breadcrumbs {
    display: none; } }

/*
================================================================================
|                                  CARD PAGE                                  |
================================================================================
*/
.box-card__wrap {
  position: relative;
  display: flex;
  padding: 46px 12px 35px;
  background-color: #fff; }

.card-slider-box {
  display: flex;
  align-items: flex-start;
  width: 485px; }

.card-info {
  width: calc(100% - 735px); }

.card-price {
  width: 250px; }

.card-slider__item {
  width: 400px;
  height: 400px;
  border: 1px solid #DAE4EA; }

.card-slider__img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%; }

.card-slider-nav {
  width: 70px;
  padding: 35px 0;
  margin: 5px 0; }
  .card-slider-nav__item {
    position: relative;
    width: 70px;
    height: 70px;
    border: 1px solid #DAE4EA;
    margin: 5px 0; }
    .card-slider-nav__item::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 3px;
      background-color: #FF9900;
      opacity: 0;
      transition: 0.4s ease-out; }
    .card-slider-nav__item.slick-current::before {
      opacity: 1; }
  .card-slider-nav__img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 95%; }
  .card-slider-nav .slick-arrow {
    font-size: 24px; }
  .card-slider-nav .slick-arrow.slick-prev {
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(90deg); }
  .card-slider-nav .slick-arrow.slick-next {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(90deg); }

.card-slider-wrap {
  padding-left: 15px;
  width: calc(100% - 70px); }

.card-info-top {
  position: absolute;
  top: 45px;
  left: 537px; }
  .card-info-top h1 {
    margin-bottom: 7px;
    padding-top: 0;
    font-size: 24px;
    line-height: 30px; }
  .card-info-top__availability {
    display: inline-block;
    padding: 3px 16px;
    border-radius: 40px;
    color: #fff;
    background: #019835;
    font-size: 12px;
    line-height: 14px; }
  .card-info-top .product-list__rating {
    margin: 0 23px 0 21px; }
  .card-info-top__bottom {
    display: flex;
    align-items: center; }
  .card-info-top__feedback {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 13px;
    line-height: normal;
    white-space: nowrap; }
    .card-info-top__feedback-link {
      border-bottom: 1px solid;
      line-height: 12px; }
    .card-info-top__feedback span {
      margin: 0 4px 0 8px; }
  .card-info-top__write {
    display: inline-block;
    border-bottom: 1px solid;
    color: #000;
    font-size: 13px;
    line-height: 12px; }
  .card-info-top__compare {
    display: flex;
    align-items: center;
    margin-left: 23px;
    color: #000;
    font-size: 13px;
    line-height: normal; }
    .card-info-top__compare:hover i {
      color: #FF9900; }
    .card-info-top__compare i {
      margin-right: 12px;
      color: #3A6479;
      font-size: 19px;
      transition: 0.4s ease-out; }

.card-conditions {
  display: flex;
  flex-wrap: wrap;
  margin: -10px; }
  .card-conditions-wrap {
    margin-top: 20px; }
  .card-conditions__item {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 10px; }
    .card-conditions__item:nth-child(even) {
      width: 57%; }
    .card-conditions__item:nth-child(odd) {
      width: 43%; }
    .card-conditions__item:nth-child(1) .card-conditions__icon {
      font-size: 34px; }
    .card-conditions__item:nth-child(2) .card-conditions__icon,
    .card-conditions__item:nth-child(4) .card-conditions__icon {
      font-size: 36px; }
  .card-conditions__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #648798;
    color: #fff;
    font-size: 25px; }
  .card-conditions__desc {
    width: calc(100% - 60px);
    padding-left: 10px;
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px; }

.card-info {
  padding: 111px 30px 0 40px; }
  .card-info__row {
    padding: 8px 0;
    border-top: 1px solid rgba(156, 185, 200, 0.2); }
  .card-info__time {
    padding: 10px 0;
    font-size: 12px;
    line-height: 18px; }
    .card-info__time span {
      color: #3A6479;
      font-weight: bold; }

.card-info-list-top__item {
  font-size: 13px;
  line-height: 31px; }
  .card-info-list-top__item span {
    margin-left: 5px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500; }

.card-info-list-top__link {
  border-bottom: 1px solid;
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  line-height: 12px; }

.card-info-list-bottom__item {
  position: relative;
  padding-left: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  font-size: 13px;
  line-height: 26px; }
  .card-info-list-bottom__item::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #648798; }

.card-info-position {
  display: flex;
  align-items: center; }
  .card-info-position__icon {
    color: #648798;
    font-size: 20px; }
  .card-info-position__name {
    margin: 0 3px 0 13px;
    font-weight: 500;
    font-size: 14px;
    line-height: normal; }
    .card-info-position__name .storage_address {
      line-height: 1.4; }
    .card-info-position__name i {
      position: relative;
      top: -10px;
      font-size: 11px;
      cursor: pointer; }
  .card-info-position .btn {
    padding: 0 30px;
    border: 2px solid #FF4D00; }
    .card-info-position .btn:hover {
      background-color: #FF4D00; }

.card-price {
  padding-top: 114px; }
  .card-price__top {
    padding: 10px 8px 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #DAE4EA;
    border-bottom: none;
    border-radius: 4px 4px 0px 0px;
    background: #FFFFFF; }
  .card-price__discount {
    display: flex;
    align-items: center;
    padding: 4px 10px;
    border: 1px solid #DAE4EA;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px; }
    .card-price__discount span {
      padding: 0 2px 0 8px;
      color: #3A6479;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px; }
    .card-price__discount i {
      color: #000;
      font-size: 10px;
      margin-left: 2px; }
  .card-price__old {
    color: rgba(51, 51, 51, 0.5);
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-decoration-line: line-through; }
  .card-price__value {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 0 3px;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    text-align: center; }
    .card-price__value i {
      margin-left: 5px;
      font-size: 16px; }
  .card-price__basket {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 13px 0;
    border-radius: 0px 0px 4px 4px;
    border: 2px solid #FF9900;
    background-color: #FF9900;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    text-align: center; }
    .card-price__basket i {
      font-size: 18px;
      margin-right: 12px; }
    .card-price__basket:hover {
      background-color: #fff;
      color: #333333; }
  .card-price__credit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 0 24px;
    border-bottom: 1px solid rgba(156, 185, 200, 0.2); }
    .card-price__credit.credit {
      padding: 17px 0 0;
      border-bottom: none; }
    .card-price__credit-value {
      font-weight: 500;
      font-size: 14px;
      line-height: 16px; }
      .card-price__credit-value i {
        padding: 0 2px 0 4px;
        font-size: 10px; }
    .card-price__credit-link {
      display: flex;
      align-items: center;
      font-weight: 500;
      font-size: 14px;
      line-height: 21px;
      color: #648798; }
      .card-price__credit-link:hover span {
        border-color: #FF9900; }
      .card-price__credit-link span {
        border-bottom: 1px dashed rgba(100, 135, 152, 0.4); }
      .card-price__credit-link i {
        font-size: 19px;
        margin-right: 6px; }
  .card-price__cheap {
    padding: 12px 0 15px;
    text-align: center; }
  .card-price__cheap-link {
    display: inline;
    font-size: 13px;
    line-height: 15px;
    border-bottom: 1px solid; }
  .card-price__summ {
    width: 100%;
    padding: 11px 15px;
    border: 2px solid #648798;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center; }
    .card-price__summ:hover {
      border-color: #FF9900;
      background-color: #FF9900;
      color: #fff; }

/*----------------------------------*/
.box-card-tabs__wrap {
  background-color: #fff; }

.box-card-tabs .nav-tab-list {
  display: flex;
  margin: 0 -5px; }
  .box-card-tabs .nav-tab-list__item {
    position: relative;
    width: 20%;
    padding: 0 .5px;
    text-align: center;
    transition: 0.4s ease-out; }
    .box-card-tabs .nav-tab-list__item::after {
      content: "";
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      display: block;
      background: #FF9900;
      opacity: 0;
      transition: 0.4s ease-out; }
    .box-card-tabs .nav-tab-list__item:hover .nav-tab-list__link {
      background: rgba(100, 135, 152, 0.1); }
    .box-card-tabs .nav-tab-list__item:hover::after {
      opacity: .5; }
    .box-card-tabs .nav-tab-list__item.active .nav-tab-list__link {
      background-color: #fff; }
    .box-card-tabs .nav-tab-list__item.active::after {
      opacity: 1; }
  .box-card-tabs .nav-tab-list__link {
    width: 100%;
    padding: 18px 15px;
    background: rgba(100, 135, 152, 0.2);
    font-weight: 500;
    font-size: 18px;
    line-height: 23px; }
    .box-card-tabs .nav-tab-list__link:hover {
      color: #333333; }

.box-card-tabs .tab-cont {
  padding: 29px 31px 40px;
  transition: 1s; }

.box-card-markdown .card-price {
  min-width: 350px; }
  .box-card-markdown .card-price__wrap {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .box-card-markdown .card-price__top {
    border: 0;
    padding: 0;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 8px; }
  .box-card-markdown .card-price__value {
    padding: 0;
    width: max-content;
    align-items: flex-end; }
  .box-card-markdown .card-price__basket {
    border-radius: 4px; }
  .box-card-markdown .card-price__value, .box-card-markdown .card-price__old {
    line-height: 0.7; }
  .box-card-markdown .card-price__credit.credit, .box-card-markdown .card-price__credit.installment {
    padding: 0;
    justify-content: flex-start;
    gap: 5px; }
  .box-card-markdown .card-price__summ {
    margin: 0; }

.box-card-markdown .cheaper-products {
  margin-top: 20px; }

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

.box-card-markdown .cheaper-item {
  padding: 20px;
  border: 1px solid #444444; }
  .box-card-markdown .cheaper-item:not(.general) {
    border: 1px solid #8c8c8c; }
    .box-card-markdown .cheaper-item:not(.general) .card-price__value {
      font-size: 24px; }

.box-card-markdown .cheaper-products__title, .box-card-markdown .cheaper-item__title {
  font-size: 16px;
  font-weight: 500; }

.box-card-markdown .cheaper-products__reason, .box-card-markdown .cheaper-item__reason {
  color: #8c8c8c; }

.box-card-markdown .cheaper-products__status, .box-card-markdown .cheaper-item__status {
  font-weight: 500;
  color: #8c8c8c; }

.card-tabs-desc {
  max-width: 845px;
  font-size: 13px;
  line-height: 22px;
  color: rgba(51, 51, 51, 0.8); }
  .card-tabs-desc h3 {
    padding-top: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal; }
  .card-tabs-desc p {
    color: rgba(51, 51, 51, 0.8); }

.characteristics-table {
  max-width: 1074px; }
  .characteristics-table__item {
    display: flex;
    border-bottom: 1px solid #E0E7EA;
    font-size: 13px;
    line-height: 22px; }
    .characteristics-table__item_title {
      padding: 7px 16px;
      border-top: 1px solid #E0E7EA;
      background-color: #E0E7EA;
      font-weight: bold;
      font-size: 13px;
      line-height: 22px; }
  .characteristics-table .col {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 6px 16px;
    border-left: 1px solid #E0E7EA; }
  .characteristics-table .col_2 {
    border-right: 1px solid #E0E7EA; }
  .characteristics-table .col_3 {
    width: 100%;
    border-right: 1px solid #E0E7EA; }

.instruction-list {
  max-width: 1074px; }
  .instruction-list__item {
    display: flex;
    border: 1px solid #E0E7EA;
    border-top: none;
    padding: 10px 16px;
    font-size: 13px;
    line-height: 16px; }
    .instruction-list__item_title {
      border-top: 1px solid #E0E7EA;
      background-color: #E0E7EA;
      font-weight: bold;
      font-size: 13px;
      line-height: 18px; }
  .instruction-list__download {
    display: flex;
    align-items: center;
    width: 100%; }
    .instruction-list__download:hover span,
    .instruction-list__download:hover i {
      color: #FF9900; }
    .instruction-list__download span {
      width: calc(100% - 20px);
      padding-left: 15px;
      color: rgba(51, 51, 51, 0.8);
      transition: 0.4s ease-out; }
    .instruction-list__download i {
      width: 20px;
      color: #9CB1BC;
      font-size: 20px;
      transition: 0.4s ease-out; }

.video-list {
  width: 1040px !important;
  margin: 0 auto; }
  .video-list-wrap {
    position: relative;
    overflow: hidden; }
    .video-list-wrap::after {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      display: block;
      width: 190px;
      height: 100%;
      background: linear-gradient(270deg, #FFFFFF 11.32%, rgba(255, 255, 255, 0) 100%);
      transition: 0.4s ease-out; }
  .video-list .slick-list {
    margin: -7px;
    overflow: visible; }
  .video-list__item {
    padding: 7px; }
  .video-list__wrap {
    display: block;
    width: 100%; }
    .video-list__wrap:hover .video-list__img {
      transform: scale(1.07); }
    .video-list__wrap:hover .video-list__icon {
      border-color: #FF9900;
      color: #FF9900; }
  .video-list__img-wrap {
    position: relative;
    overflow: hidden; }
  .video-list__img {
    position: relative;
    width: 100%;
    height: 166px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 2s; }
    .video-list__img::after {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(58, 100, 121, 0.5);
      transition: 0.4s ease-out; }
  .video-list__icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 3px solid #fff;
    border-radius: 50%;
    padding-left: 2px;
    font-size: 14px;
    color: #fff;
    transform: translate(-50%, -50%);
    transition: 0.4s ease-out; }
  .video-list__info {
    border: 1px solid #DAE4EA;
    border-top: none;
    padding: 12px; }
  .video-list h2 {
    padding: 0;
    font-size: 16px;
    line-height: 22px; }
  .video-list p {
    padding: 5px 0 4px;
    color: rgba(51, 51, 51, 0.5);
    line-height: 20px; }

.video-list-wrap .slick-arrow {
  top: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #3A6479;
  color: #fff;
  font-size: 10px; }
  .video-list-wrap .slick-arrow:hover {
    background-color: #FF9900; }

.video-list-wrap .slick-disabled {
  opacity: 0; }

.video-list-wrap .slick-arrow.slick-prev {
  left: 48px; }

.video-list-wrap .slick-arrow.slick-next {
  right: 48px; }

.video-list-btn {
  margin-top: 27px;
  text-align: center; }
  .video-list-btn .btn {
    height: 50px;
    padding: 0px 32px; }

.video-list_single .video-list__item {
  width: 100%;
  max-width: 514px; }

.card-feedback h2 {
  padding-top: 0;
  margin-bottom: 29px;
  font-size: 24px;
  line-height: 30px; }

.card-feedback__btn .btn {
  height: 50px;
  padding: 0 34px; }

.feedback-form {
  padding: 50px 53px;
  background-color: #ECF1F3; }
  .feedback-form-wrap {
    display: none;
    margin-top: 32px; }
  .feedback-form__row {
    max-width: 625px;
    margin: 30px 0; }
    .feedback-form__row:first-child {
      margin-top: 0; }
  .feedback-form__label {
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 10px; }
  .feedback-form__input {
    height: 30px;
    border: 1px solid #DAE4EA;
    border-radius: 4px;
    background: #FFFFFF; }
  .feedback-form__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 625px;
    margin-top: -7px; }
  .feedback-form__cancel {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px; }
  .feedback-form__captcha {
    cursor: pointer; }
  .feedback-form .btn {
    height: 50px;
    padding: 0 53px; }
  .feedback-form .jq-star {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #DAE4EA;
    border-radius: 4px;
    margin-right: 12px;
    background: #FFFFFF; }
  .feedback-form .jq-star-svg {
    width: 13px; }

.feedback-box__item {
  margin: 20px 0;
  padding-bottom: 26px;
  background-color: #ECF1F3; }

.feedback-box__top {
  display: flex;
  align-items: center;
  padding: 20px 28px;
  margin-bottom: 12px;
  border-bottom: 1px solid #DCE6EA; }

.feedback-box__name {
  min-width: 110px;
  font-weight: 500;
  font-size: 18px;
  line-height: 10px; }

.feedback-box__date {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 16px;
  line-height: 10px; }
  .feedback-box__date i {
    padding-right: 13px;
    color: #3A6479;
    font-size: 20px; }

.feedback-box__row {
  display: flex;
  padding: 10px 28px; }
  .feedback-box__row .col_1 {
    width: 110px;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px; }
  .feedback-box__row .col_2 {
    width: calc(100% - 215px);
    font-size: 14px;
    line-height: 20px;
    color: rgba(51, 51, 51, 0.8); }

.feedback-box-btn {
  margin-top: 35px; }
  .feedback-box-btn .btn {
    height: 50px;
    padding: 0 34px; }

/*-------------------------------------------------------------------------------*/
@media (min-width: 1280px) {
  .long_name .card-info {
    padding: 145px 30px 0 40px; }
  .long_name .card-price {
    padding-top: 145px; } }

@media screen and (max-width: 1279px) {
  .box-card__wrap {
    flex-wrap: wrap;
    padding: 30px 36px; }
  .card-info-top {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    padding-bottom: 18px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(156, 185, 200, 0.2);
    width: 100%; }
  .card-info {
    order: 1;
    width: 100%;
    padding: 0;
    margin-top: 24px; }
  .card-price {
    width: 275px;
    padding-top: 0px;
    padding-left: 25px; }
  .card-info__time {
    max-width: 530px; }
  .card-conditions-wrap {
    display: none; }
  .card-info__row:first-child {
    border-top: none; } }

@media screen and (max-width: 1023px) {
  .card-price {
    width: calc(100% - 485px); }
  .card-price__credit {
    flex-direction: column; }
  .card-price__top {
    flex-direction: column;
    padding: 8px; }
  .card-price__discount span {
    padding: 0 3px; }
  .card-price__discount {
    margin: 10px 0 0;
    padding: 4px 7px;
    white-space: nowrap; }
  .card-price__value {
    padding: 2px 0 0px; }
  .card-price__credit {
    padding: 13px 0 24px; }
  .card-price__credit-value {
    margin-bottom: 12px; }
  .card-price__cheap-link {
    line-height: 18px; }
  .box-card-tabs .nav-tab-list {
    justify-content: space-between; }
  .box-card-tabs .nav-tab-list__item {
    width: auto;
    flex: 1; }
  .box-card-tabs .nav-tab-list__link {
    padding: 19px 10px; }
  .feedback-form {
    padding: 50px 53px 35px; }
  .feedback-form-wrap {
    margin-top: 40px; }
  .feedback-form__bottom {
    flex-wrap: wrap; }
  .feedback-form__cancel-wrap {
    order: 1;
    width: 100%;
    margin-top: 4px;
    text-align: right; }
  .feedback-form__cancel {
    width: 180px;
    text-align: center; }
  .feedback-box__row .col_1 {
    width: 78px; }
  .feedback-box__row .col_2 {
    width: calc(100% - 78px); }
  .feedback-box__name {
    min-width: 78px; }
  .video-list-btn {
    text-align: left; }
  .box-card-markdown .card-price__top, .box-card-markdown .card-price__credit {
    flex-direction: row; }
  .box-card-markdown .card-price__credit-value {
    margin-bottom: 0; } }

@media screen and (max-width: 940px) {
  .box-card-markdown .card-price {
    padding-left: 0;
    order: 2; } }

@media screen and (max-width: 767px) {
  .box-card__wrap {
    padding: 15px 15px 25px; }
  .card-info-top h1 {
    font-size: 20px;
    line-height: 27px; }
  .card-info-top__compare {
    width: 100%;
    margin-top: 9px;
    margin-left: 0; }
  .card-info-top__bottom {
    flex-wrap: wrap; }
  .card-price {
    width: 100%;
    padding-left: 0;
    padding-top: 20px; }
  .card-slider-box {
    width: 100%; }
  .card-slider {
    width: 100%; }
  .card-price__credit {
    flex-direction: row; }
  .card-price__top {
    flex-direction: row; }
  .card-price__discount {
    margin: 0;
    padding: 4px 10px; }
  .card-price__discount span {
    padding: 0 3px 0 9px; }
  .card-price__value {
    padding: 14px 0 4px; }
  .card-price__credit-value {
    margin-bottom: 0; }
  .card-price__credit {
    padding: 15px 0 24px; }
  .card-info__row:first-child {
    border-top: 1px solid rgba(156, 185, 200, 0.2); }
  .box-card-tabs__wrap {
    margin: 0 -20px; }
  .box-card-tabs .tab-cont {
    padding: 30px 20px 25px; }
  .box-card-tabs .nav-tab-list {
    padding: 0 20px; }
  .box-card-tabs .nav-tab-list__link {
    padding: 21px 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    background-color: #fff; }
  .box-card-tabs .nav-tab-list__item::after {
    display: none; }
  .box-card-tabs .nav-tab-list__item.active .nav-tab-list__link {
    color: #3A6479; }
  .card-tabs-desc h3 {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 0; }
  .card-tabs-desc p {
    color: rgba(51, 51, 51, 0.5); }
  .box-card-tabs .slick-arrow {
    font-size: 12px; }
  .box-card-tabs .slick-arrow.slick-prev {
    left: 20px; }
  .box-card-tabs .slick-arrow.slick-next {
    right: 20px; }
  .card-info-position__icon {
    width: 18px; }
  .card-info-position__name {
    width: calc(100% - 18px); }
  .card-info-position__name i {
    top: -3px; }
  .feedback-form {
    padding: 40px 25px; }
  .feedback-form__bottom {
    margin-top: 0; }
  .feedback-form__send {
    margin-top: 40px;
    width: 100%;
    text-align: center; }
  .feedback-form__cancel-wrap {
    margin-top: 18px;
    text-align: center; }
  .video-list {
    width: auto !important;
    margin: -5px; }
  .video-list__item {
    padding: 5px; }
  .video-list-wrap::after {
    display: none; }
  .video-list-pagination {
    display: none; }
  .video-list__item {
    width: 100%;
    max-width: 514px; } }

@media screen and (max-width: 500px) {
  .card-slider-nav {
    display: none; }
  .card-info-top__feedback {
    width: 100%;
    margin-top: 17px; }
  .card-info-top {
    padding-bottom: 12px;
    margin-bottom: 15px; }
  .card-slider-wrap {
    width: 100%;
    padding-left: 0; }
  .card-slider__item {
    height: 250px; }
  .card-slider .slick-dots {
    bottom: 13px; }
  .card-info-position {
    flex-wrap: wrap; }
  .card-info-position__name {
    width: calc(100% - 18px);
    margin: 0;
    padding-left: 10px; }
  .card-info-list-bottom {
    padding-bottom: 8px; }
  .card-info-list-bottom__item::before {
    top: 12px; }
  .card-info-list-bottom__item {
    padding: 6px 0px 6px 20px;
    line-height: 19px; }
  .card-info__time {
    padding: 7px 0 10px; }
  .card-info-position__btn {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    flex: 1 0 auto; }
  .instruction-list__download {
    align-items: flex-start; }
  .feedback-box__top {
    flex-wrap: wrap;
    padding: 20px 24px; }
  .feedback-box__row {
    flex-wrap: wrap;
    padding: 10px 24px; }
  .feedback-box__row .col {
    width: 100%; }
    .feedback-box__row .col_1 {
      margin-bottom: 12px; }
  .feedback-box__item {
    padding-bottom: 13px; }
  .feedback-box__rating {
    order: 1;
    width: 100%;
    margin-top: 10px; }
  .video-list__info {
    padding: 12px 10px; } }

@media screen and (max-width: 425px) {
  .box-card-markdown .card-price {
    min-width: 100%; } }

@media screen and (max-width: 360px) {
  .box-card-markdown .icon-credit {
    display: none; }
  .box-card-markdown .card-price__credit-value {
    display: none; } }

/*
================================================================================
|                                CATALOG PAGE                                  |
================================================================================
*/
.box-catalog {
  margin: 20px 0 0; }
  .box-catalog__wrap {
    display: flex;
    align-items: flex-start; }

.catalog-aside {
  width: 325px;
  padding: 0 20px;
  background-color: #fff; }
  .catalog-aside h2 {
    font-size: 20px;
    line-height: 30px; }

.catalog-main {
  width: calc(100% - 335px);
  margin-left: 30px; }
  .catalog-main h1 {
    padding: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px; }

.aside-list {
  margin: 0 -20px; }
  .aside-list__item {
    border-top: 1px solid #ECF1F4; }
  .aside-list__top {
    display: flex;
    align-items: center;
    padding: 8.5px 20px;
    cursor: pointer; }
    .aside-list__top.active .aside-list__icon {
      color: #FF9900; }
    .aside-list__top.active .aside-list__arrow {
      transform: rotate(90deg); }
    .aside-list__top:hover .aside-list__icon {
      color: #FF9900; }
    .aside-list__top:hover .aside-list__arrow {
      color: #3a6479; }
  .aside-list__icon {
    width: 20px;
    color: #3A6479;
    font-size: 20px;
    text-align: center;
    transition: 0.4s ease-out; }
  .aside-list__name {
    padding-left: 20px;
    font-size: 13px;
    line-height: normal; }
  .aside-list__arrow {
    margin-left: auto;
    font-size: 12px;
    color: rgba(58, 100, 121, 0.5);
    transition: 0.4s ease-out; }
  .aside-list__info {
    display: none;
    border-top: 1px solid #ECF1F4; }

.aside-innerlist {
  padding: 10px 20px 10px 60px; }
  .aside-innerlist__item {
    padding: 6px 0; }
  .aside-innerlist__link {
    font-size: 13px;
    line-height: normal;
    color: rgba(51, 51, 51, 0.7); }

.catalog-production {
  margin: 0 0 20px; }
  .catalog-production h1 {
    padding: 0 0 15px; }

.catalog-production-list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px; }
  .catalog-production-list__item {
    width: 25%;
    padding: 5px; }
  .catalog-production-list__wrap {
    display: block;
    width: 100%; }
    .catalog-production-list__wrap:hover {
      color: #333333; }
      .catalog-production-list__wrap:hover .catalog-production-list__img:after {
        background: rgba(58, 100, 121, 0); }
  .catalog-production-list__img {
    position: relative;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .catalog-production-list__img::after {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(58, 100, 121, 0.6);
      transition: 0.4s ease-out; }
  .catalog-production-list__info {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 60px;
    padding: 0 30px;
    background-color: #fff; }
  .catalog-production-list h2 {
    font-size: 16px;
    line-height: 19px;
    text-align: center; }

/*------------------------------*/
.catalog-aside.catalog-aside_filter {
  position: relative; }
  .catalog-aside.catalog-aside_filter .form-filter-top {
    display: none; }

.form-filter-top {
  display: flex;
  align-items: center;
  margin: 0 -20px;
  padding: 7px 20px;
  background-color: #587E8F;
  color: #fff;
  cursor: pointer; }
  .form-filter-top__icon {
    width: 25px;
    font-size: 25px;
    color: #fff; }
  .form-filter-top__title {
    padding-left: 12px;
    margin-right: auto;
    font-size: 16px;
    line-height: normal; }
  .form-filter-top__icon {
    width: 25px;
    font-size: 25px;
    color: #fff; }
  .form-filter-top__arrow {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    transform: rotate(90deg);
    transition: 0.4s ease-out; }

.form-filter {
  margin: 0 -20px; }
  .form-filter__accord:last-child {
    margin-bottom: 0; }
  .form-filter__accord.active .form-filter__accord-icon {
    color: rgba(58, 100, 121, 0.5);
    transform: rotate(90deg); }
  .form-filter__accord-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
  .form-filter__accord-wrap {
    padding: 17px 0 2px; }
  .form-filter__accord-title {
    font-weight: bold;
    font-size: 16px;
    line-height: normal; }
  .form-filter__accord-icon {
    color: #3a6479;
    transform: rotate(90deg) scaleX(-1);
    font-size: 12px;
    transition: 0.4s ease-out; }
  .form-filter__price-wrap {
    padding: 6px 0; }
  .form-filter__price-inputs {
    display: flex;
    align-items: center;
    margin-bottom: 23px; }
  .form-filter__price-input-wrap {
    position: relative;
    white-space: nowrap; }
    .form-filter__price-input-wrap span {
      position: absolute;
      top: 5px;
      left: 9px;
      font-size: 13px;
      font-weight: bold;
      line-height: normal; }
  .form-filter__price-input {
    width: 80px;
    height: 26px;
    border: 1px solid #C3D3DD;
    border-radius: 4px;
    padding: 0 5px 0 26px;
    color: #6E6E6E;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    display: inline-block; }
  .form-filter__price-divider {
    width: 32px;
    font-weight: bold;
    font-size: 13px;
    line-height: normal;
    text-align: center; }
  .form-filter__checkbox label {
    margin: 10px 0;
    width: calc(100% - 30px); }
  .form-filter__checkbox-input {
    display: none; }
  .form-filter__checkbox-label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-weight: bold;
    font-size: 13px;
    line-height: normal;
    cursor: pointer; }
  .form-filter__checkbox-label::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #3A6479;
    border-radius: 4px;
    color: #fff;
    background: #fff;
    font-size: 6px;
    line-height: 12px;
    text-align: center;
    transition: 0.4s ease-out; }
  .form-filter__bottom {
    padding: 15px 0 20px;
    text-align: center; }
  .form-filter__count {
    font-weight: bold;
    font-size: 13px;
    line-height: normal;
    color: rgba(51, 51, 51, 0.6); }
  .form-filter__btn {
    margin: 20px 0 16px; }
    .form-filter__btn .btn {
      padding: 0 65px; }
  .form-filter__reset {
    display: inline-block;
    height: auto;
    width: 100%;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    padding: 0;
    font-weight: bold;
    font-size: 13px;
    line-height: normal;
    color: rgba(51, 51, 51, 0.4);
    cursor: pointer;
    text-decoration: underline;
    border: none;
    margin: 0;
    transition: 0.4s ease-out; }
    .form-filter__reset:hover {
      color: #FF9900; }

.mfilter-input-active .form-filter__checkbox-label::before {
  content: "\e910";
  border-color: #FF9900;
  color: #FF9900;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none; }

/*------------------------------*/
.catalog-main-list {
  margin: 20px 0;
  background-color: #fff; }
  .catalog-main-list__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #ECF1F4; }
    .catalog-main-list__top .col {
      display: flex;
      align-items: center; }
  .catalog-main-list__compare {
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size: 13px;
    line-height: normal;
    color: #000; }
    .catalog-main-list__compare:hover i {
      color: #FF9900; }
    .catalog-main-list__compare i {
      margin-right: 10px;
      font-size: 18px;
      color: #3A6479;
      transition: 0.4s ease-out; }
  .catalog-main-list__view {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(58, 100, 121, 0.5); }
    .catalog-main-list__view i {
      color: rgba(58, 100, 121, 0.5); }
  .catalog-main-list__list, .catalog-main-list__tile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(100, 135, 152, 0);
    cursor: pointer;
    transition: 0.4s ease-out; }
    .catalog-main-list__list:hover, .catalog-main-list__tile:hover {
      color: #3a6479; }
      .catalog-main-list__list:hover i, .catalog-main-list__tile:hover i {
        color: #3a6479; }
    .catalog-main-list__list.active, .catalog-main-list__tile.active {
      background: rgba(100, 135, 152, 0.2);
      color: #3a6479; }
      .catalog-main-list__list.active i, .catalog-main-list__tile.active i {
        color: #3a6479; }
  .catalog-main-list .product-list {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    width: 100%; }
    .catalog-main-list .product-list-wrap {
      padding: 14px 20px; }
    .catalog-main-list .product-list__item {
      width: 25%;
      padding: 5px; }
    .catalog-main-list .product-list__item:nth-child(n) {
      display: block; }
    .catalog-main-list .product-list__row-wrap {
      margin-bottom: auto; }
  .catalog-main-list .pagination-list-wrap {
    justify-content: space-between;
    align-items: center; }
  .catalog-main-list .product-list-more {
    display: block;
    margin-top: 0;
    margin-left: -55px; }

.pagination-list-info {
  font-size: 13px; }
  .pagination-list-info span {
    color: rgba(51, 51, 51, 0.5); }

.catalog-filter {
  display: flex;
  margin-right: 39px; }
  .catalog-filter:last-child {
    margin-right: 0; }
  .catalog-filter-wrap {
    margin-left: 40px; }
  .catalog-filter__title {
    font-size: 13px;
    line-height: normal;
    margin-right: 9px; }
  .catalog-filter__wrap {
    position: relative; }
  .catalog-filter__wrap.active .filter-list {
    z-index: 30;
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .catalog-filter__wrap.active .catalog-filter__top-icon {
    transform: rotate(-90deg) scaleX(-1); }
  .catalog-filter__top {
    display: flex;
    align-items: center;
    cursor: pointer; }
  .catalog-filter__top-type {
    color: rgba(51, 51, 51, 0.5);
    margin-right: 17px;
    font-size: 13px;
    line-height: normal; }
  .catalog-filter__top-icon {
    font-size: 12px;
    color: #3A6479;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: 0.4s ease-out; }

.filter-list {
  position: absolute;
  z-index: -1;
  top: calc(100% + 10px);
  left: -10px;
  overflow: hidden;
  opacity: 0;
  width: calc(100% + 20px);
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  box-shadow: 1px 1px 8px #C4C4C4;
  transform: translate3d(0, 5px, 0);
  transition: 0.4s ease-out; }
  .filter-list__item {
    display: block;
    border-bottom: 1px solid #d2d2d2;
    padding: 8px 10px;
    background: #fff;
    color: rgba(51, 51, 51, 0.5);
    font-size: 13px;
    line-height: normal;
    cursor: pointer;
    box-sizing: content-box;
    transition: 0.4s ease-out; }
    .filter-list__item.active {
      color: #333333; }
    .filter-list__item:hover {
      color: #333333; }
    .filter-list__item:last-child {
      border-bottom: none; }

.box-news__right {
  margin-top: 18px;
  justify-content: flex-end; }

.aside-innerlist__item.active a {
  color: #FF9900; }

.box-search .selectric-items {
  right: auto;
  left: 0; }

.box-search .selectric-items li {
  color: rgba(51, 51, 51, 0.5);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px; }

.box-search .catalog-filter .selectric {
  width: 300px;
  max-width: 100%;
  height: 40px;
  border: 1px solid #D3D3D3;
  border-radius: 50px;
  padding: 0 15px;
  font-family: "Gilroy", sans-serif; }
  .box-search .catalog-filter .selectric .label {
    height: 100%;
    text-align: left;
    color: rgba(51, 51, 51, 0.5);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px; }
  .box-search .catalog-filter .selectric b:after {
    width: 9px;
    height: 9px;
    border-bottom: 2px solid rgba(51, 51, 51, 0.3);
    border-right: 2px solid rgba(51, 51, 51, 0.3);
    right: 20px;
    top: 13px; }

.box-search .catalog-filter .selectric-items {
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 8px #C4C4C4;
  box-shadow: 1px 1px 8px #C4C4C4;
  right: auto;
  top: calc(100% + 6px);
  left: 0;
  border-radius: 20px;
  overflow: hidden;
  padding-left: 9px;
  max-width: 400px; }
  .box-search .catalog-filter .selectric-items .selectric-scroll {
    padding-top: 5px; }
  .box-search .catalog-filter .selectric-items li {
    white-space: initial; }
  .box-search .catalog-filter .selectric-items .lvl_1 {
    padding-left: 10px; }
  .box-search .catalog-filter .selectric-items .lvl_2 {
    padding-left: 30px; }
  .box-search .catalog-filter .selectric-items .lvl_3 {
    padding-left: 60px; }

.box-search .selectric-items li.selected, .box-search .selectric-items li.highlighted, .box-search .selectric-items li:hover {
  color: #333;
  background: none; }

.feedback-form__rating input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px !important;
  height: 30px !important;
  border: 1px solid #DAE4EA;
  border-radius: 4px;
  margin-right: 12px;
  background: #FFFFFF; }

.feedback-form__rating input:checked {
  background: black; }

body .box-basket #content {
  padding-top: 0; }

.popup-form h2 {
  display: initial; }

.popup-form h2 a {
  display: initial;
  font-size: 20px; }

.success {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  margin: 0; }
  .success h2 {
    display: inline-block; }
  .success .popup-compare__close {
    font-weight: 400; }

.fancybox-overlay {
  display: inline-block;
  width: 100%;
  height: 100%; }

.success .popup {
  width: 640px;
  height: auto;
  position: absolute;
  top: 20%;
  left: calc(50% - 320px);
  opacity: 1;
  overflow: visible;
  background: white;
  margin: 0 auto; }

.popup.popup-product {
  background: white; }

.fancybox-opened .fancybox-skin {
  padding: 0 !important; }

.fancybox-lock {
  z-index: 9999; }

.fancybox-overlay + .fancybox-overlay {
  display: none !important; }

#reserve2_form, #reserve_form_one_click {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5); }

.modal .modal-dialog {
  max-width: 490px; }

.modal h2, .modal .h2, .modal h3, .modal .h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-align: center; }

.modal .form-group {
  margin: 14px 0; }
  .modal .form-group input, .modal .form-group textarea {
    height: 32px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    font-family: "Roboto", sans-serif;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    display: block;
    width: 100%; }
    .modal .form-group input:focus, .modal .form-group textarea:focus {
      border-bottom: 1px solid #f90; }

.modal label {
  font-family: "Roboto", sans-serif;
  color: #999999; }

.modal .btn-primary, .modal input.btn-primary, .modal .callback_button {
  height: 50px;
  padding: 0 48px;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: bold;
  background-color: #f90;
  color: #fff;
  width: auto;
  background-image: none; }
  .modal .btn-primary:hover, .modal input.btn-primary:hover, .modal .callback_button:hover {
    color: #333;
    background-color: transparent; }

.modal .close::before {
  content: "\e934";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: #B1C3CB;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

.modal .modal-content {
  padding: 20px 27px 26px; }

.modal .modal-header, .modal .modal-body, .modal .col-sm-12 {
  padding: 0;
  border: none; }

.modal .row {
  margin: 0; }

.modal .close {
  position: relative;
  color: white;
  fill: white;
  opacity: 1; }

.modal .close:hover::before {
  color: #333; }

.modal .error {
  padding: 0;
  color: red; }

#callback_form label {
  display: none; }

#callback_form .col-sm-9 {
  width: 100%; }

#callback_form h2 {
  max-width: 280px;
  margin: 0 auto -24px; }

#callback_form .modal-header {
  min-height: 0px; }

#callback_form .callback_button {
  float: none !important;
  margin: 0 auto;
  display: flex;
  max-width: 200px; }

.catalog-main-list__view button {
  border: none;
  background: none; }

#input-sort .filter-list {
  min-width: 200px; }

/* pagination */
.pagination li span, .pagination li a {
  border: 1px solid #f90;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px; }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px; }

.pagination > li {
  padding: 0 5px; }

.pagination > li > a,
.pagination > li > span {
  width: 34px;
  height: 34px;
  border: 1px solid #E8E8E8;
  border-radius: 50%;
  background: #FFFFFF;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  display: inline-block; }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  border: 1px solid #f90;
  -webkit-box-shadow: inset 0 0 0 1px #f90;
  box-shadow: inset 0 0 0 1px #f90; }

.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 {
  border: 1px solid #f90;
  -webkit-box-shadow: inset 0 0 1px 1px #f90;
  box-shadow: inset 0 0 1px 1px #f90;
  color: #333;
  cursor: pointer; }

.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 {
  cursor: pointer; }

.sphinxsearch {
  width: 535px;
  right: 90px;
  left: auto;
  position: absolute;
  top: 100%;
  margin-top: 0;
  border: 1px solid #ebebeb;
  z-index: 99999;
  background: #fff;
  border-radius: 0; }
  .sphinxsearch a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding: 11px; }
  .sphinxsearch img {
    display: block;
    width: 90px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
  .sphinxsearch .product_sp {
    width: calc(100% - 180px);
    padding: 3px 10px 0 10px;
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding-right: 45px; }
  .sphinxsearch .price_sp {
    margin-top: 5px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    white-space: nowrap;
    -webkit-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out; }
  .sphinxsearch .price_sp::after {
    content: "\e929";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 3px;
    font-size: 15px; }
  .sphinxsearch .price_sp .old {
    width: 100%;
    display: block;
    color: rgba(51, 51, 51, 0.3);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    text-align: right;
    padding-right: 13px; }
  .sphinxsearch #view-all {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #f90;
    border-radius: 50px;
    line-height: normal;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-color: #f90;
    color: #fff;
    height: 40px;
    padding: 0 26px; }
  .sphinxsearch a:hover {
    color: inherit; }
    .sphinxsearch a:hover .product_sp {
      color: #FF9900; }

.search-form__btn .btn {
  width: auto; }

.box-search .col_2 .form-filter__checkbox:not(:last-child) label {
  margin: 0; }

.box-search .selectric-wrapper {
  width: 100%; }

.form-filter__checkbox-input:checked + .form-filter__checkbox-label::before,
.form-filter__checkbox-input:disabled + .form-filter__checkbox-label::before {
  content: "\e910";
  border-color: #f90;
  color: #f90;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none; }

.img-responsive {
  max-height: 73px; }

.header-logo__img {
  width: 100%; }

.navbar-nav > li > a {
  padding: 0; }

.box-subscribe__wrap #nl_error, .box-subscribe__wrap #nl_success {
  margin: 5px 21px; }

.box-subscribe__wrap #nl_error {
  color: red; }

.mfilter-counter.mfilter-close {
  display: none; }

.basket-form__row #checkout-form .form-filter__checkbox {
  position: relative; }
  .basket-form__row #checkout-form .form-filter__checkbox input.form-filter__checkbox-input {
    display: block;
    border: none;
    background: antiquewhite;
    position: absolute;
    z-index: 2;
    top: 0;
    border-radius: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    height: 100%; }
  .basket-form__row #checkout-form .form-filter__checkbox a {
    position: relative;
    z-index: 3; }

#coupon_info {
  display: block;
  width: 100%; }

.thumbnail > img, .thumbnail a > img {
  opacity: 0; }

.fancybox-nav.fancybox-next,
.fancybox-nav.fancybox-prev {
  visibility: visible; }

.header-logo__img img {
  max-height: 60px; }

.header-date__link,
.header-price,
.header-catalog js-header-catalog,
.card-info-position__btn,
.card-info-top__compare,
.card-price__summ,
.card-price__credit-link,
.cat_bott {
  cursor: pointer; }

.mfilter-ajax-loader-container img {
  margin: 0 auto; }

.overlay_popup {
  position: absolute;
  width: 100%;
  height: 100%; }

.product-special .box-search .catalog-main-list__top {
  width: 100%; }

.quick-view .card-price__top {
  border: none;
  max-width: 200px;
  float: right; }

.product-special .pagination-list-wrap {
  width: 100%; }

article {
  font-size: 14px;
  line-height: 20px; }

.about-page__desc ul, .box-about ul {
  margin: 2px 0 9px; }
  .about-page__desc ul li, .box-about ul li {
    position: relative;
    padding-left: 21px;
    font-size: 14px;
    line-height: 26px; }
  .about-page__desc ul li::before, .box-about ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3A6479; }

.basket-form-list-wrap .table > tbody > tr > td {
  border: none;
  padding: 0; }

.basket-form-list-wrap .table > tbody > tr > td.basket-form-price__value {
  display: block; }

#buy_form_container {
  width: 100%; }

/*-----------------------------------------------------------------------------*/
@media (max-width: 1440px) {
  .catalog-main-list .product-list__item {
    width: 33.33%; } }

@media (max-width: 1279px) {
  .nav.navbar-nav.megamenu {
    margin: 0; }
  .pagination-list-info {
    display: none; }
  .catalog-main-list .product-list-more {
    margin: 0 auto;
    padding-left: 220px; }
  .catalog-aside {
    width: 280px; }
  .catalog-main {
    width: calc(100% - 300px);
    margin-left: 20px; }
  .catalog-production-list__item {
    width: 33.33%; }
  .catalog-main-list .product-list__item {
    width: 50%; } }

@media (max-width: 1023px) {
  .box-search .col_2 {
    padding-top: 7px; }
  .box-catalog {
    margin-top: 10px; }
  .box-catalog__wrap {
    flex-direction: column; }
  .catalog-main h1 {
    padding-bottom: 15px; }
  .catalog-aside {
    display: none; }
  .catalog-main {
    width: 100%;
    margin-left: 0px; }
  .catalog-main-list {
    margin: 0 -20px 20px; }
  .catalog-main-list .product-list-wrap {
    padding: 10px 0; }
  .catalog-main-list .product-list__item {
    width: 33.33%; }
  .catalog-main-list__top {
    padding: 10px 0; }
  .catalog-main-list {
    padding: 0 20px; }
  .catalog-aside.catalog-aside_filter {
    position: relative;
    z-index: 999;
    display: block;
    margin: 5px 0 65px; }
    .catalog-aside.catalog-aside_filter .form-filter-top {
      display: flex; }
    .catalog-aside.catalog-aside_filter .form-filter {
      position: absolute;
      z-index: 20;
      top: 100%;
      display: none;
      left: auto;
      width: 100%;
      background-color: #fff;
      box-shadow: 0px 4px 8px rgba(92, 104, 112, 0.16); }
  .catalog-aside {
    width: 320px; } }

@media (max-width: 991px) {
  .sphinxsearch {
    width: 100%;
    right: 0;
    min-width: 400px; }
  .success .popup {
    top: 5%; } }

@media (max-width: 767px) {
  .header-logo__img img {
    max-width: 80px; }
  .sphinxsearch {
    width: 100%;
    right: 0;
    min-width: 400px; }
  .catalog-aside.catalog-aside_filter {
    margin: 10px 0 30px; }
  .catalog-main-list__view {
    display: none; }
  .catalog-main-list__top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 0; }
  .catalog-main-list__compare {
    margin-top: 10px; }
  .catalog-production-list__item,
  .catalog-main-list .product-list__item {
    width: 50%; }
  .catalog-main-list .product-list-more {
    padding-left: 0;
    margin-left: 0; }
  .success .popup {
    width: 98%;
    left: 1%; } }

/*------------------------------*/
@media (min-width: 767px) {
  .product-list_row .product-list__item {
    width: 100%; }
  .product-list_row .product-list__wrap {
    position: relative;
    flex-direction: row; }
  .product-list_row .product-list__img-wrap {
    width: 170px;
    padding: 10px;
    margin: -14px;
    margin-right: 0; }
  .product-list_row .product-list__img {
    width: 100%;
    height: 112px; }
  .product-list_row .product-list__row-wrap {
    flex: 1;
    padding: 0 20px; }
  .product-list_row .product-list__name {
    max-width: 525px;
    margin: 28px 0 12px; }
  .product-list_row .product-list__bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 0;
    text-align: right; }
  .product-list_row .product-list__price-old {
    position: static; }
  .product-list_row .product-list__price {
    margin: 8px 0 6px; }
  .product-list_row .product-list__info {
    left: 190px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap; }
  .product-list_row .product-list__order,
  .product-list_row .product-list__availability {
    position: absolute;
    bottom: 10px;
    left: 85px;
    transform: translateX(-50%); } }

@media (max-width: 500px) {
  .box-search .col_2 {
    padding-top: 0; }
  .box-search .selectric-wrapper {
    width: 100%; }
    .box-search .selectric-wrapper .selectric {
      width: 100%; }
  .catalog-aside.catalog-aside_filter {
    margin: 0px 0 30px; }
  .box-catalog {
    margin-top: 20px; }
  .catalog-production-list__item,
  .catalog-main-list .product-list__item {
    width: 100%; }
  .catalog-main-list__top .col_1 {
    flex-direction: column;
    align-items: flex-start; }
  .catalog-filter {
    margin-right: 0;
    margin-bottom: 10px; }
    .catalog-filter:last-child {
      margin-bottom: 0; }
  .form-filter__checkbox-label {
    font-weight: normal;
    text-shadow: 0 0; }
  .form-filter__accord-title {
    font-weight: normal; }
  .catalog-main-list .pagination-list-wrap {
    display: flex; }
    .catalog-main-list .pagination-list-wrap .pagination-list {
      display: block;
      width: 100%;
      overflow-x: auto;
      padding-bottom: 25px; }
    .catalog-main-list .pagination-list-wrap .product-list-more {
      margin: 0 auto; }
  .catalog-main-list__top {
    padding: 24px 0 16px; }
  .catalog-aside {
    width: 280px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product-list__stock,
  .product-list__novelty,
  .product-list__day {
    display: block; } }

/*
================================================================================
|                                 BASKET PAGE                                  |
================================================================================
*/
.box-basket {
  position: relative; }
  .box-basket__wrap {
    position: static !important;
    /*position: relative !important;*/
    display: flex;
    flex-wrap: wrap;
    background-color: #EFEFEF; }

.basket-main {
  width: calc(100% - 395px);
  position: relative;
  z-index: 1; }
  .basket-main h1,
  .basket-main h2 {
    padding: 0 0 20px;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #000; }
  .basket-main .product-list {
    margin: -5px; }
  .basket-main .product-list__item {
    padding: 5px; }

.basket-main .product-list__item {
  width: 100%; }

.basket-main .product-list_row .product-list__img-wrap {
  width: 140px;
  position: relative; }
  .basket-main .product-list_row .product-list__img-wrap .product-list__stock {
    display: inline-block;
    position: absolute;
    z-index: 10; }

.basket-main .product-list_row .product-list__img {
  height: 94px; }

.basket-main .product-list_row .product-list__name {
  max-width: 450px;
  margin: 6px 0 18px; }

.basket-main .product-list_row .product-list__bottom {
  justify-content: center;
  width: 130px; }

.basket-main .product-list_row .product-list__price {
  margin: 17px 0 12px; }

.basket-main .product-list_row .product-list__price-old {
  position: absolute;
  top: 38px;
  left: -68px; }

.basket-main .product-list__price i {
  margin-left: 8px; }

.basket-main-section {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff; }
  .basket-main-section:last-child {
    margin-bottom: 0; }

.basket-order__row {
  padding: 0 20px 30px;
  margin: 0 -20px;
  border-top: 1px solid #E8E8E8; }
  .basket-order__row:last-child {
    padding: 0 20px 10px; }

.basket-order__cont {
  padding-left: 50px; }

.basket-order__title-icon {
  position: absolute;
  top: 50%;
  left: -35px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #C2C2C2;
  color: #fff;
  font-size: 9px;
  transform: translateY(-50%); }

.basket-order__title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 11px 0;
  color: rgba(51, 51, 51, 0.6);
  font-family: "Gilroy", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px; }
  .basket-order__title.active .basket-order__title-icon {
    background-color: #4DB45E; }

.basket-order__step {
  width: 49px;
  color: #333333;
  font-weight: 500;
  font-size: 46px;
  line-height: normal;
  text-align: center; }

.basket-order__radio-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -15px; }
  .basket-order__radio-wrap + p {
    margin-top: 9px;
    padding-bottom: 0; }

.basket-order__radio-wrap_col {
  flex-direction: column; }

.basket-order__radio {
  padding: 12px 15px; }

.basket-order__radio-input {
  display: none; }

.basket-order__radio-label {
  position: relative;
  display: inline-block;
  padding-left: 36px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  cursor: pointer; }

.basket-order__radio-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  display: block;
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  background: #FFFFFF;
  box-shadow: 0px 0px 0px 2px #C4C4C4;
  border-radius: 50%;
  transition: 0.4s ease-out; }

.basket-order__radio-input:checked + .basket-order__radio-label::before {
  box-shadow: 0px 0px 0px 2px #FF9900;
  background: #FF9900; }

.basket-order__link-wrap {
  padding-left: 26px;
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
  color: #787878; }

.basket-order__checkbox-link {
  display: inline-block;
  border-bottom: 1px solid;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #3A6479; }

.basket-order__link {
  display: inline-block;
  border-bottom: 1px solid;
  color: rgba(51, 51, 51, 0.8);
  line-height: 12px;
  font-weight: 500; }

.basket-order p {
  color: rgba(51, 51, 51, 0.7); }

.basket-order-form {
  margin: 0px 0; }
  .basket-order-form__row {
    padding: 10px 0;
    display: flex;
    align-items: center; }
  .basket-order-form__label {
    width: 130px;
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px; }
  .basket-order-form__input-wrap {
    position: relative;
    width: 340px;
    font-family: "Gilroy", sans-serif; }
    .basket-order-form__input-wrap.success .basket-order-form__input {
      border-color: #3A6479; }
    .basket-order-form__input-wrap.success .basket-order-form__input-status {
      background-color: #019835; }
    .basket-order-form__input-wrap.error .basket-order-form__input {
      border: 1px solid #D32011; }
    .basket-order-form__input-wrap.error .basket-order-form__input-status {
      background-color: #D32011; }
    .basket-order-form__input-wrap.error label.error {
      z-index: 1;
      opacity: 1; }
    .basket-order-form__input-wrap label.error {
      position: absolute;
      z-index: -1;
      top: 50%;
      right: 53px;
      color: rgba(51, 51, 51, 0.4);
      font-weight: 500;
      font-size: 16px;
      line-height: normal;
      transform: translateY(-50%);
      transition: 0.4s ease-out; }
  .basket-order-form__input {
    height: 40px;
    border: 1px solid #E8E8E8;
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    transition: 0.4s ease-out; }
    .basket-order-form__input::placeholder {
      color: rgba(51, 51, 51, 0.4); }
  .basket-order-form__input-status {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    background-color: transparent;
    font-size: 7px;
    line-height: 1;
    transform: translateY(-50%);
    transition: 0.4s ease-out; }
    .basket-order-form__input-status i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.basket-aside {
  width: 375px; }

.basket-form {
  background-color: #fff; }
  .basket-form h2, .basket-form h3 {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px; }
  .basket-form h3 {
    padding: 2px 0 0 0; }
  .basket-form p {
    padding: 10px 0 0;
    letter-spacing: -.07px;
    font-size: 14px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.6); }
  .basket-form__row {
    border-bottom: 1px solid #E8E8E8;
    padding: 13px 22px; }
    .basket-form__row:last-child {
      border-bottom: none; }
  .basket-form .form-filter__checkbox-wrap {
    margin: 5px 0 10px; }
  .basket-form .form-filter__checkbox-label {
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    color: #787878; }
  .basket-form .form-filter__checkbox {
    margin-bottom: 15px; }

.basket-form-list {
  margin: -6px 0; }
  .basket-form-list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0; }
  .basket-form-list__name {
    width: 60%;
    font-size: 14px;
    line-height: 20px; }
  .basket-form-list__price {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px; }
    .basket-form-list__price i {
      font-size: 10px;
      margin-left: 10px; }

.basket-form-price__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0; }

.basket-form-price__title {
  font-size: 14px;
  line-height: normal; }

.basket-form-price__value {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px; }
  .basket-form-price__value i {
    font-size: 10px;
    margin-left: 10px; }

.basket-form-order {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .basket-form-order__title {
    font-size: 14px;
    line-height: normal; }
  .basket-form-order__price {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    white-space: nowrap; }
    .basket-form-order__price i {
      margin-left: 10px;
      font-size: 14px; }

.basket-form-promocode {
  display: flex;
  justify-content: flex-end;
  margin: 19px 0 21px; }
  .basket-form-promocode__wrap {
    position: relative;
    width: 270px;
    max-width: 100%; }
  .basket-form-promocode__input {
    height: 40px;
    border: 2px solid #BDBDBD;
    border-radius: 50px;
    padding: 0 123px 0 19px;
    font-size: 13px;
    line-height: 15px; }
  .basket-form-promocode__btn {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 110px;
    height: 100%;
    border: none;
    outline: none;
    border-radius: 0px 50px 50px 0px;
    background: #3A6479;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    transition: 0.4s ease-out; }
    .basket-form-promocode__btn:hover {
      background-color: #FF9900; }

.basket-form-comment {
  margin-bottom: 5px; }
  .basket-form-comment__title {
    display: inline-block;
    border-bottom: 1px dashed;
    font-size: 12px;
    line-height: 23px;
    color: #787878;
    cursor: pointer; }
    .basket-form-comment__title:hover {
      color: #FF9900; }
    .basket-form-comment__title.active {
      border-bottom: none; }
  .basket-form-comment__textarea {
    display: block;
    width: 100%;
    height: 130px;
    border: 1px solid #E8E8E8;
    border-radius: 8px; }

/*--------------------------------------------------------*/
.box-basket-empty__wrap {
  padding: 22px;
  background-color: #fff; }

.box-basket-empty h2 {
  padding-top: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #000; }

.basket-empty {
  margin: 25px 0 15px;
  text-align: center; }
  .basket-empty h3 {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #000; }
  .basket-empty .btn {
    padding: 0px 30px; }

/*--------------------------------------------------------*/
.box-basket-done__wrap {
  padding: 90px 22px;
  background-color: #fff;
  text-align: center; }

.box-basket-done h1 {
  padding: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 30px; }
  .box-basket-done h1 span {
    color: #3A6479; }

.box-basket-done p {
  padding: 0;
  font-weight: 500;
  color: rgba(51, 51, 51, 0.7); }

.box-basket-done .btn {
  padding: 0 30px; }

.box-basket-done__btn {
  margin-top: 30px; }

/*-------------------------------------------------------------------------------*/
@media screen and (max-width: 1279px) {
  .basket-main .product-list_row .product-list__row-wrap {
    padding-left: 0; }
  .basket-main .product-list__quantity {
    position: absolute;
    top: 14px;
    right: 14px; }
  .basket-main .product-list__price-wrap {
    margin-top: 35px; } }

@media screen and (max-width: 1023px) {
  #order_params_result {
    display: none; }
  .box-basket-empty__wrap {
    margin: 0 -20px; }
  .box-basket__wrap {
    flex-wrap: wrap; }
  .basket-main {
    width: 100%;
    margin-right: 0; }
  .inner-wrapper-sticky {
    position: static !important;
    transform: none !important;
    width: 100% !important; }
  .basket-aside {
    width: 100%;
    margin: 20px 0 0 0; }
  #buy_form_container {
    flex-wrap: wrap; }
  .basket-main .product-list__quantity {
    position: static; }
  .basket-main-section {
    margin: 0 -20px 20px; }
  .basket-order__title-icon {
    left: 0; }
  .basket-order__title {
    padding-left: 35px; }
  .basket-form__row {
    padding: 13px 20px; }
  .basket-main .product-list__price-wrap {
    margin-top: 0px; } }

@media screen and (max-width: 767px) {
  .box-basket-empty__wrap {
    padding: 20px; }
  .product-list__remove {
    margin-bottom: 20px; }
  .basket-order__cont {
    padding-left: 0; }
  .basket-order-form__input {
    padding: 0 45px 0 15px; }
  .basket-order-form__input-wrap label.error {
    top: 100%;
    right: 15px;
    transform: none; }
  .basket-main .product-list__wrap {
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px; }
  .basket-main .product-list__img-wrap {
    margin: 0; }
  .basket-main .product-list__quantity {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 10px;
    left: 10px; }
  .basket-main .product-list_row .product-list__bottom {
    justify-content: flex-end;
    width: 100%;
    margin-top: 0;
    text-align: right; }
  .basket-main .product-list__price-wrap {
    display: flex;
    flex-direction: column; }
    .basket-main .product-list__price-wrap > div {
      width: 100%;
      margin: 5px 0; }
  .basket-main .product-list_row .product-list__price-old {
    position: static; }
  .basket-main .product-list_row .product-list__price {
    order: 1;
    margin: 5px 0 0; }
  .basket-main .product-list_row .product-list__row-wrap {
    width: calc(100% - 140px); } }

@media screen and (max-width: 500px) {
  .basket-empty h3 {
    font-size: 18px;
    line-height: 22px; }
  .basket-form-promocode__wrap {
    width: 100%; }
  .box-basket-done__wrap {
    padding: 50px 15px; }
  .basket-order__row {
    padding: 0 15px 30px; }
  .basket-order__title {
    font-size: 14px;
    line-height: normal; }
  .box-basket-done h1 {
    font-size: 18px;
    line-height: 22px; }
  .basket-form h2,
  .basket-form h3 {
    font-size: 15px;
    line-height: normal; }
  .basket-form__row {
    padding: 12px 20px; }
  .basket-form-order {
    flex-wrap: wrap; }
  .basket-form-order__btn {
    width: 100%;
    margin-top: 15px; }
    .basket-form-order__btn .btn {
      width: 100%; }
  .basket-order__radio-label {
    font-size: 13px;
    padding-left: 30px; }
  .basket-order-form__row {
    flex-wrap: wrap; }
  .basket-order-form__label {
    width: 100%; }
  .basket-order-form__input-wrap {
    margin-top: 10px;
    width: 100%; }
  .basket-order__step {
    font-size: 40px; }
  .basket-main .product-list_row .product-list__img-wrap {
    width: 85px; }
  .basket-main .product-list_row .product-list__row-wrap {
    width: calc(100% - 85px);
    padding-left: 5px; }
  .basket-main .product-list_row .product-list__name {
    font-size: 15px;
    line-height: 19px; }
  .basket-main .product-list_row .product-list__remove {
    margin-bottom: 5px; } }

.basket-order__radio-label .input-control__indicator:after {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  display: block;
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  background: #FFFFFF;
  box-shadow: 0px 0px 0px 2px #C4C4C4;
  border-radius: 50%;
  transition: 0.4s ease-out; }

.basket-order__radio-label input:checked ~ .input-control__indicator:after {
  box-shadow: 0px 0px 0px 2px #FF9900;
  background: #FF9900; }

/*
================================================================================
|                                  COMPARE PAGE                                |
================================================================================
*/
.compare-table {
  display: flex;
  align-items: flex-start; }
  .compare-table p {
    color: #ADADAD;
    font-size: 11px;
    line-height: 17px;
    font-weight: 300; }
  .compare-table .price-old {
    color: #555;
    text-decoration: line-through;
    font-size: 12px; }
  .compare-table__clear {
    align-self: center;
    display: inline-block;
    margin-top: 20px;
    border: none;
    border-bottom: 1px solid;
    padding: 0;
    background-color: transparent;
    color: rgba(51, 51, 51, 0.4);
    white-space: nowrap;
    font-size: 13px;
    line-height: 14px;
    transition: 0.4s ease-out; }
    .compare-table__clear:hover {
      color: #FF9900;
      border-color: transparent; }
  .compare-table__item {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background-color: #fff; }
  .compare-table .col {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: 16.5px 15px;
    border-bottom: 1px solid #E0E7EA; }
    .compare-table .col:last-child {
      border-bottom: none; }
    .compare-table .col_title {
      border: none;
      padding: 12px 30px;
      background: #E0E7EA; }
  .compare-table__item_header {
    width: 290px;
    margin-right: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px; }
    .compare-table__item_header .col_1 {
      justify-content: flex-start; }
  .compare-table__item-wrap {
    position: relative;
    width: calc(100% - 310px); }
    .compare-table__item-wrap .col_1 {
      padding: 16.5px 10px; }
    .compare-table__item-wrap .compare-table__item {
      display: block;
      width: 260px;
      min-width: 260px; }
      .compare-table__item-wrap .compare-table__item:not(:last-child) .col:not(.col_1):not(.col_title) {
        border-right: 1px solid #E0E7EA; }
      .compare-table__item-wrap .compare-table__item .col:last-child {
        padding: 25px 15px 30px; }
  .compare-table__item-scroll {
    display: flex; }
  .compare-table__img {
    position: relative;
    width: 100%;
    height: 208px;
    border: 1px solid #E8E8E8;
    margin: 17px 0 0px;
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 85%; }
  .compare-table__icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #E8E8E8;
    color: rgba(51, 51, 51, 0.5);
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    transition: 0.4s ease-out; }
    .compare-table__icon:hover {
      color: #333333; }
  .compare-table__link-wrap {
    display: block;
    padding: 10px 0; }
  .compare-table__link {
    display: inline;
    border-bottom: 1px solid;
    color: #3A6479;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px; }
    .compare-table__link:hover {
      border-color: transparent;
      color: #FF9900; }
  .compare-table__basket {
    min-width: 180px; }
    .compare-table__basket i {
      font-size: 18px;
      margin-right: 10px; }
  .compare-table__link-remove-wrap {
    margin-top: 20px; }
  .compare-table__link-remove {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #3A6479; }
  .compare-table__bottom {
    margin-top: 40px;
    padding: 20px;
    background-color: #fff;
    text-align: right; }
    .compare-table__bottom .btn {
      min-width: 150px; }
  .compare-table .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    top: 11px;
    bottom: auto;
    left: 10px;
    right: 10px; }

/*
================================================================================
|                                  SEARCH PAGE                                |
================================================================================
*/
.box-search h1,
.box-search h2 {
  padding: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px; }

.box-search__wrap {
  background-color: #fff; }

.box-search__row {
  padding: 20px 23px;
  border-bottom: 1px solid #E8E8E8; }
  .box-search__row:nth-child(2) {
    padding-bottom: 2px; }

.box-search .catalog-main-list {
  margin: 31px 0 0; }

.box-search .catalog-main-list__top {
  border-bottom: none;
  padding: 10px 20px 0; }

.box-search .product-list-wrap {
  margin-top: 0; }

.box-search .catalog-main-list .product-list__item {
  width: 20%; }

.search-form__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -10px;
  padding-top: 10px; }

.search-form .col {
  display: flex;
  padding: 0 10px; }

.search-form__field {
  font-family: "Gilroy", sans-serif;
  margin-right: 20px;
  padding-bottom: 35px; }
  .search-form__field:last-child {
    margin-right: 0; }

.search-form__label {
  display: block;
  padding-left: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px; }

.search-form__input-wrap {
  width: 300px;
  max-width: 100%; }

.search-form__input {
  height: 40px;
  border: 1px solid #D3D3D3;
  padding: 0 15px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px; }

.search-form .catalog-filter__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  max-width: 100%;
  height: 40px;
  border: 1px solid #D3D3D3;
  border-radius: 50px;
  padding: 0 15px;
  font-family: "Gilroy", sans-serif; }

.search-form .filter-list__item {
  padding: 12px 15px; }

.search-form .catalog-filter__top-type {
  flex-grow: 1; }

.search-form .catalog-filter__top-type,
.search-form .filter-list__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px; }

.search-form .catalog-filter__top-icon {
  color: rgba(51, 51, 51, 0.3); }

.search-form .form-filter__checkbox:not(:last-child) {
  margin-right: 30px;
  margin-bottom: 0; }

.search-form .form-filter__checkbox-label {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px; }

.search-form .filter-list {
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  border-radius: 20px; }

.search-form .form-filter__checkbox-label::before {
  top: 2px; }

.search-form .form-filter__checkbox-label::before {
  border: 2px solid rgba(94, 94, 94, 0.5); }

.search-form__btn .btn {
  display: inline-block;
  height: 50px;
  min-width: 140px;
  padding: 0 30px;
  color: #fff;
  background-color: #3A6479;
  border-color: #3A6479; }
  .search-form__btn .btn:hover {
    color: #333333;
    background-color: #fff; }

/*
================================================================================
|                              SEARCH NONE PAGE                                |
================================================================================
*/
.box-search-none {
  margin: 30px 0 228px; }
  .box-search-none__desc {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 21px; }
    .box-search-none__desc i {
      width: 40px;
      color: #FF9900;
      font-size: 40px; }
    .box-search-none__desc span {
      width: calc(100% - 40px);
      padding-left: 14px; }

/*
================================================================================
|                                  STOCKS PAGE                                |
================================================================================
*/
.box-search.box-search_stocks .catalog-main-list {
  margin-top: -12px; }

.box-search.box-search_stocks .box-search__row:nth-child(2) {
  padding-bottom: 20px; }

/*
================================================================================
|                                  SERVICE PAGE                                |
================================================================================
*/
.service-page {
  background-color: #fff; }
  .service-page h1 {
    padding-top: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px; }
  .service-page h2 {
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px; }
  .service-page__row {
    border-bottom: 1px solid #E8E8E8;
    padding: 47px 50px 53px; }
    .service-page__row:last-child {
      border-bottom: none;
      padding: 39px 50px 47px; }
      .service-page__row:last-child p {
        font-size: 12px;
        line-height: 22px; }
  .service-page__link {
    color: #3A6479;
    font-weight: bold;
    font-size: 12px;
    line-height: 22px; }
  .service-page p {
    padding: 5px 0;
    font-size: 14px;
    line-height: 26px; }
  .service-page__wrap {
    display: flex;
    margin: 76px 0 29px; }
  .service-page__desc-wrap {
    position: relative;
    z-index: 1;
    height: 384px;
    width: calc(45% + 100px);
    margin: 48px -100px 48px 0;
    padding: 46px 36px 46px 49px;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(92, 104, 112, 0.16); }
  .service-page__desc {
    height: 100%; }
    .service-page__desc h2:first-child {
      padding-top: 0; }
    .service-page__desc p {
      padding: 6px 0; }
  .service-page__img {
    display: block;
    width: 55%;
    height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .service-page__btn .btn {
    padding: 0px 27px; }

.js-scroll .mCSB_scrollTools {
  background-color: transparent; }

.js-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px; }

.js-scroll .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px; }

.js-scroll .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #E0E7EA; }

.js-scroll .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #3A6479; }

.js-scroll .mCSB_inside > .mCSB_container {
  margin-right: 40px; }

.service-list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -53px; }
  .service-list-wrap {
    margin: 26px 0 52px; }
  .service-list__item {
    display: flex;
    align-items: center;
    padding: 15px 38px; }
  .service-list__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    background: rgba(58, 100, 121, 0.6);
    font-size: 34px; }
  .service-list__desc {
    padding-left: 20px;
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px; }

/*
================================================================================
|                                  DELIVERY PAGE                                |
================================================================================
*/
.delivery-page {
  padding: 40px 49px 20px;
  background-color: #fff; }
  .delivery-page h1 {
    padding-top: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px; }
  .delivery-page h2 {
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px; }
  .delivery-page p {
    padding: 5.5px 0;
    font-size: 14px;
    line-height: 26px; }
  .delivery-page__row {
    display: flex;
    margin-bottom: 70px; }
    .delivery-page__row:nth-child(odd) .delivery-page__desc {
      border: 1px solid #E8E8E8;
      border-left: none;
      order: 1; }
  .delivery-page__desc {
    width: 50%;
    border: 1px solid #E8E8E8;
    border-right: none;
    padding: 46px 55px 36px; }
  .delivery-page__desc-top {
    display: flex;
    align-items: center;
    margin-bottom: 19px; }
    .delivery-page__desc-top h2 {
      width: calc(100% - 60px);
      padding-left: 26px; }
  .delivery-page__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    background: rgba(58, 100, 121, 0.6);
    font-size: 30px; }
  .delivery-page__img {
    display: block;
    width: 50%;
    height: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

/*
================================================================================
|                                  ABOUT PAGE                                |
================================================================================
*/
.about-page {
  padding: 46px 50px;
  background-color: #fff; }
  .about-page h1 {
    padding-top: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px; }
  .about-page p {
    padding: 11px 0;
    font-size: 14px;
    line-height: 26px; }

.about-list {
  margin: 2px 0 9px; }
  .about-list li {
    position: relative;
    padding-left: 21px;
    font-size: 14px;
    line-height: 26px; }
    .about-list li::before {
      content: "";
      position: absolute;
      top: 10px;
      left: 0;
      display: block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #3A6479; }

.stage-dev {
  margin-top: 90px; }
  .stage-dev h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 20px;
    text-align: center; }

.stage-list {
  position: relative;
  padding-left: 120px; }
  .stage-list .slick-list {
    overflow: visible;
    margin: 0 -20px;
    padding-right: 110px; }
  .stage-list .slick-slide {
    opacity: 0;
    transition: 0.4s ease-out; }
  .stage-list .slick-active {
    opacity: 1; }
  .stage-list-wrap {
    margin: 50px 0;
    position: relative; }
  .stage-list__item {
    margin-right: -110px;
    padding: 0 20px; }
    .stage-list__item:focus {
      outline: none; }
    .stage-list__item:nth-child(odd) .stage-list__wrap {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
    .stage-list__item:nth-child(odd) .stage-list__desc {
      order: -1; }
    .stage-list__item:nth-child(even) .stage-list__year-shadow {
      top: 0;
      bottom: auto; }
    .stage-list__item:nth-child(even) .stage-list__wrap::after {
      top: -8px;
      bottom: auto; }
    .stage-list__item:nth-child(even) .stage-list__wrap::before {
      top: -1px;
      bottom: auto; }
  .stage-list__wrap {
    position: relative; }
    .stage-list__wrap::before {
      content: "";
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 38px;
      display: block;
      height: 1px;
      width: calc(100% - 125px);
      background-color: #3A6479; }
    .stage-list__wrap::after {
      content: "";
      position: absolute;
      z-index: 2;
      bottom: -8px;
      left: 2px;
      display: block;
      width: 16px;
      height: 16px;
      border: 4px solid #fff;
      background: #648798;
      box-shadow: 0px 0px 0px 1px rgba(128, 157, 172, 0.3);
      border-radius: 50%; }
  .stage-list__desc {
    position: relative;
    z-index: 1;
    font-size: 13px;
    line-height: 22px;
    color: rgba(51, 51, 51, 0.8); }
  .stage-list__year {
    position: relative;
    z-index: 1;
    padding: 35px 0 35px;
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 20px; }
  .stage-list__year-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFFFFF;
    font-family: "Gilroy", sans-serif;
    font-size: 70px;
    line-height: normal;
    font-weight: bold;
    text-shadow: 0px 0px 15px rgba(100, 135, 152, 0.15);
    white-space: nowrap;
    transform: translateX(-50%); }
  .stage-list .slick-arrow {
    font-size: 12px; }
    .stage-list .slick-arrow:active {
      transform: translateY(-50%); }
    .stage-list .slick-arrow::before {
      content: "";
      z-index: 1;
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 100px;
      height: 20px;
      transform: translateY(-50%); }
    .stage-list .slick-arrow::after {
      content: "";
      z-index: 2;
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 100px;
      height: 1px;
      margin-top: -1px;
      background-color: #3A6479;
      transition: 0.4s ease-out; }
    .stage-list .slick-arrow:hover::after {
      background-color: #FF9900; }
  .stage-list .slick-arrow.slick-prev {
    left: 0; }
  .stage-list .slick-arrow.slick-next {
    right: 0; }
  .stage-list .slick-arrow.slick-next::before,
  .stage-list .slick-arrow.slick-next::after {
    right: 0;
    left: auto; }

/*
================================================================================
|                                  CONTACTS PAGE                                |
================================================================================
*/
.contacts-page {
  background-color: #fff; }
  .contacts-page h1 {
    padding-top: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px; }
  .contacts-page h2 {
    padding-top: 5px;
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px; }
  .contacts-page p {
    padding: 5px 0;
    font-size: 14px;
    line-height: 26px; }
  .contacts-page__row {
    border-bottom: 1px solid #E8E8E8;
    padding: 46px 50px 46px; }
    .contacts-page__row:last-child {
      border-bottom: none; }
  .contacts-page__form-wrap, .contacts-page__map-wrap {
    display: flex; }
  .contacts-page__map {
    display: block;
    width: 50%;
    height: inherit; }
  .contacts-page .contacts-map {
    display: block;
    width: 100%;
    height: 100%; }
  .contacts-page__form {
    width: 50%;
    padding: 53px 65px;
    background-color: rgba(100, 135, 152, 0.12); }
  .contacts-page__img {
    width: 50%;
    height: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .contacts-page .dealer-cert {
    padding: 0 0 0 24px; }
    .contacts-page .dealer-cert img {
      max-height: 144px;
      width: 100%; }

.contacts-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 70%;
  padding-right: 32px; }
  .contacts-list-wrap {
    display: flex;
    align-items: center;
    margin: 12px 0 0; }
  .contacts-list__item {
    display: flex;
    align-items: center;
    width: 50%;
    margin: 11px 0; }
  .contacts-list__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    background: rgba(58, 100, 121, 0.6);
    font-size: 32px; }
  .contacts-list__desc {
    width: calc(100% - 60px);
    padding: 0 20px;
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px; }
  .contacts-list .time {
    white-space: nowrap; }
  .contacts-list .days {
    hyphens: auto; }

.contacts-list-info {
  width: 30%;
  padding: 30px 24px;
  background: rgba(238, 239, 240, 0.6); }
  .contacts-list-info__item {
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 200%;
    color: rgba(51, 51, 51, 0.8); }

.how-to-get {
  width: 50%;
  padding-right: 65px; }
  .how-to-get h3 {
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px; }
  .how-to-get p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.8); }
  .how-to-get__row {
    margin: 27px 0; }
  .how-to-get__title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .how-to-get__title-wrap h3 {
      padding-left: 18px;
      width: calc(100% - 48px); }
  .how-to-get__icon {
    display: block;
    width: 48px;
    height: 48px; }

.contacts-form {
  padding: 50px 32px;
  background-color: #fff; }
  .contacts-form h2 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 20px;
    padding-top: 0; }
  .contacts-form__row {
    margin: 21px 0; }
  .contacts-form__input, .contacts-form__textarea {
    height: 32px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #333333;
    border-radius: 0;
    font-family: "Roboto", sans-serif;
    color: #333333;
    font-weight: 500;
    font-size: 14px; }
    .contacts-form__input::placeholder, .contacts-form__textarea::placeholder {
      color: rgba(51, 51, 51, 0.4); }
  .contacts-form__textarea {
    height: 80px; }
  .contacts-form__btn {
    text-align: right; }
    .contacts-form__btn .btn {
      padding: 0 30px; }

/*
================================================================================
|                                  PAYMENT PAGE                                |
================================================================================
*/
.pay-page {
  padding: 46px 43px;
  background-color: #fff; }
  .pay-page h1 {
    padding-top: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px; }
  .pay-page h2 {
    display: flex;
    align-items: center;
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: -5px; }
    .pay-page h2 span {
      width: 17px;
      margin-right: 23px;
      font-weight: 500;
      font-size: 46px;
      line-height: normal;
      color: rgba(51, 51, 51, 0.4); }
  .pay-page p {
    font-size: 14px;
    line-height: 22px; }
  .pay-page__row {
    margin: 80px 0; }
    .pay-page__row:first-of-type {
      margin-top: 55px; }
  .pay-page__wrap {
    display: flex; }
  .pay-page__wrap_bg {
    margin: 48px 0;
    background: #F6F5F3;
    padding: 36px 50px; }
  .pay-page__wrap_box {
    padding: 47px 49px;
    box-shadow: 0px 4px 8px rgba(92, 104, 112, 0.16); }
    .pay-page__wrap_box .pay-page__img {
      width: 397px; }
    .pay-page__wrap_box .pay-page__info {
      width: calc(100% - 397px); }
  .pay-page__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding-right: 40px; }
  .pay-page__inner-img {
    margin-top: 32px;
    margin-right: -40px; }
  .pay-page__img {
    display: block;
    width: 50%; }
    .pay-page__img img {
      margin-left: auto; }
  .pay-page__phone {
    font-size: 14px;
    line-height: 22px; }
    .pay-page__phone i {
      margin-right: 5px;
      color: #648798;
      font-size: 12px; }
  .pay-page .about-list li {
    line-height: 23px; }

.pay-inner-list {
  padding: 10px 16px; }
  .pay-inner-list li {
    font-size: 14px;
    line-height: 22px; }

.pay-list {
  display: flex;
  align-items: stretch;
  margin: -15px; }
  .pay-list-wrap {
    margin-top: 40px; }
  .pay-list__item {
    display: flex;
    width: 20%;
    padding: 15px; }
  .pay-list__wrap {
    flex: 1;
    border: 1px solid #E8E8E8;
    padding: 33px 28px 13px;
    text-align: center; }
  .pay-list__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 9px;
    border-radius: 50%;
    color: #fff;
    background: rgba(58, 100, 121, 0.6);
    font-size: 32px; }
  .pay-list p {
    font-size: 13px;
    line-height: 20px;
    color: rgba(51, 51, 51, 0.7); }

.pay-type-list {
  display: flex;
  margin: -8px; }
  .pay-type-list-wrap {
    margin-top: 31px; }
  .pay-type-list__item {
    width: 12.5%;
    padding: 8px; }
  .pay-type-list__wrap {
    width: 100%;
    height: 72px;
    padding: 0 17px;
    border: 1px solid #E8E8E8; }
  .pay-type-list__img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }

.pay-step-list {
  display: flex;
  margin: -13px;
  counter-reset: item; }
  .pay-step-list-wrap {
    margin-top: 92px; }
  .pay-step-list__item {
    position: relative;
    display: flex;
    width: 25%;
    padding: 13px; }
    .pay-step-list__item:last-child .pay-step-list__wrap::after {
      display: none; }
  .pay-step-list__wrap {
    position: relative;
    flex: 1;
    padding: 24px 24px 28px;
    border: 1px solid #E8E8E8;
    background: #FFFFFF; }
    .pay-step-list__wrap::before {
      counter-increment: item;
      content: counter(item);
      position: absolute;
      z-index: 2;
      top: 0px;
      left: 0px;
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #648798;
      color: #fff;
      font-weight: bold;
      font-size: 16px;
      line-height: 30px;
      text-align: center;
      transform: translate(-50%, -50%); }
    .pay-step-list__wrap::after {
      content: "";
      position: absolute;
      top: -8px;
      left: 0;
      display: block;
      width: calc(100% + 10px);
      height: 30px;
      background: url(https://cdn.testoshop.ru/image/static/svg/line.svg) no-repeat center center;
      background-size: 100% 100%;
      transform: translateY(-100%); }
  .pay-step-list__img {
    height: 206px; }
  .pay-step-list__img img {
    margin: 0 auto;
    max-height: 100%;
    margin-bottom: 20px; }
  .pay-step-list h3 {
    padding-top: 0;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold; }
  .pay-step-list p {
    font-size: 14px;
    line-height: 22px; }

.pay-info-list {
  display: flex;
  margin: -12px;
  counter-reset: item; }
  .pay-info-list-wrap {
    margin-top: 87px; }
  .pay-info-list__item {
    display: flex;
    width: 20%;
    padding: 12px; }
    .pay-info-list__item:last-child .pay-info-list__wrap::after {
      display: none; }
  .pay-info-list__wrap {
    position: relative;
    flex: 1;
    padding: 30px 24px;
    border: 1px solid #E8E8E8;
    background: #FFFFFF;
    font-size: 14px;
    line-height: 22px; }
    .pay-info-list__wrap::before {
      counter-increment: item;
      content: counter(item);
      position: absolute;
      z-index: 2;
      top: 0px;
      left: 0px;
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #648798;
      color: #fff;
      font-weight: bold;
      font-size: 16px;
      line-height: 30px;
      text-align: center;
      transform: translate(-50%, -50%); }
    .pay-info-list__wrap::after {
      content: "";
      position: absolute;
      top: -11px;
      left: 7px;
      display: block;
      width: 100%;
      height: 30px;
      background: url(https://cdn.testoshop.ru/image/static/svg/line-1.svg) no-repeat center center;
      background-size: 100% 100%;
      transform: translateY(-100%); }

/*-------------------------------------------------------------------*/
@media (max-width: 1440px) {
  .box-search .catalog-main-list .product-list__item {
    width: 25%; }
  .contacts-list {
    padding-right: 20px; } }

@media (max-width: 1279px) {
  .box-search .catalog-main-list .product-list__item {
    width: 33.33%; }
  .box-search__row:nth-child(2) {
    padding-bottom: 20px; }
  .search-form__wrap {
    justify-content: flex-start;
    flex-wrap: wrap; }
  .search-form__field {
    padding-bottom: 25px; }
  .search-form__wrap {
    padding-top: 0; }
  .service-page__row,
  .service-page__row:last-child {
    padding: 30px 35px; }
  .service-list-wrap {
    margin: 20px 0 40px; }
  .delivery-page {
    padding: 30px 30px 20px; }
  .delivery-page__desc {
    padding: 25px 25px 20px; }
  .delivery-page__row {
    margin-bottom: 50px; }
  .contacts-page__row {
    padding: 30px 35px; }
  .how-to-get {
    padding-right: 35px; }
  .contacts-page__form {
    padding: 40px 35px; }
  .contacts-list-info {
    padding: 25px 20px; }
  .pay-page {
    padding: 30px; }
  .pay-page__row:first-of-type {
    margin-top: 40px; }
  .pay-page__row {
    margin: 60px 0; }
  .pay-list__wrap {
    padding: 20px 15px 10px; }
  .pay-page__wrap_bg {
    margin: 40px 0;
    padding: 25px 30px; }
  .pay-page__img img {
    padding-left: 20px; }
  .pay-page__inner-img {
    margin-right: 0; }
  .pay-page__info {
    padding-right: 20px; }
  .pay-info-list__wrap {
    padding: 25px 15px;
    font-size: 13px;
    line-height: 20px; }
  .pay-page__wrap_box {
    padding: 25px 30px; }
  .pay-step-list,
  .pay-info-list,
  .pay-list {
    margin: -7.5px; }
  .pay-info-list__item,
  .pay-step-list__item,
  .pay-list__item {
    padding: 7.5px; }
  .pay-step-list__wrap {
    padding: 20px 15px; }
  .pay-step-list__img {
    height: 180px; }
  .about-page {
    padding: 30px; } }

@media (max-width: 1023px) {
  .box-search {
    margin: 20px -20px; }
  .compare-table {
    margin: 0 -20px; }
  .box-search-none {
    margin: 30px 0 100px; }
  .box-search .product-list-wrap {
    margin-top: 10px; }
  .box-search .catalog-main-list__top {
    padding: 0; }
  .box-search .catalog-main-list {
    padding: 0; }
  .compare-table__item {
    font-size: 13px;
    line-height: normal; }
  .compare-table__item_header {
    width: 140px;
    margin-right: 10px;
    font-size: 13px;
    line-height: normal; }
  .compare-table__item-wrap {
    width: calc(100% - 150px); }
  .compare-table .col {
    padding: 10px 8px; }
  .compare-table__link-wrap {
    padding: 5px 0; }
  .compare-table__link {
    font-size: 13px;
    line-height: normal; }
  .compare-table__item-wrap .compare-table__item {
    width: 200px;
    min-width: 200px; }
  .compare-table__img {
    height: 140px; }
  .compare-table__basket,
  .compare-table__link-remove {
    font-size: 13px; }
  .service-page__desc-wrap {
    padding: 35px 25px; }
  .service-page .mCSB_inside > .mCSB_container {
    margin-right: 30px; }
  .service-page__wrap {
    margin: 50px 0 20px; }
  .service-page__row,
  .service-page__row:last-child {
    padding: 25px 20px; }
  .service-page {
    margin: 0 -20px; }
  .delivery-page {
    margin: 0 -20px;
    padding: 20px; }
  .delivery-page__row {
    position: relative;
    margin-bottom: 30px; }
  .delivery-page__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .delivery-page__desc {
    position: relative;
    z-index: 1;
    width: 100%;
    border: 1px solid #E8E8E8;
    background-color: rgba(255, 255, 255, 0.9); }
  .contacts-page {
    margin: 0 -20px; }
  .contacts-page__row {
    padding: 25px 20px; }
  .contacts-list-wrap {
    flex-wrap: wrap; }
  .contacts-list {
    width: 100%;
    padding-right: 0; }
  .contacts-list-info {
    width: 380px;
    max-width: 100%;
    margin-top: 30px; }
  .contacts-page__form-wrap,
  .contacts-page__map-wrap {
    position: relative;
    flex-wrap: wrap; }
  .how-to-get {
    width: 100%;
    padding-right: 0; }
  .contacts-page__map {
    width: 100%;
    height: 450px; }
  .contacts-page__img {
    width: 100%;
    height: 500px; }
  .contacts-form {
    padding: 50px 0px; }
  .contacts-page__form {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9); }
  .contacts-page__form {
    padding: 20px 20px; }
  .contacts-page h2 {
    padding-top: 0; }
  .pay-page {
    padding: 25px 20px;
    margin: 0 -20px; }
  .about-page {
    padding: 25px 20px;
    margin: 0 -20px;
    width: auto; }
  .pay-inner-list {
    padding: 10px 0; }
  .pay-page__img img {
    padding-left: 0; }
  .pay-list,
  .pay-info-list {
    flex-wrap: wrap; }
    .pay-list__item,
    .pay-info-list__item {
      width: 33.3%; }
  .pay-page__wrap_box .pay-page__img {
    width: auto; }
  .pay-page__wrap_box .pay-page__info {
    width: 100%; }
  .pay-page__row {
    margin: 50px 0; }
  .pay-type-list {
    flex-wrap: wrap; }
    .pay-type-list__item {
      width: 16.66%; }
  .pay-step-list {
    flex-wrap: wrap; }
  .pay-step-list,
  .pay-info-list {
    margin: -15px -7.5px; }
  .pay-step-list__item,
  .pay-info-list__item {
    padding: 15px 7.5px;
    width: 100%; }
  .pay-info-list__wrap::after,
  .pay-step-list__wrap::after {
    display: none; }
  .pay-list__item {
    width: 100%; }
  .pay-list__wrap {
    display: flex;
    align-items: center;
    padding: 15px; }
  .pay-list__icon {
    margin: 0; }
  .pay-list p {
    width: calc(100% - 60px);
    padding: 0;
    padding-left: 20px;
    text-align: left; }
  .pay-page__wrap_bg,
  .pay-page__wrap_box {
    padding: 20px; }
  .pay-page__wrap_box {
    flex-wrap: wrap; }
  .pay-page__row:last-child {
    margin-bottom: 0; }
  .stage-list__year-shadow {
    bottom: 10px;
    font-size: 40px; }
  .stage-list__item:nth-child(even) .stage-list__year-shadow {
    top: 10px; }
  .stage-dev {
    margin-top: 50px; }
  .contacts-list-wrap .dealer-cert img {
    margin-top: 20px; } }

@media (max-width: 767px) {
  .box-search.box-search_stocks .catalog-main-list {
    margin-top: 0; }
  .box-search h1,
  .box-search h2 {
    font-size: 18px;
    line-height: 22px; }
  .box-search__row {
    padding: 18px 20px; }
  .box-search-none__desc {
    font-size: 17px;
    line-height: normal; }
  .search-form .col {
    flex-direction: column;
    width: 100%; }
  .search-form .form-filter__checkbox {
    padding-bottom: 15px; }
  .search-form__btn {
    margin-top: 10px;
    text-align: center; }
  .box-search .catalog-main-list .product-list__item {
    width: 50%; }
  .service-list__desc {
    font-size: 15px; }
  .service-page p,
  .delivery-page p {
    font-size: 13px;
    line-height: 26px; }
  .service-page__btn {
    text-align: center; }
  .service-page__desc-wrap {
    width: calc(45% + 150px);
    margin: 48px -150px 48px 0; }
  .delivery-page h1 {
    margin-bottom: 15px; }
  .delivery-page__desc {
    padding: 25px 20px 20px; }
  .contacts-list__icon {
    width: 50px;
    height: 50px;
    font-size: 28px; }
  .contacts-list__desc {
    width: calc(100% - 50px);
    padding: 0 15px;
    font-size: 14px;
    line-height: normal; }
  .pay-type-list__item {
    width: 20%; }
  .pay-page__wrap {
    flex-wrap: wrap; }
  .pay-page__info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px; }
  .pay-page__img {
    width: 100%; }
  .pay-page__img img {
    margin: 0 auto; }
  .pay-step-list__wrap,
  .pay-info-list__wrap {
    padding: 15px 10px 10px; }
  .pay-type-list__item {
    width: 25%; }
  .pay-page p,
  .pay-inner-list li,
  .about-list li,
  .about-page p {
    font-size: 13px;
    line-height: 22px; }
  .pay-step-list__wrap::before,
  .pay-info-list__wrap::before {
    width: 26px;
    height: 26px;
    font-size: 14px;
    line-height: 26px; }
  .pay-step-list h3 {
    font-size: 15px;
    line-height: normal; }
  .compare-table__basket {
    min-width: inherit;
    padding: 0 7px; }
  .compare-table__link-remove-wrap {
    margin-top: 15px; }
  .stage-list {
    padding-left: 20px; }
  .stage-list__year-shadow {
    transform: none; }
  .stage-list .slick-arrow::before,
  .stage-list .slick-arrow::after {
    display: none; }
  .stage-dev {
    margin-top: 25px; }
  .stage-list-wrap {
    margin: 30px 0 0; }
  .about-page h1 {
    margin-bottom: 0; }
  .stage-list__year {
    padding: 25px 0; }
  .contacts-list-wrap .dealer-cert {
    padding: 0; } }

/*------------------------------*/
@media (min-width: 767px) {
  .box-search .product-list_row .product-list__item {
    width: 100%; }
  .box-search .product-list_row .product-list__wrap {
    flex-direction: row; }
  .box-search .product-list_row .product-list__img-wrap {
    width: 170px;
    padding: 10px;
    margin: -14px;
    margin-right: 0; }
  .box-search .product-list_row .product-list__img {
    width: 100%;
    height: 112px; }
  .box-search .product-list_row .product-list__row-wrap {
    flex: 1;
    padding: 0 20px; }
  .box-search .product-list_row .product-list__name {
    max-width: 525px;
    margin: 28px 0 12px; }
  .box-search .product-list_row .product-list__bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 0;
    text-align: right; }
  .box-search .product-list_row .product-list__price-old {
    position: static; }
  .box-search .product-list_row .product-list__price {
    margin: 8px 0 6px; }
  .box-search .product-list_row .product-list__info {
    left: 190px; }
  .box-search .product-list_row .product-list__order,
  .box-search .product-list_row .product-list__availability {
    position: absolute;
    bottom: 10px;
    left: 85px;
    transform: translateX(-50%); } }

@media (max-width: 500px) {
  .service-page .mCSB_inside > .mCSB_container {
    margin-right: 0; }
  .service-page .js-scroll .mCSB_scrollTools {
    opacity: 0; }
  .box-search .catalog-main-list .product-list__item {
    width: 100%; }
  .search-form__input-wrap,
  .search-form .catalog-filter__top {
    width: 100%; }
  .catalog-filter__wrap {
    flex-grow: 1; }
  .search-form__field {
    margin-right: 0; }
  .search-form .form-filter__checkbox-label {
    font-weight: normal; }
  .search-form__label {
    margin-bottom: 8px; }
  .compare-table__item_header {
    width: 120px;
    font-size: 12px; }
  .compare-table__item-wrap {
    width: calc(100% - 130px); }
  .service-page__wrap {
    position: relative;
    margin: 25px -20px 10px; }
  .service-page__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .service-page__desc-wrap {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 30px 20px;
    background-color: rgba(255, 255, 255, 0.9); }
  .service-list__icon,
  .delivery-page__icon {
    width: 50px;
    height: 50px;
    font-size: 28px; }
  .service-list__desc,
  .delivery-page h2 {
    width: calc(100% - 50px);
    padding-left: 15px; }
  .delivery-page__desc-top {
    margin-bottom: 10px; }
  .contacts-list__item {
    width: 100%; }
  .contacts-page__form {
    padding: 0; }
  .contacts-page__img {
    height: 400px; }
  .contacts-form {
    padding: 40px 0 20px; }
  .pay-page__wrap_bg {
    margin: 20px -20px;
    padding: 20px; }
  .pay-page__wrap_box {
    padding: 0;
    box-shadow: none; }
  .pay-step-list,
  .pay-info-list,
  .pay-list {
    margin: -7.5px; }
  .pay-step-list__item,
  .pay-info-list__item,
  .pay-list__item {
    width: 100%;
    padding: 7.5px; }
  .pay-type-list__item {
    width: 33.33%; }
  .pay-list__wrap {
    padding: 10px; }
  .pay-list p {
    padding-left: 15px; }
  .pay-page__row:first-of-type {
    margin-top: 15px; }
  .pay-step-list__wrap::before,
  .pay-info-list__wrap::before {
    transform: translate(-50%, -40%); }
  .basket-form-promocode__input {
    padding: 0 115px 0 10px; }
  .stage-list-wrap {
    margin: 10px 0 0; }
  .contacts-page__map {
    height: 350px;
    pointer-events: none; } }

/*
================================================================================
|                                     POPUPS                                  |
================================================================================
*/
.fancybox-margin .web {
  margin-right: 17px !important; }

.popup {
  width: 490px;
  max-width: 100%;
  padding: 36px 27px;
  color: #333333;
  box-shadow: 0px 14px 36px rgba(38, 50, 56, 0.2);
  text-align: center; }
  .popup-box {
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0; }
  .popup__btn {
    margin-top: 15px; }
  .popup h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px; }
  .popup p {
    font-size: 12px;
    line-height: 15px;
    color: rgba(51, 51, 51, 0.6); }
  .popup .form-filter__checkbox {
    margin: 19px 0 25px;
    text-align: left; }
  .popup .form-filter__checkbox-label {
    padding-left: 22px;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal; }
  .popup .btn {
    height: 50px;
    padding: 0 48px;
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    font-weight: bold; }

.popup-form__row {
  margin: 14px 0; }

.popup-form__input, .popup-form__textarea {
  height: 32px;
  padding: 0;
  border: none;
  border-bottom: 1px solid #333333;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  color: #333333;
  font-weight: 500;
  font-size: 14px; }
  .popup-form__input::placeholder, .popup-form__textarea::placeholder {
    color: rgba(51, 51, 51, 0.4); }

.popup-form__textarea {
  height: 83px; }

.popup-form__link {
  display: inline;
  border-bottom: 1px solid;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold; }

.popup-video {
  width: 854px;
  height: 480px;
  padding: 0; }
  .popup-video iframe {
    width: 100%;
    height: 100%; }

.popup-thanks {
  width: 293px;
  padding: 20px 16px; }
  .popup-thanks p {
    padding: 0; }

.popup-callback {
  width: 351px;
  padding: 24px 16px; }
  .popup-callback h2 {
    padding-bottom: 0; }

.popup-recall {
  width: 370px;
  padding: 20px 27px 26px; }
  .popup-recall h2 {
    max-width: 280px;
    margin: 0 auto -24px; }
  .popup-recall .btn {
    display: inline-block;
    width: 260px;
    max-width: 100%; }

.popup-link {
  padding: 26px 27px; }

.popup-order {
  padding: 20px 27px 39px; }
  .popup-order .popup__btn {
    margin-top: 35px; }

.popup-reserve {
  padding: 24px 27px 39px; }
  .popup-reserve p {
    color: #333333;
    text-align: left; }

.popup-basket,
.popup-compare {
  width: 640px;
  padding: 24px 27px 32px;
  text-align: left; }
  .popup-basket h2,
  .popup-compare h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal; }
  .popup-basket__close,
  .popup-compare__close {
    margin-right: 33px;
    color: #3A6479;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer; }
  .popup-basket__btns,
  .popup-compare__btns {
    display: flex;
    justify-content: flex-end;
    align-items: center; }

.popup-search {
  text-align: left;
  width: 695px;
  padding: 20px 0; }
  .popup-search__btn {
    margin-top: 20px;
    text-align: center; }
    .popup-search__btn .btn {
      height: 40px;
      padding: 0 26px; }

.popup-search-list__item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 11px 36px 11px 10px; }

.popup-search-list__img-wrap {
  width: 90px; }

.popup-search-list__img {
  display: block;
  width: 100%;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.popup-search-list__name {
  width: calc(100% - 180px);
  padding: 3px 10px 0 10px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px; }

.popup-search-list__price-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 110px;
  padding-bottom: 12px;
  text-align: center; }

.popup-search-list__price-old {
  color: rgba(51, 51, 51, 0.3);
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: line-through; }

.popup-search-list__price {
  margin-top: 5px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  white-space: nowrap; }
  .popup-search-list__price i {
    padding-left: 3px;
    font-size: 15px; }

.popup-product {
  width: 710px;
  padding: 20px;
  text-align: left; }
  .popup-product h2 {
    padding-top: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400; }
  .popup-product__wrap {
    display: flex;
    border-bottom: 1px solid #DAE4EA;
    padding-bottom: 15px; }
  .popup-product .card-info-top__compare {
    margin-left: 28px; }
  .popup-product .card-info-list-top {
    margin-top: 10px; }
  .popup-product .card-info-list-top__item {
    line-height: 27px; }
  .popup-product__bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 17px; }
    .popup-product__bottom .btn {
      font-size: 30px;
      padding: 0 26px; }
    .popup-product__bottom .product-list__quantity {
      align-self: center;
      margin-right: 30px; }
  .popup-product__basket {
    position: relative; }
    .popup-product__basket:hover .popup-product__basket-info {
      z-index: 20;
      visibility: visible;
      opacity: 1;
      transform: translate3d(0, 3px, 0); }
  .popup-product__basket-info {
    position: absolute;
    visibility: hidden;
    z-index: -1;
    top: -40px;
    right: 0;
    width: auto;
    border-radius: 4px;
    border: 1px solid rgba(100, 135, 152, 0.1);
    box-shadow: 0px 8px 16px rgba(38, 50, 56, 0.16);
    padding: 4px 9px;
    opacity: 0;
    color: rgba(51, 51, 51, 0.86);
    background: #FFFFFF;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.1px;
    white-space: nowrap;
    transform: translate3d(0, 0px, 0);
    transition: 0.4s ease-out; }
    .popup-product__basket-info::after, .popup-product__basket-info::before {
      position: absolute;
      content: "";
      top: 100%;
      right: 40px;
      height: 0;
      width: 0;
      border: solid transparent;
      pointer-events: none; }
    .popup-product__basket-info::after {
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #ffffff;
      border-width: 6px;
      margin-right: -6px; }
    .popup-product__basket-info::before {
      border-color: rgba(0, 245, 0, 0);
      border-top-color: rgba(100, 135, 152, 0.1);
      border-width: 6px;
      margin-right: -6px; }

.popup-slider-box {
  width: 340px; }

.popup-product-info {
  width: calc(100% - 340px);
  padding: 7px 0 0 26px; }

.popup-slider__item {
  width: 100%;
  height: 234px;
  border: 1px solid #DAE4EA; }

.popup-slider__img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 90%; }

.popup-slider-nav {
  margin-top: 10px; }
  .popup-slider-nav .slick-list {
    margin: 0 -5px; }
  .popup-slider-nav__item {
    position: relative;
    width: 60px;
    height: 40px;
    border: 1px solid #DAE4EA;
    margin: 0 5px; }
    .popup-slider-nav__item::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 3px;
      background-color: #FF9900;
      opacity: 0;
      transition: 0.4s ease-out; }
    .popup-slider-nav__item.slick-current::before {
      opacity: 1; }
  .popup-slider-nav__img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 90%; }

/*-------------------------------------------------------------------*/
@media (max-width: 767px) {
  .popup-slider-box {
    width: 50%; }
  .popup-product-info {
    width: 50%;
    padding-left: 15px; }
  .popup-product h2 {
    font-size: 17px;
    line-height: normal; }
  .popup-product .card-info-top__compare i {
    margin-right: 4px; }
  .popup-product .card-info-top__compare {
    margin-left: 4px;
    width: auto;
    margin-top: 0; } }

@media (max-width: 500px) {
  .popup {
    padding: 20px 15px 25px; }
  .popup h2 {
    font-size: 18px;
    line-height: normal; }
  .popup-search {
    padding: 20px 0; }
  .popup-search-list__item {
    padding: 10px;
    flex-wrap: wrap; }
  .popup-search-list__img-wrap {
    width: 50px; }
  .popup-search-list__img {
    height: 50px; }
  .popup-search-list__name {
    width: calc(100% - 50px);
    font-size: 14px;
    line-height: normal; }
  .popup-search-list__price-wrap {
    width: 100%;
    margin-top: 15px; }
  .popup-search-list__price {
    font-size: 18px;
    line-height: normal; }
  .popup-basket h2,
  .popup-compare h2 {
    font-size: 18px;
    line-height: normal; }
  .popup-basket__btns,
  .popup-compare__btns {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .popup-basket__close,
  .popup-compare__close {
    order: 1;
    margin-right: 0;
    margin-top: 15px; }
  .popup-product__wrap {
    flex-direction: column; }
  .popup-slider-box {
    width: 100%; }
  .popup-product-info {
    width: 100%;
    padding: 15px 0 0; }
  .popup-product__bottom .btn {
    font-size: 25px; }
  .popup-product .card-info-top__compare {
    margin-left: 15px; } }

/*
================================================================================
|                                RANGE SLIDER                              |
================================================================================
*/
.ui-widget.ui-widget-content:not(.ui-autocomplete) {
  height: 4px;
  width: 100%;
  max-width: 220px;
  margin-left: 10px;
  background: #D1DBE0;
  border: none; }

.ui-slider-horizontal .ui-slider-range {
  background: #648798; }

.ui-slider-horizontal .ui-slider-handle {
  display: block;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transform: translateY(-50%);
  cursor: pointer;
  transition: border 0.4s ease-out; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 3px solid #FF9900; }

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