@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Rubik:700&subset=cyrillic");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgba(35,128,175,0.5);
  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: .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,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  -o-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  -o-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  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-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  -o-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s;
}

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  -o-transition: stroke .1s;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  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 {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -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 {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 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);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */
.icon-minus {
  width: 0.857421875em;
}

.icon-plus {
  width: 0.857421875em;
}

.icon-arrow-right {
  width: 0.8212890625em;
}

.icon-coffee {
  width: 1.0361328125em;
}

.icon-star-o {
  width: 0.9287109375em;
}

.icon-star {
  width: 0.9287109375em;
}

.icon-skype {
  width: 0.857421875em;
}

.icon-map-marker {
  width: 0.5712890625em;
}

.icon-credit-card-alt {
  width: 1.2861328125em;
}

.icon-truck {
  width: 1.0361328125em;
}

.icon-mobile {
  width: 0.4287109375em;
}

.icon-gift {
  width: 0.857421875em;
}

.icon-question {
  width: 0.6220703125em;
}

.icon-truck2 {
  width: 1.0361328125em;
}

.icon-odnoklassniki {
  width: 0.7138671875em;
}

.icon-paper-plane {
  width: 1.001953125em;
}

.icon-angle-down {
  width: 0.642578125em;
}

.icon-angle-right {
  width: 0.3388671875em;
}

.icon-angle-left {
  width: 0.375em;
}

.icon-angle-up {
  width: 0.642578125em;
}

.icon-youtube {
  width: 0.857421875em;
}

.icon-vk {
  width: 1.08203125em;
}

.icon-search2 {
  width: 0.9287109375em;
}

.icon-chevron-right {
  width: 0.6787109375em;
}

.icon-chevron-left {
  width: 0.75em;
}

.icon-pencil {
  width: 0.845703125em;
}

.icon-at {
  width: 0.857421875em;
}

.icon-instagram {
  width: 0.857421875em;
}

.icon-twitter {
  width: 0.9287109375em;
}

.icon-google-plus {
  width: 1.2861328125em;
}

.icon-facebook {
  width: 0.587890625em;
}

.icon-search {
  width: 1.1943359375em;
}

.icon-map-pin {
  width: 0.75em;
}

.modal {
  display: none;
  padding: 40px 20px;
  max-width: 800px;
  min-width: 300px;
  text-align: center;
  text-align: center;
}

.modal .modal-heading {
  font-size: 18px;
  font-family: "Rubik", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #222;
  margin-bottom: 1em;
  padding: 0 10px;
  text-align: center;
}

.modal .row {
  margin-bottom: 15px;
  text-align: center;
}

.modal .row:last-child {
  margin: 0;
}

.modal [type='text'],
.modal [type='tel'],
.modal [type='email'],
.modal [type='password'] {
  width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after, .r:after, .two-cols:after, .news ul > li:after, .images:after, #path:after, .cart-section:after, .cart-section .block:after, .info:after, .cart-item-text:after,
.cart-item-bar:after, .product:after, .product-info-list:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #777;
  background: #fff;
  font: 16px/1.3846 "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Rubik", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: #222;
  text-align: left;
  line-height: 1.25;
}

h1, .h1 {
  font-size: 27px;
  line-height: 1.25;
  /*text-align: center;*/
}

h1 span, .h1 span {
  color: #2ea1db;
}

h2, .h2 {
  font-size: 24px;
}

h2 span, .h2 span {
  color: #2ea1db;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 15px;
}

.h {
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.name {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: normal;
  color: #2bbd73;
}

.name a {
  color: inherit;
}

p {
  margin: 0 0 1em;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #777;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e0e7ed;
  padding: 9px 5px 9px 12px;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #2ea1db;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #777;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #777;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #777;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #777;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: #777;
}

select {
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e0e7ed;
  padding: 9px 5px 9px 12px;
  background: #fff;
}

select:focus {
  border-color: #2ea1db;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

/* tabset required styles for hidden tabs */
@media (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}

a,
button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

html,
body {
  height: 100%;
}

.wrapper {
  overflow: hidden;
  margin: 0 auto;
  min-height: 100%;
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .wrapper:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease,
 visibility 0.3s ease;
    -o-transition: opacity 0.3s ease,
 visibility 0.3s ease;
    transition: opacity 0.3s ease,
 visibility 0.3s ease;
  }
  .nav-active .wrapper:after {
    opacity: 1;
    visibility: visible;
  }
}

.heading {
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  background: #2ea1db;
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
}

@media (min-width: 1230px) {
  .heading {
    font-size: 18px;
  }
}

.page-wrapper {
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
}

.items.slick-slider {
  margin: 0 15px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

[data-fancybox] {
  outline: none;
}

.section {
  padding: 30px 0;
}

.section .h1, .section .h2 {
  text-align: center;
  margin-bottom: 1em;
}

img {
  vertical-align: top;
}

address {
  font-style: normal;
}

.map iframe {
  vertical-align: top;
}

.link-btn, .btn,
.main-content form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 19px;
  white-space: nowrap;
  max-width: 100%;
  border: 0;
  font-weight: 400;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  background: #2ea1db;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px 30px;
  border-radius: 0;
  text-transform: uppercase;
}

.link-btn:hover, .btn:hover,
.main-content form input[type="submit"]:hover {
  color: #fff;
  background: #2bbd73 !important;
}

.btn-ghost {
  display: inline-block;
  border: 2px solid #2bbd73;
  padding: 12px 15px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 15px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-ghost:hover {
  background-color: #ddc5bb;
  color: #000;
}

.buttons .btn-ghost {
  border: 1px solid #000;
  color: #000;
  background: none;
}

.buttons .btn-ghost svg {
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -4px;
}

.buttons .btn-ghost:hover {
  background: #2ea1db;
  border-color: #2ea1db;
  color: #fff;
}

.order-link:after {
  content: ' ⮞';
}

.order-link:hover {
  color: #2ea1db;
}

.more {
  font-size: 18px;
  color: #2ea1db;
}

.more:after {
  content: ' >';
}

.more:hover {
  color: #2bbd73;
}

.header {
  position: relative;
}

@media (max-width: 767px) {
  .header .container {
    padding: 0;
  }
}

.fixed-position {
  position: relative;
  z-index: 10;
}

.header-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header-middle .logo img {
  max-width: 260px;
}

.header-middle .soc {
  z-index: 0;
}

.header-middle .header-address,
.header-middle .cart-frame {
  height: 60px;
}

.header-middle .cart-frame {
  background-color: #2bbd73;
}

.header-middle .header-address {
  background-color: rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  .header-middle {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
  }
  .header-middle .header-phone .phone-text {
    display: none;
  }
  .header-middle .soc {
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
  }
  .header-middle .logo {
    min-width: 100%;
    max-width: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    margin-bottom: 20px;
  }
  .header-middle .call {
    display: block;
    margin-top: 10px;
    min-width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .header-middle {
    padding: 30px 0 20px;
  }
  .header-middle .logo img {
    max-width: 230px;
  }
  .header-middle .soc {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .header-middle .cart-frame {
    margin-left: auto;
  }
  .header-middle .call {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header-middle .call .btn {
    width: 203px;
  }
}

@media (min-width: 960px) {
  .header-middle {
    padding: 50px 0 30px;
  }
  .header-middle .logo img {
    max-width: 317px;
  }
  .header-middle .soc {
    top: 30px;
  }
  .header-middle .call {
    top: 23px;
  }
}

.search {
  max-width: 300px;
  position: relative;
  background: #fff;
}

.search [type='search'] {
  border: 0;
  width: 100%;
  height: 60px;
  padding: 10px 50px 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.05);
  color: #777;
}

.search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  text-align: center;
  line-height: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2380af;
  font-size: 18px;
  outline: none;
  padding-top: 3px;
}

.search button:hover {
  color: #2ea1db;
}

.cart-iframe {
  width: 240px;
  height: 60px;
  overflow: hidden;
  min-width: 0;
  color: #fff;
  background: transparent;
  font-size: 14px;
  text-align: center;
}

.cart-iframe .cart-icon {
  position: relative;
}

.cart-iframe a {
  font-size: 14px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
}

.cart-iframe a span {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.cart-iframe a svg {
  font-size: 30px;
  margin-right: 5px;
  margin-top: -5px;
  vertical-align: middle;
  color: #fff;
}

.cart-iframe .qnt {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #2ea1db;
  background: #fff;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .cart-iframe .qnt {
    font-size: 18px;
  }
}

.header-phone {
  font-size: 20px;
  color: #777;
  line-height: 60px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-phone .phone-icon {
  width: 60px;
  text-align: center;
  background: #2ea1db;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-phone .phone-text {
  padding: 0 15px;
}

.header-phone:hover .phone-text {
  color: #2ea1db;
}

.header-phone:hover .phone-icon {
  background: #2380af;
}

.header-phone svg {
  vertical-align: middle;
  display: inline-block;
  margin: 0 4px 0 0;
  font-size: 30px;
  color: #fff;
}

.navbar-wrapper {
  background-color: #2380af;
  color: #fff;
  width: 100%;
}

.navbar-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 767px) {
  .navbar-wrapper .container .nav-opener,
  .navbar-wrapper .container .search {
    width: 50%;
    max-width: none;
  }
}

@media (min-width: 768px) {
  .navbar-wrapper .search {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.nav a,
.nav span {
  text-decoration: none;
}

.nav .drop {
  background: #2ea1db;
}

.nav .drop .catalog-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  margin: -4px 0 0 15px;
  position: relative;
}

@media (max-width: 767px) {
  .nav .drop .catalog-icon {
    display: none;
  }
}

.nav .drop .catalog-icon > span, .nav .drop .catalog-icon::before, .nav .drop .catalog-icon::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  overflow: hidden;
}

.nav .drop .catalog-icon span {
  top: 6px;
}

.nav .drop .catalog-icon::before {
  top: 2px;
}

.nav .drop .catalog-icon::after {
  top: 10px;
}

@media (min-width: 768px) {
  .nav {
    margin: 0;
  }
  .nav > li {
    vertical-align: top;
    display: inline-block;
    height: 60px;
    margin: 0;
    border: 0;
  }
  .nav > li.hover > a,
  .nav > li.hover > span {
    background: #2bbd73;
    color: #fff !important;
  }
  .nav > li > a,
  .nav > li > span {
    display: block;
    font-size: 18px;
    padding: 0 15px;
    line-height: 60px;
  }
  .nav > li > a:after,
  .nav > li > span:after {
    margin-top: 25px !important;
  }
  .nav > li.active > a,
  .nav > li.active > span {
    color: #2ea1db;
  }
  .nav > li > ul,
  .nav > li > div {
    -webkit-transition: opacity 0.3s ease-in-out,
 visibility 0.3s ease-in-out,
 -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out,
 visibility 0.3s ease-in-out,
 -webkit-transform 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out,
 transform 0.3s ease-in-out,
 visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out,
 transform 0.3s ease-in-out,
 visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out,
 transform 0.3s ease-in-out,
 visibility 0.3s ease-in-out,
 -webkit-transform 0.3s ease-in-out;
    background: #2bbd73;
    color: #fff;
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    display: block;
    z-index: -1;
    font-size: 15px;
    text-align: left;
  }
  .nav > li .dropdown-col > ul > li > a,
  .nav > li .dropdown-col > ul > li > span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid;
    padding: 5px;
    margin-bottom: 5px;
  }
  .nav > li .dropdown-col > ul > li li > a,
  .nav > li .dropdown-col > ul > li li > span {
    display: block;
    padding: 2px 5px;
  }
  .nav > li > ul {
    left: 0;
    width: 200px;
  }
  .nav > li > ul li.hover > a,
  .nav > li > ul li.hover > span {
    color: #000;
  }
  .nav > li > ul a {
    color: inherit;
  }
  .nav > li > ul ul {
    position: absolute;
    left: 100%;
    top: 3px;
    width: 200px;
    color: #fff;
    background: #2bbd73;
  }
  .nav > li > ul li {
    position: relative;
  }
  .nav > li > ul a,
  .nav > li > ul span {
    display: block;
    padding: 7.5px 15px;
  }
  .nav > li > ul > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .nav li.drop {
    position: static;
  }
  .nav li.drop .has-drop-down-a:after {
    content: none;
  }
  .nav li.drop .dropdown-body {
    padding: 22.5px;
    left: 15px;
    right: 15px;
    background: #2ea1db;
    color: #fff;
  }
  .nav li.drop .dropdown-body a {
    color: inherit;
  }
  .nav li.drop .dropdown-body a:hover {
    color: #000;
  }
}

@media (max-width: 767px) {
  .nav li.drop .dropdown-body {
    left: 0;
    right: 0;
    display: none;
  }
}

@media (max-width: 767px) {
  .nav li {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .nav li:not(.drop).hover > a,
  .nav li:not(.drop).hover > span {
    background: #2bbd73;
    color: #fff;
  }
  .nav > li > a,
  .nav > li > span {
    font-size: 18px;
  }
  .nav > li.drop > a,
  .nav > li.drop > span {
    text-transform: uppercase;
    font-weight: bold;
  }
  .nav > li.drop:hover .dropdown-body {
    display: block !important;
  }
  .nav > li a,
  .nav > li span {
    display: block;
    color: #fff;
    padding: 10px 15px;
  }
  .nav > li > ul {
    display: none;
    padding: 0;
  }
  .nav > li > ul li a,
  .nav > li > ul li span {
    padding-left: 25px;
  }
  .nav > li > ul li ul {
    display: none;
    padding: 0;
  }
  .nav > li > ul li ul a,
  .nav > li > ul li ul span {
    padding-left: 35px;
  }
  .nav > li > div ul {
    padding: 0;
  }
  .nav > li > div ul ul {
    display: none;
  }
  .nav > li > div ul ul a,
  .nav > li > div ul ul span {
    padding-left: 25px;
  }
}

.nav .has-subnav > a,
.nav .has-subnav > span {
  position: relative;
}

.nav .has-subnav > a:after,
.nav .has-subnav > span:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-left: 7px;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .nav .has-subnav > a:after,
  .nav .has-subnav > span:after {
    position: absolute;
    left: auto;
    right: 12px;
    top: 50%;
    margin: -6px 0 0 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.nav .has-subnav li.has-subnav > span,
.nav .has-subnav li.has-subnav > a {
  position: relative;
  display: block;
}

.nav .has-subnav li.has-subnav > span:after,
.nav .has-subnav li.has-subnav > a:after {
  top: 50%;
  right: 10px;
  color: #000;
}

@media (min-width: 768px) {
  .nav .drop ul .has-subnav > span:after,
  .nav .drop ul .has-subnav > a:after {
    content: none;
  }
}

.nav > li {
  position: relative;
}

.nav > li li {
  position: relative;
}

.nav > li > span,
.nav > li > a {
  text-decoration: none;
  color: #fff;
}

.nav > li > ul li ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav > li > ul,
.nav > li > div {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav li.hover > a {
  color: #000;
}

.nav li.hover > .has-drop-down-a:after {
  -webkit-transform: rotate(-45deg) !important;
  -ms-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
}

.nav li.hover > ul,
.nav li.hover > div {
  opacity: 1;
  display: block;
  visibility: visible;
  z-index: 99;
}

@media (min-width: 768px) {
  .dropdown-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
  }
  .dropdown-col {
    padding: 0 10px;
  }
  .dropdown-col.col-grid-1 {
    width: 20%;
  }
  .dropdown-col.col-grid-2 {
    width: 40%;
  }
  .dropdown-col.col-grid-3 {
    width: 60%;
  }
  .dropdown-col.col-grid-4 {
    width: 80%;
  }
  .dropdown-col.col-grid-1-2 {
    width: 50%;
  }
}

.nav-opener {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  color: #fff;
  background: #2ea1db;
  font-size: 20px;
  text-transform: uppercase;
}

.nav-opener:hover {
  color: #2bbd73;
}

.nav-opener .catalog-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  margin: -4px 0 0 15px;
  position: relative;
}

.nav-opener .catalog-icon > span, .nav-opener .catalog-icon::before, .nav-opener .catalog-icon::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  overflow: hidden;
}

.nav-opener .catalog-icon span {
  top: 6px;
}

.nav-opener .catalog-icon::before {
  top: 2px;
}

.nav-opener .catalog-icon::after {
  top: 10px;
}

@media (min-width: 768px) {
  .nav-opener {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-wrapper {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .navbar {
    position: fixed;
    width: 250px;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
    bottom: 0;
    height: 100%;
    overflow: auto;
    z-index: 99;
    background-color: #2380af;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    padding: 0;
  }
  .navbar .container {
    min-width: 0;
    padding: 0;
  }
}

.nav-active {
  overflow: hidden !important;
  position: relative;
}

@media (max-width: 959px) {
  .nav-active .navbar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.footer {
  padding: 30px 0;
  background: #1f1f26;
  color: #fff;
  text-align: center;
}

.footer img {
  vertical-align: top;
}

.footer a {
  color: inherit;
}

.footer a:hover {
  color: #2bbd73;
}

@media (max-width: 767px) {
  .footer .copy {
    margin-top: 1em;
  }
}

@media (min-width: 768px) {
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .copy {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .footer .soc {
    margin-left: auto;
    line-height: 1;
    font-size: 16px;
  }
  .footer .soc li {
    vertical-align: middle;
    margin-bottom: 0;
    display: inline-block;
  }
  .footer .soc li a {
    vertical-align: top;
    margin-bottom: 0;
    margin: 0 2px;
  }
  .footer .logos {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .two-cols {
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .two-cols {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .two-cols .main-col {
    width: 75%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
    padding: 0 15px;
  }
  .two-cols .sidebar {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 25%;
    font-size: 14px;
    padding: 0 15px 30px;
    position: relative;
  }
}

.main-content {
  text-align: justify;
  font-size: 16px;
}

@media (max-width: 959px) {
  .main-content {
    font-size: 14px;
  }
}

.main-content h1 {
  margin-bottom: 10px;
}

.main-content a {
  text-decoration: underline;
}

.main-content a:hover {
  text-decoration: none;
}

.main-content ul:not(.breadcrumbs) {
  margin: 0 0 16px;
}

.main-content > ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding: 0 0 0 20px;
  list-style: decimal;
}

.main-content p {
  margin: 0 0 16px;
}

.main-content ul:not(.breadcrumbs) li {
  position: relative;
  padding: 0 0 0 16px;
}

.main-content ul:not(.breadcrumbs) li:before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #2ea1db;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0.5em;
  left: -3px;
}

@media (max-width: 959px) {
  .main-content ul:not(.breadcrumbs) li:before {
    top: 0.55em;
  }
}

.main-content ul ul {
  padding: 0 0 0 14px;
  margin: 0;
}

.sidebar > * {
  margin-bottom: 30px;
}

.sidebar .h {
  font-size: 22px;
  margin-bottom: 0.95em;
  color: #000;
}

.side-nav {
  color: #222;
  border-top: 1px solid #ececec;
}

.side-nav > li {
  border-bottom: 1px solid #ececec;
}

.side-nav > li > a,
.side-nav > li > span {
  display: block;
  padding: 8px 15px 8px 24px;
  line-height: 20px;
  color: inherit;
  font-size: 15px;
  position: relative;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease,
 color 0.3s ease;
  -o-transition: background-color 0.3s ease,
 color 0.3s ease;
  transition: background-color 0.3s ease,
 color 0.3s ease;
}

.side-nav > li > a:before,
.side-nav > li > span:before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #2ea1db;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0.9em;
  left: 0;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.side-nav > li > a:hover, .side-nav > li > a.active,
.side-nav > li > span:hover,
.side-nav > li > span.active {
  color: #2ea1db;
}

.side-nav > li > a:hover:before, .side-nav > li > a.active:before,
.side-nav > li > span:hover:before,
.side-nav > li > span.active:before {
  border-color: #2ea1db;
}

.side-nav ul {
  color: #222;
}

.side-nav ul a,
.side-nav ul span {
  display: block;
  padding: 3px 10px 3px 34px;
  line-height: 20px;
  color: inherit;
  font-size: 14px;
  -webkit-transition: background-color 0.3s ease,
 color 0.3s ease;
  -o-transition: background-color 0.3s ease,
 color 0.3s ease;
  transition: background-color 0.3s ease,
 color 0.3s ease;
}

.side-nav ul ul {
  padding: 6px 0 2px;
}

.side-nav ul ul a,
.side-nav ul ul span {
  padding: 3px 10px 3px 44px;
}

.side-nav ul ul ul {
  padding-left: 10px;
}

.side-nav ul li {
  margin-bottom: .4em;
}

.side-nav a:hover,
.side-nav span.active,
.side-nav a.active {
  color: #2ea1db;
}

.news {
  margin-bottom: 24px;
  margin-top: 30px;
  line-height: 18px;
}

.news ul {
  color: #777;
  margin-top: 24px;
}

.news ul > li {
  padding: 0 0 24px 0;
}

.news p {
  margin: 0;
}

.news time {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #2ea1db;
  color: #fff;
  text-align: center;
  float: left;
  margin: 0 15px 0 0;
}

.news .image {
  float: left;
  width: 25%;
  margin-right: 10px;
  margin-bottom: 5px;
}

.news .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

.news .title a {
  color: inherit;
}

.news .title a:hover {
  color: #2ea1db;
  text-decoration: none;
}

.all {
  padding: 24px 0;
}

.images {
  margin: 0 -15px 0;
}

.images > div {
  padding: 0 15px 0;
}

.images .img1.imgleft {
  padding: 0 15px !important;
}

@media (max-width: 767px) {
  .images {
    margin: 0 -5px;
  }
  .images > div {
    padding: 0 5px !important;
  }
}

.img1 {
  width: 100%;
}

.img2 {
  width: 50%;
}

.img3 {
  width: 33.3333%;
}

.img4 {
  width: 25%;
}

.img6 {
  width: 20%;
}

.img1 img,
.img2 img,
.img3 img,
.img4 img,
.img6 img,
.imgcenter img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.img1 a,
.img2 a,
.img3 a,
.img4 a,
.img6 a,
.imgcenter a {
  text-decoration: none;
}

.imgleft > a,
.imgright > a,
.imgcenter > a,
.image > a {
  position: relative;
  margin-bottom: 10px;
}

.imgleft {
  float: left;
  padding: 0 20px 0 0;
}

center .imgleft {
  float: none;
  clear: both;
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: top;
}

center .imgleft.img3 {
  width: 32%;
}

.imgleft + .imgleft {
  margin-left: 0;
}

.imgright {
  float: right;
  padding: 0 10px;
  margin-right: -10px;
}

.imgright + .imgright {
  margin-right: 0;
}

.imgcenter {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  clear: both;
}

@media (max-width: 767px) {
  .imgcenter {
    width: 100%;
  }
}

.imgcenter img {
  margin: 0 auto;
}

img.imgpictC {
  width: 100%;
  position: relative;
}

/* form style */
input[type="submit"] {
  border-width: 1px !important;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

input[type="submit"]:hover,
button:hover {
  cursor: pointer;
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
  font-family: inherit;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="search"]::-ms-clear {
  display: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.main-content form {
  margin: 20px 0 40px;
}

.main-content form table {
  border-collapse: collapse;
}

.main-content form table input[type="text"] {
  width: 160px;
  margin: 3px 0 6px;
}

@media (max-width: 479px) {
  .main-content form table input[type="text"] {
    width: 150px;
    margin-bottom: 6px;
  }
}

.main-content form table input[type="button"] {
  width: 140px;
  margin: 0;
  font-size: 14px;
}

.main-content #capimg {
  margin: 0 10px 0 0;
}

.main-content input[type="text"],
.main-content input[type="email"],
.main-content input[type="tel"],
.main-content textarea,
.main-content select {
  margin: 6px 0 10px;
  width: 300px;
}

@media (max-width: 479px) {
  .main-content input[type="text"],
  .main-content input[type="email"],
  .main-content input[type="tel"],
  .main-content textarea,
  .main-content select {
    width: 100%;
  }
}

.main-content textarea {
  min-height: 80px;
}

.main-content input[type="text"]:focus,
.main-content input[type="email"]:focus,
.main-content input[type="tel"]:focus,
.main-content textarea:focus {
  outline: none;
}

.main-content textarea {
  overflow: auto;
  height: 80px;
}

#back-top {
  clear: both;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  position: fixed;
  right: 50%;
  bottom: 55px;
  z-index: 999;
  margin-right: -670px;
  margin-bottom: 0;
}

@media (max-width: 1360px) {
  #back-top {
    right: 15px;
    margin-right: 0;
    bottom: 80px;
  }
}

@media (max-width: 1359px) {
  #back-top {
    bottom: 129px;
  }
}

#back-top a {
  width: 48px;
  height: 48px;
  background: #fff;
  display: inline-block;
  border: 2px solid #2bbd73;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  padding-top: 4px;
  position: relative;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.3);
}

#back-top a svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  fill: #000;
  color: #000;
}

#back-top a:hover {
  color: #fff;
  background: #3ed387;
  border-color: #3ed387;
}

#back-top a:hover svg {
  fill: #fff;
}

#back-top a span {
  position: relative;
  z-index: 3;
  display: block;
}

