﻿arset 'UTF-8';

.arcticmodal-container,
.arcticmodal-overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 0
}

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto
}

.arcticmodal-container_i2 {
  margin: 0;
  padding: 24px 0;
  vertical-align: middle;
  border: 0
}

.arcticmodal-error {
  padding: 20px;
  color: #fff;
  border-radius: 10px;
  background: #000
}

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000 url(../img/loading.gif) no-repeat 50% 50%
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

/* .slick-list.draggable {
  overflow: hidden;
} */

.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 {
  position: relative;
  top: 0;
  left: 0;
  display: block
}

.slick-track:after,
.slick-track:before {
  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
}

.slick-loading .slick-list {
  background: #fff url(../img/ajax-loader.gif) center center no-repeat
}

.slick-next,
.slick-prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 20px;
  height: 75px;
  margin-top: -26px;
  border: 3px solid #f5f5f5;
  border-radius: 3px;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  background: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s
}

.slick-prev {
  left: -2px;
}

.slick-prev:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/sprite3.png);
  background-position: -376px -436px;
  width: 10px;
  height: 20px;
}

.slick-next {
  right: -2px;
}

.slick-next:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/sprite3.png);
  background-position: -394px -436px;
  width: 10px;
  height: 20px;
}

.slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  bottom: -2px;
  display: block;
  padding: 8px 13px;
  background-color: #fff;
  border: 2px solid #f5f5f5;
  border-radius: 2px;
  font-size: 0;
  /* text-align: right */
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer
}

.slick-dots li button {
  display: block;
  width: 6px;
  height: 6px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: 2px solid #dadada;
  border-radius: 50%;
  outline: 0;
  background: 0 0
}

.slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  border: 2px solid #006cb7;
  background: #006cb7;
}

/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
.noUi-target,
.noUi-target * {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none
}

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

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

.noUi-connect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.noUi-origin {
  position: absolute;
  width: 0;
  height: 0
}

.noUi-handle {
  position: relative;
  z-index: 1
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top .3s, right .3s, bottom .3s, left .3s;
  transition: top .3s, right .3s, bottom .3s, left .3s
}

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

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
  height: 5px
}

.noUi-horizontal .noUi-handle {
  top: -6px;
  left: 0
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
  left: -17px
}

.noUi-vertical {
  width: 18px
}

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

.noUi-target {
  background: #efefef
}

.noUi-connect {
  -webkit-transition: background 450ms;
  transition: background 450ms;
  background: #f89728
}

.noUi-draggable {
  cursor: ew-resize
}

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

.noUi-handle {
  cursor: default;
  background: url(../img/sprite.png) no-repeat -472px -136px;
  width: 17px;
  height: 17px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jq-checkbox {
  float: left;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 0 8px 0 0;
  cursor: pointer
}

.jq-checkbox.checked {
  border: 1px solid #f89728;
  background: #f89728
}

.jq-checkbox.checked .jq-checkbox__div {
  background: url(../img/sprite.png) no-repeat -494px -29px;
  width: 10px;
  height: 8px;
  margin: 3px 0 0 2px
}

.jq-checkbox.disabled {
  opacity: .55
}

.jq-radio {
  top: -1px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  background: #f5f5f5;
  background: -webkit-linear-gradient(#fff, #e6e6e6);
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #fff, inset 1px -1px #fff
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .7)
}

.jq-radio.focused {
  border: 1px solid #08c
}

.jq-radio.disabled {
  opacity: .55
}

.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.jq-file input {
  height: auto;
  line-height: 1em;
  cursor: pointer
}

.jq-file__name {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  color: #333;
  font: 14px/32px Arial, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 1px 1px #f1f1f1
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  color: #333;
  font: 14px/32px Arial, sans-serif;
  text-shadow: 1px 1px #fff;
  border-left: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  background: #f5f5f5;
  background: -webkit-linear-gradient(#fff, #e6e6e6);
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1)
}

.jq-file:hover .jq-file__browse {
  background: #e6e6e6;
  background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
  background: linear-gradient(#f6f6f6, #e6e6e6)
}

.jq-file:active .jq-file__browse {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794bf
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse,
.jq-file.disabled .jq-file__name {
  color: #888;
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none
}

.jq-number {
  position: relative;
  display: inline-block;
  padding: 0 36px 0 0;
  vertical-align: middle
}

.jq-number__field {
  width: 100px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1)
}

.jq-number__field:hover {
  border-color: #b3b3b3
}

.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  color: #333;
  font: 14px Arial, sans-serif;
  text-align: left;
  border: none;
  outline: 0;
  background: 0 0;
  -moz-appearance: textfield
}

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

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  text-shadow: 1px 1px #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #f5f5f5;
  background: -webkit-linear-gradient(#fff, #e6e6e6);
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1)
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0
}

.jq-number__spin:hover {
  background: #e6e6e6;
  background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
  background: linear-gradient(#f6f6f6, #e6e6e6)
}

.jq-number__spin:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd
}

.jq-number__spin:after {
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  content: '';
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794bf
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  color: #888;
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #aaa
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #aaa
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  z-index: 1 !important
}

.jq-selectbox__select {
  height: 33px;
  padding: 0 33px 0 13px;
  color: #000;
  font-size: 13px;
  line-height: 33px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff
}

.jq-selectbox.disabled .jq-selectbox__select {
  color: #888;
  border-color: #ccc;
  background: #f5f5f5
}

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis
}

.jq-selectbox .placeholder {
  color: #888
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
  background: #e5e5e5
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../img/sprite.png) no-repeat -494px -77px;
  width: 10px;
  height: 6px
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
  background: url(../img/sprite.png) no-repeat -494px -66px
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #aaa
}

.jq-selectbox__dropdown {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 24px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
  box-sizing: border-box
}

.jq-selectbox__search {
  margin: 5px
}

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #f1f1f1;
  -webkit-appearance: textfield
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  font-size: 13px;
  background: #f0f0f0
}

.jq-selectbox ul {
  margin: 0;
  padding: 0
}

.jq-selectbox li {
  min-height: 24px;
  line-height: 18px;
  padding: 3px 13px 3px;
  color: #000;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.jq-selectbox li.selected {
  color: #fff;
  background: #005ead
}

.jq-selectbox li:hover {
  color: #fff;
  background: #005ead
}

.jq-selectbox li.disabled {
  color: #aaa
}

.jq-selectbox li.disabled:hover {
  background: 0 0
}

.jq-selectbox li.optgroup {
  font-weight: 700
}

.jq-selectbox li.optgroup:hover {
  color: #231f20;
  cursor: default;
  background: 0 0
}

.jq-selectbox li.option {
  padding-left: 25px
}

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  color: #333;
  font: 14px/18px Arial, sans-serif;
  cursor: default;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1)
}

.jq-select-multiple.focused {
  border: 1px solid #5794bf
}

.jq-select-multiple.disabled {
  color: #888;
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px
}

.jq-select-multiple li.selected {
  color: #fff;
  background: #08c
}

.jq-select-multiple li.disabled {
  color: #aaa
}

.jq-select-multiple li.selected.disabled,
.jq-select-multiple.disabled li.selected {
  color: #fff;
  background: #ccc
}

.jq-select-multiple li.optgroup {
  font-weight: 700
}

.jq-select-multiple li.option {
  padding-left: 25px
}

input[type=email].styler,
input[type=password].styler,
input[type=search].styler,
input[type=tel].styler,
input[type=text].styler,
input[type=url].styler,
textarea.styler {
  padding: 8px 9px;
  color: #333;
  font: 14px Arial, sans-serif;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1)
}

input[type=search].styler {
  -webkit-appearance: none
}

textarea.styler {
  overflow: auto
}

input[type=email].styler:hover,
input[type=password].styler:hover,
input[type=search].styler:hover,
input[type=tel].styler:hover,
input[type=text].styler:hover,
input[type=url].styler:hover,
textarea.styler:hover {
  border-color: #b3b3b3
}

input[type=email].styler:focus,
input[type=password].styler:focus,
input[type=search].styler:focus,
input[type=tel].styler:focus,
input[type=text].styler:focus,
input[type=url].styler:focus,
textarea.styler:focus {
  border-color: #ccc;
  border-top-color: #b3b3b3;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

button.styler,
input[type=button].styler,
input[type=reset].styler,
input[type=submit].styler {
  overflow: visible;
  padding: 8px 11px;
  color: #333;
  font: 14px Arial, sans-serif;
  text-shadow: 1px 1px #fff;
  cursor: pointer;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  outline: 0;
  background: #f5f5f5;
  background: -webkit-linear-gradient(#fff, #e6e6e6);
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1)
}

button.styler::-moz-focus-inner,
input[type=button].styler::-moz-focus-inner,
input[type=reset].styler::-moz-focus-inner,
input[type=submit].styler::-moz-focus-inner {
  padding: 0;
  border: 0
}

button.styler:not([disabled]):hover,
input[type=button].styler:not([disabled]):hover,
input[type=reset].styler:hover,
input[type=submit].styler:not([disabled]):hover {
  background: #e6e6e6;
  background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
  background: linear-gradient(#f6f6f6, #e6e6e6)
}

button.styler:not([disabled]):active,
input[type=button].styler:not([disabled]):active,
input[type=reset].styler:active,
input[type=submit].styler:not([disabled]):active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd
}

button.styler[disabled],
input[type=button].styler[disabled],
input[type=submit].styler[disabled] {
  color: #888;
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none
}

.fancybox-enabled {
  overflow: hidden
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%
}

.fancybox-container {
  position: fixed;
  z-index: 99993;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.fancybox-container~.fancybox-container {
  z-index: 99992
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
  transition-timing-function: cubic-bezier(.55, .06, .68, .19);
  opacity: 0;
  background: #0f0f11;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.fancybox-container--ready .fancybox-bg {
  -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  opacity: .87
}

.fancybox-controls {
  position: absolute;
  z-index: 99994;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1
}

.fancybox-infobar {
  display: none
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  color: #ddd;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 44px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  background-color: rgba(30, 30, 30, .7);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all
}

.fancybox-show-buttons .fancybox-buttons {
  display: block
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr
}

.fancybox-slider,
.fancybox-slider-wrap {
  position: absolute;
  z-index: 99993;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent
}

.fancybox-slide {
  position: absolute;
  z-index: 99994;
  top: 0;
  left: 0;
  overflow: auto;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: normal;
  outline: 0;
  -webkit-overflow-scrolling: touch
}

.fancybox-slide:before {
  width: 0;
  height: 100%;
  content: ''
}

.fancybox-slide:before,
.fancybox-slide>* {
  display: inline-block;
  vertical-align: middle
}

.fancybox-slide>* {
  position: relative;
  overflow: auto;
  box-sizing: border-box;
  margin: 44px 0;
  padding: 24px;
  text-align: left;
  border-width: 0;
  background-color: #fff
}

.fancybox-slide--image {
  overflow: hidden
}

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

.fancybox-content {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 80%;
  height: calc(100% - 88px);
  margin: 44px auto;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: normal;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
  border: 0;
  outline: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent
}

.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: 0 0
}

.fancybox-placeholder {
  z-index: 99995;
  overflow: visible;
  cursor: default;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.fancybox-image,
.fancybox-placeholder,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0
}

.fancybox-image,
.fancybox-spaceball {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  background: 0 0;
  background-size: 100% 100%
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden
}

.fancybox-error {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  margin: 0;
  padding: 40px;
  cursor: default;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif
}

.fancybox-close-small {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: 0 0
}

.fancybox-close-small:after {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  color: #888;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 300;
  text-align: center;
  content: '×';
  -webkit-transition: background .2s;
  transition: background .2s;
  border-width: 0;
  border-radius: 50%;
  background: #fff
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: 0 0
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee
}

.fancybox-caption-wrap {
  position: absolute;
  z-index: 99998;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 60px 30px 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  opacity: 0;
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1
}

.fancybox-caption {
  padding: 30px 0;
  color: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  border-top: 1px solid hsla(0, 0%, 100%, .4);
  -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all
}

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

.fancybox-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 44px;
  vertical-align: top;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: 0 0
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none
}

.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, .8)
}

.fancybox-button:after,
.fancybox-button:before {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  color: currentColor;
  content: '';
  pointer-events: none;
  opacity: .9;
  border-color: #fff;
  background-color: currentColor
}

.fancybox-button--disabled:after,
.fancybox-button--disabled:before {
  opacity: .5
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  background: 0 0
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.fancybox-button--left {
  border-bottom-left-radius: 5px
}

.fancybox-button--right {
  border-bottom-right-radius: 5px
}

.fancybox-button--close {
  float: right
}

.fancybox-button--close:after,
.fancybox-button--close:before {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
  display: inline-block;
  width: 16px;
  height: 2px;
  content: ''
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.fancybox-loading {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  border: 6px solid hsla(0, 0%, 39%, .4);
  border-top: 6px solid hsla(0, 0%, 100%, .6);
  border-radius: 100%;
  background: 0 0
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@media (max-width:800px) {
  .fancybox-controls {
    text-align: left
  }

  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important
  }

  .fancybox-caption {
    margin: 0;
    padding: 20px 0
  }
}

.fancybox-button--fullscreen:before {
  top: 16px;
  left: 15px;
  width: 15px;
  height: 11px;
  border: 2px solid;
  background: 0 0
}

.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: 0 0
}

.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-width: 0 2px;
  border-style: solid;
  background: 0 0
}

.fancybox-button--thumbs span {
  font-size: 23px
}

.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
}

.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px
}

.fancybox-thumbs {
  position: absolute;
  z-index: 99993;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  box-sizing: border-box;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  word-break: normal;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent
}

.fancybox-thumbs>ul {
  position: absolute;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0
}

.fancybox-thumbs>ul>li {
  position: relative;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  width: 105px;
  max-width: 50%;
  height: 75px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  outline: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none
}

.fancybox-thumbs>ul>li:before {
  position: absolute;
  z-index: 99991;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  opacity: 0;
  border: 4px solid #4ea7f9;
  border-radius: 2px
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
  opacity: 1
}

@media (max-width:800px) {
  .fancybox-thumbs {
    display: none !important
  }

  .fancybox-container--thumbs .fancybox-caption-wrap,
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0
  }
}

* {
  margin: 0;
  padding: 0
}

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

:focus {
  outline: 0
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

html * {
  max-height: 1000000px
}

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
}

b,
optgroup,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

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

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

hr {
  height: 0;
  margin: 0
}

pre {
  overflow: auto
}

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

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

button {
  overflow: visible;
  border: none;
  background: 0 0
}

button,
select {
  text-transform: none
}

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

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

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

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  padding: 0
}

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

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

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

fieldset {
  border: 1px solid silver
}

legend {
  border: 0
}

textarea {
  overflow: auto;
  resize: none
}

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

li,
ol,
ul {
  list-style: none
}

button,
hr,
input,
textarea {
  border: none
}

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

.clear,
.clearfix:after {
  clear: both
}

.center {
  text-align: center
}

.ovh {
  overflow: hidden
}

.ovv {
  overflow: visible
}

.hid,
.hidden {
  display: none
}

.dt {
  display: table
}

.dtc {
  display: table-cell;
  vertical-align: middle
}

.easy-autocomplete {
  position: relative;
  width: 100% !important
}

.easy-autocomplete input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  float: none;
  padding: 6px 12px
}

.easy-autocomplete input:focus,
.easy-autocomplete input:hover {
  box-shadow: none
}

.easy-autocomplete a {
  display: block
}

.easy-autocomplete.eac-blue-light input:focus,
.easy-autocomplete.eac-blue-light input:hover {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6)
}

.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6)
}

.easy-autocomplete.eac-blue-light ul .eac-category,
.easy-autocomplete.eac-blue-light ul li {
  border-color: #66afe9
}

.easy-autocomplete.eac-blue-light ul .eac-category.selected,
.easy-autocomplete.eac-blue-light ul li.selected {
  background-color: #ecf5fc
}

.easy-autocomplete.eac-green-light input:focus,
.easy-autocomplete.eac-green-light input:hover {
  border-color: #41db00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(146, 237, 107, .6)
}

.easy-autocomplete.eac-green-light ul {
  border-color: #41db00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(146, 237, 107, .6)
}

.easy-autocomplete.eac-green-light ul .eac-category,
.easy-autocomplete.eac-green-light ul li {
  border-color: #41db00
}

.easy-autocomplete.eac-green-light ul .eac-category.selected,
.easy-autocomplete.eac-green-light ul li.selected {
  background-color: #9eff75
}

.easy-autocomplete.eac-red-light input:focus,
.easy-autocomplete.eac-red-light input:hover {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(255, 90, 90, .6)
}

.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(255, 90, 90, .6)
}

.easy-autocomplete.eac-red-light ul .eac-category,
.easy-autocomplete.eac-red-light ul li {
  border-color: #ff5b5b
}

.easy-autocomplete.eac-red-light ul .eac-category.selected,
.easy-autocomplete.eac-red-light ul li.selected {
  background-color: #ff8e8e
}

.easy-autocomplete.eac-yellow-light input:focus,
.easy-autocomplete.eac-yellow-light input:hover {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(255, 231, 84, .6)
}

.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(255, 231, 84, .6)
}

.easy-autocomplete.eac-yellow-light ul .eac-category,
.easy-autocomplete.eac-yellow-light ul li {
  border-color: #ffdb00
}

.easy-autocomplete.eac-yellow-light ul .eac-category.selected,
.easy-autocomplete.eac-yellow-light ul li.selected {
  background-color: #ffe233
}

.easy-autocomplete.eac-dark-light input:focus,
.easy-autocomplete.eac-dark-light input:hover {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(55, 55, 55, .6)
}

.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(55, 55, 55, .6)
}

.easy-autocomplete.eac-dark-light ul .eac-category,
.easy-autocomplete.eac-dark-light ul li {
  border-color: #333
}

.easy-autocomplete.eac-dark-light ul .eac-category.selected,
.easy-autocomplete.eac-dark-light ul li.selected {
  background-color: #4d4d4d;
  color: #fff
}

.easy-autocomplete.eac-dark {
  color: #fff
}

.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6
}

.easy-autocomplete.eac-dark input:focus,
.easy-autocomplete.eac-dark input:hover {
  border-color: #333;
  box-shadow: 0
}

.easy-autocomplete.eac-dark ul {
  border-color: #333
}

.easy-autocomplete.eac-dark ul .eac-category,
.easy-autocomplete.eac-dark ul li {
  background-color: #404040;
  border-color: #333
}

.easy-autocomplete.eac-dark ul .eac-category.selected,
.easy-autocomplete.eac-dark ul li.selected {
  background-color: #737373;
  color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass {
  color: #fff
}

.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, .8);
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass input:focus,
.easy-autocomplete.eac-dark-glass input:hover {
  border-color: rgba(0, 0, 0, .8);
  box-shadow: 0
}

.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, .8)
}

.easy-autocomplete.eac-dark-glass ul .eac-category,
.easy-autocomplete.eac-dark-glass ul li {
  background-color: rgba(0, 0, 0, .8);
  border-color: rgba(0, 0, 0, .8)
}

.easy-autocomplete.eac-dark-glass ul .eac-category.selected,
.easy-autocomplete.eac-dark-glass ul li.selected {
  background-color: rgba(64, 64, 64, .8);
  color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass ul .eac-category:last-child,
.easy-autocomplete.eac-dark-glass ul li:last-child {
  border-radius: 0 0 4px 4px
}

.easy-autocomplete.eac-blue {
  color: #fff
}

.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6
}

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6
}

.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6
}

.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6
}

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6
}

.easy-autocomplete.eac-blue input:focus,
.easy-autocomplete.eac-blue input:hover {
  border-color: #5a91cb;
  box-shadow: 0
}

.easy-autocomplete.eac-blue ul {
  border-color: #5a91cb
}

.easy-autocomplete.eac-blue ul .eac-category,
.easy-autocomplete.eac-blue ul li {
  background-color: #6d9ed1;
  border-color: #5a91cb
}

.easy-autocomplete.eac-blue ul .eac-category.selected,
.easy-autocomplete.eac-blue ul li.selected {
  background-color: #94b8dd;
  color: #f6f6f6
}

.easy-autocomplete.eac-yellow {
  color: #333
}

.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: 0;
  color: #333
}

.easy-autocomplete.eac-yellow input:focus,
.easy-autocomplete.eac-yellow input:hover {
  border-color: #333;
  box-shadow: 0
}

.easy-autocomplete.eac-yellow ul {
  border-color: #333
}

.easy-autocomplete.eac-yellow ul .eac-category,
.easy-autocomplete.eac-yellow ul li {
  background-color: #ffdb7e;
  border-color: #333
}

.easy-autocomplete.eac-yellow ul .eac-category.selected,
.easy-autocomplete.eac-yellow ul li.selected {
  background-color: #ffe9b1;
  color: #333
}

.easy-autocomplete.eac-purple {
  color: #333
}

.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: 0;
  color: #333
}

.easy-autocomplete.eac-purple input:focus,
.easy-autocomplete.eac-purple input:hover {
  border-color: #333;
  box-shadow: 0
}

.easy-autocomplete.eac-purple ul {
  border-color: #333
}

.easy-autocomplete.eac-purple ul .eac-category,
.easy-autocomplete.eac-purple ul li {
  background-color: #d6d1e7;
  border-color: #333
}

.easy-autocomplete.eac-purple ul .eac-category.selected,
.easy-autocomplete.eac-purple ul li.selected {
  background-color: #ebe8f3;
  color: #333
}

.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2
}

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #fff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: 1px
}

.easy-autocomplete-container ul .eac-category,
.easy-autocomplete-container ul li {
  background: inherit;
  border-color: #ccc;
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 12px
}

.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px
}

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer
}

.easy-autocomplete-container ul li.selected div {
  font-weight: 400
}

.easy-autocomplete-container ul li div {
  display: block;
  font-weight: 400;
  word-break: break-all
}

.easy-autocomplete-container ul li b {
  font-weight: 700
}

.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic
}

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: .9em
}

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px
}

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative
}

.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px
}

