@charset "UTF-8";
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

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

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

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

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

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

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

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

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1; }

.irs-handle.type_last {
  z-index: 2; }

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default; }

.irs-min {
  left: 0; }

.irs-max {
  right: 0; }

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs--flat {
  height: 40px; }

.irs--flat.irs-with-grid {
  height: 60px; }

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565; }

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9; }

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent; }

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453; }

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540; }

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px; }

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565; }

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9; }

.irs--flat .irs-grid-text {
  color: #999; }

.irs--big {
  height: 55px; }

.irs--big.irs-with-grid {
  height: 70px; }

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px; }

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5); }

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px; }

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5); }

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px; }

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%); }

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px; }

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px; }

.irs--big .irs-grid-pol {
  background-color: #428bca; }

.irs--big .irs-grid-text {
  color: #428bca; }

.irs--modern {
  height: 55px; }

.irs--modern.irs-with-grid {
  height: 55px; }

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px; }

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%); }

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px; }

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5); }

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1; }

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%); }

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2; }

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a; }

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px; }

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px; }

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426; }

.irs--modern .irs-grid {
  height: 25px; }

.irs--modern .irs-grid-pol {
  background-color: #dedede; }

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1; }

.irs--sharp.irs-with-grid {
  height: 57px; }

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px; }

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa; }

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px; }

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5); }

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2; }

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black; }

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black; }

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px; }

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px; }

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-grid {
  height: 25px; }

.irs--sharp .irs-grid-pol {
  background-color: #dedede; }

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--round {
  height: 50px; }

.irs--round.irs-with-grid {
  height: 65px; }

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px; }

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa; }

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5); }

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px; }

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa; }

.irs--round .irs-grid {
  height: 25px; }

.irs--round .irs-grid-pol {
  background-color: #dedede; }

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--square {
  height: 50px; }

.irs--square.irs-with-grid {
  height: 60px; }

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede; }

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black; }

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede; }

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1); }

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white; }

.irs--square .irs-grid {
  height: 25px; }

.irs--square .irs-grid-pol {
  background-color: #dedede; }

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.catalog {
  margin-top: 40px; }

.catalog {
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 559px) {
  .catalog {
    overflow: hidden; } }

.tovars .breadcrumb {
  margin-top: 0; }

.section-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -18px; }

.section-list__item {
  width: calc(100% / 4 - 36px);
  margin: 0 18px;
  border: 1px solid #ffd5a5;
  border-radius: 2px;
  padding: 15px;
  margin-bottom: 36px; }

.section-list__img {
  height: 140px;
  display: block;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5px; }

