@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden; }

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

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

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

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

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

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

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

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  -o-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  -o-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

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

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

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

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

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

.fancybox-slide--image {
  overflow: visible; }

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

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

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

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

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

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

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: -webkit-calc(100% - 100px);
  max-width: calc(100% - 100px);
  max-height: -webkit-calc(100% - 88px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

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

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

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

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

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

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

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

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

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

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

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

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  -webkit-border-radius: 0;
          border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

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

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

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

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

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

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

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

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

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

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

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

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

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 24px 24px;
          background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 100%;
          border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: -webkit-calc(50% - 7px);
  left: calc(50% - 7px);
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
  left: -webkit-calc(50% - 4px);
  left: calc(50% - 4px);
  background: transparent; }

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

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

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px);
    left: -webkit-calc(50% - 2px);
    left: calc(50% - 2px);
    -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
            box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-border-radius: 30px;
          border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

html {
  min-height: 100%;
  margin: 0px;
  padding: 0px; }

body {
  padding: 0px 0px;
  margin: 0px;
  overflow-x: hidden;
  position: relative;
  background: #f4f4f4; }

a img {
  border: none; }

input, button, a {
  outline: 0 !important; }

img {
  max-width: 100%; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px; }

#page {
  position: relative;
  z-index: 1; }
  #page:before {
    content: '';
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
            background-size: auto;
    background-image: url(../img/assets/background_top.png);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1; }
  #page:after {
    content: '';
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
            background-size: auto;
    background-image: url(../img/assets/background_bottom.png);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    min-height: 1250px; }

#content {
  margin-top: 5px;
  z-index: 3;
  position: relative; }
  #content .container {
    -webkit-box-shadow: 0px 0px 128px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 128px 0px rgba(0, 0, 0, 0.3);
    max-width: 1170px;
    margin: 0px auto;
    background: #fff;
    position: relative; }

#footer {
  margin-top: 0px;
  z-index: 4;
  position: relative; }
  #footer .container {
    -webkit-box-shadow: 0px 0px 128px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 128px 0px rgba(0, 0, 0, 0.3);
    max-width: 1170px;
    margin: 0px auto;
    background: #fff;
    position: relative; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.blue_hack_line {
  position: absolute;
  width: 100%;
  background: #00b9d3;
  z-index: 0;
  -webkit-box-shadow: 0px 0px 128px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 128px 0px rgba(0, 0, 0, 0.3); }

@font-face {
  font-family: "Roboto Black";
  src: url("../fonts/Roboto/Roboto-Black.ttf"); }

@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/Roboto/Roboto-Bold.ttf"); }

@font-face {
  font-family: "Roboto BlackItalic";
  src: url("../fonts/Roboto/Roboto-BlackItalic.ttf"); }

@font-face {
  font-family: "Roboto BoldItalic";
  src: url("../fonts/Roboto/Roboto-BoldItalic.ttf"); }

@font-face {
  font-family: "Roboto Italic";
  src: url("../fonts/Roboto/Roboto-Italic.ttf"); }

@font-face {
  font-family: "Roboto Light";
  src: url("../fonts/Roboto/Roboto-Light.ttf"); }

@font-face {
  font-family: "Roboto LightItalic";
  src: url("../fonts/Roboto/Roboto-LightItalic.ttf"); }

@font-face {
  font-family: "Roboto Medium";
  src: url("../fonts/Roboto/Roboto-Medium.ttf"); }

@font-face {
  font-family: "Roboto MediumItalic";
  src: url("../fonts/Roboto/Roboto-MediumItalic.ttf"); }

@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/Roboto/Roboto-Regular.ttf"); }

@font-face {
  font-family: "Roboto Thin";
  src: url("../fonts/Roboto/Roboto-Thin.ttf"); }

@font-face {
  font-family: "Roboto ThinItalic";
  src: url("../fonts/Roboto/Roboto-ThinItalic.ttf"); }