.easy-autocomplete.eac-square {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.easy-autocomplete.eac-square input {
  border: 1px solid #7f8c8d;
  border-radius: 0;
  color: #7f8c8d;
  font-family: inherit;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  min-width: 350px;
  padding: 12px 43px 12px 15px
}

.easy-autocomplete.eac-square ul {
  border-color: #7f8c8d;
  border-top: 0;
  box-shadow: none;
  top: 0
}

.easy-autocomplete.eac-square ul .eac-category,
.easy-autocomplete.eac-square ul li {
  border-color: #7f8c8d;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  padding: 6px 12px;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s
}

.easy-autocomplete.eac-square ul .eac-category *,
.easy-autocomplete.eac-square ul li * {
  font-weight: 300
}

.easy-autocomplete.eac-square ul .eac-category.selected,
.easy-autocomplete.eac-square ul li.selected {
  background-color: #f1f1f1;
  font-weight: 300
}

.easy-autocomplete.eac-square ul .eac-category b,
.easy-autocomplete.eac-square ul li b {
  font-weight: 600
}

.easy-autocomplete.eac-round {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.easy-autocomplete.eac-round input {
  border-radius: 10px;
  color: #888;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  min-width: 300px;
  padding: 10px
}

.easy-autocomplete.eac-round input:focus,
.easy-autocomplete.eac-round input:hover {
  border-color: #3079ed
}

.easy-autocomplete.eac-round ul {
  background: 0 0;
  border-color: #888;
  border-width: 0;
  box-shadow: none;
  min-width: 300px;
  top: 20px
}

.easy-autocomplete.eac-round ul .eac-category,
.easy-autocomplete.eac-round ul li {
  background: #fff;
  border-color: #3079ed;
  border-width: 0 2px;
  font-size: 14px;
  padding: 8px 12px;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s
}

.easy-autocomplete.eac-round ul .eac-category.selected,
.easy-autocomplete.eac-round ul li.selected {
  background-color: #d4e3fb
}

.easy-autocomplete.eac-round ul .eac-category:first-child,
.easy-autocomplete.eac-round ul li:first-child {
  border-radius: 10px 10px 0 0;
  border-width: 2px 2px 0
}

.easy-autocomplete.eac-round ul .eac-category:last-child,
.easy-autocomplete.eac-round ul li:last-child {
  border-radius: 0 0 10px 10px;
  border-width: 0 2px 2px
}

.easy-autocomplete.eac-round ul .eac-category b,
.easy-autocomplete.eac-round ul li b {
  font-weight: 700
}

.easy-autocomplete.eac-funky {
  font-family: Inconsolata, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.easy-autocomplete.eac-funky input {
  background: #07ed89;
  border: 0;
  border-radius: 0;
  color: #ed076b;
  font-family: inherit;
  font-size: 18px;
  min-width: 240px;
  padding: 12px
}

.easy-autocomplete.eac-funky ul {
  background: 0 0;
  border: 0
}

.easy-autocomplete.eac-funky ul .eac-category,
.easy-autocomplete.eac-funky ul li {
  background: 0 0;
  border: 0;
  color: #ed076b;
  font-size: 18px;
  padding: 4px 12px;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s
}

.easy-autocomplete.eac-funky ul .eac-category.selected,
.easy-autocomplete.eac-funky ul li.selected {
  color: #8907ed
}

.easy-autocomplete.eac-solid input {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
  border-color: #ddd;
  color: #666;
  font-size: 13px;
  min-height: 0;
  padding: 6px 12px
}

.easy-autocomplete.eac-solid ul .eac-category,
.easy-autocomplete.eac-solid ul li {
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s
}

.easy-autocomplete.eac-solid ul .eac-category.selected,
.easy-autocomplete.eac-solid ul li.selected {
  background-color: #f2f2f2
}

.easy-autocomplete.eac-plate {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.easy-autocomplete.eac-plate input {
  font-size: 13px;
  padding: 6px 12px
}

.easy-autocomplete.eac-plate ul {
  background: #b5b5b5;
  border-radius: 6px;
  border-width: 0;
  top: 10px
}

.easy-autocomplete.eac-plate ul .eac-category,
.easy-autocomplete.eac-plate ul li {
  background: #b5b5b5;
  color: #fafafa;
  font-size: 12px;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s
}

.easy-autocomplete.eac-plate ul .eac-category b,
.easy-autocomplete.eac-plate ul li b {
  color: #ffd464
}

.easy-autocomplete.eac-plate ul .eac-category.selected,
.easy-autocomplete.eac-plate ul li.selected {
  background: #656565
}

.easy-autocomplete.eac-plate ul .eac-category:first-child,
.easy-autocomplete.eac-plate ul li:first-child {
  border-radius: 6px 6px 0 0
}

.easy-autocomplete.eac-plate ul .eac-category:last-child,
.easy-autocomplete.eac-plate ul li:last-child {
  border-radius: 0 0 6px 6px
}

.easy-autocomplete.eac-plate-dark {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.easy-autocomplete.eac-plate-dark input {
  font-size: 13px;
  padding: 6px 12px
}

.easy-autocomplete.eac-plate-dark ul {
  background: #212121;
  border-radius: 6px;
  border-width: 0;
  top: 10px
}

.easy-autocomplete.eac-plate-dark ul .eac-category,
.easy-autocomplete.eac-plate-dark ul li {
  background: #212121;
  color: #fafafa;
  font-size: 12px;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s
}

.easy-autocomplete.eac-plate-dark ul .eac-category b,
.easy-autocomplete.eac-plate-dark ul li b {
  color: #ffd464
}

.easy-autocomplete.eac-plate-dark ul .eac-category.selected,
.easy-autocomplete.eac-plate-dark ul li.selected {
  background: #656565
}

.easy-autocomplete.eac-plate-dark ul .eac-category:first-child,
.easy-autocomplete.eac-plate-dark ul li:first-child {
  border-radius: 6px 6px 0 0
}

.easy-autocomplete.eac-plate-dark ul .eac-category:last-child,
.easy-autocomplete.eac-plate-dark ul li:last-child {
  border-radius: 0 0 6px 6px
}

html {
  min-width: 320px;
  background-color: #f5f5f5
}

body {
  min-width: 1140px;
  height: 100%;
  color: #000;
  font-family: Roboto, sans-serif
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s
}

.wrap {
  position: relative;
  overflow: hidden;
  padding: 0 15px;
  max-width: 1170px;
  margin: 0 auto
}

@media (max-width: 770px) {

  .wrap {
    padding: 0 10px;
  }
}

.btn {
  position: relative;
  display: inline-block;
  height: 30px;
  padding: 0 20px;
  color: #005ead;
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  vertical-align: top;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  background: 0 0
}

.btn:hover {
  color: #f89728
}

.btn-2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #8e8e8e;
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #8e8e8e;
  border-radius: 2px;
  background: 0 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

.btn-2:hover {
  color: #f89728;
  border: 1px solid #f89728
}

.btn-3 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #8e8e8e;
  border-radius: 2px;
  background: #005ead;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-shadow: 3px 0 9px 1px rgba(0, 0, 0, .15)
}

.btn-3:hover {
  background: rgba(0, 94, 173, .88)
}

.button {
  padding: 15px;
  border-radius: 3px;
  background-color: #f89728;
  color: #fff;
  text-align: center;
  transition: all .2s;
}

.button:hover {
  background-color: #ef8000;
}

.title-bordered {
  margin-bottom: 10px;
  padding: 14px 22px;
  text-align: left;
  /* border: 1px solid #e5e5e5; */
  background: #fff;
  font-size: 0;
  border-radius: 3px;
}

.title-bordered .title {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 700
}

.title-bordered .title.has-edit-link {
  padding-top: 3px
}

.title-bordered .toggle-filter {
  float: left;
  display: none;
  color: #fff;
  font-size: 13px;
  line-height: 33px;
  font-weight: 700;
  padding: 0 10px;
  text-align: center;
  min-width: 84px;
  height: 33px;
  background: #f89728;
  border-radius: 2px
}

.title-bordered .sort {
  float: right
}

.title-bordered .sort .sort-block {
  display: inline-block;
  vertical-align: middle
}

.title-bordered .sort .sort-block label {
  display: inline-block;
  vertical-align: middle;
  color: #737373;
  font-size: 13px;
  font-weight: 300;
  margin-right: 5px
}

.title-bordered .sort .sort-block .select-wrap {
  display: inline-block;
  vertical-align: middle
}

.title-w-link {
  margin-bottom: 20px
}

.title-w-link .title {
  display: inline-block;
  margin-right: 10px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle
}

.title-w-link .btn {
  vertical-align: middle
}

.news-preview {
  display: inline-block;
  width: 263px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  background-color: #fff
}

.news-preview .img-date-block {
  position: relative;
  overflow: hidden;
  height: 131px
}

.news-preview .img-date-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  max-width: 5000px;
  height: auto;
  min-height: 100%;
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1)
}

.news-preview:hover .img-date-block img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1)
}

.news-preview .img-date-block .date {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25px;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
  background-color: #005ead
}

.news-preview .text-block {
  padding: 10px 20px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: .3s all;
  transition: .3s all;
  border-top: 1px solid #e5e5e5
}

.news-preview:hover .text-block {
  color: #005ead
}

.breadcrumbs {
  background: #f5f5f5
}

.breadcrumbs .wrap a:first-of-type {
  background-image: url(../img/sprite3.png);
  background-position: -430px -436px;
  width: 11px;
  height: 12px;
  transition: none;
}

.breadcrumbs .wrap a:first-of-type::after {
  top: -4px;
  bottom: 4px;
  cursor: default;
}

.breadcrumbs .wrap a:hover:first-of-type {
  background-image: url(../img/sprite3.png);
  background-position: -481px -447px;
  width: 11px;
  height: 12px;
}

.breadcrumbs .wrap {
  padding: 15px;
  font-size: 13px;
  font-weight: 300
}

.breadcrumbs a {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  color: #737373;
  line-height: 21px;
  vertical-align: middle
}

.breadcrumbs a:hover {
  color: #f89728
}

.breadcrumbs a:after {
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  margin: auto;
  color: #ccc;
  font-size: 13px;
  content: '/'
}

.breadcrumbs span {
  display: inline-block;
  color: #737373;
  vertical-align: middle
}

.page-title {
  /* padding: 15px 0; */
  margin-bottom: 15px;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1
}

.page-title .edit-link {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  margin-right: 5px;
  background: url(../img/sprite.png) no-repeat -479px -484px;
  width: 25px;
  height: 25px
}

.page-title sup {
  top: -1em;
  color: #737373;
  font-size: 12px;
  font-weight: 300
}

.paginations {
  margin-top: 20px
}

.paginations .pagination {
  font-size: 0;
  text-align: center
}

.paginations .pagination li {
  display: inline-block;
  vertical-align: top
}

.paginations .pagination li a {
  cursor: pointer;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0 1px;
  border: 1px solid #ccc;
  border-left: none;
  line-height: 38px;
  color: #005ead;
  font-size: 14px;
  font-weight: 300
}

.paginations .pagination li.active a {
  background: #e5e5e5
}

.paginations .pagination li span {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0 1px;
  border: 1px solid #ccc;
  border-left: none;
  line-height: 38px;
  color: #000;
  font-size: 14px;
  font-weight: 300
}

.paginations .pagination li.active span {
  background: #e5e5e5
}

.paginations .pagination li .prev {
  border-left: 1px solid #ccc
}

.paginations .pagination li .prev:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 20px;
  background: url(../img/sprite.png) no-repeat -356px -371px
}

.paginations .pagination li.disabled .prev:after {
  background: url(../img/sprite.png) no-repeat -341px -371px
}

.paginations .pagination li .next:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 20px;
  background: url(../img/sprite.png) no-repeat -372px -371px
}

.paginations .pagination li.disabled .next:after {
  background: url(../img/sprite.png) no-repeat -387px -371px
}

.formated-text {
  font-size: 14px;
  line-height: 21px;
  color: #000;
  font-weight: 300
}

.formated-text p {
  color: #000;
  font-weight: 300;
  margin-bottom: 20px
}

.formated-text img {
  margin-bottom: 20px
}

.formated-text b {
  color: #000;
  font-weight: 700
}

.formated-text a {
  color: #005ead
}

.formated-text a:hover {
  color: #f89728
}

.formated-text ul {
  list-style: inside square;
  margin-bottom: 20px
}

.formated-text ul li {
  font-size: 14px;
  font-weight: 300;
  list-style: inside square;
  margin-bottom: 5px
}

.formated-text ol {
  list-style: decimal;
  margin-bottom: 20px
}

.formated-text ol li {
  list-style: decimal;
  font-size: 14px;
  font-weight: 300;
  margin-left: 20px;
  margin-bottom: 5px
}

.formated-text hr {
  display: block;
  width: auto;
  height: 1px;
  margin: 20px 0;
  background: #ccc
}

.formated-text h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1
}

.formated-text h1.page-title {
  font-size: 28px
}

.formated-text h2 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1
}

.formated-text h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 20px
}

.formated-text h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px
}

.formated-text h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px
}

.formated-text h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px
}

form {
  position: relative
}

.loader-list {
  display: none;
  position: absolute;
  right: 0;
  margin: auto;
  left: 0;
  background: #fff url(../img/ajax-loader.gif) no-repeat center center;
  opacity: .75;
  filter: alpha(opacity=75);
  z-index: 999
}

.loader-list-search {
  display: none;
  position: absolute;
  right: 0;
  margin: auto;
  left: 0;
  background: #fff url(../img/ajax-loader.svg) no-repeat center center;
  opacity: .75;
  filter: alpha(opacity=75);
  z-index: 999
}

label.error {
  z-index: 2;
  background-color: red;
  font-size: 14px;
  border: 1px solid red;
  padding: 4px 10px;
  color: #fff;
  border-radius: 4px;
  -moz-box-shadow: 0 0 6px #ddd;
  -webkit-box-shadow: 0 0 6px #ddd;
  position: absolute;
  max-width: 300px;
  bottom: 100%;
  left: 0;
  cursor: pointer;
  margin-bottom: 7px
}

label.error:before {
  content: '';
  display: block;
  border: 10px solid;
  border-color: red transparent transparent;
  bottom: -17px;
  height: 0;
  left: 10px;
  position: absolute;
  width: 0
}

.error-input {
  border: 1px solid red !important
}

.empty-list {
  font-size: 20px;
  text-align: center;
  padding: 40px;
  color: #b6b6b6
}

.styled-empty-list {
  padding: 35px 5px;
  text-align: center
}

.styled-empty-list .empty-list-icon {
  display: block;
  margin: 0 auto;
  background: url(../img/sprite.png) no-repeat -404px -585px;
  width: 100px;
  height: 110px
}

.styled-empty-list .empty-list-title {
  margin-top: 20px;
  color: #b6b6b6;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase
}

.styled-empty-list .empty-list-desc {
  color: #737373;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 10px
}

.easy-autocomplete .eac-item {
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4
}

.easy-autocomplete li:last-child .eac-item {
  border-bottom: none
}

.easy-autocomplete .search-ico-c {
  width: 12%;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle
}

.easy-autocomplete .search-ico-c img {
  vertical-align: middle;
  width: 100%
}

.easy-autocomplete .search-content-c {
  width: 82%;
  display: inline-block;
  vertical-align: top
}

.easy-autocomplete .search-code-div-c {
  margin-top: 10px
}

.easy-autocomplete .search-code-div-c .search-code-c {
  color: #7e7e7e;
  font-weight: 500
}

.container {
  position: relative;
    overflow: hidden;
    padding: 0 15px;
    max-width: 1170px;
    margin: 0 auto;
}

.contentWrapp {
    padding: 10px;
    background: #fff;
    border: 1px solid #009ae0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 10px 0;
}

.contentWrapp h1 {
  font-size: 25px;
  margin: 20px 0;
}

.respond {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0;
}

.respond .success {
    padding: 20px 70px;
    background: #8cc518;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.respond .success .icon {
    margin: 0 auto;
    text-align: center;
}

.respond .success .icon svg {
    width: 100px;
    height: 100px;
    fill: #fff;
}

.respond .success .text {
    margin-top: 20px;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.respond .error {
    padding: 20px 70px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid red;
}

.respond .error .icon {
    margin: 0 auto;
    text-align: center;
}

.respond .error .icon svg {
    width: 100px;
    height: 100px;
    fill: red;
}

.respond .error .text {
    margin-top: 20px;
    font-size: 22px;
    color: red;
    text-align: center;
}

@media only screen and (max-width:1140px) {
  body {
    min-width: 320px
  }

  .wrap {
    width: 100%
  }

  /* .breadcrumbs .wrap {
    padding: 15px 5px
  } */
}

@media only screen and (max-width:1024px) {
  /* .breadcrumbs .wrap {
    padding: 10px 5px
  } */

  .breadcrumbs a {
    display: none
  }

  .breadcrumbs a:after {
    display: none
  }

  .breadcrumbs span {
    display: none
  }

  .breadcrumbs .mobile-item {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    color: #006fba;
    font-size: 12px;
    font-weight: 300
  }

  .breadcrumbs .mobile-item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 9px;
    margin: auto;
    content: '';
    background: url(../img/sprite.png) no-repeat -494px -110px
  }

  .page-title {
    padding: 10px 0
  }
}

@media only screen and (max-width:768px) {
  .page-title {
    font-size: 22px
  }

  .page-title sup {
    font-size: 10px
  }

  .news-preview .text-block {
    padding: 5px 10px
  }

  .title-bordered .sort .sort-block label {
    display: none
  }
}

@media only screen and (max-width:480px) {
  .news-preview .text-block {
    font-size: 13px
  }
}

@-webkit-keyframes elastic-rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes elastic-rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

#preloader_wrap {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff
}

#preloader {
  position: absolute;
  z-index: 101;
  top: 50%;
  left: 50%;
  width: 55px;
  height: 30px;
  margin-top: -17.5px;
  margin-left: -17.5px;
  -webkit-animation: elastic-rotation 1.33s cubic-bezier(.68, -.55, .265, 1.55) infinite;
  animation: elastic-rotation 1.33s cubic-bezier(.68, -.55, .265, 1.55) infinite;
  background: url(../img/preloader.png) no-repeat center center;
  background-size: contain
}

.header .header-top {
  background: #e5e5e5
}

.header .header-top .wrap {
  overflow: visible;
  height: 36px;
  /* padding: 10px 0 5px */
  padding-top: 10px;
}

.header .header-top .lang {
  float: left;
  font-size: 0
}

.header .header-top .lang a {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  color: #737373;
  font-size: 13px;
  font-weight: 700
}

.header .header-top .lang a:last-of-type {
  margin-right: 0
}

.header .header-top .lang a:after {
  position: absolute;
  top: 0;
  right: -11px;
  bottom: 0;
  width: 1px;
  height: 15px;
  margin: auto;
  content: '';
  cursor: default;
  background: #ccc
}

.header .header-top .lang a:last-of-type:after {
  display: none
}

.header .header-top .lang .active {
  color: #005ead
}

.header-top-right {
  float: right;
  text-align: right
}

.header-top-right .header-contacts-wrap {
  float: right
}

.header-top-right .header-contacts-wrap .header-phone {
  position: relative;
  padding-right: 18px;
  padding-left: 26px;
  color: #737373;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer
}

.header-top-right .header-contacts-wrap .header-phone:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  content: '';
  background: url(../img/sprite.png) no-repeat -472px -278px
}

.header-top-right .header-contacts-wrap .header-phone:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 6px;
  margin: auto;
  content: '';
  background: url(../img/sprite.png) no-repeat -494px -55px
}

.header-top-right .header-contacts-wrap .header-phone .phone-nr {
  color: #005ead;
  font-weight: 500;
  border-bottom: 1px dashed
}

.header-top-right .header-contacts-wrap .header-contacts-popup {
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 0;
  display: none;
  width: 261px;
  padding: 13px 18px;
  text-align: left;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 3px 0 5px rgba(0, 0, 0, .35)
}

.header-top-right .header-contacts-wrap .header-contacts-popup:before {
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  width: 20px;
  height: 6px;
  margin: auto;
  content: '';
  background: url(../img/sprite.png) no-repeat -196px -182px
}

.header-top-right .header-contacts-wrap .header-contacts-popup .header-contacts-popup-title {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px
}

.header-top-right .header-contacts-wrap .header-contacts-popup .header-contacts-popup-text {
  margin-top: 10px;
  color: #737373;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px
}

.header-top-right .header-contacts-wrap .header-contacts-popup .header-contacts-popup-phones {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5
}

.header-top-right .header-contacts-wrap .header-contacts-popup .header-contacts-popup-phones:last-of-type {
  border-bottom: none
}

.header-top-right .header-contacts-wrap .header-contacts-popup .header-contacts-popup-phones .phone {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  padding-left: 28px;
  color: #005ead;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px
}

.header-top-right .header-contacts-wrap .header-contacts-popup .header-contacts-popup-phones .phone:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  content: '';
  background: url(../img/sprite.png) no-repeat -472px -278px
}

.header-top-right .header-contacts-wrap .header-contacts-popup .header-contacts-popup-phones .type-of-phone {
  color: #737373;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px
}

.header-top-right .header-contacts-wrap .header-contacts-popup .cmd_callback {
  display: block;
  width: 100%
}

.header-top-right .header-work-time-wrap {
  position: relative;
  float: right;
  margin-right: 40px;
  padding-left: 28px
}

.header-top-right .header-work-time-wrap:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 17px;
  margin: auto;
  content: '';
  background: url(../img/sprite.png) no-repeat -472px -48px
}

.header-top-right .header-work-time-wrap .header-work-time p {
  color: #737373;
  font-size: 13px;
  font-weight: 300
}

.header-top-right .header-work-time-wrap .header-work-time p b {
  color: #737373;
  font-weight: 700
}

.header-top-right .header-work-time-wrap .header-work-time p span {
  color: #bdbdbd;
  font-weight: 700
}

.header-center {
  color: #fff;
  background-color: #006cb7;
  background-image: -webkit-linear-gradient(bottom, #0063b1 0, #0077c0 100%);
  background-image: linear-gradient(to top, #0063b1 0, #0077c0 100%)
}

.header-center .wrap {
  overflow: visible;
  padding-top: 15px
}

.header-center .header-left {
  float: left;
  width: 274px;
  margin-top: 5px;
  padding-left: 32px
}

.header-center .header-left .header-logo-left img {
  max-width: 196px;
  max-height: 46px
}

.header-center .header-search {
  float: left;
  width: calc(100% - 274px - 274px);
  margin-top: 15px
}

.header-center .header-search .header-search-form {
  position: relative;
  display: block;
  width: 100%
}

.header-center .header-search .header-search-form input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 59px 0 15px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  border-radius: 2px;
  background-color: #fff
}

.header-center .header-search .header-search-form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 40px;
  cursor: pointer;
  border-radius: 0 2px 2px 0;
  background: #f89728
}