.section-list__link1 {
  font-weight: 700;
  color: #b56dba;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: flex; }

.section-list__link1:hover {
  color: #b56dba;
  text-decoration: underline; }

.section-list__link2 {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #77c23e;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.section-list__link2:hover {
  color: #77c23e;
  text-decoration: underline; }

.section-list__link2 i {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 15px;
  width: 15px;
  background-color: #77c23e;
  color: #fff;
  border-radius: 100%;
  margin-left: 5px;
  transition: 0.3s all;
  font-size: 12px; }

.section-list__link2:hover i {
  -webkit-transform: translateX(2px);
          transform: translateX(2px); }

@media (max-width: 1199px) {
  .section-list__item {
    width: calc(100% / 3 - 36px); } }

@media (max-width: 1024px) {
  .catalog {
    margin-top: 0;
    -ms-flex-direction: column;
        flex-direction: column; } }

@media (max-width: 767px) {
  .section-list__item {
    width: calc(100% / 2 - 36px); } }

@media (max-width: 424px) {
  .section-list__item {
    width: calc(100% / 2 - 14px);
    margin: 0 7px;
    margin-bottom: 14px;
    padding: 8px;
    padding-bottom: 14px; }
  .section-list {
    margin: 0 -7px; }
  .section-list__link2 {
    text-align: left; }
  .section-list__link1 {
    margin-bottom: 15px; } }

@media (max-width: 374px) {
  .section-list__item {
    width: calc(100% - 14px); } }

.catalog .tovars h2:after {
  width: 100%; }

.catalog__filter {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.catalog__filter__left a {
  font-size: 14px;
  font-weight: 700;
  padding: 5px;
  text-decoration: none;
  border-radius: 2px;
  transition: 0.3s all;
  margin-left: 2px;
  line-height: 1; }

.catalog__filter__left a.active {
  background-color: #77c23e;
  color: #fff; }

.catalog__filter__left a:not(.active):hover {
  background-color: #c2c2c24f; }

.selectric .button {
  width: 30px;
  background-color: #f9921c;
  font-size: 0;
  border-radius: 2px;
  background-image: url("../img/tovar/arrdown.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center; }

.selectric-wrapper {
  width: 235px; }

.selectric .button:after {
  display: none; }

.selectric {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 2px; }

.selectric .label {
  font-size: 14px; }

.selectric-items li.highlighted {
  background-color: #f1f1f1; }

.selectric-items li {
  background-color: #fff;
  color: #a2a2a2;
  font-size: 14px; }

.selectric-open .selectric-items {
  margin-top: 3px; }

.selectric-above .selectric-items {
  margin-bottom: 3px; }

.more-tovar-btn {
  width: 100%;
  background-color: #c5c5c5;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 15px;
  height: 35px;
  border: 0;
  margin-top: 25px;
  transition: 0.3s all; }

.more-tovar-btn:hover {
  background-color: #ec8a1b;
  cursor: pointer; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.pagination ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.pagination ul li {
  list-style: none;
  margin-right: 5px; }

.pagination ul li a {
  padding: 5px;
  font-size: 14px;
  line-height: 1; }

.pagination ul li.active a {
  background-color: #77c23e;
  color: #fff;
  text-decoration: none; }

.pagination ul:after {
  content: "..."; }

.pagination > a {
  margin-left: 8px;
  font-size: 14px;
  line-height: 1; }

.tovar_pagbot {
  margin-top: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.pagination__count {
  font-size: 14px; }

@media (max-width: 559px) {
  .tovar_pagbot {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .pagination {
    margin-bottom: 25px; } }

.seotext {
  margin-top: 35px; }

.seotext h1 {
  font-size: 25px;
  margin-bottom: 30px; }

.seotext p {
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 1.7; }

@media (max-width: 424px) {
  .seotext h1 {
    font-size: 22px; } }

.tovar-sidebar__title {
  font-weight: 700;
  font-size: 15px;
  background: url(../img/tovar/v2.png) no-repeat 0;
  padding-left: 15px;
  margin-left: 10px;
  cursor: pointer;
  margin-bottom: 20px; }

.tovar-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9; }

.tovar-sidebar__wrap label {
  position: relative;
  padding-left: 27px;
  margin-bottom: 13px;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  font-size: 12px;
  color: #858585;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 1px; }

.tovar-sidebar__wrap input {
  display: none; }

.tovar-sidebar__wrap label:before {
  content: "";
  display: block;
  left: 0;
  width: 18px;
  height: 18px;
  position: absolute;
  border: 2px solid #77c23e; }

.tovar-sidebar__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 4px;
  max-height: 132px;
  overflow: hidden; }

.tovar-sidebar__wrap input:checked + label:after {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  position: absolute;
  left: 6px;
  top: 2px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.tovar-sidebar__wrap input:checked + label:before {
  background-color: #f9921c;
  border: 2px solid #f9921c; }

.tovar-sidebar button {
  color: #f9921c;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  font-weight: 700;
  margin-top: 10px;
  cursor: pointer; }

.catalog-sidebar.sidebar1 {
  padding-bottom: 15px; }

.svernut {
  display: none; }

.tovar-sidebar__wrap.active {
  max-height: 100%;
  overflow: auto; }

.catalog .sidebarnav {
  margin-bottom: 0; }

.irs--flat .irs-min, .irs--flat .irs-max {
  top: 45px;
  visibility: visible !important; }

.irs--flat .irs-line {
  background-color: #f9921c; }

.irs--flat .irs-bar {
  background-color: #77c23e; }

.irs--flat .irs-handle {
  width: 10px;
  height: 10px;
  cursor: pointer;
  background-color: #fff;
  border: 5px solid #b56dba;
  box-sizing: content-box;
  border-radius: 100%; }

.irs--flat .irs-handle i {
  display: none !important; }

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  background-color: #77c23e; }

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  border-top-color: #77c23e; }

.irs--flat .irs-min, .irs--flat .irs-max {
  color: #000;
  background-color: transparent;
  font-weight: 700;
  font-size: 12px; }

.price-bar .tovar-sidebar__wrap {
  overflow: visible; }

.tovar-sidebar.active {
  height: 50px;
  overflow: hidden; }

.price-bar .submite-btn {
  margin: 0 auto;
  width: 187px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  background-color: #77c23e;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 35px;
  transition: 0.3s all; }

.price-bar .submite-btn:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset; }

.tovar-sidebar.price-bar {
  border-bottom: 0; }

.mob-filter {
  display: none; }

@media (max-width: 1024px) {
  .catalog-sidebar.sidebar1, .catalog-sidebar.sidebar2 {
    padding: 0 15px; }
  .mob-filter {
    display: block;
    width: 100%;
    color: #fff;
    color: #fff !important;
    background: #77c23e;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0 0 0;
    border-radius: 5px;
    outline: none;
    padding: 15px 0;
    text-align: center;
    border: 0; }
  .catalog-sidebar.sidebar1 .title {
    display: none; }
  .catalog-sidebar {
    position: fixed;
    left: 0;
    width: 100%;
    top: 63px;
    height: calc(100% - 63px);
    z-index: 5;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: none;
    transition: 0.3s;
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
    padding: 0; }
  .catalog-sidebar {
    padding: 0; }
  .catalog-sidebar .sidebarnav {
    width: 225px;
    padding: 0 15px;
    background-color: #fff;
    margin: 0; }
  .catalog-sidebar.active {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .catalog-sidebar .sidebarnav {
    display: block; }
  .catalog-sidebar .sidebarnav {
    height: 100%;
    overflow: auto; }
  .catalog-sidebar.sidebar.sidebar222 {
    margin: 0; }
  .catalog-sidebar.sidebar1 {
    padding: 0; } }

@media (max-width: 559px) {
  .catalog__filter {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: start;
        align-items: flex-start; }
  .catalog__filter__left {
    margin-top: 25px;
    margin-bottom: 20px; } }

.tovar {
  margin-top: 30px; }

.tovar__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-top: 22px;
  border-top: 2px solid #e9e9e9;
  margin-bottom: 25px; }

.tovar__top__left {
  width: 470px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  position: relative; }

.tovar__top__left:after {
  content: "";
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  width: 90%;
  left: 5%;
  display: block;
  position: absolute;
  bottom: 0px;
  height: 5px;
  border-radius: 5px; }

.slider-g__item {
  width: 100%;
  height: 340px;
  padding: 35px;
  box-sizing: content-box;
  padding-left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: zoom-in; }

.slider-g__item:before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background-image: url("../img/tovar/zoom.png"); }

.tovar__slider-g {
  margin-left: 95px; }

.tovar__slider-g div:focus {
  outline: none; }

.slider-v .sider-v__item {
  height: 58px !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #f6f6f6;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer; }

.slider-v {
  position: absolute;
  left: 35px;
  top: 35px;
  width: 58px; }

.slider-v div:focus {
  outline: none; }

.slider-v .slick-arrow {
  font-size: 0;
  width: 20px;
  margin-left: 19px;
  height: 20px;
  background-size: cover;
  background-color: transparent;
  border: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer; }

.slider-v .slick-next {
  background-image: url(../img/tovar/ardown.png);
  bottom: 6px; }

.slider-v .slick-prev {
  background-image: url(../img/tovar/arup.png);
  top: -8px; }

.slider-v .slick-current {
  border: 1px solid #b56dba;
  transition: 0.3s all; }

.tovar__top__right {
  -ms-flex: 1;
      flex: 1;
  padding-left: 30px; }

.tovar__line1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  margin-bottom: 35px; }

.tovar__line1__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.tovar__addwich {
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  border: 2px solid #efffe2;
  border-radius: 20px;
  text-decoration: none;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 35px; }

.tovar__addwich .fas {
  display: block; }

.tovar__addwich .far {
  display: none; }

.tovar__addwich.noadd .fas {
  display: none; }

.tovar__addwich.noadd .far {
  display: block; }

.tovar__addwich i {
  font-size: 18px;
  color: #79c340;
  margin-right: 10px; }

.tovar__addwich span {
  color: #79c340; }

.tovar__line2 h1 {
  font-size: 25px; }

.tovar__line2 {
  margin-bottom: 20px; }

.price__item {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-radius: 5px;
  border-right: 1px solid #e4e4e4;
  margin-bottom: 18px; }

.price__item1 {
  text-align: left;
  font-size: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 10px 0;
  width: 171px;
  padding-left: 40px;
  background-color: #fffbd4;
  border-radius: 5px 0 0 5px; }

.price__item1 span {
  font-size: 10px;
  font-weight: 300; }

.price__item2 {
  text-align: center;
  font-size: 25px;
  width: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 700; }

.price__item3 {
  background-color: #f4ffeb;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 115px;
  padding: 0 15px; }

.price__item3 input {
  -ms-flex: 1;
      flex: 1;
  background-color: transparent;
  width: 20px;
  text-align: center;
  font-size: 18px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.price__item3 input:hover {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.price__item3 button {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 15px;
  border: 0;
  cursor: pointer; }

.price__item4 {
  -ms-flex: 1;
      flex: 1;
  color: #487823;
  font-weight: 700;
  font-size: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4; }

.price__item4 span {
  font-size: 10px; }

.price__item.akcia {
  position: relative;
  border: 2px solid #77c23e; }
  .price__item.akcia .price__item4 {
    border: 0; }
  .price__item.akcia .price__item2 {
    border: 0; }

.price__item__label {
  position: absolute;
  font-size: 18px;
  color: #fff;
  background-color: #ff0000;
  padding: 3px 10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px; }

.price__item2__oldprice {
  color: #ff0000;
  text-decoration: line-through;
  margin-right: 7px; }

.tovar__line4__left {
  font-size: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.tovar__line4__left span {
  font-size: 15px; }

.tovar__line4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 40px; }

.tovar__line4__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.tovar__line4 button {
  width: 211px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  background-color: #487823;
  font-size: 17px;
  color: #fff;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s all;
  margin-right: 20px; }

.tovar__line4 button:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset; }

.tovar__line4 svg {
  margin-right: 10px; }

.tovar__line4 a {
  height: 40px;
  width: 167px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 5px; }

.tovar__line4 a:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset; }

@media (max-width: 1199px) {
  .price__item1 {
    width: 110px;
    padding-left: 20px; }
  .tovar__top__left {
    zoom: 0.9; }
  .tovar__top__right {
    zoom: 0.9; }
  .tovar__line4 button {
    width: 180px; }
  .tovar__line4 a {
    width: 150px; }
  .tovar__line4 {
    padding-left: 0; }
  .tovar__line4__left {
    font-size: 23px; } }

@media (max-width: 1024px) {
  .tovar__top__right {
    width: 100%;
    zoom: 1;
    padding-left: 0; }
  .tovar__top {
    -ms-flex-direction: column;
        flex-direction: column; }
  .tovar__top__left {
    zoom: 1;
    width: 100%;
    margin-bottom: 20px; }
  .slider-v {
    left: 32px; }
  .slider-g__item {
    padding-right: 65px; } }

@media (max-width: 559px) {
  .slider-v {
    display: none; }
  .tovar__slider-g {
    margin: 0; }
  .slider-g__item {
    padding: 0; }
  .tovar__slider-g .slick-dots {
    position: absolute;
    bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tovar__slider-g .slick-dots li {
    list-style: none;
    margin: 0 5px; }
  .tovar__slider-g .slick-dots li button {
    font-size: 0;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    border: 3px solid #b56dba;
    background-color: #fff; }
  .tovar__slider-g .slick-dots li.slick-active button {
    background-color: #b56dba; }
  .tovar__slider-g .slider-g__item {
    margin: 15px;
    margin-bottom: 30px; }
  .tovar__slider-g .slider-g__item:before {
    right: 0;
    bottom: 0; }
  .tovar__slider-g .slider-g__item:focus {
    outline: none; }
  .tovar__line1 {
    -ms-flex-direction: column;
        flex-direction: column; }
  .tovar__line1 img {
    margin-bottom: 15px; }
  .tovar__line1__wrap {
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .tovar__line2 h1 {
    font-size: 20px; }
  .tovar__line2 {
    margin-bottom: 30px; }
  .price__item {
    -ms-flex-direction: column;
        flex-direction: column;
    border: 1px solid #e4e4e4; }
  .price__item div {
    width: 100%;
    border-right: 0;
    border-left: 0; }
  .price__item1 {
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 15px;
    -ms-flex-align: center;
        align-items: center; }
  .price__item1 span {
    white-space: nowrap; }
  .price__item2 {
    padding: 15px; }
  .price__item3 {
    padding: 15px;
    -ms-flex-pack: center;
        justify-content: center; }
  .price__item3 input {
    width: 50px;
    -ms-flex: 0 0 50px;
        flex: 0 0 50px; }
  .price__item3 button {
    height: 25px;
    width: 25px;
    font-size: 22px; }
  .price__item4 {
    padding: 15px;
    border-bottom: 0; }
  .tovar__line4 {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 30px; }
  .tovar__line4__left {
    margin-bottom: 20px;
    width: 100%; }
  .tovar__line4__right {
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .tovar {
    margin-top: 0; } }

.frame_blc {
  overflow: hidden;
  position: relative;
  padding-bottom: 33.25%;
  padding-top: 30px;
  height: 0;
  max-width: 740px;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 50px; }

.frame_blc iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.tabs-item3 {
  padding-top: 20px; }

.more-tovar-btn.otziv-btn {
  width: 183px;
  margin: 0 auto;
  margin-top: -20px; }

.otziv__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start; }

.otziv__item {
  padding: 25px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  margin-bottom: 13px; }

.otziv__wrap {
  margin-top: 20px; }

.otziv__wrap .full-stars-example-two .rating__label {
  font-size: 16px; }

.otziv__name {
  font-size: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.otziv__name span {
  font-size: 12px;
  color: #d4d4d4; }

.otziv__body {
  margin-top: 20px; }

@media (max-width: 1199px) {
  .frame_blc {
    padding: 22.25%; } }

@media (max-width: 1024px) {
  .tabs-item2__wrap {
    -ms-flex-direction: column;
        flex-direction: column; }
  .frame_blc {
    width: 100%;
    padding: 28.25%; } }

@media (max-width: 767px) {
  .tabs-nav li a {
    border-radius: 5px;
    border-bottom: 1px solid #f9921c; }
  .tabs-nav li {
    margin-bottom: 5px; }
  .tabs-nav a.active {
    border-bottom: 1px solid #f9921c; }
  .tabs-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .tabs-items {
    border-top: 0; }
  .more-tovar-btn.otziv-btn {
    margin-top: 40px;
    margin-bottom: 40px; } }

@media (max-width: 559px) {
  .tabs-item3 {
    padding-top: 0; }
  .otziv__top {
    -ms-flex-direction: column;
        flex-direction: column; }
  .otziv__name span {
    margin-top: 10px; } }

@media (max-width: 424px) {
  .tab1__item {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 10px; }
  .tab1__item div {
    width: 100%;
    font-size: 14px; }
  .tab1__item div:last-child {
    font-size: 12px; }
  .otziv__name {
    font-size: 20px; } }

@media (max-width: 374px) {
  .otziv__item {
    padding: 15px 10px; }
  .otziv__name {
    font-size: 20px; } }

.tabs-form {
  margin: 0 auto;
  margin-top: 50px;
  width: 555px;
  text-align: center; }

.tabs-form__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px; }

.tabs-form__wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px; }

.tabs-form__wrap input {
  margin-right: 12px;
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #a5a5a5;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

.tabs-form__wrap input:last-child {
  margin-right: 0;
  margin-left: 12px; }

.tabs-form__ozenka {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px; }

.tabs-form__text {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  max-width: 250px; }

.tabs-form__rate .full-stars-example-two {
  pointer-events: auto; }

.tabs-form .selectric-wrapper {
  width: 78px; }

.tabs-form .selectric .label {
  height: 30px;
  line-height: 30px; }

.tabs-form .selectric .button {
  height: 30px; }

.tabs-form .full-stars-example-two .rating__label {
  font-size: 18px; }

.tabs-form .tabs-form__rate .full-stars-example-two {
  margin: 0; }

.tabs-form textarea {
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #a5a5a5;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  resize: none;
  height: 165px;
  margin-bottom: 20px; }

.tabs-form textarea::-webkit-input-placeholder {
  font-family: 'MuseoSansCyrl', sans-serif; }

.tabs-form textarea:-ms-input-placeholder {
  font-family: 'MuseoSansCyrl', sans-serif; }

.tabs-form textarea::-ms-input-placeholder {
  font-family: 'MuseoSansCyrl', sans-serif; }

.tabs-form textarea::placeholder {
  font-family: 'MuseoSansCyrl', sans-serif; }

.tabs-form button {
  background-color: #77c23e;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  width: 265px;
  border-radius: 5px;
  border: 0;
  text-transform: uppercase; }

.tabs-form button:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
  cursor: pointer; }

@media (max-width: 767px) {
  .tabs-form {
    width: 100%; } }

@media (max-width: 559px) {
  .tabs-form__wrap {
    -ms-flex-direction: column;
        flex-direction: column; }
  .tabs-form__wrap input {
    margin: 0;
    margin-bottom: 25px; }
  .tabs-form__wrap input:last-child {
    margin-left: 0; }
  .tabs-form__name {
    max-width: 328px;
    margin: 0 auto;
    margin-bottom: 25px; }
  .tabs-form__ozenka {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .tabs-form__text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px; }
  .tabs-form__wrap {
    margin-bottom: 10px; } }

.tab-1__slider {
  margin-top: 35px; }

.tab-1__slider h2 {
  color: #8f8f8f;
  margin-bottom: 45px; }

.tab-1__slider__wrap .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  border: 1px solid #e4e4e4;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  font-size: 0;
  cursor: pointer;
  transition: 0.3s all; }

.tab-1__slider__wrap .slick-arrow:hover {
  border: 1px solid #7e7e7e; }

.tab-1__slider__wrap .slick-next {
  right: 0; }

.tab-1__slider__wrap .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000; }

.tab-1__slider__wrap .slick-prev {
  left: 0; }

.tab-1__slider__wrap .slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  width: 10px;
  height: 10px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000; }

.tab-1__slider__wrap .slick-list {
  margin: 0 50px; }

@media (max-width: 374px) {
  .tab-1__slider__wrap {
    zoom: 0.9; }
  .tab-1__slider__wrap .slick-next {
    right: -10px; }
  .tab-1__slider__wrap .slick-prev {
    left: -10px; }
  .tab-1__slider__wrap .slick-list {
    margin: 0 35px; } }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0; }

.breadcrumb li {
  font-size: 12px;
  color: #afafaf;
  color: #77c23e;
  list-style: none;
  margin-right: 15px; }

.breadcrumb li a {
  font-size: 12px;
  color: #afafaf;
  text-decoration: none;
  transition: 0.2s all; }

.breadcrumb li svg {
  margin-left: 15px; }

.breadcrumb li a:hover {
  color: #4f4f4f;
  text-decoration: underline; }

@media (max-width: 559px) {
  .breadcrumb li {
    padding: 3px 10px;
    border-radius: 5px;
    background: #f9921c;
    margin-right: 5px;
    margin-bottom: 5px; }
  .breadcrumb li a {
    color: #fff;
    line-height: 18px; }
  .breadcrumb li:last-child {
    background-color: #fff;
    border: 1px solid #77c23e; }
  .breadcrumb li svg {
    display: none; } }

.akcii h1 {
  font-size: 25px;
  color: #f9921c;
  margin-bottom: 22px; }

.akcii__baner {
  background-size: cover;
  padding: 13%;
  display: block;
  width: 100%;
  transition: 0.3s all; }

.akcii__baner:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }

.data {
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.data svg {
  margin-right: 10px;
  margin-bottom: 2px; }

.akcii__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7px; }

.akcii__item {
  width: calc(100% / 3 - 14px);
  margin: 0 7px;
  padding: 15px;
  border: 1px solid #e4e4e4;
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.akcii__item__img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 21%;
  display: block;
  width: 100%;
  transition: 0.3s all;
  cursor: pointer; }

.akcii__item__title {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.1;
  font-weight: 400;
  display: inline-block; }

.akcii__item__text {
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 67px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5; }

.akcii__item a:last-child {
  color: #77c03d;
  font-size: 15px;
  transition: 0.3s all; }

.akcii__item a:last-child:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px); }

@media (max-width: 1024px) {
  .akcii__item {
    width: calc(100% / 2 - 14px); } }

@media (max-width: 767px) {
  .akcii__item__title {
    font-size: 19px; } }

@media (max-width: 559px) {
  .akcii__item {
    width: calc(100% - 14px); }
  .akcii__item__img {
    background-size: contain; } }

.page {
  padding-top: 35px;
  border-top: 1px solid #e9e9e9; }

.text-content {
  padding: 0 15px; }

.text-content .data {
  padding-top: 15px;
  padding-bottom: 15px; }

.text-content img {
  float: left;
  margin-right: 12px;
  margin-bottom: 30px; }

.text-content p {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 23px; }

.text-content p a {
  color: #487823; }

.clear {
  overflow: auto;
  width: 100%; }

.text-content h2 {
  font-size: 25px;
  width: 100%;
  font-weight: 400;
  margin-bottom: 30px; }

.text-content ul {
  padding-left: 0;
  margin-bottom: 50px; }

.text-content li {
  list-style: none;
  margin-bottom: 35px;
  position: relative;
  padding-left: 15px; }

.text-content li:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  display: inline-block;
  background-color: #f9921c;
  left: 0px;
  top: 6px; }

.text-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  margin-top: 50px; }

.text-pagination a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none; }

.text-pagination__left {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid; }

.text-pagination__wrap {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid; }

.text-pagination__wrap a {
  text-decoration: none; }

.text-pagination__wrap a:first-child:after {
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block; }

@media (max-width: 1024px) {
  .text-content img {
    float: none;
    max-width: 100%;
    margin: 0; } }

@media (max-width: 559px) {
  .text-pagination {
    display: block; }
  .text-pagination .text-pagination__left {
    position: relative;
    left: 0;
    width: 100%;
    border-bottom: 0;
    text-decoration: underline;
    margin-bottom: 25px; }
  .text-pagination__wrap {
    -ms-flex-pack: center;
        justify-content: center;
    width: -webkit-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px; }
  .text-content {
    padding: 0; } }

@media (max-width: 374px) {
  .text-pagination a {
    font-size: 12px; } }

.contact__item {
  font-size: 20px;
  margin-bottom: 35px; }

.contact__item2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 20px;
  margin-bottom: 17px; }

.contact__item2 span {
  width: 33px;
  height: 33px;
  background-color: #77c33f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 100%;
  color: #fff;
  margin-right: 10px; }

.contact__item2 a {
  color: #77c33f; }

.contact__wrap {
  margin-bottom: 50px; }

.contact__wrap2 {
  display: -ms-flexbox;
  display: flex; }

#contact-map {
  width: 50%;
  height: 350px;
  margin-right: 60px; }

.contact__adress h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 40px; }

.contact__adress__item {
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  margin-bottom: 30px;
  line-height: 1; }

.contact__adress__item span {
  font-size: 15px;
  display: block;
  margin-top: 5px; }

.contact__adress__item i {
  margin-right: 15px;
  color: #77c33f;
  font-size: 36px; }

#contact__form input {
  font-size: 14px;
  width: calc(100% - 14px);
  margin: 0 7px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 15px;
  border-radius: 5px;
  border: 1px solid #a5a5a5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

#contact__form h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 35px; }

#contact__form textarea {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #a5a5a5;
  resize: none;
  height: 120px;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-family: inherit; }

textarea:focus {
  outline: none;
  font-family: inherit; }

.contact-flex {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -7px;
  margin-bottom: 10px; }

#contact__form input::-webkit-input-placeholder {
  font-size: 14px; }

#contact__form input:-ms-input-placeholder {
  font-size: 14px; }

#contact__form input::-ms-input-placeholder {
  font-size: 14px; }

#contact__form input::placeholder {
  font-size: 14px; }

#contact__form {
  width: 50%;
  margin-top: 40px; }

#contact__form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 0.7; }

#contact__form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 0.7; }

#contact__form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 0.7; }

#contact__form textarea::placeholder {
  font-size: 14px;
  color: #000;
  opacity: 0.7; }

.contact__form__bot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  margin-top: 20px; }

.contact__form__bot button {
  width: 270px;
  height: 40px;
  background-color: #77c23e;
  color: #fff;
  font-size: 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  border: 0;
  border-radius: 5px;
  transition: 0.3s all;
  cursor: pointer; }

.contact__form__bot button:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset; }

.contact__form__bot span {
  font-size: 9px;
  text-align: center;
  margin-top: 5px; }

@media (max-width: 1024px) {
  .contact__wrap2 {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  #contact-map {
    width: 100%;
    margin: 0;
    margin-top: 25px; }
  #contact__form {
    width: 500px;
    margin-left: auto;
    margin-right: auto; }
  #contact__form h2 {
    text-align: center; } }

@media (max-width: 559px) {
  #contact__form {
    width: 100%; }
  .contact__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    font-size: 18px; }
  .contact__item2 {
    font-size: 16px; }
  .contact__item2 span {
    width: 25px;
    height: 25px; }
  .contact__item2 i {
    font-size: 14px; }
  .contact__adress__item i {
    font-size: 25px; }
  .contact__adress__item {
    font-size: 18px; }
  .contact__adress__item span {
    font-size: 14px; } }