a {
  color: #00b9d3; }

* {
  font-family: "Roboto Regular";
  font-size: 14px;
  color: #454545;
  font-weight: 300; }

h1 {
  font-family: "Roboto Black";
  font-size: 30px; }

h2 {
  font-family: "Roboto Black";
  font-size: 18px; }

h3 {
  font-weight: 300; }

h4 {
  font-weight: 300; }

h5 {
  font-weight: 300; }

h6 {
  font-weight: 300; }

label.error {
  color: #ff0024;
  padding-top: 5px;
  display: inline-block; }

.btn {
  text-decoration: none;
  display: inline-block;
  min-width: 165px;
  height: 32px;
  border: none;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  text-align: center;
  padding: 2px 5px 0;
  cursor: pointer;
  color: #fff;
  font-family: "Roboto Black";
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  text-transform: uppercase; }
  .btn:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: ''; }
  .btn:hover {
    opacity: 0.8; }
  .btn.blue {
    background: #00b9d3; }
  .btn.gray {
    background: #3b3e40; }
  .btn.white {
    background: #fff; }

.icon {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
          background-size: auto; }
  .icon.man {
    background-image: url(../img/assets/icons/man.png); }
  .icon.mail {
    background-image: url(../img/assets/icons/mail.png); }
  .icon.cart {
    background-image: url(../img/assets/icons/cart.png); }
  .icon.terra {
    background-image: url(../img/assets/icons/terra.png); }

.search_block {
  background: #00b9d3;
  padding: 8px 10px 6px;
  position: relative;
  z-index: 2; }
  .search_block.stick {
    position: fixed;
    z-index: 100; }
  .search_block form {
    background: #fff;
    display: block;
    border: 1px solid #aaaaaa;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    position: relative; }
    .search_block form .search_btn {
      position: absolute;
      border: none;
      width: 19px;
      height: 17px;
      display: block;
      background: transparent;
      background-image: url(../img/assets/icons/search.png);
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      right: 12px;
      top: 5px;
      cursor: pointer; }
    .search_block form input {
      border: none;
      background: transparent;
      padding: 0px 35px 0px 17px;
      height: 27px;
      display: block;
      width: 100%; }
      .search_block form input:-moz-placeholder {
        color: #7f7f7f;
        opacity: 1; }
      .search_block form input::-webkit-input-placeholder {
        color: #7f7f7f;
        opacity: 1; }
      .search_block form input:-ms-input-placeholder {
        color: #7f7f7f;
        opacity: 1; }
      .search_block form input::-moz-placeholder {
        color: #7f7f7f;
        opacity: 1; }


.slick-prev, .slick-next{
  transform: rotate(90deg);
  left: 0!important;
  right: 0!important;
  margin: 0 auto;
  z-index: 99;
  width: 40px;
  height: 40px;
}
.slick-prev {
  top: 0px!important;
}
.slick-next {
  top: 90%!important;
}
.slick-prev:before, .slick-next:before{
  font-size: 40px;
  color: #00b9d3;
}
.slick-slide img{
  margin: 0 auto;
}
.main-div-for-a{
  text-align: center;
}
.cards_and_demo_block {
  position: relative;
  background: #fff;
  min-height: 420px; }
  .cards_and_demo_block:after {
    content: "";
    display: table;
    clear: both; }
  .cards_and_demo_block .cards {
    float: left;
    font-size: 0;
    width: 25.64102564102564%;
    height: 430px;
    overflow: hidden; }
    .cards_and_demo_block .cards .card {
    display: inline-block;
    vertical-align: top;
    height: 104px;
    background: #fafafa;;
    width: 48.33333333333333%;
    margin-bottom: 2px!important;
    margin-left: 2px;
    text-align: center;
    text-decoration: none;
    padding: 10px; }
      .cards_and_demo_block .cards .card .text {
        display: block;
        font-size: 0;
        height: 28px; }
        .cards_and_demo_block .cards .card .text span {
          display: inline-block;
          vertical-align: middle;
          position: relative;
          line-height: 16px; }
        .cards_and_demo_block .cards .card .text:before {
          display: inline-block;
          vertical-align: middle;
          height: 100%;
          content: ''; }
      .cards_and_demo_block .cards .card:nth-of-type(2n) {
        margin-right: 0; }
      .cards_and_demo_block .cards .card:nth-of-type(7) {
        margin-bottom: 0; }
      .cards_and_demo_block .cards .card:nth-of-type(8) {
        margin-bottom: 0; }
  .cards_and_demo_block .demo {
    width: 74.35897435897436%;
    position: absolute;
    right: 0;
    top: 0;
    height: 430px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center; }
    .cards_and_demo_block .demo .content_demo {
    height: 430px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    }
    .slick-initialized .slick-slide{
      outline: none!important;
    }
    .main-a-link{
      display: block;
    }
    .cards_and_demo_block .demo h1 {
      color: #fff;
      text-transform: uppercase;
      line-height: 30px;
      margin-bottom: 5.8%;
      margin-top: 15%; }

.partners_slider_block {
  padding: 30px 20px 10px;
  position: relative; }
  .partners_slider_block .slider_controls {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
    .partners_slider_block .slider_controls .prev, .partners_slider_block .slider_controls .next {
      position: absolute;
      height: 36px;
      width: 18px;
      border: none;
      background: transparent;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      cursor: pointer;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      opacity: 1;
      top: 50%;
      margin-top: -32px;
      z-index: 10; }
      .partners_slider_block .slider_controls .prev:hover, .partners_slider_block .slider_controls .next:hover {
        opacity: 0.8; }
    .partners_slider_block .slider_controls .prev {
      left: 45px;
      background-image: url(../img/assets/icons/prev.png); }
    .partners_slider_block .slider_controls .next {
      right: 45px;
      background-image: url(../img/assets/icons/next.png); }
  .partners_slider_block .slider {
    max-width: 970px;
    width: 100%;
    margin: 0px auto; }
  .partners_slider_block .item {
    text-align: center; }
    .partners_slider_block .item .partner {
      margin-bottom: 20px; }
      .partners_slider_block .item .partner .logo {
        margin-bottom: 5px; }
        .partners_slider_block .item .partner .logo img {
          display: block;
          max-width: 148px;
          width: 100%;
          margin: 0px auto; }
      .partners_slider_block .item .partner .name {
        color: #717171; }

.brands_slider_block {
  padding: 40px 20px 30px;
  position: relative;
  border-bottom: 1px solid #dbdbdb; }
  .brands_slider_block .slider_controls {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
    .brands_slider_block .slider_controls .prev, .brands_slider_block .slider_controls .next {
      position: absolute;
      height: 36px;
      width: 18px;
      border: none;
      background: transparent;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      cursor: pointer;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      opacity: 1;
      top: 60px;
      z-index: 10; }
      .brands_slider_block .slider_controls .prev:hover, .brands_slider_block .slider_controls .next:hover {
        opacity: 0.8; }
    .brands_slider_block .slider_controls .prev {
      left: 45px;
      background-image: url(../img/assets/icons/prev.png); }
    .brands_slider_block .slider_controls .next {
      right: 45px;
      background-image: url(../img/assets/icons/next.png); }
  .brands_slider_block .slider {
    max-width: 970px;
    width: 100%;
    margin: 0px auto; }
  .brands_slider_block .item {
    text-align: center; }
    .brands_slider_block .item .partner .logo img {
      display: block;
      max-width: 148px;
      width: 100%;
      margin: 0px auto; }

.sales_hit_block {
  background: #fff;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 0;
  padding-bottom: 30px; }
  .sales_hit_block .head_block {
    padding: 14px 10px 18px;
    text-align: center;
    text-transform: uppercase;
    position: relative; }
  .sales_hit_block .items {
    position: relative;
    font-size: 0;
    text-align: center; }
    .sales_hit_block .items .item {
      display: inline-block;
      vertical-align: middle;
      width: 23.07692307692308%;
      margin: 0px 0.9%;
      border: 1px solid #dadada;
      text-align: center;
      padding: 20px 5px 35px; }
      .sales_hit_block .items .item a {
        font-family: "Roboto Bold";
        font-size: 18px; }
      .sales_hit_block .items .item .img img {
        display: inline-block; }

.news_block {
  background-image: url(../img/assets/bg1.png);
  background-position: right 118px;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
          background-size: auto;
  padding: 0px 10px; }
  .news_block .head_block {
    padding: 25px 10px;
    text-align: center;
    text-transform: uppercase;
    position: relative; }
  .news_block .items {
    max-width: 870px;
    width: 100%;
    margin: 0px auto;
    padding-bottom: 25px; }
    .news_block .items .item {
      font-size: 0;
      padding-top: 12px;
      padding-bottom: 13px;
      border-bottom: 1px solid #e9e9e9; }
      .news_block .items .item:first-of-type {
        border-top: 1px solid #e9e9e9; }
      .news_block .items .item .img {
        display: inline-block;
        vertical-align: top;
        width: 23.5632183908046%;
        text-align: center;
        border: 1px solid #c1c1c1;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        margin: 5px 0px 5px; }
        .news_block .items .item .img img {
          max-width: 100%;
          width: 100%;
          display: block; }
      .news_block .items .item .text {
        display: inline-block;
        vertical-align: top;
        width: 70.11494252873563%;
        padding-left: 20px; }
        .news_block .items .item .text .name {
          font-family: "Roboto Bold";
          font-size: 18px;
          text-transform: uppercase;
          margin-bottom: 20px; }
          .news_block .items .item .text .name a {
            color: inherit;
            font-size: inherit;
            font-family: inherit;
            text-decoration: none; }
        .news_block .items .item .text .short_content p {
          line-height: 17px; }

.broad_crumbs {
  padding: 20px 15px; }
  .broad_crumbs ul {
    font-size: 0; }
    .broad_crumbs ul li {
      display: inline-block;
      vertical-align: middle;
      color: #3b3e40;
      font-size: 14px;
      font-family: "Roboto Black";
      margin-right: 6px;
      text-transform: uppercase; }
      .broad_crumbs ul li a {
        text-decoration: none;
        font-size: inherit;
        font-family: inherit;
        color: #00a3b9; }
        .broad_crumbs ul li a:after {
          content: '/';
          margin-left: 5px;
          color: #3b3e40; }

.catalog_block {
  background: #fff;
  position: relative;
  z-index: 0;
  padding-bottom: 17px; }
  .catalog_block .head_block {
    padding: 14px 10px 0px;
    text-align: center;
    text-transform: uppercase;
    position: relative; }
  .catalog_block .more {
    display: block;
    margin: 10px auto;
    max-width: 130px; }
  .catalog_block .items {
    padding-top: 15px;
    position: relative;
    font-size: 0;
    text-align: center; }
    .catalog_block .items .item {
      display: inline-block;
      vertical-align: middle;
      width: 23.07692307692308%;
      margin: 0px 0.9% 15px;
      border: 1px solid #dadada;
      text-align: center;
      padding: 10px 5px 10px; }
      .catalog_block .items .item .btn {
        min-width: 120px; }
      .catalog_block .items .item .img {
        text-decoration: none;
        display: inline-block;
        height: 185px;
        font-size: 0px; }
        .catalog_block .items .item .img:before {
          display: inline-block;
          vertical-align: middle;
          content: "";
          height: 100%;
          font-size: 0px; }
        .catalog_block .items .item .img img {
          display: inline-block;
          vertical-align: middle;
          max-width: 100%;
          max-height: 100%; }
      .catalog_block .items .item.mini .img {
        height: 60px; }
      .catalog_block .items .item .name {
        font-family: "Roboto Bold";
        color: #3b3e40;
        font-size: 18px; }
        .catalog_block .items .item .name a {
          color: inherit;
          font-size: inherit;
          font-family: inherit;
          text-decoration: none;
          line-height: inherit; }
      .catalog_block .items .item .articul {
        font-family: "Roboto Bold";
        color: #3b3e40;
        font-size: 12px; }
      .catalog_block .items .item .price {
        margin-bottom: 5px; }
        .catalog_block .items .item .price .this {
          display: inline-block;
          vertical-align: middle;
          font-size: 18px;
          font-family: "Roboto Bold";
          color: #db1010; }
        .catalog_block .items .item .price .val {
          display: inline-block;
          vertical-align: bottom;
          font-family: "Roboto Bold";
          font-size: 12px;
          color: #3b3e40; }

.catalog_list {
  padding: 0px 10px; }
  .catalog_list .head_block {
    padding: 25px 10px;
    text-align: center;
    text-transform: uppercase;
    position: relative; }
  .catalog_list .items {
    max-width: 100%;
    width: 100%;
    margin: 0px auto;
    padding-bottom: 25px; }
    .catalog_list .items .item {
      font-size: 0;
      padding-top: 12px;
      padding-bottom: 13px;
      border-bottom: 1px solid #e9e9e9; }
      .catalog_list .items .item:first-of-type {
        border-top: 1px solid #e9e9e9; }
      .catalog_list .items .item .img {
        display: inline-block;
        vertical-align: top;
        width: 13.5632183908046%;
        text-align: center;
        border: 1px solid #c1c1c1;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        margin: 5px 0px 5px; }
        .catalog_list .items .item .img img {
          max-width: 100%;
          width: 100%;
          display: block; }
      .catalog_list .items .item .text {
        display: inline-block;
        vertical-align: top;
        width: 86.11494252873563%;
        padding-left: 20px; }
        .catalog_list .items .item .text:after {
          content: "";
          display: table;
          clear: both; }
        .catalog_list .items .item .text .left {
          float: left;
          width: 80%; }
        .catalog_list .items .item .text .right {
          float: right;
          width: 20%; }
        .catalog_list .items .item .text .name {
          font-family: "Roboto Bold";
          font-size: 18px;
          text-transform: uppercase; }
          .catalog_list .items .item .text .name a {
            color: inherit;
            font-size: inherit;
            font-family: inherit;
            text-decoration: none; }
        .catalog_list .items .item .text .short_content p {
          line-height: 17px; }
        .catalog_list .items .item .text .short_content .short_content_footer {
          text-align: right; }
        .catalog_list .items .item .text .articul {
          font-family: "Roboto Bold";
          color: #3b3e40;
          font-size: 12px;
          margin-right: 10px;
          margin-bottom: 5px; }
        .catalog_list .items .item .text .price {
          margin-bottom: 5px;
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px; }
          .catalog_list .items .item .text .price .this {
            display: inline-block;
            vertical-align: middle;
            font-size: 18px;
            font-family: "Roboto Bold";
            color: #db1010; }
          .catalog_list .items .item .text .price .val {
            display: inline-block;
            vertical-align: bottom;
            font-family: "Roboto Bold";
            font-size: 12px;
            color: #3b3e40; }
        .catalog_list .items .item .text .to_cart {
          min-width: 32px; }

.category_block {
  background: #fff;
  position: relative;
  z-index: 0;
  /*padding-bottom: 70px*/ }
  .category_block .head_block {
    padding: 14px 10px 0px;
    text-align: center;
    text-transform: uppercase;
    position: relative; }
  .category_block .more {
    display: block;
    margin: 10px auto;
    max-width: 130px; }
  .category_block .items {
    padding-top: 15px;
    position: relative;
    font-size: 0;
    text-align: center; }
    .category_block .items .item {
      display: inline-block;
      vertical-align: middle;
      width: 23.07692307692308%;
      margin: 0px 0.9% 15px;
      border: 1px solid #dadada;
      text-align: center;
      padding: 10px 5px 10px; }
      .category_block .items .item .btn {
        min-width: 120px; }
      .category_block .items .item .img {
        text-decoration: none;
        display: inline-block;
        margin-bottom: 10px;
        display: inline-block;
        height: 185px;
        font-size: 0px; }
        .category_block .items .item .img:before {
          display: inline-block;
          vertical-align: middle;
          content: "";
          height: 100%;
          font-size: 0px; }
        .category_block .items .item .img img {
          display: inline-block;
          vertical-align: middle;
          max-width: 100%;
          max-height: 100%; }
      .category_block .items .item .name {
        font-family: "Roboto Bold";
        color: #3b3e40;
        font-size: 18px;
        height: 50px;
        margin-bottom: 7px; }
        .category_block .items .item .name a {
          color: inherit;
          font-size: inherit;
          font-family: inherit;
          text-decoration: none;
          line-height: inherit; }
      .category_block .items .item .articul {
        font-family: "Roboto Bold";
        color: #3b3e40;
        font-size: 12px; }
      .category_block .items .item .price {
        margin-bottom: 5px; }
        .category_block .items .item .price .this {
          display: inline-block;
          vertical-align: middle;
          font-size: 18px;
          font-family: "Roboto Bold";
          color: #db1010; }
        .category_block .items .item .price .val {
          display: inline-block;
          vertical-align: bottom;
          font-family: "Roboto Bold";
          font-size: 12px;
          color: #3b3e40; }

.detail_block {
  background-position: 0px 10px;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
          background-size: auto;
  background-image: url(../img/assets/background_detail.png); }
  .detail_block .detail_head {
    padding-left: 70px;
    margin-bottom: 15px; }
    .detail_block .detail_head .btn {
      min-width: 152px; }
    .detail_block .detail_head:after {
      content: "";
      display: table;
      clear: both; }
    .detail_block .detail_head .broad_crumbs {
      float: left;
      width: 100%;
      padding-left: 0;
      padding-bottom: 0; }
    .detail_block .detail_head .left {
      float: left;
      padding-top: 5px; }
    .detail_block .detail_head .right {
      float: right;
      padding-right: 20px; }
      .detail_block .detail_head .right .name {
        min-width: 520px;
        float: left;
        font-size: 0; }
        .detail_block .detail_head .right .name h1 {
          display: block;
          line-height: 30px;
          margin-bottom: 13px; }
        .detail_block .detail_head .right .name .articul {
          display: inline-block;
          vertical-align: middle;
          text-transform: uppercase;
          color: #3b3e40;
          font-family: "Roboto Bold";
          margin-right: 40px; }
        .detail_block .detail_head .right .name a {
          display: inline-block;
          vertical-align: middle;
          text-transform: uppercase;
          font-family: "Roboto Black";
          color: #00a3ba; }
      .detail_block .detail_head .right .logo {
        float: right; }
  .detail_block .detail_cols {
    padding-left: 45px;
    margin-bottom: 60px; }
    .detail_block .detail_cols:after {
      content: "";
      display: table;
      clear: both; }
    .detail_block .detail_cols .left {
      float: left;
      width: 38.93805309734513%;
      padding-top: 7px;
      text-align: center; }
      .detail_block .detail_cols .left img {
        max-width: 100%;
        display: inline-block; }
    .detail_block .detail_cols .right {
      float: right;
      width: 61.06194690265487%; }
      .detail_block .detail_cols .right .calck {
        padding-right: 7px;
        float: right;
        width: 100%;
        text-align: right;
        font-size: 0;
        margin-bottom: 10px; }
        .detail_block .detail_cols .right .calck .price {
          display: inline-block;
          vertical-align: middle;
          text-align: left;
          margin-bottom: 10px;
          font-size: 0; }
          .detail_block .detail_cols .right .calck .price .count {
            display: inline-block;
            vertical-align: middle;
            margin-right: 6px; }
            .detail_block .detail_cols .right .calck .price .count .this {
              display: inline-block;
              font-family: "Roboto Black";
              font-size: 26px;
              color: #e9092e;
              margin-right: 10px; }
            .detail_block .detail_cols .right .calck .price .count .val {
              display: inline-block;
              vertical-align: bottom;
              font-size: 18px;
              font-family: "Roboto Bold";
              color: #3b3e40;
              line-height: 30px; }
          .detail_block .detail_cols .right .calck .price .summ {
            display: inline-block;
            vertical-align: middle;
            margin: 0px 7px;
            font-size: 0; }
            .detail_block .detail_cols .right .calck .price .summ button {
              display: inline-block;
              vertical-align: middle;
              height: 30px;
              font-size: 21px;
              font-family: "Roboto Black";
              color: #3b3e40;
              cursor: pointer;
              border: none;
              background: transparent; }
            .detail_block .detail_cols .right .calck .price .summ input {
              display: inline-block;
              vertical-align: middle;
              height: 38px;
              width: 40px;
              -webkit-border-radius: 6px;
                      border-radius: 6px;
              border: 1px solid #3b3e40;
              background: #f4f4f4;
              text-align: center;
              color: #484848;
              font-size: 18px;
              margin: 0px 5px; }
        .detail_block .detail_cols .right .calck .btns {
          display: inline-block;
          vertical-align: middle;
          text-align: left;
          margin-bottom: 10px;
          font-size: 0px; }
          .detail_block .detail_cols .right .calck .btns .btn {
            height: 38px;
            min-width: auto;
            padding: 5px 10px 0;
            margin: 0px 7px 0px; }
      .detail_block .detail_cols .right .short_about {
        float: right;
        width: 100%;
        max-width: 600px;
        background: #f4f4f4;
        -webkit-border-radius: 6px 0px 0px 6px;
                border-radius: 6px 0px 0px 6px;
        padding: 14px 20px 25px;
        color: #484848;
        font-size: 18px;
        line-height: 26px; }
        .detail_block .detail_cols .right .short_about p {
          color: inherit;
          font-size: inherit;
          line-height: inherit; }
        .detail_block .detail_cols .right .short_about b {
          font-family: "Roboto Bold";
          color: inherit;
          font-size: inherit;
          line-height: inherit; }
      .detail_block .detail_cols .right .tags_about {
        float: right;
        width: 100%;
        max-width: 600px;
        padding: 34px 20px 25px;
        font-size: 18px;
        line-height: 26px; }
        .detail_block .detail_cols .right .tags_about .tag {
          font-size: inherit;
          line-height: inherit; }
        .detail_block .detail_cols .right .tags_about p {
          color: inherit;
          font-size: inherit;
          line-height: inherit; }
        .detail_block .detail_cols .right .tags_about b {
          font-family: "Roboto Bold";
          color: inherit;
          font-size: inherit;
          line-height: inherit; }
        .detail_block .detail_cols .right .tags_about span {
          color: #009ab0;
          font-size: inherit;
          line-height: inherit; }
        .detail_block .detail_cols .right .tags_about a {
          font-size: inherit;
          line-height: inherit; }
  .detail_block .detail_about {
    padding-left: 75px;
    font-size: 18px;
    padding-bottom: 55px; }
    .detail_block .detail_about .btn {
      min-width: 150px; }
    .detail_block .detail_about h3 {
      text-transform: uppercase;
      font-size: 18px;
      font-family: "Roboto Black";
      margin-bottom: 20px; }
    .detail_block .detail_about p {
      font-size: inherit;
      line-height: inherit;
      display: block;
      max-width: 960px;
      margin-bottom: 10px; }
    .detail_block .detail_about b {
      font-family: "Roboto Bold";
      font-size: inherit;
      line-height: inherit; }

.related_products_block {
  background: #fff;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 0;
  padding-bottom: 15px; }
  .related_products_block .head_block {
    padding: 14px 10px 10px;
    text-align: center;
    text-transform: uppercase;
    position: relative; }
  .related_products_block .items {
    padding-top: 15px;
    position: relative;
    font-size: 0;
    text-align: center; }
    .related_products_block .items .item {
      display: inline-block;
      vertical-align: middle;
      width: 23.07692307692308%;
      margin: 0px 0.9% 15px;
      border: 1px solid #dadada;
      text-align: center;
      padding: 0px 5px 10px; }
      .related_products_block .items .item .btn {
        min-width: 120px; }
      .related_products_block .items .item .img {
        text-decoration: none;
        display: inline-block; }
        .related_products_block .items .item .img img {
          display: inline-block; }
      .related_products_block .items .item .name {
        font-family: "Roboto Bold";
        color: #3b3e40;
        font-size: 18px; }
        .related_products_block .items .item .name a {
          color: inherit;
          font-size: inherit;
          font-family: inherit;
          text-decoration: none;
          line-height: inherit; }
      .related_products_block .items .item .articul {
        font-family: "Roboto Bold";
        color: #3b3e40;
        font-size: 12px; }
      .related_products_block .items .item .price {
        margin-bottom: 5px; }
        .related_products_block .items .item .price .this {
          display: inline-block;
          vertical-align: middle;
          font-size: 18px;
          font-family: "Roboto Bold";
          color: #db1010; }
        .related_products_block .items .item .price .val {
          display: inline-block;
          vertical-align: bottom;
          font-family: "Roboto Bold";
          font-size: 12px;
          color: #3b3e40; }

.shadow_separator_block {
  -webkit-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.06);
  height: 0px;
  position: relative; }

.contacts_block {
  padding-bottom: 155px; }
  .contacts_block .head_block {
    text-align: center;
    margin-top: -10px;
    padding-bottom: 40px; }
    .contacts_block .head_block h1 {
      text-transform: uppercase;
      color: #3c3c3c; }
  .contacts_block .contacts_wrap {
    font-size: 0;
    text-align: center; }
    .contacts_block .contacts_wrap .map {
      margin: 0px 0.8547008547008547% 20px;
      display: inline-block;
      vertical-align: top;
      width: 33.5042735042735%; }
      .contacts_block .contacts_wrap .map img {
        display: inline-block;
        max-width: 100%;
        width: auto; }
    .contacts_block .contacts_wrap .contacts_list {
      text-align: left;
      margin: -3px 0.8547008547008547% 20px;
      display: inline-block;
      vertical-align: top;
      width: 24.5%; }
      .contacts_block .contacts_wrap .contacts_list .contact {
        font-size: 17px;
        color: #3c3c3c;
        margin-bottom: 5px;
        line-height: 20px; }
        .contacts_block .contacts_wrap .contacts_list .contact .name {
          font-size: inherit;
          font-family: "Roboto Bold";
          line-height: 18px; }
        .contacts_block .contacts_wrap .contacts_list .contact p {
          font-size: inherit;
          color: inherit;
          padding-bottom: 17px; }
        .contacts_block .contacts_wrap .contacts_list .contact a {
          font-size: inherit; }
        .contacts_block .contacts_wrap .contacts_list .contact b {
          font-size: inherit;
          color: inherit;
          font-family: "Roboto Bold"; }
    .contacts_block .contacts_wrap .form {
      width: 32.47863247863248%;
      max-width: 380px;
      text-align: left;
      margin: 0px 0.8547008547008547% 20px;
      display: inline-block;
      vertical-align: top;
      border: 1px solid #cdcdcd;
      -webkit-border-radius: 6px;
              border-radius: 6px;
      background: #fff;
      -webkit-box-shadow: 18px 18px 38px 0px rgba(0, 0, 0, 0.37);
      box-shadow: 18px 18px 38px 0px rgba(0, 0, 0, 0.37);
      padding: 15px 25px 35px 20px; }
      .contacts_block .contacts_wrap .form form .form_head {
        color: #3b3e40;
        font-family: "Roboto Bold";
        font-size: 18px; }
      .contacts_block .contacts_wrap .form form label {
        font-size: 18px;
        color: #3b3e40;
        padding-left: 7px;
        margin-bottom: 7px;
        display: inline-block; }
      .contacts_block .contacts_wrap .form form input {
        display: block;
        width: 100%;
        border: 1px solid #bdbdbd;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        height: 32px;
        padding: 0px 10px; }
      .contacts_block .contacts_wrap .form form textarea {
        display: block;
        width: 100%;
        border: 1px solid #bdbdbd;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        height: 92px;
        resize: none;
        padding: 5px 10px; }
      .contacts_block .contacts_wrap .form form .input_row {
        padding-bottom: 7px; }
        .contacts_block .contacts_wrap .form form .input_row .error {
          display: block;
          padding: 5px;
          color: red; }
      .contacts_block .contacts_wrap .form form .btn {
        width: 194px;
        min-width: 0;
        height: 38px;
        margin: 20px auto 0;
        display: block; }

.text_block {
  padding-bottom: 155px; }
  .text_block .head_block {
    text-align: center;
    margin-top: -10px;
    padding-bottom: 40px; }
    .text_block .head_block h1 {
      text-transform: uppercase;
      color: #3c3c3c; }
  .text_block .text_wrap {
    max-width: 1100px;
    width: 100%;
    margin: 0px auto;
    padding-bottom: 25px; }
    .text_block .text_wrap h3 {
      text-transform: uppercase;
      font-size: 18px;
      font-family: "Roboto Black";
      margin-bottom: 20px; }
    .text_block .text_wrap p {
      font-size: inherit;
      line-height: inherit;
      display: block;
      max-width: 960px;
      margin-bottom: 10px; }
    .text_block .text_wrap b {
      font-family: "Roboto Bold";
      font-size: inherit;
      line-height: inherit; }

.services_block {
  padding-bottom: 155px; }
  .services_block .head_block {
    text-align: center;
    margin-top: -10px;
    padding-bottom: 40px; }
    .services_block .head_block h1 {
      text-transform: uppercase;
      color: #3c3c3c; }
  .services_block .text_wrap {
    max-width: 1100px;
    width: 100%;
    margin: 0px auto;
    padding-bottom: 25px; }
    .services_block .text_wrap h3 {
      text-transform: uppercase;
      font-size: 18px;
      font-family: "Roboto Black";
      margin-bottom: 20px; }
    .services_block .text_wrap p {
      font-size: inherit;
      line-height: inherit;
      display: block;
      max-width: 960px;
      margin-bottom: 10px; }
    .services_block .text_wrap b {
      font-family: "Roboto Bold";
      font-size: inherit;
      line-height: inherit; }

.delivery_block {
  padding-bottom: 155px; }
  .delivery_block .head_block {
    text-align: center;
    margin-top: -10px;
    padding-bottom: 40px; }
    .delivery_block .head_block h1 {
      text-transform: uppercase;
      color: #3c3c3c; }
  .delivery_block .text_wrap {
    max-width: 1100px;
    width: 100%;
    margin: 0px auto;
    padding-bottom: 25px; }
    .delivery_block .text_wrap h3 {
      text-transform: uppercase;
      font-size: 18px;
      font-family: "Roboto Black";
      margin-bottom: 20px; }
    .delivery_block .text_wrap p {
      font-size: inherit;
      line-height: inherit;
      display: block;
      max-width: 960px;
      margin-bottom: 10px; }
    .delivery_block .text_wrap b {
      font-family: "Roboto Bold";
      font-size: inherit;
      line-height: inherit; }

.newslist_block {
  padding-bottom: 155px; }
  .newslist_block .head_block {
    text-align: center;
    margin-top: -10px;
    padding-bottom: 40px; }
    .newslist_block .head_block h1 {
      text-transform: uppercase;
      color: #3c3c3c; }
  .newslist_block .text_wrap {
    max-width: 1100px;
    width: 100%;
    margin: 0px auto;
    padding-bottom: 25px; }
    .newslist_block .text_wrap h3 {
      text-transform: uppercase;
      font-size: 18px;
      font-family: "Roboto Black";
      margin-bottom: 20px; }
    .newslist_block .text_wrap p {
      font-size: inherit;
      line-height: inherit;
      display: block;
      max-width: 960px;
      margin-bottom: 10px; }
    .newslist_block .text_wrap b {
      font-family: "Roboto Bold";
      font-size: inherit;
      line-height: inherit; }

.theme-popup {
  width: 100%;
  max-width: 410px;
  background: transparent;
  padding: 0px;
  padding-right: 30px;
  padding-left: 5px;
  display: none; }
  .theme-popup.popup-width {
    max-width: 420px; }
    .theme-popup.popup-width .popup-body {
      max-width: 380px; }
  .theme-popup .popup-body {
    -webkit-border-radius: 10px;
            border-radius: 10px;
    padding: 0px 10px 20px;
    max-width: 370px;
    background: #fff; }
  .theme-popup .fancybox-close-small::after {
    display: none; }
  .theme-popup .fancybox-close-small {
    width: 24px;
    height: 24px;
    display: block;
    background: url("../img/assets/icons/close.png");
    top: 0px;
    right: 0px; }
  .theme-popup .blue-header {
    padding: 5px 0px 10px; }
    .theme-popup .blue-header h2 {
      color: #00b9d3;
      font-size: 14px;
      line-height: 33px;
      text-align: center; }
    .theme-popup .blue-header img {
      max-width: 24px;
      height: auto;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      margin-left: -24px; }
  .theme-popup .normal-header {
    padding: 5px 0px 6px; }
    .theme-popup .normal-header h2 {
      color: #3b3e40;
      font-size: 18px;
      line-height: 33px;
      text-align: center; }
  .theme-popup .popup-content b {
    font-family: "Roboto Bold"; }
  .theme-popup .popup-content .popup-form {
    max-width: 335px; }
    .theme-popup .popup-content .popup-form .input-btn button[type='submit'] {
      width: 194px; }
  .theme-popup .popup-content .scs {
    text-align: center; }
    .theme-popup .popup-content .scs img {
      margin-top: 5px;
      margin-bottom: 10px; }
    .theme-popup .popup-content .scs h3 {
      font-family: "Roboto Bold";
      color: #008193;
      font-size: 18px;
      line-height: 18px; }
    .theme-popup .popup-content .scs p {
      font-family: "Roboto Italic";
      max-width: 280px;
      display: inline-block;
      font-size: 14px; }
  .theme-popup .city-list {
    max-width: 305px;
    padding: 0;
    margin: 0px auto; }
    .theme-popup .city-list:after {
      content: "";
      display: table;
      clear: both; }
    .theme-popup .city-list .left {
      float: left;
      width: 150px; }
      .theme-popup .city-list .left ul li {
        padding-left: 8px; }
        .theme-popup .city-list .left ul li:last-of-type {
          border-bottom: none; }
    .theme-popup .city-list .right {
      float: right;
      width: 135px; }
    .theme-popup .city-list ul {
      padding: 0;
      margin: 0;
      display: block;
      width: 100%; }
      .theme-popup .city-list ul li {
        display: block;
        border-bottom: 1px solid #d6d6d6; }
        .theme-popup .city-list ul li a {
          text-decoration: none;
          color: #353535;
          font-size: 14px;
          line-height: 23px; }
  .theme-popup .popup-form {
    margin: 0px auto; }
    .theme-popup .popup-form .input-text {
      margin-bottom: 12px; }
      .theme-popup .popup-form .input-text:last-of-type {
        margin-bottom: 0px; }
      .theme-popup .popup-form .input-text input[type="email"], .theme-popup .popup-form .input-text input[type="text"], .theme-popup .popup-form .input-text input[type="password"], .theme-popup .popup-form .input-text input[type=""] {
        display: block;
        height: 38px;
        width: 100%;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #aeaeae;
        background: #fff;
        text-align: center;
        font-size: 18px;
        margin: 0px;
        -moz-placeholder-color: #aeaeae;
        -moz-placeholder-opacity: 1;
        -ms-input-placeholder-color: #aeaeae;
        -ms-input-placeholder-opacity: 1; }
        .theme-popup .popup-form .input-text input[type="email"] ::-webkit-input-placeholder, .theme-popup .popup-form .input-text input[type="text"] ::-webkit-input-placeholder, .theme-popup .popup-form .input-text input[type="password"] ::-webkit-input-placeholder, .theme-popup .popup-form .input-text input[type=""] ::-webkit-input-placeholder {
          color: #aeaeae;
          opacity: 1; }
        .theme-popup .popup-form .input-text input[type="email"] ::-moz-placeholder, .theme-popup .popup-form .input-text input[type="text"] ::-moz-placeholder, .theme-popup .popup-form .input-text input[type="password"] ::-moz-placeholder, .theme-popup .popup-form .input-text input[type=""] ::-moz-placeholder {
          color: #aeaeae;
          opacity: 1; }
      .theme-popup .popup-form .input-text textarea {
        display: block;
        height: 80px;
        width: 100%;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #aeaeae;
        background: #fff;
        font-size: 18px;
        margin: 0px;
        padding-top: 5px;
        padding-left: 10px;
        resize: none;
        -moz-placeholder-color: #aeaeae;
        -moz-placeholder-opacity: 1;
        -ms-input-placeholder-color: #aeaeae;
        -ms-input-placeholder-opacity: 1; }
        .theme-popup .popup-form .input-text textarea ::-webkit-input-placeholder {
          color: #aeaeae;
          opacity: 1; }
        .theme-popup .popup-form .input-text textarea ::-moz-placeholder {
          color: #aeaeae;
          opacity: 1; }
    .theme-popup .popup-form .text {
      text-align: center;
      padding-bottom: 6px; }
      .theme-popup .popup-form .text a {
        font-size: 12px;
        line-height: 26px;
        color: #1d71b8; }
    .theme-popup .popup-form .input-btn {
      text-align: center; }
      .theme-popup .popup-form .input-btn button[type='submit'] {
        width: 100%; }
  .theme-popup .login-form {
    max-width: 220px; }

.delivery_and_pay {
  max-width: 640px;
  margin: 10px auto 20px;
  position: relative;
  font-size: 0; }
  .delivery_and_pay .head {
    font-size: 16px;
    font-family: "Roboto Bold";
    text-align: center;
    margin-bottom: 10px; }
  .delivery_and_pay:after {
    content: "";
    display: table;
    clear: both; }
  .delivery_and_pay .personal_info {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: left;
    min-width: 300px; }
    .delivery_and_pay .personal_info table tr td {
      vertical-align: middle;
      padding: 5px 5px; }
    .delivery_and_pay .personal_info .input-text input[type="email"], .delivery_and_pay .personal_info .input-text input[type="text"], .delivery_and_pay .personal_info .input-text input[type="password"], .delivery_and_pay .personal_info .input-text input[type=""] {
      display: block;
      height: 30px;
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      border: 1px solid #aeaeae;
      background: #fff;
      font-size: 14px;
      margin: 0px;
      -moz-placeholder-color: #aeaeae;
      -moz-placeholder-opacity: 1;
      -ms-input-placeholder-color: #aeaeae;
      -ms-input-placeholder-opacity: 1; }
      .delivery_and_pay .personal_info .input-text input[type="email"] ::-webkit-input-placeholder, .delivery_and_pay .personal_info .input-text input[type="text"] ::-webkit-input-placeholder, .delivery_and_pay .personal_info .input-text input[type="password"] ::-webkit-input-placeholder, .delivery_and_pay .personal_info .input-text input[type=""] ::-webkit-input-placeholder {
        color: #aeaeae;
        opacity: 1; }
      .delivery_and_pay .personal_info .input-text input[type="email"] ::-moz-placeholder, .delivery_and_pay .personal_info .input-text input[type="text"] ::-moz-placeholder, .delivery_and_pay .personal_info .input-text input[type="password"] ::-moz-placeholder, .delivery_and_pay .personal_info .input-text input[type=""] ::-moz-placeholder {
        color: #aeaeae;
        opacity: 1; }
    .delivery_and_pay .personal_info .input-text textarea {
      display: block;
      height: 80px;
      width: 100%;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      border: 1px solid #aeaeae;
      background: #fff;
      font-size: 14px;
      margin: 0px;
      padding-top: 5px;
      padding-left: 10px;
      padding-right: 10px;
      resize: none;
      -moz-placeholder-color: #aeaeae;
      -moz-placeholder-opacity: 1;
      -ms-input-placeholder-color: #aeaeae;
      -ms-input-placeholder-opacity: 1; }
      .delivery_and_pay .personal_info .input-text textarea ::-webkit-input-placeholder {
        color: #aeaeae;
        opacity: 1; }
      .delivery_and_pay .personal_info .input-text textarea ::-moz-placeholder {
        color: #aeaeae;
        opacity: 1; }
  .delivery_and_pay .pay_system {
    min-width: 300px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: left; }
    .delivery_and_pay .pay_system .pay_head {
      text-align: center;
      margin-bottom: 10px; }

.more_info .head {
  font-size: 16px;
  font-family: "Roboto Bold";
  text-align: center;
  margin-bottom: 10px; }

.more_info .comment_to_order {
  max-width: 320px;
  margin: 0px auto 20px;
  position: relative; }
  .more_info .comment_to_order b {
    display: block;
    text-align: center;
    margin-bottom: 10px; }
  .more_info .comment_to_order .input-text textarea {
    display: block;
    height: 80px;
    width: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #aeaeae;
    background: #fff;
    font-size: 14px;
    margin: 0px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    -moz-placeholder-color: #aeaeae;
    -moz-placeholder-opacity: 1;
    -ms-input-placeholder-color: #aeaeae;
    -ms-input-placeholder-opacity: 1; }
    .more_info .comment_to_order .input-text textarea ::-webkit-input-placeholder {
      color: #aeaeae;
      opacity: 1; }
    .more_info .comment_to_order .input-text textarea ::-moz-placeholder {
      color: #aeaeae;
      opacity: 1; }

.order_responsive {
  padding: 0px 10px 0px 10px;
  margin-bottom: 20px; }
  .order_responsive .head {
    font-size: 16px;
    font-family: "Roboto Bold";
    text-align: center;
    margin-bottom: 10px; }

@media only screen and (max-width: 600px) {
  .order_responsive {
    max-width: 360px;
    margin: 0px auto 20px; }
    .order_responsive table .mobile-hidden {
      display: none; }
    .order_responsive table tr {
      display: block; }
      .order_responsive table tr:last-of-type td {
        margin-bottom: 0; }
    .order_responsive table thead {
      display: none; }
    .order_responsive table td {
      display: block;
      text-align: right;
      width: 100%;
      margin-bottom: 10px; }
      .order_responsive table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
        display: block;
        padding: 0 8px;
        background: #eee; } }

.view_type {
  padding: 10px 0px;
  text-align: right; }
  .view_type .btn {
    min-width: 32px;
    width: 32px;
    font-size: 0px;
    vertical-align: middle;
    overflow: hidden; }
    .view_type .btn.block span {
      height: 6px;
      width: 6px;
      margin: -18px 2px 0px; }
    .view_type .btn.list span {
      height: 20px;
      width: 3px;
      margin: -3px 2px 0px; }
    .view_type .btn span {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      background: #fff;
      font-size: 0px;
      line-height: 0px;
      padding: 0px; }
    .view_type .btn.active {
      background: #ccc; }

#header {
  position: relative; }
  #header .member {
    text-align: center;
    padding: 5px 0px 7px; }
    #header .member .link {
      font-size: 0;
      display: inline-block;
      text-decoration: none; }
      #header .member .link .name {
        margin-left: 7px;
        padding-top: 2px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
        color: #3b3e40;
        font-family: "Roboto Bold"; }
  #header .container {
    -webkit-box-shadow: 0px 0px 128px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 128px 0px rgba(0, 0, 0, 0.3);
    max-width: 1170px;
    margin: 0px auto;
    background: #fff; }
  #header .head_row {
    padding: 15px 20px 12px 25px; }
    #header .head_row:after {
      content: "";
      display: table;
      clear: both; }
    #header .head_row .logo_area {
      float: left; }
      #header .head_row .logo_area a img {
        display: block; }
    #header .head_row .links_area {
      float: right; }
      #header .head_row .links_area .adress {
        float: left;
        font-size: 0;
        padding-top: 11px; }
        #header .head_row .links_area .adress .icon {
          vertical-align: top;
          margin-right: 10px;
          margin-top: 2px; }
        #header .head_row .links_area .adress .text {
          display: inline-block;
          vertical-align: top;
          width: 190px; }
          #header .head_row .links_area .adress .text p {
            color: #3b3e40;
            font-family: "Roboto Bold";
            font-size: 20px;
            text-decoration: none; }
          #header .head_row .links_area .adress .text .btn {
            margin-top: 2px; }
      #header .head_row .links_area .links {
        margin-left: 45px;
        float: left;
        padding-top: 11px; }
        #header .head_row .links_area .links ul li {
          display: block;
          margin-bottom: 11px; }
          #header .head_row .links_area .links ul li .icon {
            vertical-align: middle;
            margin-right: 10px; }
          #header .head_row .links_area .links ul li a.mail {
            color: #3b3e40; }
          #header .head_row .links_area .links ul li a.cart {
            color: #3b3e40;
            font-family: "Roboto Bold"; }
          #header .head_row .links_area .links ul li a .link_text {
            color: inherit;
            font-family: inherit; }
      #header .head_row .links_area .call_my {
        margin-left: 45px;
        float: left;
        text-align: right;
        padding-top: 10px; }
        #header .head_row .links_area .call_my .phone {
          margin-bottom: 3px; }
          #header .head_row .links_area .call_my .phone a {
            color: #3b3e40;
            font-family: "Roboto Bold";
            font-size: 20px;
            text-decoration: none; }
  #header .nav_row {
    background: #00b9d3;
    font-size: 0;
    padding: 7px 10px;
    z-index: 10;
    position: relative; }
    #header .nav_row.stick {
      position: fixed;
      top: 0px;
      z-index: 100; }
    #header .nav_row .hamburger {
      display: inline-block;
      vertical-align: middle;
      width: 15px;
      height: 12px;
      position: relative; }
      #header .nav_row .hamburger span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0px;
        background: #00b9d3; }
        #header .nav_row .hamburger span:nth-of-type(1) {
          top: 0px; }
        #header .nav_row .hamburger span:nth-of-type(2) {
          top: 5px; }
        #header .nav_row .hamburger span:nth-of-type(3) {
          top: 10px; }
    #header .nav_row .mobile_nav {
      display: none;
      min-width: 34px;
      padding: 0px 0px;
      font-size: 0;
      position: absolute;
      right: 10px;
      top: 7px; }
    #header .nav_row .catalog_toggle {
      width: 275px;
      vertical-align: middle;
      font-size: 15px;
      margin-right: 3px;
      padding-top: 3px;
      z-index: 1; }
      #header .nav_row .catalog_toggle:hover {
        opacity: 1; }
      #header .nav_row .catalog_toggle .hamburger {
        margin-top: -3px;
        margin-right: 7px;
        margin-left: -15px; }
    #header .nav_row .main_nav {
      display: inline-block;
      vertical-align: middle; }
      #header .nav_row .main_nav ul {
        display: inline-block;
        font-size: 0; }
        #header .nav_row .main_nav ul li {
          display: inline-block;
          padding: 0 13px;
          border-right: 1px solid #fff; }
          #header .nav_row .main_nav ul li:last-of-type {
            border-right: none; }
          #header .nav_row .main_nav ul li a {
            text-transform: uppercase;
            text-decoration: none;
            color: #fff;
            font-family: "Roboto Black";
            font-size: 15px; }
            #header .nav_row .main_nav ul li a.active, #header .nav_row .main_nav ul li a:hover {
              text-decoration: underline; }
  #header .catalog_menu {
    display: none;
    position: absolute;
    width: 275px;
    background: #fff;
    top: 35px;
    left: 10px;
    padding-top: 15px;
    -webkit-box-shadow: 10px 10px 43px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 43px 0px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px; }
    #header .catalog_menu ul li {
      display: block;
      position: relative; }
    #header .catalog_menu ul > li {
      background: transparent;
      -webkit-transition: background 0.5s;
      -o-transition: background 0.5s;
      transition: background 0.5s;
      padding-left: 2px; }
      #header .catalog_menu ul > li:hover {
        background: #00b9d3; }
      #header .catalog_menu ul > li:last-of-type {
        -webkit-border-radius: 0 0 6px 6px;
                border-radius: 0 0 6px 6px; }
        #header .catalog_menu ul > li:last-of-type a {
          border: none; }
      #header .catalog_menu ul > li > a {
        border-bottom: 1px solid #d7d7d7;
        font-size: 0;
        padding: 5px 10px;
        display: block; }
        #header .catalog_menu ul > li > a .img {
          display: inline-block;
          vertical-align: middle;
          width: 46px;
          text-align: center;
          position: relative;
          margin: 0 15px 0px 7px; }
          #header .catalog_menu ul > li > a .img img {
            display: inline-block;
            max-width: 100%;
            width: auto; }
          #header .catalog_menu ul > li > a .img .normal {
            -webkit-transition: opacity 0.5s;
            -o-transition: opacity 0.5s;
            transition: opacity 0.5s;
            opacity: 1; }
          #header .catalog_menu ul > li > a .img .img_active {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            opacity: 0;
            -webkit-transition: opacity 0.5s;
            -o-transition: opacity 0.5s;
            transition: opacity 0.5s;
            height: 100%; }
        #header .catalog_menu ul > li > a .text {
          display: inline-block;
          vertical-align: middle; }
          #header .catalog_menu ul > li > a .text span {
            text-transform: uppercase;
            color: #3b3e40;
            font-family: "Roboto Black"; }
      #header .catalog_menu ul > li:hover > a .img .normal {
        opacity: 0; }
      #header .catalog_menu ul > li:hover > a .img .img_active {
        opacity: 1; }
    #header .catalog_menu .parent:hover .child {
      display: block; }
    #header .catalog_menu .child {
      display: none;
      width: 240px;
      position: absolute;
      left: 100%;
      top: 0px;
      background: #fff;
      border: 2px solid #00b9d3;
      -webkit-border-radius: 6px;
              border-radius: 6px;
      padding: 10px 0px; }
      #header .catalog_menu .child li {
        padding-left: 35px; }
        #header .catalog_menu .child li:last-of-type {
          -webkit-border-radius: 0;
                  border-radius: 0; }
        #header .catalog_menu .child li:hover {
          background: transparent; }
          #header .catalog_menu .child li:hover:before {
            -webkit-transform: scale(1);
                -ms-transform: scale(1);
                    transform: scale(1); }
        #header .catalog_menu .child li:before {
          display: block;
          border: 7px solid transparent;
          border-left: 12px solid #00b9d3;
          content: '';
          position: absolute;
          left: 0px;
          top: 50%;
          margin-top: -8px;
          -webkit-transition: -webkit-transform 0.3s;
          transition: -webkit-transform 0.3s;
          -o-transition: transform 0.3s;
          transition: transform 0.3s;
          transition: transform 0.3s, -webkit-transform 0.3s;
          -webkit-transform: scale(0);
              -ms-transform: scale(0);
                  transform: scale(0); }
      #header .catalog_menu .child a {
        font-size: 14px;
        color: #3b3e40;
        font-family: "Roboto Black";
        text-decoration: none;
        text-transform: uppercase;
        padding: 6px 5px 6px 0px; }