.header-center .header-search .header-search-form button:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  content: '';
  background: url(../img/sprite.png) no-repeat -383px -343px
}

/* .header-center .header-right {
  float: right;
  width: 274px;
  padding-left: 30px
} */

.header-center .cart-wrap {
  display: flex;
  justify-content: space-between;
  width: 9.5%;
  padding-top: 15px
}

.header-center .cart-wrap .cart-icon-cart {
  position: relative;
  display: block;
  /* float: left; */
  width: 32px;
  height: 39px;
  margin-top: 4px;
  background-image: url(../img/sprite3.png);
  background-repeat: no-repeat;
  background-position: 0px -472px;
  width: 31px;
  height: 30px;
}

.header-center .cart-wrap .cart-icon-w-nr {
  position: relative;
  display: block;
  float: left;
  width: 32px;
  height: 39px;
  background: url(../img/sprite.png) no-repeat -148px -330px
}

.header-center .cart-wrap .cart-nr {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 15px;
  height: 15px;
  padding: 0 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  background: #f89728
}

.header-center .cart-wrap .cart-icon-cart .cart-nr {
  bottom: -4px;
}

.header-center .cart-wrap .cart-text {
  float: left;
  margin-left: 15px;
  color: #fefefe;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase
}

.header-center .cart-wrap .cart-text a {
  color: #fff
}

.header-center .cart-wrap .cart-faq {
  position: relative;
  float: left
}

.header-center .cart-wrap .cart-faq .cart-faq-btn {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  padding-top: 1px;
  color: #0073bd;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 50%;
  background-color: #fff
}

.header-center .cart-wrap .cart-faq .cart-faq-btn:hover {
  color: #fff;
  background: #f89728
}

.header-center .cart-wrap .cart-faq .cart-faq-tooltip {
  position: absolute;
  z-index: 11;
  top: 105%;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 170px;
  height: 0;
  margin: auto;
  padding: 0;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  background: rgba(0, 0, 0, .5)
}

.header-center .cart-wrap .cart-faq .cart-faq-btn:hover+.cart-faq-tooltip {
  height: auto;
  padding: 10px;
  opacity: 1
}

.header-center .header-logo-right {
  float: right
}

.header-center .header-logo-right img {
  max-width: 89px;
  max-height: 68px
}

.header-nav {
  position: relative;
  height: 40px;
}

.header-nav .catalog-menu-wrap {
  float: left;
  width: 274px
}

.catalog-menu-toggle {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  padding: 1px 10px 0 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  cursor: pointer;
  background: #f89728
}

.catalog-menu-toggle .line {
  position: absolute;
  left: 15px;
  width: 20px;
  height: 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #fff
}

.catalog-menu-toggle .line-1 {
  top: 14px
}

.catalog-menu-toggle.open .line-1 {
  top: 13px
}

.catalog-menu-toggle .line-2 {
  top: 19px
}

.catalog-menu-toggle .line-3 {
  top: 24px
}

.catalog-menu-toggle.open .line-3 {
  top: 25px
}

.catalog-menu-toggle .arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 49px;
  height: 40px;
  background-color: #fca037
}

.catalog-menu-toggle .arrow:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 10px;
  margin: auto;
  content: '';
  background: url(../img/sprite.png) no-repeat -126px -437px
}

.catalog-menu {
  position: absolute;
  z-index: 11;
  top: 100%;
  left: 0;
  display: none;
  width: 274px;
  background: #fff;

  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, .3);
}

.catalog-menu>li {
  border-bottom: 1px solid #e5e5e5;
  background: #fff
}

.catalog-menu>li:last-of-type {
  border-bottom: 1px solid transparent
}

.catalog-menu>li>a {
  position: relative;
  display: block;
  padding: 12px 12px 12px 50px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: none;
  transition: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.catalog-menu>li.open>a,
.catalog-menu>li:hover>a {
  color: #005ead
}

.catalog-menu>li>a>span.del {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100%;
  margin: auto;
  content: ''
}

.catalog-menu>li>a>span.del-blue {
  background: #005ead
}

.catalog-menu>li>a>span.del-green {
  background: #46aa42
}

.catalog-menu>li>a>span.del-orange {
  background: #dd7f10
}

.catalog-menu>li>a>span.del-peurple {
  background: #9a39ae
}

.catalog-menu>li>a>span.del-red {
  background: #c82660
}

.catalog-menu>li>a>span.del-lightblue {
  background: #0390a4
}

.catalog-menu>li>a>span.del-yellow {
  background: #ffd300
}

.catalog-menu>li>a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
  content: ''
}

.catalog-menu>li.catalog-menu-item-stroitelnye-tovary>a:before {
  width: 19px;
  height: 17px;
  background: url(../img/sprite.png) no-repeat -448px -368px
}

.catalog-menu>li.catalog-menu-item-stroitelnye-tovary.open>a:before,
.catalog-menu>li.catalog-menu-item-stroitelnye-tovary:hover>a:before {
  width: 19px;
  height: 17px;
  background: url(../img/sprite.png) no-repeat -448px -412px
}

.catalog-menu>li.catalog-menu-item-otdelochnye-materialy>a:before {
  width: 19px;
  height: 14px;
  background: url(../img/sprite.png) no-repeat -298px -270px
}

.catalog-menu>li.catalog-menu-item-otdelochnye-materialy.open>a:before,
.catalog-menu>li.catalog-menu-item-otdelochnye-materialy:hover>a:before {
  width: 19px;
  height: 14px;
  background: url(../img/sprite.png) no-repeat -424px -404px
}

.catalog-menu>li.catalog-menu-item-napolnye-i-nastennye-pokrytiya>a:before {
  width: 19px;
  height: 19px;
  background: url(../img/sprite.png) no-repeat -448px -204px
}

.catalog-menu>li.catalog-menu-item-napolnye-i-nastennye-pokrytiya.open>a:before,
.catalog-menu>li.catalog-menu-item-napolnye-i-nastennye-pokrytiya:hover>a:before {
  width: 19px;
  height: 19px;
  background: url(../img/sprite.png) no-repeat -448px -156px
}

.catalog-menu>li.catalog-menu-item-dveri>a:before {
  width: 17px;
  height: 19px;
  background: url(../img/sprite.png) no-repeat -472px -24px
}

.catalog-menu>li.catalog-menu-item-dveri.open>a:before,
.catalog-menu>li.catalog-menu-item-dveri:hover>a:before {
  width: 17px;
  height: 19px;
  background: url(../img/sprite.png) no-repeat -472px 0
}

.catalog-menu>li.catalog-menu-item-santehnika>a:before {
  width: 18px;
  height: 19px;
  background: url(../img/sprite.png) no-repeat -448px -252px
}

.catalog-menu>li.catalog-menu-item-santehnika.open>a:before,
.catalog-menu>li.catalog-menu-item-santehnika:hover>a:before {
  width: 18px;
  height: 19px;
  background: url(../img/sprite.png) no-repeat -448px -228px
}

.catalog-menu>li.catalog-menu-item-inzhenernaya-santehnika>a:before {
  width: 19px;
  height: 17px;
  background: url(../img/sprite.png) no-repeat -448px -346px
}

.catalog-menu>li.catalog-menu-item-inzhenernaya-santehnika.open>a:before,
.catalog-menu>li.catalog-menu-item-inzhenernaya-santehnika:hover>a:before {
  width: 19px;
  height: 17px;
  background: url(../img/sprite.png) no-repeat -448px -324px
}

.catalog-menu>li.catalog-menu-item-elektrika>a:before {
  width: 12px;
  height: 19px;
  background: url(../img/sprite.png) no-repeat -90px -485px
}

.catalog-menu>li.catalog-menu-item-elektrika.open>a:before,
.catalog-menu>li.catalog-menu-item-elektrika:hover>a:before {
  width: 12px;
  height: 19px;
  background: url(../img/sprite.png) no-repeat -107px -485px
}

.catalog-menu>li.catalog-menu-item-osveschenie>a:before {
  width: 13px;
  height: 19px;
  background: url(../img/sprite.png) no-repeat -54px -485px
}

.catalog-menu>li.catalog-menu-item-osveschenie.open>a:before,
.catalog-menu>li.catalog-menu-item-osveschenie:hover>a:before {
  width: 13px;
  height: 19px;
  background: url(../img/sprite.png) no-repeat -18px -485px
}

.catalog-menu>li.catalog-menu-item-elektro-i-pnevmoinstrument>a:before {
  width: 19px;
  height: 19px;
  background: url(../img/sprite.png) no-repeat -448px -132px
}

.catalog-menu>li.catalog-menu-item-elektro-i-pnevmoinstrument.open>a:before,
.catalog-menu>li.catalog-menu-item-elektro-i-pnevmoinstrument:hover>a:before {
  width: 19px;
  height: 19px;
  background: url(../img/sprite.png) no-repeat -448px -180px
}

.catalog-menu>li.catalog-menu-item-ruchnoj-instrument>a:before {
  width: 17px;
  height: 19px;
  background: url(../img/sprite.png) no-repeat -448px -276px
}

.catalog-menu>li.catalog-menu-item-ruchnoj-instrument.open>a:before,
.catalog-menu>li.catalog-menu-item-ruchnoj-instrument:hover>a:before {
  width: 17px;
  height: 19px;
  background: url(../img/sprite.png) no-repeat -448px -300px
}

.catalog-menu>li.catalog-menu-item-rashodnye-materialy>a:before {
  width: 15px;
  height: 19px;
  background: url(../img/sprite.png) no-repeat -472px -254px
}

.catalog-menu>li.catalog-menu-item-rashodnye-materialy.open>a:before,
.catalog-menu>li.catalog-menu-item-rashodnye-materialy:hover>a:before {
  width: 15px;
  height: 19px;
  background: url(../img/sprite.png) no-repeat -472px -230px
}

.catalog-menu>li.catalog-menu-item-specodezhda>a:before {
  width: 19px;
  height: 13px;
  background: url(../img/sprite.png) no-repeat -78px -437px
}

.catalog-menu>li.catalog-menu-item-specodezhda.open>a:before,
.catalog-menu>li.catalog-menu-item-specodezhda:hover>a:before {
  width: 19px;
  height: 13px;
  background: url(../img/sprite.png) no-repeat -102px -437px
}

.catalog-menu>li.catalog-menu-item-metizy>a:before {
  width: 19px;
  height: 11px;
  background: url(../img/sprite.png) no-repeat -270px -375px
}

.catalog-menu>li.catalog-menu-item-metizy.open>a:before,
.catalog-menu>li.catalog-menu-item-metizy:hover>a:before {
  width: 19px;
  height: 11px;
  background: url(../img/sprite.png) no-repeat -294px -375px
}

.catalog-menu>li.catalog-menu-item-hozyajstvennye-tovary>a:before {
  width: 15px;
  height: 19px;
  background: url(../img/sprite.png) no-repeat -472px -206px
}

.catalog-menu>li.catalog-menu-item-hozyajstvennye-tovary.open>a:before,
.catalog-menu>li.catalog-menu-item-hozyajstvennye-tovary:hover>a:before {
  width: 15px;
  height: 19px;
  background: url(../img/sprite.png) no-repeat -472px -158px
}

.catalog-menu>li.catalog-menu-item-sadovyj-inventar>a:before {
  width: 13px;
  height: 19px;
  background: url(../img/sprite.png) no-repeat 0 -485px
}

.catalog-menu>li.catalog-menu-item-sadovyj-inventar.open>a:before,
.catalog-menu>li.catalog-menu-item-sadovyj-inventar:hover>a:before {
  width: 13px;
  height: 19px;
  background: url(../img/sprite.png) no-repeat -72px -485px
}

.catalog-menu>li>a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  margin: auto;
  content: '';
  background: #eee
}

.catalog-menu>li.open>a:after,
.catalog-menu>li:hover>a:after {
  display: none
}

.catalog-menu>li.has-submenu>.sub-menu {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 274px;
  /* padding: 14px 20px; */
  background: #fff;
  /* overflow: hidden; */
  /* box-shadow: 4px 4px 5px 0 rgba(0,0,0,.3); */
}

.catalog-menu>li.has-submenu>.sub-menu>li {
  padding: 8px 20px;
}



/* .catalog-menu>li.has-submenu>.sub-menu>li {
  margin-bottom: 10px
} */

.catalog-menu>li.has-submenu>.sub-menu>li:last-of-type {
  margin-bottom: 0
}

.catalog-menu>li.has-submenu>.sub-menu>li>a {
  color: #000001;
  font-size: 15px;
  font-weight: 300;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.catalog-menu>li.has-submenu>.sub-menu>li.sub-menu-category-item>a {
  color: #005ead;
  font-weight: 700
}

.catalog-menu>li.has-submenu>.sub-menu>li.has-submenu>.sub-menu-level-2 {
  /* position: absolute;
  z-index: -1;
  overflow: hidden; */

  /* left: 100%; */
  position: absolute;
  top: 0;
  left: 100%;
  /* z-index: -4; */
  width: 274px;
  background: #fff;
  /* padding: 14px 20px; */
  display: none;
}

.catalog-menu>li.has-submenu>.sub-menu>li.has-submenu.open>.sub-menu-level-2,
.catalog-menu>li.has-submenu>.sub-menu>li.has-submenu:hover>.sub-menu-level-2 {
  display: block;
  box-shadow: 3px 2px 5px 0 rgba(0,0,0,.3);
}

.catalog-menu>li.has-submenu>.sub-menu>li.has-submenu.open>.sub-menu-level-2::before,
.catalog-menu>li.has-submenu>.sub-menu>li.has-submenu:hover>.sub-menu-level-2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  width: 1px;
  box-shadow: 3px 2px 5px 0 rgba(0,0,0,.6);
}



.catalog-menu>li.has-submenu>.sub-menu>li.has-submenu>.sub-menu-level-2>li {
  /* margin-bottom: 10px; */
  padding: 10px 20px;
}

.catalog-menu>li.has-submenu>.sub-menu>li.has-submenu>.sub-menu-level-2>li>a {
  /* color: #000;
  font-weight: 700;
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  color: #000001;
  font-size: 15px;
  font-weight: 300;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.catalog-menu>li.has-submenu>.sub-menu>li.has-submenu>.sub-menu-level-2>li:hover>a {
  color: #faa953;
}

.catalog-menu>li.has-submenu>.sub-menu>li.has-submenu>.sub-menu-level-2>.sub-menu-level-2-category-item>a {
  color: #005ead;
  font-weight: 700;
}

.catalog-menu>li.has-submenu>.sub-menu>li:hover>a {
  color: #faa953
}

.catalog-menu>li.has-submenu.open>.sub-menu,
.catalog-menu>li.has-submenu:hover>.sub-menu {
  left: 100%;
  box-shadow: 3px 2px 5px 0 rgba(0,0,0,.3);
}

.catalog-menu>li.has-submenu.open>.sub-menu::before, 
.catalog-menu>li.has-submenu:hover>.sub-menu::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  width: 1px;
  box-shadow: 3px 2px 5px 0 rgba(0,0,0,.6);
}

.catalog-menu>li.has-submenu>.catalog-menu-item-img-wrap {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 274px;
  background: #fff
}

.catalog-menu>li.has-submenu>.catalog-menu-item-img-wrap .catalog-menu-item-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  max-width: 5000px;
  height: auto;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.catalog-menu>li.has-submenu.open>.catalog-menu-item-img-wrap,
.catalog-menu>li.has-submenu:hover>.catalog-menu-item-img-wrap {
  left: 548px;
  width: 592px;
  border: 1px solid #e5e5e5;
}

.header-menu-wrap {
  width: auto;
  margin-left: 274px;
  background: #fff
}

.header-menu-toggle {
  position: relative;
  display: none;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  cursor: pointer;
  background: #fff
}

.header-menu-toggle .line {
  position: absolute;
  right: 0;
  left: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #0073bd
}

.header-menu-toggle .line-1 {
  top: 14px
}

.header-menu-toggle.open .line-1 {
  top: 13px
}

.header-menu-toggle .line-2 {
  top: 19px
}

.header-menu-toggle .line-3 {
  top: 24px
}

.header-menu-toggle.open .line-3 {
  top: 25px
}

.header-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px
}

.header-menu>li {
  flex-grow: 1;
  position: relative;
  /* display: inline-block; */
  margin: 0 32px;
  vertical-align: middle
}

.header-menu>li:after {
  position: absolute;
  top: 0;
  right: -32px;
  bottom: 0;
  width: 1px;
  height: 18px;
  margin: auto;
  content: '';
  background-color: #e5e5e5
}

.header-menu>li:last-of-type:after {
  display: none
}

/* .header-menu>li:last-of-type {
  margin-right: 0
} */

.header-menu>li>a {
  position: relative;
  display: block;
  height: 40px;
  padding-left: 30px;
  color: #005ead;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  -webkit-transition: none;
  transition: none
}

.header-menu>li.open>a,
.header-menu>li:hover>a {
  color: #f89728
}

.header-menu>li>a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: ''
}

.header-menu>li.header-menu-item-offers>a:before {
  width: 19px;
  height: 17px;
  background: url(../img/sprite.png) no-repeat 0 -463px
}

.header-menu>li.header-menu-item-offers.open>a:before,
.header-menu>li.header-menu-item-offers:hover>a:before {
  width: 19px;
  height: 17px;
  background: url(../img/sprite.png) no-repeat -448px -390px
}

.header-menu>li.header-menu-item-shops>a:before {
  width: 14px;
  height: 18px;
  background: url(../img/sprite.png) no-repeat -472px -364px
}

.header-menu>li.header-menu-item-shops.open>a:before,
.header-menu>li.header-menu-item-shops:hover>a:before {
  width: 14px;
  height: 18px;
  background: url(../img/sprite.png) no-repeat -472px -341px
}

.header-menu>li.header-menu-item-suppliers>a:before {
  width: 21px;
  height: 16px;
  background: url(../img/sprite.png) no-repeat -398px -404px
}

.header-menu>li.header-menu-item-suppliers.open>a:before,
.header-menu>li.header-menu-item-suppliers:hover>a:before {
  width: 21px;
  height: 16px;
  background: url(../img/sprite.png) no-repeat -52px -437px
}

.header-menu>li.header-menu-item-about>a:before {
  width: 17px;
  height: 17px;
  background: url(../img/sprite.png) no-repeat -472px -70px
}

.header-menu>li.header-menu-item-about.open>a:before,
.header-menu>li.header-menu-item-about:hover>a:before {
  width: 17px;
  height: 17px;
  background: url(../img/sprite.png) no-repeat -472px -92px
}

.header-menu>li.has-submenu>a {
  position: relative;
  padding-right: 17px
}

.header-menu>li.has-submenu>a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 6px;
  margin: auto;
  content: '';
  background: url(../img/sprite.png) no-repeat -494px -55px
}

.header-menu>li.has-submenu.open>a:after,
.header-menu>li.has-submenu:hover>a:after {
  background: url(../img/sprite.png) no-repeat -494px -132px
}

.header-menu>li.has-submenu>ul.sub-menu {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: -12px;
  display: none;
  min-width: 198px;
  padding: 15px 18px;
  border: 1px solid #e5e5e5;
  background: #fff
}

.header-menu>li.has-submenu>ul.sub-menu:before {
  position: absolute;
  bottom: 100%;
  left: 24px;
  width: 20px;
  height: 8px;
  content: '';
  -webkit-transition: left 2s;
  transition: left 2s;
  background: url(../img/sprite.png) no-repeat -318px -375px
}

.header-menu>li.has-submenu>ul.sub-menu>li>a {
  color: #005ead;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px
}

.header-menu>li.has-submenu>ul.sub-menu>li>a:hover {
  color: #f89728
}

