@-webkit-keyframes test {
    95% {
        left: 78%
    }
    100% {
        display: none;
        left: 140%
    }
    0% {
        left: -60%
    }
    30% {
        left: -20%
    }
    70% {
        left: 100%
    }
}
@-moz-keyframes test {
    95% {
        left: 78%
    }
    100% {
        display: none;
        left: 140%
    }
    0% {
        left: -60%
    }
    30% {
        left: -20%
    }
    70% {
        left: 100%
    }
}
@-o-keyframes test {
    95% {
        left: 78%
    }
    100% {
        display: none;
        left: 140%
    }
    0% {
        left: -60%
    }
    30% {
        left: -20%
    }
    70% {
        left: 100%
    }
}
@keyframes test {
    95% {
        left: 78%
    }
    100% {
        display: none;
        left: 140%
    }
    0% {
        left: -60%
    }
    30% {
        left: -20%
    }
    70% {
        left: 100%
    }
}

.ink {
	width: 0;
	height: 0;
  display: block;
  position: absolute;
  background: rgba(255,255,255,0.3);
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          -moz-transform: scale(0);
       transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.65s linear;
       -o-animation: ripple 0.65s linear;
          -moz-animation: ripple 0.65s linear;
       animation: ripple 0.65s linear;
}

@media only screen and (max-width: 790px) {
	.animate {
		animation:  none;
	}
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
         transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    -o-transform: scale(2.5);
       transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
      -o-transform: scale(2.5);
         transform: scale(2.5);
  }
}


@-webkit-keyframes scroll-down {
	0% {
		-webkit-transform:  translateY(0);
						transform:  translateY(0);
	}
	20% {
		-webkit-transform: translateY(0.6rem);
						transform: translateY(0.6rem);
	}
	60% {
		-webkit-transform: translateY(0.6rem);
						transform: translateY(0.6rem);
	}
	100% {
		-webkit-transform: translateY(0);
						transform: translateY(0);
	}
}
@-o-keyframes scroll-down {
	0% {
		-webkit-transform:  translateY(0);
						-o-transform:  translateY(0);
		   transform:  translateY(0);
	}
	20% {
		-webkit-transform: translateY(0.6rem);
						-o-transform: translateY(0.6rem);
		   transform: translateY(0.6rem);
	}
	60% {
		-webkit-transform: translateY(0.6rem);
						-o-transform: translateY(0.6rem);
		   transform: translateY(0.6rem);
	}
	100% {
		-webkit-transform: translateY(0);
						-o-transform: translateY(0);
		   transform: translateY(0);
	}
}
@keyframes scroll-down {
	0% {
		-webkit-transform:  translateY(0);
						-o-transform:  translateY(0);
		   transform:  translateY(0);
	}
	20% {
		-webkit-transform: translateY(0.6rem);
						-o-transform: translateY(0.6rem);
		   transform: translateY(0.6rem);
	}
	60% {
		-webkit-transform: translateY(0.6rem);
						-o-transform: translateY(0.6rem);
		   transform: translateY(0.6rem);
	}
	100% {
		-webkit-transform: translateY(0);
						-o-transform: translateY(0);
		   transform: translateY(0);
	}
}
@-webkit-keyframes blick {
	0% {
		opacity: 0;
		transform: rotate(0deg);
	}
	10% {
		opacity: 1;
		transform: rotate(180deg);
	}
	20% {
		opacity: 0;
		transform: rotate(360deg);
	}
	100% {
		opacity: 0;
		transform: rotate(0deg);
	}
}
@-moz-keyframes blick {
	0% {
		opacity: 0;
		transform: rotate(0deg);
	}
	10% {
		opacity: 1;
		transform: rotate(180deg);
	}
	20% {
		opacity: 0;
		transform: rotate(360deg);
	}
	100% {
		opacity: 0;
		transform: rotate(0deg);
	}
}
@-ms-keyframes blick {
	0% {
		opacity: 0;
		transform: rotate(0deg);
	}
	10% {
		opacity: 1;
		transform: rotate(180deg);
	}
	20% {
		opacity: 0;
		transform: rotate(360deg);
	}
	100% {
		opacity: 0;
		transform: rotate(0deg);
	}
}
@keyframes blick {
	0% {
		opacity: 0;
		transform: rotate(0deg);
	}
	10% {
		opacity: 1;
		transform: rotate(180deg);
	}
	20% {
		opacity: 0;
		transform: rotate(360deg);
	}
	100% {
		opacity: 0;
		transform: rotate(0deg);
	}
}


/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 45px 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 7px;
  right: 7px;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #000;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 37px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 700px) {
  .remodal {
    max-width: 430px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 430px;
}