@media (min-width: 960px) {
  .main-promos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-promos .promo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.promo {
  display: block;
  position: relative;
  font-family: "Rubik", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 24px;
}

.promo-image {
  display: block;
  overflow: hidden;
  position: relative;
}

.promo-image img {
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.promo:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.promo-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  padding-bottom: 10%;
}

.service-list {
  margin: 0 -15px;
}

@media (min-width: 480px) {
  .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.service-list .service {
  width: calc(100% - 30px);
  margin: 0 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-top: 21px solid #2ea1db;
  color: #000;
}

.service-list .service .color {
  color: #2ea1db;
}

.service-list .service.color2 {
  border-color: #2380af;
}

.service-list .service.color2 .color {
  color: #2380af;
}

.service-list .service.color2 .btn {
  background-color: #2380af;
}

.service-list .service-body {
  padding: 15px;
  background: #eee;
}

.service-list .service-name {
  font-size: 30px;
  font-family: "Rubik", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.service-list .service-info {
  font-size: 22px;
  margin: 0.25em 0;
}

.service-list .service-price {
  font-size: 24px;
  font-family: "Rubik", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.service-list .service-button {
  margin-bottom: 15px;
}

.service-list .service-button .btn {
  width: 100%;
  font-size: 18px;
}

.service-list .service .service-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-list .service .service-images > div {
  width: 50%;
}

.service-list .service-link {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Rubik", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-top: 10px;
}

@media (min-width: 480px) {
  .service-list .service {
    width: calc(100% / 2 - 30px);
  }
}

@media (min-width: 768px) {
  .service-list .service {
    width: calc(100% / 3 - 30px);
  }
}

.questions {
  background: #2ea1db;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  line-height: 1;
}

.questions .h2 {
  text-align: center;
  color: inherit;
  font-size: 28px;
  margin-bottom: 0;
}

.questions .phone {
  font-size: 40px;
}

.questions .call {
  font-size: 50px;
}

.questions a {
  color: inherit;
}

.questions a:hover {
  color: #000;
}

.benefits {
  background-color: #f0f1f2;
  text-align: center;
}

.benefits .benefits-list {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.benefits .benefit {
  width: calc(100% - 30px);
  margin: 0 15px 30px;
}

.benefits .benefit-title {
  font-size: 24px;
  font-weight: bold;
  font-family: "Rubik", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000;
  margin-bottom: 0.25em;
}

@media (min-width: 480px) {
  .benefits .benefit {
    width: calc(100% / 2 - 30px);
  }
}

@media (min-width: 768px) {
  .benefits .benefit {
    width: calc(100% / 3 - 30px);
  }
}

.soc {
  font-size: 32px;
  text-align: center;
}

.soc > li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 0 0 0 !important;
}

.soc svg {
  position: relative;
  z-index: 1;
  color: currentColor;
}

.soc a {
  font-size: 16px;
  display: inline-block;
  text-align: center;
  padding-top: 2px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  vertical-align: top;
  color: #fff;
  opacity: 1;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: relative;
}

.soc a svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.soc a:hover {
  background: #2380af;
  color: #fff;
}

.soc.colored a:hover {
  opacity: 0.8;
}

.soc.colored a.facebook {
  background-color: #3e5b98;
  color: #fff;
}

.soc.colored a.facebook:hover {
  background-color: #3e5b98;
}

.soc.colored a.twitter {
  background-color: #4da7de;
}

.soc.colored a.twitter:hover {
  background-color: #4da7de;
}

.soc.colored a.vk {
  background-color: #5a7fa6;
}

.soc.colored a.vk:hover {
  background-color: #5a7fa6;
}

.soc.colored a.od {
  background-color: #f48420;
}

.soc.colored a.od:hover {
  background-color: #f48420;
}

.soc.colored a.googleplus {
  background-color: #dd4b39;
}

.soc.colored a.googleplus:hover {
  background-color: #dd4b39;
}

.soc.colored a.insta {
  background: -webkit-radial-gradient(circle farthest-corner at 32% 106%, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -webkit-linear-gradient(315deg, #234bd7 12%, #c33cbe 58%);
  background: -o-radial-gradient(circle farthest-corner at 32% 106%, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -o-linear-gradient(315deg, #234bd7 12%, #c33cbe 58%);
  background: radial-gradient(circle farthest-corner at 32% 106%, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), linear-gradient(135deg, #234bd7 12%, #c33cbe 58%);
  color: #fff;
}

.soc.colored a.insta:hover {
  background-color: #405de6;
}

.soc.colored a.at {
  background-color: #168de2;
  color: #ffa930;
}

.soc.colored a.at:hover {
  background-color: #168de2;
}

.soc.colored a.livejournal {
  background-color: #00b0ea;
  color: #15374c;
}

.soc.colored a.livejournal:hover {
  background-color: #00b0ea;
}

.soc.colored a.youtube {
  background-color: #e62117;
}

.soc.colored a.youtube:hover {
  background-color: #e62117;
}

.soc.colored a.telegram {
  background-color: #0088cc;
  color: #f3f8fd;
}

.soc.colored a.telegram:hover {
  background-color: #0088cc;
}

.soc.colored a.periscope {
  background-color: #3AA4C6;
}

.soc.colored a.periscope:hover {
  background-color: #3AA4C6;
}

.sidebar-nav {
  font-size: 16px;
}

@media (min-width: 1230px) {
  .sidebar-nav {
    font-size: 18px;
  }
}

.sidebar-nav > li {
  margin-bottom: 1px;
  position: relative;
}

.sidebar-nav > li > a,
.sidebar-nav > li > span {
  display: block;
  padding: 7px 30px 7px 15px;
  background: rgba(0, 0, 0, 0.05);
  color: #2ea1db;
  text-transform: uppercase;
}

.sidebar-nav > li > a:hover,
.sidebar-nav > li > span:hover {
  color: #fff;
  background: #2ea1db;
}

.sidebar-nav > li.active > a,
.sidebar-nav > li.active > span {
  background: #2ea1db;
  color: #fff;
}

.sidebar-nav > li.active .opener::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-top-color: #fff;
}

.sidebar-nav .opener {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 30px;
  background: none;
}

.sidebar-nav .opener::after {
  content: '';
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #777;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

.sidebar-nav .opener:hover {
  background: none;
}

.sidebar-nav .opener:hover::after {
  border-top-color: #2bbd73;
}

.sidebar-nav ul {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px 15px;
}

.sidebar-nav ul ul {
  padding: 5px 10px;
  border: 0;
  display: block !important;
  height: auto !important;
}

.sidebar-nav ul ul li::before {
  content: '- ';
}

.sidebar-nav ul a,
.sidebar-nav ul span {
  color: #777;
}

.sidebar-nav ul a:hover,
.sidebar-nav ul span:hover {
  color: #2bbd73;
}

.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  line-height: 1.2;
}

.categories .h {
  font-size: 18px;
  display: block;
  margin: 0;
  color: #2bbd73;
}

.categories .sh {
  font-size: 16px;
  display: block;
}

.categories p {
  font-size: 12px;
  margin: 4px 0 0;
}

@media (min-width: 1230px) {
  .categories p {
    font-size: 13px;
  }
}

.categories img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.categories .category {
  width: calc(100% - 30px);
  margin: 0 15px 30px;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  text-align: right;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.categories .category-image {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 1px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.categories .category:hover {
  border-color: #2bbd73;
}

.categories .category:hover .h {
  color: #2bbd73;
}

.categories .category:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.categories .category-text {
  padding: 15px;
  width: 60%;
  text-align: left;
}

@media (max-width: 479px) {
  .categories .category-text {
    left: 15px;
    width: 60%;
  }
  .categories .category-text p {
    font-size: 11px;
  }
}

@media (min-width: 960px) {
  .categories .category {
    width: calc(100% / 2 - 30px);
  }
  .one-col .categories .category {
    width: calc(100% / 3 - 30px);
  }
}

.home-text {
  background: #f0f1f2;
}

.home-text h1 {
  text-align: center;
  margin-bottom: 1em;
}

.list {
  margin: 0 -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list .one {
  width: calc(100% - 4px);
  margin: 0 2px 30px;
  color: #fff;
  background: #1f1f26;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}

.list .one:hover {
  background: #2ea1db;
}

.list .one-icon {
  width: 108px;
  margin-right: 15px;
}

.list .one-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.list .one-price {
  font-family: "Rubik", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 18px;
}

.list .one-name {
  font-size: 20px;
  font-weight: bold;
  font-family: "Rubik", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: inherit;
  margin-bottom: 0.25em;
}

.list .one-name a {
  color: inherit;
}

@media (min-width: 960px) {
  .list .one {
    width: calc(100% / 3 - 4px);
  }
}

.center-image {
  text-align: center;
  margin: 1em 0;
}

.cols {
  margin: 0 -15px;
}

.cols .col {
  margin: 0 15px 30px;
}

@media (max-width: 767px) {
  .cols {
    margin: 30px -15px;
  }
  .cols .col {
    margin-bottom: 0;
  }
  .cols .col .accordion {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cols .col {
    width: calc(100% / 2 - 30px);
  }
}

.accordion {
  margin: 1em 0;
}

.accordion li {
  margin: 0 0 2px;
}

.accordion .opener {
  background: #1f1f26;
  color: #fff;
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  position: relative;
  padding: 4px 40px 4px 12px;
}

.accordion .opener:hover {
  background: #2ea1db;
}

.accordion .opener a {
  color: inherit;
  text-shadow: none;
}

.accordion .opener:after {
  content: "";
  display: block;
  clear: both;
  background: url(../images/bg-opener.png) no-repeat;
  width: 35px;
  height: 35px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: 0;
}

.accordion .opener:hover * {
  color: #fff;
}

.accordion .active .opener {
  background: none;
  padding: 4px 50px 4px 0;
}

.accordion .active .opener:hover {
  background: none !important;
  padding: 4px 50px 4px 0;
}

.accordion .active .opener * {
  color: #333 !important;
}

.accordion .active .opener:after {
  background-position: 0 100%;
}

.accordion h3 {
  color: inherit;
  margin: 0;
  text-transform: uppercase;
  line-height: 36px;
}

.accordion .slide ul {
  padding: 10px 0 0 0;
}

.accordion .text {
  display: table;
  line-height: 21px;
  font-size: 16px;
}

.accordion .heading {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.accordion ul li {
  margin: 0 0 14px;
}

.accordion p {
  margin: 0 0 1em;
}

.accordion .price {
  font-size: 20px;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0 50px;
}

.accordion ol .text {
  display: block;
}

.breadcrumbs {
  margin-bottom: 15px;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}

.breadcrumbs a {
  color: #777;
  font-weight: bold;
}

.breadcrumbs a:hover {
  color: #2bbd73;
}

.breadcrumbs li {
  display: inline-block;
  padding: 0;
  background: none;
}

.breadcrumbs li + li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/angle-right.svg) no-repeat;
  width: 5px;
  height: 16px;
  background-size: 100% auto;
  margin: 0 8px;
}

/* BIG IMAGE + ZOOM */
.zoomWrapper,
#elevatezoom_big {
  width: 318px !important;
  height: auto !important;
  position: relative !important;
  background: #fff;
}

@media (min-width: 600px) {
  .zoomWrapper,
  #elevatezoom_big {
    width: 212px !important;
  }
}

@media (min-width: 960px) {
  .zoomWrapper,
  #elevatezoom_big {
    width: 318px !important;
  }
}

.zoomWrapper img,
#elevatezoom_big img {
  display: block !important;
}

#elevatezoom_big ~ #elevatezoom_big {
  width: 0 !important;
  height: 0 !important;
}

.zoomContainer {
  z-index: 1 !important;
}

.zoomLens {
  z-index: 1 !important;
}

.zoomWindow {
  margin: -1px 0 0 0 !important;
}

/* THUMBS */
.product_images .bx-wrapper {
  max-width: 318px !important;
  margin: 12px 0 0 0;
  padding: 0 20px;
  position: relative;
}

.product_images .bx-wrapper img {
  max-width: 100%;
  height: auto;
}

.product_images .fanb {
  max-width: 190px !important;
  margin: 12px 10px 0;
  padding: 0 20px;
  position: relative;
}

.product_images .fanb img {
  max-width: 100%;
  height: auto;
}

.product_images .bx-controls a {
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  margin: -10px 0 0 0;
  line-height: 1em;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.product_images .bx-controls a:before {
  font-size: 10px;
  line-height: 21px;
  color: #ffffff;
}

.product_images .bx-controls a.bx-prev {
  left: 0;
}

.product_images .bx-controls a.bx-prev:before {
  content: "";
  display: inline-block;
  background: url(../images/icons/angle-left.svg) no-repeat 50% 50%;
  background-size: auto 100%;
  width: 20px;
  height: 20px;
}

.product_images .bx-controls a.bx-next {
  padding: 0 0 0 1px;
  right: 0;
}

.product_images .bx-controls a.bx-next:before {
  content: "";
  display: inline-block;
  background: url(../images/icons/angle-right.svg) no-repeat 50% 50%;
  background-size: auto 100%;
  width: 20px;
  height: 20px;
}

#elevatezoom_gallery a {
  width: 84px !important;
  display: block;
  margin: 0 9px 0 0;
  background: #efeeee;
}

.items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.items.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.items.slick-slider {
  display: block;
  margin-bottom: 50px;
}

.items.slick-slider img {
  display: inline-block;
  vertical-align: top;
}

.items.slick-slider * {
  outline: none;
}

.items.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.items.slick-slider .slick-track:after, .items.slick-slider .slick-track:before {
  content: none;
}

.items.slick-slider .slick-dots {
  bottom: -25px;
}

.items.slick-slider .slick-arrow {
  background: transparent;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 30px;
  top: 50%;
  border-radius: 0;
  opacity: 0.5;
}

.items.slick-slider .slick-arrow svg {
  width: 14px;
}

.items.slick-slider .slick-prev {
  left: 20px;
}

.items.slick-slider .slick-next {
  right: 20px;
}

.item {
  position: relative;
  text-align: left;
  margin: 0 15px 25px;
  background: #fff;
  border-radius: 0;
  width: calc((100% / 1) - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slick-slider .item {
  margin: 0 10px;
  height: auto;
}

.sidebar .item {
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 415px) {
  .item {
    width: calc((100% / 2) - 30px);
  }
}

@media (min-width: 768px) {
  .item {
    width: calc((100% / 2) - 30px);
  }
}

@media (min-width: 960px) {
  .item {
    width: calc((100% / 3) - 30px);
  }
  .one-col .item {
    width: calc((100% / 4) - 30px);
  }
}

.item-body {
  margin-top: auto;
}

.item-image {
  width: 100%;
  background: #f7f9fc;
  margin-bottom: 15px;
  padding: 0;
  text-align: center;
}

.item-image a {
  position: relative;
  display: block;
  overflow: hidden;
}

.item .two-images {
  white-space: nowrap;
}

.item .two-images img {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.item .two-images:hover img {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.item-name {
  color: #222;
  font-size: 18px;
  margin: 15px 0;
  font-weight: bold;
}

.item-name a {
  color: inherit;
}

.item-name a:hover {
  color: #2bbd73;
}

.item-price {
  font-weight: bold;
  font-size: 18px;
  color: #2ea1db;
  border-bottom: 0;
  text-align: left;
  width: 100%;
}

.item-price ins {
  text-decoration: none;
}

.item-price del {
  color: #8998a3;
  text-decoration: line-through;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 15px;
  font-weight: normal;
}

.item-price span {
  color: #f64b4f;
  font-weight: normal;
  font-size: 15px;
  text-decoration: line-through;
}

.item-descr {
  margin: 10px 0 15px;
  width: 100%;
}

.item-descr a {
  color: #526a7c;
  text-decoration: none;
  display: block;
  text-align: left;
}

.item-descr a:hover {
  color: #222;
}

.item .item-btn {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Rubik", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.to-cart {
  display: inline-block;
  vertical-align: top;
  height: 39px;
  width: 44px;
  text-align: center;
  line-height: 39px;
  background: #2ea1db;
  color: #fff;
  border-radius: 2px;
  font-size: 18px;
}

.to-cart:hover {
  color: #fff;
  background: #000 !important;
}

.to-cart svg {
  vertical-align: middle;
}

.products-panel {
  overflow: hidden;
}

.products-panel .h {
  float: left;
}

.new-box,
.sale-box {
  position: absolute;
  top: -1px;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}

.new-box {
  right: -1px;
}

.sale-box {
  left: -1px;
}

.new-label,
.sale-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: white;
  padding: 4px 10px;
  text-align: center;
  display: block;
  z-index: 1;
}

.new-label {
  background: #7bb7c5;
}

.sale-label {
  background: #2dcc70;
}

.item-price > * {
  margin: 0 5px 0 0;
}

.sidebar-products .item-image {
  width: 50%;
  float: left;
  margin-right: 15px;
}

.sidebar-products .item-btn {
  display: none;
}

.cart-section .block {
  padding: 22.5px;
  margin-bottom: 30px;
  background-color: #f6f6f6;
}

.cart-section .h {
  padding-bottom: 22.5px;
  border-bottom: 1px solid #e7e7e6;
  margin-bottom: 15px;
}

.cart-section hr {
  background: none;
  height: 0;
  border: 0;
  border-bottom: 1px solid #e7e7e6;
  margin-bottom: 15px;
}

.cart-section .sale {
  color: #2bbd73;
}

.cart-section .total {
  color: #2ea1db;
}

.cart-table-col {
  margin-bottom: 30px;
}

.cart-table-col .h {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .cart-table-col {
    float: left;
    width: 66.6666%;
  }
}

.cart-info-col {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .cart-info-col {
    float: right;
    width: 33.3333%;
    padding-left: 30px;
  }
}

.cart-info-col .btn {
  max-width: 390px;
  width: 100%;
  margin-bottom: 30px;
}

.info dt {
  float: left;
  clear: both;
  margin-bottom: 0.5em;
}

.info dd {
  float: right;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
}

.bulleted-list li {
  padding: 0 0 0 25px;
  margin-bottom: 0.5em;
  position: relative;
}

.code label {
  display: block;
  margin-bottom: 15px;
}

.code [type='text'] {
  vertical-align: top;
  width: 127px;
}

.code .btn-sm {
  padding: 5px 10px;
  vertical-align: top;
  width: auto;
  margin: 0;
}

.cart-item {
  border-bottom: 1px solid #e7e7e6;
  padding: 22.5px 0;
  display: table;
  width: 100%;
}

.cart-item img {
  max-width: 100%;
  height: auto;
  border: 1px solid #e7e7e6;
  margin-bottom: 20px;
}

.cart-item .l {
  float: left;
}

.cart-item .r {
  float: right;
  text-align: right;
}

@media (min-width: 480px) {
  .cart-item img {
    max-width: 150px;
    height: auto;
    border: 1px solid #e7e7e6;
    margin: 0;
  }
  .cart-item-image {
    vertical-align: bottom;
    display: table-cell;
    width: 25%;
    padding-right: 30px;
  }
  .cart-item-descr {
    vertical-align: top;
    display: table-cell;
    width: 75%;
  }
  .cart-item-descr div {
    margin-bottom: 0.5em;
  }
}

.cart-item-bar {
  margin-top: 20px;
}

.cart-item-bar .l i {
  color: #2bbd73;
}

.products {
  margin-bottom: 0;
}

.product {
  margin-bottom: 30px;
}

.product > .product-name {
  display: block;
}

@media (min-width: 600px) {
  .product > .product-name {
    display: none;
  }
}

@media (min-width: 600px) {
  .product {
    padding: 0 0 0 242px;
  }
  .product .product_images {
    float: left;
    width: 212px;
    margin-left: -242px;
  }
  .product img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 959px) {
  .product .product_images {
    margin-bottom: 30px;
  }
}

@media (min-width: 960px) {
  .product {
    padding: 0 0 0 363px;
  }
  .product .product_images {
    width: 318px;
    margin-left: -363px;
  }
}

.product .prices {
  text-transform: uppercase;
  color: #323232;
  font-size: 14px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-weight: bold;
  padding: 13px 0;
  margin-bottom: 20px;
}

.product .prices .price-new {
  font-size: 31px;
  color: #2ea1db;
}

.product .prices .price-old {
  color: #7e7e7e;
  margin-left: 10px;
}

.product .prices .price-tax {
  color: #777;
  text-transform: none;
  font-weight: normal;
  margin-left: 10px;
  text-decoration: line-through;
}

.product .prices .discount {
  text-transform: none;
  font-weight: normal;
}

.product .prices .reward {
  padding-top: 10px;
  display: block;
}

.product .buttons {
  margin-bottom: 10px;
}

.product .buttons a {
  text-decoration: none;
}

.product .buttons .btn-ghost {
  padding: 8px 15px;
  margin: 0 4px 10px 0;
}

.product .buttons .btn-ghost svg {
  margin-right: 4px;
}

.product .buttons .kol {
  display: inline-block;
  font-size: 14px;
  margin-top: 8px;
}

.product-name,
.product-description h1 {
  color: #222;
  border-bottom: 1px solid #e6e6e6;
  margin: 10px 0;
  padding-bottom: 15px;
  font-family: "Rubik", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 24px;
}

.product-description .product-name, .product-description
.product-description h1 {
  text-transform: uppercase;
  margin-top: 0;
}

@media (max-width: 599px) {
  .product-description .product-name, .product-description
  .product-description h1 {
    display: none;
  }
}

.product-section {
  font-weight: bold;
  color: #323232;
  line-height: 24px;
  margin-bottom: 2px;
  font-size: 14px;
}

.product-section a {
  color: #2ea1db;
}

.product-section a:hover {
  color: #2ea1db;
}

.product-section span {
  color: #2ea1db;
  font-weight: bold;
}

.product-section .prod-stock {
  display: inline-block;
  background-color: #1f84b7;
  color: #fff;
  font-style: normal;
  padding: 0 7px;
  margin: 0 9px;
}

.products-panel .h.bordered {
  display: block;
  border-bottom: 1px solid #222;
  width: 100%;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
}

.products-panel .h.bordered > div {
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  background: #222;
}

.product-description {
  display: table;
}

.qty {
  padding: 20px 0;
}

.qty label {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin-right: 10px;
}

.qty .number-holder {
  display: inline-block;
  vertical-align: middle;
}

.product-info-list {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin: 0 0 1.5em;
  padding: 0;
}

.product-info-list dt {
  float: left;
  clear: left;
  padding: 0;
  margin: 0 10px 0 0;
  width: 40%;
}

.product-info-list dd {
  display: table;
  margin-bottom: 0;
  font-weight: normal;
}

.cart-table {
  width: 100%;
  overflow-y: auto;
}

#usertable {
  width: 100%;
  font-size: 13px;
  line-height: 1.3;
}

@media (max-width: 479px) {
  #usertable td {
    vertical-align: top;
    padding-top: 20px !important;
  }
  #usertable td:first-child {
    padding: 0 0 5px !important;
    max-width: 50%;
    width: 50%;
  }
  #usertable .product-description {
    margin-right: -100%;
    padding-left: 5px;
  }
}

#usertable td {
  border: 1px solid #282828;
  text-align: center;
  padding: 5px;
}

#usertable th {
  border: 1px solid #282828;
  background-color: #282828;
  color: #fff;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
  white-space: nowrap;
}

#usertable th:first-child {
  padding-left: 15px;
}

#usertable th:first-child,
#usertable td:first-child {
  text-align: left;
}

#usertable td:last-child {
  min-width: 32px;
}

#usertable .price,
#usertable .total {
  white-space: nowrap;
}

