/*!
Theme Name: slgv_theme
Theme URI: 
Author: Automattic
Author URI: 
Description: 
Version: 1.0.0
Requires PHP: 5.6 */

/*table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  display: none;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}

table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
  display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {

  table.shop_table_responsive thead {
    display: table-header-group;
  }

  table.shop_table_responsive tbody th {
    display: table-cell;
  }

  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }

  table.shop_table_responsive tr td {
    display: table-cell;
  }

  table.shop_table_responsive tr td::before {
    display: none;
  }
}
*/
/**
 * Products
 */
/*ul.products {
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}

ul.products li.product img {
  display: block;
}

ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {

  ul.products li.product {
    width: 30.79667%;
    float: left;
    margin-right: 3.8%;
  }

  ul.products li.product.first {
    clear: both;
  }

  ul.products li.product.last {
    margin-right: 0;
  }

  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }

  ul.products.columns-2 li.product {
    width: 48.1%;
  }

  ul.products.columns-3 li.product {
    width: 30.79667%;
  }

  ul.products.columns-4 li.product {
    width: 22.15%;
  }

  ul.products.columns-5 li.product {
    width: 16.96%;
  }

  ul.products.columns-6 li.product {
    width: 13.49333%;
  }
}*/

/**
 * Single product
 */
.single-product div.product {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

/**
 * Checkout
 */
/*@media screen and (min-width: 768px) {

  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }

  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }

  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
*/
/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
/*.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}
*/
/**
 * Star rating
 */
/*.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}

.star-rating::before {
  content: "\53\53\53\53\53";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "\53";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "\53";
  color: #404040;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "\53";
  color: #404040;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}*/

/**
 * Tabs
 */
/*.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}*/

/**
 * Password strength meter
 */
/*.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}*/

/**
 * Forms
 */
/*.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}*/

/**
 * Notices
 */
/*.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #0f834d;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }

  .site-header-cart:hover .widget_shopping_cart,
  .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}*/

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
/*.widget_kv_price_top_widget .price_slider {
  margin-bottom: 1.5em;
}

.widget_kv_price_top_widget .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}

.widget_kv_price_top_widget .price_slider_amount .button {
  float: left;
}

.widget_kv_price_top_widget .ui-slider {
  position: relative;
  text-align: left;
}

.widget_kv_price_top_widget .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}

.widget_kv_price_top_widget .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_kv_price_top_widget .ui-slider .ui-slider-handle:hover,
.widget_kv_price_top_widget .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_kv_price_top_widget .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1;
}

.widget_kv_price_top_widget .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_kv_price_top_widget .ui-slider-horizontal {
  height: 0.5em;
}

.widget_kv_price_top_widget .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}
*/

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  left: 0;
  right: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         -webkit-transform .3s ease-out;
          -o-transition:         transform .3s ease-out;
          transition:         transform .3s ease-out;
          transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0,0,0,.7);
}
.modal-backdrop.fade {
  /*filter: alpha(opacity=0);*/
  opacity: 0;
}
.modal-backdrop.in {
  /*filter: alpha(opacity=50);*/
  opacity: .7;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.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;
  }
}
@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;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -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: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-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-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/*  dropdown   */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

/*! jQuery UI - v1.13.2 - 2022-12-10
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.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;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.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}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;-webkit-box-sizing:border-box;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{-webkit-box-sizing:border-box;box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{-webkit-box-shadow:inset 1px 1px 1px #ccc;box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;-ms-filter:"alpha(opacity=25)";opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;-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}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;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}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.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 #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.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 #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{-webkit-box-shadow:0 0 3px 1px rgb(94,158,214);box-shadow:0 0 3px 1px rgb(94,158,214)}.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:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-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;-ms-filter:"alpha(opacity=70)";font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.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")}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.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{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;-ms-filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
/*! jQuery UI - v1.13.2 - 2022-12-10
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.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 #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.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 #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{-webkit-box-shadow:0 0 3px 1px rgb(94,158,214);box-shadow:0 0 3px 1px rgb(94,158,214)}.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:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-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;-ms-filter:"alpha(opacity=70)";font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.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")}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.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{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;-ms-filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
.nivo-lightbox-content,
.nivo-lightbox-overlay {
    height: 100%;
    width: 100%
}

.nivo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

.nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1;
    background: rgba(0, 0, 0, 0.9);
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.nivo-lightbox-wrap {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%
}

.nivo-lightbox-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center
}

.nivo-lightbox-nav {
    display: none
}

.nivo-lightbox-prev {
    position: absolute;
    top: 50%;
    left: 0
}

.nivo-lightbox-next {
    position: absolute;
    top: 50%;
    right: 0
}

.nivo-lightbox-close {
    position: absolute;
    top: 2%;
    right: 2%;
    background: url(img/close.svg);
    background-size: 100% 100%;
    background-position: center center;
    opacity: 1;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}

.nivo-lightbox-image {
    text-align: center
}

.nivo-lightbox-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle
}

.nivo-lightbox-content iframe,
.nivo-lightbox-error {
    width: 100%;
    height: 100%
}

.nivo-lightbox-ajax,
.nivo-lightbox-inline {
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.nivo-lightbox-error {
    display: table;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 1px #000
}

.nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.nivo-lightbox-effect-fade,
.nivo-lightbox-effect-fadeScale,
.nivo-lightbox-effect-fall,
.nivo-lightbox-effect-slideDown,
.nivo-lightbox-effect-slideLeft,
.nivo-lightbox-effect-slideRight,
.nivo-lightbox-effect-slideUp {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transition: all .3s cubic-bezier(.25, .5, .5, .9);
    -o-transition: all .3s cubic-bezier(.25, .5, .5, .9);
    transition: all .3s cubic-bezier(.25, .5, .5, .9)
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%)
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%)
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%)
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translateZ(300px);
    -ms-transform: translateZ(300px);
    transform: translateZ(300px)
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-slider {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

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

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */@-webkit-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@-o-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;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:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu .notify.fadeOut{-webkit-animation:.3s linear 750ms forwards bs-notify-fadeOut;-o-animation:.3s linear 750ms forwards bs-notify-fadeOut;animation:.3s linear 750ms forwards bs-notify-fadeOut}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:'\00a0'}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
 
body {
  line-height: normal;
  overflow-x: hidden;
  padding-right: 0 !important;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  word-break: break-word;
  color: #000;
  z-index: 99;
}

ul,
ol {
  padding-left: 20px;
  margin: 0 0 20px;
}

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

strong {
  font-style: normal;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  position: relative;
  z-index: 10;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 140%;
  color: #122C37;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 22px;
}

p {
  margin: 0 0 20px;
}

a {
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
  color: #000;
}