#footer .container {
  -webkit-box-shadow: 0px 100px 100px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 100px 100px 0px rgba(0, 0, 0, 0.06); }

#footer .row_cards {
  -webkit-box-shadow: 0px -40px 30px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px -40px 30px 0px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding-top: 20px;
  z-index: 1;
  position: relative; }
  #footer .row_cards ul {
    font-size: 0; }
    #footer .row_cards ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0px 45px 25px; }
      #footer .row_cards ul li .img img {
        display: inline-block; }
      #footer .row_cards ul li .text {
        font-size: 14px;
        text-transform: uppercase;
        font-family: "Roboto Bold";
        color: #0092a6;
        max-width: 160px;
        width: 100%;
        margin: 0px auto; }

#footer .footer_nav {
  background: #f4f4f4;
  padding: 15px 18px; }
  #footer .footer_nav:after {
    content: "";
    display: table;
    clear: both; }
  #footer .footer_nav .name {
    text-decoration: none;
    color: #454545;
    font-family: "Roboto Black";
    font-size: 14px;
    line-height: 24px; }
  #footer .footer_nav .col {
    float: left; }
    #footer .footer_nav .col ul {
      margin-bottom: 15px; }
      #footer .footer_nav .col ul li {
        display: block; }
        #footer .footer_nav .col ul li a {
          text-decoration: none;
          color: #454545;
          line-height: 24px; }
    #footer .footer_nav .col .oth_link a {
      color: #454545;
      font-family: "Roboto Black";
      font-size: 18px; }
    #footer .footer_nav .col .name_text {
      font-family: "Roboto Bold";
      font-size: 16px;
      line-height: 23px;
      color: #454545;
      margin-bottom: 5px; }
  #footer .footer_nav .about {
    width: 150px; }
  #footer .footer_nav .delivery {
    width: 275px; }
  #footer .footer_nav .information {
    width: 210px; }
  #footer .footer_nav .contact {
    width: 245px; }
  #footer .footer_nav .social_links {
    margin-bottom: 20px; }
    #footer .footer_nav .social_links a.social {
      display: inline-block;
      vertical-align: middle;
      width: 26px;
      margin-right: 7px; }
      #footer .footer_nav .social_links a.social img {
        display: block;
        max-width: 100%; }
  #footer .footer_nav .left {
    float: left; }
  #footer .footer_nav .right {
    float: right; }