.cart .product img {
  max-width: 150px;
  width: 100%;
  height: auto;
}

.cart .product-image {
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .cart .product-image {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    width: 30%;
    max-width: 150px;
    margin-bottom: 0;
  }
  .cart .product-description {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
  }
}

.cart td.photo {
  width: 100px !important;
}

.cart td.photo img {
  width: 100%;
}

.cart .lft {
  width: 400px !important;
  text-align: left !important;
}

.cart .rght {
  text-align: right !important;
}

.cart td {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
}

.cart tr {
  background: #fff;
}

.cart tr:nth-child(2n) {
  background: #f8f8f8;
}

input[type=number] {
  width: 70px;
  text-align: center;
}

#usertable input[type=checkbox] {
  display: none;
}

.cart input.read {
  border: 0;
}

.cart input[type=text] {
  text-align: center !important;
  width: 90px !important;
}

.cart input[type=text].big {
  width: 150px !important;
}

/* cart form */
[name='korzina'] + h3 {
  text-align: left;
}

#none input[type=password],
#none input[type=tel],
#none input[type=text],
#none select,
#none textarea {
  width: 350px;
}

input[type='password'] {
  margin: 6px 0;
}

#none .imgleft {
  margin-top: 5px;
}

#none input.kpch {
  width: 140px;
  margin: 0 0 5px 7px;
}