button,
button:active,
button:focus {
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.container {
  max-width: 1610px;
  width: 100%;
}

.container-fluid {
  max-width: 100%;
  width: 100%;
}
img {
  border: none;
}
.box_zag {
  margin-bottom: 30px;
  position: relative;
  z-index: 12;
  color: #000;
  font-size: 18px;
  line-height: 150%;
}
.box_zag .num {
  background: #EFEFEF;
  border-radius: 54px;
  font-size: 18px;
  color: #122C37;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  text-align: center;
  margin-left: 15px;
  min-width: 50px;
}

.btn_main {
  background: #000000;
  border-radius: 2px;
  height: 62px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  border: none;
  padding: 0 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.btn_main:hover, .btn_main:focus {
  color: #fff;
}
.btn_main.btn_disabled {
  pointer-events: none;
  opacity: 0.7;
}
/*.btn_main.prod_in_cart,
.btn_main.added {
  background-color: grey;
  pointer-events: none;
  cursor: default;
}*/

.form {
  margin: 0 auto;
  font-size: 0;
  position: relative;
  z-index: 10;
}
.form input {
  width: 100%;
  height: 58px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 0 15px 0 40px;
  font-size: 16px;
  line-height: normal;
  color: #000;
  position: relative;
  z-index: 10;
  outline: none;
  -webkit-appearance: none;
}
.form .block {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.form .block .block_head {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  padding-left: 20px;
  position: relative;
}
.form .block .block_head img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}
.form .block .block_body {
  position: relative;
}
.form .block .block_body input + img {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 11;
  opacity: 0.2;
}
.form .btn_main {
  width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #646464;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #646464;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #646464;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #646464;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[name=telefon] {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
}
.box_check {
  position: relative;
  padding-left: 42px;
  cursor: pointer;
}
.box_check label {
  cursor: pointer;
}
.box_check .check {
  width: 26px;
  height: 26px;
  border: 2px solid #747474;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box_check .check::after {
  content: "";
  background: url(img/check.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 10px;
  opacity: 0;
}
.box_check.active .check {
  background: #000;
  border-color: #000;
}
.box_check.active .check::after {
  opacity: 1;
}
.box_check .text {
  font-size: 16px;
  line-height: 130%;
  min-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box_radio {
  position: relative;
  padding-left: 42px;
  cursor: pointer;
}
.box_radio .check {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 3px solid #D5D9E0;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box_radio .check::after {
  content: "";
  background: url(img/form/check.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 12px;
  opacity: 0;
}
.box_radio .check.active {
  background: var(--main-color);
  border-color: var(--main-color);
}
.box_radio .check.active::after {
  opacity: 1;
}
.box_radio .text {
  font-size: 18px;
  line-height: 130%;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box_radio input {
  position: absolute;
  left: -999px;
}

.minconf {
  margin-top: 20px;
  position: relative;
  padding-left: 42px;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.minconf .check {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 3px solid #D5D9E0;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.minconf .check::after {
  content: "";
  background: url(img/form/check.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 12px;
  opacity: 0;
}
.minconf .check.active {
  background: var(--main-color);
  border-color: var(--main-color);
}
.minconf .check.active::after {
  opacity: 1;
}
.minconf .text {
  opacity: 0.6;
  font-size: 13px;
  line-height: 130%;
  display: block;
}
.minconf .text a {
  color: inherit;
}
.minconf .text a:hover {
  text-decoration: underline;
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 235px;
}
.quantity button {
  background: #F2F4FA;
  border-radius: 8px;
  height: 58px;
  width: 58px;
  border: none;
  padding: 0;
  position: relative;
}
.quantity button.minus::before {
  content: "";
  width: 24px;
  height: 4px;
  background: #9DA2AA;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.quantity button.plus {
  background: var(--main-color);
}
.quantity button.plus::before {
  content: "";
  width: 24px;
  height: 4px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.quantity button.plus::after {
  content: "";
  width: 24px;
  height: 4px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.quantity input {
  background: #F2F4FA;
  border-radius: 8px;
  height: 58px;
  outline: none;
  -webkit-appearance: none;
  border: none;
  padding: 0 15px;
  font-size: 20px;
  width: calc(100% - 126px);
  margin: 0 5px;
  text-align: center;
  pointer-events: none;
}

/* Tooltip */
.box_tooltip {
  position: relative;
  display: inline-block;
}

.box_tooltip .tooltiptext {
  visibility: hidden;
  color: #797E84;
  text-align: center;
  padding: 8px 4px;
  position: absolute;
  z-index: 1;
  top: 108%;
  font-size: 12px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 85px;
}

.box_tooltip:hover .tooltiptext {
  visibility: visible;
}

.box_tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #FFFFFF transparent;
}

/*dropdown*/
.dropdown-menu {
  display: block !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.open > .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 91;
  display: none;
  background: rgba(255, 255, 255, 0.9);
}
.overlay.active {
  display: block;
}
/*tooltip*/
.tooltip {
  z-index: 999 !important;
}

.tooltip > .tooltip-inner {
  background-color: #fff;
  color: #131314;
  padding: 10px 15px;
  text-align: left;
  border-radius: 6px;
  -webkit-box-shadow: 0 0px 20px rgba(142, 142, 142, 0.25);
          box-shadow: 0 0px 20px rgba(142, 142, 142, 0.25);
  width: 200px;
  position: relative;
  z-index: 999 !important;
}

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

.tooltip.in {
  opacity: 1;
  z-index: 999 !important;
}

.tooltip-arrow {
  display: none;
}

/*nivo-lightbox*/
.nivo-lightbox-next {
  font-size: 0;
  background: url(img/arrow_lightbox.svg) no-repeat;
  background-position: center;
  background-size: 24px;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.nivo-lightbox-prev {
  font-size: 0;
  background: url(img/arrow_lightbox.svg) no-repeat;
  background-position: center;
  background-size: 24px;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.nivo-lightbox-close {
  background: url(img/close_lightbox.svg) center center;
  background-size: 100% 100%;
}

/*formError*/
.formError .formErrorContent {
  background: #f4ddae !important;
  border-color: #f4ddae !important;
  color: #000 !important;
  -webkit-box-shadow: 0 0 6px #f5e2b9 !important;
          box-shadow: 0 0 6px #f5e2b9 !important;
}

.formError .formErrorArrow div {
  background: #f4ddae !important;
  border: none !important;
  -webkit-box-shadow: 0 2px 3px #f5e2b9 !important;
          box-shadow: 0 2px 3px #f5e2b9 !important;
}

.formError .formErrorArrow .line3 {
  border-color: #f4ddae !important;
}

/*validate*/
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body.rtl .formError .formErrorArrow,
body[dir=rtl] .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

@media (max-width: 1700px) {
  .container {
    max-width: 1370px;
  }
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }
  .box_zag .num {
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    min-width: 40px;
  }
  .btn_main {
    font-size: 16px;
  }
  .box_check .text {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 992px;
  }
  .btn_main {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 18px;
  }
  .form input {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 600px;
  }
  .box_check .text {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  
}
@media (max-width: 369px) {
  
}
/*modal*/
.modal {
  padding-right: 0 !important;
  left: 0 !important;
  right: 0 !important;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
}

.popup_window {
  background-color: transparent;
  padding-right: 0 !important;
}
.popup_window .modal-dialog {
  border: none;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.popup_window .modal-content {
  border: none;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 30px;
  width: calc(100% - 30px);
  max-width: 600px;
  margin: 100px auto;
}
.popup_window .box_wrap {
  font-size: 0;
  position: relative;
  padding: 35px;
}
.popup_window .box_wrap .box_zag {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup_window .box_wrap form {
  max-width: 400px;
  margin: 0 auto;
}
.thanks {
  overflow: hidden;
}
.thanks .box_wrap {
  padding: 100px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.thanks .box_right {
  width: 70%;
  padding-left: 30px;
  text-align: left;
}
.thanks .box_right .zag {
  margin: 0 auto 15px;
  max-width: 500px;
}
.thanks .box_right .descr {
  margin: 0 auto;
  max-width: 400px;
}
.thanks .box_left {
  width: 30%;
}
.thanks .box_left img {
  opacity: 0.4;
}

.box-modal_close {
  z-index: 1001;
  background-color: transparent;
  opacity: 1 !important;
  position: absolute;
  cursor: pointer;
  font-size: 0;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-image: url(img/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#modal_compilation .modal-content {
  max-width: 1580px;
}
#modal_compilation .kv_compile_content {
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-y: auto;
  max-height: 912px;
  padding-right: 60px;
}
#modal_compilation .kv_compile_content::-webkit-scrollbar {
  width: 6px;
}
#modal_compilation .kv_compile_content::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 20px;
}
#modal_compilation .kv_compile_content::-webkit-scrollbar-track {
  background: #E3E3E3;
  border-radius: 20px;
}
#modal_compilation .kv_compile_content .product_mini {
  width: calc(14.28% - 16px);
  margin: 0 8px 30px;
  position: relative;
}
#modal_compilation .kv_compile_content .product_mini .box_img {
  height: 167px;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
#modal_compilation .kv_compile_content .product_mini .box_img img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#modal_compilation .kv_compile_content .product_mini .product_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 10px;
  height: 45px;
  overflow: hidden;
  position: relative;
}
#modal_compilation .kv_compile_content .product_mini .product_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 20px;
  background: linear-gradient(to left, #fff, rgba(255,255,255,0.01));
  z-index: 1;
}
#modal_compilation .kv_compile_content .product_mini .card_filters {
  list-style: none;
  padding: 0;
  font-size: 14px;
} 
#modal_compilation .kv_compile_content .product_mini .card_filters li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
#modal_compilation .kv_compile_content .product_mini .card_filters li::before {
  content: "";
  border-bottom: 1px dashed rgba(0,0,0,0.1);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
#modal_compilation .kv_compile_content .product_mini .card_filters li span {
  max-width: 50%;
  position: relative;
  z-index: 12;
  background: #fff;
}
#modal_compilation .kv_compile_content .product_mini .card_filters li span.filter {
  padding-right: 10px;
}
#modal_compilation .kv_compile_content .product_mini .card_filters li span.value {
  text-align: right;
  padding-left: 10px;
}
#modal_compilation .kv_compile_content .product_mini .box_check {
  padding-left: 36px;
  margin-bottom: 10px;
}
#modal_compilation .kv_compile_content .product_mini .box_check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#modal_compilation .kv_compile_content .product_mini .box_check img {
  margin-left: 10px;
  width: 16px;
}
#modal_compilation .kv_compile_content .product_mini .box_check input {
  position: absolute;
  left: -999px;
  opacity: 0;
}
#modal_compilation .kv_compile_content .product_mini .price {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #636363;
  padding-right: 30px;
}
#modal_compilation .kv_compile_content .product_mini .btn_delete {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  padding: 0;
  border: none;
}
#modal_link_generate .modal-content,
#modal_cart .modal-content {
  max-width: 960px;
}
#modal_link_generate .box_wrap,
#modal_cart .box_wrap {
  padding: 0;
}
#modal_link_generate .box_wrap > form,
#modal_cart .box_wrap > form {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#modal_link_generate .box_wrap .col_left,
#modal_cart .box_wrap .col_left {
  width: 55%;
  padding: 35px 20px 35px 35px;
}
#modal_link_generate .box_wrap .col_left .box_products,
#modal_cart .box_wrap .col_left .box_products {
  max-height: 640px;
  overflow-y: auto;
  padding-right: 30px;
}
#modal_link_generate .box_wrap .col_left .box_products::-webkit-scrollbar,
#modal_cart .box_wrap .col_left .box_products::-webkit-scrollbar {
  width: 6px;
}
#modal_link_generate .box_wrap .col_left .box_products::-webkit-scrollbar-thumb,
#modal_cart .box_wrap .col_left .box_products::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 20px;
}
#modal_link_generate .box_wrap .col_left .box_products::-webkit-scrollbar-track,
#modal_cart .box_wrap .col_left .box_products::-webkit-scrollbar-track {
  background: #E3E3E3;
  border-radius: 20px;
}
#modal_link_generate .box_wrap .col_left .product_mini,
#modal_cart .box_wrap .col_left .product_mini {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#modal_link_generate .box_wrap .col_left .product_mini:first-child,
#modal_cart .box_wrap .col_left .product_mini:first-child {
  margin-top: 0;
}
#modal_link_generate .box_wrap .col_left .product_mini .box_img,
#modal_cart .box_wrap .col_left .product_mini .box_img {
  width: 130px;
  height: 115px;
  position: relative;
  overflow: hidden;
}
#modal_link_generate .box_wrap .col_left .product_mini .box_img img,
#modal_cart .box_wrap .col_left .product_mini .box_img img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#modal_link_generate .box_wrap .col_left .product_mini .box_descr,
#modal_cart .box_wrap .col_left .product_mini .box_descr {
  width: calc(100% - 130px);
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#modal_link_generate .box_wrap .col_left .product_mini .product_title,
#modal_cart .box_wrap .col_left .product_mini .product_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 10px;
  position: relative;
  height: 22px;
  overflow: hidden;
  width: 100%;
}
#modal_link_generate .box_wrap .col_left .product_mini .product_title::after,
#modal_cart .box_wrap .col_left .product_mini .product_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 20px;
  background: linear-gradient(to left, #fff, rgba(255,255,255,0.01));
  z-index: 1;
}
#modal_link_generate .box_wrap .col_left .product_mini .card_filters,
#modal_cart .box_wrap .col_left .product_mini .card_filters {
  list-style: none;
  padding: 0;
  font-size: 14px;
  width: 100%;
}
#modal_link_generate .box_wrap .col_left .product_mini .card_filters li,
#modal_cart .box_wrap .col_left .product_mini .card_filters li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
#modal_link_generate .box_wrap .col_left .product_mini .card_filters li::before,
#modal_cart .box_wrap .col_left .product_mini .card_filters li::before {
  content: "";
  border-bottom: 1px dashed rgba(0,0,0,0.1);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#modal_link_generate .box_wrap .col_left .product_mini .card_filters li span,
#modal_cart .box_wrap .col_left .product_mini .card_filters li span {
  max-width: 50%;
  position: relative;
  z-index: 12;
  background: #fff;
}
#modal_link_generate .box_wrap .col_left .product_mini .card_filters li span.filter,
#modal_cart .box_wrap .col_left .product_mini .card_filters li span.filter {
  padding-right: 10px;
}
#modal_link_generate .box_wrap .col_left .product_mini .card_filters li span.value,
#modal_cart .box_wrap .col_left .product_mini .card_filters li span.value {
  padding-left: 10px;
  text-align: right;
}
#modal_link_generate .box_wrap .col_left .product_mini .price,
#modal_cart .box_wrap .col_left .product_mini .price {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #636363;
}
#modal_link_generate .box_wrap .col_left .product_mini .btn_delete,
#modal_cart .box_wrap .col_left .product_mini .kv_remove_from_cart {
  background: transparent;
  padding: 0;
  border: none;
  width: 20px;
  height: 20px;
}
#modal_link_generate .box_wrap .col_left .product_mini .box_check {
  padding-left: 36px;
  margin-bottom: 10px;
  width: 100%;
}
#modal_link_generate .box_wrap .col_left .product_mini .box_check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#modal_link_generate .box_wrap .col_left .product_mini .box_check img {
  margin-left: 10px;
  width: 16px;
}
#modal_link_generate .box_wrap .col_left .product_mini .box_check input {
  position: absolute;
  left: -999px;
  opacity: 0;
}
#modal_link_generate .box_wrap .col_right,
#modal_cart .box_wrap .col_right {
  width: 45%;
  background: #F6F6F6;
  padding: 35px;
}
#modal_link_generate .box_wrap .box_zag,
#modal_cart .box_wrap .box_zag {
  margin-bottom: 15px;
}
#modal_link_generate .box_wrap .box_info {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 12px 15px 12px 38px;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 15px;
  position: relative;
  max-width: 300px;
}
#modal_link_generate .box_wrap .box_info > * {
  margin-bottom: 0;
}
#modal_link_generate .box_wrap .box_info::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 15px;
  background: url(img/info.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 13px;
  height: 13px;
}
#modal_link_generate .box_wrap .lang {
  margin-bottom: 15px;
}
#modal_link_generate .box_wrap .lang label {
  height: 40px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 0 18px;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