@media only screen and (max-width: 1167px) {
  #header .head_row {
    padding: 15px 20px 12px 20px; }
    #header .head_row .logo_area {
      float: none;
      width: 100%;
      text-align: center; }
      #header .head_row .logo_area a {
        display: inline-block;
        width: 50px; }
    #header .head_row .links_area {
      float: none;
      text-align: center; }
      #header .head_row .links_area .adress {
        float: left;
        display: inline-block;
        vertical-align: middle; }
        #header .head_row .links_area .adress p {
          display: none; }
      #header .head_row .links_area .links {
        margin-left: 0;
        padding-top: 10px;
        float: right;
        display: inline-block;
        vertical-align: middle; }
        #header .head_row .links_area .links ul li {
          display: inline-block;
          width: auto; }
      #header .head_row .links_area .call_my {
        padding-top: 0;
        margin-left: 0;
        float: left;
        width: 100%;
        text-align: center; }
  #header .nav_row .mobile_nav {
    display: block; }
  #header .nav_row .main_nav {
    display: none;
    width: 100%;
    padding: 20px 10px; }
    #header .nav_row .main_nav.active {
      display: block; }
  #footer .footer_nav .right {
    width: 100%; }
    #footer .footer_nav .right .col {
      float: none;
      text-align: center; }
    #footer .footer_nav .right .social_links {
      display: inline-block;
      vertical-align: top;
      margin: 10px;
      text-align: left; }
    #footer .footer_nav .right .pay {
      display: inline-block;
      vertical-align: top;
      margin: 10px;
      text-align: left; } }