@media only screen and (max-width:1140px) {
  .header .header-top .wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-center .header-left {
    width: 220px;
    padding-left: 5px
  }

  .header-center .header-search {
    width: calc(100% - 220px - 274px);
  }

  .header-center .header-right .header-logo-right {
    padding-right: 5px
  }

  .header-nav .catalog-menu-wrap {
    width: calc(100% - 40px)
  }

  .catalog-menu-toggle .arrow {
    display: block
  }

  .catalog-menu {
    right: 0;
    left: 0;
    width: calc(100% + 40px);
    width: 100%;
    box-shadow: unset;
  }

  .catalog-menu>li.has-submenu>.sub-menu::before {
    display: none;
  }

  .catalog-menu>li.has-submenu>a:after,
  .catalog-menu>li.has-submenu>.sub-menu>li>a:after {
    content: "";
    top: 0;
    right: 18px;
    bottom: 0;
    width: 10px;
    height: 6px;
    margin: auto;
    background: url(../img/sprite.png) no-repeat -494px -88px
  }

  .catalog-menu>li.has-submenu:hover>a:after {
    display: block
  }

  .catalog-menu>li.has-submenu.open>a:after {
    display: block;
    background: url(../img/sprite.png) no-repeat -494px -132px
  }

  .catalog-menu>li.has-submenu>.sub-menu {
    position: static;
    display: none;
    width: auto;
    padding: 0;
    padding-bottom: 10px;
    -webkit-transition: none;
    transition: none;
    -webkit-transition-delay: unset;
    transition-delay: unset
  }

  .catalog-menu>li.has-submenu>.sub-menu>li.has-submenu>a {
    position: relative;
  }

  .catalog-menu>li.has-submenu>.sub-menu>li.has-submenu>a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    width: 10px;
    height: 6px;
    margin: auto;
    background: url(../img/sprite.png) no-repeat -494px -88px;
  }

  .catalog-menu>li.has-submenu>.sub-menu>li.has-submenu.open>a:after {
    display: block;
    background: url(../img/sprite.png) no-repeat -494px -132px;
  }

  .catalog-menu>li.has-submenu>.sub-menu>li.has-submenu.open>.sub-menu-level-2::before, 
  .catalog-menu>li.has-submenu>.sub-menu>li.has-submenu:hover>.sub-menu-level-2::before {
    display: none;
  }
 

  .catalog-menu>li.has-submenu>.sub-menu>li {
    margin-bottom: 0;
    padding: 0;
  }

  .catalog-menu>li.has-submenu>.sub-menu>li.sub-menu-category-item {
    display: none;
  }

  .catalog-menu>li.has-submenu.open>.sub-menu, 
  .catalog-menu>li.has-submenu:hover>.sub-menu {
    box-shadow: unset;
  }

  .catalog-menu>li.has-submenu>.sub-menu>li.has-submenu>.sub-menu-level-2,
  .catalog-menu>li.has-submenu>.sub-menu>li.has-submenu.open>.sub-menu-level-2, 
  .catalog-menu>li.has-submenu>.sub-menu>li.has-submenu:hover>.sub-menu-level-2 {
    padding: 0;
    display: none;
    box-shadow: unset;

  }

  .catalog-menu>li.has-submenu>.sub-menu>li.has-submenu>.sub-menu-level-2>.sub-menu-level-2-category-item {
    display: none;
  }

  .catalog-menu>li.has-submenu>.sub-menu>li.has-submenu>.sub-menu-level-2 a,
  .catalog-menu>li.has-submenu>.sub-menu>li.has-submenu.open>.sub-menu-level-2 a {
    display: block;
    position: relative;
    display: block;
    padding: 6px 12px 6px 60px;
    font-size: 14px;
    color: #737373;
  }


  .catalog-menu>li.has-submenu>.sub-menu>li.has-submenu>.sub-menu-level-2>li {
    padding: 0;
  }

  .catalog-menu>li.has-submenu>.sub-menu>li.has-submenu>.sub-menu-level-2, 
  .catalog-menu>li.has-submenu>.sub-menu>li.has-submenu>.sub-menu-level-2 {
    position: static;
  }

  .catalog-menu>li.has-submenu>.sub-menu>li>a {
    position: relative;
    display: block;
    padding: 6px 12px 6px 50px
  }

  .catalog-menu>li.has-submenu>.sub-menu>li.has-submenu>.sub-menu-level-2 {
    padding-left: 65px;
    padding-top: 0
  }

  .catalog-menu>li.has-submenu>.catalog-menu-item-img-wrap {
    display: none;
    -webkit-transition: none;
    transition: none
  }

  .header-menu-wrap {
    float: right;
    width: 40px;
    margin: 0;
    background: #fff
  }

  .header-menu-toggle {
    display: block
  }

  .header-menu {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    width: auto;
    height: auto;
    background: #fff
  }

  .header-menu>li {
    display: block;
    margin: 0;
    padding: 14px;
    border-bottom: 1px solid #e5e5e5
  }

  .header-menu>li:after {
    display: none
  }

  .header-menu>li>a {
    height: auto;
    line-height: 1
  }

  .header-menu>li.has-submenu>ul.sub-menu {
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0;
    border: none
  }

  .header-menu>li.has-submenu>ul.sub-menu:before {
    display: none
  }

  .header-menu>li.has-submenu>ul.sub-menu>li {
    display: block;
    margin: 0;
    padding: 14px 14px 14px 64px;
    border-top: 1px solid #e5e5e5
  }

  .header-menu>li.has-submenu>ul.sub-menu>li>a {
    line-height: 1
  }
}

@media only screen and (max-width:768px) {
  .header-top-right .header-work-time-wrap {
    position: relative;
    float: right;
    width: 17px;
    height: 17px;
    margin-right: 20px;
    padding-left: 0
  }

  .header-top-right .header-work-time-wrap .header-work-time {
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 0;
    display: none;
    width: 200px;
    margin-left: 9px;
    padding: 10px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 3px 0 5px rgba(0, 0, 0, .35)
  }

  .header-top-right .header-work-time-wrap .header-work-time:before {
    position: absolute;
    top: -6px;
    right: 0;
    left: 0;
    width: 20px;
    height: 6px;
    margin: auto;
    content: '';
    background: url(../img/sprite.png) no-repeat -196px -182px
  }

  .hid-on-mobile {
    display: none
  }

  .header-center .header-left {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    font-size: 0;
    text-align: center
  }

  .header-center .header-search {
    display: block;
    float: none;
    width: auto
  }

  .header-center .header-search .header-search-form input {
    padding: 0 50px 0 10px;
    border-radius: 0
  }

  .header-center .header-search .header-search-form button {
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: 0 0
  }

  .header-center .header-search .header-search-form button:after {
    width: 17px;
    height: 17px;
    background: url(../img/sprite.png) no-repeat -472px -114px
  }

  .header-center .header-right {
    position: absolute;
    top: 0;
    right: 5px;
    float: none;
    width: auto;
    padding: 0
  }

  .header-center .header-right .cart-wrap {
    /* float: left; */
    padding-top: 15px
  }

  .header-center .header-right .cart-wrap .cart-text {
    display: none
  }

  .header-center .header-right .cart-wrap .cart-faq {
    display: none
  }

  .header-center .header-right .header-logo-right {
    display: none
  }
}

.index-slider-section {
  background: #f5f5f5
}

.index-slider {
  position: relative;
  width: 100%;
  /* height: 0; */
  margin-bottom: 55px;
  /* padding-bottom: 35.08%; */
}

.index-slider .slick-prev {
  left: -3px;
}

.index-slider .slick-next {
  right: -3px;
}

.index-slide-img {
  width: 100%;
  height: 100%;
  /* padding-bottom: 35.08%; */
}

.avantages {
  margin-bottom: 50px;
}

.avantages .wrap {
  display: flex;
  flex-wrap: wrap;
  /* font-size: 0; */
  text-align: center;
}

.avantages .avantage {
  display: inline-block;
  width: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding: 20px 22px;
  text-align: left;
  vertical-align: top;
  background-color: #ffffff;
}

.avantages .avantage .avantage-title {
  position: relative;
  min-height: 43px;
  padding-left: 65px;
  color: #005ead;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px
}

.avantages .avantage .avantage-title:before {
  position: absolute;
  top: 0;
  left: 0;
  content: ''
}

.avantages .avantage.avantage-1 .avantage-title:before {
  width: 55px;
  height: 43px;
  background: url(../img/sprite.png) no-repeat -134px -134px
}

.avantages .avantage.avantage-2 .avantage-title:before {
  width: 47px;
  height: 43px;
  background: url(../img/sprite.png) no-repeat -196px -134px
}

.avantages .avantage.avantage-3 .avantage-title:before {
  width: 43px;
  height: 43px;
  background: url(../img/sprite.png) no-repeat 0 -242px
}

.avantages .avantage.avantage-4 .avantage-title:before {
  width: 43px;
  height: 43px;
  background: url(../img/sprite.png) no-repeat -48px -242px
}

.avantages .avantage .avantage-title .nr {
  display: inline-block;
  margin-right: 5px;
  color: #f89728;
  font-weight: 700
}

.avantages .avantage .avantage-desc {
  margin-top: 15px;
  color: #737373;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px
}

@media only screen and (max-width:1024px) {
  .avantages .avantage .avantage-title {
    /* min-height: 0;
    padding-top: 50px;
    padding-left: 0; */
    font-size: 16px;
    line-height: 22px
  }




  .avantages .avantage .avantage-title .nr {
    margin-right: 2px
  }

  .avantages .avantage .avantage-desc {
    margin-top: 10px
  }
}

@media only screen and (max-width:770px) {
  .avantages .avantage .avantage-title {
    min-height: 0;
    padding-top: 50px;
    padding-left: 0;
  }

  .avantages .avantage .avantage-title:before {
    right: 0;
    margin: auto
  }
}

@media only screen and (max-width:768px) {
  .avantages .avantage {
    width: 50%;
    text-align: center
  }

  .avantages .avantage .avantage-title {
    font-size: 14px;
    line-height: 18px
  }

  .avantages .avantage:nth-of-type(2n-1) {
    border-left: 1px solid #e5e5e5
  }

  .avantages .avantage .avantage-desc {
    font-size: 13px;
    line-height: 16px
  }
}

.links-to-some-pages {
  margin-top: 20px;
  padding-bottom: 50px;
  box-shadow: 0 2px 50px rgba(0, 0, 0, .02);
}

.link-to-some-page {
  position: relative;
}

@media only screen and (max-width:770px) {
  .links-to-some-pages {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}

.avantages+.links-to-some-pages {
  margin-top: 0;
  background: #f5f5f5;
  box-shadow: none
}

.links-to-some-pages .wrap {
  display: flex;
  flex-wrap: wrap;

  /* padding: 30px 0; */
  font-size: 0;
  text-align: center
}

.links-to-some-pages .link-to-some-page {
  width: 25%;
  /* padding-right: 1%; */
  padding-top: 90px;
  padding-left: 40px;
  padding-left: 4%;
  padding-bottom: 25px;
  text-align: left;
  vertical-align: top;
  background-color: #006cb8;
  color: #fff;
}

.links-to-some-pages .link-to-some-page:hover {
  background-color: #005795;
}

.links-to-some-pages .link-to-some-page:not(:last-of-type) {
  border-right: 1px solid #005795;
}

.links-to-some-pages .icon-block {
  position: absolute;
  top: 30px;
}

.links-to-some-pages .how-made-order .icon-block {
  background-image: url(../img/sprite3.png);
  background-position: -140px -343px;
  width: 40px;
  height: 37px;
}


.links-to-some-pages .how-pay-order .icon-block {
  margin-top: 6px;
  background-image: url(../img/sprite3.png);
  background-position: -380px -343px;
  width: 40px;
  height: 31px;
}



.links-to-some-pages .delivery .icon-block {
  margin-top: 6px;
  background-image: url(../img/sprite3.png);
  background-position: -96px -436px;
  width: 40px;
  height: 26px;
}


.links-to-some-pages .guarantee .icon-block {
  background-image: url(../img/sprite3.png);
  background-position: -441px 0px;
  width: 32px;
  height: 40px;
}


.links-to-some-pages .link-to-some-page .text-block {
  /* margin-left: 60px */
}

.links-to-some-pages .link-to-some-page .text-block .title {
  font-size: 14px;
  font-weight: 700
}

.links-to-some-pages .link-to-some-page .text-block .desc {
  margin-top: 10px;
  /* color: #737373; */
  font-size: 14px;
  font-weight: 300
}

@media only screen and (max-width:1024px) {
  .links-to-some-pages .link-to-some-page .text-block {
    /* margin-left: 50px */
  }

  .links-to-some-pages .link-to-some-page .text-block .desc {
    margin-top: 5px
  }
}

@media only screen and (max-width:768px) {
  .links-to-some-pages .link-to-some-page {
    width: 50%;
    border-bottom: 1px solid #005795;

  }
}

@media only screen and (max-width:480px) {
  .links-to-some-pages .link-to-some-page {
    padding-right: 10px
  }
}

.products-categories {
  margin-bottom: 50px;
}

@media only screen and (max-width:770px) {
  .products-categories {
    margin-bottom: 30px;
  }
}

.products-categories .products-categories-list {
  font-size: 0
}

/* .products-categories .products-categories-list .products-category {
  position: relative;
  display: inline-block;
  width: 20%;
  padding-top: 20%;
  vertical-align: top;
  border: 1px solid #e5e5e5
} */

.products-categories .products-categories-list .products-category:hover {
  border: 1px solid #f89728
}

.products-categories .products-categories-list .products-category .title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: auto;
  padding-top: 73px;
  color: #005ead;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.products-categories .products-categories-list .products-category:hover .title {
  color: #f89728
}

.products-categories .products-categories-list .products-category .title:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: ''
}

.products-categories .products-categories-list .stroitelnye-tovary .title:before {
  width: 62px;
  height: 55px;
  background: url(../img/sprite.png) no-repeat -124px -67px
}

.products-categories .products-categories-list .stroitelnye-tovary:hover .title:before {
  background: url(../img/sprite3.png);
  background-position: -70px -210px;
  width: 62px;
  height: 55px;
}

.products-categories .products-categories-list .otdelochnye-materialy .title:before {
  width: 62px;
  height: 45px;
  background: url(../img/sprite.png) no-repeat -67px -134px
}

.products-categories .products-categories-list .otdelochnye-materialy:hover .title:before {
  background: url(../img/sprite3.png);
  background-position: -58px -273px;
  width: 62px;
  height: 45px;
}

.products-categories .products-categories-list .napolnye-i-nastennye-pokrytiya .title:before {
  width: 62px;
  height: 62px;
  background: url(../img/sprite.png) no-repeat 0 0
}

.products-categories .products-categories-list .napolnye-i-nastennye-pokrytiya:hover .title:before {
  background: url(../img/sprite3.png);
  background-position: 0px -70px;
  width: 62px;
  height: 62px;
}

.products-categories .products-categories-list .dveri .title:before {
  width: 58px;
  height: 62px;
  background: url(../img/sprite.png) no-repeat 0 -67px
}

.products-categories .products-categories-list .dveri:hover .title:before {
  background-image: url(../img/sprite3.png);
  background-position: -66px -140px;
  width: 58px;
  height: 62px;
}

.products-categories .products-categories-list .santehnika .title:before {
  width: 59px;
  height: 62px;
  background: url(../img/sprite.png) no-repeat -132px 0
}

.products-categories .products-categories-list .santehnika:hover .title:before {
  background-image: url(../img/sprite3.png);
  background-position: -208px -70px;
  width: 59px;
  height: 62px;
}

.products-categories .products-categories-list .inzhenernaya-santehnika .title:before {
  width: 62px;
  height: 54px;
  background: url(../img/sprite.png) no-repeat 0 -134px
}

.products-categories .products-categories-list .inzhenernaya-santehnika:hover .title:before {
  background-image: url(../img/sprite3.png);
  background-position: -140px -210px;
  width: 62px;
  height: 54px;
}

.products-categories .products-categories-list .elektrika .title:before {
  width: 38px;
  height: 62px;
  background: url(../img/sprite.png) no-repeat -251px -134px
}

.products-categories .products-categories-list .elektrika:hover .title:before {
  background-image: url(../img/sprite3.png);
  background-position: -395px -70px;
  width: 38px;
  height: 62px;
}

.products-categories .products-categories-list .osveschenie .title:before {
  width: 42px;
  height: 62px;
  background: url(../img/sprite.png) no-repeat -251px 0
}

.products-categories .products-categories-list .osveschenie:hover .title:before {
  background-image: url(../img/sprite3.png);
  background-position: -345px -210px;
  width: 42px;
  height: 62px;
}

.products-categories .products-categories-list .elektro-i-pnevmoinstrument .title:before {
  width: 60px;
  height: 62px;
  background: url(../img/sprite.png) no-repeat -67px 0
}

.products-categories .products-categories-list .elektro-i-pnevmoinstrument:hover .title:before {
  background-image: url(../img/sprite3.png);
  background-position: -140px -70px;
  width: 60px;
  height: 62px;
}

.products-categories .products-categories-list .ruchnoj-instrument .title:before {
  width: 50px;
  height: 62px;
  background: url(../img/sprite.png) no-repeat -196px 0
}

.products-categories .products-categories-list .ruchnoj-instrument:hover .title:before {
  background-image: url(../img/sprite3.png);
  background-position: -275px -62px;
  width: 50px;
  height: 62px;
}

.products-categories .products-categories-list .rashodnye-materialy .title:before {
  top: 15px;
  width: 62px;
  height: 37px;
  background: url(../img/sprite.png) no-repeat -67px -193px
}

.products-categories .products-categories-list .rashodnye-materialy:hover .title:before {
  background-image: url(../img/sprite3.png);
  background-position: -70px -343px;
  width: 62px;
  height: 37px;
}

.products-categories .products-categories-list .specodezhda .title:before {
  top: 10px;
  width: 62px;
  height: 44px;
  background: url(../img/sprite.png) no-repeat 0 -193px
}

.products-categories .products-categories-list .specodezhda:hover .title:before {
  background-image: url(../img/sprite3.png);
  background-position: -268px -273px;
  width: 62px;
  height: 44px;
}

.products-categories .products-categories-list .metizy .title:before {
  width: 56px;
  height: 62px;
  background: url(../img/sprite.png) no-repeat -63px -67px
}

.products-categories .products-categories-list .metizy:hover .title:before {
  background-image: url(../img/sprite3.png);
  background-position: -132px -140px;
  width: 56px;
  height: 62px;
}

.products-categories .products-categories-list .hozyajstvennye-tovary .title:before {
  width: 50px;
  height: 62px;
  background: url(../img/sprite.png) no-repeat -196px -67px
}

.products-categories .products-categories-list .hozyajstvennye-tovary:hover .title:before {
  background-image: url(../img/sprite3.png);
  background-position: -275px -202px;
  width: 50px;
  height: 62px;
}

.products-categories .products-categories-list .elektrokaminy-i-akssesuary .title:before {
  background-image: url(../img/sprite3.png);
  background-position: 0px 0px;
  width: 62px;
  height: 62px;
}

.products-categories .products-categories-list .elektrokaminy-i-akssesuary:hover .title:before {
  background-image: url(../img/sprite3.png);
  background-position: -70px 0px;
  width: 62px;
  height: 62px;
}




.products-categories .products-categories-list .sadovyj-inventar .title:before {
  width: 42px;
  height: 62px;
  background: url(../img/sprite.png) no-repeat -251px -67px
}

.products-categories .products-categories-list .sadovyj-inventar:hover .title:before {
  background-image: url(../img/sprite3.png);
  background-position: -345px -70px;
  width: 42px;
  height: 62px;
}

.products-categories .products-categories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* font-size: 0 */
}

.products-categories .products-categories-list .products-category {
  position: relative;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: flex-start; */
  width: calc(25% - 10px);
  margin-bottom: 10px;
  padding: 40px 5px;
  padding-top: 110px;
  border: 1px solid #e5e5e5;
  border-bottom: 1px solid #f89728;
  background-color: #fff;
  text-align: center;
}

.products-categories .products-categories-list .products-category:hover {
  background-color: #f89728;
  color: #ffffff;
}

.products-categories .products-categories-list .products-category .icon {
  width: 65px;
  height: 65px;
  outline: 1px solid blue;
}

.products-categories .products-categories-list .products-category .title {
  width: 170px;
  /* max-width: 100%; */
  height: auto;
  color: #005ead;
  font-size: 13px;
  font-weight: 700;
  text-align: center;

  overflow: hidden;
}

.products-categories .products-categories-list .products-category:hover .title {
  color: #ffffff;
}



@media only screen and (max-width:750px) {
  /* .products-categories .products-categories-list {
    padding: 0 5px;
  } */

  .products-categories .products-categories-list .products-category {
    width: calc(33.3333% - 5px);
    margin-bottom: 5px;
  }

  .products-categories .products-categories-list .products-category .title:before {
    top: 16px;
  }

  .products-categories .products-categories-list .products-category .title {
    width: 95%
  }

  .products-categories .products-categories-list .stroitelnye-tovary .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -284px -343px;
    width: 40px;
    height: 35px;
  }

  .products-categories .products-categories-list .stroitelnye-tovary:hover .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -332px -343px;
    width: 40px;
    height: 35px;
  }

  .products-categories .products-categories-list .otdelochnye-materialy .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -371px -388px;
    width: 40px;
    height: 29px;
  }

  .products-categories .products-categories-list .otdelochnye-materialy:hover .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -323px -388px;
    width: 40px;
    height: 29px;
  }

  .products-categories .products-categories-list .napolnye-i-nastennye-pokrytiya .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -210px -210px;
    width: 40px;
    height: 40px;
  }

  .products-categories .products-categories-list .napolnye-i-nastennye-pokrytiya:hover .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -345px -280px;
    width: 40px;
    height: 40px;
  }

  .products-categories .products-categories-list .dveri .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -395px -236px;
    width: 38px;
    height: 40px;
  }

  .products-categories .products-categories-list .dveri:hover .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -395px -284px;
    width: 38px;
    height: 40px;
  }

  .products-categories .products-categories-list .santehnika .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -395px -140px;
    width: 38px;
    height: 40px;
  }

  .products-categories .products-categories-list .santehnika:hover .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -395px -188px;
    width: 38px;
    height: 40px;
  }

  .products-categories .products-categories-list .inzhenernaya-santehnika .title:before {

    top: 20px;
    background-image: url(../img/sprite3.png);
    background-position: -236px -343px;
    width: 40px;
    height: 35px;
  }

  .products-categories .products-categories-list .inzhenernaya-santehnika:hover .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -188px -343px;
    width: 40px;
    height: 35px;
  }

  .products-categories .products-categories-list .elektrika .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -481px -48px;
    width: 25px;
    height: 40px;
  }

  .products-categories .products-categories-list .elektrika:hover .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -481px -96px;
    width: 25px;
    height: 40px;
  }

  .products-categories .products-categories-list .osveschenie .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -481px 0px;
    width: 27px;
    height: 40px;
  }

  .products-categories .products-categories-list .osveschenie:hover .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -441px -335px;
    width: 27px;
    height: 40px;
  }

  .products-categories .products-categories-list .elektro-i-pnevmoinstrument .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -96px -388px;
    width: 39px;
    height: 40px;
  }

  .products-categories .products-categories-list .elektro-i-pnevmoinstrument:hover .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -143px -388px;
    width: 39px;
    height: 40px;
  }

  .products-categories .products-categories-list .ruchnoj-instrument .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -441px -144px;
    width: 32px;
    height: 40px;
  }

  .products-categories .products-categories-list .ruchnoj-instrument:hover .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -441px -48px;
    width: 32px;
    height: 40px;
  }

  .products-categories .products-categories-list .rashodnye-materialy .title:before {
    top: 25px;
    background-image: url(../img/sprite3.png);
    background-position: -144px -436px;
    width: 40px;
    height: 24px;
  }

  .products-categories .products-categories-list .rashodnye-materialy:hover .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -192px -436px;
    width: 40px;
    height: 24px;
  }

  .products-categories .products-categories-list .specodezhda .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -48px -436px;
    width: 40px;
    height: 28px;
  }

  .products-categories .products-categories-list .specodezhda:hover .title:before {
    background-image: url(../img/sprite3.png);
    background-position: 0px -436px;
    width: 40px;
    height: 28px;
  }

  .products-categories .products-categories-list .metizy .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -234px -388px;
    width: 36px;
    height: 40px;
  }

  .products-categories .products-categories-list .metizy:hover .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -190px -388px;
    width: 36px;
    height: 40px;
  }

  .products-categories .products-categories-list .hozyajstvennye-tovary .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -441px -96px;
    width: 32px;
    height: 40px;
  }

  .products-categories .products-categories-list .hozyajstvennye-tovary:hover .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -441px -192px;
    width: 32px;
    height: 40px;
  }

  .products-categories .products-categories-list .elektrokaminy-i-akssesuary .title:before {
    background-image: url(../img/sprite3.png);
    background-position: 0px -388px;
    width: 40px;
    height: 40px;
  }

  .products-categories .products-categories-list .elektrokaminy-i-akssesuary:hover .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -48px -388px;
    width: 40px;
    height: 40px;
  }

  .products-categories .products-categories-list .sadovyj-inventar .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -441px -383px;
    width: 27px;
    height: 40px;
  }

  .products-categories .products-categories-list .sadovyj-inventar:hover .title:before {
    background-image: url(../img/sprite3.png);
    background-position: -441px -287px;
    width: 27px;
    height: 40px;
  }
}