@media (max-width: 424px) {
  .contact-flex {
    -ms-flex-direction: column;
        flex-direction: column; }
  #contact__form input {
    margin-bottom: 10px; }
  #contact__form textarea {
    margin-top: 0; } }

.dostavka__item {
  font-size: 25px;
  margin-bottom: 40px; }

.dostavka__text {
  font-size: 15px;
  margin-bottom: 40px;
  line-height: 1.5; }

.akcii__wrap.news {
  padding-top: 0; }

@media (min-width: 1025px) {
  .akcii__item.big {
    width: calc(100% - 14px);
    -ms-flex-direction: row;
        flex-direction: row; }
    .akcii__item.big .akcii__item__img {
      padding: 2%;
      min-width: 325px; }
    .akcii__item.big .akcii__item__wrap {
      padding-left: 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      padding-bottom: 15px; }
    .akcii__item.big .akcii__item__text {
      overflow: visible;
      height: auto;
      display: block;
      -ms-flex: 1;
          flex: 1; } }

.text-content h3 {
  font-size: 25px; }

.enciclope .text-content {
  padding: 0; }

.sort {
  margin-top: 45px;
  margin-bottom: 25px; }

.sort .tovar-sidebar__wrap {
  -ms-flex-direction: row;
      flex-direction: row;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: initial; }