@media only screen and (max-width: 1020px) {
  .contacts_block {
    padding-bottom: 100px; }
    .contacts_block .contacts_wrap .map {
      width: 48%;
      margin: 0px 1% 20px; }
    .contacts_block .contacts_wrap .contacts_list {
      width: 48%;
      margin: 0px 1% 20px; }
    .contacts_block .contacts_wrap .form {
      width: 100%;
      margin: 0px 10px 20px; }
  .partners_slider_block .slider_controls .prev {
    left: 20px; }
  .partners_slider_block .slider_controls .next {
    right: 20px; }
  .cards_and_demo_block {
    min-height: 1px; }
    .cards_and_demo_block .cards {
      float: none;
      width: 100%; }
      .cards_and_demo_block .cards .card {
        display: inline-block;
        vertical-align: top;
        height: 103px;
        background: #fafafa;
        width: 23%;
        margin: 4px 1%;
        text-align: center;
        text-decoration: none;
        padding-top: 10px; }
        .cards_and_demo_block .cards .card:nth-of-type(2n) {
          margin: 4px 1%; }
        .cards_and_demo_block .cards .card:nth-of-type(7) {
          margin: 4px 1%; }
        .cards_and_demo_block .cards .card:nth-of-type(8) {
          margin: 4px 1%; }
    .cards_and_demo_block .demo {
      position: relative;
      width: 100%;
      padding-bottom: 50%; }
      .cards_and_demo_block .demo h1 {
        font-size: 24px; }
  .sales_hit_block .items .item a {
    font-size: 14px; }
  .catalog_block .items .item .name {
    font-size: 14px; }
  .category_block .items .item .name {
    font-size: 14px; }
  .related_products_block .items .item .name {
    font-size: 14px; }
  h2 {
    font-size: 16px; } }