#none input.kpch2 {
  margin-top: 5px;
  width: 140px;
}

#none .button1 {
  width: 140px;
}

#none input[type=submit].button {
  width: 350px;
  margin: 0 3px;
}

#none {
  width: 100%;
  text-align: left;
  font-size: 15px;
}

@media (min-width: 768px) {
  #none {
    max-width: 480px;
  }
}

#none table {
  width: 100%;
}

#none .req {
  color: #2ea1db;
}

#none tr td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

#none tr td:first-child {
  vertical-align: top;
  padding: 5px 10px 0 0;
}

#none tr td:first-child b {
  color: #2ea1db;
}

#none tr td:last-child {
  width: 66%;
  overflow: hidden;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  #none tr td:last-child {
    width: 60%;
  }
}

#none tr td:last-child input,
#none tr td:last-child textarea,
#none tr td:last-child select {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  margin: 0;
}

#none tr:last-child td {
  padding: 0;
}

#none .opl {
  font-size: 12px;
}

.dall {
  display: block;
}

.d1, .d2 {
  display: inline-block;
  vertical-align: top;
}

.d2 {
  font-size: 13px;
  color: Red;
  padding: 10px 0 0 10px;
}

#allnews {
  padding-bottom: 25px;
  clear: left;
}

.vrght {
  text-align: right;
}