@media only screen and (max-width:480px) {

  .products-categories .products-categories-list .products-category {
    /* padding: 20px 5px; */
    padding-top: 80px;
  }

  .products-categories .products-categories-list .products-category .title {
    /* padding-top: 40px; */
    font-size: 12px
  }

  .products-categories .products-categories-list .products-category .title:before {
    /* top: -20px; */
    /* -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6) */
  }

  /* .products-categories .products-categories-list .inzhenernaya-santehnika .title:before {
    top: -10px
  }

  .products-categories .products-categories-list .rashodnye-materialy .title:before {
    top: -5px
  }

  .products-categories .products-categories-list .specodezhda .title:before {
    top: -10px
  } */
}


.clients-slider {
  background: #fff;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, .001);
}

@media only screen and (max-width:770px) {
  .clients-slider {
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.clients-slider .clients-slide {
  position: relative;
  margin: 0 5px
}

.clients-slider .clients-slide .dtc {
  height: 136px
}


/* .clients-slider .slick-prev {
  left: -40px;
  background: 0 0
}

.clients-slider .slick-prev:hover {
  background: 0 0
}

.clients-slider .slick-prev:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 24px;
  margin: auto;
  content: '';
  background: url(../img/sprite.png) no-repeat -365px -330px
}

.clients-slider .slick-prev:hover:after {
  background: url(../img/sprite.png) no-repeat -472px -416px
}

.clients-slider .slick-next {
  right: -40px;
  background: 0 0
}

.clients-slider .slick-next:hover {
  background: 0 0
}

.clients-slider .slick-next:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 24px;
  margin: auto;
  content: '';
  background: url(../img/sprite.png) no-repeat -472px -387px
}

.clients-slider .slick-next:hover:after {
  background: url(../img/sprite.png) no-repeat -494px 0
} */

.index-news {
  margin-top: 30px;
  background: #fff
}

.index-news .wrap {
  padding: 30px 0
}

.index-news .title-w-link {
  margin-bottom: 25px
}

.index-news-list {
  font-size: 0;
  text-align: left
}

.index-news-list .news-preview {
  margin-right: 29px
}

.index-news-list .news-preview:nth-of-type(4n) {
  margin-right: 0
}

@media only screen and (max-width:1140px) {
  .index-news .wrap {
    padding: 20px 5px
  }

  .index-news .title-w-link {
    margin-bottom: 15px
  }

  .index-news-list .news-preview {
    width: 23%;
    margin: 1%
  }

  .index-news-list .news-preview:nth-of-type(4n) {
    margin-right: 1%
  }
}

@media only screen and (max-width:768px) {
  .index-news-list {
    text-align: center
  }

  .index-news-list .news-preview {
    width: 48%;
    margin: 1%
  }
}

@media only screen and (max-width:480px) {
  .index-news-list .news-preview {
    display: block;
    width: 100%;
    margin: 15px 0
  }

  .index-news-list .news-preview:nth-of-type(4n) {
    margin-right: 0
  }
}

.footer {
  background: #e5e5e5
}

.footer-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 15px;
  font-size: 13px;
  overflow: visible;
}

.footer-index-page .footer-wrap {
  margin-top: 420px;
}

.footer-map {
  display: none;
}

.footer-index-page .footer-map {
  display: block;
  position: absolute;
  top: -420px;
  width: calc(100% - 30px);
  height: 370px;
}

.footer a {
  color: #005ead
}

.footer a:hover {
  color: #f89728
}

.footer-left {
  width: calc(25% - 30px);
}

.footer-center {
  width: calc(25% - 30px);
}

.footer-right {
  width: calc(50% - 30px);
}

.footer .title-contacts {
  font-size: 14px;
  font-weight: 700
}

.footer-contacts .footer-contacts-blocks {
  margin-top: 5px
}

.footer-contacts .footer-contacts-blocks .footer-contacts-block {
  padding: 11px 0;
  border-bottom: 1px solid #dcdcdc
}

.footer-contacts .footer-contacts-blocks .footer-contacts-block:last-of-type {
  border-bottom: none
}

.footer-contacts .footer-contacts-blocks .footer-contacts-block .address {
  margin-bottom: 5px;
  color: #737373;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px
}

.footer-contacts .footer-contacts-blocks .footer-contacts-block .phone {
  line-height: 24px
}

.footer-contacts .footer-contacts-blocks .footer-contacts-block .phone span {
  color: #737373;
  font-weight: 700
}

.footer-menu-title {
  margin-bottom: 5px;
  color: #737373;
  font-size: 14px;
  font-weight: 700
}

.footer-menu {
  margin-bottom: 35px
}

/* .footer-col div:last-of-type .footer-menu {
  margin-bottom: 0
} */

.footer-menu li a {
  font-weight: 300;
  line-height: 30px
}

.footer-socials-mobile {
  display: none;
}

.footer-socials {
  margin-bottom: 30px;
}

.footer .title {
  color: #737373;
  font-size: 14px;
  font-weight: 700
}

.footer-socials .footer-socials-list {
  margin-top: 15px;
  font-size: 0
}

.footer-socials .footer-socials-list .footer-social-link {
  display: inline-block;
  width: 37px;
  height: 37px;
  margin-right: 15px;
  vertical-align: top
}

.footer-socials .footer-socials-list .footer-social-link:last-of-type {
  margin-right: 0
}

.footer-socials .footer-socials-list .footer-social-link.fb {
  background: url(../img/sprite.png) no-repeat -341px 0
}

.footer-socials .footer-socials-list .footer-social-link.insta {
  background-image: url(../img/sprite3.png);
  background-position: -278px -388px;
  width: 37px;
  height: 37px;
}

.footer-socials .footer-socials-list .footer-social-link.tw {
  background: url(../img/sprite.png) no-repeat -341px -42px
}

.footer-socials .footer-socials-list .footer-social-link.vk {
  background: url(../img/sprite.png) no-repeat -341px -84px
}

.footer-socials .footer-socials-list .footer-social-link.gp {
  background: url(../img/sprite.png) no-repeat -341px -126px
}

.footer-socials .footer-socials-list .footer-social-link.ok {
  background: url(../img/sprite.png) no-repeat -341px -168px
}

.footer-text {
  color: #737373;
  font-size: 13px;
  font-weight: 300
}

.footer-text .copyright {
  color: #737373;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px
}

.footer-text .company-desc {
  margin: 10px 0;
  color: #737373;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px
}

.footer-text .sitemap {
  display: inline-block;
  /* margin-top: 8px; */
  margin-bottom: 8px;
  color: #737373;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: underline
}

.footer-text .deleveloped-by {
  display: inline-block;
  color: #737373;
  font-size: 13px;
  font-weight: 300;
  vertical-align: middle;
  text-decoration: underline
}

.footer-text .developer-logo {
  display: inline-block;
  width: 46px;
  height: 12px;
  vertical-align: middle;
  background: url(../img/sprite.png) no-repeat -219px -375px;
}

.footer-text .developer-logo:hover {
  background: url(../img/sprite.png) no-repeat -219px -389px;
}

.footer-news {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 40px;
  border: 1px dashed #cdcdcd;
}

.footer-news .title {
  margin-bottom: 15px;
}

.footer-news .footer-text {
  margin-bottom: 10px;
  line-height: 20px;
}

.footer-subscribe {
  display: flex;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}

.footer-subscribe input {
  width: calc(100% - 45px);
  padding: 15px;
  border: none;
  background-color: #fff;
  color: #737373;
}

.footer-subscribe input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c7c7c7;
}

.footer-subscribe input::-moz-placeholder {
  font-size: 14px;
  color: #c7c7c7;
}

/* Firefox 19+ */
.footer-subscribe input:-moz-placeholder {
  font-size: 14px;
  color: #c7c7c7;
}

/* Firefox 18- */
.footer-subscribe input:-ms-input-placeholder {
  font-size: 14px;
  color: #c7c7c7;
}

.footer-subscribe button {
  width: 45px;
  background-color: #f89728;
}

.footer-subscribe button {
  position: relative;
}

.footer-subscribe button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/sprite3.png);
  background-position: -358px -436px;
  width: 10px;
  height: 20px;
}

@media only screen and (max-width:770px) {

  .footer-socials-mobile {
    display: block;
  }

  .footer-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    padding: 20px 15px;
  }

  .footer-index-page .footer-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 15px;
    font-size: 13px;
    overflow: visible;
  }

  .footer-index-page .footer-wrap {
    margin-top: 0;
  }

  .footer-map {
    display: block;
  }

  .footer-index-page .footer-map {
    position: static;
    display: block;
    width: calc(100% + 30px);
    margin-top: 20px;
    margin-left: -15px;
    margin-bottom: 20px;
    height: 200px;
  }

  .footer-map {
    position: static;
    display: block;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 20px;
    height: 200px;
  }

  .footer-left {
    width: 100%;
  }

  .footer-center {
    width: 100%;
  }

  .footer-right {
    width: 100%;
  }

  .footer-center {
    order: 3;
  }

  .footer-center .footer-socials {
    display: none;
  }

  .footer-news {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 20px;
    padding: 20px 15px;
    border-left: none;
    border-right: none;
  }


  /* .footer-col {
    float: none;
    width: 100%;
    padding: 0
  }

  .toggle-next-div {
    position: relative;
    margin-top: 15px;
    cursor: pointer
  }

  .footer-col-1 .toggle-next-div {
    margin-top: 0
  }

  .toggle-next-div:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 6px;
    margin: auto;
    content: '';
    background: url(../img/sprite.png) no-repeat -494px -77px
  }

  .toggle-next-div.open:after {
    background: url(../img/sprite.png) no-repeat -494px -66px
  }

  .toggle-next-div+div {
    display: none
  }

  .footer-socials .footer-socials-list .footer-social-link {
    width: 28px;
    height: 28px;
    margin-right: 10px
  }

  .footer-socials .footer-socials-list .footer-social-link:last-of-type {
    margin-right: 0
  }

  .footer-socials .footer-socials-list .footer-social-link.fb {
    background: url(../img/sprite.png) no-repeat -415px 0
  }

  .footer-socials .footer-socials-list .footer-social-link.tw {
    background: url(../img/sprite.png) no-repeat -415px -198px
  }

  .footer-socials .footer-socials-list .footer-social-link.vk {
    background: url(../img/sprite.png) no-repeat -415px -165px
  }

  .footer-socials .footer-socials-list .footer-social-link.gp {
    background: url(../img/sprite.png) no-repeat -415px -132px
  }

  .footer-socials .footer-socials-list .footer-social-link.ok {
    background: url(../img/sprite.png) no-repeat -415px -99px
  }

  .footer-text {
    margin-top: 20px
  } */
}

.go-top {
  display: none;
  position: fixed;
  right: 35px;
  bottom: 35px;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

.go-top:hover {
  border: 1px solid #005ead;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

.go-top:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 35px;
  margin: auto;
  content: '';
  background: url(../img/sprite.png) no-repeat -383px -270px
}

.go-top:hover:after {
  background: url(../img/sprite.png) no-repeat -127px -469px
}

@media only screen and (max-width:768px) {
  .go-top {
    right: 15px;
    bottom: 15px;
    width: 27px;
    height: 27px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .15)
  }

  .go-top:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, .15)
  }

  .go-top:after {
    width: 13px;
    height: 19px;
    background: url(../img/sprite.png) no-repeat -36px -485px
  }

  .go-top:hover:after {
    background: url(../img/sprite.png) no-repeat -24px -462px
  }
}

.modal {
  position: relative;
  width: 500px;
  background: #fff
}

.modal * {
  -webkit-font-smoothing: antialiased;
}

.modal .modal-top {
  position: relative;
  background: #e5e5e5;
  padding: 16px 70px 16px 30px
}

.modal .modal-top .modal-title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px
}

.modal .modal-top .modal-close {
  cursor: pointer;
  position: absolute;
  top: 17px;
  right: 30px;
  background: url(../img/sprite.png) no-repeat -52px -458px;
  width: 22px;
  height: 22px
}

.modal .modal-top .modal-close:hover {
  background: url(../img/sprite.png) no-repeat -84px -459px;
  width: 22px;
  height: 22px
}

.modal .modal-center {
  padding: 16px 30px
}

.modal .modal-center .modal-text {
  color: #737373;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px
}

.modal .modal-center .field-row {
  margin-top: 20px;
  font-size: 0
}

.modal .modal-center .field-row.recaptcha-row {
  text-align: right
}

.modal .modal-center .field-row .label-wrap {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  padding: 7px 10px 0 0
}

.modal .modal-center .field-row .label-wrap label {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px
}

.modal .modal-center .field-row .field-wrap {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 100px);
  position: relative
}

.modal .modal-center .field-row .field-wrap input,
.modal .modal-center .field-row .field-wrap textarea {
  display: block;
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-transition: border .3s;
  transition: border .3s;
  padding: 5px 15px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px
}

.modal .modal-center .field-row .field-wrap textarea {
  height: 100px
}

.modal .modal-center .field-row .field-wrap input:focus,
.modal .modal-center .field-row .field-wrap textarea:focus {
  border: 1px solid #005ead
}

.modal .modal-bottom {
  border-top: 1px solid #e5e5e5;
  padding: 20px 30px;
  text-align: center
}

.modal .modal-bottom button {
  min-width: 225px
}

@media only screen and (max-width:500px) {
  .modal {
    width: 320px
  }

  .modal .modal-top {
    padding: 12px 55px 12px 15px
  }

  .modal .modal-top .modal-close {
    top: 12px;
    right: 15px
  }

  .modal .modal-center {
    padding: 12px 15px
  }

  .modal .modal-bottom {
    padding: 12px 15px
  }

  .modal .modal-center .field-row.recaptcha-row {
    text-align: left
  }
}

.catalog-page {
  margin-bottom: 10px
}

.catalog-page .wrap {
  overflow: visible
}

.catalog-page .title-bordered {
  background: #fff
}

.catalog-page-items {
  font-size: 0;
  border-left: 1px solid #e5e5e5;
  background: #fff
}

.catalog-page-item {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 25%;
  height: 300px;
  font-size: 13px;
  vertical-align: top;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff
}

.catalog-page-item.open {
  z-index: 1
}

.catalog-page-item-in {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  width: auto;
  padding: 15px 10px 20px 75px;
  border: 1px solid transparent;
  background: #fff
}

.catalog-page-item.open .catalog-page-item-in {
  top: -1px;
  right: -1px;
  left: -1px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .26)
}

.catalog-page-item-in a:hover {
  color: #f89728
}

.catalog-page-item-title-wrap {
  height: 35px;
  text-overflow: ellipsis
}

.catalog-page-item-title {
  display: inline-block;
  position: relative;
  color: #005ead;
  font-weight: 700
}

.catalog-page-item-title span {
  display: inline-block;
  height: 35px;
  overflow: hidden
}

.catalog-page-item .catalog-page-item-title:before {
  position: absolute;
  top: 0;
  left: -50px;
  content: ''
}

.catalog-page-item .catalog-page-item-links-toggle {
  position: absolute;
  top: 14px;
  right: 15px;
  display: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #f89728
}

.catalog-page-item.open .catalog-page-item-links-toggle {
  width: 16px;
  height: 16px;
  background-color: #005ead
}

.catalog-page-item .catalog-page-item-links-toggle:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  content: '';
  background: url(../img/sprite.png) no-repeat -494px -42px
}

.catalog-page-item.open .catalog-page-item-links-toggle:after {
  width: 8px;
  height: 2px;
  background: url(../img/sprite.png) no-repeat -494px -124px
}

.stroitelnye-tovary .catalog-page-item-title:before {
  width: 40px;
  height: 35px;
  background: url(../img/sprite.png) no-repeat -45px -290px
}

.stroitelnye-tovary .catalog-page-item-title:hover:before {
  background: url(../img/sprite.png) no-repeat -90px -290px
}

.otdelochnye-materialy .catalog-page-item-title:before {
  width: 40px;
  height: 29px;
  background: url(../img/sprite.png) no-repeat -270px -290px
}

.otdelochnye-materialy .catalog-page-item-title:hover:before {
  background: url(../img/sprite.png) no-repeat -225px -290px
}

.napolnye-i-nastennye-pokrytiya .catalog-page-item-title:before {
  width: 40px;
  height: 40px;
  background: url(../img/sprite.png) no-repeat -96px -242px
}

.napolnye-i-nastennye-pokrytiya .catalog-page-item-title:hover:before {
  background: url(../img/sprite.png) no-repeat -141px -242px
}

.dveri .catalog-page-item-title:before {
  width: 38px;
  height: 40px;
  background: url(../img/sprite.png) no-repeat -298px 0
}

.dveri .catalog-page-item-title:hover:before {
  background: url(../img/sprite.png) no-repeat -298px -45px
}

.santehnika .catalog-page-item-title:before {
  width: 38px;
  height: 40px;
  background: url(../img/sprite.png) no-repeat -298px -90px
}

.santehnika .catalog-page-item-title:hover:before {
  background: url(../img/sprite.png) no-repeat -298px -135px
}

.inzhenernaya-santehnika .catalog-page-item-title:before {
  width: 40px;
  height: 35px;
  background: url(../img/sprite.png) no-repeat -251px -201px
}

.inzhenernaya-santehnika .catalog-page-item-title:hover:before {
  background: url(../img/sprite.png) no-repeat 0 -290px
}

.elektrika .catalog-page-item-title:before {
  width: 25px;
  height: 40px;
  background: url(../img/sprite.png) no-repeat -383px -180px
}

.elektrika .catalog-page-item-title:hover:before {
  background: url(../img/sprite.png) no-repeat -383px -225px
}

.osveschenie .catalog-page-item-title:before {
  width: 27px;
  height: 40px;
  background: url(../img/sprite.png) no-repeat -383px -90px
}

.osveschenie .catalog-page-item-title:hover:before {
  background: url(../img/sprite.png) no-repeat -383px -135px
}

.elektro-i-pnevmoinstrument .catalog-page-item-title:before {
  width: 39px;
  height: 40px;
  background: url(../img/sprite.png) no-repeat -186px -242px
}

.elektro-i-pnevmoinstrument .catalog-page-item-title:hover:before {
  background: url(../img/sprite.png) no-repeat -230px -242px
}

.ruchnoj-instrument .catalog-page-item-title:before {
  width: 32px;
  height: 40px;
  background: url(../img/sprite.png) no-repeat -37px -330px
}

.ruchnoj-instrument .catalog-page-item-title:hover:before {
  background: url(../img/sprite.png) no-repeat -111px -330px
}

.rashodnye-materialy .catalog-page-item-title:before {
  width: 40px;
  height: 24px;
  background: url(../img/sprite.png) no-repeat 0 -375px
}

.rashodnye-materialy .catalog-page-item-title:hover:before {
  background: url(../img/sprite.png) no-repeat -45px -375px
}

.specodezhda .catalog-page-item-title:before {
  width: 40px;
  height: 28px;
  background: url(../img/sprite.png) no-repeat -230px -330px
}

.specodezhda .catalog-page-item-title:hover:before {
  background: url(../img/sprite.png) no-repeat -185px -330px
}

.metizy .catalog-page-item-title:before {
  width: 36px;
  height: 40px;
  background: url(../img/sprite.png) no-repeat -298px -180px
}

.metizy .catalog-page-item-title:hover:before {
  background: url(../img/sprite.png) no-repeat -298px -225px
}

.hozyajstvennye-tovary .catalog-page-item-title:before {
  width: 32px;
  height: 40px;
  background: url(../img/sprite.png) no-repeat -341px -210px
}

.hozyajstvennye-tovary .catalog-page-item-title:hover:before {
  background: url(../img/sprite.png) no-repeat 0 -330px
}

.sadovyj-inventar .catalog-page-item-title:before {
  width: 27px;
  height: 40px;
  background: url(../img/sprite.png) no-repeat -383px 0
}

.sadovyj-inventar .catalog-page-item-title:hover:before {
  background: url(../img/sprite.png) no-repeat -383px -45px
}

.catalog-page-item-links {
  overflow: hidden;
  max-height: 192px
}

.catalog-page-item.open .catalog-page-item-links {
  max-height: none
}

.catalog-page-item-link {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px
}

.catalog-page-item-show-more-wrap {
  width: auto;
  margin-top: 3px
}

.catalog-page-item-show-more {
  position: relative;
  display: inline-block;
  color: #737373;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
  border-bottom: 1px dashed
}

.catalog-page-item-show-more:hover {
  color: #f89728
}

.catalog-page-item-show-more:after {
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  width: 10px;
  height: 6px;
  margin: auto;
  content: '';
  background: url(../img/sprite.png) no-repeat -494px -77px
}

.catalog-page-item-show-more:hover:after {
  background: url(../img/sprite.png) no-repeat -494px -99px
}

.catalog-page-item-show-more.open:after {
  background: url(../img/sprite.png) no-repeat -494px -66px
}

.catalog-page-item-show-more.open:hover:after {
  background: url(../img/sprite.png) no-repeat -494px -132px
}

@media only screen and (max-width:1140px) {
  .catalog-page .wrap {
    padding: 0 5px
  }
}

@media only screen and (max-width:1024px) {
  .catalog-page-item {
    width: 33.3333%
  }
}

@media only screen and (max-width:768px) {
  .catalog-page-item {
    width: 50%
  }
}