@media only screen and (max-width: 820px) {
  .contacts_block .contacts_wrap .map {
    width: 38%;
    margin: 0px 1% 20px; }
  .contacts_block .contacts_wrap .contacts_list {
    width: 58%;
    margin: 0px 1% 20px; }
  .contacts_block .contacts_wrap .form {
    width: 100%; }
  .detail_block .detail_head {
    padding: 0px 10px 10px; }
    .detail_block .detail_head .right {
      margin-top: 20px;
      padding-right: 0;
      width: 100%; }
      .detail_block .detail_head .right .name {
        min-width: 0; }
        .detail_block .detail_head .right .name h1 {
          font-size: 26px; }
  .detail_block .detail_cols {
    padding: 0px;
    margin-bottom: 20px; }
    .detail_block .detail_cols .left {
      width: 100%;
      margin-bottom: 20px;
      padding: 20px; }
    .detail_block .detail_cols .right {
      padding-left: 10px;
      width: 100%; }
  .detail_block .detail_about {
    padding: 10px 20px 55px; }
  #header .nav_row .main_nav {
    width: 100%;
    padding: 20px 10px;
    text-align: center; }
    #header .nav_row .main_nav ul {
      max-width: 360px;
      width: 100%;
      display: inline-block;
      text-align: left; }
      #header .nav_row .main_nav ul li {
        border-right: none;
        display: block;
        margin-bottom: 5px; }
    #header .nav_row .main_nav.active {
      display: block; }
  .catalog_block .items .item {
    width: 260px;
    margin: 10px; }
  .related_products_block .items .item {
    width: 260px;
    margin: 10px; }
  .category_block .items .item {
    width: 260px;
    margin: 10px; }
  .catalog_list .items .item .text .left {
    width: 100%; }
  .catalog_list .items .item .text .right {
    width: 100%; } }