.vleft {
  text-align: justify;
}

.cntr {
  text-align: center;
}

.img1.imgleft,
.img1.imgright {
  padding: 0 !important;
}

@media print {
  body {
    color: #000;
    background: #fff;
  }
  .header,
  .footer,
  .slideshow-top,
  .thumbs-body,
  .slideshow,
  .columns.viewport-section,
  .viewport-section + hr,
  form,
  #back-top-wrapper,
  #back-top,
  .top-bar {
    display: none;
  }
  .main-holder + .main {
    border-top: 0;
    padding-top: 0;
  }
}

.pagegallery .imgleft {
  height: 155px;
  overflow: hidden;
}

.pagegallery .img4.imgleft img {
  min-height: 100% !important;
  max-height: 100% !important;
  padding-bottom: 15px;
}

.jcf-number {
  display: inline-block;
  position: relative;
  height: 32px;
}

.jcf-number input {
  -moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.jcf-number input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #979797;
  padding: 3px 27px 3px 7px;
  margin: 0;
  height: 100%;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  position: absolute;
  background: #aaa;
  width: 20px;
  height: 15px;
  right: 1px;
  top: 1px;
}

.jcf-number .jcf-btn-dec {
  top: auto;
  bottom: 1px;
}

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
  background: #e6e6e6;
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
  background: #aaa;
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  border: 4px solid #aaa;
  border-color: transparent transparent #000 transparent;
}