.animated {
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.pulse {
  animation-name: pulse;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
         transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    -o-transform: scale(2.5);
       transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
      -o-transform: scale(2.5);
         transform: scale(2.5);
  }
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes pulse {
  from {
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }

  50% {
    -moz-transform: scale3d(1.05, 1.05, 1.05);
         transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
       -moz-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 15000000;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 15000000;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1500;
	background: url(fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* 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;
}
* {
  margin: 0;
  padding: 0;
  font: inherit;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-focus-ring-color: rgba(255,255,255,0);
  cursor: default;
}
body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a {
  background: transparent;
}
*:focus,
*:active,
*:hover {
  outline: none;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
ol,
ul {
  list-style: none;
}
pre {
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  white-space: pre-wrap;
}
q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}
img {
  border: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
input,
select,
textarea {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input,
textarea {
  resize: none;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}
[placeholder]:focus::-moz-placeholder {
  color: transparent;
}
[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}
[placeholder]:focus::placeholder {
  color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  overflow-x: hidden;
}
.page {
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans';
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  font-family: 'Open Sans';
}
input,
textarea {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  display: inline-block;
}
input::-webkit-input-placeholder {
  color: #000;
}
input::-moz-placeholder {
  color: #000;
}
input::-moz-placeholder {
  color: #000;
}
input::-ms-input-placeholder {
  color: #000;
}
textarea::-webkit-input-placeholder {
  color: #000;
}
textarea::-moz-placeholder {
  color: #000;
}
textarea::-moz-placeholder {
  color: #000;
}
textarea::-ms-input-placeholder {
  color: #000;
}
a,
button {
  color: #fff;
}
input,
button {
  outline: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
ul {
  margin: 0;
  padding: 0;
}
.error {
  border: 1px solid #f00 !important;
}
.container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}
.policy {
  margin-top: 7px;
  width: 205px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  font-weight: 400;
  color: #000;
  text-align: center;
}
.policy a {
  color: #000;
  text-decoration: underline;
}
.policy a:hover {
  text-decoration: none;
}
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.base-btn {
  background: #ff8f3d;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.base-btn span.text {
  display: block;
  width: 100%;
  position: absolute;
  top: 48%;
  left: 50%;
  color: #fff;
  font-weight: 400;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.base-input {
  text-align: center;
  width: 100%;
  height: 45px;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid transparent;
  background: #fff;
  padding-left: 25px;
  padding-right: 25px;
  text-overflow: ellipsis;
}
.base-input_textarea {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  height: 125px;
}
.base-input-wrapper {
  position: relative;
  width: 100%;
}
.base-input-wrapper:after,
.base-input-wrapper:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-57%);
      -ms-transform: translateY(-57%);
       -o-transform: translateY(-57%);
          transform: translateY(-57%);
  background: url("/assets/images/rub.png");
  width: 12px;
  height: 16px;
}
.base-input-wrapper:before {
  width: 20px;
  height: 38px;
  right: 25px;
  top: 25px;
  background: #fff;
}
.base-btn:hover {
  background: #fda260;
}
.title {
  font-size: 33px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.title span {
  color: #16a80a;
}
.up-img {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.up-img:hover,
.up-img.active {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
       -o-transform: translateY(-3px);
          transform: translateY(-3px);
}
.anim-btn {
  position: relative;
  overflow: hidden;
}
.bg-anim {
  position: relative;
  overflow: hidden;
}
.bg-anim:before {
  position: absolute;
  top: 0;
  left: -5%;
  z-index: 200;
  display: block;
  content: '';
  width: 15%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(248,248,248,0)), to(rgba(248,248,248,0.7)));
  background: -o-linear-gradient(left, rgba(248,248,248,0) 0%, rgba(248,248,248,0.7) 100%);
  background: linear-gradient(to right, rgba(248,248,248,0) 0%, rgba(248,248,248,0.7) 100%);
  -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
       -o-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-animation: test infinite 3s linear;
       -o-animation: test infinite 3s linear;
          animation: test infinite 3s linear;
}
.underlining {
  position: relative;
  padding: 3px 0;
}
.underlining:before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.underlining:hover:before {
  width: 100%;
}
@media only screen and (max-width: 950px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title {
    font-size: 24px;
  }
}
.action {
  background: url("/assets/images/bg-action.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 50px;
  height: 584px;
}
.action-info {
  max-width: 530px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.action-info__sub-title {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 400;
  color: #000;
}
.action-info__sub-title span {
  color: #16a80a;
}
.action-info__price {
  margin-top: 22px;
  font-weight: 400;
}
.action-info__price.old {
  font-size: 19px;
  text-decoration: line-through;
}
.action-info__price.new {
  font-size: 28px;
  color: #d73801;
}
.action-info__annotation {
  margin-top: 30px;
  width: 100%;
  border: 3.15px solid #16a80a;
  padding: 23px 10px 25px 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}
.action-info__annotation span {
  font-weight: 600;
}
.action-info__wrapper-btn {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 201px;
  text-align: center;
}
.action-info__wrapper-btn .btn {
  width: 100%;
  height: 51px;
}
.action-info__wrapper-btn .btn .text {
  font-size: 16px;
}
.action-info__wrapper-btn .sign {
  font-size: 12px;
  font-weight: 400;
}
.action-info__wrapper-btn .sign span {
  display: block;
  font-weight: 600;
}
@media only screen and (max-width: 790px) {
  .action {
    background-position: left;
    padding-top: 30px;
  }
  .action-info {
    float: none;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .action-info__title {
    text-align: center;
  }
}
.actions-text {
  text-align: center;
  margin-bottom: 15px;
}
.actions-content {
  padding-top: 20px;
  padding-bottom: 75px;
}
.actions-content__title {
  max-width: 570px;
  color: #000 !important;
  font-size: 17px;
  font-weight: 400;
  padding: 25px 0 30px 0;
}
.actions-content__title span.green {
  color: #16a80a;
}
.actions-content__title span.red {
  color: #ff5656;
}
.action-block {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  background: #dbeed9;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  max-width: 1000px;
  width: 100%;
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.action-block__img {
  max-width: 330px;
  width: 100%;
  margin-right: 10px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.action-block__content {
  max-width: 580px;
  width: 100%;
}
.action-block-content__title {
  font-size: 22px;
  font-weight: 600;
}
.action-block-content__title span {
  color: #16a80a;
}
.action-block-content__sub-title {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #ff8f3d;
}
.action-block-content__text {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
}
.action-block-content__btn {
  width: 200px;
  height: 44px;
}
.action-block-content__btn .text {
  font-size: 15px;
  font-weight: 600;
}
.action-block:hover {
  background: #d3e4d1;
}
.action-content-mobile {
  display: none;
  text-align: center;
  margin-bottom: 10px;
}
.action-content-dekstop {
  display: block;
}
@media only screen and (max-width: 790px) {
  .action-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  }
  .action-content-mobile {
    display: block;
  }
  .action-content-dekstop {
    display: none;
  }
  .action-block-content {
    text-align: center;
  }
}
.answers-content {
  padding-bottom: 70px;
}
.answer-block {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background: #dbeed9;
  width: 100%;
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.answer-block__img {
  width: 195px;
  margin-right: 10px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.answer-block__content {
  max-width: 500px;
  width: 100%;
}
.answer-block-content__title {
  font-size: 17px;
  font-weight: 600;
  color: #16a80a;
}
.answer-block-content__text {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 400;
}
.answer-block-content__btn {
  width: 170px;
  height: 40px;
  background: #16a80a !important;
}
.answer-block-content__btn .text {
  font-size: 14px;
}
.answer-block-content__btn:hover {
  background: #1bbc0e !important;
}
.answer-more-fix-form {
  background: url("/assets/images/bg-fix-form2.png") no-repeat !important;
}
.answer-block:hover {
  background: #d3e4d1;
}
.answer-content-mobile {
  display: none;
  text-align: center;
  margin-bottom: 10px;
}
.answer-content-dekstop {
  display: block;
}
@media only screen and (max-width: 790px) {
  .answer-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  }
  .answer-content-mobile {
    display: block;
  }
  .answer-content-dekstop {
    display: none;
  }
  .answer-block-content {
    text-align: center;
  }
}
.answers-more-content {
  text-align: center;
}
.answers-more-content__sign {
  margin-top: 7px;
  font-size: 13px;
  font-weight: 400;
  color: #898989;
}
.answers-more-content__text {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}
.share-block {
  margin-top: 30px;
  text-align: left;
}
.share-block__title {
  font-size: 20px;
  font-weight: 600;
}
.share-block__title span {
  color: #16a80a;
}
.share-block__container {
  margin-top: 15px;
  max-width: 600px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share-input {
  max-width: 400px;
  width: 100%;
  position: relative;
}
.share-input input {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0,0,0,0.5);
  -webkit-border-radius: 100px 0px 0px 100px;
          border-radius: 100px 0px 0px 100px;
  border: 0px;
  overflow: hidden;
  background: #e5e5e5;
  width: -webkit-calc(100% - 37px);
  width: calc(100% - 37px);
  padding: 5px 37px 5px 15px;
}
.share-input .button {
  background: #c2cfd8;
  height: 30px;
  position: absolute;
  text-align: center;
  right: 0px;
  top: 0px;
  width: 37px;
  -webkit-transition: width 250ms ease-out, -webkit-border-radius 250ms ease-out;
  transition: width 250ms ease-out, -webkit-border-radius 250ms ease-out;
  -o-transition: border-radius 250ms ease-out, width 250ms ease-out;
  transition: border-radius 250ms ease-out, width 250ms ease-out;
  transition: border-radius 250ms ease-out, width 250ms ease-out, -webkit-border-radius 250ms ease-out;
  -webkit-border-radius: 0px 50px 50px 0px;
          border-radius: 0px 50px 50px 0px;
}
.share-input .button:hover {
  width: 100%;
  cursor: pointer;
  -webkit-border-radius: 50px;
          border-radius: 50px;
}
.share-input .button:hover span {
  color: #fff;
}
.share-input .button:hover span:before {
  content: none;
}
.share-input .button span {
  color: transparent;
  font-size: 14px;
  padding-top: 6px;
  font-family: "Merel-Regular";
  display: block;
  -webkit-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
  position: relative;
}
.share-input .button span:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 7px;
  background: url("/assets/images/sc.png");
  width: 15px;
  height: 13px;
}
@media only screen and (max-width: 580px) {
  .share-block {
    text-align: center;
  }
  .share-block__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  }
  .share-input {
    margin-bottom: 10px;
  }
}
.claim-calculation {
  background: url("/assets/images/bg-calc.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  height: 670px;
  padding-top: 60px;
  text-align: center;
}
.claim-calculation__sub-title {
  margin-top: 35px;
  font-size: 20px;
}
.claim-calculation__sub-title span {
  color: #16a80a;
}
.claim-calculation-form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 370px;
  width: 100%;
}
.claim-calculation-form__input {
  margin-bottom: 7px;
}
.claim-calculation-form__btn {
  width: 100%;
  height: 45px;
}
.claim-calculation-form__btn .text {
  font-size: 17px;
}
@media only screen and (max-width: 370px) {
  .claim-calculation {
    height: 720px;
  }
}
.contacts-content {
  padding-top: 40px;
  padding-bottom: 55px;
}
.contacts-content__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-item__img {
  width: 65px;
  margin-right: 4px;
}
.contact-item__title {
  font-size: 19px;
  font-weight: 400;
}
.contact-item__text {
  margin-top: 7px;
  font-size: 17px;
  font-weight: 600;
  color: #16a80a;
}
.contact-item__text a {
  display: block;
  color: #16a80a;
  font-size: 17px;
  font-weight: 600;
}
#map {
  margin-top: 40px;
}
.contacts-seo {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1030px;
  text-align: center;
}
.contacts-seo__title {
  font-size: 25px;
}
.contacts-seo__text {
  margin-top: 25px;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 1075px) {
  .contacts-content__info {
    display: block;
    text-align: center;
  }
  .contact-item {
    display: inline-block;
    width: 320px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: left;
  }
  .contact-item__img,
  .contact-item__content {
    display: inline-block;
    vertical-align: top;
  }
}
.doing-face {
  margin-top: 40px;
  background: url("/assets/images/bg-doing.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: 150%;
  height: 360px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.doing-face__container {
  height: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.doing-face__content {
  margin: auto;
  text-align: center;
}
.doing-face__title {
  color: #fff;
}
.doing-face__sub-title {
  margin-top: 18px;
  color: #16a80a;
  font-size: 22px;
}
.doing-face__btn {
  margin-top: 50px;
  width: 170px;
  height: 38px;
}
.doing-face__btn span {
  font-size: 14px;
}
.doing-content {
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
}
.doing-content__text {
  margin-top: 25px;
  font-size: 13px;
}
.doing-advantages-container {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.doing-advantage__text {
  margin-top: 15px;
  font-size: 17px;
}
.doing-advantage__text span {
  color: #16a80a;
}
.doing-fix-form {
  background: url("/assets/images/bg-fix-form4.png") no-repeat !important;
}
.doing-content .answer-block {
  text-align: left;
}
@media only screen and (max-width: 790px) {
  .doing-face {
    background-size: cover;
  }
}
@media only screen and (max-width: 495px) {
  .doing-advantages-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    margin-top: 5px;
  }
  .doing-advantage {
    margin-top: 15px;
  }
}
.face-actions {
  margin-top: 40px;
  background: url("/assets/images/bg-face-actions.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: 150%;
  height: 380px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.face-actions__container {
  height: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.face-actions__title {
  margin: auto;
  color: #fff;
}
.face-portfolio {
  background-image: url("/assets/images/bg-portfolio.jpg");
}
.face-answers {
  background-image: url("/assets/images/bg-answers.jpg");
}
.face-reviews {
  background-image: url("/assets/images/bg-reviews.jpg");
}
.face-contacts {
  background-image: url("/assets/images/bg-contacts.jpg");
}
@media only screen and (max-width: 1025px) {
  .face-actions {
    background-size: auto;
  }
  .face-actions__container {
    height: 60%;
  }
}
.face-ceiling {
  background-image: url("/assets/images/bg-face-ceiling.jpg") !important;
}
.face-ceiling__title {
  margin-top: 15px;
  font-size: 32px;
  color: #fff;
}
.face-ceiling__text {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
  width: 100%;
  padding: 12px 0 14px 0;
}
.face-ceiling__text span {
  color: #ff8f3d !important;
}
.face-prices {
  margin-top: 40px;
  background: url("/assets/images/bg-face-prices.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: 150%;
  height: 380px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.face-prices__title {
  margin-top: 35px;
  color: #fff;
}
.face-prices__text {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
}
.face-prices__text span {
  color: #16a80a;
}
.face-prices__text.first {
  margin-top: 20px;
  margin-bottom: 20px;
}
.face-prices__btn {
  margin-top: 15px;
  width: 214px;
  height: 46px;
}
.face-prices__btn .text {
  font-size: 17px;
}
@media only screen and (max-width: 1025px) {
  .face-prices {
    background-size: cover;
  }
}
@media only screen and (max-width: 440px) {
  .face-prices {
    height: 500px;
  }
  .face-prices__text {
    max-width: 240px;
    font-size: 16px;
  }
}
.face {
  margin-top: 40px;
  background: url("/assets/images/bg-face.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.face__title {
  margin-top: 15px;
  max-width: 1140px;
  font-size: 26px;
  color: #fff;
}
.face__text {
  margin-top: 10px;
  max-width: 770px;
  font-size: 22px;
  font-weight: 400;
  padding: 13px 0 15px 0;
}
.face__wrapper-annotation {
  margin-top: 10px;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.face__annotation {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 11px 0 14px 0;
  text-align: center;
  background-image: -webkit-linear-gradient(0deg, #16a80a 0%, #50d945 100%);
  color: #fff;
}
.face-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: rgba(0,0,0,0.7);
  opacity: 0;
}
.face-overlay.active {
  opacity: 1;
}
.face-title-decor {
  border: 3.15px solid #16a80a;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.face-title-decor span {
  color: #16a80a;
}
.face-title-decor:hover {
  background: #eaf8df;
}
.face-decor-none:hover {
  background: transparent;
}
.face-btn-wrapper {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
  width: 100%;
  position: relative;
  text-align: center;
}
.face-btn-wrapper .btn {
  width: 214px;
  height: 46px;
}
.face-btn-wrapper .btn .text {
  font-size: 17px;
}
.face-btn-wrapper .arrow {
  position: absolute;
  top: 0;
  width: 38px;
  height: 38px;
}
.face-btn-wrapper .arrow-left {
  left: 0;
  background: url("/assets/images/arr-l.png") no-repeat;
}
.face-btn-wrapper .arrow-right {
  right: 0;
  background: url("/assets/images/arr-r.png") no-repeat;
}
@media only screen and (max-width: 1025px) {
  .face {
    height: 620px;
    background-size: cover;
  }
}
@media only screen and (max-width: 700px) {
  .face__title {
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
  }
  .face__text {
    margin-top: 15px;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    background: none;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    font-size: 16px;
  }
  .face__wrapper-annotation {
    margin-top: 15px;
  }
  .face__annotation {
    max-width: 370px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .face-title-decor {
    padding: 10px !important;
    margin-bottom: 20px;
  }
}
.features-ceiling {
  text-align: center;
  padding-top: 40px;
}
.features-ceiling__container {
  margin-top: 40px;
  background: rgb(249, 245, 242);
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.features-ceiling__container:after,
.features-ceiling__container:before {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(249, 245, 242);
}

.features-ceiling__container:after {
    right: -100%;
}

.features-ceiling__container:before {
    left: -100%;
}

.features-ceiling__img {
  max-width: 400px;
  width: 100%;
}
.features-ceiling__items {
  max-width: 345px;
  width: 100%;
}
.features-ceiling__item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-bottom: 10px;
}
.features-ceiling__item .img {
  width: 75px;
  margin-right: 5px;
}
.features-ceiling__item .text {
  width: 260px;
  font-size: 15px;
  font-weight: 600;
}
.features-ceiling__item .text span {
  color: #16a80a;
}
@media only screen and (max-width: 790px) {
    .features-ceiling__img {
        background: rgb(249, 245, 242);
        padding: 20px 0;
        position: relative;
    }
    .features-ceiling__img:before,
    .features-ceiling__img:after {
        content: '';
        position: absolute;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgb(249, 245, 242);
    }
    
    .features-ceiling__img:after {
        right: -100%;
    }
    
    .features-ceiling__img:before {
        left: -100%;
    }
    .features-ceiling__container:after,
.features-ceiling__container:before {
    content: none;
}
  .features-ceiling__container {
      margin-top: 20px;
      background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .features-ceiling__items {
      margin-top: 25px;
  }
}
.footer {
  background: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 45px;
}
.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.f-copyright {
  font-size: 11px;
  font-weight: 400;
  color: #6e6e6e;
  width: 185px;
  line-height: 1.5;
}
.f-copyright a {
  margin-top: 2px;
  color: #6e6e6e;
  text-decoration: underline;
  font-size: 10px;
}
.f-copyright a:hover {
  text-decoration: none;
}
.f-socials {
  margin-top: 17px;
  margin-bottom: 17px;
  width: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f-main-links,
.f-links {
  margin-top: 7px;
}
.f-main-links a,
.f-links a {
  display: block;
}
.f-main-links a:hover,
.f-links a:hover {
  text-decoration: underline;
}
.f-info a {
  display: block;
}
.f-main-links__link {
  margin-bottom: 11px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.f-links__title {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.f-links__sub-title,
.f-links__link {
  font-size: 13px;
  font-weight: 400;
  color: #000;
}
.f-links__sub-title.hidden,
.f-links__title.hidden {
  visibility: hidden;
}
.f-links__link {
  margin-top: 3px;
  color: #16a80a;
}
.f-info__phone {
  font-size: 19px;
  font-weight: 700;
  color: #000;
}
.f-info__developers {
  margin-top: 15px;
  text-align: right;
}
.f-info__developers a {
  font-size: 13px;
  color: #000;
  margin-bottom: 10px;
}
.f-info__developers a span {
  display: block;
  color: #16a80a;
}
@media only screen and (max-width: 1145px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  }
  .f-main-links,
  .f-links,
  .f-copyright,
  .f-info__developers {
    text-align: center;
  }
  .f-socials,
  .f-copyright {
    margin-left: auto;
    margin-right: auto;
  }
  .f-info {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 790px) {
  .f-main-links,
  .f-links {
    display: none;
  }
}
.geo {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.geo__text {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400;
  height: 30.4px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.geo__text a {
  color: #16a80a;
}
.geo__text a:hover {
  text-decoration: underline;
}
.geo__text.active {
  height: auto;
}
.geo__link {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 400;
  color: #16a80a;
}
.geo__link.underlining:before {
  background-color: #16a80a;
}
.geo__container {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.geo-map {
  max-width: 609px;
  width: 100%;
}
.geo-info {
  max-width: 485px;
  width: 100%;
}
.geo-info-block {
  margin-bottom: 40px;
  text-align: left;
}
.geo-info-block__title {
  display: inline-block;
  font-size: 19px;
  padding-bottom: 2px;
  border-bottom: 3px solid #ff8f3d;
  font-weight: 400;
}
.geo-info-block__title span {
  font-weight: 600;
  color: #16a80a;
}
.geo-info-block__text {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
}
.geo-info-block__text span {
  font-weight: 600;
}
.geo-arrow {
  margin-top: 40px;
  -webkit-animation: scroll-down 2s infinite linear;
       -o-animation: scroll-down 2s infinite linear;
          animation: scroll-down 2s infinite linear;
}
@media only screen and (max-width: 1020px) {
  .geo__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  }
  .geo-info {
    margin-top: 25px;
  }
  .geo-info-block {
    text-align: center;
  }
}
.guarantees {
  background: url("/assets/images/bg-guar.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 35px;
  height: 595px;
}
.guarantees__title {
  color: #fff;
}
.guarantees__tele {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  width: 100%;
  height: 391px;
  background: url("/assets/images/tele.jpg") no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.guarantees__video {
  max-width: 520px;
  padding-top: 18px;
  width: 100%;
  margin: auto;
}
.advantages {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f6f6f6;
}
.advantages__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.advantage-item {
  text-align: center;
}
.advantage-item__img {
  height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.advantage-item__img img {
  margin: auto;
}
.advantage-item__text {
  margin-top: 22px;
  font-size: 17px;
  font-weight: 400;
}
.advantage-item__text span {
  color: #16a80a;
}
.advantage-item__btn {
  margin-top: 35px;
  width: 230px;
  height: 52px;
}
.advantage-item__btn .text {
  font-size: 17px;
}
.advantage-item__btn.mobile {
  display: none;
}
@media only screen and (max-width: 790px) {
  .guarantees__tele {
    background: transparent;
  }
}
@media only screen and (max-width: 835px) {
  .advantages {
    padding-top: 0;
  }
  .advantages__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  }
  .advantage-item {
    margin-top: 25px;
  }
  .advantage-item__btn.dekstop {
    display: none;
  }
  .advantage-item__btn.mobile {
    display: inline-block;
  }
}
.header {
  padding-top: 6px;
  padding-bottom: 4px;
  position: absolute;
  left: 0;
  right: 0;
  height: 47px;
  z-index: 600;
  background: #16a80a;
}
.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__sign,
.header__address {
  padding-top: 3px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.header__sign:before,
.header__address:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat !important;
}
.header__sign {
  padding-left: 40px;
}
.header__sign:before {
  width: 30px;
  height: 23px;
  background: url("/assets/images/hi-1.png");
}
.header__address {
  padding-left: 25px;
}
.header__address:before {
  width: 18px;
  height: 25px;
  background: url("/assets/images/hi-2.png");
}
.header__info {
  max-width: 345px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__phone {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.header__btn {
  width: 170px;
  height: 33px;
}
.header__btn .text {
  font-size: 14px;
}
.header.active {
  position: fixed !important;
  top: 0;
}
@media only screen and (max-width: 1210px) {
  .header__container {
    padding-top: 7px;
  }
  .header__btn {
    display: none;
  }
  .header__info {
    width: auto;
    margin-right: 45px;
  }
}
@media only screen and (max-width: 960px) {
  .header__sign {
    display: none;
  }
}
@media only screen and (max-width: 790px) {
  .header__address {
    display: none;
  }
  .header__info {
    margin-left: 0;
  }
}
@media only screen and (max-width: 360px) {
  .header__btn {
    width: 140px;
  }
  .header__btn .text {
    font-size: 10px;
  }
  .header__phone {
    font-size: 14px;
  }
}
.materials {
  padding-bottom: 40px;
  text-align: center;
}
.materials__container {
  margin-top: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.material-item__img {
  width: 270px;
  height: 205px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.material-item__img img {
  margin: auto;
}
.material-item__text {
  margin-top: 12px;
  font-size: 17px;
  font-weight: 400;
}
.materials .test-step-slider-wrapper__arrow {
  display: none;
}
@media only screen and (max-width: 1130px) {
  .materials__container {
    display: block;
  }
  .material-item {
    margin-top: 20px;
  }
  .material-item__img {
    width: auto;
    display: block;
  }
  .material-item__text {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 790px) {
  .materials .test-step-slider-wrapper__arrow {
    display: block;
  }
}
.modal {
  max-width: 550px;
  width: 100%;
  padding: 48px 45px;
  text-align: center;
}
.modal__title {
  font-size: 18px;
  font-weight: 600;
}
.modal__sub-title {
  margin-top: 10px;
  color: #16a80a;
  font-size: 16px;
}
.modal .base-input {
  border: 1px solid #000;
}
.remodal .test-step__text {
  margin-top: 10px;
}
.test-modal {
  max-width: 655px;
  width: 100%;
  padding: 28px 15px 48px;
}
.test-modal .test-step-item {
  margin: 0;
}
.test-modal .test-step-item__text {
  color: #000;
}
.test-modal .test-step__sign {
  color: #000;
}
.test-modal .test-step__text {
  color: #000;
}
.test-modal .test-step__text.last {
  border: none;
}
.test-modal .base-input {
  border: 1px solid #000;
}
.test-modal .test-step-endtext {
  max-width: 500px;
}
.test-modal .test-step-endtext__title {
  font-size: 18px;
  color: #000;
}
.test-modal .test-step-endtext__text {
  font-size: 15px;
  color: #000;
}
.test-modal .policy {
  color: #000 !important;
}
.test-modal .policy a {
  color: #000 !important;
}
@media only screen and (max-width: 550px) {
  .modal__sub-title {
    font-size: 14px;
  }
}
.nav {
  padding-top: 10px;
  position: relative;
  z-index: 500;
}
.nav__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.nav-links {
  max-width: 910px;
  width: 100%;
}
.nav-links__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-links__link {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.nav-links__link .link {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.sub-menu-1 {
  display: none;
  width: 135px;
  position: absolute;
  z-index: 300;
}
.sub-menu-1__link {
  position: relative;
}
.sub-menu-1__link .link {
  display: block;
  margin-top: 1.5px;
  font-size: 13px;
  font-weight: 400;
  padding: 6px 18px;
  background: #a0c89d;
  color: #000;
}
.sub-menu-1__link .link:hover {
  background: #16a80a;
  color: #fff;
}
.sub-menu-1__link .content {
  position: relative;
}
.sub-menu-1__link:hover .sub-menu-2 {
  display: block;
}
.sub-menu-2 {
  display: none;
  position: absolute;
  padding: 5px 11px;
  background: #16a80a;
  width: 240px;
  top: -27px;
  right: -241.5px;
  z-index: 300;
  text-align: left;
}
.sub-menu-2__link {
  font-size: 13px;
  color: #fff;
  padding-left: 11px;
  position: relative;
}
.sub-menu-2__link:hover {
  text-decoration: underline;
}
.sub-menu-2__link:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #ff8f3d;
}
 .sub-menu-3 {
  width: 170px;
  top: auto;
  right: auto;
  text-align: left;
}
.nav-links__link.sub-menu:hover .sub-menu-1,
.nav-links__link.sub-menu:hover .sub-menu-3 {
  display: block;
}
.nav.active {
    position: static;
}
.nav.active .nav-links__container {
  position: fixed;
  top: 47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1230px;
  width: 100%;
  padding: 10px 40px;
  background: #fff;
  -webkit-box-shadow: -1px 3px 15px rgba(0,0,0,0.3);
          box-shadow: -1px 3px 15px rgba(0,0,0,0.3);
  z-index: 500;
}
.nav.active .nav-links__container:before,
.nav.active .nav-links__container:after {
  content: '';
  position: absolute;
  width: 1000%;
  left: -999%;
  background: #fff;
  height: 41.2px;
  -webkit-box-shadow: -10px 1px 15px rgba(0,0,0,0.3);
          box-shadow: -10px 1px 15px rgba(0,0,0,0.3);
  z-index: 499;
}
.nav.active .nav-links__container:after {
  left: auto;
  right: -999%;
  -webkit-box-shadow: 13px 2px 15px rgba(0,0,0,0.3);
          box-shadow: 13px 2px 15px rgba(0,0,0,0.3);
}
.nav.active .nav-links__container .nav-links__link {
  color: #000;
}
.nav.active .nav-links__container .nav-links__link .link {
  color: #000;
}
.nav.active .nav-links__container .underlining:before {
  background-color: #000;
}
.btn-menu {
  display: none;
  width: 26px;
  height: 19px;
  position: absolute;
  right: 0;
      z-index: 650;
    top: -36px;
}
.btn-menu .line {
  display: inline-block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  z-index: 200;
}
.btn-menu .line_1 {
  top: 0;
}
.btn-menu .line_2 {
  top: 8px;
}
.btn-menu .line_3 {
  top: 16px;
}
.btn-menu.active {
  top: -28px;
}
.btn-menu.active .line_1 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn-menu.active .line_2 {
  opacity: 0;
}
.btn-menu.active .line_3 {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 1210px) {
  .nav {
      position: static;
  }
  .nav__container {
    display: block;
    text-align: center;
  }
  .nav__container .logo {
    margin-top: 10px;
  }
  .btn-menu {
    display: block;
  }
  .nav.active .btn-menu {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 600;
  }
  .nav.active .btn-menu.active {
    top: 20px;
  }
  .nav-links__container {
    display: none;
    position: fixed;
    top: 47px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 1230px;
    width: 100%;
    padding: 0 40px 10px 40px;
    background: #fff;
    -webkit-box-shadow: -1px 3px 15px rgba(0,0,0,0.3);
            box-shadow: -1px 3px 15px rgba(0,0,0,0.3);
    z-index: 500;
    height: 322px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
  }
  .nav-links__container:before,
  .nav-links__container:after {
    content: '';
    position: absolute;
    width: 1000%;
    left: -999%;
    background: #fff;
    height: 41.2px;
    -webkit-box-shadow: -10px 1px 15px rgba(0,0,0,0.3);
            box-shadow: -10px 1px 15px rgba(0,0,0,0.3);
    z-index: 499;
  }
  .nav-links__container:after {
    left: auto;
    right: -999%;
    -webkit-box-shadow: 13px 2px 15px rgba(0,0,0,0.3);
            box-shadow: 13px 2px 15px rgba(0,0,0,0.3);
  }
  .nav-links__container .nav-links__link {
    color: #000;
  }
  .nav-links__container .nav-links__link .link {
    color: #000;
  }
  .sub-menu-1__link .link,
  .sub-menu-1__link .link:hover {
    background: none;
    text-decoration: underline;
  }
  
  .sub-menu-2 {
      background: none;
      padding: 5px 0;
  }
  .sub-menu-2__link {
      color: #000;
      padding: 0;
  }
  .sub-menu-2__link:hover {
      text-decoration: none;
  }
  .nav-links__link .link.underlining,
  .nav-links__link.underlining {
      font-weight: 600;
  }
  .nav-links__link .link.underlining:before,
  .nav-links__link.underlining:before {
      content: none;
  }
  .nav-links__container .underlining:before {
    background-color: #000;
  }
  .sub-menu-1,
  .sub-menu-2,
  .sub-menu-3 {
    display: block;
    position: static;
    width: auto;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .sub-menu-1__link,
  .sub-menu-2__link {
    display: block;
  }
  .sub-menu-2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sub-menu-2__link {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sub-menu-2__link:before {
    content: none;
  }
  .nav-links__container.active {
    display: block;
  }
  .nav-links__link {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
.photos-ceiling {
  text-align: center;
  padding-bottom: 45px;
}
.photos-ceiling__container {
  margin-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.photos-ceiling__text {
  font-size: 16px;
  font-weight: 400;
  color: #929292;
}
.photos-ceiling__btn {
  margin-top: 30px;
  max-width: 300px;
  width: 100%;
  height: 43px;
}
.photos-ceiling__btn .text {
  font-size: 18px;
}
.photo-ceiling {
  width: 270px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.photo-ceiling__cover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.702);
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.photo-ceiling__content {
  max-width: 230px;
  width: 100%;
  margin: auto;
}
.photo-ceiling__title {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.photo-ceiling__icon {
  display: block;
  width: 41px;
  height: 41px;
  background: url("/assets/images/plus.png") no-repeat;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.photo-ceiling:hover .photo-ceiling__cover {
  opacity: 1;
}
.portfolio-content {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.portfolio-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}
.portfolio-filters__item {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #686868;
  padding-bottom: 2px;
  border-bottom: 1px solid #ff8f3d;
}
.portfolio-filters__item:hover,
.portfolio-filters__item.active {
  color: #16a80a;
}
.portfolio-content__title {
  margin-top: 10px;
  font-size: 28px;
}
.portfolio-container {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.portfolio-container .photos-ceiling__container {
  margin-top: 0;
}
.portfolio-container.portfolio {
  display: block;
}
.portfolio-container.portfolio .photos-ceiling__container {
  display: block;
  overflow: hidden;
}
.portfolio-fix-form {
  width: 230px;
  background: #eaeaea;
  padding: 20px;
  text-align: center;
}
.portfolio-fix-form__title {
  font-size: 17px;
  font-weight: 400;
  color: #16a80a;
}
.portfolio-fix-form__sub-title {
  margin-top: 7px;
  font-size: 16px;
  font-weight: 400;
}
.portfolio-fix-form__list {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 130px;
}
.p-top-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-bottom: 7px;
}
.p-top-item__img {
  width: 30px;
  margin-right: 5px;
}
.p-top-item__text {
  color: #16a80a;
  font-size: 15px;
  font-weight: 400;
}
.p-top-item .underlining:before {
  background-color: #16a80a;
}
@media only screen and (max-width: 1210px) {
  .portfolio-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    text-align: center;
  }
  .portfolio-filters__item {
    margin: 10px 0;
  }
  .portfolio-container .photos-ceiling__container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 270px;
  }
}
@media only screen and (max-width: 1135px) {
  .portfolio-fix-form {
    display: none;
  }
}
.portfolio-more-content {
  margin-top: 47px;
}
.portfolio-more-content .btn-menu {
  right: 15px;
}
.portfolio-more-content .nav-links__link {
  color: #000;
}
.portfolio-more-content .nav-links__link .link {
  color: #000;
}
.portfolio-more-content .underlining:before {
  background-color: #000;
}
.portfolio-more-content__container {
  padding-top: 55px;
  padding-bottom: 70px;
}
.portfolio-description {
  text-align: center;
}
.portfolio-description__title {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid #ff8f3d;
}
.portfolio-description__container {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.portfolio-more-info {
  max-width: 785px;
  width: 100%;
}
.portfolio-more-info__big-img {
  width: 100%;
}
.portfolio-more-info__small-imgs {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}
.portfolio-more-info__small-imgs align-items,
.portfolio-more-info__small-imgs .item {
  margin-left: 5px;
  margin-right: 5px;
  width: 255px;
}
.portfolio-more-info__text {
  margin-top: 25px;
  font-size: 15px;
  font-weight: 400;
}
.portfolio-more-features {
  margin-top: 55px;
}
.portfolio-more-feature {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d6d6d6;
  height: 50px;
  text-align: left;
}
.portfolio-more-feature__part-left {
  font-size: 17px;
  font-weight: 400;
  color: #16a80a;
}
.portfolio-more-feature__part-right {
  width: 215px;
  font-size: 17px;
  font-weight: 400;
}
.portfolio-more-fix-form {
  background: url("/assets/images/bg-fix-form.png") no-repeat;
  width: 285px;
  height: 322px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-more-fix-form__content {
  margin: auto;
  width: 230px;
}
.portfolio-more-fix-form__text {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.portfolio-more-fix-form__text span.green {
  color: #16a80a;
}
.portfolio-more-fix-form__text span.bold {
  font-weight: 600;
}
.portfolio-more-fix-form__text span.brown {
  color: #ff8f3d;
}
.portfolio-more-fix-form__btn {
  margin-top: 30px;
  width: 170px;
  height: 42px;
}
.portfolio-more-fix-form__btn .text {
  font-size: 14px;
}
.portfolio-wrapper-fix-form {
  max-width: 285px;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 0px;
}
.portfolio-wrapper-fix-form.is-affixed .inner-wrapper-sticky {
  left: auto !important;
  width: 285px !important;
  z-index: 400;
}
@media only screen and (max-width: 1135px) {
  .portfolio-more-fix-form,
  .portfolio-wrapper-fix-form {
    display: none;
  }
  .portfolio-description__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 590px) {
  .portfolio-more-info__small-imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  }
  .portfolio-more-info__small-imgs .item {
    margin-bottom: 10px;
  }
  .portfolio-more-feature__part-right {
    width: auto;
    text-align: right;
  }
}
.promo {
  background: url("/assets/images/bg-promo.jpg") no-repeat top center;
  height: 460px;
  position: relative;
}
.promo-block {
  max-width: 895px;
  width: 100%;
  min-height: 170px;
  bottom: 60px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.promo-block__title {
  font-size: 26px;
  font-weight: 600;
}
.promo-block__text {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  max-width: 710px;
  font-size: 16px;
  font-weight: 400;
}
.promo-block__text span {
  font-weight: 600;
}
@media only screen and (max-width: 860px) {
  .promo {
    background: #fff;
    height: auto;
    padding-bottom: 20px;
  }
  .promo-block {
    position: static;
    background: #dededb;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    padding: 20px;
  }
}
.reviews-content {
  text-align: left;
  padding-bottom: 70px;
}
.reviews-content-text {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 45px;
}
.reviews-content-title {
  margin-bottom: 25px;
}
.reviews-more-fix-form {
  background: url("/assets/images/bg-fix-form3.png") no-repeat !important;
}
.reviews-block-content-link {
  font-size: 15px;
  font-weight: 400;
  color: #ff8f3d;
}
.reviews-block-content-link.underlining:before {
  background-color: #ff8f3d;
}
.reviews-external {
  margin-top: 45px;
}
.reviews-external__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews-external .reviews-content-title {
  margin-bottom: 35px;
}
.review-external {
  text-align: center;
}
.review-external__text {
  margin-top: 15px;
  font-size: 19px;
  font-weight: 400;
  color: #000;
}
.review-external:hover .review-external__text {
  color: #16a80a;
}
@media only screen and (max-width: 790px) {
  .reviews-content {
    text-align: center;
  }
}
@media only screen and (max-width: 620px) {
  .reviews-external {
    margin-top: 30px;
    text-align: center;
  }
  .reviews-external__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .review-external {
    margin-top: 15px;
  }
}
.reviews {
  padding-top: 30px;
  padding-bottom: 45px;
}
.reviews__container {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.review-item {
  margin-bottom: 50px;
  max-width: 515px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.review-item__image-area {
  max-width: 285px;
  width: 100%;
}
.review-item__video {
  width: 100%;
}
.review-item__images {
  margin-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review-item__info {
  max-width: 200px;
}
.review-item__title,
.review-item__price {
  font-size: 20px;
  color: #16a80a;
  font-weight: 600;
}
.review-item__sub-title {
  margin-top: 2px;
  font-size: 15px;
  font-weight: 400;
}
.review-item__link {
  width: 94px;
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  color: #ff8f3d;
}
.review-item__link.underlining:before {
  background-color: #ff8f3d;
}
.review-stars {
  width: 160px;
  margin-top: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review-stars__star {
  width: 33px;
  height: 31px;
  background: url("/assets/images/star.png") no-repeat;
  margin-right: 2px;
}
.review-list {
  margin-top: 15px;
  margin-bottom: 15px;
}
.review-list li {
  margin-bottom: 11px;
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 400;
}
.review-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #16a80a;
}
.review-image {
  width: 90px;
  margin-left: 2px;
  margin-right: 2px;
}
@media only screen and (max-width: 1137px) {
  .review-item {
    max-width: 400px;
  }
  .review-item__image-area {
    max-width: 220px;
  }
  .review-item__info {
    margin-left: 15px;
    max-width: 180px;
  }
}
@media only screen and (max-width: 837px) {
  .reviews__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  }
  .review-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  }
  .review-item__info {
    margin-top: 15px;
  }
}
.steps {
  padding-top: 40px;
  position: relative;
}
.step-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.step-container-1 {
  margin-bottom: 20px;
}
.step-bg-1 {
  background-color: #f7f2ee;
}
.step-bg-2 {
  background-color: #ebebeb;
}
.step-block {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.18);
          box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.18);
  max-width: 455px;
  width: 100%;
  position: relative;
}
.step-block__flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.step-block-1 {
  height: 365px;
}
.step-content-1 {
  margin: auto;
  width: 245px;
  text-align: center;
}
.step-content-1__title {
  display: inline-block;
  margin-top: 30px;
  padding-bottom: 2px;
  border-bottom: 3px solid transparent;
  border-color: #b7b7b7;
}
.step-content-1__title.premium {
  color: #c79324;
  border-color: #16a80a;
}
.step-container-2 {
  margin-bottom: 70px;
}
.step-block-2 {
  padding-top: 35px;
}
.step-slider {
  margin-left: auto;
  margin-right: auto;
  max-width: 370px;
  width: 100%;
}
.step-slider .slick-dots {
  margin-top: 12px;
  margin-bottom: 12px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-slider .slick-dots li {
  margin-left: 3px;
  margin-right: 3px;
}
.step-slider .slick-dots li button {
  border: none;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #afd8ab;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.step-slider .slick-dots li.slick-active button {
  background: #16a80a;
}
.step-slider .slider-item {
  text-align: center;
}
.step-slider .slider-item p {
  margin-top: 5px;
  font-size: 17px;
  color: #808080;
}
.step-container-3 {
  margin-bottom: 40px;
}
.step-content-3 {
  margin: auto;
  max-width: 345px;
  width: 100%;
  text-align: center;
}
.step-content-3__text {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 400;
}
.step-content-3__text span {
  font-weight: 600;
}
.types-ceilings {
  width: 245px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 37px;
}
.types-ceilings__img,
.types-ceilings__text {
  display: inline-block;
  vertical-align: middle;
}
.types-ceilings__img {
  width: 95px;
  margin-right: 15px;
}
.types-ceilings__text {
  font-size: 17px;
  font-weight: 400;
}
.types-ceilings:last-child {
  margin-bottom: 0;
}
.step-content-4 {
  margin: auto;
  max-width: 345px;
  width: 100%;
  text-align: center;
}
.step-content-4__title {
  font-size: 29px;
  font-weight: 600;
  color: #16a80a;
}
.step-content-4__title.line {
  text-decoration: line-through;
}
.step-content-4__title.new {
  margin-top: 3px;
  color: #e12747;
}
.step-content-4__discount {
  width: 107px;
  height: 107px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #e12747;
  position: absolute;
  top: -15px;
  right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.step-content-4__discount p {
  margin: auto;
  width: 65px;
  font-size: 14px;
  color: #fff;
}
.step-content-4__discount p span {
  font-size: 27px;
  font-weight: 600;
}
.step-content-4__icon {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 10px;
}
.step-content-4__text {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 400;
}
.step-content-4__text span {
  font-weight: 600;
}
.step-blick {
  position: relative;
  width: 100%;
  height: 130px;
}
.step-blick:before {
  content: '';
  display: block;
  position: absolute;
  opacity: 0;
  top: -52px;
  right: 20px;
  width: 118px;
  height: 119px;
  background-size: contain;
  background-image: url("/assets/images/blick.png");
  -webkit-transform-origin: center 45%;
  -ms-transform-origin: center 45%;
  -o-transform-origin: center 45%;
  transform-origin: center 45%;
  -webkit-animation: blick 4s linear 1s infinite;
  -o-animation: blick 4s linear 1s infinite;
  animation: blick 4s linear 1s infinite;
}
.step-line-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 3620px;
}
.step-line {
  position: absolute;
  top: 185px;
  left: 50%;
  width: 3px;
  background: #ade7a8;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3650px;
}
.step-line-container.ceiling {
  max-height: 3610px;
}
.step-line.ceiling {
  height: 3630px;
}
.step-scroll-line-wrapper {
  width: 3px;
  display: none;
}
.step-scroll-line-wrapper.is-affixed {
  display: block;
}
.step-scroll-line-wrapper.is-affixed .inner-wrapper-sticky {
  width: 3px !important;
  left: 50% !important;
  margin-left: -1.5px !important;
  z-index: 20;
}
.step-scroll-line {
  width: 30px;
  height: 26px;
  background: url("/assets/images/scroll-line.png") no-repeat;
  position: relative;
  right: 13px;
  top: 180px;
}
.step-title {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: #16a80a;
  padding: 8px 0 10px 0;
  z-index: 30;
}
@media only screen and (max-width: 790px) {
  .step-slider .slider-item p {
    font-size: 14px;
  }
  .step-line {
    top: 50px;
    height: 2230px;
  }
  .step-scroll-line {
    top: 50px;
  }
  .step-line-container {
    max-height: 2220px;
  }
  .step-line.ceiling {
    height: 2200px;
  }
  .step-line-container.ceiling {
    max-height: 2180px;
  }
  .step-block-1 {
    height: auto;
    padding: 15px;
  }
  .step-content-1__img {
    width: 80%;
    margin: auto;
  }
  .step-block {
    max-width: 200px;
  }
  .step-block p {
    font-size: 8px;
  }
  .step-title {
    width: 80px;
    font-size: 10px;
  }
  .step-content-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .step-content-4__title {
    font-size: 14px !important;
  }
  .step-content-4__icon {
    width: 7px;
  }
  .step-content-4__discount {
    width: 50px;
    height: 50px;
  }
  .step-content-4__discount p span {
    font-size: 14px;
  }
  .types-ceilings,
  .step-content-1 {
    max-width: 150px;
    width: 100%;
  }
  .types-ceilings__img {
    display: block;
  }
  .types-ceilings__text {
    display: block;
  }
  .types-ceilings__img,
  .types-ceilings__text {
    margin-left: auto;
    margin-right: auto;
  }
  .step-blick {
    height: auto;
  }
  .step-blick:before {
    right: -40px;
  }
}
@media only screen and (max-width: 521px) {
  .step-block {
    max-width: 150px;
  }
  .step-container {
    margin-bottom: 50px;
  }
  .step-scroll-line {
    top: 0;
  }
  .step-title {
    top: -20px;
    font-size: 8px;
  }
  .step-line {
    top: -10px;
    height: 2110px;
  }
  .step-line-container {
    max-height: 2060px;
  }
  .step-line.ceiling {
    height: 2090px;
  }
  .step-line-container.ceiling {
    max-height: 2000px;
  }
}
.test-container {
  margin-top: 45px;
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 30;
}
.test-step {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.test-step__title {
  max-width: 630px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #16a80a;
  padding: 13px 0;
  color: #fff;
}
.test-step__btn {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 170px;
  height: 40px;
}
.test-step__btn .text {
  font-size: 16px;
  font-weight: 600;
}
.test-step__btn.ceiling-1-step {
  margin-top: 5px;
}
.test-step__sign {
  margin-top: 15px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  z-index: 100;
}
.test-step__sign span {
  color: #16a80a;
}
.test-step__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 630px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  border: 2px solid #16a80a;
  padding: 10px;
  position: relative;
  z-index: 100;
}
.test-step__text span {
  color: #ff8f3d;
  font-weight: 600;
}
.test-step__text.present {
  padding-left: 45px;
  padding-right: 45px;
  padding-left: 105px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.test-step__text.present:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 75px;
  width: 60px;
  height: 56px;
  background: url("/assets/images/pr.png");
}
.test-step__text.ceiling {
  max-width: 530px;
  font-size: 13px;
  font-weight: 400;
}
.test-step__text.ceiling p {
  font-size: 14px;
  font-weight: 400;
}
.test-step__text.ceiling .price-container {
  width: 240px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.test-step__text.ceiling .price-container .old-price {
  font-size: 15px;
  font-weight: 400;
  text-decoration: line-through;
}
.test-step__text.ceiling .price-container .new-price {
  font-size: 19px;
  font-weight: 600;
  color: #ca1b1b;
}
.test-step .policy {
  color: #fff;
}
.test-step .policy a {
  color: #fff;
}
.test-step-slider-wrapper {
  margin-top: 15px;
  position: relative;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.test-step-slider-wrapper__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 40px;
  z-index: 200;
}
.test-step-slider-wrapper__arrow.left {
  left: 0;
  background: url("/assets/images/sarr-l.png");
}
.test-step-slider-wrapper__arrow.right {
  right: 0;
  background: url("/assets/images/sarr-r.png");
}
.test-step-slider {
  max-width: 830px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.test-textarea {
  max-width: 570px;
  width: 100%;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}
.test-step-ceiling {
  max-width: 655px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.test-step-item {
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
}
.test-step-item__text {
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding-left: 25px;
  position: relative;
  min-height: 22px;
  text-align: left;
}
.test-step-item__text:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  background: url("/assets/images/check1.png") no-repeat;
  width: 21px;
  height: 22px;
}
.test-step-item.active .test-step-item__text:before {
  background: url("/assets/images/check2.png") no-repeat;
}
.test-list {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}
.test-list .test-step-item__text {
  cursor: pointer;
  padding-left: 28px;
  display: block;
}
.test-list .test-step-item__text.active:before {
  background: url("/assets/images/check2.png") no-repeat;
}
.test-step-endtext {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.test-step-endtext__title {
  color: #fff;
  font-size: 24px;
}
.test-step-endtext__title span {
  color: #16a80a;
}
.test-step-endtext__text {
  margin-top: 25px;
  font-size: 16px;
  color: #fff;
}
.test-step-endtext__text span {
  color: #ff8f3d;
  font-weight: 600;
}
@media only screen and (max-width: 790px) {
  .test-step__sign {
    font-size: 14px;
  }
  .test-step__text {
    font-size: 13px;
  }
  .test-step__text.present {
    padding-left: 0;
    padding-right: 0;
  }
  .test-step__text.present:before {
    content: none;
  }
}
@media only screen and (max-width: 600px) {
  .test-step-endtext__title span {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 450px) {
  .test-modal {
    padding-left: 5px;
    padding-right: 5px;
  }
  .test-step-slider {
    width: 90%;
  }
}
.thank-content {
  margin-top: 47px;
  background: url("/assets/images/bg-thank.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: 150%;
  height: 432px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.thank-content__container {
  height: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.thank-content__content {
  margin: auto;
  text-align: center;
}
.thank-content__title {
  color: #fff;
}
.thank-content__sub-title {
  margin-top: 20px;
  color: #fff;
  font-size: 24px;
}
.error-content {
  background-image: url("/assets/images/bg-error.jpg");
}
.work-annotation {
  margin-top: 25px;
  max-width: 900px;
  padding: 27px 0 30px 0;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.work-annotation span {
  font-weight: 600;
  color: #000;
}
.work-steps-container {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.work-steps-container.fix {
  position: relative;
  left: 20px;
}
.work-step-item__text {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 400;
  color: #16a80a;
}
.work-step-item__text span {
  color: #000;
  font-weight: 600;
}
.work-btn {
  margin-top: 35px;
  max-width: 350px;
  width: 100%;
  height: 52px;
}
.work-btn .text {
  font-size: 17px;
}
.work-step-item.fix {
  position: relative;
  left: 25px;
}
.work-btn.fix {
  position: relative;
}
.created-slider-wrapper {
  position: relative;
}
.work .test-step-slider-wrapper__arrow {
  display: none;
}
@media only screen and (max-width: 790px) {
  .work-steps-container {
    margin-top: 10px;
    display: block;
  }
  .work-steps-container.fix {
    left: 0;
  }
  .work-step-item {
    margin-top: 20px;
  }
  .work-step-item.fix {
    left: 0;
  }
  .work-btn.fix {
    right: 0;
  }
  .work .test-step-slider-wrapper__arrow {
    display: block;
  }
}
.work-ceiling {
  border-top: 1px solid #e1e1e1;
  padding-top: 65px !important;
  padding-bottom: 0 !important;
}
.test-step-item input[type="checkbox"],
.test-list-item input[type="checkbox"] {
  display: none;
}
#claim.zvezdnoe-nebo h2 {color:white}
.face {height: 100%;
	background-repeat: no-repeat!important;}

.thank-content {background-size: cover;}

span.title {color:#16a80a}

.answer-block-content__text a, .contacts-seo__text a {color:#16a80a}

.doing-face.montazh-potolka {background: url(/assets/images/services/bg/montazh-potolka.jpg)}
.doing-face.svetodiodnaya-podsvetka {background: url(/assets/images/services/bg/svetodiodnaya-podsvetka.jpg)}
.doing-face.remont-potolka {background: url(/assets/images/services/bg/remont-potolka.jpg)}
.doing-face.shumoizolyaciya {background: url(/assets/images/services/bg/shumoizolyaciya.jpg)}
.doing-face.sliv-vody {background: url(/assets/images/services/bg/sliv-vody.jpg)}
.doing-face.skrytyj-karniz {background: url(/assets/images/services/bg/skrytyj-karniz.jpg)}

.face-ceiling.spalnya {background: url(/assets/images/tipy-potolkov/bg-header/spalnya.jpg)}
.face-ceiling.detskaya {background: url(/assets/images/tipy-potolkov/bg-header/detskaya.jpg)}
.face-ceiling.vannaya {background: url(/assets/images/tipy-potolkov/bg-header/vannaya.jpg)}
.face-ceiling.kuhnya {background: url(/assets/images/tipy-potolkov/bg-header/kuhnya.jpg)}
.face-ceiling.kottedzh {background: url(/assets/images/tipy-potolkov/bg-header/kottedzh.jpg)}
.face-ceiling.ofis {background: url(/assets/images/tipy-potolkov/bg-header/ofis.jpg)}
.face-ceiling.prihozhaya {background: url(/assets/images/tipy-potolkov/bg-header/prihozhaya.jpg)}
.face-ceiling.gostinaya {background: url(/assets/images/tipy-potolkov/bg-header/gostinaya.jpg)}

.face-ceiling.dvuhurovnevye {background: url(/assets/images/vidy-potolkov/bg-header/dvuhurovnevye.jpg)}
.face-ceiling.fotopechat {background: url(/assets/images/vidy-potolkov/bg-header/fotopechat.jpg)}
.face-ceiling.glyancevye {background: url(/assets/images/vidy-potolkov/bg-header/glyancevye.jpg)}
.face-ceiling.matovyj {background: url(/assets/images/vidy-potolkov/bg-header/matovyj.jpg)}
.face-ceiling.paryashhie {background: url(/assets/images/vidy-potolkov/bg-header/paryashhie.jpg)}
.face-ceiling.perforirovannye {background: url(/assets/images/vidy-potolkov/bg-header/perforirovannye.jpg)}
.face-ceiling.podsvetka {background: url(/assets/images/vidy-potolkov/bg-header/podsvetka.jpg)}
.face-ceiling.satinovye {background: url(/assets/images/vidy-potolkov/bg-header/satinovye.jpg)}
.face-ceiling.tkanevye {background: url(/assets/images/vidy-potolkov/bg-header/tkanevye.jpg)}
.face-ceiling.zvezdnoe-nebo {background: url(/assets/images/vidy-potolkov/bg-header/zvezdnoe-nebo.jpg)}

.claim-calculation.dvuhurovnevye {background: url(/assets/images/vidy-potolkov/bg-footer/dvuhurovnevye.jpg)}
.claim-calculation.fotopechat {background: url(/assets/images/vidy-potolkov/bg-footer/fotopechat.jpg)}
.claim-calculation.glyancevye {background: url(/assets/images/vidy-potolkov/bg-footer/glyancevye.jpg)}
.claim-calculation.matovy {background: url(/assets/images/vidy-potolkov/bg-footer/dvuhurovnevye.jpg)}
.claim-calculation.paryashhie {background: url(/assets/images/vidy-potolkov/bg-footer/paryashhie.jpg)}
.claim-calculation.perforirovannye {background: url(/assets/images/vidy-potolkov/bg-footer/perforirovannye.jpg)}
.claim-calculation.podsvetka {background: url(/assets/images/vidy-potolkov/bg-footer/podsvetka.jpg)}
.claim-calculation.satinovye {background: url(/assets/images/vidy-potolkov/bg-footer/satinovye.jpg)}
.claim-calculation.tkanevye {background: url(/assets/images/vidy-potolkov/bg-footer/tkanevye.jpg)}
.claim-calculation.zvezdnoe-nebo {background: url(/assets/images/vidy-potolkov/bg-footer/zvezdnoe-nebo.jpg)}

.action.dvuhurovnevye {background: url(/assets/images/vidy-potolkov/bg-actions/dvuhurovnevye.jpg)}
.action.fotopechat {background: url(/assets/images/vidy-potolkov/bg-actions/fotopechat.jpg)}
.action.glyancevye {background: url(/assets/images/vidy-potolkov/bg-actions/glyancevye.jpg)}
.action.matovy {background: url(/assets/images/vidy-potolkov/bg-actions/matovyj.jpg)}
.action.paryashhie {background: url(/assets/images/vidy-potolkov/bg-actions/paryashhie.jpg)}
.action.perforirovannye {background: url(/assets/images/vidy-potolkov/bg-actions/perforirovannye.jpg)}
.action.podsvetka {background: url(/assets/images/vidy-potolkov/bg-actions/podsvetka.jpg)}
.action.satinovye {background: url(/assets/images/vidy-potolkov/bg-actions/satinovye.jpg)}
.action.tkanevye {background: url(/assets/images/vidy-potolkov/bg-actions/tkanevye.jpg)}
.action.zvezdnoe-nebo {background: url(/assets/images/vidy-potolkov/bg-actions/zvezdnoe-nebo.jpg)}