@media only screen and (max-width: 600px) {
  .contacts_block .head_block {
    margin-top: 0px;
    padding-bottom: 20px; }
    .contacts_block .head_block h1 {
      font-size: 20px; }
  .contacts_block .contacts_wrap .map {
    width: 90%;
    margin: 0px 0 20px; }
  .contacts_block .contacts_wrap .contacts_list {
    width: 90%;
    margin: 0px 0 20px;
    text-align: center; }
    .contacts_block .contacts_wrap .contacts_list .contact {
      font-size: 14px; }
      .contacts_block .contacts_wrap .contacts_list .contact p {
        padding-bottom: 10px; }
  .contacts_block .contacts_wrap .form {
    width: 100%;
    max-width: 320px; }
  .detail_block .detail_head .right .name {
    width: 100%; }
    .detail_block .detail_head .right .name h1 {
      font-size: 20px; }
  .detail_block .detail_head .right .logo {
    float: left;
    margin-top: 5px; }
  .detail_block .detail_cols {
    padding: 0px;
    margin-bottom: 20px; }
    .detail_block .detail_cols .left {
      width: 100%;
      margin-bottom: 20px;
      padding: 20px; }
    .detail_block .detail_cols .right {
      padding-left: 10px;
      width: 100%; }
      .detail_block .detail_cols .right .short_about {
        font-size: 14px;
        line-height: 20px; }
      .detail_block .detail_cols .right .tags_about {
        font-size: 14px;
        line-height: 20px; }
  .detail_block .detail_about {
    padding: 10px 20px 55px;
    font-size: 14px;
    line-height: 20px; }
  .sales_hit_block .items .item {
    width: 260px;
    margin: 10px; }
  .cards_and_demo_block .cards {
    display: none; }
  .cards_and_demo_block .demo {
    padding-bottom: 0px;
    min-height: 400px; }
    .cards_and_demo_block .demo h1 {
      font-size: 20px; } }