.sort .tovar-sidebar__wrap label {
  margin-right: 10px;
  font-style: 12px;
  padding-top: 2px;
  margin-bottom: 20px; }

.sort .tovar-sidebar__wrap input:checked + label:after {
  top: 2px; }

.sort .tovar-sidebar__wrap label:before {
  border-radius: 2px; }

.enciclope__wrap {
  display: -ms-flexbox;
  display: flex; }

.enciclope__mob-btn {
  display: none; }

.enciclope-filter {
  min-width: 255px;
  padding-right: 15px; }

.enciclope__wrap .akcii__item.big .akcii__item__img {
  background-position: top; }

.enciclope__wrap .akcii__item__title {
  margin-top: 0; }

.enciclope-filter form {
  box-shadow: 0 0 7px #AFAFAF;
  padding: 10px 15px 30px 15px;
  margin: 17px 0 30px 0; }

.enciclope__title {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px; }

.enciclope__wrap .selectric-wrapper {
  width: 100%; }

.enciclope__wrap .tovar-sidebar.price-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }

.enciclope__wrap .tovar-sidebar .sbross-btn {
  color: #77c03d; }

.enciclope__wrap .tovar-sidebar button {
  margin-top: 15px; }

@media (max-width: 1024px) {
  .enciclope-filter {
    padding-right: 0; }
  .enciclope__wrap {
    -ms-flex-direction: column;
        flex-direction: column; }
    .enciclope__wrap .akcii__item__img {
      padding: auto;
      background-size: cover;
      margin-bottom: 10px;
      background-position: center; }
    .enciclope__wrap .selectric-wrapper {
      max-width: 400px; }
    .enciclope__wrap .tovar-sidebar__wrap {
      max-height: initial; }
  .enciclope__mob-btn {
    display: block;
    width: 100%;
    color: #fff;
    color: #fff !important;
    background: #77c23e;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0 0 0;
    border-radius: 5px;
    outline: none;
    padding: 15px 0;
    text-align: center;
    border: 0; }
  .enciclope-filter form {
    display: none; } }

.akcii__item.big .akcii__item__img {
  padding: 0; 
  width: auto;
}

.akcii__item.big .akcii__item__img img {
  width: 100%;
  object-fit: contain; }

.tovars.proizv {
  padding-left: 0;
  margin-top: 75px; }

.tovars.proizv h2:after {
  width: 100%; }

.cabinet__top {
  margin-bottom: 45px; }

.fizlic {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 1000px;
  margin-bottom: 50px; }

.fizlic thead td {
  font-weight: 700; }

.fizlic thead td.total {
  font-size: 25px;
  color: #487823; }

.fizlic tbody td a {
  color: #77c23e; }

.fizlic__btn:hover {
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset; }

.fizlic thead tr {
  border-bottom: 2px solid #e7ebee;
  border-top: 2px solid #e7ebee;
  height: 60px; }

.fizlic td {
  padding: 0 20px;
  border-right: 2px solid #e7ebe7; }

.fizlic td:last-child {
  border-right: 0; }

.fizlic .fizlic__btn {
  height: 40px;
  line-height: 40px;
  width: 200px;
  display: block;
  background-color: #77c23e;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border-radius: 5px; }

.fizlic-br {
  border-bottom: 2px solid #e7ebe7; }

.fizlic__tovari {
  display: -ms-flexbox;
  display: flex; }

.fizlic__tovari__img {
  margin-right: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.fizlic__tovari__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px 0; }

.fizlic__tovari__text span {
  font-weight: 700; }

.fizlic__tovari__text p {
  margin: 10px 0;
  color: #8f8f8f; }

.fizlic__wrap {
  overflow: auto;
  width: 100%; }

.cabinet__t {
  font-size: 25px; }

.cabinet__h {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px;
  background-color: #ebebeb;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px; }

.cabinet__h__item a {
  color: #77c33f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.cabinet__h__item a svg {
  margin-left: 5px; }

.cabinet-fiz {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 50px;
  margin-top: 35px; }

.cabinet-fiz thead td {
  font-weight: 700; }

.cabinet-fiz tr {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  height: 63px; }

.cabinet-fiz tr {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  height: 63px; }

.cabinet-fiz td {
  padding-left: 100px; }

.cabinet-fiz td {
  width: calc(100% / 4);
  font-weight: 700; }

.cabinet-fiz tbody td:first-child {
  font-weight: 500; }

.cabinet-fiz a {
  color: #77c33f;
  text-decoration: underline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.prinat {
  color: #77c33f; }

.inwork {
  color: #b56db9; }

.inend {
  color: #f9921b; }

.inready {
  color: #ff0000; }

@media (max-width: 1199px) {
  .cabinet-fiz td {
    padding-left: 50px; } }

@media (max-width: 767px) {
  .cabinet__h {
    -ms-flex-direction: column;
        flex-direction: column; }
  .cabinet__h__item {
    margin-bottom: 20px; }
  .cabinet__h__item:last-child {
    margin-bottom: 0; }
  .cabinet-fiz td {
    padding-left: 0; }
  .cabinet-fiz {
    min-width: 500px; }
  .cabinet-fiz td {
    width: auto; } }


.bx-filter.bx-blue .bx-filter-section{
  background: transparent;
  padding-top: 0;
}

.sidebar  .bx-filter .bx-ui-slider-handle{
  top: 50%;
  transform: translateY(-50%);
  background: #fff !important;
  border: 5px solid #b56dba;
  box-sizing: content-box;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  z-index: 99;
}
.bx-filter .bx-ui-slider-range{
  z-index: 75;
}
.bx-filter .bx-ui-slider-handle:before{
    position: absolute;
    display: block;
    content: "";
    bottom: 13.5px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 4px solid transparent;
    border-top-color: #77c23e;
}

.bx-filter .bx-ui-slider-handle input{
  display: block;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  color: #fff;
  text-align: center;
  background-color: #77c23e;
  width: auto;
  border: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  border-radius: 4px;
}
.bx-filter .bx-ui-slider-part{
  display: none;
  background: transparent;
  top: 33px;
  color: #000;
  font-weight: 700;
  font-size: 12px;
}

.bx-filter .bx-ui-slider-part.p1{
  display: block;
  left: 11px;
}
.bx-filter .bx-ui-slider-part.p5{
  display: block;
  right: 13px;
}
.bx-filter .bx-ui-slider-track-container{
  position: relative;
  z-index: 2;
  padding-left: 0;
  padding-right: 0;
}
.bx-filter .bx-ui-slider-track{
  height: 12px;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{
  background: #f9921c;
  border-radius: 5px;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-v{
  background: #77c23e;
  border-radius: 5px;
}
.bx-filter .bx-ui-slider-handle.left{
  margin-left: 0;
}
.bx-filter .bx-ui-slider-handle.right{
  margin-right: 0;
}
.bx-filter .bx-ui-slider-pricebar-v{
  z-index: 70;
}
.tovar-sidebar.price-bar{
  display: flex;
  flex-direction: column;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vd{
  border-radius: 5px;
}
.bx-filter.bx-blue .bx-ui-slider-track{
  border-radius: 5px;
}