.jcf-number .jcf-btn-dec:before {
  margin: -1px 0 0 -4px;
  border-color: #000 transparent transparent transparent;
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
  opacity: 0.3;
}

.jcf-number.jcf-disabled input {
  background: #ddd;
}

.jcf-disabled {
  background: #ddd !important;
}

.jcf-focus, .jcf-focus * {
  border-color: #000 !important;
}

.red {
  color: red;
}

.sort {
  font-size: 14px;
  width: 100%;
  display: block;
  padding: 0 0 25px 10px;
}

.sort a {
  padding: 0 15px 0 5px;
}

.sort a,
.pages a {
  text-decoration: underline;
}

.sort a:hover,
.sort a.active,
.pages a:hover {
  color: #de417b;
}

.sort a.active {
  font-weight: bold;
}

.pages {
  font-size: 15px;
  width: 100%;
  display: block;
  text-align: center;
}

.hid {
  display: none;
}

.h.spec {
  color: #fcb511;
}

.h.spec span {
  color: #ec1f25;
}

.sm {
  font-size: 12px;
}

#met,
#pun,
#adr {
  margin: 8px 0;
  display: none;
}

.ots {
  margin: 8px 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.number-holder {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 31px;
  background: #fff;
  border: 1px solid #ccc;
}

.number-holder [type='number'] {
  border: 0;
  width: 37px;
  height: 29px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 0 !important;
  padding: 0 2px !important;
  vertical-align: top;
  background-color: transparent;
}

.number-holder .button-dec,
.number-holder .button-inc {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 30px;
  text-align: center;
  line-height: 29px;
  color: #222;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  font-size: 25px;
  font-weight: 800;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.number-holder .button-dec:hover,
.number-holder .button-inc:hover {
  color: #fff;
  background-color: #2ea1db;
}

.callbtn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #2ea1db;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  text-align: center;
  padding-top: 4px;
  -webkit-transition: 250ms ease-in;
  -o-transition: 250ms ease-in;
  transition: 250ms ease-in;
}

@media (min-width: 960px) {
  .callbtn {
    display: none;
  }
}

.callbtn:hover {
  background: #2bbd73;
  color: #000;
  -webkit-box-shadow: 0 0 0 8px rgba(43, 189, 115, 0.3);
  box-shadow: 0 0 0 8px rgba(43, 189, 115, 0.3);
}