@media only screen and (max-width: 525px) {
  #footer .row_cards ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 25px; }
  .news_block .items .item .img {
    width: 50%;
    display: block;
    margin: 10px auto; }
  .news_block .items .item .text {
    display: block;
    width: 100%;
    padding: 0 10px; }
  .catalog_list .items .item .img {
    width: 50%;
    display: block;
    margin: 10px auto; }
  .catalog_list .items .item .text {
    display: block;
    width: 100%;
    padding: 0 10px; }
    .catalog_list .items .item .text .left {
      text-align: center; }
    .catalog_list .items .item .text .right {
      text-align: center; }
    .catalog_list .items .item .text .short_content .short_content_footer {
      text-align: center; }
      .catalog_list .items .item .text .short_content .short_content_footer .articul {
        margin-right: 0;
        display: block; }
      .catalog_list .items .item .text .short_content .short_content_footer .price {
        margin-right: 0;
        display: block; }
  #header .head_row {
    padding: 15px 10px 12px 10px; }
    #header .head_row .logo_area {
      padding-bottom: 10px; }
    #header .head_row .links_area {
      float: none;
      text-align: center; }
      #header .head_row .links_area .adress .icon {
        display: none; }
      #header .head_row .links_area .adress .text {
        text-align: left; }
      #header .head_row .links_area .links {
        padding-top: 5px; }
        #header .head_row .links_area .links ul li a .link_text {
          display: none; }
  #header .nav_row .catalog_toggle {
    padding: 3px 20px 0;
    width: 260px; }
  #header .catalog_menu .parent:hover .child {
    display: block; }
  #header .catalog_menu .child {
    display: none;
    width: 100%;
    position: relative;
    left: 0%;
    top: 0px; } }

@media only screen and (max-width: 360px) {
  .theme-popup .city-list .right {
    width: auto; }
  .theme-popup .city-list .left {
    width: auto; } }