@media only screen and (max-width:480px) {
  .catalog-page-item {
    display: block;
    width: 100%;
    height: auto
  }

  .catalog-page-item .catalog-page-item-links-toggle {
    top: 12px;
    display: block
  }

  .catalog-page-item-in {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 10px 10px 15px 65px
  }

  .catalog-page-item.open .catalog-page-item-in {
    top: auto;
    right: auto;
    left: auto;
    border: 1px solid transparent;
    box-shadow: none
  }

  .catalog-page-item-title-wrap {
    height: auto;
    padding-right: 36px
  }

  .catalog-page-item-title span {
    height: auto
  }

  .catalog-page-item.open .catalog-page-item-title {
    color: #f89728
  }

  .catalog-page-item .catalog-page-item-title:before {
    top: 0;
    bottom: 0;
    left: -45px;
    margin: auto
  }

  .stroitelnye-tovary .catalog-page-item-title:before {
    width: 28px;
    height: 24px;
    background: url(../img/sprite.png) no-repeat -90px -375px
  }

  .stroitelnye-tovary .catalog-page-item-title:hover:before,
  .stroitelnye-tovary.open .catalog-page-item-title:before {
    background: url(../img/sprite.png) no-repeat -341px -300px
  }

  .otdelochnye-materialy .catalog-page-item-title:before {
    width: 28px;
    height: 20px;
    background: url(../img/sprite.png) no-repeat -266px -404px
  }

  .otdelochnye-materialy .catalog-page-item-title:hover:before,
  .otdelochnye-materialy.open .catalog-page-item-title:before {
    background: url(../img/sprite.png) no-repeat -233px -404px
  }

  .napolnye-i-nastennye-pokrytiya .catalog-page-item-title:before {
    width: 28px;
    height: 28px;
    background: url(../img/sprite.png) no-repeat -415px -33px
  }

  .napolnye-i-nastennye-pokrytiya .catalog-page-item-title:hover:before,
  .napolnye-i-nastennye-pokrytiya.open .catalog-page-item-title:before {
    background: url(../img/sprite.png) no-repeat -415px -66px
  }

  .dveri .catalog-page-item-title:before {
    width: 27px;
    height: 28px;
    background: url(../img/sprite.png) no-repeat -415px -334px
  }

  .dveri .catalog-page-item-title:hover:before,
  .dveri.open .catalog-page-item-title:before {
    background: url(../img/sprite.png) no-repeat -383px -310px
  }

  .santehnika .catalog-page-item-title:before {
    width: 27px;
    height: 28px;
    background: url(../img/sprite.png) no-repeat -415px -301px
  }

  .santehnika .catalog-page-item-title:hover:before,
  .santehnika.open .catalog-page-item-title:before {
    background: url(../img/sprite.png) no-repeat -415px -367px
  }

  .inzhenernaya-santehnika .catalog-page-item-title:before {
    width: 28px;
    height: 24px;
    background: url(../img/sprite.png) no-repeat -123px -375px
  }

  .inzhenernaya-santehnika .catalog-page-item-title:hover:before,
  .inzhenernaya-santehnika.open .catalog-page-item-title:before {
    background: url(../img/sprite.png) no-repeat -156px -375px
  }

  .elektrika .catalog-page-item-title:before {
    width: 18px;
    height: 28px;
    background: url(../img/sprite.png) no-repeat -448px -66px
  }

  .elektrika .catalog-page-item-title:hover:before,
  .elektrika.open .catalog-page-item-title:before {
    background: url(../img/sprite.png) no-repeat -448px -99px
  }

  .osveschenie .catalog-page-item-title:before {
    width: 19px;
    height: 28px;
    background: url(../img/sprite.png) no-repeat -315px -290px
  }

  .osveschenie .catalog-page-item-title:hover:before,
  .osveschenie.open .catalog-page-item-title:before {
    background: url(../img/sprite.png) no-repeat -448px 0
  }

  .elektro-i-pnevmoinstrument .catalog-page-item-title:before {
    width: 27px;
    height: 28px;
    background: url(../img/sprite.png) no-repeat 0 -404px
  }

  .elektro-i-pnevmoinstrument .catalog-page-item-title:hover:before,
  .elektro-i-pnevmoinstrument.open .catalog-page-item-title:before {
    background: url(../img/sprite.png) no-repeat -415px -268px
  }

  .ruchnoj-instrument .catalog-page-item-title:before {
    width: 22px;
    height: 28px;
    background: url(../img/sprite.png) no-repeat -119px -404px
  }

  .ruchnoj-instrument .catalog-page-item-title:hover:before,
  .ruchnoj-instrument.open .catalog-page-item-title:before {
    background: url(../img/sprite.png) no-repeat -146px -404px
  }

  .rashodnye-materialy .catalog-page-item-title:before {
    width: 28px;
    height: 17px;
    background: url(../img/sprite.png) no-repeat -365px -404px
  }

  .rashodnye-materialy .catalog-page-item-title:hover:before,
  .rashodnye-materialy.open .catalog-page-item-title:before {
    background: url(../img/sprite.png) no-repeat -332px -404px
  }

  .specodezhda .catalog-page-item-title:before {
    width: 28px;
    height: 20px;
    background: url(../img/sprite.png) no-repeat -299px -404px
  }

  .specodezhda .catalog-page-item-title:hover:before,
  .specodezhda.open .catalog-page-item-title:before {
    background: url(../img/sprite.png) no-repeat -200px -404px
  }

  .metizy .catalog-page-item-title:before {
    width: 25px;
    height: 28px;
    background: url(../img/sprite.png) no-repeat -62px -404px
  }

  .metizy .catalog-page-item-title:hover:before,
  .metizy.open .catalog-page-item-title:before {
    background: url(../img/sprite.png) no-repeat -32px -404px
  }

  .hozyajstvennye-tovary .catalog-page-item-title:before {
    width: 22px;
    height: 28px;
    background: url(../img/sprite.png) no-repeat -92px -404px
  }

  .hozyajstvennye-tovary .catalog-page-item-title:hover:before,
  .hozyajstvennye-tovary.open .catalog-page-item-title:before {
    background: url(../img/sprite.png) no-repeat -224px -193px
  }

  .sadovyj-inventar .catalog-page-item-title:before {
    width: 19px;
    height: 28px;
    background: url(../img/sprite.png) no-repeat -274px -242px
  }

  .sadovyj-inventar .catalog-page-item-title:hover:before,
  .sadovyj-inventar.open .catalog-page-item-title:before {
    background: url(../img/sprite.png) no-repeat -448px -33px
  }

  .catalog-page-item-links {
    display: none;
    max-height: none;
    margin-top: 10px
  }

  .catalog-page-item-show-more {
    display: none
  }
}

.products-list-page .wrap {
  overflow: visible
}

.products-list-page .title-bordered {
  padding: 8px 22px
}

.products-list-page .title-bordered .title {
  margin-top: 5px
}

.products-list-page .page-description {
  color: #737373;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 20px;
  text-align: justify;
  font-size: 14px
}

.products-list-with-filter {
  position: relative;
  /* background: #fff; */
  padding-bottom: 20px
}

.sidebar-filter {
  float: left;
  width: 220px;
  margin-right: 10px;
  background-color: #fff;
}

.hide-sidebar-filter {
  display: none;
  width: 100%;
  color: #f89728;
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  border: 1px solid #f89728;
  margin-bottom: 8px;
  text-align: center;
  padding: 0 10px
}

.sidebar-filter-in {
  border: 1px solid #e5e5e5;
  border-top: none
}

.sidebar-filter-in .filter-block {
  padding: 14px 15px 14px 19px;
  border-bottom: 1px solid #e5e5e5
}

.sidebar-filter-in .filter-block .filter-title {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  color: #005ead;
  font-size: 13px;
  font-weight: 700
}

/* .sidebar-filter-in .filter-block .filter-title-desc  */

.sidebar-filter-in .filter-block .filter-title span {
  font-weight: 300;
  color: #737373
}

.sidebar-filter-in .filter-block .filter-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #005ead;
  border-radius: 50%
}

.sidebar-filter-in .filter-block .filter-title:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  background: url(../img/sprite.png) no-repeat -494px -42px;
  width: 8px;
  height: 8px
}

.sidebar-filter-in .filter-block .filter-title.open:after {
  top: 7px;
  background: url(../img/sprite.png) no-repeat -494px -124px;
  height: 2px
}

.sidebar-filter-in .filter-block .filter-hidden {
  display: none;
  margin-top: 15px
}

.range-wrap .range-values {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 30px;
  overflow: hidden
}

.range-wrap .range-values .range-value {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  padding: 0 10px
}

.range-wrap .range-values .range-value:last-of-type {
  border-right: none
}

.range-wrap .range-values .range-value label {
  float: left;
  width: 25%;
  line-height: 28px;
  color: #000;
  font-size: 12px;
  font-weight: 300
}

.range-wrap .range-values .range-value input {
  float: left;
  width: 75%;
  height: 28px;
  background: 0 0;
  color: #737373;
  font-size: 13px;
  font-weight: 300
}

.range-wrap .range {
  margin-top: 18px
}

.filter-checkboxes {
  font-size: 0
}

.filter-checkboxes .filter-checkbox {
  margin-bottom: 13px
}

.filter-checkboxes .filter-checkbox label {
  cursor: pointer;
  display: block;
  margin-left: 25px;
  padding-top: 1px;
  color: #000;
  font-size: 13px;
  font-weight: 300
}

.sidebar-filter-in .clear-filter {
  padding: 20px 10px;
  text-align: center
}

.sidebar-filter-in .clear-filter .clear-filter-btn {
  box-shadow: none;
  min-width: 180px
}

/* .products-list-wrap {
  font-size: 0;
  margin-left: 230px
} */

.products-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 338px;
  width: 25%;
  font-size: 14px;
  z-index: 0
}

.products-list-item.hover {
  z-index: 1
}

.products-list-item .products-list-item-in {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  padding: 21px 21px 85px 21px;
  min-height: 338px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff
}

.products-list-item.hover .products-list-item-in {
  left: -1px;
  border-left: 1px solid #e5e5e5
}

.products-list-item .products-list-item-in .img_block {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 160px
}

.products-list-item .products-list-item-in .img_block img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 160px
}

.products-list-item .products-list-item-in .title {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 300;
  color: #005ead;
  line-height: 21px;
  -webkit-transition: all .3s;
  transition: all .3s;
  max-height: 65px;
  overflow: hidden
}

.products-list-item:hover .products-list-item-in .title {
  color: #f89728
}

.products-list-item .products-list-item-in .desc {
  display: none;
  margin-top: 10px;
  font-size: 13px;
  color: #737373;
  line-height: 21px
}

.products-list-item .products-list-item-in .btn-2 {
  display: block;
  width: calc(100% - 42px);
  position: absolute;
  bottom: 21px;
  left: 21px;
  right: 21px;
  -webkit-transition: all .3s;
  transition: all .3s
}

@media only screen and (max-width:1140px) {
  .products-list-page .wrap {
    padding: 0 5px
  }
}

@media only screen and (max-width:1024px) {
  .products-list-item {
    width: 33.3333%;
    height: 300px
  }

  .products-list-item .products-list-item-in {
    min-height: 299px;
    padding: 15px 15px 65px 15px
  }

  .products-list-item .products-list-item-in .img_block {
    width: 135px;
    height: 135px
  }

  .products-list-item .products-list-item-in .img_block img {
    max-width: 135px;
    max-height: 135px
  }

  .products-list-item .products-list-item-in .title {
    margin-top: 10px;
    line-height: 18px
  }

  .products-list-item .products-list-item-in .btn-2 {
    width: calc(100% - 30px);
    bottom: 15px;
    left: 15px;
    right: 15px
  }
}

@media only screen and (max-width:768px) {
  .products-list-page .title-bordered {
    padding: 0;
    border: none;
    background: 0 0;
    margin-bottom: 15px
  }

  .products-list-page .title-bordered .title {
    display: none
  }

  .products-list-page .title-bordered .toggle-filter {
    display: inline-block
  }

  .sidebar-filter {
    position: absolute;
    top: 0;
    left: -260px;
    float: none;
    width: 244px;
    padding: 8px;
    box-shadow: 4px 6.9px 10.9px 2.1px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 2;
    background: #fff
  }

  .sidebar-filter.open {
    left: 0
  }

  .hide-sidebar-filter {
    display: block
  }

  .sidebar-filter-in {
    border-top: 1px solid #e5e5e5
  }

  /* .products-list-wrap {
    margin-left: 0;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5
  } */
}

@media only screen and (max-width:480px) {
  .products-list-item {
    width: 50%;
    height: 280px
  }

  .products-list-item .products-list-item-in {
    min-height: 279px;
    padding: 15px 15px 65px 15px
  }
}

.product-page-wrap {
  background: #fff;
  /* border: 1px solid #e5e5e5 */
}


.product-page-wrap .product-top {
  position: relative;
  /* padding: 25px; */
  overflow: hidden
}

.shop-block {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 60px;
  margin-bottom: 4px;
  padding: 0 20px;
  border-radius: 3px;
  box-shadow: 0px 0px 3.6px 0.4px rgba(0, 0, 0, 0.1);
}

.shop-block .product-features {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.shop-button {
  position: relative;
  height: 60px;
  margin: 0 10px;
  padding: 10px 15px;
  padding-left: 30px;
  text-align: left;
}

.shop-button>span {
  position: relative;
  padding-left: 35px;
}

.shop-button>span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  z-index: 1;
  height: 1px;
  border-bottom: 1px dashed #f89728;
}


.shop-button.call>span::before {
  border-bottom: 1px dashed #0070bb;
}


.shop-button:hover>span::before,
.shop-button:focus>span::before {
  border-bottom: 1px dashed #ffffff;
}

.shop-button:hover span,
.shop-button:focus span {
  color: #ffffff;
}

.shop-button.buy:hover,
.shop-button.buy:focus {
  background-color: #f89728;
}

.shop-button.buy>span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/sprite3.png);
  background-position: -39px -472px;
  width: 25px;
  height: 25px;
}

.shop-button.buy:hover>span::after,
.shop-button.buy:focus>span::after {
  background-image: url(../img/sprite3.png);
  background-position: -481px -348px;
  width: 25px;
  height: 25px;
}

.shop-button.call>span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/sprite3.png);
  background-position: -481px -381px;
  width: 25px;
  height: 25px;
}

.shop-button.call:hover>span::after,
.shop-button.call:focus>span::after {
  background-image: url(../img/sprite3.png);
  background-position: -481px -414px;
  width: 25px;
  height: 25px;
}

.shop-button.call:hover,
.shop-button.call:focus {
  background-color: #0070bb;
}

.shop-button:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -10px;
  width: 1px;
  background-color: #e6e6e6;
}

.shop-button span {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  line-height: 12px;
  font-weight: 700;
  color: #4f4f50;
  text-transform: uppercase;
}

.shop-button .bold {
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  color: #4f4f50;
  text-transform: none;
}

.add-btn {
  margin-right: 15px;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: left;
  border-radius: 3px;
  border: 1px solid #f89728;
}

.add-btn.add-btn-cart {
  background-color: #f89728;
}

.add-btn.add-btn-cart span {
  color: #fff;
}

.add-btn>span {
  position: relative;
  margin: 0 auto;
  padding-left: 40px;
}

.add-btn span {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  color: #4f4f50;
  text-transform: uppercase;
}

.add-btn .bold {
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  text-transform: none;
  /* color: #4f4f50; */
}

.add-btn.active span {
  color: #f89728;
}

.add-btn.active {
  background-color: #fff;
}

.add-btn:hover {
  background-color: #ef8000;
}

.add-btn:hover {
  background-color: #ef8000;
}

.add-btn:hover span {
  color: #ffffff;
}

.add-btn-cart>span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/sprite3.png);
  background-position: -481px -314px;
  width: 26px;
  height: 26px;
}

.add-btn-cart:hover>span::after {
  background-image: url(../img/sprite3.png);
  background-position: -481px -212px;
  width: 26px;
  height: 26px;
}

.add-btn-cart.active>span::after {
  background-image: url(../img/sprite3.png);
  background-position: -481px -178px;
  width: 26px;
  height: 26px;
}

.add-btn-cart.active {
  background-color: #fff;
  cursor: default;
}

.add-btn-cart.active span {
  color: #f89728;
}

.add-btn-wish>span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/sprite3.png);
  background-position: -481px -280px;
  width: 26px;
  height: 26px;
}

.add-btn-wish.active>span::after {
  background-image: url(../img/sprite3.png);
  background-position: -481px -246px;
  width: 26px;
  height: 26px;
}


.product-page-wrap .product-top .product-metas {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
}

.product-page-wrap .product-top .product-metas .add-to-buy-list {
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  font-weight: 300;
  color: #005ead;
  -webkit-transition: all .3s;
  transition: all .3s
}

.product-page-wrap .product-top .product-metas .add-to-buy-list:hover {
  color: #f89728
}

.product-page-wrap .product-top .product-metas .add-to-buy-list:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/sprite.png) no-repeat 0 -437px;
  width: 21px;
  height: 21px
}

.product-page-wrap .product-top .product-metas .add-to-buy-list.active:before {
  background: url(../img/sprite.png) no-repeat -26px -437px
}

.product-page-wrap .product-top .product-metas .product-meta-row {
  margin-top: 6px;
  font-weight: 300;
  font-size: 13px;
  color: #000
}

.product-page-wrap .product-top .product-img-side {
  float: left;
  display: block;
  width: 420px
}

.product-img-side .product-features {
  left: 15px;
  /* top: -45px; */
  z-index: 2;
}

.product-img-slider .slick-next,
.product-img-slider .slick-prev {
  opacity: 0;
  /* margin-top: -41px;
  opacity: .5 */
}

.product-img-slider:hover .slick-next,
.product-img-slider:hover .slick-prev {
  /* opacity: 1 */
}

.product-page-wrap .product-top .product-img-side .product-img-slider .product-img-slide .img-block {
  position: relative;
  height: 420px
}

.product-page-wrap .product-top .product-img-side .product-img-slider .product-img-slide .img-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%
}

.product-page-wrap .product-top .product-img-side .product-img-slider .product-img-slide .text-block {
  display: block;
  padding: 6px;
  background: #e5e5e5;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s
}

.product-page-wrap .product-top .product-img-side .product-img-slider .product-img-slide:hover .text-block {
  background: #f89728
}

.product-page-wrap .product-top .product-img-side .product-img-slider .product-img-slide .text-block span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  color: #000;
  font-size: 13px;
  font-weight: 300
}

.product-page-wrap .product-top .product-img-side .product-img-slider .product-img-slide:hover .text-block span {
  color: #fff
}

.product-page-wrap .product-top .product-img-side .product-img-slider .product-img-slide .text-block span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/sprite.png) no-repeat -472px -299px;
  width: 16px;
  height: 16px
}

.product-page-wrap .product-top .product-img-side .product-img-slider .product-img-slide:hover .text-block span:after {
  background: url(../img/sprite.png) no-repeat -472px -320px
}

.product-page-wrap .product-top .product-img-side .product-thumbs {
  margin-top: 10px;
  margin-left: 10px;
}

.product-page-wrap .product-top .product-img-side .product-thumbs-slider .product-thumbs-slide {
  width: 76px;
  height: 76px;
  position: relative;
  margin: 0 5px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

.product-page-wrap .product-top .product-img-side .product-thumbs-slider .product-thumbs-slide.slick-current {
  border: 1px solid #0081dc;
}

.product-page-wrap .product-top .product-img-side .product-thumbs-slider .product-thumbs-slide img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 3px;
}

.product-page-wrap .product-top .product-text-side {
  float: left;
  width: calc(100% - 470px);
  margin-left: 40px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  /* max-width: 530px */
}


.product-page-wrap .product-top .product-text-side .properties-block {
  margin-bottom: 25px
}

.product-page-wrap .product-top .product-text-side .properties-block .properties-block-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px
}

.product-page-wrap .product-top .product-text-side .properties-block .property-row {
  position: relative;
  display: flex;
  font-size: 0;
  max-width: 100%;
  overflow: hidden;
  margin-top: 12px
}

.product-page-wrap .product-top .product-text-side .properties-block .property-row .property-name {
  float: left;
  /* width: 45%; */
  color: #737373;
  font-size: 14px;
  font-weight: 300;
  overflow: hidden
}


.product-page-wrap .product-top .product-text-side .properties-block .property-row .property-name span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #fff;
  padding-right: 10px
}

.product-page-wrap .product-top .product-text-side .properties-block .property-row .property-value {
  position: relative;
  flex-grow: 1;
  text-align: right;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  padding-left: 10px;
  word-break: break-all
}

.product-page-wrap .product-top .product-text-side .properties-block .property-row .property-value span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #fff;
  padding-left: 10px
}

.product-page-wrap .product-top .product-text-side .properties-block .property-row .property-value:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 2px;
  border-bottom: 1px dotted #ccc;
  z-index: 0
}

.product-page-wrap .product-top .product-text-side .properties-text-block {
  margin-top: 40px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px
}

.properties-text-block ul,
.properties-text-block ol {
  list-style: inherit;
  list-style-type: disc;
  padding-left: 15px;
  padding-bottom: 5px
}

.properties-text-block li {
  /* padding-left: 3px; */
  list-style: inherit;

}

.properties-text-block p {
  margin: 5px 0;
  line-height: 1.8
}

.product-page-wrap .product-top .product-text-side .properties-small-block {
  margin-top: 30px
}

.product-page-wrap .product-top .product-text-side .properties-small-block .property-row {
  color: #737373;
  font-size: 12px;
  line-height: 16px
}

.product-page-wrap .product-top .product-text-side .properties-small-block .property-row .property-name {
  font-weight: 700
}

.product-page-wrap .product-top .product-text-side .properties-small-block .property-row .property-value {
  font-weight: 300
}

.product-tabs {
  background: #fff
}

.product-tabs .product-tabs-buttons {
  padding: 0 20px;
  background: #e5e5e5;
  font-size: 0
}

.product-tabs .product-tabs-buttons li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;

}

.product-tabs .product-tabs-buttons li:last-of-type {
  margin-right: 0
}

.product-tabs .product-tabs-buttons li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  width: 1px;
  height: 20px;
  background-color: #ccc
}

.product-tabs .product-tabs-buttons li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #005ead;
  text-transform: uppercase;
  padding: 20px 10px;
}

.product-tabs .product-tabs-buttons li a:hover {
  background-color: #0070bb;
  color: #ffffff;
}