#modal_link_generate .box_wrap .lang label.active {
  border-color: #000;
}
#modal_link_generate .box_wrap .lang label input {
  background: transparent;
  border: none;
  position: absolute;
  left: -999px;
  opacity: 0;
}
#modal_link_generate .box_wrap .lang label img {
  margin-right: 10px;
}
#modal_link_generate .box_wrap .form .block,
#modal_cart .box_wrap .form .block {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 14px;
}
#modal_link_generate .box_wrap .btn_main,
#modal_cart .box_wrap .btn_main {
  width: 100%;
  font-family: 'Ubuntu', sans-serif;
}
#modal_link_generate .box_wrap .generated_link_to_copy {
  font-size: 18px;
  color: #000;
  border: 1px solid #000;
  border-radius: 2px;
  padding: 10px 15px;
  background: transparent;
  margin: 25px 0 0;
  display: none;
  width: 100%;
}
#modal_one_click_order .box_wrap form {
  max-width: 100%;
}
#modal_one_click_order .box_wrap .form {
  margin: 0 -12px;
}
#modal_one_click_order .box_wrap .form .block {
  width: calc(50% - 24px);
  margin: 0 12px 25px;
  display: inline-block;
  vertical-align: middle;
}
#modal_one_click_order .box_wrap .btn_main {
  width: 100%;
}
#modal_one_click_order .box_wrap .price {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #636363;
  margin-bottom: 30px;
}
#modal_one_click_order .box_wrap .product_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  max-width: 300px;
  margin-bottom: 15px;
}
#modal_one_click_order .box_wrap .gallery_wrapper {
  height: 410px;
  overflow: hidden;
  position: relative;
  max-width: 380px;
  margin-bottom: 15px;
}
#modal_one_click_order .box_wrap .gallery_wrapper .woocommerce-product-gallery__image {
  height: 100%;
  margin-right: 90px;
  width: calc(100% - 90px);
  overflow: hidden;
  position: relative;
}
#modal_one_click_order .box_wrap .gallery_wrapper .woocommerce-product-gallery__image a {
  display: block;
  height: 100%;
}
#modal_one_click_order .box_wrap .gallery_wrapper .woocommerce-product-gallery__image img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#modal_one_click_order .box_wrap .gallery_wrapper .img_wrap_mini {
  width: 75px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: -5px 0;
}
#modal_one_click_order .box_wrap .gallery_wrapper .img_wrap_mini .woocommerce-product-gallery__image {
  width: 100%;
  display: inline-block;
  float: left;
  height: calc(25% - 10px);
  margin: 5px 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1700px) {
  #modal_compilation .kv_compile_content .product_mini {
    width: calc(16.66% - 16px);
  }
  #modal_compilation .kv_compile_content .product_mini .box_check {
    padding-left: 32px;
  }
  #modal_compilation .kv_compile_content .product_mini .box_check img {
    margin-left: 6px;
  }
  #modal_compilation .kv_compile_content .product_mini .price {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .popup_window .box_wrap {
    padding: 30px 15px;
  }
  #modal_link_generate .box_wrap .col_left,
  #modal_cart .box_wrap .col_left {
    padding: 30px 15px;
  }
  #modal_link_generate .box_wrap .col_right,
  #modal_cart .box_wrap .col_right {
    padding: 30px 15px;
  }
  #modal_compilation .kv_compile_content {
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  #modal_compilation .kv_compile_content .product_mini {
    width: calc(20% - 16px);
  }
}
@media (max-width: 991px) {
  .popup_window .modal-content {
    margin: 50px auto;
  }
  #modal_link_generate .box_wrap .col_left .product_mini .box_img,
  #modal_cart .box_wrap .col_left .product_mini .box_img {
    width: 110px;
    height: 100px;
  }
  #modal_link_generate .box_wrap .col_left .product_mini .box_descr,
  #modal_cart .box_wrap .col_left .product_mini .box_descr {
    width: calc(100% - 110px);
    padding-left: 15px;
  }
  #modal_link_generate .box_wrap .col_left .product_mini .product_title,
  #modal_cart .box_wrap .col_left .product_mini .product_title {
    font-size: 14px;
  }
  #modal_link_generate .box_wrap .col_left .product_mini .price,
  #modal_cart .box_wrap .col_left .product_mini .price {
    font-size: 16px;
  }
  #modal_link_generate .box_wrap .col_left .box_products,
  #modal_cart .box_wrap .col_left .box_products {
    padding-right: 15px;
  }
  #modal_compilation .kv_compile_content {
    padding-right: 15px;
  }
  #modal_compilation .kv_compile_content .product_mini {
    width: calc(25% - 16px);
  }
}
@media (max-width: 767px) {
  .thanks .box_left {
    max-width: 75px;
    width: 100%;
    margin: 0 auto 20px;
  }

  .thanks .box_right {
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .box-modal_close {
    width: 30px;
    height: 30px;
  }
  .popup_window .modal-content {
    max-width: 480px;
  }
  #modal_link_generate .box_wrap .col_left,
  #modal_cart .box_wrap .col_left {
    padding-top: 50px;
  }
  #modal_link_generate .modal-content,
  #modal_cart .modal-content {
    max-width: 480px;
  }
  #modal_link_generate .box_wrap > form,
  #modal_cart .box_wrap > form {
    display: block;
  }
  #modal_link_generate .box_wrap .col_left,
  #modal_cart .box_wrap .col_left {
    width: 100%;
  }
  #modal_link_generate .box_wrap .col_right,
  #modal_cart .box_wrap .col_right {
    width: 100%;
    padding-bottom: 50px;
  }
  #modal_link_generate .box_wrap .box_info {
    max-width: 400px;
  }
  #modal_link_generate .box_wrap .col_left .box_products,
  #modal_cart .box_wrap .col_left .box_products {
    max-height: 100%;
    padding: 0;
  }
  #modal_link_generate .box_wrap .col_left .product_mini .product_title,
  #modal_cart .box_wrap .col_left .product_mini .product_title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 100%;
  }
  #modal_link_generate .box_wrap .col_left .product_mini .product_title::after,
  #modal_cart .box_wrap .col_left .product_mini .product_title::after {
    display: none;
  }
  #modal_compilation .modal-content {
    max-width: 480px;
  }
  #modal_compilation .kv_compile_content {
    padding: 0;
    max-height: 100%;
  }
  #modal_compilation .kv_compile_content .product_mini {
    width: calc(50% - 16px);
  }
  #modal_compilation .kv_compile_content .product_mini .product_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 100%;
  }
  #modal_compilation .kv_compile_content .product_mini .product_title::after {
    display: none;
  }
  .popup_window .box_wrap {
    padding: 50px 15px;
  }
  .popup_window .box_wrap .box_zag {
    margin-bottom: 20px;
  }
  #modal_one_click_order .box_wrap .product_title {
    font-size: 16px;
  }
  #modal_one_click_order .box_wrap .form .block {
    width: 100%;
    margin: 0 auto 25px;
  }
  #modal_one_click_order .box_wrap .form {
    margin: 0;
  }
  #modal_one_click_order .box_wrap .gallery_wrapper {
    height: auto;
  }
  #modal_one_click_order .box_wrap .gallery_wrapper .woocommerce-product-gallery__image {
    width: 100%;
    margin: 0 auto 10px;
    height: 400px;
  }
  #modal_one_click_order .box_wrap .gallery_wrapper .img_wrap_mini {
    margin: 0 -5px;
    width: auto;
    height: 100px;
    position: static;
    font-size: 0;
  }
  #modal_one_click_order .box_wrap .gallery_wrapper .img_wrap_mini .woocommerce-product-gallery__image {
    width: calc(25% - 10px);
    margin: 0 5px;
    height: 100%;
    float: none;
  }
  #modal_compilation .kv_compile_content .product_mini .card_filters {
    font-size: 12px;
  }
  #modal_link_generate .box_wrap .col_left .product_mini .card_filters, #modal_cart .box_wrap .col_left .product_mini .card_filters {
    font-size: 12px;
  }
}
@media (max-width: 369px) {
  #modal_link_generate .box_wrap .col_left .product_mini .box_img,
  #modal_cart .box_wrap .col_left .product_mini .box_img {
    width: 80px;
  }
  #modal_link_generate .box_wrap .col_left .product_mini .box_descr,
  #modal_cart .box_wrap .col_left .product_mini .box_descr {
    width: calc(100% - 80px);
    padding-left: 10px;
  }
  #modal_compilation .kv_compile_content .product_mini {
    width: 100%;
    margin: 0 auto 30px;
  }
  #modal_compilation .kv_compile_content .product_mini .product_title {
    height: 100%;
  }
  #modal_compilation .kv_compile_content .product_mini .box_img {
    margin-bottom: 15px;
  }
  #modal_compilation .kv_compile_content {
    margin: 0;
  }
  .popup_window .box_wrap .box_zag h2 {
    width: calc(100% - 30px);
  }
}
/*search_result*/
.search_result {
  position: fixed;
  left: 0;
  right: 0;
  bottom: auto;
  top: 0;
  height: 0;
  z-index: -1;
  display: none;
  overflow: hidden;
}
.search_result.active {
  z-index: 97;
  height: 100%;
}
.search_result .container_result {
  max-width: 1610px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.search_result .container_result::before {
  content: "";
  background: #F2F4FA;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -999px;
  right: 50%;
}
.search_result .wrap_result {
  max-width: 1290px;
  background: #F2F4FA;
  padding: 0 15px;
  position: relative;
  height: 100%;
}
.search_result .inner_head {
  padding: 20px 0 25px;
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search_result .inner_head .title {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  font-family: "Unbounded", cursive;
  width: calc(100% - 40px);
}
.search_result .inner_head .btn_search {
  background: transparent;
  padding: 0;
  border: none;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search_result .inner_head .btn_search svg {
  width: 100%;
  height: 100%;
}
.search_result .inner_body {
  position: relative;
  z-index: 12;
  height: calc(100% - 77px);
  font-size: 0;
  overflow-y: auto;
  margin-right: 6px;
}
.search_result .inner_body::-webkit-scrollbar {
  width: 6px;
}
.search_result .inner_body::-webkit-scrollbar-track {
  background: #CFD4E0;
  border-radius: 20px;
  margin-bottom: 50px;
}
.search_result .inner_body::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 20px;
}
.search_result .inner_body .col_left {
  width: 24%;
  display: inline-block;
  vertical-align: top;
}
.search_result .inner_body .col_left ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.search_result .inner_body .col_left ul li {
  margin-bottom: 20px;
}
.search_result .inner_body .col_left ul li a {
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: transparent;
  border-right: none;
  position: relative;
}
.search_result .inner_body .col_left ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-bottom: 1px dashed #DBDBDB;
  z-index: 1;
}
.search_result .inner_body .col_left ul li a .num {
  background: #D6D6D6;
  border-radius: 4px;
  height: 25px;
  min-width: 25px;
  padding: 0 6px;
  font-size: 16px;
  color: #7A7A7A;
  font-weight: 700;
  line-height: 25px;
  display: block;
  text-align: center;
}
.search_result .inner_body .col_left ul li a span {
  display: inline-block;
  position: relative;
  z-index: 12;
  background: #F2F4FA;
}
.search_result .inner_body .col_left ul li a .box_left {
  padding-right: 10px;
}
.search_result .inner_body .col_left ul li a .box_right {
  padding-left: 10px;
}
.search_result .inner_body .col_left ul li.sub ul {
  margin-top: 20px;
  display: none;
}
.search_result .inner_body .col_left ul li.sub.active ul {
  display: block;
}
.search_result .inner_body .col_left ul li.sub ul li {
  margin-bottom: 15px;
}
.search_result .inner_body .col_left ul li.sub ul li a {
  font-size: 18px;
  font-weight: 400;
}
.search_result .inner_body .col_right {
  padding-left: 50px;
  padding-bottom: 50px;
  width: 76%;
  display: inline-block;
  vertical-align: top;
}
.search_result .inner_body .col_right .box_row {
  margin-bottom: 15px;
  max-width: 860px;
}
.search_result .inner_body .col_right .box_row:last-child {
  margin-bottom: 0;
}
.search_result .inner_body .col_right .box_row .title {
  font-weight: 700;
  font-size: 18px;
  font-family: "Unbounded", cursive;
}
.search_result .inner_body .col_right .box_row .inner {
  margin: 0 -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search_result .inner_body .col_right .box_row .box {
  margin: 15px 7px 0;
  width: calc(20% - 14px);
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  padding: 10px;
  position: relative;
}
.search_result .inner_body .col_right .box_row .box a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.search_result .inner_body .col_right .box_row .box .card_img {
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.search_result .inner_body .col_right .box_row .box .card_img picture {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search_result .inner_body .col_right .box_row .box .card_img img {
  max-height: 100%;
  border-radius: 6px;
}
.search_result .inner_body .col_right .box_row .box .card_title {
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search_result .inner_body .col_right .box_row .box .card_price .price {
  font-family: "Unbounded", cursive;
  font-weight: 700;
  font-size: 20px;
}
.search_result .inner_body .col_right .box_row .box .card_price .old_price {
  margin-top: 5px;
  font-size: 14px;
  font-family: "Unbounded", cursive;
  font-weight: 400;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #9C9C9C;
}
.search_result .inner_body .col_right .box_row .more {
  color: var(--main-color);
  font-size: 16px;
  border: 1px solid var(--main-color);
  border-radius: 6px;
  padding: 8px 10px;
  display: inline-block;
  margin: 15px 0 0;
}
@media (max-width: 1700px) {
  .search_result .inner_head .title {
    font-size: 22px;
  }

  .search_result .inner_body .col_left ul li a {
    font-size: 18px;
  }

  .search_result .inner_body .col_left ul li.sub ul li a {
    font-size: 16px;
  }

  .search_result .inner_body .col_right {
    padding-left: 30px;
    padding-bottom: 30px;
  }

  .search_result .inner_head {
    padding: 15px 0 20px;
  }

  .search_result .inner_body {
    height: calc(100% - 67px);
  }

  .search_result .inner_body .col_right .box_row .box .card_price .price {
    font-size: 18px;
  }

  .search_result .inner_body .col_right .box_row .box .card_img {
    height: 100px;
  }

  .search_result .inner_body .col_right .box_row {
    max-width: 98%;
  }

  .search_result .inner_body::-webkit-scrollbar-track {
    margin-bottom: 30px;
  }

  .search_result .inner_body .col_left ul li a .num {
    font-size: 14px;
  }

  .search_result .inner_body .col_left ul li.sub ul li {
    margin-bottom: 10px;
  }

  .search_result .inner_body .col_left ul li.sub ul {
    margin-top: 15px;
  }

  .search_result .inner_body .col_left ul li {
    margin-bottom: 15px;
  }
}
@media (max-width: 1440px) {
  
}
@media (max-width: 1199px) {
  .search_result .inner_body .col_right .box_row .box {
    width: calc(25% - 14px);
  }

  .search_result .inner_body .col_right .box_row .box .card_price .price {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .search_result .inner_head .title {
    font-size: 18px;
  }

  .search_result .inner_body .col_left ul li a {
    font-size: 16px;
  }

  .search_result .inner_body .col_left ul li.sub ul li a {
    font-size: 14px;
  }

  .search_result .inner_body .col_left {
    width: 30%;
  }

  .search_result .inner_body .col_right {
    width: 70%;
    padding-left: 20px;
  }

  .search_result .inner_body .col_right .box_row .box {
    width: calc(33.33% - 14px);
  }

  .search_result .inner_body .col_right .box_row .title {
    font-size: 16px;
  }

  .search_result .inner_body .col_right .box_row .box .card_img {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .search_result .wrap_result {
    height: auto;
  }

  .search_result .container_result {
    height: auto;
  }

  .search_result.active {
    overflow-y: auto;
  }

  .search_result .inner_head .title {
    font-size: 14px;
  }

  .search_result .inner_head {
    padding: 20px 0 25px;
  }

  .search_result .inner_head .btn_search {
    display: none;
  }

  .search_result .inner_body {
    height: auto;
    margin: 0;
    overflow: initial;
    padding-bottom: 80px;
  }

  .search_result .inner_body .col_left {
    width: 100%;
    display: block;
    max-width: 300px;
  }

  .search_result .inner_body .col_right {
    width: 100%;
    display: block;
    padding: 0;
  }

  .search_result .inner_body .col_left ul li {
    margin-bottom: 20px;
  }

  .search_result .inner_body .col_left ul li a .num {
    font-size: 16px;
  }

  .search_result .inner_body .col_left ul li a {
    font-size: 20px;
    pointer-events: none;
  }

  .search_result .inner_body .col_right .box_row .title {
    font-size: 14px;
  }

  .search_result .inner_body .col_right .box_row .box {
    width: calc(50% - 14px);
    margin: 10px 7px 0;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 10px 5px 10px 100px;
    position: relative;
  }

  .search_result .inner_body .col_right .box_row .box .card_img {
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
  }

  .search_result .inner_body .col_right .box_row .box .card_title {
    margin-bottom: 10px;
  }

  .search_result .inner_body .col_right .box_row {
    max-width: 100%;
  }

  .search_result .container_result::before {
    display: none;
  }

  .search_result .wrap_result {
    background: #fff;
  }

  .search_result .inner_body .col_left ul li a span {
    background: #fff;
  }
}
@media (max-width: 479px) {
  .search_result .inner_body .col_right .box_row .box .card_price .price {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }

  .search_result .inner_body .col_right .box_row .box .card_price .old_price {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }

  .search_result .inner_body .col_right .box_row .box {
    width: 100%;
    margin: 10px auto 0;
  }

  .search_result .inner_body .col_right .box_row .inner {
    margin: 0;
  }
}
@media (max-width: 369px) {
  .search_result .inner_body .col_right .box_row .box .card_price .price {
    display: block;
  }

  .search_result .inner_body .col_right .box_row .box .card_price .old_price {
    display: block;
  }
}
.dropdown_switcher {
  width: 54px;
  height: 58px;
  display: inline-block;
  vertical-align: middle;
}
.dropdown_switcher .dropdown-toggle {
  width: 100%;
  height: 100%;
  background: #F2F4FA;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  border: none;
  padding: 0;
}
.dropdown_switcher .dropdown-toggle .icon {
  width: 18px;
  height: 18px;
  display: initial;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.dropdown_switcher .dropdown-toggle .icon svg {
  width: 100%;
  height: 100%;
}
.dropdown_switcher .dropdown-toggle .icon.light {
  left: -50%;
}
.dropdown_switcher .dropdown-toggle .icon.moon {
  left: 50%;
}
.dropdown_switcher .dropdown-menu {
  background: #fff;
  border: 1px solid #edf0f3;
  border-radius: 10px;
  padding: 10px 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 10px;
}
.dropdown_switcher .dropdown-menu button {
  padding: 0;
  border: none;
  background: 0 0;
  color: #000;
  font-size: 14px;
  text-align: center;
  display: block;
  margin: 0 auto 10px;
  position: relative;
}
.dropdown_switcher .dropdown-menu button::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dropdown_switcher .dropdown-menu button.active::before {
  background: url(img/icon/check.svg) center/contain no-repeat;
}
.dropdown_switcher .dropdown-menu button:last-child {
  margin-bottom: 0;
}

@media (max-width: 1700px) {
  .dropdown_switcher {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 991px) {
  .dropdown_switcher {
    height: 38px;
    width: 38px;
  }

  .dropdown_switcher .dropdown-toggle {
    background: #4D4D4D;
    border-radius: 10px;
  }

  .dropdown_switcher .dropdown-toggle .icon svg path {
    stroke: #fff;
  }
}
.dropdown_sort {
  max-width: 258px;
  width: 100%;
}
/*.dropdown_sort .dropdown-toggle {
  height: 47px;
  border: 2px solid #D8DBE3;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 18px;
  background: transparent;
  width: 100%;
  text-align: left;
  position: relative;
}
.dropdown_sort .dropdown-toggle svg {
  width: 16px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dropdown_sort.open .dropdown-toggle svg {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.dropdown_sort .dropdown-menu {
  margin-top: 10px;
  width: 100%;
  padding: 10px;
  border-color: #D8DBE3;
}
.dropdown_sort .dropdown-menu .dropdown-item {
  margin-bottom: 10px;
}
.dropdown_sort .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}
.dropdown_sort .dropdown-menu .dropdown-item a {
  padding: 10px 15px;
  border-radius: 5px;
}
.dropdown_sort .dropdown-menu .dropdown-item.active a {
  background: var(--main-color);
  color: #fff;
}
*/
.woocommerce-ordering {
  max-width: 258px;
  width: 100%;
}
.woocommerce-ordering .bootstrap-select {
  height: auto;
  width: 100%;
  background: transparent;
  width: 100%;
  text-align: left;
  position: relative;
}
.woocommerce-ordering .bootstrap-select button {
  background: transparent;
  border: none;
  padding: 0;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
}
.woocommerce-ordering .bootstrap-select button .bs-caret {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 10px;
  width: 16px;
  height: 10px;
  background: url(img/arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.woocommerce-ordering .bootstrap-select.open button .bs-caret {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.woocommerce-ordering .bootstrap-select .dropdown-toggle:focus, 
.woocommerce-ordering .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
  outline-offset: 0 !important;
}
.woocommerce-ordering .bootstrap-select button div {
  height: 100%;
}
.woocommerce-ordering .bootstrap-select .dropdown-toggle .caret {
  display: none;  
}
.woocommerce-ordering .bootstrap-select .filter-option-inner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce-ordering .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.woocommerce-ordering .bootstrap-select .dropdown-menu {
  margin-top: 10px;
  padding: 10px;
  font-size: 14px;
}
.woocommerce-ordering .bootstrap-select .dropdown-menu.inner {
  padding: 0;
}
.woocommerce-ordering .bootstrap-select .dropdown-menu li {
  margin-bottom: 10px;
}
.woocommerce-ordering .bootstrap-select .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.woocommerce-ordering .bootstrap-select .dropdown-menu li.active a {
  background: #000;
  color: #fff;
}
.woocommerce-ordering .bootstrap-select .dropdown-menu li.active a:hover {
  background: #000;
  color: #fff;
}
.woocommerce-ordering .bootstrap-select .dropdown-menu li a {
  padding: 5px 10px;
  border-radius: 5px;
  color: #000;
}
.woocommerce-ordering .bootstrap-select .dropdown-menu li a:hover {
  color: #000;
}

@media (max-width: 1700px) {
  /*.dropdown_sort .dropdown-toggle {
    font-size: 16px;
  }*/
  .woocommerce-ordering .bootstrap-select {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  /*.dropdown_sort .dropdown-toggle {
    font-size: 14px;
  }*/
  .woocommerce-ordering .bootstrap-select {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .woocommerce-ordering  {
    max-width: 165px;
  }
  .woocommerce-ordering .dropdown svg {
    right: 10px;
  }
  .woocommerce-ordering .bootstrap-select .dropdown-menu li a {
    padding: 5px 10px;
  }
  .woocommerce-ordering .bootstrap-select .dropdown-menu {
    padding: 5px;
  }
  .woocommerce-ordering .bootstrap-select {
    font-size: 13px;
  }
  .woocommerce-ordering .bootstrap-select button {
    padding: 0 10px;
  }

  /*.dropdown_sort .dropdown-toggle {
    font-size: 13px;
    padding: 0 10px;
  }

  .dropdown_sort .dropdown-toggle svg {
    right: 10px;
  }

  .dropdown_sort .dropdown-menu .dropdown-item a {
    padding: 5px 10px;
  }

  .dropdown_sort .dropdown-menu {
    padding: 5px;
  }*/
  
}
@media (max-width: 369px) {
  .woocommerce-ordering {
    max-width: 150px;
  }
}
.editor img {
    margin: 15px;
}
.editor .alignright {
    float: right;
}
.editor .alignleft {
    float: left;
}
.editor .aligncenter {
    display: block;
    margin: 15px auto;
}
.editor table td {
    padding: 5px 10px;
    border: 1px solid #2d2d2d;
}

@media (max-width: 767px) {

  .editor .alignright,
  .editor .alignleft {
    float: none;
    display: block;
    margin:  10px auto;
  }
}
/*error404*/
.error404 {
/*  min-height: 100vh;*/
  display: block;
  margin: 0;
}
.error404 section {
  padding: 60px 0;
}
.error404 .box_zag {
  display: block;
  text-align: center;
  margin-bottom: 0;
}
.error404 .box_zag * {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
.error404 .box_zag *:last-child {
  margin-bottom: 0;
}
@media (min-width: 1921px) {
  .error404 main {
    height: calc(100vh - 705px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .error404 section {
    padding: 10% 0;
  }
}
.added_to_cart {
  display: none;
}
.loading {
  opacity: 0;
}
.kv_reloading {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#additional_services_field .box_check .input-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  height: 100%;
  font-size: 0;
  opacity: 0;
  cursor: pointer;
}
#additional_services_field .box_left,
#additional_services_field .box_check .input-checkbox {
  width: 65%;
}
#additional_services_field .box_center {
  width: 20%;
}
#additional_services_field .box_center .service_quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#additional_services_field .box_right {
  width: 15%;
  text-align: right;
}
#additional_services_field .box_right .box_badge {
  display: inline-block;
}
.service_quantity button {
  width: 40px;
  height: 27px;
  background: #F2F4FA;
  border-radius: 8px;
  border: none;
  padding: 0;
  position: relative;
}
.service_quantity button.plus {
  background: var(--main-color);
}
.service_quantity button.plus span {
  background: #fff;
}
.service_quantity span {
  width: 15px;
  height: 3px;
  background: #9DA2AA;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service_quantity button.plus span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

#additional_services_field .service_quantity input {
  height: 27px;
  background: #F2F4FA;
  border-radius: 8px;
  width: calc(100% - 88px);
  padding: 0;
  outline: none;
  border: none;
  margin: 0 4px;
  text-align: center;
  font-size: 16px;
}
#additional_services_field .box_check .text {
  max-width: 95%;
}
.kv_limit {
  opacity: .3;
  pointer-events: none;
}


table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  display: none;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}

table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
  display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {

  table.shop_table_responsive thead {
    display: table-header-group;
  }

  table.shop_table_responsive tbody th {
    display: table-cell;
  }

  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }

  table.shop_table_responsive tr td {
    display: table-cell;
  }

  table.shop_table_responsive tr td::before {
    display: none;
  }
}

/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}

ul.products li.product img {
  display: block;
}

ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {

  ul.products li.product {
    width: 30.79667%;
    float: left;
    margin-right: 3.8%;
  }

  ul.products li.product.first {
    clear: both;
  }

  ul.products li.product.last {
    margin-right: 0;
  }

  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }

  ul.products.columns-2 li.product {
    width: 48.1%;
  }

  ul.products.columns-3 li.product {
    width: 30.79667%;
  }

  ul.products.columns-4 li.product {
    width: 22.15%;
  }

  ul.products.columns-5 li.product {
    width: 16.96%;
  }

  ul.products.columns-6 li.product {
    width: 13.49333%;
  }
}

/*header*/
.header {
  background: #272427;
  border-radius: 0 0 20px 20px;
  position: relative;
}
.header.header_client .inner .col_r {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header.header_client .inner .col_r > * {
  margin-right: 45px;
}
.header.header_client .inner .col_r > *:last-child {
  margin-right: 0;
}
.header .bg {
  position: absolute;
  top: 0;
  bottom: -27px;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
}
.header .bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(img/header/bg.svg) no-repeat;
  background-size: 1728px auto;
  background-position: center bottom;
  width: 90%;
  height: 100%;
}
.header .inner {
  max-width: 1610px;
  width: 100%;
  padding: 16px 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.header .inner .col_l {
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .inner .lang {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .inner .lang li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.header .inner .lang li:last-child {
  margin: 0;
}
.header .inner .lang li a {
  height: 40px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  padding: 0 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 12px;
}
.header .inner .lang li a img {
  margin-right: 6px;
}
.header .inner .lang li.active a {
  border-color: #fff;
}
.header .inner .col_l .production_type {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.header .inner .col_l .production_type li {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.header .inner .col_l .production_type li:last-child {
  margin-right: 0;
}
.header .inner .col_l .production_type li a {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  border-bottom: 1px solid transparent;
}
.header .inner .col_l .production_type li.active a {
  border-color: #fff;
}
.header .inner .col_l form {
  font-size: 0;
}
.header .inner .col_l label {
  height: 40px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  padding: 0 18px;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
}
.header .inner .col_l label:last-child {
  margin-right: 0;
}
.header .inner .col_l label.active {
  border-color: #fff;
}
.header .inner .col_l label img {
  margin-right: 10px;
}
.header .inner .col_l label input {
  background: transparent;
  border: none; 
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.header .inner .box_logo {
  width: 16%;
  text-align: center;
  position: relative;
}
.header .inner .box_logo a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.header .inner .col_r {
  width: 42%;
}
.header .inner .col_r .navmenu .navmenu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header .inner .col_r .navmenu .navmenu_inner > * {
  margin-left: 20px;
}
.header .inner .col_r .navmenu .navmenu_inner > *:first-child {
  margin-left: 0;
}
.header .inner .col_r .navmenu .btn_close {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 28px;
  height: 28px;
  padding: 0;
  background: transparent;
  border: none;
}
.header .inner .col_r .navmenu .btn_close span {
  position: absolute;
  height: 2px;
  background: #000;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 28px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  margin: 0;
}
.header .inner .col_r .navmenu .btn_close span:last-child {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
.header .inner .col_r .btn_generate,
.header .inner .col_r .kv_order_one_click {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #FFFFFF;
  background: transparent;
  border-radius: 2px;
  padding: 0 15px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.header .inner .col_r .btn_cart_generate,
.header .inner .col_r .client_cart {
  height: 30px;
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  position: relative;
}
.header .inner .col_r .client_cart .btn_cart {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.header .inner .col_r .btn_cart_generate img,
.header .inner .col_r .client_cart img {
  margin-right: 15px;
}
.header .inner .col_r .btn_cart_generate .box_count,
.header .inner .col_r .client_cart .box_count {
  position: absolute;
  top: 5px;
  left: 19px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #D71515;
  border-radius: 4px;
  padding: 0 3px;
  min-width: 25px;
  font-weight: 700;
  font-size: 11px;
  color: #fff;
}
.header .inner .col_r .btn_reset {
  height: 30px;
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.header .inner .col_r .btn_reset img {
  margin-right: 5px;
}
.header .btn_menu {
  background: transparent;
  padding: 0;
  border: none;
  width: 23px;
  display: none;
}
.header .btn_menu span {
  height: 2px;
  background: #fff;
  border-radius: 2px;
  display: block;
  margin-bottom: 6px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header .btn_menu span:first-child {
  width: calc(100% - 7px);
  margin-left: 7px;
}
.header .btn_menu span:nth-child(2) {
  width: 100%;
}
.header .btn_menu span:last-child {
  width: 16px;
  margin-bottom: 0;
}
/*s_catalog*/
.s_catalog {
  padding-top: 40px;
  padding-bottom: 100px;
}
.s_catalog .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s_catalog .wrap_top {
  border-bottom: 1px solid #EAEDF2;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.s_catalog .wrap_top .box_zag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.s_catalog .wrap_top .topbar {
  font-size: 0;
  max-width: 400px;
  width: 100%;
  position: relative;
}
.s_catalog .wrap_top .topbar .woocommerce-product-search {
  width: 100%;
}
.s_catalog .wrap_top .topbar .woocommerce-product-search button[type="submit"] {
  display: none;
}
.s_catalog .wrap_top .topbar .woocommerce-product-search input.search-field {
  height: 45px;
  background: #F3F3F3;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 16px;
  width: 100%;
  border:none;
  box-sizing: border-box;
  outline: none;
}
.s_catalog .wrap_top .topbar .woocommerce-product-search button.wp-element-button {
  font-size: 0;
  background-color: transparent;
  background-image: url(img/loop.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  padding: 0;
}
.s_catalog .wrap .col_left {
  width: 300px;
  display: inline-block;
  vertical-align: text-top;
}
.s_catalog .wrap .col_left .filter_header {
  display: none;
}
.s_catalog .wrap .col_left .kv_filters {
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.s_catalog .widget .widget-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #122C37;
  position: relative;
  cursor: pointer;
  padding-right: 30px;
}
.s_catalog .widget .widget-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 10px;
  background: url(img/arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.s_catalog .widget .widget-title.active::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.s_catalog .widget {
  margin-bottom: 35px;
}
.s_catalog .widget:last-child {
  margin-bottom: 0;
}
.s_catalog .widget_kv_price_top_widget .widget-title,
.s_catalog .widget_true_top_widget .widget-title {
  cursor: default;
  padding: 0;
  margin-bottom: 15px;
}
.s_catalog .widget_kv_price_top_widget .widget-title::after,
.s_catalog .widget_true_top_widget .widget-title::after {
  display: none;
}
.s_catalog .widget .wp-element-button {
  display: none;
}
.s_catalog .widget .price_slider_amount .button {
  display: none;
}
.s_catalog .widget_true_top_widget .screen-reader-text {
  display: none;
}
.s_catalog .widget_true_top_widget .diametr_label {
  display: none;
}
.s_catalog .widget_true_top_widget .slider_diametr_wrap {
  position: relative;
  padding-top: 58px;
}
.s_catalog .widget_true_top_widget .diametr_slider_amount {
  margin: 0 -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.s_catalog .widget_true_top_widget input {
  height: 38px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  width: calc(50% - 12px);
  display: inline-block !important;
  vertical-align: middle;
  margin: 0 6px;
  font-size: 16px;
  padding: 0 15px;
  outline: none;
}
.s_catalog .widget_true_top_widget .ui-widget-content {
  background: #9C9C9C;
  border: none;
  width: calc(100% - 12px);
  margin: 20px 6px 0;
  height: 1px;
}
.s_catalog .widget_true_top_widget .ui-slider .ui-slider-range {
  background: #000;
}
.s_catalog .widget_true_top_widget .ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  background: #fff;
  margin-left: 0;
  top: -10px;
  border-radius: 50%;
  outline: none;
}
.s_catalog .widget_true_top_widget .ui-slider .ui-slider-handle:last-child {
  -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.s_catalog .widget_kv_price_top_widget .price_slider_amount {
  margin: 0 -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.s_catalog .widget_kv_price_top_widget .screen-reader-text {
  display: none;
}
.s_catalog .widget_kv_price_top_widget .price_label {
  display: none !important;
}
.s_catalog .widget_kv_price_top_widget .price_slider_wrapper .ui-widget-content {
  background: #9C9C9C;
  border: none;
  width: calc(100% - 12px);
  margin: 20px 6px 0;
  height: 1px;
}

.s_catalog .slider_price_wrap {
  position: relative;
  padding-top: 58px;
}
.s_catalog .widget_kv_price_top_widget .ui-slider .ui-slider-range {
  background: #000;
}
.s_catalog .widget_kv_price_top_widget .ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  background: #fff;
  margin-left: 0;
  top: -10px;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.s_catalog .widget_kv_price_top_widget .ui-slider .ui-slider-handle:last-child {
  -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.s_catalog .widget_kv_price_top_widget input,
.s_catalog .widget_kv_price_top_widget #min_price_overlay,
.s_catalog .widget_kv_price_top_widget #max_price_overlay {
  height: 38px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  width: calc(50% - 12px);
  display: inline-block !important;
  vertical-align: middle;
  margin: 0 6px;
  font-size: 16px;
  padding: 0 15px;
  outline: none;
/*  pointer-events: none;*/
  text-align: left;
}
.s_catalog .widget_kv_price_top_widget #min_price_overlay {
  position: absolute;
  box-shadow: none;
  left: 0;
  top: 0;
}
.s_catalog .widget_kv_price_top_widget #max_price_overlay {
  position: absolute;
  box-shadow: none;
  right: 0;
  top: 0;
}
.s_catalog .widget .woocommerce-widget-layered-nav-list {
  display: none;
  padding-top: 15px;
}
.s_catalog .widget .woocommerce-widget-layered-nav-list .count {
  display: none;
}
.s_catalog .widget .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  margin-bottom: 8px;
  min-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
.s_catalog .widget .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child {
  margin-bottom: 0;
}
.s_catalog .widget .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
  display: block;
  position: relative;
  padding: 0 0 0 36px;
}
.s_catalog .widget .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #747474;
  border-radius: 2px;
  width: 26px;
  height: 26px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.s_catalog .widget .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::after {
  content: "";
  background: url(img/check.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.s_catalog .widget .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a::after {
  opacity: 1;
}
.s_catalog .widget .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a::before {
  background: #000;
  border-color: #000;
}
.s_catalog .widget_product_categories input[name="search_brand"] {
  height: 38px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-size: 16px;
  color: #000;
  outline: none;
  margin: 15px 0;
  padding: 0 15px;
  width: 100%;
}
.s_catalog .widget_product_categories .product-categories {
  padding: 0;
  margin: 0;
  list-style: none;
}
.s_catalog .widget_product_categories .product-categories li {
  margin-bottom: 8px;
}
.s_catalog .widget_product_categories .product-categories a {
  position: relative;
  padding-left: 36px;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
}
.s_catalog .widget_product_categories .product-categories a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #747474;
  border-radius: 2px;
  width: 26px;
  height: 26px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.s_catalog .widget_product_categories .product-categories a::after {
  content: "";
  background: url(img/check.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.s_catalog .widget_product_categories .product-categories .current-cat > a::before,
.s_catalog .widget_product_categories .product-categories .current-cat-parent > a::before {
  background: #000;
  border-color: #000;
}
.s_catalog .widget_product_categories .product-categories .current-cat > a::after,
.s_catalog .widget_product_categories .product-categories .current-cat-parent > a::after {
  opacity: 1;
}
.s_catalog .widget_product_categories .product-categories .children {
  margin: 0 0 0 36px;
  list-style: none;
  padding: 8px 0;
  display: none;
}
.s_catalog .widget_product_categories .product-categories .children a {
  min-height: 23px;
}
.s_catalog .widget_product_categories .product-categories .children a::before {
  width: 23px;
  height: 23px;
}
.s_catalog .widget_product_categories .product-categories .children a::after {
  width: 12px;
}
.s_catalog .widget_product_categories .product-categories .current-cat-parent .children,
.s_catalog .widget_product_categories .product-categories .current-cat .children {
  display: block;
}
.s_catalog .widget_kv_widget_weight .widget-title {
  margin-bottom: 15px;
}
.s_catalog .widget_kv_widget_weight .slider_weight_wrap {
  position: relative;
  padding-top: 58px;
}
.s_catalog .widget_kv_widget_weight .slider_weight_wrap .weight_slider_amount {
  margin: 0 -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.s_catalog .widget_kv_widget_weight .slider_weight_wrap .screen-reader-text,
.s_catalog .widget_kv_widget_weight .slider_weight_wrap .weight_label {
  display: none;
}
.s_catalog .widget_kv_widget_weight .slider_weight_wrap input {
  height: 38px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  width: calc(50% - 12px);
  display: inline-block !important;
  vertical-align: middle;
  margin: 0 6px;
  font-size: 16px;
  padding: 0 15px;
  outline: none;
/*  pointer-events: none;*/
}
.s_catalog .widget_kv_widget_weight .slider_weight_wrap .ui-widget-content {
  background: #9C9C9C;
  border: none;
  width: calc(100% - 12px);
  margin: 20px 6px 0;
  height: 1px;
}
.s_catalog .widget_kv_widget_weight .slider_weight_wrap .ui-slider-range {
  background: #000;
}
.s_catalog .widget_kv_widget_weight .slider_weight_wrap .ui-slider-handle {
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  background: #fff;
  margin-left: 0;
  top: -10px;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.s_catalog .widget_kv_widget_weight .slider_weight_wrap .ui-slider-handle:last-child {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.s_catalog .wrap .col_right {
  width: calc(100% - 300px);
  padding-left: 30px;
  display: inline-block;
  vertical-align: text-top;
}
.s_catalog .wrap .col_right .empty {
  text-align: center;
  font-size: 16px;
  padding: 20px 0;
}
.s_catalog .wrap .col_right .box_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}
.s_catalog .wrap .col_right .box_header .box_head_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s_catalog .wrap .col_right .box_header .woocommerce-ordering {
  margin: 0 80px 0 0;
  max-width: 100%;
  width: auto;
}
.s_catalog .wrap .col_right .box_header .filter_gender {
  font-size: 0;
}
.s_catalog .wrap .col_right .box_header .filter_gender label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #000000;
  font-size: 16px;
  line-height: 130%;
  padding-left: 36px;
  margin-right: 15px;
  min-height: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.s_catalog .wrap .col_right .box_header .filter_gender label:last-child {
  margin-right: 0;
}
.s_catalog .wrap .col_right .box_header .filter_gender label input {
  position: absolute;
  left: -999px;
  opacity: 0;
}
.s_catalog .wrap .col_right .box_header .filter_gender label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #747474;
  border-radius: 2px;
  width: 26px;
  height: 26px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.s_catalog .wrap .col_right .box_header .filter_gender label::after {
  content: "";
  background: url(img/check.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; 
}
.s_catalog .wrap .col_right .box_header .filter_gender label.active::before {
  background: #000;
  border-color: #000;
}
.s_catalog .wrap .col_right .box_header .filter_gender label.active::after {
  opacity: 1;
}
.woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  min-width: 100%;
}
.woocommerce ul.products li.product {
  width: calc(25% - 30px) !important;
  margin: 0 15px 30px !important;
  float: none !important;
}
.woocommerce ul.products li.product.active {
  background: #FFFFFF;
  box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.woocommerce ul.products li.product .add_to_compilation {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #EFEFEF;
  border: none;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.woocommerce ul.products li.product .add_to_compilation img.add {
  display: block;
}
.woocommerce ul.products li.product .add_to_compilation img.delete {
  display: none;
}
.woocommerce ul.products li.product .add_to_compilation.added img.add {
  display: none;
}
.woocommerce ul.products li.product .add_to_compilation.added img.delete {
  display: block;
}
.woocommerce ul.products li.product .price {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #636363;
  margin-bottom: 0;
  width: 100%;
}
.woocommerce ul.products li.product .title_product {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 20px;
  height: 44px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.woocommerce ul.products li.product .title_product::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 20px;
  background: linear-gradient(to left, #fff, rgba(255,255,255,0.01));
  z-index: 1;
}
.woocommerce ul.products li.product .box_img {
  height: 410px;
  overflow: hidden;
  position: relative;
}
.woocommerce ul.products li.product .box_img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.woocommerce ul.products li.product .box_img img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.woocommerce ul.products li.product .box_img img:nth-child(2) {
  opacity: 0;
}
.woocommerce ul.products li.product .box_img:hover img:nth-child(2) {
  opacity: 1;
}
.woocommerce ul.products li.product .box_descr {
  padding: 50px 15px 15px;
  position: relative;
}
.woocommerce ul.products li.product .card_filters {
  margin: 0;
  width: 100%;
}
.woocommerce ul.products li.product .card_filters li {
  margin-bottom: 15px;
}
.woocommerce ul.products li.product .card_filters li .filter {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6B787D;
  font-size: 12px;
  line-height: 130%;
  display: block;
}
.woocommerce ul.products li.product .card_filters li .value {
  color: #000000;
  font-size: 14px;
  line-height: 130%;
  margin-top: 2px;
  display: block;
}
.woocommerce nav.woocommerce-pagination {
  margin-top: 10px;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
  margin: 0;
  font-size: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  height: 45px;
  border: none;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
} 
.woocommerce nav.woocommerce-pagination ul li span.current {
  border-color: #000;
  background: transparent;
  color: #000;
}
.woocommerce nav.woocommerce-pagination ul li a:not(.next,.prev):hover {
  border-color: #000;
  background: transparent;
  color: #000;
}
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
  font-size: 0;
  background-image: url(img/arrow_pagination.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
}
.woocommerce nav.woocommerce-pagination ul li a.prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover {
  background-color: transparent;
  color: #000;
}
.woocommerce .s_client ul.products li.product {
  width: calc(20% - 30px) !important;
}
.woocommerce .s_client ul.products li.product .box_descr {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.woocommerce .s_client ul.products li.product .price {
  margin-bottom: 15px;
}
.woocommerce .s_client ul.products li.product .kv_add_to_cart {
  width: 100%;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 2px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  margin: 0;
  padding: 0 10px;
}
.woocommerce .s_client ul.products li.product .kv_add_to_cart::after {
  content: "";
  background: url(img/cart_wh.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 18px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.woocommerce .s_client ul.products li.product .kv_add_to_cart .remove {
  display: none;
}
.woocommerce .s_client ul.products li.product .kv_add_to_cart .add {
  display: block;
}
.woocommerce .s_client ul.products li.product .kv_add_to_cart.added {
  background: #EBEBEB;
  border-color: #EBEBEB;
  width: calc(100% - 70px);
  color: #000000;
  pointer-events: none;
}
.woocommerce .s_client ul.products li.product .kv_add_to_cart.added::after {
  background: url(img/cart.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.woocommerce .s_client ul.products li.product .kv_add_to_cart.added .remove {
  display: block;
}
.woocommerce .s_client ul.products li.product .kv_add_to_cart.added .add {
  display: none;
}
.woocommerce .s_client ul.products li.product .kv_remove_from_cart {
  display: none;
  vertical-align: middle;
  height: 40px;
  width: 56px;
  line-height: 40px;
  background: #000;
  border: none;
  padding: 0;
  text-align: center;
}
.woocommerce .s_client ul.products li.product .kv_remove_from_cart img {
  display: inline-block;
}
.woocommerce .s_client ul.products li.product .kv_add_to_cart.added ~ .kv_remove_from_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1700px) {
  .header .inner .lang li a {
    font-size: 11px;
    height: 34px;
    padding: 0 10px;
  }
  .header .inner .col_r .btn_reset {
    font-size: 11px;
  }
  .header .inner .col_r .btn_cart_generate,
  .header .inner .col_r .client_cart {
    font-size: 11px;
  }
  .header .inner .col_r .btn_cart_generate img,
  .header .inner .col_r .client_cart img {
    width: 30px;
  }
  .header .inner .col_r .btn_cart_generate .box_count,
  .header .inner .col_r .client_cart .box_count {
    left: 14px;
  }
  .header .inner .col_r .btn_reset img {
    width: 30px;
  }
  .header .inner .col_r .btn_generate,
  .header .inner .col_r .kv_order_one_click  {
    font-size: 11px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
  }
  .header .inner .col_l label {
    font-size: 12px;
    height: 34px;
    padding: 0 15px;
  }
  .header .inner .col_l .production_type li {
    margin-right: 15px;
  }
  .header .inner .col_l .production_type li a {
    font-size: 11px;
  }
  .header .inner {
    max-width: 1370px;
  }
  .header .inner .col_r .navmenu .navmenu_inner > * {
    margin-left: 15px;
  }
  .header.header_client .inner .col_r > * {
    margin-right: 30px;
  }
  .woocommerce ul.products li.product .box_img {
    height: 350px;
  }
  .s_catalog .widget .widget-title {
    font-size: 18px;
  }
  .s_catalog .widget {
    margin-bottom: 30px;
  }
  .woocommerce .s_client ul.products li.product .kv_add_to_cart {
    font-size: 12px;
  }
  .woocommerce .s_client ul.products li.product .kv_add_to_cart.added {
    width: calc(100% - 50px);
  }
  .woocommerce .s_client ul.products li.product .kv_remove_from_cart {
    width: 45px;
  }
}
@media (max-width: 1440px) {
  .header .inner .col_r {
    width: 46%;
  }
  .header .inner .col_l {
    width: 46%;
  }
  .header .inner .box_logo {
    width: 8%;
  }
  .header .inner .lang li a {
    padding: 0 8px;
  }
  .header .inner .col_r .btn_generate,
  .header .inner .col_r .kv_order_one_click,
  .header .inner .col_r .btn_cart_generate,
  .header .inner .col_r .btn_cart,
  .header .inner .col_r .btn_reset,
  .header .inner .col_l label,
  .header .inner .col_l .production_type li a {
    letter-spacing: normal;
  }
  .header .inner .col_r .navmenu .navmenu_inner > * {
    margin-left: 15px;
  }
  .header .inner .col_l .production_type li {
    margin-right: 10px;
  }
  .s_catalog .wrap_top .topbar .woocommerce-product-search input.search-field {
    font-size: 14px;
  }
  .s_catalog .wrap_top .topbar {
    max-width: 360px;
  }
  .s_catalog .widget .widget-title {
    font-size: 16px;
  }
  .s_catalog .widget_kv_price_top_widget input {
    font-size: 14px;
  }
  .s_catalog .widget_true_top_widget input {
    font-size: 14px;
  }
  .s_catalog .widget_product_categories input[name="search_brand"] {
    font-size: 14px;
  }
  .s_catalog .widget_kv_widget_weight .slider_weight_wrap input {
    font-size: 14px;
  }
  .s_catalog .wrap .col_left {
    width: 260px;
  }
  .s_catalog .wrap .col_right {
    width: calc(100% - 260px);
  }
  .s_catalog .wrap .col_right .box_header .filter_gender label {
    font-size: 14px;
  }
  .s_catalog .wrap .col_right .box_header .woocommerce-ordering {
    margin-right: 40px;
  }
  .woocommerce-ordering .bootstrap-select button {
    letter-spacing: normal;
  }
  .woocommerce ul.products li.product .card_filters li .filter {
    letter-spacing: normal;
  }
  .woocommerce .s_client ul.products li.product .kv_add_to_cart {
    letter-spacing: normal;
  }
}
@media (max-width: 1199px) {
  .header .inner .lang li a {
    font-size: 0;
  }
  .header .inner .lang li a img {
    margin: 0;
  }
  .header .inner .col_r .btn_cart_generate .text,
  .header .inner .col_r .client_cart .kv_cart_title {
    display: none;
  }
  .header .inner .col_r .btn_cart_generate img,
  .header .inner .col_r .client_cart img {
    margin: 0;
  }
  .header .inner .col_r .btn_reset .text {
    display: none;
  }
  .header .inner .col_r .btn_reset img {
    margin: 0;
  }
  .header .inner {
    padding: 10px 15px;
    max-width: 992px;
  }
  .header .bg {
    bottom: -20px;
  }
  .header.header_client .inner .col_r .client_cart {
    margin-right: 10px;
  }
  .header.header_client .inner .col_r > *:last-child {
    margin-right: 10px;
  }
  .header .inner .col_l label {
    font-size: 0;
  }
  .header .inner .col_l label img {
    margin: 0;
  }
  .header .inner .col_l .production_type li {
    margin: 0 0 10px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 10px;
  }
  .header .inner .col_l .production_type li:last-child {
    margin-bottom: 0;
  }
  .s_catalog {
    padding-bottom: 60px;
  }
  .s_catalog .widget .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    font-size: 14px;
  }
  .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    font-size: 14px;
    padding: 0 8px;
    min-width: 30px;
  }
  .woocommerce ul.products li.product {
    width: calc(33.33% - 30px) !important;
  }
  .woocommerce .s_client ul.products li.product {
    width: calc(25% - 30px) !important;
  }
  .woocommerce ul.products li.product .box_img:hover img.hover_img {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .header .bg {
    bottom: -15px;
  }
  .header .bg::after {
    width: 480px;
  }
  .s_catalog .wrap .col_left {
    width: 220px;
  }
  .s_catalog .wrap .col_right {
    width: calc(100% - 220px);
    padding-left: 20px;
  }
  .s_catalog .widget {
    margin-bottom: 20px;
  }
  .s_catalog .wrap .col_right .box_header .woocommerce-ordering {
    margin-right: 20px;
  }
  .s_catalog .wrap .col_right .box_header .filter_gender label {
    font-size: 12px;
  }
  .s_catalog .wrap .col_right .box_header .filter_gender label {
    padding-left: 32px;
  }
  .s_catalog .wrap_top .topbar {
    max-width: 300px;
  }
  .woocommerce ul.products li.product {
    width: calc(50% - 20px) !important;
    margin: 0 10px 20px !important;
  } 
  .woocommerce ul.products {
    margin: 0 -10px;
  }
  .woocommerce-ordering .bootstrap-select button {
    font-size: 12px;
    padding: 0;
  }
  .woocommerce-ordering .bootstrap-select button .bs-caret {
    margin-left: 7px;
  }
  .woocommerce .s_client ul.products li.product {
    width: calc(33.33% - 20px) !important;
  }
}
@media (max-width: 767px) {
  .header .inner .box_logo {
    max-width: 100px;
    width: 100%;
  }
  .header .inner .lang li a {
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .header .inner .lang li.active a {
    border-color: #000;
  }
  .header .inner .lang li {
    margin: 0 10px 0 0;
  }
  .header .inner .lang {
    width: auto;
  }
  .header .btn_menu {
    display: block;
  }
  .header .inner .col_l .production_type {
    display: none;
  }
  .header .inner .col_l label {
    padding: 0 10px;
  }
  .header .inner .col_r .navmenu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 300px;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 98;
    overflow-y: auto;
    padding: 50px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header.navmenu_active .inner .col_r .navmenu {
    right: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 98;
  }
  .header .inner .col_r .btn_reset .text {
    display: inline-block;
  }
  .header .inner .col_r .btn_reset img {
    margin-right: 15px;
  }
  .header .inner .col_r .btn_reset {
    color: #000;
  }
  .header .inner .col_r .btn_cart_generate .text {
    display: inline-block;
  }
  .header .inner .col_r .btn_cart_generate img {
    margin-right: 15px;
  }
  .header .inner .col_r .btn_cart_generate {
    color: #000;
  }
  .header .inner .col_r .btn_generate {
    color: #000;
    border-color: #000;
    margin: 10px 0;
  }
  .header .inner .col_r .production_type {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header .inner .col_r .production_type li {
    margin-bottom: 10px;
  }
  .header .inner .col_r .production_type li:last-child {
    margin-bottom: 0;
  }
  .header .inner .col_r .production_type li a {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .header .inner .col_r .navmenu .navmenu_inner {
    display: block;
  }
  .header .inner .col_r .navmenu .navmenu_inner > * {
    margin: 20px 0 0;
  }
  .header .inner .col_r .navmenu .box_logo {
    width: 100%;
    max-width: 80px;
    margin-bottom: 30px;
  }
  .header .inner .col_r .kv_order_one_click {
    display: none;
  }
  .s_catalog .wrap_top {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .s_catalog .wrap_top .topbar {
    display: none;
  }
  .s_catalog .wrap {
    display: block;
  }
  .s_catalog .wrap .col_right {
    width: 100%;
    padding: 0;
  }
  .s_catalog .wrap .col_right .box_header .box_head_left {
    display: block;
  }
  .s_catalog .wrap .col_right .box_header .woocommerce-ordering {
    float: none;
    margin: 0 0 15px;
  }
  .s_catalog .wrap .col_left {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 12;
    padding: 30px 15px;
    overflow-y: auto;
    right: -100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .s_catalog .wrap .col_left .kv_filters {
    padding-bottom: 60px;
  }
  .s_catalog .wrap .col_left.active {
    right: 0;
    z-index: 99;
  }
  .s_catalog .wrap .col_left .filter_header {
    display: block;
    margin-bottom: 20px;
  }
  .s_catalog .wrap .col_left .filter_header .filter_header_title {
    font-size: 20px;
    font-weight: 500;
  }
  .s_catalog .wrap .col_left .filter_header .filter_btn_close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    padding: 0;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .woocommerce-ordering .bootstrap-select .dropdown-menu {
    font-size: 12px;
  }
  .woocommerce .s_client ul.products li.product {
    width: calc(50% - 20px) !important;
  }
}
@media (max-width: 479px) {
  .header .inner .col_r .navmenu {
    width: 100%;
    right: -100%;
  }
  .woocommerce ul.products li.product .box_img {
    height: 260px;
  }
  .woocommerce ul.products li.product .box_descr {
    padding: 50px 10px 15px;
  }
  .woocommerce ul.products li.product .title_product::after {
    display: none;
  }
  .woocommerce ul.products li.product .title_product {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .woocommerce .s_client ul.products li.product .kv_remove_from_cart {
    display: none;
  }
  .woocommerce ul.products {
    margin: 0 -6px;
  }
  .woocommerce ul.products li.product {
    width: calc(50% - 12px) !important;
    margin: 0 6px 20px !important;
  }
  .woocommerce .s_client ul.products li.product {
    width: calc(50% - 12px) !important;
  }
  .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    border: 1px solid rgba(0,0,0,.1);
  }
  .woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    margin: 0 5px 5px;
  }
  .woocommerce nav.woocommerce-pagination ul {
    white-space: normal;
  }
  .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    min-width: 36px;
    padding: 0 10px;
  }
}
@media (max-width: 369px) {
  .s_catalog .wrap .col_right .box_header {
    display: block;
  }
  .woocommerce ul.products {
    margin: 0;
  }
  .woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 auto 20px !important;
  }
  .woocommerce .s_client ul.products li.product {
    width: 100% !important;
  }
}

/*.s_single*/
.s_single {
  padding-top: 80px;
  padding-bottom: 80px;
}
.s_single .box_zag {
  margin-bottom: 50px;
}
.s_single .block_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s_single .col_left {
  width: 40%;
}
.s_single .col_center {
  padding: 0 40px;
  width: 40%;
}
.s_single .col_center .btn_more {
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin-top: 15px;
}
.s_single .col_center .box {
  margin-bottom: 30px;
}
.s_single .col_center .box:last-child {
  margin-bottom: 0;
}
.s_single .col_center .box .box_head {
  font-weight: 500;
  font-size: 20px;
  color: #122C37;
}
.s_single .col_center .box .box_body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.s_single .col_center .box .box_body ul li {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.s_single .col_center .box .box_body ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-bottom: 1px dashed #C4C4C4;
}
.s_single .col_center .box .box_body ul li span {
  background: #fff;
  position: relative;
  z-index: 12;
}
.s_single .col_center .box .box_body ul li span:first-child {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6B787D;
  font-size: 16px;
  line-height: 130%;
  width: 52%;
  padding-right: 20px;
}
.s_single .col_center .box .box_body ul li span:last-child {
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  width: 36%;
  padding-left: 20px;
}
.s_single .col_right {
  width: 20%;
}
.s_single .col_right .price {
  font-weight: 700;
  font-size: 38px;
  line-height: 140%;
  color: #636363;
  margin-bottom: 15px;
}
.s_single .col_right .already_added {
  font-weight: 500;
  font-size: 18px;
  color: #8E8E8E;
  font-family: 'Ubuntu', sans-serif;
  margin-bottom: 15px;
  display: block;
}
.s_single .col_right .add_to_compilation {
  height: 64px;
  background: #000000;
  border-radius: 2px;
  border: 1px solid transparent;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  font-family: 'Ubuntu', sans-serif;
}
.s_single .col_right .add_to_compilation.added {
  border-color: #000;
  background: transparent;
  color: #000;
}
.s_single .col_right .add_to_compilation .add {
  display: block;
}
.s_single .col_right .add_to_compilation .delete {
  display: none;
}
.s_single .col_right .add_to_compilation.added .add {
  display: none;
}
.s_single .col_right .add_to_compilation.added .delete {
  display: block;
}
.s_single div.product div.images {
  margin: 0;
  width: 100%;
  float: none;
}
.s_single div.product div.images .woocommerce-product-gallery__wrapper {
  height: 646px;
  position: relative;
}
.s_single div.product div.images .woocommerce-product-gallery__wrapper > .slider-for {
  margin-left: 150px;
  height: 100% !important;
  width: calc(100% - 150px);
  overflow: hidden;
  position: relative;
}
.s_single div.product div.images .woocommerce-product-gallery__wrapper.no_gallery {
  overflow: hidden;
  max-width: 480px;
}
.s_single div.product div.images .woocommerce-product-gallery__wrapper.no_gallery > .woocommerce-product-gallery__image {
  margin-left: 0;
  height: 100%;
}
.s_single div.product div.images .woocommerce-product-gallery__wrapper .img_wrap_mini {
  width: 120px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: -5px 0;
}
.s_single div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  height: 100%;
  display: block;
}
.s_single div.product div.images .woocommerce-product-gallery__wrapper .img_wrap_mini .slick-slide {
  width: 100%;
  display: inline-block;
  float: left;
  height: calc(25% - 10px) !important;
  margin: 5px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.s_single div.product div.images .woocommerce-product-gallery__wrapper .img_wrap_mini .slick-slide.slick-current {
  border-color: #000;
}
.s_single div.product .img_gallery_mini > img,
.s_single div.product .img_gallery_full > img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s_single div.product .woocommerce-product-gallery__wrapper .video > img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s_single div.product .woocommerce-product-gallery__wrapper .video .btn_play {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #000;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s_single div.product .woocommerce-product-gallery__wrapper .video .btn_play img {
  width: 50%;
  margin: 0 auto;
}
.s_single div.product div.images .woocommerce-product-gallery__wrapper .img_wrap_mini .video .btn_play {
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s_single div.product div.images .woocommerce-product-gallery__wrapper .img_wrap_mini .video .btn_play img {
  width: 20px;
  height: 20px;
  min-width: auto;
  min-height: auto;
  object-fit: none;
  margin: 0 auto;
}
.s_single div.product div.images .woocommerce-product-gallery__wrapper .img_wrap_mini .video video {
  opacity: 0;
}
.s_single.s_client .col_right .kv_add_to_cart {
  height: 64px;
  background: #000000;
  border-radius: 2px;
  border: 1px solid transparent;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  font-family: 'Ubuntu', sans-serif;
  max-width: 210px;
  width: 100%;
  margin-bottom: 15px;
}
.s_single.s_client .col_right .kv_add_to_cart.added {
  border-color: #000;
  background: transparent;
  color: #000;
  pointer-events: none;
}
.s_single.s_client .col_right .kv_add_to_cart .remove {
  display: none;
}
.s_single.s_client .col_right .kv_add_to_cart.added .add {
  display: none;
}
.s_single.s_client .col_right .kv_add_to_cart.added .remove {
  display: block;
}
.s_single.s_client .col_right .kv_order_oneclick {
  height: 64px;
  background: transparent;
  color: #000;
  border-radius: 2px;
  border: 1px solid #000;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
  max-width: 210px;
  width: 100%;
}
@media (max-width:1700px) {
  .s_single .col_right .price {
    font-size: 32px;
  }
  .s_single .col_right .already_added {
    font-size: 16px;
  }
  .s_single .col_right .add_to_compilation,
  .s_single.s_client .col_right .kv_add_to_cart,
  .s_single.s_client .col_right .kv_order_oneclick {
    height: 54px;
    padding: 0 15px;
    font-size: 16px;
  }
  .s_single div.product div.images .woocommerce-product-gallery__wrapper {
    height: 550px;
  }
  .s_single .col_center .box .box_body ul li span:first-child,
  .s_single .col_center .box .box_body ul li span:last-child {
    font-size: 14px;
  }
  .s_single .col_center .box .box_head {
    font-size: 18px;
  }
  .s_single div.product div.images .woocommerce-product-gallery__wrapper.no_gallery {
    max-width: 390px;
  }
}
@media (max-width: 1440px) {
  .s_single .box_zag {
    margin-bottom: 30px;
  }
  .s_single .col_center .box .box_body ul li span:first-child {
    letter-spacing: normal;
  }
  .s_single .col_center .box .box_head {
    font-size: 16px;
  }
  .s_single .col_center .box .box_body ul li {
    margin-top: 10px;
  }
  .s_single .col_center .box {
    margin-bottom: 20px;
  }
  .s_single .col_center .box .box_body ul li span:first-child {
    letter-spacing: normal;
  }
  .s_single .col_center {
    padding: 0 30px;
  }
  .s_single .col_right .price {
    font-size: 28px;
  }
  .s_single .col_center .btn_more {
    letter-spacing: normal;
  }
}
@media (max-width: 1199px) {
  .s_single {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s_single .col_center .box .box_body ul li span:first-child, .s_single .col_center .box .box_body ul li span:last-child {
    font-size: 12px;
  }
  .s_single .col_center .box .box_body ul li span:first-child {
    width: 50%;
    padding-right: 10px;
  }
  .s_single .col_center .box .box_body ul li span:last-child {
    width: 30%;
    padding-left: 10px;
  }
  .s_single .col_right .add_to_compilation,
  .s_single.s_client .col_right .kv_add_to_cart,
  .s_single.s_client .col_right .kv_order_oneclick {
    font-size: 14px;
  }
  .s_single div.product div.images .woocommerce-product-gallery__wrapper.no_gallery {
    height: 550px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .s_single div.product div.images .woocommerce-product-gallery__wrapper {
    height: auto;
  }
  .s_single div.product div.images .woocommerce-product-gallery__wrapper > .slider-for {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    height: 400px !important;
  }
  .s_single div.product div.images .woocommerce-product-gallery__wrapper .img_wrap_mini {
    margin: 0 -5px;
    width: auto;
    height: 100px;
    position: relative;
    font-size: 0;
  }
  .s_single div.product div.images .woocommerce-product-gallery__wrapper .img_wrap_mini .woocommerce-product-gallery__image,
  .s_single div.product div.images .woocommerce-product-gallery__wrapper .img_wrap_mini .video {
    width: calc(25% - 10px);
    margin: 0 5px;
    height: 100% !important;
    float: none;
  }
}
@media (max-width: 991px) {
  .s_single .col_left {
    width: 38%;
  }
  .s_single .col_center {
    width: 38%;
    padding: 0 20px;
  }
  .s_single .col_right .price {
    font-size: 24px;
  }
  .s_single .col_right {
    width: 24%;
  }
  .s_single .col_right .add_to_compilation,
  .s_single.s_client .col_right .kv_add_to_cart,
  .s_single.s_client .col_right .kv_order_oneclick {
    padding: 0 10px;
    width: 100%;
  }
  .s_single .col_center .box .box_body ul li span:last-child {
    width: 36%;
  }
  .s_single div.product div.images .woocommerce-product-gallery__wrapper.no_gallery {
    height: 400px;
    max-width: 100%;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .s_single .box_zag {
    margin-bottom: 20px;
  }
  .s_single .block_main {
    display: block;
  }
  .s_single .col_left {
    width: 100%;
  }
  .s_single .col_center {
    padding: 0;
    width: 100%;
    margin-top: 30px;
  }
  .s_single .col_right {
    width: 100%;
    margin-top: 30px;
  }
  .s_single .col_center .box .box_body ul li span:first-child, .s_single .col_center .box .box_body ul li span:last-child {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .s_single div.product div.images .woocommerce-product-gallery__wrapper {
    height: auto;
  }
  .s_single div.product div.images .woocommerce-product-gallery__wrapper > .slider-for {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    height: 400px !important;
  }
  .s_single div.product div.images .woocommerce-product-gallery__wrapper .img_wrap_mini {
    margin: 0 -5px;
    width: auto;
    height: 100px;
    position: relative;
    font-size: 0;
  }
  .s_single div.product div.images .woocommerce-product-gallery__wrapper .img_wrap_mini .woocommerce-product-gallery__image,
  .s_single div.product div.images .woocommerce-product-gallery__wrapper .img_wrap_mini .video {
    width: calc(25% - 10px);
    margin: 0 5px;
    height: 100% !important;
    float: none;
  }
  .s_single div.product div.images .woocommerce-product-gallery__wrapper.no_gallery {
    height: auto;
    width: 100%;
  }
  .s_single div.product div.images .woocommerce-product-gallery__wrapper.no_gallery img {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*s_related*/
.s_related {
  padding-bottom: 80px;
}
.s_related .box_zag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #EAEDF2;
}
.s_related ul.products li.product {
  width: calc(20% - 30px) !important;
}
.s_related.s_related_client ul.products li.product .box_descr {
  padding-top: 15px;
}
@media (max-width:1199px) {
  .s_related {
    padding-bottom: 60px;
  }
  .s_related ul.products li.product {
    width: calc(25% - 30px) !important;
  }
}
@media (max-width: 991px) {
  .s_related ul.products li.product {
    width: calc(33.33% - 20px) !important;
  }
}
@media (max-width: 767px) {
  .s_related ul.products li.product {
    width: calc(50% - 20px) !important;
  }
  .s_related .box_zag {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 369px) {
  .s_related ul.products li.product {
    width: 100% !important;
    margin: 0 auto 20px !important;
  }
  
}

.thanks {
  overflow: hidden;
}
.thanks .modal-content {
  max-width: 480px;
}
.thanks .box_wrap {
  padding: 100px 15px;
  display: block;
  text-align: center;
}
.thanks .box_wrap img {
  width: 60px;
  margin: 0 auto 15px;
  display: block;
}
.thanks .box_wrap .box_zag {
  margin-top: 30px;
  margin-bottom: 0;
  display: block;
  font-size: 20px;
}
.thanks .box_wrap .box_zag .zag {
  padding-left: 15px;
}

.thanks .modal-content {
  border: 1px solid #a8a8a8;
  -webkit-box-shadow: 1px 2px 30px rgba(87, 87, 87, 0.5);
  box-shadow: 1px 2px 30px rgba(87, 87, 87, 0.5);
}

@media (max-width: 991px) {
  .box-modal_close {
    top: 12px;
    right: 12px;
  }
}
@media (max-width: 767px) {
  .modal-dialog {
    margin: 30px 0;
  }
  .thanks .box_wrap img {
    width: 45px;
  }
}

#modal_video .modal-dialog {
  width: 75%;
  max-width: 100%;
  margin-top: 100px;
  margin-bottom: 50px;
  border-radius: 0;
}

#modal_video .modal-content {
  border: none;
  background: #fff;
  border-radius: 0;
}

#modal_video .box-modal_close .box_close {
  border-color: #fff;
}

#modal_video .box-modal_close .box_close span {
  background: #fff;
}

#modal_video .box_wrap {
  padding: 0;
  font-size: 0;
  position: relative;
  top: 50%;
  left: 50%;
  height: 615px;
  width: 75%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #000;
}

#modal_video video {
  width: 100%;
  height: 100%;
  border: none;
}
.widget-title {
  -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.slider-for,
.slider-for div,
.slider-nav div {
  height: 100% !important;
}

.slick-arrow {
  position: absolute;
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 0;
  border: none;
  z-index: 12;
}
.slick-arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/arrow_wh.svg) no-repeat;
  background-size: 16px auto;
  background-position: center;
}
.slick-arrow.slick-prev {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slick-arrow.slick-next {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slick-arrow.slick-prev::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (max-width: 1199px) and (min-width: 768px) {
  .slick-arrow.slick-prev {
    top: 30px;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .slick-arrow.slick-next {
    top: 30px;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .slick-arrow.slick-prev::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .slick-arrow.slick-next::after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@media (max-width: 479px) {
  .slick-arrow.slick-prev {
    top: 30px;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .slick-arrow.slick-next {
    top: 30px;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .slick-arrow.slick-prev::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .slick-arrow.slick-next::after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
/*@media (max-width: 767px) {
  .slick-arrow.slick-prev {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .slick-arrow.slick-next {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .slick-arrow.slick-prev::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .slick-arrow.slick-next::after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}*/
.btn_brands_more {
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  margin: 0;
  cursor: pointer;
   -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  background: transparent;
  border: none;
  outline: none;
}

@media (max-width: 1440px) {
  .btn_brands_more {
    letter-spacing: normal;
  }
}
body[data-production="jewelry"] .widget_kv_price_top_widget {
  display: none !important;
}
.product-categories {
  display: none;
}

.compile_deprecated {
  margin: 25vh auto;
  text-align: center;
}

#filter_mobile_menu_btn {
  position: fixed;
  left: auto;
  right: 0;
  bottom: 50px;
  z-index: 97;
  border: none;
  background: #fff;
  border-radius: 9px 0 0 9px;
  padding: 0 9px;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  line-height: 50px;
  height: 50px;
  display: none;
}
#filter_mobile_menu_btn svg {
  height: 100%;
}
@media (max-width: 767px) {
  #filter_mobile_menu_btn {
    display: block;
  }
}
/*new button filter*/
.s_catalog .wrap .col_left .filter_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px -5px 0;
}
.kv_filters section.inactive {
  opacity: .4 !important;
  pointer-events: none;
}
.kv_filters section.inactive input {
  font-size: 0 !important;
}
.s_catalog .wrap .col_left .filter_btns.inactive {
  opacity: .4 !important;
  pointer-events: none;
  -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.s_catalog .wrap .col_left .filter_btns a {
  width: calc(50% - 10px);
  margin: 0 5px;
  padding: 0 10px;
}
.s_catalog .wrap .col_left .filter_btns a.btn_reset {
  border: 1px solid #000;
  color: #000;
  background: transparent;
}
.s_catalog .wrap .col_left .kv_filters.inactive {
  opacity: .4 !important;
  pointer-events: none;
}
.s_catalog .kv_filters ul li.inactive {
  opacity: .4 !important;
  pointer-events: none;
  -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.widget_kv_widget_weight .widget-title::after {
  display: none;
}

@media (max-width: 767px) {
  .s_catalog .wrap .col_left .filter_btns {
    display: none;
  }
  .s_catalog .wrap .col_left.active .filter_btns {
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .s_catalog .wrap .col_left .filter_btns a {
    height: 46px;
  }
  .s_catalog .wrap .col_left .filter_btns {
    position: fixed;
    bottom: 0;
    left: 0;
    right: -100% ;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 5px 0 10px rgba(0,0,0,.1);
    z-index: 10;
  }
  /* Здесь надо поменять padding-bottom: 92px на 60рх

  .s_catalog .wrap .col_left .kv_filters {
    padding-bottom: 60px;
    
  }*/
}
#modal_link_generate .box_wrap .common_price_switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px 15px;
}
#modal_link_generate .box_wrap .common_price_switcher button {
  height: 40px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 0 5px;
  margin: 0 5px;
  width: calc(50% - 10px);
  color: #000;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#modal_link_generate .box_wrap .common_price_switcher button.active {
  border-color: #000;
}
@media (max-width: 1199px) {
  #modal_link_generate .box_wrap .common_price_switcher button {
    font-size: 14px;
  }
}

.woocommerce ul.products::before {
  display: none;
}