

/* Start:/local/templates/cleanart/js/fancybox/jquery.fancybox.css?171804246719844*/
@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-close-small {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 28px;
  height: 28px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }
.fancybox-close-small:hover {
  border: none !important;
}
.fancybox-close-small:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  /*font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;*/
  color: #888;
  font-weight: 300;
  text-align: center;
  /*border-radius: 50%;*/
  border-width: 0;
  /*background: #fff;*/
  transition: background .25s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAEFCu8CAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplZDJmY2VhMC0xY2M5LTQ4MjUtYjE4Mi1kMDNlZWVhNTE4MjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkFDNkVBNDE3ODY4MTFFNzk4RTE4Nzc4NDk1NjRGRDgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkFDNkVBNDA3ODY4MTFFNzk4RTE4Nzc4NDk1NjRGRDgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyN2Y3ZWFiMi1kNmJhLTQ1YjUtOWQxMi0zYmVjZWJmNjIyYzgiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowODgzYjVjOS1iNjcxLTExN2EtOGIwZC1kY2VkZDg3YjI0NmYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz44sxSFAAAB4ElEQVR42mLcrCzOgAyYoPR/IGZEFgDR/7Cp+A8QQIzIZjAhmfUfRSkTsqkAAQTTAxeAAhD7HwsSB6YIxmdkQuLAdMPYDAABxIjuHXSvzQHiWWjicNelQI2ahSTBhOyPVCS7YN5B8XEK1IqZ2IKTCcmEWQxIRjAh+RGmYCZAAD7JIAUAEASC2leLHlX01QpBw2Kzs7Mxq6YyNbJS/Fhni1+YJbcPsBSSufGK+GYbABg1QM7DhAXoHkDHQp8fGCmkAHibvAIMzABACuc2twCElFEKwCAMQ6HspIO5Q5XtqG44UnCa1PxZfYhpapqsTIbbxqQreT9nN4p1ATtado2xymDvAnuwsDJ4gqahJzCFmjYyivHRVNQmSEXuweFQUe3IjJCG2cI96bYRyLs3SbeNQEUY9oMNaVeQgr92FGyci5wGvLfFK0CpdZgCIAxCAbg8VBfKRXeKDtSlooIJjzFN3aAfEfTB9nRidXxhX95nN0oruubaUy/MuOyNdMcb+tQIJBVY8L6gpq+d8J6BEWJIOsl5tTXFcINFYAsqeERaSRUn7IYs0AuHIA/4B4egCDjBRMCdb1yj7woXDaQuEy4V7EFHs3WRcJkjgwZtyhmFYBqAUjCOKGsS8sAs/0+PNtn1AMD9u2XZByULAAAAAElFTkSuQmCC") scroll no-repeat center center / contain transparent;
  z-index: 2; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* End */


/* Start:/local/templates/cleanart/css/slick.css?17180424521729*/
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

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

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

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

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

    height: auto;

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

/* End */


/* Start:/local/templates/cleanart/css/qLoader.css?1718042452332*/
.QOverlay {
	background-color: #1d1d1d;
	z-index: 9999;
}

.QLoader {
	background-color: #1d1d1d;
	height: 100%;
}

.QAmt {
	display: none !important;
	color:#1d1d1d;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:40px;
	font-weight:bold;
	line-height:50px;
	height:50px;
	width:100px;
	margin:-60px 0 0 -50px;
}
/* End */