.product-tabs .product-tabs-buttons li.active a {
  color: #000
}

.product-tabs .product-tabs-buttons li.active a:hover {
  background-color: transparent;
}

.product-tab {
  padding: 25px
}

.product-tab .product-tab-error {
  float: right;
}

@media only screen and (max-width:1140px) {
  /* .product-page .wrap {
    padding: 0 5px
  } */

  .product-page-wrap .product-top .product-metas {
    position: static;
    top: auto;
    right: auto;
    text-align: left;
    margin-bottom: 10px
  }
}


@media only screen and (max-width:900px) {
  .product-page-wrap .product-top .product-img-side {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }

  .product-page-wrap .product-top .product-text-side {
    width: auto;
    margin-left: 0;
    float: none;
    /* padding: 0; */
    /* margin-top: 10px; */
    max-width: 100%
  }
}

@media only screen and (max-width:480px) {
  /* .product-page-wrap .product-top .product-img-side {
    width: 260px;
    margin: 0 auto
  } */
  /* 
  .product-page-wrap .product-top .product-img-side .product-img-slider .product-img-slide .img-block {
    height: 260px
  }

  .product-page-wrap .product-top .product-img-side .product-img-slider .product-img-slide .text-block span {
    padding-left: 20px;
    font-size: 12px
  }

  .product-tabs .product-tabs-buttons li {
    margin-right: 30px
  }

  .product-tabs .product-tabs-buttons li:after {
    right: -16px
  }

  .product-tabs .product-tabs-buttons li a {
    font-size: 14px;
    line-height: 14px
  } */
}

.partners-list-page .buy-list-wrap .products-list-item .products-list-item-in .title {
  text-align: center;
  color: #005ead;
  font-size: 14px;
  font-weight: 700
}

.text-page .wrap {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 15px 20px
}

@media only screen and (max-width:1140px) {
  .text-page .wrap {
    padding: 15px 10px
  }
}

.buy-list-page .wrap {
  overflow: visible
}

.buy-list-wrap {
  font-size: 0;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  position: relative
}

.buy-list-wrap .products-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 338px;
  width: 20%;
  font-size: 14px;
  z-index: 0
}

.buy-list-wrap .products-list-item.hover {
  z-index: 1
}

.buy-list-wrap .products-list-item .products-list-item-in {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  padding: 21px 21px 85px 21px;
  min-height: 338px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff
}

.products-list-item.hover .products-list-item-in {
  left: -1px;
  border-left: 1px solid #e5e5e5
}

.buy-list-wrap .products-list-item .products-list-item-in .img_block {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 160px
}

.buy-list-wrap .products-list-item .products-list-item-in .img_block img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 160px
}

.buy-list-wrap .products-list-item .products-list-item-in .title {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 300;
  color: #005ead;
  line-height: 21px;
  -webkit-transition: all .3s;
  transition: all .3s;
  max-height: 65px;
  overflow: hidden
}

.buy-list-item:hover .products-list-item-in .title {
  color: #f89728
}

.buy-list-wrap .products-list-item .products-list-item-in .desc {
  display: none;
  margin-top: 10px;
  font-size: 13px;
  color: #737373;
  line-height: 21px
}

.buy-list-wrap .products-list-item .products-list-item-in .btn-2 {
  display: block;
  width: calc(100% - 42px);
  position: absolute;
  bottom: 21px;
  left: 21px;
  right: 21px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.buy-list-wrap .empty-list {
  font-size: 20px;
  text-align: center;
  padding: 40px;
  color: #b6b6b6;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5
}

@media only screen and (max-width:1140px) {
  .buy-list-page .wrap {
    padding: 0 5px
  }
}

@media only screen and (max-width:1024px) {
  .buy-list-wrap .products-list-item {
    width: 25%;
    height: 300px
  }

  .buy-list-wrap .products-list-item .products-list-item-in {
    min-height: 299px;
    padding: 15px 15px 65px 15px
  }

  .buy-list-wrap .products-list-item .products-list-item-in .img_block {
    width: 135px;
    height: 135px
  }

  .buy-list-wrap .products-list-item .products-list-item-in .img_block img {
    max-width: 135px;
    max-height: 135px
  }

  .buy-list-wrap .products-list-item .products-list-item-in .title {
    margin-top: 10px;
    line-height: 18px
  }

  .buy-list-wrap .products-list-item .products-list-item-in .btn-2 {
    width: calc(100% - 30px);
    bottom: 15px;
    left: 15px;
    right: 15px
  }
}

@media only screen and (max-width:768px) {
  .buy-list-wrap {
    margin-left: 0
  }

  .buy-list-wrap .products-list-item {
    width: 33.3333%
  }
}

@media only screen and (max-width:480px) {
  .buy-list-wrap .products-list-item {
    width: 50%;
    height: 280px
  }

  .buy-list-wrap .products-list-item .products-list-item-in {
    min-height: 279px;
    padding: 15px 15px 65px 15px
  }
}

.categories-list-page .wrap {
  overflow: visible
}

.categories-list-page .page-description {
  color: #737373;
  border: 1px solid #e5e5e5;
  border-top: none;
  background-color: #fff;
  padding: 20px;
  text-align: justify;
  font-size: 14px
}

.categories-list-wrap {
  font-size: 0;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 15px 20px;
  background: #fff
}

.categories-list-wrap .categories-list-item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-right: 30px;
  margin-bottom: 25px
}

.categories-list-wrap .categories-list-item a {
  font-weight: 300;
  line-height: 25px;
  color: #005ead;
  font-size: 14px
}

.categories-list-wrap .categories-list-item a:hover {
  color: #f89728
}

.categories-list-wrap .categories-list-item .nr {
  color: #737373;
  font-size: 12px;
  margin-left: 5px
}

@media only screen and (max-width:1140px) {
  .categories-list-page .wrap {
    padding: 0 5px
  }
}

@media only screen and (max-width:1024px) {
  .categories-list-wrap .categories-list-item {
    width: 33.3333%
  }
}

@media only screen and (max-width:768px) {
  .categories-list-wrap .categories-list-item {
    width: 50%;
    margin-bottom: 10px
  }
}

@media only screen and (max-width:480px) {
  .categories-list-wrap .categories-list-item {
    width: 100%;
    margin-bottom: 5px
  }
}

.news-list-page .wrap {
  overflow: visible
}

.news-list-page .title-bordered .edit-link {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  margin-right: 5px;
  background: url(../img/sprite.png) no-repeat -479px -484px;
  width: 25px;
  height: 25px
}

.news-list-wrap {
  font-size: 0;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 15px 20px;
  background: #fff
}

.news-list-wrap .news-preview {
  margin-right: 15px;
  margin-bottom: 15px
}

.news-list-wrap .news-preview:nth-of-type(4n) {
  margin-right: 0
}

@media only screen and (max-width:1140px) {
  .news-list-page .wrap {
    padding: 0 5px
  }

  .news-list-wrap .news-preview {
    width: 23%;
    margin: 1%
  }

  .news-list-wrap .news-preview:nth-of-type(4n) {
    margin-right: 1%
  }
}

@media only screen and (max-width:1024px) {
  .news-list-wrap .news-preview {
    width: 31.33%;
    margin: 1%
  }
}

@media only screen and (max-width:768px) {
  .news-list-wrap .news-preview {
    width: 48%;
    margin: 1%
  }
}

@media only screen and (max-width:480px) {
  .news-list-wrap .news-preview {
    display: block;
    width: 100%;
    margin: 15px 0
  }

  .news-list-wrap .news-preview:nth-of-type(4n) {
    margin-right: 0
  }
}

.page-404 .wrap {
  padding: 30px 0
}

.page-404-wrap {
  margin: 10px auto 0;
  max-width: 750px;
  padding: 65px 55px;
  background: url(../img/404.png) no-repeat;
  min-height: 369px;
  text-align: center
}

.page-404-wrap .error-404 {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  background: #e5e5e5
}

.page-404-wrap .error-404:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e5e5e5
}

.page-404-wrap .title {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 20px
}

.page-404-wrap .text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px
}

.page-404-wrap .btn-3 {
  margin-top: 25px;
  padding: 0 30px
}

@media only screen and (max-width:1140px) {
  .page-404 .wrap {
    padding: 20px 5px
  }
}

@media only screen and (max-width:768px) {
  .page-404-wrap {
    padding: 20px 10px;
    background: 0 0;
    min-height: 0
  }
}

.shops-page .wrap {
  overflow: visible
}

.shops-page #map {
  height: 371px;
  border: 1px solid #e5e5e5
}

#map .map-shop-name {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  line-height: 21px
}

#map .my-content-info {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  line-height: 21px
}

#map .my-content-info p a {
  color: #005ead;
  font-weight: 300
}

#map .my-content-info p a:hover {
  color: #f89728
}

#map .my-content-info p span {
  font-weight: 300;
  margin-left: 5px
}

.shops-list {
  font-size: 0;
  background: #fff;
  border-left: 1px solid #e5e5e5
}

.shops-list .shops-list-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  overflow: hidden;
  font-size: 14px;
  padding: 20px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: all .3s;
  transition: all .3s
}

.shops-list .shops-list-item:hover {
  box-shadow: 0 0 9.5px .5px rgba(0, 0, 0, .1)
}

.shops-list .shops-list-item .city {
  color: #005ead;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px
}

.shops-list .shops-list-item .address {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
  color: #005ead;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px
}

.shops-list .shops-list-item .address:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/sprite.png) no-repeat -472px -364px;
  width: 14px;
  height: 18px
}

.shops-list .shops-list-item .show-on-map {
  margin-top: 5px;
  cursor: pointer;
  display: inline-block;
  color: #005ead;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  border-bottom: 1px dashed
}

.shops-list .shops-list-item .show-on-map:hover {
  color: #f89728
}

.shops-list .shops-list-item .phones {
  font-size: 14px;
  line-height: 21px;
  margin-top: 10px
}

.shops-list .shops-list-item .phones .title {
  font-weight: 700
}

.shops-list .shops-list-item .phones p {
  margin-bottom: 5px
}

.shops-list .shops-list-item .phones p a {
  color: #005ead;
  font-weight: 300
}

.shops-list .shops-list-item .phones p a:hover {
  color: #f89728
}

.shops-list .shops-list-item .phones p span {
  font-weight: 300;
  margin-left: 5px
}

.shops-list .shops-list-item .work-time {
  font-size: 14px;
  line-height: 21px;
  margin-top: 10px
}

.shops-list .shops-list-item .work-time .title {
  font-weight: 700
}

.shops-list .shops-list-item .work-time p {
  font-weight: 300
}

@media only screen and (max-width:1140px) {
  .shops-page .wrap {
    padding: 0 5px
  }
}

@media only screen and (max-width:768px) {
  .shops-list .shops-list-item {
    display: block;
    width: 100%
  }
}

.photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.photo .onePhoto {
  position: relative
}

.photo .onePhoto img {
  vertical-align: middle;
  max-height: 63px;
}

.onePhoto:hover .popup {
  opacity: 1;
  visibility: visible
}

.photo .popup {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 100%;
  padding: 14px 16px;
  margin-bottom: 15px;
  right: 0;
  font-size: 14px;
  color: #fff;
  background: #ff585d;
  border-radius: 2px;
  -webkit-transition: .2s;
  transition: .2s;
  min-width: 300px;
}

.photo .popup:before {
  content: ' ';
  position: absolute;
  top: 100%;
  right: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #ff585d;
  border-top: 5px solid #ff585d
}

#for_design,
#for_interier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#for_design .photo_item,
#for_interier .photo_item {
  width: 16.66%;
  margin: 0 15px 20px 15px;
  text-align: center
}

#for_design .photo_item .photo_item_title,
#for_interier .photo_item .photo_item_title {
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase
}

#for_design .photo_item .photo_item_descr,
#for_interier .photo_item .photo_item_descr {
  font-size: 15px;
  margin-top: 7px
}

@media only screen and (max-width:1140px) {
  .photo .popup {
    display: none !important
  }
}

@media only screen and (max-width:700px) {
  .photo .onePhoto {}

  #for_design .photo_item,
  #for_interier .photo_item {
    width: calc(33.33% - 33px)
  }
}

@media only screen and (max-width:500px) {
  .photo .onePhoto {}

  #for_design .photo_item,
  #for_interier .photo_item {
    width: calc(50% - 33px)
  }
}


.pages-items {

  position: relative;

  z-index: 0;

  display: inline-block;

  width: 25%;

  height: 200px;

  font-size: 16px;

  text-align: center;

  vertical-align: top;

  border-right: 1px solid #e5e5e5;

  border-bottom: 1px solid #e5e5e5;

  background: #fff;

}

.products-list-item .products-list-item-in .img_block img.superprice {

  position: absolute;

  top: 40px;

  left: 95%;

  height: 20px;

}

.product-new {

  position: absolute;

  top: 40px;

  right: 0;

  padding: 5px 10px;

  background-color: red;

  color: #fff
}

.product-offers {

  position: absolute;

  top: 40px;

  right: 10%;

  padding: 5px 10px;

  background-color: red;

  font-family: 'Roboto', sans-serif;

  line-height: 14px;

  font-weight: initial;

  color: #fff
}

.catalog-menu-wrap li.header-menu-item-offers>a:before {

  content: '%';

  font-size: 16px;

  font-weight: bold;

  width: 19px;

  height: 17px;

  font-weight: bold;

  /* background: url(../img/sprite.png) no-repeat 0 -463px; */

}

.catalog-menu-wrap li.header-menu-item-offers>a {

  font-weight: bold;

}

.header-menu>li.header-menu-item-offers>a:before {

  width: 19px;

  height: 17px;

  background: url(../img/percent.png) no-repeat;

  background-size: contain;

}



.header-menu>li.header-menu-item-offers>a {

  color: red;

}





.banner_status {

  position: absolute;

  color: #fff;

  background: #ce0606;

  width: 100%;

  padding: 5px 0px;

  top: 0;

  font-size: 1.2rem;

}

.ads_blok {

  height: 130px;

  width: 160px;

  overflow: hidden;

  margin-bottom: 5px;

  position: relative;

  padding-top: 36px;

}

.product-sale {

  text-align: center;

  left: 0;

  top: 30%;

  position: absolute;

  height: 65px;

  width: 65px;

  font-size: 1.5em;

  border-radius: 50%;

  background: #f2ec04;

  line-height: 65px;

  color: red;

  text-shadow: -2px -2px 0px #fff;

  font-weight: bold;

  border: 3px solid red;

  box-sizing: content-box;

  font-family: 'Roboto', sans-serif;

}


/* @media (min-width: 770px) { */
.header-middle {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 20px 0;
}


.header-center .wrap {
  padding-top: 0;
}

.header-center .header-left {
  float: left;
  width: 206px;
  margin-top: 0;
  padding-left: 0;
}

.header-center .header-left .header-logo-left img {
  max-width: 206px;
  max-height: 60px;
}

.header-center .header-search {
  float: left;
  width: calc(100% - 274px - 274px);
  margin-top: 0;
}

.header-center .header-search .header-search-form button:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  content: '';
  background: url(../img/sprite.png) no-repeat -383px -343px
}

.header-center .header-right {
  float: right;
  width: auto;
  padding-left: 30px
}

.header-center .cart-wrap {
  /* float: left; */
  padding-top: 0;
}

.header-center .cart-wrap .cart-icon-w-nr {
  position: relative;
  display: block;
  float: left;
  width: 32px;
  height: 39px;
  background: url(../img/sprite.png) no-repeat -148px -330px
}

.header-center .cart-wrap .cart-icon-w-nr .cart-nr {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 15px;
  height: 15px;
  padding: 0 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  background: #f89728
}

/* .header-nav {
    width: 100%;
  } */

.header-center .cart-wrap .cart-text {
  float: left;
  margin-left: 15px;
  color: #fefefe;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase
}

.header-center .cart-wrap .cart-text a {
  color: #fff
}

.header-center .cart-wrap .cart-faq {
  position: relative;
  float: left
}

.header-center .cart-wrap .cart-faq .cart-faq-btn {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  padding-top: 1px;
  color: #0073bd;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 50%;
  background-color: #fff
}

.header-center .cart-wrap .cart-faq .cart-faq-btn:hover {
  color: #fff;
  background: #f89728
}

.header-center .cart-wrap .cart-faq .cart-faq-tooltip {
  position: absolute;
  z-index: 11;
  top: 105%;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 170px;
  height: 0;
  margin: auto;
  padding: 0;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  background: rgba(0, 0, 0, .5)
}

.header-center .cart-wrap .cart-faq .cart-faq-btn:hover+.cart-faq-tooltip {
  height: auto;
  padding: 10px;
  opacity: 1
}

.header-user-area {
  display: flex;
  flex-direction: column;
}

.header-users {
  display: flex;
  align-items: center;
}

.header-user-area a {
  margin-left: 10px;
  position: relative;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
}

.header-user-area .open-login {
  position: relative;
}

.header-orders-mob,
.header-personal-mob {
  display: none;
}


.header-user-area .open-login::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../img/sprite3.png);
  background-position: -449px -436px;
  width: 13px;
  height: 10px;
}

.header-user-area a:hover {
  text-decoration: underline;
}

.header-user-area a:not(:last-of-type) {
  /* margin-bottom: 10px; */
  border-bottom: 1px solid #2b93d9;
}

.header-center .header-logo-right img {
  max-width: 89px;
  max-height: 68px
}

.user-area-btn {
  display: none;
}

.header-profile {
  position: relative;
}

.header-profile-link {
  position: relative;
  padding: 7px 0;
  padding-right: 15px;
  color: #fff;
  cursor: default;
}

.header-profile-link::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  /* bottom: 0; */
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;

  transform: rotate(-225deg);
  transform-origin: center;
}

.header-profile-link:hover {
  color: #f89728;
}

.header-profile-link.active::after {
  border-top: 2px solid #f89728;
  border-right: 2px solid #f89728;
  transform: rotate(-45deg);
  top: 15px;
}

/* .header-profile-link.active */

.header-profile-list {
  position: absolute;
  z-index: 2;
  top: calc(100% + 5px);
  left: -12px;
  display: none;
  min-width: 198px;
  padding: 15px 18px;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.header-profile-list.open {
  display: block;
}

.header-profile-link:hover .header-profile-list {
  display: block;
}

.header-profile-list::before {
  content: '';
  position: absolute;
  left: 24px;
  top: -6px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  transform: rotate(45deg);
}

.header-profile-list a {
  color: #005ead;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}

.header-profile-list a:hover {
  color: #f89728;
}

/* } */

@media (max-width: 770px) {

  /* .wrap {
    padding: 0 10px;
  } */

  .header-nav {
    width: calc(100% + 20px - 40px);
    margin-left: -10px;
  }

  .products-categories {
    display: none;
  }

  .header-profile {
    display: none;
  }

  .header-users {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
  }

  .header-orders-mob,
  .header-personal-mob {
    display: block;
  }

  .header-middle {
    flex-wrap: wrap;
    padding: 0;
    padding-top: 15px;
  }

  .header-center .cart-wrap {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    width: 30%;
    max-width: 120px;
  }

  .header-center .header-search {
    order: 3;
    width: calc(100% + 20px);
    min-width: calc(100% + 20px);
    margin-left: -10px;
    margin-bottom: 0;
    margin-top: 15px;
  }

  .header-center .header-search .header-search-form input {
    border: none;
  }

  .header-center .header-left {
    width: 170px;
    /* width: 54%; */
  }

  .user-area-btn {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
  }

  .user-area-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/sprite3.png);
    background-position: -419px -388px;
    width: 14px;
    height: 18px;
  }

  .user-area-btn.active::before,
  .user-area-btn.active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 2px;
    background-color: #fff;
    background-image: unset;
  }

  .user-area-btn.active::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .user-area-btn.active::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .user-area-btn.active {
    background-color: #0072bc;
    border: 1px solid #0072bc;
  }

  .header-menu-toggle {
    border: 1px solid #e6e6e6;
    border-right: none;
  }

  .header-user-area {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 15px;
    background-color: #0070bb;
    overflow: hidden;

    /* display: none; */
    transition: all 0.2s ease;
  }

  .header-user-area.closed {
    height: 0;
    padding: 0 15px;
  }

  .index-slider {
    width: calc(100% + 20px);
    margin-left: -10px;
  }


  .index-slider img {
    min-width: 100%;
    object-fit: cover;
    object-position: center;
  }

  .slick-dots {
    bottom: -30px;
    width: 100%;
    background-color: transparent;
    border: none;
    text-align: center;
  }
}

.promotions-wrap {
  /* overflow: hidden; */
  margin-bottom: 50px;
  /* padding-bottom: 1px; */
}

.promotions-item {
  width: 277px;
  height: 208px;
}

.promotions-item a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promotions-item img {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  max-height: 180px;
}

@media (max-width: 750px) {

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

.promotions-item {
  position: relative;
  padding-top: 28px;
  margin-right: 5px;
  margin-left: 5px;
}

.promotions-item img {
  display: block;
  /* min-width: 100%; */
}

.promotions-sale,
.promotions-item .new {
  position: absolute;
  left: 0;
  top: 0;
  cursor: default;
}

.promotions-sale {
  padding: 3px 5px;
  padding-right: 65px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #e74c3c;
  border-radius: 3px;
}

.promotions-discount {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  color: #e74c3c;
  background-color: #fff;
}

.product-features {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

  display: flex;
}


@media only screen and (max-width: 770px) {
  .promotions-wrap {
    margin-bottom: 30px;
  }
}

.new {
  flex-shrink: 0;
  margin-right: 5px;
  padding: 3px 5px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #006cb8;
  border-radius: 3px;
}

.section-title {
  margin-bottom: 25px;
  padding: 0;
  /* padding-left: 10px; */
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  color: #010101;
}

.discount {
  flex-shrink: 0;
  margin-right: 5px;
  padding: 2px 7px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  background-color: #e74c3c;
  color: #ffffff;
}

/* .products-slider {
  margin-left: -5px;
  margin-right: -5px;
} */

.products-slider .product-item {
  width: 220px;
}

.product-item {
  position: relative;
  width: calc(20% - 10px);
  margin: 0 5px;
  padding: 15px 20px;
  padding-bottom: 0;
  background-color: #fff;
  border-radius: 3px;
}

.product-img-block {
  width: calc(100% + 40px);
  height: 0;
  padding-top: calc(100% + 40px);
  /*margin: 0 auto;*/
  margin-left: -20px;
  /*margin-top: -20px;*/
  margin-bottom: 35px;
}

.product-item-title {
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 21px;
  color: #272728;
  height: 40px;
  max-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product-item-link:hover .product-item-title {
  text-decoration: underline;
}

.product-buttons {
  display: flex;
  width: calc(100% + 40px);
  margin-left: -20px;
  min-height: 40px;
  border-radius: 3px;
  box-shadow: 0px 0px 4.6px 0.4px rgba(0, 0, 0, 0.08);
  margin-top: 20px;
}

.product-price-block {
  text-align: center;
  text-transform: uppercase;
  color: #0070bb;
  font-size: 13px;
  min-height: 28px;
}

.product-price {
  font-size: 23px;
  font-weight: 700;
  color: #e74c3c;
}

.product-price-old {
  text-decoration: line-through;
  color: #e74c3c;
  white-space: nowrap;
}

.product-price-old span {
  color: #0070bb;
}

.product-btn {
  position: relative;
  width: 50%;
}

.product-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.add-to-cart::after {
  background-image: url(../img/sprite3.png);
  background-position: -271px -462px;
  width: 22px;
  height: 21px;
}

.add-to-wish.active::after {
  background-image: url(../img/sprite3.png);
  background-position: -329px -436px;
  width: 21px;
  height: 20px;
}

.add-to-wish::after {
  background-image: url(../img/sprite3.png);
  background-position: -329px -461px;
  width: 21px;
  height: 21px;
}

.add-to-cart.active::after {
  background-image: url(../img/sprite3.png);
  background-position: -270px -436px;
  width: 22px;
  height: 21px;
}

.add-to-cart::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 10px;
  bottom: 10px;
  right: -1px;
  background-color: #e6e6e6;
}

.sales-section {
  margin-bottom: 50px;
}

.new-section {
  margin-bottom: 50px;
}

@media only screen and (max-width:770px) {
  .sales-section {
    margin-bottom: 30px;
  }

  .new-section {
    margin-bottom: 30px;
  }
}

.products-slider .slick-next,
.products-slider .slick-prev {
  top: 80px;
}

/* @media only screen and (max-width:375px) {
  .products-slider {
    margin-left: -70px;
  }
} */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;

  background-color: rgba(0, 0, 0, 0.4);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  /* background-color: rgba(255,255,255,.6);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px); */


  display: none;
}

.overlay--blue {
  background: #0d73b9;
  opacity: 0.8;
}

.modal-wrap {
  position: fixed;
  width: 430px;
  top: 50%;
  left: 50%;
  z-index: 9;
  max-height: 90vh;
  transform: translate(-50%, -50%);
  /* background-color: #fff; */
  /* overflow: auto; */
}

.modal-wrap.modal-wrap--big {
  width: 580px;
}

@media (max-width: 770px) {
  .modal-wrap.modal-wrap--big {
    width: 100%;
  }
}

.modal-wrap .modal-c {
  width: 100%;
  max-height: calc(90vh - 40px);
  /* max-height: calc(90vh - 20px); */
  overflow-y: auto;
}

.modal-intro {
  padding-top: 50px;
  max-height: 100%;
  padding: 40px 55px;
  padding-top: 65px;
  text-align: center;
  overflow-y: auto;
  background-color: #ffffff;
}

.modal-cart {
  max-height: 100%;
  padding: 30px 25px;
  /* text-align: center; */
  overflow-y: auto;
  background-color: #ffffff;
}

.modal-cart .modal-cart-btns {
  margin-top: 30px;
}

.modal-cart .cart-prod {
  border: none;
}

.modal-cart .cart-prod .img {
  width: 65px;
  flex-shrink: 0;
}

.modal-cart .cart-prod .price {
  width: 90px;
}

.modal-cart-btns .modal-btn {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 15px;
  padding: 15px;
  border-radius: 3px;
  background-color: #f89728;
  color: #fff;
}

.modal-cart-btns .modal-btn-blue {
  background-color: #0081dc;
}

.modal-cart-btns .modal-btn:hover,
.modal-cart-btns .modal-btn:focus {
  background-color: #ef8000;
}

.modal-cart-btns .modal-btn-blue:hover,
.modal-cart-btns .modal-btn-blue:focus {
  background-color: #0070bb;
}





@media (min-width: 550px) {
  .modal-cart .cart-prod .name {
    width: auto;
  }

  .modal-cart-btns {
    display: flex;
    justify-content: space-between;
  }

  .modal-wrap .modal-btn {
    width: 47%;
  }
}


.modal-intro-btns {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  max-height: 40px;
  height: 40px;
  display: flex;
}

.modal-intro-btn {
  width: 50%;
  padding: 10px 13px;
  font-size: 16px;
  font-weight: 700;
  color: #0081dc;
  background-color: #f2f2f2;
}

.modal-intro-btn.active {
  color: #ffffff;
  background-color: #0081dc;
}

.modal-title {
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: 700;
  color: #0081dc;
  text-align: center;
}

.modal-title-bg {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #0081dc;
  text-transform: uppercase;
  background-color: #f2f2f2;
}

.modal-text {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #4f4f50;
}

.modal-form button {
  width: 100%;
  margin-top: 15px;
  padding: 15px;
  border-radius: 3px;
  background-color: #f89728;
  color: #fff;
}

.modal-form button:hover,
.modal-form button:focus {
  background-color: #ef8000;
}

.modal-form-item {
  position: relative;
  margin-bottom: 25px;
}

.modal-form-label {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #4f4f50;
  padding: 0 10px;
  background-color: #fff;
}

.modal-form-item input {
  width: 100%;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  text-align: center;
  color: #000000;

  transition: all 0.2s linear;
}

.modal-form-item input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c7c7c7;
}

.modal-form-item input::-moz-placeholder {
  font-size: 14px;
  color: #c7c7c7;
}

/* Firefox 19+ */
.modal-form-item input:-moz-placeholder {
  font-size: 14px;
  color: #c7c7c7;
}

/* Firefox 18- */
.modal-form-item input:-ms-input-placeholder {
  font-size: 14px;
  color: #c7c7c7;
}

.modal-form-item input:hover,
.modal-form-item input:focus {
  border-color: #f89728;
}

.modal-form-item input:focus {
  color: #4f4f50;
}

.modal-form-link {
  color: #0081dc;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
}

.modal-social {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 33px;
  margin-right: -25px;
}

.modal-social li {
  width: 45px;
  height: 45px;
  margin-right: 25px;
}

.modal-social-link {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.modal-social-link.fb {
  /* background-color: #3b5998; */
  background-image: url("../img/facebook.png");
  background-repeat: no-repeat;
}

.modal-social-link.google {
  /* background-color: #dc4e41; */
  background-image: url("../img/google-plus.png");
  background-repeat: no-repeat;
}

.modal-social-link:hover {
  opacity: 0.7;
}

.modal-glassy {
  padding: 30px 55px;
  /* background-color: rgba(255, 255, 255, 0.1);
  background-color: #4893c9; */
  background: transparent;
  border: 1px solid #fff;
  color: #ffffff;
}

.modal-glassy .modal-title {
  position: relative;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
}

.modal-glassy .modal-title::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -35px;
  width: calc(100% + 70px);
  height: 1px;
  background-color: #ffffff;
}

.modal-glassy .modal-text {
  text-align: center;
  color: #ffffff;
}

.modal-glassy .modal-form-item {
  margin-bottom: 15px;
}

.modal-glassy .modal-form-item input {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #ffffff;
}

.modal-glassy .modal-form-item input::-webkit-input-placeholder {
  font-size: 16px;
  color: #ffffff;
}

.modal-glassy .modal-form-item input::-moz-placeholder {
  font-size: 16px;
  color: #ffffff;
}

/* Firefox 19+ */
.modal-glassy .modal-form-item input:-moz-placeholder {
  font-size: 16px;
  color: #ffffff;
}

/* Firefox 18- */
.modal-glassy .modal-form-item input:-ms-input-placeholder {
  font-size: 16px;
  color: #ffffff;
}

.modal-close-btn {
  position: absolute;
  right: 0;
  top: -40px;
  width: 30px;
  height: 30px;
}

.modal-close-btn::before,
.modal-close-btn::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.modal-close-btn::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-close-btn::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

@media only screen and (max-width:480px) {
  .modal-wrap {
    top: 50%;
    left: 50%;
    z-index: 9;
    width: 100%;
    max-height: calc(100% - 120px);
    transform: translate(-50%, -50%);
    /* overflow: auto; */

    min-height: 400px;
  }

  .modal-intro {
    padding-top: 50px;
    max-height: 100%;
    padding: 40px 30px;
    padding-top: 65px;
    text-align: center;
    overflow-y: auto;
  }

  /* .modal-intro-btns {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    max-height: 40px;
    display: flex;
  } */

  .modal-intro-btn {
    width: 50%;
    padding: 10px 13px;
    font-size: 16px;
    font-weight: 700;
    color: #0081dc;
    background-color: #f2f2f2;
  }

  .modal-intro-btn.active {
    color: #ffffff;
    background-color: #0081dc;
  }


  .modal-title {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
    color: #0081dc;
    text-align: center
  }

  .modal-text {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #4f4f50;
  }

  .modal-form button {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
    border-radius: 3px;
    background-color: #f89728;
    color: #fff;
  }

  .modal-form button:hover,
  .modal-form button:focus {
    background-color: #ef8000;
  }

  .modal-form-item {
    position: relative;
    margin-bottom: 25px;
  }

  .modal-form-item label {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    color: #4f4f50;
    padding: 0 10px;
    background-color: #fff;
  }

  .modal-form-item input {
    padding: 15px;
  }

  .modal-form-item input:hover,
  .modal-form-item input:focus {
    border-color: #f89728;
  }

  .modal-form-item input:focus {
    color: #4f4f50;
  }

  .modal-form-link {
    color: #0081dc;
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
  }

  .modal-social {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 33px;
    margin-right: -25px;
  }

  .modal-social li {
    width: 45px;
    height: 45px;
    margin-right: 25px;
  }

  .modal-social-link {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }

  .modal-social-link.fb {
    background-color: #3b5998;
  }

  .modal-social-link.google {
    background-color: #dc4e41;
  }

  .modal-social-link:hover {
    opacity: 0.7;
  }

  .modal-glassy .modal-title {
    position: relative;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #ffffff;
  }

  .modal-glassy .modal-title::after {
    bottom: -15px;
    left: -25px;
    width: calc(100% + 50px);
  }
}

.products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}

.products .product-item {
  width: 100%;
  margin: 0;
  ;
}

@media (max-width: 1024px) {
  .products {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 850px) {
  .products {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}

@media (max-width: 425px) {
  .products {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}

.cart-area {
  margin-bottom: 30px;
  padding: 10px 20px;
  border-radius: 3px;
  background-color: #fff;
}

.cart-count {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 13px;

  border: 1px solid #f5f5f5;
}

.cart-count span {
  color: #005ead;
}

.cart-prod {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: -2px;
  padding: 10px 0;
  border-top: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
}

.cart-prod .img {
  flex-shrink: 0;
  width: 65px;
  height: 50px;
  margin-right: 25px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}

.cart-prod .name {
  /* flex-grow: 1; */
  margin-right: auto;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.cart-prod .price {
  font-size: 13px;
  text-transform: uppercase;
  color: #0072bc;
  width: 140px;
}

.count-area {
  display: flex;
  align-items: center;
  width: 46%;
}


.cart-prod .price .number {
  font-size: 23px;
  font-weight: 700;
}

.count {
  position: relative;
  width: 140px;
  /* margin: 0 60px; */
}

.count-area .count {
  margin-right: 20%;
  flex-grow: 1;
}

.count input {
  width: 100%;
  height: 50px;
  padding: 0 35px;
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 3px;
}

.count input::-webkit-outer-spin-button,
.count input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.count input[type='number'] {
  -moz-appearance: textfield;
}

.count .change-button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 35px;
}

.count .change-button-minus {
  left: 0;
}

.count .change-button-minus::before {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  bottom: 9px;
  width: 1px;
  background-color: #dadada;
}

.count .change-button-plus {
  right: 0;
}

.count .change-button-plus::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  bottom: 9px;
  width: 1px;
  background-color: #dadada;
}

.cart-prod .btn-delete {
  width: 25px;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #dadada;
  border-radius: 3px;
  color: #737373;
}

@media only screen and (max-width: 900px) {
  .cart-prod {
    flex-wrap: wrap;
  }

  .cart-prod .name {
    width: calc(100% - 120px);
  }

  .count-area {
    order: 1;
    margin-top: 10px;
    width: auto;
  }
}

@media only screen and (max-width: 425px) {
  .count-area {
    width: 100%;
  }
}

.notes-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-bottom: 15px;
  padding: 20px 35px;
  border: 1px dashed #dadada;
  border-radius: 3px;
}

.summ {
  font-size: 31px;
  font-weight: 700;
}

.old {
  text-decoration: line-through;
}

.note .free {
  color: #2ecc71;
  text-transform: uppercase;
}

.note-delivery span {
  font-weight: 600;
}

.all-count {
  border: 1px solid #dadada;
  flex-direction: row;
  /* justify-content: center; */
  align-items: center;
  padding: 0;
  padding-left: 35px;
}

.all-count .info {
  margin-right: 40px;
}

.all-count a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  height: 100%;
  margin-left: auto;
  padding: 10px 25px;
  font-size: 12px;

  background-color: #f89728;
  border-radius: 3px;
  color: #ffffff;
}

.all-count a span {
  font-size: 16px;
  font-weight: 700;
}

.note-title {
  position: absolute;
  top: -12px;
  left: 25px;
  padding: 0 10px;
  background-color: #ffffff;
}

@media only screen and (max-width: 900px) {
  .note {
    font-size: 15px;
  }

  .summ {
    font-size: 26px;
  }

  .all-count .info {
    margin-right: 10px;
  }

  .all-count .info .summ {
    font-size: 24px;
  }

  .note-title {
    position: absolute;
    top: -12px;
    left: 25px;
    padding: 0 10px;
    background-color: #ffffff;
    font-size: 14px;
  }
}


.product-add-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  /* justify-content: space-between; */
}

.product-add-row .count {
  margin-right: 15px;
  margin-top: 10px;
}

.product-add-row .total-price {
  width: 100%;
  margin-top: 15px;
  font-size: 13px;
  text-transform: uppercase;
}

.product-add-row .total-summ {
  font-size: 18px;
  font-weight: 700;
  color: #0070bb;
}



@media only screen and (max-width:750px) {
  .shop-block .product-features {
    top: auto;
    transform: translateY(0);
    bottom: -35px;
  }
}

@media only screen and (max-width:425px) {

  .shop-block {
    padding: 0;
    /* height: 120px; */
    flex-wrap: wrap;
    /* justify-content: flex-start; */
  }

  .shop-block .shop-button {
    /* width: 100%; */
    margin: 0;
    /* padding-left: 20%; */
  }

  .product-tabs .product-tabs-buttons {
    padding: 0;
  }

  .product-add-row .count {
    width: 100%;
    margin-right: 0;
  }

  .product-add-row .add-btn {
    width: 100%;
    margin-right: 0;
    padding-left: 20%;
  }

  .avantages {
    display: none;
  }


}


.order {
  padding: 30px 15px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 3px;
}

.order-wrap {
  max-width: 770px;
  margin: 0 auto;
}

.order-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: center
}

.order-text {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #737373;
  text-align: center;
}

.order-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.form button {
  /* width: 100%; */
  margin: 0 auto;
  /* margin-top: 15px; */
  padding: 15px 30px;
  border-radius: 3px;
  background-color: #f89728;
  color: #fff;
}

.form button:hover,
.form button:focus {
  background-color: #ef8000;
}

.form-item {
  position: relative;
  width: 48%;
  margin-bottom: 25px;

}

.form-item-textarea {
  width: 100%;
}

.form-item label {
  position: absolute;
  top: -8px;
  left: 20px;
  /* transform: translateX(-50%); */
  width: auto;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #4f4f50;
  padding: 0 10px;
  background-color: #fff;
}

.form-item label span {
  color: #006bb7;
  font-weight: 700;
}

.form-item input,
.form-item textarea {
  width: 100%;
  padding: 20px 30px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  text-align: left;
  color: #000000;

  transition: all 0.2s linear;
}

.form-item input::-webkit-input-placeholder,
.form-item textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #c7c7c7;
  text-overflow: ellipsis;
}

.form-item input::-moz-placeholder,
.form-item textarea::-moz-placeholder {
  font-size: 14px;
  color: #c7c7c7;
  text-overflow: ellipsis;
}

/* Firefox 19+ */
.form-item input:-moz-placeholder,
.form-item textarea:-moz-placeholder {
  font-size: 14px;
  color: #c7c7c7;
  text-overflow: ellipsis;
}

/* Firefox 18- */
.form-item input:-ms-input-placeholder,
.form-item textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #c7c7c7;
  text-overflow: ellipsis;
}

.form-item input:hover,
.form-item input:focus,
.form-item textarea:hover,
.form-item textarea:focus {
  border-color: #f89728;
}

.form-item input:focus {
  color: #4f4f50;
}

.form-text {
  width: 100%;
}

.form-row {
  width: 100%;
  margin-bottom: 25px;
}

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

.form-radio {
  margin-right: 15px;
}

.order-form label.form-checkbox {
  position: relative;
  cursor: pointer;
}

.order-form label.form-checkbox .jq-checkbox {
  float: none;
  top: 2px;
}

.order-form label.form-checkbox .jq-checkbox.checked .jq-checkbox__div {
  background: url(../img/sprite.png) no-repeat -488px -29px;
  width: 16px;
}

@media only screen and (max-width:480px) {
  .order-text br {
    display: none;
  }

  .form-item {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
  }
}

.overlay {
  -webkit-filter: blur(15px);
  filter: blur(5px);
}




.blur {
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.personal-page-wrap {
  /* background-color: #fff; */
  border-radius: 3px;
}

.form-personal {
  width: 100%;
  max-width: 480px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.form-2 button {
  width: calc(100% - 150px);
  margin-left: 150px;
}

.form-2-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
}

.form-2-item label {
  min-width: 150px;
  font-size: 16px;
  font-weight: 500;
}

.form-2-item input {
  width: 100%;
  text-align: center;
  padding: 20px 30px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  text-align: left;
  color: #000000;

  transition: all 0.2s linear;
}

.form-2-item input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c7c7c7;
  text-overflow: ellipsis;
}

.form-2-item input::-moz-placeholder {
  font-size: 14px;
  color: #c7c7c7;
  text-overflow: ellipsis;
}

/* Firefox 19+ */
.form-2-item input:-moz-placeholder {
  font-size: 14px;
  color: #c7c7c7;
  text-overflow: ellipsis;
}

/* Firefox 18- */
.form-2-item input:-ms-input-placeholder {
  font-size: 14px;
  color: #c7c7c7;
  text-overflow: ellipsis;
}

.form-2-item input:hover,
.form-2-item input:focus {
  border-color: #f89728;
}

.form-item input:focus {
  color: #4f4f50;
}



@media (max-width: 500px) {
  .form-2 button {
    width: 100%;
    margin: 0;
  }

  .form-2-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-2-item label {
    text-align: left;
    margin-bottom: 5px;
  }

  .form-2-item input {
    width: 100%;
    text-align: center;
  }
}


.orders-page-wrap {
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 50px;
}

@media (max-width: 770px) {
  .orders-page-wrap {

    margin-bottom: 30px;
  }
}

.one-order-list {
  border-top: 2px solid #f89728;
  border-bottom: 2px solid #f89728;
  display: none;
}

.one-order-list .cart-prod:first-of-type {
  border-top: none;
}

.one-order-list .cart-prod:last-of-type {
  border-bottom: none;
}

.one-order-list .count-area {
  width: 50%;
}

.one-order-list .count-area .price {
  width: 50%;
}

.orders-title {
  display: flex;
  padding: 10px 0;
  border-bottom: 2px solid #f5f5f5;
  color: #737373;
  font-size: 13px;
}

.one-order-info {
  display: flex;
  padding: 13px 0;
  border-bottom: 2px solid #f5f5f5;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  cursor: pointer;
}

.orders-title-left {
  width: 50%;
}

.orders-title-center {
  width: 25%;
}

.orders-title-right {
  width: 25%;
}

.one-order .orders-title-right {
  width: calc(25% - 25px);

}

.one-order {}

.summ-all {
  font-size: 13px;
  text-transform: uppercase;
  color: #0072bc;
  font-weight: 700;
}

.summ-all .number {
  font-size: 23px;
  line-height: 20px;
}

.btn-show-more {
  position: relative;
  width: 25px;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #dadada;
  border-radius: 3px;
  color: #737373;
}

.btn-show-more:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-225deg);
  /* bottom: 0; */
  width: 7px;
  height: 7px;
  border-top: 2px solid #737373;
  border-right: 2px solid #737373;

  transform-origin: center;
}

.one-order-info.active .btn-show-more:after {
  transform: translate(-50%, -50%) rotate(-45deg);
  border-top: 2px solid #f89728;
  border-right: 2px solid #f89728;
}

.one-order-info:hover .btn-show-more {
  border: 1px solid #f89728;
}

.one-order-info:hover .btn-show-more::after {
  border-top: 2px solid #f89728;
  border-right: 2px solid #f89728;
}

.prod-count {
  color: #000;
  font-weight: 700;
}

@media (max-width: 900px) {
  .one-order .count-area {
    width: 100%;
  }

  .one-order-info .orders-title-left,
  .orders-title .orders-title-left {
    width: calc((100% -25px) / 3);
  }

  .one-order-info .orders-title-center,
  .orders-title .orders-title-center {
    width: calc((100% -25px) / 3);
  }

  .one-order-info .orders-title-right,
  .orders-title .orders-title-right {
    width: calc((100% -25px) / 3);
  }
}

.credit-logos img{
	max-width: 40px;
}

.credit-logos span{
	margin: 0 5px;
}

.item_collection_list{
  margin-top: 3px;
  margin-bottom: 8px;
  color: #006cb8;
  background-color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding: 20px 30px;
}

.product-item-title-in-collection {
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  height: 42px;
  max-height: 42px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product-item-dimensions {
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  height: 21px;
  max-height: 21px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 17px;
}