/* Start:/local/templates/cleanart/css/styles.css?171804245281185*/
@font-face {
    font-family: "MuseoSansRegular";
    src: /*url("/local/templates/cleanart/css/../fonts/MuseoSansRegular/MuseoSansRegular.eot");
    src: url("/local/templates/cleanart/css/../fonts/MuseoSansRegular/MuseoSansRegular.eot?#iefix")format("embedded-opentype"),*/
    url("/local/templates/cleanart/css/../fonts/MuseoSansRegular/MuseoSansRegular.woff") format("woff"),
    url("/local/templates/cleanart/css/../fonts/MuseoSansRegular/MuseoSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MuseoSansBold";
    src: /*url("/local/templates/cleanart/css/../fonts/MuseoSansBold/MuseoSansBold.eot");
    src: url("/local/templates/cleanart/css/../fonts/MuseoSansBold/MuseoSansBold.eot?#iefix")format("embedded-opentype"),*/
    url("/local/templates/cleanart/css/../fonts/MuseoSansBold/MuseoSansBold.woff") format("woff"),
    url("/local/templates/cleanart/css/../fonts/MuseoSansBold/MuseoSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MuseoSansItalic";
    src: /*url("/local/templates/cleanart/css/../fonts/MuseoSansItalic/MuseoSansItalic.eot");
    src: url("/local/templates/cleanart/css/../fonts/MuseoSansItalic/MuseoSansItalic.eot?#iefix")format("embedded-opentype"),*/
    url("/local/templates/cleanart/css/../fonts/MuseoSansItalic/MuseoSansItalic.woff") format("woff"),
    url("/local/templates/cleanart/css/../fonts/MuseoSansItalic/MuseoSansItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MuseoSansLight";
    src: /*url("/local/templates/cleanart/css/../fonts/MuseoSansLight/MuseoSansLight.eot");
    src: url("/local/templates/cleanart/css/../fonts/MuseoSansLight/MuseoSansLight.eot?#iefix")format("embedded-opentype"),*/
    url("/local/templates/cleanart/css/../fonts/MuseoSansLight/MuseoSansLight.woff") format("woff"),
    url("/local/templates/cleanart/css/../fonts/MuseoSansLight/MuseoSansLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MuseoSansMedium";
    src: /*url("/local/templates/cleanart/css/../fonts/MuseoSansMedium/MuseoSansMedium.eot");
    src: url("/local/templates/cleanart/css/../fonts/MuseoSansMedium/MuseoSansMedium.eot?#iefix")format("embedded-opentype"),*/
    url("/local/templates/cleanart/css/../fonts/MuseoSansMedium/MuseoSansMedium.woff") format("woff"),
    url("/local/templates/cleanart/css/../fonts/MuseoSansMedium/MuseoSansMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MuseoSansBlack";
    src: /*url("/local/templates/cleanart/css/../fonts/MuseoSansBlack/MuseoSansBlack.eot");
    src: url("/local/templates/cleanart/css/../fonts/MuseoSansBlack/MuseoSansBlack.eot?#iefix")format("embedded-opentype"),*/
    url("/local/templates/cleanart/css/../fonts/MuseoSansBlack/MuseoSansBlack.woff") format("woff"),
    url("/local/templates/cleanart/css/../fonts/MuseoSansBlack/MuseoSansBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MuseoSansBoldItalic";
    src: /*url("/local/templates/cleanart/css/../fonts/MuseoSansBoldItalic/MuseoSansBoldItalic.eot");
    src: url("/local/templates/cleanart/css/../fonts/MuseoSansBoldItalic/MuseoSansBoldItalic.eot?#iefix")format("embedded-opentype"),*/
    url("/local/templates/cleanart/css/../fonts/MuseoSansBoldItalic/MuseoSansBoldItalic.woff") format("woff"),
    url("/local/templates/cleanart/css/../fonts/MuseoSansBoldItalic/MuseoSansBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MuseoSansMediumItalic";
    src: /*url("/local/templates/cleanart/css/../fonts/MuseoSansMediumItalic/MuseoSansMediumItalic.eot");
    src: url("/local/templates/cleanart/css/../fonts/MuseoSansMediumItalic/MuseoSansMediumItalic.eot?#iefix")format("embedded-opentype"),*/
    url("/local/templates/cleanart/css/../fonts/MuseoSansMediumItalic/MuseoSansMediumItalic.woff") format("woff"),
    url("/local/templates/cleanart/css/../fonts/MuseoSansMediumItalic/MuseoSansMediumItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MuseoSansLightItalic";
    src: /*url("/local/templates/cleanart/css/../fonts/MuseoSansLightItalic/MuseoSansLightItalic.eot");
    src: url("/local/templates/cleanart/css/../fonts/MuseoSansLightItalic/MuseoSansLightItalic.eot?#iefix")format("embedded-opentype"),*/
    url("/local/templates/cleanart/css/../fonts/MuseoSansLightItalic/MuseoSansLightItalic.woff") format("woff"),
    url("/local/templates/cleanart/css/../fonts/MuseoSansLightItalic/MuseoSansLightItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MuseoSansBlackItalic";
    src: /*url("/local/templates/cleanart/css/../fonts/MuseoSansBlackItalic/MuseoSansBlackItalic.eot");
    src: url("/local/templates/cleanart/css/../fonts/MuseoSansBlackItalic/MuseoSansBlackItalic.eot?#iefix")format("embedded-opentype"),*/
    url("/local/templates/cleanart/css/../fonts/MuseoSansBlackItalic/MuseoSansBlackItalic.woff") format("woff"),
    url("/local/templates/cleanart/css/../fonts/MuseoSansBlackItalic/MuseoSansBlackItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
* {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: none;
}
*:focus {
    outline:none !important;
}
html {
    color: #fff;
    font: normal 13px/1.3 "MuseoSansMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow-y: scroll;
}
html, body {
    height: 100%;
    background-color: #000;
}
h1 {
    margin: 70px 0 40px;
    color: #aaaaaa;
    font-size: 46px;
    font-weight: 100;
    font-family: "MuseoSansLight";
}
h2 {
    margin: 40px 0 15px;
    font-size: 24px;
    font-weight: 500;
}
p {
    font-family: "MuseoSansRegular";
    font-size: 16px;
    margin: 5px 0;
}
a {
    color: #fff;
    text-decoration: none;
}
a[href^=tel] {
    color: #b32317 !important;
}
.footer a[href^=tel] {
    color: #676769 !important;
}
button {
    padding: 15px 43px;
    border: 2px solid #b32317;
    color: #fff;
    font-size: 18px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background-color: #b32317;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
button:hover {
    border: 2px solid #c62417;
    background-color: #c62417;
}
button:active {
    border: 2px solid #b32317;
    background-color: #b32317;
}
.slick-dots button {
    background-color: transparent;
}
.clr:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
}
.wrapper {
    position: relative;
    min-height: 100%;
    width: 100%;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #1d1d1d;
    overflow-x: hidden;
}
.wrapper:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.wrapper:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.header,
.main,
.footer {
    position: relative;
    z-index: 1;
}
.header {
    z-index: 2;
    margin: 0 77px;
}
.header__inner {
    max-width: 1600px;
    padding-top: 42px;
    margin: 0 auto;
    text-align: justify;
}
.header__inner:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
}
.logo,
.menu,
.social__buttons {
    display: inline-block;
    /*margin: 0 40px;*/
    vertical-align: middle;
}
.menu {
    /*width: 18%;*/
    width: 24%;
}
.logo {

}
.social__buttons {
    /*width: 18%;*/
    text-align: right;
}
.menu {
    font-family: "MuseoSansLight";
}
.menu__button {
    position: relative;
    z-index: 10000001;
    display: block;
    height: 28px;
    width: 28px;
    color: #cac97b;
    cursor: pointer;
}
.menu__button__line {
    position: absolute;
    left: 0;
    display: block;
    height: 2px;
    width: 28px;
    background-color: currentColor;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.menu__button__line_1 {
    top: 6px;
}
.menu__button__line_2 {
    top: 13px;
}
.menu__button__line_3 {
    top: 20px;
}
.menu_active .menu__button__line_1 {
    top: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu_active .menu__button__line_2 {
    height: 0;
}
.menu_active .menu__button__line_3 {
    top: 14px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu__main {
    position: fixed;
    z-index: 10000000;
    left: 0;
    right: 0;
    top: -100%;
    bottom: 100%;
    padding-top: 90px;
    opacity: 0;
    text-align: center;
    background: url("/local/templates/cleanart/css/../images/bg_menu.png") scroll no-repeat left top / cover rgba(0, 0, 0, 1);
    /*background-color: rgba(0, 0, 0, 0.73);*/
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.menu_active .menu__main {
    top: 0;
    bottom: 0;
    opacity: 1;
    overflow: auto;
}
.menu__main:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.menu__list {
    display: inline-block;
    vertical-align: middle;
    font-size: 58px;

}
.menu__item {
    margin: 30px 0;
    margin: 4vh 0;
}
.menu__item__link {
    position: relative;
    z-index: 1;
}
.menu__item_active .menu__item__link:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 57%;
    left: -60px;
    bottom: auto;
    right: -60px;
    height: 2px;
    background-color: #b32317;
}
.logo {
    position: relative;
    z-index: 10000001;
}
.logo__link {
    display: inline-block;
    height: 35px;
    width: 175px;
    vertical-align: middle;
    background: url("/local/templates/cleanart/css/../images/logo_cleanart_big.png") no-repeat scroll center center / contain transparent;
}
.social__buttons {
    position: relative;
    z-index: 10000001;
}
.social__button {
    display: inline-block;
    height: 38px;
    width: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    background:  none no-repeat scroll center center / auto transparent;
    border: 2px solid #cac97b;
    border-radius: 100%;
}
.social__button ~ .social__button {
    margin-left: 5px;
}
.social__button_f {
    /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAQCAYAAAFcjQ7rAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplZDJmY2VhMC0xY2M5LTQ4MjUtYjE4Mi1kMDNlZWVhNTE4MjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzM5MDlFRUY3NTUzMTFFNzk0NEY4ODgyMkVCODNBNzAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzM5MDlFRUU3NTUzMTFFNzk0NEY4ODgyMkVCODNBNzAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4ZTJjNDZjMi0wYjc0LTQ3YWEtYmUxMS0xNzAzMjRjYmIyZjAiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4MGViMjQ1OC1hNzFiLTExN2EtOTYxZi05Yjc1YjYwYjhiYTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5CgrBVAAAA/0lEQVR42mI4dbKagYkBCAACiAHIWg5ihQAEECOQpQhk3Abx7gPxf4AAAomAlGwFiVwA4tkgxkMg3gBiMIPkAAIIpmYVEIcC8QyQTAQQBzNAgBFIYAUQbwfiP0BszgSV4QZiFhADIIBgZvgAcSYQ97BATd8MdQkjSEscVNtqID4FEpgKFSgC4u8gAS6ogAsQ/wUJsEIFOEEEzFo4QBYAuwMgwGDuAIEwIF4G8yQUpLEgcWKgkv+h/l0FMzIOKugLVcgIxCuB+CkQS4AUbAFiCyA+ClXwF4gLgNgJiF+AFLwD4nNA/AGqAGTaTSjG9AY+b2EFLEjGnoE6EOSG1zAFAFZ+N65EPfGTAAAAAElFTkSuQmCC");*/
    background-image: url("/local/templates/cleanart/css/../images/facebook-letter-logo.svg");
}
.social__button_t {
    /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAYAAAGnXcxvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplZDJmY2VhMC0xY2M5LTQ4MjUtYjE4Mi1kMDNlZWVhNTE4MjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0YxQUJCMUY3NTUzMTFFNzk3NzJFQ0FEMDY4NTVDN0YiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0YxQUJCMUU3NTUzMTFFNzk3NzJFQ0FEMDY4NTVDN0YiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4ZTJjNDZjMi0wYjc0LTQ3YWEtYmUxMS0xNzAzMjRjYmIyZjAiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4MGViMjQ1OC1hNzFiLTExN2EtOTYxZi05Yjc1YjYwYjhiYTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7kvrfFAAABwElEQVR42mI8dbKaAQaYgJgZiP/DOH+BmBHEAQggRqgyJhZkaT6QDEAAgaTUgQwLIH4HxJuAOBMkexOItaECL4F4BkAAMSLbBTPjP5QNov8zIXHgKhiRdDDCVAjAJAACCGSoJFTwOZLKN0AsDLX9HMjVP4H4FlQQBL4DMSeU7QfE/kxQD/QgmcKJxG4CESxQT8UwoIJZQJwO4wAEEIZHsQGQdSVoYjGwgADimSDrQYoKgfgGEPNCFS1G0hAFxP9AivqAGBQLn0ACaKaeBvkepEgKOSTRFM2BuakYGgzYwAqYIhAwBuJXaAocYdaDFPUD8X0gFoNKvgdiPSA+gBwEIN+xArEQNLRB9GVkIwECjKjAhAJLaFyCEuYJIF4LxN+AWBWIHzNBrf8IxNuBWAaLAcpA/AiIjwFxBRBnAfEiIP4KjZQakD4WaEpaBcQpIJOhmo8D8RogPgnEDkAsi8OVR4A4HpaYQIqM0JKjJRQTApeRA/I2ELsA8UJoKiAWgKKwDdkgWFStg7qKGHAKmi2eIBvEB417kDO9oRnrMw4DHgCxFxCbQ7MuHMCyrhI0dRlBE/oLIH4I9fYFIN4BdQVOAABYrmROgnP7vwAAAABJRU5ErkJggg==");*/
    background-image: url("/local/templates/cleanart/css/../images/twitter-logo-silhouette.svg");
}
.social__button_i {
    /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAFMandsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplZDJmY2VhMC0xY2M5LTQ4MjUtYjE4Mi1kMDNlZWVhNTE4MjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTBBQTIxRUM3NTUzMTFFNzkyOUVERUMwMjVGNkM5OEEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTBBQTIxRUI3NTUzMTFFNzkyOUVERUMwMjVGNkM5OEEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4ZTJjNDZjMi0wYjc0LTQ3YWEtYmUxMS0xNzAzMjRjYmIyZjAiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4MGViMjQ1OC1hNzFiLTExN2EtOTYxZi05Yjc1YjYwYjhiYTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Q8gTiAAABcElEQVR42mI8dbKaAQj+AzEjE4gRHLIILADiMK5dEwfiMAIEECNQGUgJA0iUAYUBEEBwKRBYtuw8Q1SUIUIWBEACIAAQQCCVa4F0EFR8HRMSB6Q1iAXEgDqAAWQ3C4yBbO06JLPXAQQQuqEMyE6B2r6OBVkBzHw0o4OYGIgALFD7g9AdhuwmgAACuUkVyDgDxHxokp+A2ARk1S0skgzRMctAYrdwuuX/f4Q7wOD48YcMPb0HweziIjuGZUujUONnwsTDcN0TJx1hwIjA/HxbuGBerg0D1ojFBggGGEiBBhB/xiIHEtMACDCQFepAxgkgFmAgHXwAYgtQUJzCFpi4QHjEEoY/f/4xcHCwMCxdEgWy+AxOzx479oBh1epLDM+ff2KQlORjCAvVY7CyUsBqMFZDCgo3MTx+/AFDsaysAMOEfj/SQ5UYgNM7R4+CvHMR6J3PQO/wAr2jz2Btjds7H0kJWCzgC8g75tCoYiAzik0BYsN7r3/YQXIAAAAASUVORK5CYII=");*/
    background-image: url("/local/templates/cleanart/css/../images/instagram.svg");
}
.main {
    min-height: 200px;
    margin: 0 77px;
}
.main__inner {
    max-width: 1600px;
    padding: 1px 0;
    margin: 0 auto;
}
.footer {
    position: relative;
    z-index: 10000001;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: -50px 77px 0;
    line-height: 20px;
    overflow: hidden;
    text-align: justify;
    color: #676767;
    font-family: "MuseoSansRegular";
}
.footer__inner {
    max-width: 1600px;
    margin: 0 auto 0;
}
.footer__inner:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
}
.footer a {
    color: #676767;
}
.copy,
.contacts,
.developer__info {
    display: inline-block;
    vertical-align: middle;
}
.k-service__section {
    white-space: nowrap;
}
.k-service__section__main {
    display: inline-block;
    width: 50%;
    padding-right: 50px;
    white-space: normal;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.k-service__section__form {
    display: inline-block;
    width: 50%;
    white-space: normal;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
    background-color: rgba(0, 0, 0, 0.40);
}
.k-service__section h1 {
    font-size: 48px;
    color: #919054;
}
.k-service__content p {
    font-size: 24px;
    margin: 25px 0px;
}
.k-service__section .k-service__phone {
    padding: 60px 0 60px 29%;
    margin-top: 100px;
    text-align: left;
    font-size: 48px;
    color: #919054;
    background: url("/local/templates/cleanart/css/../images/phone_img.png") no-repeat scroll left center / contain transparent;
}
.k-service__phone a {
    font-size: 48px;
    color: #919054 !important;
}
.k-service__form__info {
    font-size: 24px;
    margin-bottom: 45px;
}
.k-service__list {
    text-align: justify;
}
.k-service__list:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.k-service__item {
    position: relative;
    display: inline-block;
    height: 372px;
    width: 372px; /* 372/1600 */
    padding: 80px 17px;
    margin: 25px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    background: none no-repeat center center / contain transparent;
}
/*@keyframes blurFilter1 {
    0% {
        -webkit-filter: blur(7px);
    }
    7.692307692307692% {
        -webkit-filter: blur(0);
    }
    30.76923076923077% {
        -webkit-filter: blur(0px);
    }
    38.46153846153846% {
        -webkit-filter: blur(7px);
    }
}
@keyframes blurFilter2 {
    0% {
        -webkit-filter: blur(7px);
    }
    30.76923076923077% {
        -webkit-filter: blur(7px);
    }
    38.46153846153846% {
        -webkit-filter: blur(0px);
    }
    61.53846153846154% {
        -webkit-filter: blur(0px);
    }
    69.23076923076923% {
        -webkit-filter: blur(7px);
    }
}
@keyframes blurFilter3 {
    0% {
        -webkit-filter: blur(7px);
    }
    61.53846153846154% {
        -webkit-filter: blur(7px);
    }
    69.23076923076923% {
        -webkit-filter: blur(0px);
    }
    92.30769230769231% {
        -webkit-filter: blur(0px);
    }
    100% {
        -webkit-filter: blur(7px);
    }
}*/
/*.k-service__item ~ .k-service__item:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    display: block;
    width: 104px;
    height: 22px;
    margin-top: -11px;
    margin-right: 30px;
    color: #b32317;
    font-size: 40px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAAAVCAYAAAHdp5soAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplZDJmY2VhMC0xY2M5LTQ4MjUtYjE4Mi1kMDNlZWVhNTE4MjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDMxRTY0Mjg3NDY4MTFFN0I2NUY5NkIyRkVBRjNFQ0IiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDMxRTY0Mjc3NDY4MTFFN0I2NUY5NkIyRkVBRjNFQ0IiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4ZTJjNDZjMi0wYjc0LTQ3YWEtYmUxMS0xNzAzMjRjYmIyZjAiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4MGViMjQ1OC1hNzFiLTExN2EtOTYxZi05Yjc1YjYwYjhiYTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4LDAyZAAABb0lEQVR42mL4//8/Ayl4s7I4AxMDGYAcTbcAAogRZCWxYIuKBNk2/SdHEyNAAJHkPFIB1DsgCxhZYH6jIWAkOcDJ9BEYAAQQ3SxionGwyUAxzS16ArOQHonhCb0Swy0gVqN10O0BWQJiAAQQTX1ES4BUGMgipQWaJzp6FDowj4FzEShx/2cYHuDxcEhy8LoYSquxDPFYgXsEJgAQQMMlhhiGQ6GwFymGhoWHnNGS3bAottXQPTXUPYThqeFUD4ErWBak2nYoAxloxSo7HIptuGdAbTqm4RIzsAYq03DyzFD3EBu6Z0AAIMCGbB4aqgCa95WAeBYQJ6BHyHBq+Qxl8AuI5aBFwC1Y33Q0ggYPeAJtsMki9bWxRtRoBA3yiGIETSmMgkHV8tkHxKpAfBuInUARNNpKGMSACdq1G8UDj2WhuYYBSoP4jKPN7IHrYuMs1hiG0TTKUK9vbkEbBgzQHKOG3i8ajaCBAXsJRQwMAADILo1pIA/ibAAAAABJRU5ErkJggg==") scroll no-repeat center center / contain transparent;
}*/
.k-service__item__arrow {
    /*position: absolute;
    top: 50%;
    right: 100%;*/
    display: inline-block;
    width: 7%;
    height: 22px;
    /*margin-top: -11px;
    margin-right: 30px;*/
    vertical-align: middle;
    color: #b32317;
    font-size: 40px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAAAVCAYAAAHdp5soAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplZDJmY2VhMC0xY2M5LTQ4MjUtYjE4Mi1kMDNlZWVhNTE4MjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDMxRTY0Mjg3NDY4MTFFN0I2NUY5NkIyRkVBRjNFQ0IiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDMxRTY0Mjc3NDY4MTFFN0I2NUY5NkIyRkVBRjNFQ0IiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4ZTJjNDZjMi0wYjc0LTQ3YWEtYmUxMS0xNzAzMjRjYmIyZjAiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4MGViMjQ1OC1hNzFiLTExN2EtOTYxZi05Yjc1YjYwYjhiYTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4LDAyZAAABb0lEQVR42mL4//8/Ayl4s7I4AxMDGYAcTbcAAogRZCWxYIuKBNk2/SdHEyNAAJHkPFIB1DsgCxhZYH6jIWAkOcDJ9BEYAAQQ3SxionGwyUAxzS16ArOQHonhCb0Swy0gVqN10O0BWQJiAAQQTX1ES4BUGMgipQWaJzp6FDowj4FzEShx/2cYHuDxcEhy8LoYSquxDPFYgXsEJgAQQMMlhhiGQ6GwFymGhoWHnNGS3bAottXQPTXUPYThqeFUD4ErWBak2nYoAxloxSo7HIptuGdAbTqm4RIzsAYq03DyzFD3EBu6Z0AAIMCGbB4aqgCa95WAeBYQJ6BHyHBq+Qxl8AuI5aBFwC1Y33Q0ggYPeAJtsMki9bWxRtRoBA3yiGIETSmMgkHV8tkHxKpAfBuInUARNNpKGMSACdq1G8UDj2WhuYYBSoP4jKPN7IHrYuMs1hiG0TTKUK9vbkEbBgzQHKOG3i8ajaCBAXsJRQwMAADILo1pIA/ibAAAAABJRU5ErkJggg==") scroll no-repeat center center / contain transparent;
}
.k-service__item__arrow_last {
    display: none;
}
.k-service__item_1 {
    background-image: url("/local/templates/cleanart/css/../images/k-service-1.png");
}
.k-service__item_2 {
    background-image: url("/local/templates/cleanart/css/../images/k-service-2.png");
}
.k-service__item_3 {
    background-image: url("/local/templates/cleanart/css/../images/k-service-3.png");
}
.k-service__block__title {
    position: relative;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    font-family: "MuseoSansBold";
}
.k-service__block__title:before {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 27px;
    top: 14px;
    left: -35px;
    background-color: #fff;
}
.k-service__block__desc {
    font-size: 19px;
    font-weight: 300;
    font-family: "MuseoSansRegular";
}
.k-service__info {

}
.k-service__action {
    text-align: center;
}
.k-service__phone {
    margin: 25px 0;
    font-size: 25px;
    font-family: "MuseoSansLight";
    font-weight: 100;
    text-align: center;
}
.wrapper_contacts {
    background: url("/local/templates/cleanart/css/../images/map.png") scroll no-repeat center center / auto 90% transparent;
}
.contacts__main a {
    color: #b32317;
}
.contacts__section {
    position: relative;
    height: 753px;
    padding: 1px 0;
    margin-bottom: 80px;
    background: url("/local/templates/cleanart/css/../images/map.png") scroll no-repeat right bottom -5vh / contain transparent;
}
.contacts__section_1 {
    margin-top: -31vh;
    padding-top: 14vh;
}
.contacts__section_2 {
    background-image: url("/local/templates/cleanart/css/../images/map5.png");
}
.contacts__section_3 {
    background-image: url("/local/templates/cleanart/css/../images/map4.png");
}
.contacts__section_4 {
    background-image: url("/local/templates/cleanart/css/../images/map3.png");
}
.contacts__section_5 {
    background-image: url("/local/templates/cleanart/css/../images/map2.png");
}
.contacts__content {
    margin-top: 20vh;
}
.contacts__section ~ .contacts__section .contacts__content {
    margin-top: 10vh;
}
.contacts__content p {
    font-size: 18px;
}
.mouse__down__wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.mouse__down {
    display: inline-block;
    height: 58px;
    width: 26px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAA6CAYAAAHZ4XluAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplZDJmY2VhMC0xY2M5LTQ4MjUtYjE4Mi1kMDNlZWVhNTE4MjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0Q2N0VBODY3NzAwMTFFNzk5Nzk4REJCMDI1QzY3MDciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0Q2N0VBODU3NzAwMTFFNzk5Nzk4REJCMDI1QzY3MDciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MTc5ZjU3ZS1mMTYzLTQxNGItYTlkOC02YjYxMzQxYTI5NTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ZWQyZmNlYTAtMWNjOS00ODI1LWIxODItZDAzZWVlYTUxODI4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+L6AbfwAABFBJREFUeNpiPHWymgEI1IA4wNSspYsJyNAH4lsgzulTNf9BAhcYkAATAxoACRggC7AA8UUg1gDq9weaw8gIk/n//z/CDKjVYAAQQGAOEP8EqYDZwI5hHYzzH6cMhGNm3oohcwxEAAQQI9RSkAFgVwGdxwB05n0grQhS+RMmAQMgCVg4sCGJ/0e3/RcDDsAE9QqKDqidKFaBAuA/KABgmAlJYitUF9wUgABiRAq/PUCsBTROChb8XECsAsQuSPadAEk8AWIhNAe6g+yRQHc20LiPOP3FhM+zOCV4cUk8QBcEOpcfJCELxHpocjtBEt+A+BIQ7wPi51DnWqAHJmZA4nQuUPVhZBci67BF1gEQQMjBzgF1yAcgjge5DIiVgDgHiLOBeCbQURmwKAGBf0BsiSWUbgAV5kA1gvz+HUh5MEG9FwzEJxkIAKABnEDqAMgmRyB2YiABMDGQAfBp+k91m/YDcRApmliggQAKclDCOIVPMTTIHVmQbOSEagZFbhxUXA6osAwpcjnRUwS2gGAElTEYzkMuotCTLT4/Ea2YUJAfgTkR6CeMjAkQQNj8BPJ4ARALAzEor2QB/XULl00zoJ6Xgwa/CBBPBOITQNv+ATEHuqYToIIIWviCssEjIP4MxJuBtghBK6XvQI1cME32UEFFPFniMtT2LzBNB7CVdFg0gvLbB6Bt+jDnfSQy2YGKgQmkpnJQuWFFkiagE0HlMhvVc+4gye6DUBMwNYDq/1+k2gRK1MdgOZefyKS0EFQagWxyAOIXRDjNDEgJAFPFRZCmg9AG2H08GnShtQoPckBYQBMjKEKnQHMvCPgANbyDGsoNtOUbemmUAcXlSHVVEShVAxXfIFSwECwsGfEUlP+BBSkjrF05MMmIBV+RjMu/TDgCAFYUHwEG+VZiNPEB8SekcsGbGE2foRqPArENNucBBBi+eAKVvM3o7SI8AFRZ1AJddpCYcBCCNtVBYbEDiHdDw4QRF4a2onmhaneA2shAfAyIhXD5aDYQp0Bbw5ZQmpgyFz0TyQCp40AMoucA5VORfXQYakkHtB37hIFMADT4CRCDzOgEmQm0+DDMokZoBIIKjEoGKgGgZRVAahrIbKBljSCLUqFytQzUBx1QOhVkkSSU85jatgB9BTNTkomBTmBQW/QfX909JH00ahHcoudQthq1DQeWCLJQ5nMmaGHKQM3iBwlUQOk5IIvqob2WBCBup6JvQGZlgcwGlhB1LEid/plQF8SQUk1gsQC5mpgFtCQdvdUAEqgC4q3Qcu8HqBcBLe4/EDBcANo1K4QOSICaXwZAS94SW5W3gdppRHoGVDNXAw0/QFT3FAmA6n5rPF0HRmw1LC7ASEr4I434gfWCOt7Y2oujRRBVASMRcWIObU9EQlukyIkB1J5bAWpoAhPFCUp9dA3UO4K2kw+jtUw/QbtlV0lq5uMAn6HNMZDrt6OFBh/QJ5+JCjpikyelAABobGlQxTxxBQAAAABJRU5ErkJggg==") scroll no-repeat center center / contain transparent;
}
.services__main {

}
.services__title {
    /*position: absolute;
    left: 0;
    right: 0;*/
    margin: 20px 0;
    text-align: center;
}
.services__title__text {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    /*color: #fff;
    font-family: "MuseoSansLight";
    font-weight: 100;
    font-size: 18px;*/
    font-size: 16px;
    letter-spacing: 3px;
}
.services__title__text:before,
.services__title__text:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: auto;
    height: 2px;
    margin-top: -1px;
    background-color: #b32317;
}
.services__title__text:before {
    left: -100000px;
    right: 100%;
    margin-right: 12px;
}
.services__title__text:after {
    left: 100%;
    right: -100000px;
    margin-left: 12px;
}
.services__block {
    /*padding-top: 40px;*/
    white-space: nowrap;
}
.services__list__wrapper,
.services__price__list__wrapper {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}
.services__list__wrapper {
    width: 43%;
}
.services__list__wrapper h1 {
    margin: 0 0 40px;
}
.services__list {
    padding-right: 60px;
    list-style: none;
}
.services__item {
    position: relative;
    display: block;
    margin: 27px 0;
    font-family: "MuseoSansBold";
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.services__item_all,
.services__price__list_all {
    display: none;
}
.services__item__link {
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.services__item__link:before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 9px;
    color: inherit;
    background-color: currentColor;
    top: 11px;
    right: 100%;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.services__item.services__item_active {
    color: #cac97b;
}
.services__item_active .services__item__link:before {
    width: 27px;
}
.services__item__link {
    color: inherit;
}
.services__price__list__wrapper {
    width: 57%;
}
.services__price__list__wrapper h2 {
    color: #cac97b;
    font-weight: 500;
    font-size: 31px;
    margin: 8px 0 45px;
}
.services__price__list {
    display: none;
    list-style: none;
}
.services__price__list_active {
    display: block;
    animation: shadow  0.3s;
}
@keyframes shadow {
    from {
        display: none;
        opacity: 0;
    }
    5% {
        display: block;
    }
    to {
        opacity: 1;
    }
}
.services__price__item {
    overflow: hidden;
    display: block;
    margin: 27px 0;
    font-family: "MuseoSansLight";
    font-weight: 100;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.services__price__title {
    display: flex;
    flex-grow: 10;
    margin-right: 10px;
}
.services__price__title:after {
    content: "";
    flex-grow: 10;
    border-bottom: 1px dotted #cac97b;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    height: 17px;
    margin-left: 10px;
}
.services__price__num {
    float: right;
    white-space: nowrap;
    color: #cac97b;
    font-family: "MuseoSansBold";
    font-weight: 500;
    line-height: 23.4px;
    font-size: 20px;
}
.services__price__img {
    height: 16px;
    margin-left: 2px;
}
.philosophy_1 {
    background: url("/local/templates/cleanart/css/../images/bg_main1.png") scroll no-repeat center center / 150% #1d1d1d;
}
.philosophy_2 {
    background: url("/local/templates/cleanart/css/../images/bg_main2.png") scroll no-repeat center center / 150% #1d1d1d;
}
.philosophy_3 {
    background: url("/local/templates/cleanart/css/../images/bg_main3.png") scroll no-repeat center center / 150% #1d1d1d;
}
.philosophy_4 {
    background: url("/local/templates/cleanart/css/../images/bg_main4.png") scroll no-repeat center center / 150% #1d1d1d;
}
.philosophy__section {
    display: block;
}
.philosophy__list,
.philosophy__item {
    height: 652px;
}
.philosophy__list {
    display: block;
    margin-bottom: 56px;
}
.philosophy__list:before {
    content: "";
    position: absolute;
    height: 2px;
    top: 50%;
    left: -100000px;
    right: -100000px;
    margin-top: -7px;
    background-color: #b32317;
}
.philosophy__item {
    position: relative;
    text-align: center;;
    background: none scroll no-repeat center center / contain transparent;
}
.philosophy__item_1 {
    background-image: url("/local/templates/cleanart/css/../images/main1.png");
}
.philosophy__item_2 {
    background-image: url("/local/templates/cleanart/css/../images/main2.png");
}
.philosophy__item_3 {
    background-image: url("/local/templates/cleanart/css/../images/main3.png");
}
.philosophy__item_4 {
    background-image: url("/local/templates/cleanart/css/../images/main4.png");
}
.philosophy__img {
    display: inline-block !important;
    vertical-align: middle;
}
.philosophy__content {
    position: absolute;
    right: 50%;
    display: inline-block;
    /*padding-right: 50px;*/
    text-align: left;
}
.philosophy__title {
    font-weight: 100;
}
.philosophy__num {
    position: relative;
    display: inline-block;
    width: 30px;
    margin-left: -40px;
    margin-right: 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #cac97b;
}
/*
.philosophy__num:before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 18px;
    color: inherit;
    background-color: currentColor;
    top: 15px;
    right: 100%;
    margin-right: 12px;
}
*/
.philosophy__title__text {
    font-family: "MuseoSansLight";
    font-size: 98px;
    letter-spacing: 10px;
}
.philosophy__description {
    position: relative;
    z-index: 1;
    width: 500px;
    font-size: 19px;
    font-weight: 300;
    font-family: "MuseoSansLight";
    letter-spacing: 0.7px;
}
.slick-arrow {
    display: none !important;
}
.slick-dots {
    display: block;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 0 20px;
    list-style: none;
}

    .slick-dots button {
        padding: 0;
        height: 20px;
        width: 20px;
        border: 2px solid #cac97b;
        color: transparent;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .slick-active button {
        border-color: #b32317;
        background-color: #b32317;
    }


/* .slick-dots button {
     color: #aaaaaa;
     border: none;
     padding: 0;
     font-size: 12px;
 }
 .slick-active button {
     color: #b32317;
 }
*/
.loader__section {

}
.loader__main {
    position: relative;
    display: block;
    height: 612px;
    width: 612px;
    /*border: 2px solid #b32317;*/
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 50%;
    margin-top: -306px;
}
.loader__main:after {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 608px;
}
.loader__lines {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.loader__lines:after {
    content: "";
    position: absolute;
    left: 50%;
    height: 100%;
    width: 8px;
    margin-left: -4px;
    background-color: #1d1d1d;
}
.loader__lines:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 8px;
    width: 100%;
    margin-top: -4px;
    background-color: #1d1d1d;
}
.loader__canvas {
    /*display: block;*/
    /*height: 300px;
    width: 300px;*/
}
.loader__helper {
    position: absolute;
    border-width: 306px 0 0 0;
    border-style: solid;
    border-color: #8bddee transparent transparent;
    width: 6px;

}
.loader__helper_1 {
    left: 50%;
    bottom: 50%;
}
.loader__helper_2 {

}
.loader__helper_3 {

}
.loader__helper_4 {

}
.loader__part {
    position: absolute;
    text-align: left;
    white-space: nowrap;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0.8px;
}
.loader__part_1 {
    top: 13.0718954248366%; /* 80px; */
    left: 93.13725490196078%; /*570px;*/
}
.loader__part_2 {
    left: 93.13725490196078%;
    bottom: 13.0718954248366%;
}
.loader__part_3 {
    text-align: right;
    right: 93.13725490196078%;
    bottom: 13.0718954248366%;
}
.loader__part_4 {
    top: 13.0718954248366%;
    right: 93.13725490196078%;
    text-align: right;
}
.loader__part__num {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.loader__part__num__point {
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.loader__part__text {
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.loader_0 .loader__part_1 .loader__part__num,
.loader_0 .loader__part_1 .loader__part__num__point,
.loader_25 .loader__part_2 .loader__part__num,
.loader_25 .loader__part_2 .loader__part__num__point,
.loader_50 .loader__part_3 .loader__part__num,
.loader_50 .loader__part_3 .loader__part__num__point,
.loader_75 .loader__part_4 .loader__part__num,
.loader_75 .loader__part_4 .loader__part__num__point {
    color: #b32317;
    opacity: 1;
}
.loader_0 .loader__part_1 .loader__part__text,
.loader_25 .loader__part_2 .loader__part__text,
.loader_50 .loader__part_3 .loader__part__text,
.loader_75 .loader__part_4 .loader__part__text {
    opacity: 1;
}
.loader__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    height: 55.22875816993464%;/*338px;*/
    width: 55.22875816993464%;/*338px;*/
    margin-top: -27.61437908496732%; /*-169px;*/
    margin-left: -27.61437908496732%; /*-169px;*/
    vertical-align: middle;
    background: url("/local/templates/cleanart/css/../images/logo_cleanart.png") scroll no-repeat center center / contain transparent;
}
.popup {
    /*position: absolute;
    top: 20%;
    left: 30%;*/
    width: 702px;
    padding: 54px 71px;
    background-color: #131313;
}
.popup__form {
    display: none;
}
input[type=text],
input[type=tel],
textarea {
    width: 100%;
    padding: 9px 0px;
    border: none;
    border-bottom: 2px solid #5c5c5c;
    background-color: transparent;
    color: #cac97b;
    font-family: "MuseoSansRegular";
    letter-spacing: 1px;
    font-size: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
input:invalid {
    outline: none;
    border: none;
    border-bottom: 2px solid #cac97b;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
input::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}
input:-ms-input-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}
input::-ms-input-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}
input:-moz-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}
input::-moz-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}
input::placeholder {
    color: #cac97b !important;
    opacity: 1 !important;
}
textarea {
    height: 160px;
    padding: 9px;
    border: 2px solid #5c5c5c;
    resize: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
textarea:invalid {
    outline: none;
    border: 2px solid #5c5c5c;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
label {
    display: inline-block;
    padding: 9px 0px;
    font-size: 17px;
    font-family: "MuseoSansRegular";
    letter-spacing: 1px;
}
.popup__label {
    color: #cac97b;
}
.popup__row {
    position: relative;
}
.popup__row ~ .popup__row {
    margin-top: 40px;
}
.popup__captcha {
    width: 60%;
    display: inline-block;
    white-space: nowrap;
}
.popup__captcha input {
    width: 50%;
    vertical-align: middle;
}
.popup__button {
    float: right;
    display: inline-block;
    margin-top: 10px;
}
.popup__button button {
    padding: 15px 50px;
}
.popup__result {
    text-align: center;
}
.captcha {
    display: inline-block;
    /*height: 60px;
    width: 45%;
    margin-left: 4%;*/
    vertical-align: middle;
    /*background-color: #fff;*/
}
.form-error {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 0.5vh;
    color: #b32317;
    /*font-size: 1.7vh;*/
}
div[id^=wait] {
    display: none !important;
}
.services__price__title__text__inner i {
    font-family: "MuseoSansLightItalic";
    font-size: 16px;
}
.services__price__list h2 i {
    font-family: "MuseoSansMediumItalic";
    font-size: 25px;
}
.back-to-top {
    position: fixed;
    bottom: 3vh;
    right: 2vw;
    display: none;
    z-index: 100000001;
    color: #cac97b;
    cursor: pointer;
}
.back-to-top:before {
    content: "";
    display: block;
    height: 39px;
    width: 39px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 auto 10px;
    background: url("/local/templates/cleanart/css/../images/arrow_up.svg") scroll no-repeat center center / 20px 20px #cac97b;
}
.services__price__list__wrapper i {
    font-family: "MuseoSansLightItalic";
}
.services__content {
    margin: 30px 0;
}
.services__content h2 {
    margin: 45px 0 25px;
}
.services__content p {
    margin: 1em 0;
    font-family: "MuseoSansLight";
    font-size: 18px;
}
.services__content ul,
.services__content ol {
    margin: 1em 0 1em 1em;
    font-family: "MuseoSansLight";
    font-size: 18px;
}
.services__content li {
    font-family: "MuseoSansLight";
    font-size: 18px;
}
.services__content a {
    color: #b32317;
}
.services__content i {
    font-family: "MuseoSansLightItalic";
}
.services__content b {
    font-family: "MuseoSansBold";
}
.services__anchor {
    position: absolute;
    top: -1000px;
    display: none;
}
.services__price__list__wrapper h1 {
    margin-top: 13px;
    color: #cac97b;
    font-size: 35px;
}
.services__price__list__wrapper h3 {
    color: #cac97b;
    font-size: 22px;
    margin: 30px 0 27px;
}
.services__price__list__wrapper h4 {
    margin: 25px 0 20px;
    color: #cac97b;
    font-size: 18px;
}
.icon__app {
    display: inline-block;
    height: 4.222222222222222vh;
    vertical-align: middle;
    margin-right: 5px;
    background: none scroll no-repeat center center / contain transparent;
}
.icon__app_ios {
    width: 15vh;
    background-image: url("/local/templates/cleanart/css/../images/icon_app_ios.png");
}
.icon__app_android {
    width: 14vh;
    background-image: url("/local/templates/cleanart/css/../images/icon_app_android.png");
}
.footer .icon__app {
    display: none;
}
@media screen and (min-width: 960px) and (orientation: landscape) {
    h1 {
        margin: 7.777777777777778vh 0 4.444444444444444vh;
        font-size: 5.11111111111111vh;
    }
    h2 {
        font-size: 2.7vh;
        margin-bottom: 1.7vh;
    }
    .contacts__content p {
        margin: 0.6vh 0;
        font-size: 2.22vh;
    }
    input[type=text],
    input[type=tel],
    textarea,
    label {
        /*font-size: 1.88888888888889vh;*/
    }
    button {
        padding: 1.66666666666667vh 4.77777777777778vh;
    }
    .wrapper {
        padding-bottom: 7.55555555555556vh;
    }
    .footer {
        height: 3.22222222222222vh;
        padding: 2.11111111111111vh 0 2.22222222222222vh;
        margin-top: -7.55555555555556vh;
        line-height: 3.22222222222222vh;
    }
    .header__inner {
        padding-top: 2.666666666666667vh;
    }
    .main {
        min-height: 22.222222222222222vh;
    }
    .k-service__info {
        margin-top: 1vh;
    }
    .k-service__item {
        height: 41.333333333333333vh;
        width: 41.333333333333333vh;
        /*padding-top: 8.888888888888889vh;
        padding-bottom: 8.888888888888889vh;*/
        padding-top: 6.888888888888889vh;
        padding-bottom: 6.888888888888889vh;
        margin: 0;
    }
    .k-service__item__arrow {
        position: relative;
        z-index: 1;
        margin: 0 -3%;
    }
    .k-service__phone {
        margin: 2.5vh 0;
        font-size: 2.777777777777778vh;
    }
    .logo__link {
        height: 5.88888888888889vh;
        width: 29.44444444444444vh;
    }
    .social__button {
        height: 4.222222222222222vh;
        width: 4.222222222222222vh;
        background-size: 50% 50%;
    }
    /*.menu__button {
        height: 3.11111111111111vh;
        width: 3.11111111111111vh;
    }
    .menu__button__line {
        !*height: 0.22222222222222vh;*!
        width: 3.11111111111111vh;
    }
    .menu__button__line_1 {
        top: 0.66666666666667vh;
    }
    .menu__button__line_2 {
        top: 1.44444444444444vh;
    }
    .menu__button__line_3 {
        top: 2.22222222222222vh;
    }
    .menu_active .menu__button__line_1 {
        top: 1.55555555555556vh;
    }
    .menu_active .menu__button__line_2 {
        height: 0;
    }
    .menu_active .menu__button__line_3 {
        top: 1.55555555555556vh;
    }*/
    .services__price__list__wrapper .services__price__list ~ .services__price__list h2 {
        margin: 56px 0 45px;
    }
    .services__price__list__wrapper li ~ li h2 {
        margin: 28px 0 25px;
    }
    .contacts__section {
        height: 84vh;
        /*max-height: 753px;*/
    }
    .contacts__section ~ .contacts__section {
        margin-bottom:0;
        margin-top: 9vh;
        height: 91vh;
    }
    .contacts__section .contacts__content {
        margin-top: 15vh;
        display: inline-block;
    }
    .contacts__section_4 .contacts__content {
        padding-right: 15px;
        padding-bottom: 15px;
        /*background: rgba(29, 29, 29, 1);*/
    }
    .philosophy__list,
    .philosophy__item {
        height: 72.444444444444444vh; /* 652 */
        max-height: 652px;
    }
    .philosophy__list {
        margin-bottom: 6.222222222222222vh;
    }
    .philosophy__list:before {
        margin-top: -0.777777777777778vh;
        height: 0.222222222222222vh;
    }
    .slick-dots {
        margin: 2.22222222222222vh 0;
    }
    .popup {
        padding: 6vh 8vh;
    }
    .popup__row ~ .popup__row {
        margin-top: 4.44444444444444vh;
    }

    .k-service__item {

    }
    @-webkit-keyframes blurFilter1 {
        0% {
            opacity: 0.5;
        }
        5.555555555555554% {
            opacity: 1;
        }
        33.333333333333333% {
            opacity: 1;
        }
        38.888888888888888% {
            opacity: 0.5;
        }
        100% {
            opacity: 0.5;
        }
    }
    @-webkit-keyframes blurFilter2 {
        0% {
            opacity: 0.5;
        }
        33.333333333333333% {
            opacity: 0.5;
        }
        38.888888888888888% {
            opacity: 1;
        }
        66.666666666666667% {
            opacity: 1;
        }
        72.222222222222222% {
            opacity: 0.5;
        }
        100% {
            opacity: 0.5;
        }
    }
    @-webkit-keyframes blurFilter3 {
        0% {
            opacity: 1;
        }
        5.555555555555554% {
            opacity: 0.5;
        }
        66.666666666666667% {
            opacity: 0.5;
        }
        72.222222222222222% {
            opacity: 1;
        }
        100% {
            opacity: 1;
        }
    }
    @keyframes blurFilter1 {
        0% {
            opacity: 0.5;
        }
        5.555555555555554% {
            opacity: 1;
        }
        33.333333333333333% {
            opacity: 1;
        }
        38.888888888888888% {
            opacity: 0.5;
        }
        100% {
            opacity: 0.5;
        }
    }
    @keyframes blurFilter2 {
        0% {
            opacity: 0.5;
        }
        33.333333333333333% {
            opacity: 0.5;
        }
        38.888888888888888% {
            opacity: 1;
        }
        66.666666666666667% {
            opacity: 1;
        }
        72.222222222222222% {
            opacity: 0.5;
        }
        100% {
            opacity: 0.5;
        }
    }
    @keyframes blurFilter3 {
        0% {
            opacity: 1;
        }
        5.555555555555554% {
            opacity: 0.5;
        }
        66.666666666666667% {
            opacity: 0.5;
        }
        72.222222222222222% {
            opacity: 1;
        }
        100% {
            opacity: 1;
        }
    }
    .k-service__item_1 {
        -webkit-animation: blurFilter1 11s ease-in-out infinite;
        animation: blurFilter1 11s ease-in-out infinite;
    }
    .k-service__item_2 {
        -webkit-animation: blurFilter2 11s ease-in-out infinite;
        animation: blurFilter2 11s ease-in-out infinite;
    }
    .k-service__item_3 {
        -webkit-animation: blurFilter3 11s ease-in-out infinite;
        animation: blurFilter3 11s ease-in-out infinite;
    }
}
@media screen and (orientation: landscape) and (max-width : 1400px) and (min-height : 880px) {
    .k-service__item {
        max-height: 340px;
        max-width: 340px;
    }
}
/*@media screen and (orientation: landscape) and (max-width : 1250px) and (max-height : 700px) {
    .contacts__section {
        -webkit-background-size: auto 80%;
        background-size: auto 80%;
        background-position: right -5vh bottom -5vh;
    }
}
@media screen and (orientation: landscape) and (max-width : 1100px) and (max-height : 570px) {
    .contacts__section {
        background-position: right -15vh bottom -13vh;
    }
}*/
@media screen and (max-width : 1500px) {
    .philosophy__content {
        right: 48%;
    }
}
@media screen and (max-width : 1495px) {
    /*.k-service__item {
        width: 29%; !* 350/1324 *!
    }*/
    .k-service__item__arrow {
        width: 5%;
    }
    .k-service__block__title {
        font-size: 20px;
    }
    .k-service__block__desc {
        font-size: 16px;
    }
}
@media screen and (max-width : 1420px) {
    .philosophy__content {
        right: 48%;
    }
}
@media screen and (max-width : 1405px) {
    .philosophy__content {
        right: 45%;
    }
}
@media screen and (max-width : 1340px) {
    .philosophy__content {
        right: 43%;
    }
    .menu__button__line {
        height: 1px;
    }
}
@media screen and (max-width : 1300px) {
    h1 {
        margin: 40px 0 30px;
    }
    .k-service__item {
        /*height: 330px;
        padding: 60px 15px;*/
    }
    .k-service__item__arrow {
        width: 5%;
        margin: 0 -3%;
        position: relative;
        z-index: 1;
    }
    .philosophy__content {
        right: initial;
        left: 0;
        margin-left: 70px;
    }
}
@media screen and (max-width : 1300px) {
    .k-service__item {
        max-height: 270px;
        max-width: 270px;
    }
}
/*@media screen and (max-width : 1240px) {
    .philosophy__title__text {
        letter-spacing: 5px;
    }
}
@media screen and (max-width : 1165px) {
    .philosophy__title__text {
        letter-spacing: 10px;
    }
}*/
@media screen and (max-width : 1100px) and (orientation: landscape) {
    .k-service__item {
        max-height: 250px;
        max-width: 250px;
    }
}

@media screen and (max-width : 1580px) {
    .k-service__section .k-service__phone {
        padding: 3.3vw 0 3.3vw 11vw;
        margin-top: 6vw;
        font-size: 2.7vw;
    }
    .k-service__phone a {
        font-size: 2.7vw;
    }
    .k-service__section h1 {
        font-size: 3vw;
    }
    .k-service__content p {
        font-size: 1.5vw;
        margin: 1.5vw 0;
    }
    .k-service__form__info {
        font-size: 1.5vw;
        margin-bottom: 2.5vw;
    }
}
@media screen and (max-width : 1410px) {
    .popup__captcha {
        display: block;
        width: 100%;
        text-align: center;
    }
    .popup__button {
        display: block;
        width: 100%;
        margin-top: 2vw;
        text-align: center;
    }
}
@media screen and (max-width : 1024px) and (orientation: landscape) {
    .k-service__item {
        /*height: 275px;
        padding: 50px 15px;*/
    }
}
/*@media screen and (max-width : 960px) {
    body {
        overflow: visible;
    }
    .header {
        margin: 0 9vw;
    }
    .main {
        margin: 0 9vw;
    }
    h1 {
        padding-bottom: 40px;
        border-bottom: 2px solid #b32317;
        margin-left: -20vw;
        margin-right: -20vw;
        text-align: center;
    }
    .k-service__section {
        margin-top: 100px;
    }
    .k-service__list {
        text-align: center;
    }
    .k-service__list:after {
        display: block;
    }
    .k-service__item {
        position: relative;
        display: block;
        width: 100%;
        height: 50vw;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 50px;
        margin-bottom: 150px;
        text-align: center;
    }
    .k-service__block__title {
        position: absolute;
        left: 50%;
        top: -13%;
        width: 60%;
        margin-left: -30%;
        font-size: 33px;
    }
    .k-service__block__title:before {
        display: none;
    }
    .k-service__block__desc {
        position: absolute;
        left: 50%;
        margin-left: -28%;
        width: 56%;
        top: 80%;
        font-size: 28px;
    }
    .k-service__item__arrow {
        height: 21px;
        width: 104px;
        transform: rotate(90deg);
        margin-top: -150px;
    }
    .k-service__item__arrow_last {
        display: inline-block;
    }
    button {
        padding: 4vw 10vw;
        font-size: 35px;
        -webkit-border-radius: 70px;
        -moz-border-radius: 70px;
        border-radius: 70px;
        letter-spacing: 3px;
    }
    .k-service__phone {
        font-size: 35px;
    }
    .menu {
        width: 25%;
    }
    .logo__link {
        width: 278px;
        height: 54px;
        background-image: url("/local/templates/cleanart/css/../images/logo_cleanart_big.png");
    }
    .social__buttons {
        width: 25%;
    }
    .social__button {
        height: 44px;
        width: 44px;
    }
}*/
@media screen and (min-height: 1080px) {
    .k-service__item {
        max-height: 450px;
        max-width: 450px;
    }
    .services__list__wrapper h1 {
        font-size: 46px;
    }
}
@media screen and (max-width : 960px) {
    body {
        /*overflow: visible;*/
    }
    .wrapper {
        padding-bottom: 44vw;
    }
    .header {
        margin: 0 5vw;
    }
    .main {
        margin: 0 5vw;
    }
    .k-service__section {
        white-space: normal;
    }
    .k-service__section__main {
        width: 100%;
        padding: 0;
    }
    .k-service__section__form {
        width: 100%;
        padding: 4vw 5vw;
    }
    .form-error {
        font-size: 3vw;
    }
    h1 {
        padding-bottom: 7vw;
        border-bottom: 2px solid #b32317;
        margin: 7vw -5vw 18vw;
        text-align: center;
        font-size: 9.5vw;
    }
    p {
        font-size: 3.5vw;
    }
    .header__inner {
        padding-top: 5.6vw;
    }
    .menu__button {
         height: 6.4vw;
         width: 6.4vw;
     }
    .menu__button__line {
        height: 0.4vw;
        width: 6.4vw;
    }
    .menu__button__line_1 {
        top: 1.2vw;
    }
    .menu__button__line_2 {
        top: 2.933333333333333vw;
    }
    .menu__button__line_3 {
        top: 4.666666666666667vw;
    }
    .menu_active .menu__button__line_1 {
        top: 3.2vw;
    }
    .menu_active .menu__button__line_2 {
        height: 0;
    }
    .menu_active .menu__button__line_3 {
        top: 3.2vw;
    }
    .menu__list {
        font-size: 7vw;
    }
    .k-service__section {
        /*margin-top: 18vw;*/
    }
    .k-service__list {
        text-align: center;
    }
    .k-service__list:after {
        display: block;
    }
    .k-service__item {
        position: relative;
        display: block;
        width: 100%;
        height: 75vw;
        max-height: inherit;
        max-width: inherit;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 15vw;
        margin-bottom: 20vw;
        text-align: center;
    }
    .k-service__item_2 {
        margin-bottom: 16vw;
    }
    .k-service__item_3 {
        margin-bottom: 20vw;
    }
    .k-service__block__title {
        position: absolute;
        left: 50%;
        top: -10.5vw;
        width: 76%;
        margin-left: -38%;
        font-size: 5vw;
        font-family: "MuseoSansRegular";
    }
    .k-service__block__title:before {
        display: none;
    }
    .k-service__block__desc {
        position: absolute;
        left: 50%;
        margin-left: -28.5%;
        width: 57%;
        top: 89%;
        font-size: 4vw;
    }
    .k-service__item__arrow {
        height: 2.8vw;
        width: 13.866666666666667vw;
        transform: rotate(90deg);
        margin-top: -8vw;
    }
    .k-service__item__arrow_last {
        display: inline-block;
    }
    .k-service__info {
        margin-top: 5vw;
    }
    .k-service__section h1 {
        padding-left: 5vw;
        padding-right: 5vw;
        margin: 7vw -5vw 8vw;
        font-size: 7vw;
    }
    .k-service__content p {
        font-size: 3.5vw;
        margin: 3vw 0;
    }
    .k-service__form__info {
        font-size: 3.5vw;
        margin-bottom: 5vw;
        text-align: center;
    }
    .k-service__section .k-service__phone {
        margin-top: 10vw;
        font-size: 6vw;
        text-align: center;
        background-position: left 5vw center;
    }
    .k-service__section .k-service__phone a {
        font-size: 6vw;
    }
    .k-service__content {
        text-align: center;
    }
    button {
        padding: 6vw 16vw;
        font-size: 5vw;
        -webkit-border-radius: 10vw;
        -moz-border-radius: 10vw;
        border-radius: 10vw;
        letter-spacing: 0.4vw;
    }
    .k-service__phone {
        margin: 4vw 0;
        font-size: 6vw;
    }
    .menu {
        width: 21vw;
    }
    .menu__main {
        padding-top: 15vw;
    }
    .menu__item_active .menu__item__link:before {
        left: -8vw;
        right: -8vw;
    }
    .logo {

    }
    .logo__link {
        width: 37.066666666666667vw;
        max-width: 100%;
        height: 7.2vw;
        background-image: url("/local/templates/cleanart/css/../images/logo_cleanart_big.png");
    }
    .social__buttons {
        width: 22vw;
    }
    .social__button {
        height: 5.866666666666667vw;
        width: 5.866666666666667vw;
        background-size: auto 42%;
    }
    .social__button ~ .social__button {
        margin-left: 0.666666666666667vw;
    }
    .footer {
        border-top: 2px solid #b32317;
        padding-top: 4vw;
        margin: -38vw 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow: visible;
        text-align: center;
        font-size: 3.5vw;
        line-height: 1.3;
    }
    .footer__inner {
        margin: 0 5vw;
        position: relative;
    }
    .footer__phone,
    .footer__mail {
        display: block;
        margin: 1vw;
    }
    .footer__separator {
        display: none;
    }
    .copy,
    .contacts,
    .developer__info {
        display: block;
        margin: 1vw 5vw;
    }
    .developer__info {
        margin-top: 7vw;
    }
    .philosophy__section {
        margin: 0 -5vw;
    }
    .philosophy__list {
        height: 86.933333333333333vw;
        /*margin: 16vw 0 40vw;*/
        /* margin: 10vw 0 31vw; */
        margin: 10vw 0 40vw;
    }
    .philosophy__list:before {
        height: 0.2666666666666667vw;
        margin-top: -0.933333333333333vw;
    }
    /*.philosophy__content {
        right: initial;
        left: 0;
        margin-left: 70px;
    }
    .philosophy__content {

    }*/
    .philosophy__item {
        background-size: auto 100%;
        background-position-x: right;
        margin: 0 10vw;
        height: 86.933333333333333vw;
    }
    .philosophy__content {
        position: relative;
        right: 0;
        left: 0;
        display: block;
        text-align: center;
        margin-left: auto;
    }
    .philosophy__title {
        position: absolute;
        left: 0;
        right: 0;
        margin-top: -11vw;
    }
    .philosophy__title__text {
        font-size: 13vw;
        letter-spacing: 1vw;
    }
    .philosophy__num {
        display: none;
    }
    .philosophy__description {
        width: auto;
        position: absolute;
        left: 0;
        right: 0;
       /* top: 93vw;*/
        top: 90vw;
        font-size: 4vw;
    }
    .philosophy__description br {
        display: none;
    }
    .slick-list {
        overflow: visible;
    }
    .slick-dots {
        /*margin: 35vw 0 4vw;*/
         /* margin: 28vw 0 4vw; */
         margin: 40vw 0 4vw; 
    }
    .slick-dots li {
        margin: 0 4vw;
    }
    .slick-dots button {
        height: 3.33333333333333vw;
        width: 3.33333333333333vw;
        border: 2px solid #cac97b;
        color: transparent;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .slick-active button {
        border-color: #b32317;
        background-color: #b32317;
    }
    .contacts__section {
        height: 130vw;
        padding: 1px 5vw;
        margin: 0 -5vw 15vw;
        background-size: 130% auto;
        background-position: right 45% bottom;
    }
    .contacts__section ~ .contacts__section:before {
        content: "";
        position: absolute;
        top: -5vw;
        left: 50%;
        margin-left: -23%;
        height: 2px;
        width: 46%;
        background-color: #b32317;
    }
    .contacts__section_1 {
        /*margin-top: -18vw;*/
        margin-top: -64vw;
        padding-top: 46vw;
    }
    .contacts__section ~ .contacts__section .contacts__content {
        margin-top: 5vw;
    }
    .contacts__content {
        margin-top: 5vw;
        text-align: center;
    }
    .contacts__section_4 {
        background-position: right 45% bottom -15%;
    }
    .contacts__content h2 {
        margin: 7vw 0 8vw;
        font-size: 5vw;
    }
    .contacts__content p {
        margin: 5vw 0;
        font-size: 4vw;
    }
    .contacts__content__text {
        display: block;
    }
    p.contacts__mail {
        margin-top: -5vw;
    }
    .contacts__content a {
        color: #cac97b;
    }
    .mouse__down__wrapper {
        display: none;
    }
    .mouse__down {
        height: 7.733333333333333vw;
        width: 3.466666666666667vw
    }
    .services__main {
        position: relative;
    }
    .services__block {
        padding-top: 5px;
    }
    .services__list__wrapper {
        display: block;
        width: auto;
        /*margin-bottom: 35vw;*/
        margin-bottom: 26vw;
    }
    .services__list__wrapper h1 {
        margin: 0 -5vw 4vw;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .services__list__scroll {
        /*margin: 5vw -5vw -4vw;
        overflow: hidden;*/
    }
    .services__list {
        padding-right: 0;
        margin: 0;
        /*overflow: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;*/
    }
    .services__list .services__item {
        /*display: inline-block;
        margin: 3.6vw 1vw 3.6vw 0;*/
        margin: 6vw 0;
        font-size: 2.4vw;
    }
    .services__list .services__item ~ .services__item {
        /*margin: 3vw 1vw;*/
    }
    .services__item_active {

    }
    .services__list .services__item__link {
        font-size: 4vw;
        font-weight: 300;
        /*!*padding: 4vw 7vw;*!
        padding: 3vw 6vw;
        border: 2px solid #b32317;
        color: #fff;
        !*font-size: 5vw;*!
        font-size: 4vw;
        font-weight: 300;
        font-family: "MuseoSansRegular";
        -webkit-border-radius: 9vw;
        -moz-border-radius: 9vw;
        border-radius: 9vw;
        background-color: transparent;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;*/
    }
    .services__list .services__item_active .services__item__link {
        /*color: #b32317;*/
        /*background-color: #b32317;*/
    }
    .services__item__link:before {
        display: none;
    }
    .services__price__list__wrapper {
        display: block;
        width: auto;
        margin-top: 35vw;
    }
    .services__price__list {
        /*display: block;*/
    }
    .services__price__list__wrapper h2 {
        margin: 7vw 0 5vw;
        font-size: 5vw;
        text-align: center;
    }
    .services__price__list__wrapper h3 {
        font-size: 5vw;
        margin: 3.8vw 0 3.5vw;
    }
    .services__price__list__wrapper h4 {
        font-size: 4.3vw;
        margin: 3.5vw 0;
    }
    .services__price__item {
        margin: 3.5vw 0;
        font-size: 4vw;
    }
    .services__price__title {
        position: relative;
        margin-right: 1.33333333333333vw;
    }
    .services__price__title__text {
        position: relative;
        max-width: 70%;
    }
    .services__price__title__text__inner {
        position: relative;
        z-index: 1;
        background-color: #000;
    }
    .services__price__num {
        font-size: 4vw;
        line-height: 1.3;
    }
    .services__price__img {
        height: 3.2vw;
    }
    .services__price__title:after {
        position: absolute;
        left: 0;
        right: 0;
        height: 3.7vw;
        margin-left: 1.33333333333333vw;
    }
    .services__title {
        /*top: 47vw;*/
        /*top: 14vw;*/
        position: absolute;
        /*top: 39vw;*/
        top: 124vw;
        margin-top: 2.666666666666667vw;
    }
    .services__title__text:before,
    .services__title__text:after {
        display: none;
    }
    .services__title__text {
        /*padding: 0 12vw;
        font-size: 7vw;*/
        padding: 0 19vw;
        font-size: 5vw;
        letter-spacing: 0.4vw;
    }
    .services__price__list__wrapper .services__item {
        margin: 3.5vw 0;
        font-size: 4vw;
        font-family: "MuseoSansLight";
        font-weight: 100;
    }
    .services__list .services__item_all,
    .services__price__list_all {
        display: none;
    }
    .loader__part {
        font-size: 2.5vw;
    }
    .popup {
        width: 100%;
        padding: 15vw 5vw;
        margin: auto !important;
        overflow: auto;
    }
    input[type=text],
    input[type=tel] {
        padding: 1vw 0;
        font-size: 4vw;
    }
    textarea {
        height: 27vw;
        padding: 1vw;
        font-size: 4vw;
    }
    label {
        padding: 1vw 0;
        font-size: 4vw;
    }
    .fancybox-close-small {
        top: 5vw;
        right: 5vw;
        height: 6.4vw;
        width: 6.4vw;
    }
    .fancybox-close-small:after {
        height: 6.4vw;
        width: 6.4vw;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAAEgBckRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyZjk3NWE0OC1iZTFjLTQzZTctODAyNS1lZDM2MDhiZjVlZWMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUNERTY2NTE3ODZEMTFFNzlBQ0M4QUM3Rjc3QTk5QjgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUNERTY2NTA3ODZEMTFFNzlBQ0M4QUM3Rjc3QTk5QjgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MDUyZTAxOS1lZWJjLTQ3ZTgtOWFhNC05YTMwMjJhMWI3NTEiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiNmUwZTRiNi1iNjRmLTExN2EtOGIwZC1kY2VkZDg3YjI0NmYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz43Sg4QAAAC5klEQVR42mLcrCzOgA0wQen/aOL/YRKMSJIgmpEJSRVMkhHZKAYkwf/odjAi6wQIIEZCrmJAswtDAsMOdCczYPMHXIIRi88ZAAII5ipk5+ICIPl/yFZgC0tk6zGCEF0jikKC4YHDNqzBgR78DNiC6T8Bj8M1AgRglIxyAAZBGLqQ3VRONfGu04QZdS1KYvx5DaVAd8eqdSj12QHbU0re0jawjCcbiTq8ppT8NwajPegg+sGtbmBBHSpoeRJ4vtBMEgz42ctMgDyrp5fRaQg5uEkkG3gVPa8ApJRbCsAgDASNNy3trbQetS8wUJaoqxH8nYnJRs3S9d7yq9t7pDL3aOx8doLvCv+YBZMkiyIEm/8bigIhaoJ7wcNBWaIhmBG0RBR4RqAV67af1oasCqxW4IvSioDp8QGpS4xAZns8EkUHmBKpYHOAe6kLjwCslksOgCAMRM0c1cRb+bmpGgwkRmmZKbB08R4xzLTyXFNPuvVMrhfKWfPvfgRH/ngOkqw5M/u330dICnwr1Y/K4ItKfnBrBkYkVbg3lRWJCWf2hJbEhXtdxEia8FabehIKztR1TULDreXOkpwlnSxcmWjXa5KlsyhdpL5zKScIvHMpJwiESAojgiGiJYgmlJUgmlBWgg44JUEnvCnBALgrQd5feuGW5OmiRY0/KUm71nQLUI0Z5SAIw2AYeyuvA4uXMnodbmVEsyaVxNF1f7eyZA+El+/LSvlXmYs+8eW67RsgfHmt78Vy26tMLXzGfASv/HwJBs5ZLmXWn+jLPfIproERRCS4vF8Rl+Q+dS1BRErgqTT+GS2iBtdmrl4i1eA1eUKKPMAiZvDaxDWJER5CpBncIoAQgYG3CFhE4OAIAa2ICzhS4EjEBdxDgEvlLqDlWvI76H+EgOD/SsWj/cIENB8nsv3CBCxdpSRiLi3qAK4RSVYR6gjuIkIDwKEiNBAcIkIBwJtEKBC4SYTERGIOAq5tv/N+rHLK9QbT9GpXQSgtrwAAAABJRU5ErkJggg==");
    }
    .popup__captcha {
        display: block;
        width: auto;
        text-align: center;
    }
    .popup__button {
        display: block;
        width: auto;
        float: none;
        margin-top: 8.5vw;
        text-align: center;
    }
    .popup__row ~ .popup__row {
        margin-top: 8.5vw;
    }
    .captcha {
        /*height: 12vw;
        width: 38%;*/
        margin-left: 0;
    }
    .popup__captcha input {
        width: 57%;
    }
    .popup__button button {
        padding: 3vw 10vw;
        font-size: 5vw;
    }
    .popup__result {
        font-size: 4vw;
        margin: 5vw 0;
    }
    .fancybox-container {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform:  translateZ(0);
    }
    .g-recaptcha,
    .g-recaptcha * {
        max-width: 100%;
    }
    .services__price__title__text__inner i {
        font-size: 3.5vw;
    }
    .services__price__list h2 i {
        font-size: 4vw;
    }
    .services__content {
        margin: 30px 0;
    }
    .services__content h2 {
        margin: 45px 0 25px;
    }
    .services__content p {
        font-size: 3.5vw;
    }
    .services__content ul,
    .services__content ol {
        font-size: 3.5vw;
    }
    .services__content li {
        font-size: 3.5vw;
    }
    .services__anchor {
        position: static;
        top: auto;
        display: block;
    }
    .services__price__list__wrapper h1 {
        margin-top: 3vw;
        margin-bottom: 8vw;
        color: #cac97b;
        font-size: 7vw;
        padding-bottom: 0;
        border: none;
    }
    .services__price__list__wrapper h3 {
        color: #cac97b;
        font-size: 4.5vw;
        margin: 6vw 0 5vw;
        text-align: center;
    }
    .services__price__list__wrapper h4 {
        margin: 5vw 0 4vw;
        color: #cac97b;
        font-size: 4vw;
        text-align: center;
    }
    .header .icon__app {
        display: none;
    }
    .footer .icon__app {
        position: absolute;
        display: block;
        height: 7vw;
        margin-right: 0;
    }
    .footer .icon__app_ios {
        left: 0;
        width: 24vw;
    }
    .footer .icon__app_android {
        right: 0;
        width: 24vw;
    }
}
@media screen and (max-width : 960px) and (orientation: landscape) {
    .header__inner {
        padding-top: 7vh;
    }
    .menu__list {
        font-size: 10vh;
    }
    .logo__link {
        max-width: 51vh;
        max-height: 12vh;
    }
}
@media only screen and (max-device-width: 960px) {
    .popup {
        height: 100%;
    }
}
/*
@media screen and (max-width : 1495px) and (max-device-width: 1495px) {
    .wrapper {
        background-color: #00ee00;
    }
    .k-service__item {
        width: 350px;
    }
}*/
.smart-banner{
    padding: 10px 13px 10px 43px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1d1d1d;
}
.smart-banner__close{
    margin-top: -8px;
    position: absolute;
    left: 11px;
    top: 50%;
    width: 16px;
    height: 16px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjQ4cHgiIGhlaWdodD0iNDhweCIgdmlld0JveD0iMCAwIDQ4IDQ4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0OCA0ODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGc+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTI4LjIsMjRMNDcuMSw1LjFjMS4yLTEuMiwxLjItMy4xLDAtNC4yYy0xLjItMS4yLTMuMS0xLjItNC4yLDBMMjQsMTkuN0w1LjEsMC45Yy0xLjItMS4yLTMuMS0xLjItNC4yLDANCgkJYy0xLjIsMS4yLTEuMiwzLjEsMCw0LjJMMTkuNywyNEwwLjksNDIuOGMtMS4yLDEuMi0xLjIsMy4xLDAsNC4yQzEuNSw0Ny43LDIuMiw0OCwzLDQ4czEuNS0wLjMsMi4xLTAuOUwyNCwyOC4ybDE4LjksMTguOQ0KCQljMC42LDAuNiwxLjQsMC45LDIuMSwwLjlzMS41LTAuMywyLjEtMC45YzEuMi0xLjIsMS4yLTMuMSwwLTQuMkwyOC4yLDI0eiIvPg0KPC9nPg0KPC9zdmc+DQo=) no-repeat 0 0 / 100%;
    opacity: 0.3;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.smart-banner__close:hover{
    opacity: 0.8;
}
.smart-banner__img{
    margin-top: 2px;
    margin-right: 8px;
}
.smart-banner__img img{
    width: 45px;
    border-radius: 11px;
}
.smart-banner__download{
    padding: 5px 9px;
    margin-top: -1px;
    margin-left: 12px;
    display: inline-block;
    height: 25px;
    min-width: 74px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-family: "MuseoSansRegular";
    font-size: 10px;
    color: #ffffff;
    border: 1px solid #b22017;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.smart-banner__download:hover{
    background: #b22017;
}
.smart-banner__title{
    font-family: "MuseoSansRegular";
    font-size: 14px;
    color: #ffffff
}
.smart-banner__description{
    line-height: normal;
    font-family: "MuseoSansLight";
    font-size: 11px;
    color: #8e8e8e;
}
.popup-mobile-app__title{
    margin-bottom: 18px;
    line-height: normal;
    font-size: 28px;
    color: #ffffff;
}
.popup-mobile-app__text{
    margin-bottom: 26px;
    line-height: 24px;
    font-family: "MuseoSansLight";
    font-size: 16px;
    color: #8e8e8e;
}
.popup-mobile-app{
    padding: 96px 64px;
    width: 746px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 424px;
    background: #181818 url(/local/templates/cleanart/css/../images/cleanart-popup-app.png) no-repeat right 72px bottom;
    border-radius: 11px;
}
.popup-mobile-app__body{
    width: 311px;
}
.popup-mobile-app__links{
    margin-left: -15px;
}
.popup-mobile-app__links .icon__app{
    margin-left: 15px;
    margin-right: -4px;
    width: 143px;
    height: 40px;
    background-size: 100%;
}
.popup-mobile-app .fancybox-close-small:after{
    width: 22px;
    height: 22px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjQ4cHgiIGhlaWdodD0iNDhweCIgdmlld0JveD0iMCAwIDQ4IDQ4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0OCA0ODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0M3QzY4Nzt9DQo8L3N0eWxlPg0KPGc+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTI4LjIsMjRMNDcuMSw1LjFjMS4yLTEuMiwxLjItMy4xLDAtNC4yYy0xLjItMS4yLTMuMS0xLjItNC4yLDBMMjQsMTkuN0w1LjEsMC45Yy0xLjItMS4yLTMuMS0xLjItNC4yLDANCgkJYy0xLjIsMS4yLTEuMiwzLjEsMCw0LjJMMTkuNywyNEwwLjksNDIuOGMtMS4yLDEuMi0xLjIsMy4xLDAsNC4yQzEuNSw0Ny43LDIuMiw0OCwzLDQ4czEuNS0wLjMsMi4xLTAuOUwyNCwyOC4ybDE4LjksMTguOQ0KCQljMC42LDAuNiwxLjQsMC45LDIuMSwwLjlzMS41LTAuMywyLjEtMC45YzEuMi0xLjIsMS4yLTMuMSwwLTQuMkwyOC4yLDI0eiIvPg0KPC9nPg0KPC9zdmc+DQo=) no-repeat 0 0 / 100%;
}
.popup-mobile-app .fancybox-close-small:hover{
    background: none;
    opacity: 0.6;
}
.QOverlay{
    z-index: 100000000;
}
@media screen and (max-width: 960px){
    .popup-mobile-app{
        padding: 50px 164px 30px 38px;
        width: auto;
        min-height: 373px;
        background-size: 184px;
        background-position: right -28px bottom;
    }
}
@media screen and (max-width: 700px){
    .popup-mobile-app{
        padding: 50px 30px 30px;
        min-height: auto;
        max-width: 90%;
        background-image: none;
    }
    .popup-mobile-app__body{
        width: auto;
    }
    .popup-mobile-app__links .icon__app{
        width: 131px;
    }
    .popup-mobile-app__title{
        font-size: 26px;
    }
    .popup-mobile-app__text{
        font-size: 15px;
    }
}
/* End */


/* Start:/local/templates/cleanart/css/dev.css?1718042452370*/
.services__content {
	font-family: 'MuseoSansLight';
	font-size: 14px;
	line-height: 24px;
	color: #919191;
}
.nowbreak {
	white-space: nowrap;
}

.developer__policy {
	display: inline-block;
}
	.agreement-radio label {
	    font-size: 16px;
	}
	.agreement-radio label a{
    	text-decoration: underline;
	}
	.agreement-radio label a:hover {
		text-decoration: none;
	}

/* End */
/* /local/templates/cleanart/js/fancybox/jquery.fancybox.css?171804246719844 */
/* /local/templates/cleanart/css/slick.css?17180424521729 */
/* /local/templates/cleanart/css/qLoader.css?1718042452332 */
/* /local/templates/cleanart/css/styles.css?171804245281185 */
/* /local/templates/cleanart/css/dev.css?1718042452370 */
