/**
 * Retrieves a color value from the $material-colors Sass map
 * Inspired by https://github.com/nilskaspersson/Google-Material-UI-Color-Palette/
 *
 * @function
 * @param {string} color-name             - quoted, lower-case, dasherized color
 *                                          name (e.g. 'pink', 'amber')
 * @param {string} [color-variant='500']  - quoted, lowercase color variant (e.g.
 *                                          '200', 'a100')
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=cyrillic-ext");
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 224;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 225;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 227; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 226; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 228;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg); }

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0); }

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg); }

.my-mfp-slide-bottom.mfp-bg {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0.01; }

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

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

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

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

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

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connect {
  background: #3FB8AF;
  border-radius: 4px;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

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

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

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

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

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

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

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

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
@font-face {
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icofont/kerma.woff") format("woff"), url("../fonts/icofont/kerma.ttf") format("truetype"); }
@font-face {
  font-family: "Intro";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/intro/Intro.woff2") format("woff2"), url("../fonts/intro/Intro.woff") format("woff"), url("../fonts/intro/Intro.ttf") format("truetype"); }
@font-face {
  font-family: "Chalk";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/chalk/Chalkcyrillicfreehand.woff2") format("woff2"), url("../fonts/chalk/Chalkcyrillicfreehand.woff") format("woff"), url("../fonts/chalk/Chalkcyrillicfreehand.ttf") format("truetype"); }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

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

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

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none; }

u {
  text-decoration: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

@media screen and (max-width: 9600px) {
  .ta-L {
    text-align: left !important; }

  .ta-R {
    text-align: right !important; }

  .ta-C {
    text-align: center !important; } }
@media screen and (max-width: 764px) {
  .ta-tL {
    text-align: left !important; }

  .ta-tR {
    text-align: right !important; }

  .ta-tC {
    text-align: center !important; } }
@media screen and (max-width: 9600px) {
  .pd-wrp-None > * + * {
    margin-top: 0px; }

  .pd-inset-None {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

  .pd-gut-None + * {
    margin-top: 0px !important; }

  .pd-spacer-None {
    margin-top: 0px !important; }
    .pd-spacer-None::after {
      clear: both;
      content: "";
      display: table; }

  .pd-uper-None {
    margin-top: -0px !important; }

  .pd-inside-None {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .pd-outside-None {
    margin-left: -0px !important;
    margin-right: -0px !important; } }
@media screen and (max-width: 9600px) {
  .pd-wrp-XXXS > * + * {
    margin-top: 4px; }

  .pd-inset-XXXS {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }

  .pd-gut-XXXS + * {
    margin-top: 4px !important; }

  .pd-spacer-XXXS {
    margin-top: 4px !important; }
    .pd-spacer-XXXS::after {
      clear: both;
      content: "";
      display: table; }

  .pd-uper-XXXS {
    margin-top: -4px !important; }

  .pd-inside-XXXS {
    padding-left: 4px !important;
    padding-right: 4px !important; }

  .pd-outside-XXXS {
    margin-left: -4px !important;
    margin-right: -4px !important; } }
@media screen and (max-width: 9600px) {
  .pd-wrp-XXS > * + * {
    margin-top: 8px; }

  .pd-inset-XXS {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }

  .pd-gut-XXS + * {
    margin-top: 8px !important; }

  .pd-spacer-XXS {
    margin-top: 8px !important; }
    .pd-spacer-XXS::after {
      clear: both;
      content: "";
      display: table; }

  .pd-uper-XXS {
    margin-top: -8px !important; }

  .pd-inside-XXS {
    padding-left: 8px !important;
    padding-right: 8px !important; }

  .pd-outside-XXS {
    margin-left: -8px !important;
    margin-right: -8px !important; } }
@media screen and (max-width: 9600px) {
  .pd-wrp-XS > * + * {
    margin-top: 12px; }

  .pd-inset-XS {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }

  .pd-gut-XS + * {
    margin-top: 12px !important; }

  .pd-spacer-XS {
    margin-top: 12px !important; }
    .pd-spacer-XS::after {
      clear: both;
      content: "";
      display: table; }

  .pd-uper-XS {
    margin-top: -12px !important; }

  .pd-inside-XS {
    padding-left: 12px !important;
    padding-right: 12px !important; }

  .pd-outside-XS {
    margin-left: -12px !important;
    margin-right: -12px !important; } }
@media screen and (max-width: 9600px) {
  .pd-wrp-S > * + * {
    margin-top: 16px; }

  .pd-inset-S {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }

  .pd-gut-S + * {
    margin-top: 16px !important; }

  .pd-spacer-S {
    margin-top: 16px !important; }
    .pd-spacer-S::after {
      clear: both;
      content: "";
      display: table; }

  .pd-uper-S {
    margin-top: -16px !important; }

  .pd-inside-S {
    padding-left: 16px !important;
    padding-right: 16px !important; }

  .pd-outside-S {
    margin-left: -16px !important;
    margin-right: -16px !important; } }
@media screen and (max-width: 9600px) {
  .pd-wrp-M > * + * {
    margin-top: 22px; }

  .pd-inset-M {
    padding-top: 22px !important;
    padding-bottom: 22px !important; }

  .pd-gut-M + * {
    margin-top: 22px !important; }

  .pd-spacer-M {
    margin-top: 22px !important; }
    .pd-spacer-M::after {
      clear: both;
      content: "";
      display: table; }

  .pd-uper-M {
    margin-top: -22px !important; }

  .pd-inside-M {
    padding-left: 22px !important;
    padding-right: 22px !important; }

  .pd-outside-M {
    margin-left: -22px !important;
    margin-right: -22px !important; } }
@media screen and (max-width: 9600px) {
  .pd-wrp-L > * + * {
    margin-top: 33px; }

  .pd-inset-L {
    padding-top: 33px !important;
    padding-bottom: 33px !important; }

  .pd-gut-L + * {
    margin-top: 33px !important; }

  .pd-spacer-L {
    margin-top: 33px !important; }
    .pd-spacer-L::after {
      clear: both;
      content: "";
      display: table; }

  .pd-uper-L {
    margin-top: -33px !important; }

  .pd-inside-L {
    padding-left: 33px !important;
    padding-right: 33px !important; }

  .pd-outside-L {
    margin-left: -33px !important;
    margin-right: -33px !important; } }
@media screen and (max-width: 9600px) {
  .pd-wrp-XL > * + * {
    margin-top: 44px; }

  .pd-inset-XL {
    padding-top: 44px !important;
    padding-bottom: 44px !important; }

  .pd-gut-XL + * {
    margin-top: 44px !important; }

  .pd-spacer-XL {
    margin-top: 44px !important; }
    .pd-spacer-XL::after {
      clear: both;
      content: "";
      display: table; }

  .pd-uper-XL {
    margin-top: -44px !important; }

  .pd-inside-XL {
    padding-left: 44px !important;
    padding-right: 44px !important; }

  .pd-outside-XL {
    margin-left: -44px !important;
    margin-right: -44px !important; } }
@media screen and (max-width: 9600px) {
  .pd-wrp-XXL > * + * {
    margin-top: 66px; }

  .pd-inset-XXL {
    padding-top: 66px !important;
    padding-bottom: 66px !important; }

  .pd-gut-XXL + * {
    margin-top: 66px !important; }

  .pd-spacer-XXL {
    margin-top: 66px !important; }
    .pd-spacer-XXL::after {
      clear: both;
      content: "";
      display: table; }

  .pd-uper-XXL {
    margin-top: -66px !important; }

  .pd-inside-XXL {
    padding-left: 66px !important;
    padding-right: 66px !important; }

  .pd-outside-XXL {
    margin-left: -66px !important;
    margin-right: -66px !important; } }
@media screen and (max-width: 764px) {
  .pd-wrp-tNone > * + * {
    margin-top: 0px; }

  .pd-inset-tNone {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

  .pd-gut-tNone + * {
    margin-top: 0px !important; }

  .pd-spacer-tNone {
    margin-top: 0px !important; }
    .pd-spacer-tNone::after {
      clear: both;
      content: "";
      display: table; }

  .pd-uper-tNone {
    margin-top: -0px !important; }

  .pd-inside-tNone {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .pd-outside-tNone {
    margin-left: -0px !important;
    margin-right: -0px !important; } }
@media screen and (max-width: 764px) {
  .pd-wrp-tXXXS > * + * {
    margin-top: 4px; }

  .pd-inset-tXXXS {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }

  .pd-gut-tXXXS + * {
    margin-top: 4px !important; }

  .pd-spacer-tXXXS {
    margin-top: 4px !important; }
    .pd-spacer-tXXXS::after {
      clear: both;
      content: "";
      display: table; }

  .pd-uper-tXXXS {
    margin-top: -4px !important; }

  .pd-inside-tXXXS {
    padding-left: 4px !important;
    padding-right: 4px !important; }

  .pd-outside-tXXXS {
    margin-left: -4px !important;
    margin-right: -4px !important; } }
@media screen and (max-width: 764px) {
  .pd-wrp-tXXS > * + * {
    margin-top: 8px; }

  .pd-inset-tXXS {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }

  .pd-gut-tXXS + * {
    margin-top: 8px !important; }

  .pd-spacer-tXXS {
    margin-top: 8px !important; }
    .pd-spacer-tXXS::after {
      clear: both;
      content: "";
      display: table; }

  .pd-uper-tXXS {
    margin-top: -8px !important; }

  .pd-inside-tXXS {
    padding-left: 8px !important;
    padding-right: 8px !important; }

  .pd-outside-tXXS {
    margin-left: -8px !important;
    margin-right: -8px !important; } }
@media screen and (max-width: 764px) {
  .pd-wrp-tXS > * + * {
    margin-top: 12px; }

  .pd-inset-tXS {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }

  .pd-gut-tXS + * {
    margin-top: 12px !important; }

  .pd-spacer-tXS {
    margin-top: 12px !important; }
    .pd-spacer-tXS::after {
      clear: both;
      content: "";
      display: table; }

  .pd-uper-tXS {
    margin-top: -12px !important; }

  .pd-inside-tXS {
    padding-left: 12px !important;
    padding-right: 12px !important; }

  .pd-outside-tXS {
    margin-left: -12px !important;
    margin-right: -12px !important; } }
@media screen and (max-width: 764px) {
  .pd-wrp-tS > * + * {
    margin-top: 16px; }

  .pd-inset-tS {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }

  .pd-gut-tS + * {
    margin-top: 16px !important; }

  .pd-spacer-tS {
    margin-top: 16px !important; }
    .pd-spacer-tS::after {
      clear: both;
      content: "";
      display: table; }

  .pd-uper-tS {
    margin-top: -16px !important; }

  .pd-inside-tS {
    padding-left: 16px !important;
    padding-right: 16px !important; }

  .pd-outside-tS {
    margin-left: -16px !important;
    margin-right: -16px !important; } }
@media screen and (max-width: 764px) {
  .pd-wrp-tM > * + * {
    margin-top: 22px; }

  .pd-inset-tM {
    padding-top: 22px !important;
    padding-bottom: 22px !important; }

  .pd-gut-tM + * {
    margin-top: 22px !important; }

  .pd-spacer-tM {
    margin-top: 22px !important; }
    .pd-spacer-tM::after {
      clear: both;
      content: "";
      display: table; }

  .pd-uper-tM {
    margin-top: -22px !important; }

  .pd-inside-tM {
    padding-left: 22px !important;
    padding-right: 22px !important; }

  .pd-outside-tM {
    margin-left: -22px !important;
    margin-right: -22px !important; } }
@media screen and (max-width: 764px) {
  .pd-wrp-tL > * + * {
    margin-top: 33px; }

  .pd-inset-tL {
    padding-top: 33px !important;
    padding-bottom: 33px !important; }

  .pd-gut-tL + * {
    margin-top: 33px !important; }

  .pd-spacer-tL {
    margin-top: 33px !important; }
    .pd-spacer-tL::after {
      clear: both;
      content: "";
      display: table; }

  .pd-uper-tL {
    margin-top: -33px !important; }

  .pd-inside-tL {
    padding-left: 33px !important;
    padding-right: 33px !important; }

  .pd-outside-tL {
    margin-left: -33px !important;
    margin-right: -33px !important; } }
@media screen and (max-width: 764px) {
  .pd-wrp-tXL > * + * {
    margin-top: 44px; }

  .pd-inset-tXL {
    padding-top: 44px !important;
    padding-bottom: 44px !important; }

  .pd-gut-tXL + * {
    margin-top: 44px !important; }

  .pd-spacer-tXL {
    margin-top: 44px !important; }
    .pd-spacer-tXL::after {
      clear: both;
      content: "";
      display: table; }

  .pd-uper-tXL {
    margin-top: -44px !important; }

  .pd-inside-tXL {
    padding-left: 44px !important;
    padding-right: 44px !important; }

  .pd-outside-tXL {
    margin-left: -44px !important;
    margin-right: -44px !important; } }
@media screen and (max-width: 764px) {
  .pd-wrp-tXXL > * + * {
    margin-top: 66px; }

  .pd-inset-tXXL {
    padding-top: 66px !important;
    padding-bottom: 66px !important; }

  .pd-gut-tXXL + * {
    margin-top: 66px !important; }

  .pd-spacer-tXXL {
    margin-top: 66px !important; }
    .pd-spacer-tXXL::after {
      clear: both;
      content: "";
      display: table; }

  .pd-uper-tXXL {
    margin-top: -66px !important; }

  .pd-inside-tXXL {
    padding-left: 66px !important;
    padding-right: 66px !important; }

  .pd-outside-tXXL {
    margin-left: -66px !important;
    margin-right: -66px !important; } }
[class*="dib-"] {
  font-size: 0; }
  [class*="dib-"] > * {
    font-size: 1.8rem;
    display: inline-block;
    vertical-align: middle; }

@media screen and (max-width: 9600px) {
  .dib-XS {
    margin: -2px; }
    .dib-XS > * {
      margin: 2px; } }
@media screen and (max-width: 9600px) {
  .dib-S {
    margin: -4px; }
    .dib-S > * {
      margin: 4px; } }
@media screen and (max-width: 9600px) {
  .dib-M {
    margin: -11px; }
    .dib-M > * {
      margin: 11px; } }
@media screen and (max-width: 9600px) {
  .dib-L {
    margin: -18px; }
    .dib-L > * {
      margin: 18px; } }
@media screen and (max-width: 764px) {
  .dib-tXS {
    margin: -2px; }
    .dib-tXS > * {
      margin: 2px; } }
@media screen and (max-width: 764px) {
  .dib-tS {
    margin: -4px; }
    .dib-tS > * {
      margin: 4px; } }
@media screen and (max-width: 764px) {
  .dib-tM {
    margin: -11px; }
    .dib-tM > * {
      margin: 11px; } }
@media screen and (max-width: 764px) {
  .dib-tL {
    margin: -18px; }
    .dib-tL > * {
      margin: 18px; } }
.lt-ctr {
  position: relative;
  max-width: 1188px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px; }
  .lt-ctr::after {
    clear: both;
    content: "";
    display: table; }

.lt-ovh {
  overflow: hidden; }

.lt-wrp {
  font-size: 0; }
  .lt-wrp > [class^="lt-wrp__col"] {
    font-size: 1.8rem;
    text-align: left;
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-height: 1px; }
    .lt-wrp > [class^="lt-wrp__col"]:empty {
      padding: 0 !important; }
  @media screen and (max-width: 10000em) {
    .lt-wrp > .lt-wrp__col1 {
      width: 8.3333333333%; }
    .lt-wrp > .lt-wrp__col2 {
      width: 16.6666666667%; }
    .lt-wrp > .lt-wrp__col3 {
      width: 25%; }
    .lt-wrp > .lt-wrp__col4 {
      width: 33.3333333333%; }
    .lt-wrp > .lt-wrp__col5 {
      width: 41.6666666667%; }
    .lt-wrp > .lt-wrp__col6 {
      width: 50%; }
    .lt-wrp > .lt-wrp__col7 {
      width: 58.3333333333%; }
    .lt-wrp > .lt-wrp__col8 {
      width: 66.6666666667%; }
    .lt-wrp > .lt-wrp__col9 {
      width: 75%; }
    .lt-wrp > .lt-wrp__col10 {
      width: 83.3333333333%; }
    .lt-wrp > .lt-wrp__col11 {
      width: 91.6666666667%; }
    .lt-wrp > .lt-wrp__col12 {
      display: block;
      width: auto; } }
  @media screen and (max-width: 1020px) {
    .lt-wrp > .lt-wrp__col1l {
      width: 8.3333333333%; }
    .lt-wrp > .lt-wrp__col2l {
      width: 16.6666666667%; }
    .lt-wrp > .lt-wrp__col3l {
      width: 25%; }
    .lt-wrp > .lt-wrp__col4l {
      width: 33.3333333333%; }
    .lt-wrp > .lt-wrp__col5l {
      width: 41.6666666667%; }
    .lt-wrp > .lt-wrp__col6l {
      width: 50%; }
    .lt-wrp > .lt-wrp__col7l {
      width: 58.3333333333%; }
    .lt-wrp > .lt-wrp__col8l {
      width: 66.6666666667%; }
    .lt-wrp > .lt-wrp__col9l {
      width: 75%; }
    .lt-wrp > .lt-wrp__col10l {
      width: 83.3333333333%; }
    .lt-wrp > .lt-wrp__col11l {
      width: 91.6666666667%; }
    .lt-wrp > .lt-wrp__col12l {
      display: block;
      width: auto; } }
  @media screen and (max-width: 764px) {
    .lt-wrp > .lt-wrp__col1t {
      width: 8.3333333333%; }
    .lt-wrp > .lt-wrp__col2t {
      width: 16.6666666667%; }
    .lt-wrp > .lt-wrp__col3t {
      width: 25%; }
    .lt-wrp > .lt-wrp__col4t {
      width: 33.3333333333%; }
    .lt-wrp > .lt-wrp__col5t {
      width: 41.6666666667%; }
    .lt-wrp > .lt-wrp__col6t {
      width: 50%; }
    .lt-wrp > .lt-wrp__col7t {
      width: 58.3333333333%; }
    .lt-wrp > .lt-wrp__col8t {
      width: 66.6666666667%; }
    .lt-wrp > .lt-wrp__col9t {
      width: 75%; }
    .lt-wrp > .lt-wrp__col10t {
      width: 83.3333333333%; }
    .lt-wrp > .lt-wrp__col11t {
      width: 91.6666666667%; }
    .lt-wrp > .lt-wrp__col12t {
      display: block;
      width: auto; } }
  @media screen and (max-width: 10000em) {
    .lt-wrp.lt-wrp--gutNone {
      margin: -0px; }
      .lt-wrp.lt-wrp--gutNone > [class^="lt-wrp__col"] {
        padding: 0px; } }
  @media screen and (max-width: 10000em) {
    .lt-wrp.lt-wrp--gutXXS {
      margin: -4px; }
      .lt-wrp.lt-wrp--gutXXS > [class^="lt-wrp__col"] {
        padding: 4px; } }
  @media screen and (max-width: 10000em) {
    .lt-wrp.lt-wrp--gutM {
      margin: -16px; }
      .lt-wrp.lt-wrp--gutM > [class^="lt-wrp__col"] {
        padding: 16px; } }
  @media screen and (max-width: 1020px) {
    .lt-wrp.lt-wrp--gutNonel {
      margin: -0px; }
      .lt-wrp.lt-wrp--gutNonel > [class^="lt-wrp__col"] {
        padding: 0px; } }
  @media screen and (max-width: 1020px) {
    .lt-wrp.lt-wrp--gutXXSl {
      margin: -4px; }
      .lt-wrp.lt-wrp--gutXXSl > [class^="lt-wrp__col"] {
        padding: 4px; } }
  @media screen and (max-width: 1020px) {
    .lt-wrp.lt-wrp--gutMl {
      margin: -16px; }
      .lt-wrp.lt-wrp--gutMl > [class^="lt-wrp__col"] {
        padding: 16px; } }
  @media screen and (max-width: 764px) {
    .lt-wrp.lt-wrp--gutNonet {
      margin: -0px; }
      .lt-wrp.lt-wrp--gutNonet > [class^="lt-wrp__col"] {
        padding: 0px; } }
  @media screen and (max-width: 764px) {
    .lt-wrp.lt-wrp--gutXXSt {
      margin: -4px; }
      .lt-wrp.lt-wrp--gutXXSt > [class^="lt-wrp__col"] {
        padding: 4px; } }
  @media screen and (max-width: 764px) {
    .lt-wrp.lt-wrp--gutMt {
      margin: -16px; }
      .lt-wrp.lt-wrp--gutMt > [class^="lt-wrp__col"] {
        padding: 16px; } }

.lt-white::after {
  clear: both;
  content: "";
  display: table; }

html {
  font-size: 62.5%; }
  html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000; }

h1, h2, h3, h4, h5, h6, b {
  font-weight: 600; }

.tp-ttl {
  text-align: center;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1.3; }
  @media screen and (max-width: 766px) {
    .tp-ttl {
      font-weight: 700;
      font-size: 3.3rem;
      line-height: 1.3; } }

.ui-btn {
  cursor: pointer;
  display: inline;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background-color: #ffc04c;
  background-image: -webkit-linear-gradient(#ffc04c, #e19501);
  background-image: linear-gradient(#ffc04c, #e19501);
  box-shadow: 0 3px 0 #c36e00;
  display: inline-block;
  border-radius: 4px;
  padding: 0 22px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 44px;
  color: #fff; }
  .ui-btn:focus {
    outline: none; }
  .ui-btn:hover {
    background-color: #e19501;
    background-image: -webkit-linear-gradient(#e19501, #ffc04c);
    background-image: linear-gradient(#e19501, #ffc04c); }

.ui-inp {
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  display: inline-block;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  padding: 0 22px;
  height: 44px; }
  .ui-inp:focus {
    outline: none; }

.swiper {
  overflow: hidden;
  position: relative; }
  .swiper .swiper__slide {
    position: relative;
    padding-bottom: 55%;
    background-color: #1976d2;
    border-radius: 4px; }
    .swiper .swiper__slide h3 {
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      position: absolute;
      font-weight: 700;
      font-size: 3.3rem;
      line-height: 1;
      color: #eeeeee; }
  .swiper .swiper__prev, .swiper .swiper__next {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 11;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3;
    color: #eeeeee; }
  .swiper .swiper__prev {
    left: 11px; }
  .swiper .swiper__next {
    right: 11px; }

.w2 {
  min-height: 100vh;
  background-color: #212121; }
  .w2 .w2__top {
    overflow: hidden; }
    .w2 .w2__top .swiper-slide {
      padding-bottom: 55%;
      background-color: #1976d2;
      border-radius: 4px;
      position: relative; }
      .w2 .w2__top .swiper-slide h3 {
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        color: #eeeeee;
        font-weight: 700;
        font-size: 3.3rem;
        line-height: 1; }
  .w2 .w2__thumbs {
    overflow: hidden;
    margin-top: 11px; }
  .w2 .w2__thumb {
    position: relative;
    padding-bottom: 55%;
    border-radius: 4px;
    background-color: #1976d2; }
    .w2 .w2__thumb h3 {
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      position: absolute;
      color: #eeeeee;
      font-weight: 700;
      font-size: 1.8em;
      line-height: 1; }

.w1 .w1__font1 {
  font-family: "Intro";
  font-size: 4.4rem;
  line-height: 1; }
.w1 .w1__font2 {
  font-family: "Chalk";
  font-size: 7.7rem;
  line-height: .9; }

.head {
  position: absolute;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.77);
  padding: 22px 0;
  font-size: 0; }
  .head .head__logo, .head .head__cap, .head .head__phone, .head .ui-bnt {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.8rem; }
  .head .head__logo {
    width: 177px; }
  .head .head__cap {
    width: calc(100% - 177px - 288px - 211px);
    padding: 0 22px;
    text-align: center;
    font-size: 2rem;
    line-height: 1.3;
    color: #fff; }
  .head .head__phone {
    width: 288px; }
    .head .head__phone h3 {
      font-weight: 400;
      font-size: 3.3rem;
      line-height: 1.3;
      color: #fff; }
      .head .head__phone h3 b {
        font-weight: 700; }
    .head .head__phone p {
      font-size: 1.8rem;
      line-height: 1.3;
      color: #fff; }
  .head .ui-btn {
    width: 211px;
    vertical-align: -7px; }
  @media screen and (max-width: 1022px) {
    .head {
      text-align: right; }
      .head .head__logo {
        float: left; }
      .head .head__cap {
        display: none; }
      .head .head__phone {
        text-align: left; } }
  @media screen and (max-width: 766px) {
    .head {
      text-align: center;
      padding-bottom: 0; }
      .head .head__logo {
        float: none;
        margin: 0 auto;
        display: block; }
      .head .head__phone {
        text-align: center;
        padding: 0 22px;
        width: auto; }
        .head .head__phone h3 {
          font-size: 2.8rem; }
        .head .head__phone p {
          font-size: 1.6rem; }
      .head .ui-btn {
        margin: 22px 0; } }

.b1 {
  height: 991px;
  background: #fff url("../img/b1/bg.jpg") center bottom no-repeat;
  background-size: cover;
  position: relative; }
  .b1 .b1__ttl {
    padding-top: 233px;
    font-family: "Intro";
    text-align: center;
    font-size: 6rem;
    line-height: 1.1; }
    .b1 .b1__ttl span {
      display: inline-block;
      background-color: #fff;
      padding: 18px 22px 7px; }
  @media screen and (max-width: 1022px) {
    .b1 .b1__ttl {
      font-size: 5rem; } }
  @media screen and (max-width: 766px) {
    .b1 {
      height: 611px; }
      .b1 .b1__ttl {
        padding-top: 277px;
        font-size: 3.3rem; } }
  @media screen and (max-width: 433px) {
    .b1 {
      height: 477px; }
      .b1 .b1__ttl {
        padding-top: 299px; } }

.b2 {
  position: relative;
  margin-top: -199px;
  z-index: 11; }
  .b2 .b2__wrp {
    max-width: 1011px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 44px;
    border-radius: 12px;
    border: 4px solid #f7b437;
    background: url("../img/b2/bg.jpg") center center no-repeat;
    box-shadow: 0 0 33px rgba(0, 0, 0, 0.44);
    background-size: cover; }
    .b2 .b2__wrp::after {
      clear: both;
      content: "";
      display: table; }
  .b2 .b2__ttl {
    padding: 33px 22px;
    text-align: center;
    font-family: "Intro";
    letter-spacing: 11px;
    font-size: 8rem;
    line-height: 1;
    color: #f7b437; }
  .b2 .b2__brick {
    float: left;
    text-align: center;
    padding: 0 33px;
    width: 50%; }
    .b2 .b2__brick img {
      max-width: 100%; }
  .b2 .b2__side {
    float: left;
    width: 50%; }
    .b2 .b2__side h3 {
      opacity: .88;
      font-weight: 400;
      font-family: "Chalk";
      font-size: 6rem;
      line-height: .9;
      color: #fff; }
      .b2 .b2__side h3 span {
        font-size: 10rem; }
    .b2 .b2__side a {
      line-height: 50px;
      max-width: 266px;
      margin-top: 28px;
      width: 100%; }
  @media screen and (max-width: 766px) {
    .b2 .b2__ttl {
      font-size: 6rem;
      letter-spacing: 7px; }
    .b2 .b2__brick {
      float: none;
      width: auto; }
    .b2 .b2__side {
      float: none;
      width: auto;
      text-align: center;
      padding: 22px; } }
  @media screen and (max-width: 433px) {
    .b2 {
      margin-top: -44px; }
      .b2 .b2__ttl {
        font-size: 4.4rem;
        letter-spacing: 4px; }
      .b2 .b2__side h3 {
        font-size: 4.4rem; }
        .b2 .b2__side h3 span {
          font-size: 6rem; } }

.b3 {
  background: url("../img/b3/ptrn.jpg");
  padding: 277px 0 44px;
  margin-top: -233px;
  min-height: 966px; }
  .b3 .b3__wrp {
    margin-right: -30px;
    font-size: 0; }
  .b3 .b3__cll {
    vertical-align: top;
    display: inline-block;
    width: calc(33.3% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
    font-size: 1.8rem; }
  .b3 .b3__cart {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 97%;
    background-color: #fff;
    height: 0; }
    @media screen and (min-width: 1022px) {
      .b3 .b3__cart:hover .b3__hover {
        opacity: 1; } }
  .b3 .b3__name {
    position: absolute;
    z-index: 1;
    top: 22px;
    left: 0;
    width: 100%;
    padding: 0 22px;
    font-size: 1.8rem;
    line-height: 1.3; }
    .b3 .b3__name b {
      display: block;
      font-weight: 700;
      margin-bottom: 3px; }
    .b3 .b3__name span {
      font-weight: 400;
      font-size: 1.6rem;
      color: #939393; }
  .b3 .b3__price {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    bottom: 22px;
    padding: 0 22px;
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: 400; }
    .b3 .b3__price b {
      font-size: 3.3rem;
      font-weight: 600; }
  .b3 .b3__pic {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    padding: 0 11px;
    width: 100%; }
  .b3 .b3__sale {
    position: absolute;
    right: 9%;
    top: 14%;
    width: 16%;
    z-index: 1; }
  .b3 .b3__brick {
    width: 100%;
    display: block; }
  .b3 .b3__hover {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%; }
  .b3 .b3__more-btn {
    width: 100%;
    line-height: 50px;
    max-width: 266px; }
  .b3 .b3__hidden {
    display: none; }
  @media screen and (max-width: 1022px) {
    .b3 .b3__cll {
      width: calc(50% - 30px); } }
  @media screen and (max-width: 766px) {
    .b3 .b3__cll {
      width: calc(100% - 30px); } }

.b4 {
  padding-top: 111px;
  padding-bottom: 44px; }
  .b4 .tp-ttl {
    padding-bottom: 44px; }
  .b4 .b4__nav {
    float: left;
    width: 30%; }
  .b4 .b4__main {
    float: left;
    width: 70%;
    box-shadow: 11px 11px 66px rgba(0, 0, 0, 0.18);
    background-color: #fff;
    padding: 22px; }
    .b4 .b4__main h3 {
      display: none; }
    .b4 .b4__main img {
      max-width: 100%; }
  .b4 .b4__tab {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    padding: 22px 11px;
    font-size: 0; }
    .b4 .b4__tab i {
      position: relative;
      vertical-align: middle;
      text-transform: none;
      font-weight: normal;
      font-style: normal;
      font-family: "icofont";
      font-size: inherit;
      line-height: .1;
      font-size: 3.3rem;
      color: #f7b437;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      width: 60px; }
    .b4 .b4__tab span {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 60px);
      padding-right: 11px;
      font-size: 1.8rem;
      line-height: 1.3; }
    .b4 .b4__tab:hover {
      background-color: rgba(0, 0, 0, 0.02); }
    .b4 .b4__tab.b4__tab--active {
      background-color: rgba(0, 0, 0, 0.05); }
      .b4 .b4__tab.b4__tab--active i {
        color: black; }
  .b4 .b4__target {
    display: none; }
    .b4 .b4__target:first-child {
      display: block; }
  @media screen and (max-width: 766px) {
    .b4 .b4__nav {
      float: none;
      width: 100%; }
      .b4 .b4__nav::after {
        clear: both;
        content: "";
        display: table; }
    .b4 .b4__main {
      width: 100%;
      float: none; }
      .b4 .b4__main h3 {
        display: block; }
    .b4 .b4__tab {
      float: left;
      width: 20%; }
      .b4 .b4__tab i {
        width: 100%; }
      .b4 .b4__tab span {
        display: none; } }

.b5 {
  padding-top: 44px;
  padding-bottom: 44px; }
  .b5 .tp-ttl {
    margin-bottom: 44px; }
  .b5 .b5__wrp {
    font-size: 0;
    text-align: center;
    margin: 0 -22px; }
  .b5 .b5__cll {
    font-size: 1.8rem;
    display: inline-block;
    vertical-align: top;
    width: calc(33.3% - 44px);
    margin: 0 22px; }
  .b5 .b5__item {
    position: relative;
    height: 255px;
    background-color: #fff;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.18); }
  .b5 .b5__nest {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    padding: 0 22px;
    width: 100%;
    left: 0; }
    .b5 .b5__nest h3 {
      padding: 16px 0;
      margin-bottom: -9px;
      font-family: "Intro";
      font-size: 4.4rem;
      line-height: 1;
      color: #f7b437; }
    .b5 .b5__nest p {
      font-size: 2rem;
      line-height: 1.3; }
  @media screen and (max-width: 766px) {
    .b5 .b5__wrp {
      margin: 0; }
    .b5 .b5__cll {
      width: 100%;
      margin: 0; } }

.b6 {
  background: url("../img/b6/ptrn.jpg");
  padding: 44px 0; }
  .b6 .tp-ttl {
    margin-bottom: 44px; }
  .b6 .b6__row {
    margin-right: -22px; }
    .b6 .b6__row::after {
      clear: both;
      content: "";
      display: table; }
    .b6 .b6__row + .b6__row {
      margin-top: 11px; }
  .b6 .b6__cll {
    float: left;
    width: calc(50% - 22px);
    margin-right: 22px; }
  .b6 .b6__row--rtl .b6__cll {
    float: right; }
  .b6 .b6__nest {
    padding-bottom: 44%;
    position: relative; }
    .b6 .b6__nest h3 {
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      width: 100%;
      left: 0;
      font-family: "Intro";
      text-align: center;
      font-size: 3rem;
      line-height: 1.1; }
  .b6 .imgbg {
    padding-bottom: 44%; }
  @media screen and (max-width: 766px) {
    .b6 .b6__row {
      margin-right: 0; }
    .b6 .b6__cll {
      float: none !important;
      width: 100%; }
    .b6 .b6__nest {
      padding-bottom: 0; }
      .b6 .b6__nest h3 {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        position: static;
        padding: 11px 0;
        font-size: 2.2rem; } }

.b7 {
  padding-top: 44px;
  padding-bottom: 44px;
  overflow: hidden; }
  .b7 .tp-ttl {
    margin-bottom: 44px; }
  .b7 .b7__wrapper {
    position: relative;
    margin-left: -66px;
    margin-right: -66px; }
  .b7 .b7__slider {
    overflow: hidden;
    margin-left: 66px;
    margin-right: 66px; }
  .b7 .b7__prev, .b7 .b7__next {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #f7b437;
    text-align: center; }
    .b7 .b7__prev i, .b7 .b7__next i {
      position: relative;
      vertical-align: middle;
      text-transform: none;
      font-weight: normal;
      font-style: normal;
      font-family: "icofont";
      font-size: inherit;
      line-height: .1;
      font-size: 2.2rem;
      line-height: 52px;
      color: #f7b437;
      bottom: 2px; }
  .b7 .b7__prev {
    left: -11px; }
    .b7 .b7__prev i {
      padding-right: 4px; }
  .b7 .b7__next {
    right: -11px; }
    .b7 .b7__next i {
      padding-left: 4px; }
  .b7 .b7__pagination {
    padding-top: 11px;
    text-align: center;
    white-space: nowrap;
    font-size: 0; }
    .b7 .b7__pagination .swiper-pagination-bullet {
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      padding: 12px 6px; }
      .b7 .b7__pagination .swiper-pagination-bullet:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #c4c4c4; }
    .b7 .b7__pagination .swiper-pagination-bullet-active:before {
      background-color: #f7b437; }
  .b7 .b7__wrp {
    margin-right: -11px;
    margin-bottom: -11px; }
    .b7 .b7__wrp::after {
      clear: both;
      content: "";
      display: table; }
  .b7 .b7__cll {
    float: left;
    margin-right: 11px;
    margin-bottom: 11px;
    width: calc(33.3% - 11px); }
    .b7 .b7__cll .imgbg {
      padding-bottom: 55%; }
  @media screen and (max-width: 766px) {
    .b7 .b7__slider {
      margin: 0; }
    .b7 .b7__prev, .b7 .b7__next {
      display: none; } }

.calc {
  background: url("../img/calc/ptrn.jpg");
  padding: 111px 0 144px; }
  .calc .tp-ttl {
    margin-bottom: 44px; }
  .calc .calc__wrapper {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    z-index: 1; }
  .calc .calc__shadow {
    height: 88px;
    width: calc(100% - 144px);
    box-shadow: 0 33px 55px 33px rgba(0, 0, 0, 0.44);
    margin: -155px auto 0;
    max-width: 100%; }
  .calc .calc__slider {
    display: inline-block;
    vertical-align: top; }
    .calc .calc__slider h3 {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 1.4rem;
      line-height: 1.1;
      color: #64b1f9; }
    .calc .calc__slider .noUi-target {
      height: 277px; }
    .calc .calc__slider .noUi-value-large {
      display: none; }
    .calc .calc__slider .noUi-marker-large {
      display: none; }
    .calc .calc__slider .noUi-value-vertical {
      -webkit-transform: translate3d(0, -52%, 0);
      -moz-transform: translate3d(0, -52%, 0);
      -ms-transform: translate3d(0, -52%, 0);
      -o-transform: translate3d(0, -52%, 0);
      transform: translate3d(0, -52%, 0);
      padding-left: 18px; }
    .calc .calc__slider .noUi-value-sub {
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-size: 1.2rem; }
      .calc .calc__slider .noUi-value-sub.noUi-value-sub--selected {
        font-size: 1.8rem;
        color: #64b1f9; }
    .calc .calc__slider .noUi-marker-sub {
      width: 5px;
      height: 1px;
      background-color: #9ea4ab; }
    .calc .calc__slider #calc__slider1, .calc .calc__slider #calc__slider2 {
      margin-top: 11px;
      margin-left: 22px; }
  .calc .calc__btn {
    cursor: pointer;
    display: inline;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-align: center;
    text-decoration: none;
    background-color: #64b1f9;
    background-image: -webkit-linear-gradient(#64b1f9, #4595df);
    background-image: linear-gradient(#64b1f9, #4595df);
    display: inline-block;
    box-shadow: 0 3px 0 #327abe;
    border-radius: 4px;
    padding: 11px; }
    .calc .calc__btn:focus {
      outline: none; }
    .calc .calc__btn:hover {
      background-color: #4595df;
      background-image: -webkit-linear-gradient(#4595df, #64b1f9);
      background-image: linear-gradient(#4595df, #64b1f9); }
    .calc .calc__btn.calc__btn--selected {
      background-color: #2978b9;
      background-image: -webkit-linear-gradient(#2978b9, #327abe);
      background-image: linear-gradient(#2978b9, #327abe); }
  .calc .calc__h3 {
    font-weight: 600;
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.3; }
  .calc .calc__row {
    padding: 22px;
    border-bottom: 2px dashed #f0f0f0; }
  .calc .calc__step1 {
    text-align: center;
    padding: 33px; }
    .calc .calc__step1 .calc__h3 {
      margin-bottom: 22px; }
    .calc .calc__step1 .calc__wrp {
      margin: 0 -11px -11px; }
    .calc .calc__step1 .calc__btn {
      margin: 0 11px 11px;
      white-space: nowrap;
      font-size: 0; }
      .calc .calc__step1 .calc__btn span, .calc .calc__step1 .calc__btn i, .calc .calc__step1 .calc__btn h6, .calc .calc__step1 .calc__btn img {
        display: inline-block;
        vertical-align: middle; }
      .calc .calc__step1 .calc__btn span {
        padding-right: 8px;
        width: 144px;
        text-align: left;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1.8rem;
        line-height: 1.2;
        color: #fff; }
      .calc .calc__step1 .calc__btn i {
        position: relative;
        vertical-align: middle;
        text-transform: none;
        font-weight: normal;
        font-style: normal;
        font-family: "icofont";
        font-size: inherit;
        line-height: .1;
        margin: 0 -1px;
        font-size: 1.8rem;
        color: #fff; }
      .calc .calc__step1 .calc__btn h6 {
        font-weight: 600;
        font-size: 1.2rem;
        line-height: 1.3;
        color: #fff; }
      .calc .calc__step1 .calc__btn img {
        width: 67px; }
  .calc .calc__step2 .calc__h3 {
    margin-bottom: 33px; }
  .calc .calc__step2 .calc__wrp::after {
    clear: both;
    content: "";
    display: table; }
  .calc .calc__step2 .calc__coll, .calc .calc__step2 .calc__colr {
    float: left;
    width: 50%; }
  .calc .calc__step2 .calc__coll {
    text-align: center;
    padding-right: 11px; }
  .calc .calc__step2 .calc__colr {
    font-size: 0;
    padding-left: 11px; }
  .calc .calc__step2 .calc__slider {
    padding: 0 22px; }
  .calc .calc__step2 .calc__btn {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    height: 140px;
    margin-right: 22px;
    margin-bottom: 22px; }
    .calc .calc__step2 .calc__btn img {
      width: 77px; }
    .calc .calc__step2 .calc__btn span {
      display: block;
      white-space: nowrap;
      font-weight: 600;
      font-size: 1.6rem;
      line-height: 1.1;
      color: #fff; }
  @media screen and (max-width: 766px) {
    .calc .calc__step2 .calc__coll, .calc .calc__step2 .calc__colr {
      float: none;
      width: 100%;
      padding: 0;
      text-align: center; }
    .calc .calc__step2 .calc__colr {
      padding-top: 44px; } }
  .calc .calc__result {
    text-align: center;
    font-size: 0; }
    .calc .calc__result .calc__cll {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      padding: 0 11px;
      font-size: 1.8rem;
      text-align: left; }
    .calc .calc__result .calc__inp {
      padding: 11px 0;
      font-size: 0; }
      .calc .calc__result .calc__inp input, .calc .calc__result .calc__inp span {
        display: inline-block;
        vertical-align: middle; }
      .calc .calc__result .calc__inp input {
        background-color: transparent;
        padding: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        font-family: "Open Sans", sans-serif;
        font-size: 1.6rem;
        line-height: 1.3;
        background-color: #ededed;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4) inset;
        border-radius: 4px;
        width: 133px;
        height: 44px;
        font-weight: 700;
        text-align: center;
        font-size: 3.3rem;
        color: #52a1ea; }
        .calc .calc__result .calc__inp input:focus {
          outline: none; }
      .calc .calc__result .calc__inp span {
        width: calc(100% - 133px);
        padding-left: 11px;
        font-size: 1.7rem;
        line-height: 1.1; }
    @media screen and (max-width: 766px) {
      .calc .calc__result .calc__h3 {
        margin-bottom: 22px; }
      .calc .calc__result .calc__cll {
        display: block;
        width: 100%;
        padding: 0; } }
  .calc .calc__fz {
    border-bottom: 0;
    padding-bottom: 33px; }
    .calc .calc__fz .calc__h3 {
      margin-bottom: 33px;
      font-weight: 400;
      font-size: 1.8rem;
      line-height: 1.2; }
      .calc .calc__fz .calc__h3 b {
        padding-bottom: 11px;
        display: block;
        font-weight: 600;
        font-size: 2.6rem; }
    .calc .calc__fz .calc__wrp {
      margin: 0 -6px;
      font-size: 0; }
    .calc .calc__fz input, .calc .calc__fz button {
      display: inline-block;
      vertical-align: top;
      width: calc(33% - 6px);
      margin: 0 3px 11px; }
    @media screen and (max-width: 766px) {
      .calc .calc__fz input, .calc .calc__fz button {
        width: 100%;
        margin: 0;
        margin-bottom: 11px; } }
  @media screen and (max-width: 433px) {
    .calc .calc__wrapper {
      margin-left: -18px;
      margin-right: -18px; } }

.filter .filter__wrp {
  background-color: #fff; }
  .filter .filter__wrp::after {
    clear: both;
    content: "";
    display: table; }
.filter .filter__obj {
  position: relative;
  width: calc((100% - 144px) / 4);
  float: left; }
  .filter .filter__obj.filter__obj--open .filter__top {
    background-color: rgba(0, 0, 0, 0.03); }
  .filter .filter__obj.filter__obj--open .filter__top i:before {
    content: 'h'; }
  .filter .filter__obj.filter__obj--open .filter__pp {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    z-index: 99;
    opacity: 1; }
.filter .filter__top {
  display: block;
  cursor: pointer;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.04);
  padding: 0 11px;
  font-size: 0; }
  .filter .filter__top span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 18px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.8rem;
    line-height: 1.3; }
  .filter .filter__top i {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 66px;
    color: #da251c; }
    .filter .filter__top i:before {
      position: relative;
      vertical-align: middle;
      text-transform: none;
      font-weight: normal;
      font-style: normal;
      font-family: "icofont";
      font-size: inherit;
      line-height: .1;
      content: 'e'; }
  .filter .filter__top:hover {
    background-color: rgba(0, 0, 0, 0.03); }
.filter .filter__pp {
  -webkit-transition: all 0.3s, z-index 0s 0.3s;
  -moz-transition: all 0.3s, z-index 0s 0.3s;
  transition: all 0.3s, z-index 0s 0.3s;
  -webkit-transform-origin: 50% 77%;
  -moz-transform-origin: 50% 77%;
  -ms-transform-origin: 50% 77%;
  -o-transform-origin: 50% 77%;
  transform-origin: 50% 77%;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 66px;
  left: 0;
  width: 100%;
  min-width: 222px;
  background-color: #fff;
  padding: 11px 11px 22px; }
.filter .filter__sale {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  cursor: pointer;
  padding: 0 11px;
  width: 144px;
  float: left;
  text-align: center;
  font-size: 1.6rem;
  line-height: 66px; }
  .filter .filter__sale img {
    width: 25px;
    vertical-align: -6px;
    margin-right: 4px; }
  .filter .filter__sale:hover {
    background-color: rgba(0, 0, 0, 0.03); }
.filter .checki .checki__item.checki__item--active .checki__txt {
  color: #da251c; }
@media screen and (max-width: 766px) {
  .filter .filter__obj {
    float: none;
    width: auto; }
  .filter .filter__top {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04); }
  .filter .filter__sale {
    float: none;
    width: auto; } }

.tovar {
  background-color: #fff;
  overflow: hidden; }
  .tovar .tovar__ttl {
    padding: 33px 22px 22px;
    font-size: 3rem;
    line-height: 1.5; }
  .tovar .tovar__wrp {
    position: relative;
    border-bottom: 1px solid #f7b437; }
    .tovar .tovar__wrp::after {
      clear: both;
      content: "";
      display: table; }
  .tovar .tovar__left {
    border-right: 1px solid #f7b437;
    float: left;
    margin-right: -1px;
    width: 30%; }
  .tovar .tovar__left-cll {
    padding: 22px;
    border-top: 1px solid #f7b437; }
    .tovar .tovar__left-cll h3 {
      margin-bottom: 11px;
      font-size: 1.8rem;
      line-height: 1.5;
      font-weight: 700; }
  .tovar .tovar__right {
    float: right;
    width: calc(70% + 1px);
    border-left: 1px solid #f7b437;
    padding: 0 22px 22px; }
    .tovar .tovar__right .tovar__pic {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
    .tovar .tovar__right .tovar__buy::after {
      clear: both;
      content: "";
      display: table; }
    .tovar .tovar__right .tovar__buy a {
      float: left; }
    .tovar .tovar__right .tovar__buy h3 {
      float: right;
      width: calc((100% - 22px) / 2);
      white-space: nowrap;
      font-weight: 700;
      font-size: 5rem;
      line-height: 1; }
      .tovar .tovar__right .tovar__buy h3 span {
        font-weight: 400;
        font-size: 2.2rem; }
    .tovar .tovar__right .tovar__info::after {
      clear: both;
      content: "";
      display: table; }
    .tovar .tovar__right .tovar__info p {
      overflow: hidden;
      position: relative; }
      .tovar .tovar__right .tovar__info p:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 7px;
        width: 100%;
        border-bottom: 1px dotted rgba(0, 0, 0, 0.33); }
    .tovar .tovar__right .tovar__info span {
      position: relative;
      background-color: #fff;
      z-index: 1; }
      .tovar .tovar__right .tovar__info span:first-child {
        float: left; }
      .tovar .tovar__right .tovar__info span:last-child {
        float: right; }
    .tovar .tovar__right .tovar__info-cll {
      float: left;
      width: calc((100% - 22px) / 2); }
      .tovar .tovar__right .tovar__info-cll:first-child {
        margin-right: 22px; }
  @media screen and (max-width: 766px) {
    .tovar .tovar__left, .tovar .tovar__right {
      float: none;
      width: 100%; }
    .tovar .tovar__left {
      margin-right: 0;
      border-right: 0; }
    .tovar .tovar__right .tovar__buy a {
      float: right; }
    .tovar .tovar__right .tovar__buy h3 {
      clear: both;
      float: none;
      width: auto;
      text-align: right;
      padding-top: 22px; }
    .tovar .tovar__right .tovar__info-cll {
      float: none;
      width: 100%;
      margin-right: 0 !important; } }

.mixs {
  padding: 22px; }
  .mixs .mixs__ttl {
    margin-bottom: 18px;
    font-size: 2.4rem;
    line-height: 1.5; }
  .mixs .mixs__top {
    overflow: hidden;
    padding-bottom: 22px; }
    .mixs .mixs__top .mixs__slide {
      padding-bottom: 33%;
      background-color: #e0e0e0;
      position: relative; }
      .mixs .mixs__top .mixs__slide .imgbg {
        position: absolute;
        z-index: 11;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .mixs .mixs__top .mixs__slide h3 {
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        font-size: 3.3rem;
        font-weight: 700; }
  .mixs .mixs__thumb {
    overflow: hidden;
    margin: 5px 66px 0; }
    .mixs .mixs__thumb .swiper-slide-active {
      position: relative; }
      .mixs .mixs__thumb .swiper-slide-active:before {
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        position: relative;
        vertical-align: middle;
        text-transform: none;
        font-weight: normal;
        font-style: normal;
        font-family: "icofont";
        font-size: inherit;
        line-height: .1;
        position: absolute;
        font-size: 2.2rem;
        color: #fff;
        content: 'k'; }
    .mixs .mixs__thumb .mixs__slide img {
      width: 100%;
      height: 40px; }
  .mixs .mixs__arr-prev, .mixs .mixs__arr-next {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #f7b437;
    text-align: center; }
    .mixs .mixs__arr-prev i, .mixs .mixs__arr-next i {
      position: relative;
      vertical-align: middle;
      text-transform: none;
      font-weight: normal;
      font-style: normal;
      font-family: "icofont";
      font-size: inherit;
      line-height: .1;
      font-size: 2.2rem;
      line-height: 52px;
      color: #f7b437;
      bottom: 2px; }
  .mixs .mixs__arr-prev {
    float: left; }
    .mixs .mixs__arr-prev i {
      padding-right: 4px; }
  .mixs .mixs__arr-next {
    float: right; }
    .mixs .mixs__arr-next i {
      padding-left: 4px; }

.checki .checki__item {
  cursor: pointer; }
  .checki .checki__item + .checki__item {
    margin-top: 9px; }
  .checki .checki__item.checki__item--active .checki__ch:after {
    opacity: 1; }
  .checki .checki__item.checki__item--active .checki__ch2:after {
    opacity: 1; }
.checki .checki__txt {
  padding-top: 2px;
  margin-right: 44px;
  font-size: 1.6rem;
  line-height: 1.1; }
.checki .checki__ch {
  position: relative;
  float: right;
  height: 20px;
  width: 40px; }
  .checki .checki__ch img {
    width: 100%;
    height: 100%; }
  .checki .checki__ch:after {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: relative;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-family: "icofont";
    font-size: inherit;
    line-height: .1;
    content: 'k';
    position: absolute;
    font-size: 1.2rem;
    color: #fff;
    opacity: 0; }
.checki .checki__ch2 {
  position: relative;
  float: right;
  height: 20px;
  width: 40px; }
  .checki .checki__ch2:after {
    position: relative;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-family: "icofont";
    font-size: inherit;
    line-height: .1;
    position: absolute;
    right: 3px;
    top: 0;
    content: 'k';
    font-size: 1.4rem;
    line-height: 20px;
    color: #da251c;
    opacity: 0; }

.map {
  padding: 11px 0 0;
  overflow: hidden; }
  .map .map__wrapper {
    margin: 0 -8px; }
  .map .map__cll {
    float: left;
    width: calc(50% - 11px);
    margin-right: 11px;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.18); }
    .map .map__cll.map__cll--left .map__ctr {
      float: right;
      text-align: left; }
    .map .map__cll.map__cll--right .map__ctr {
      text-align: right; }
  .map .map__top {
    position: relative;
    background-color: #fff;
    z-index: 11; }
    .map .map__top::after {
      clear: both;
      content: "";
      display: table; }
    .map .map__top .map__pp {
      position: absolute;
      bottom: -133px;
      left: 66px;
      width: 100%;
      max-width: 277px;
      padding: 18px;
      border-radius: 8px;
      background-color: #fff;
      box-shadow: 0 0 33px rgba(0, 0, 0, 0.22);
      text-align: left; }
      .map .map__top .map__pp h4 {
        margin-bottom: 4px;
        font-size: 1.8rem;
        line-height: 1.3;
        color: #da251c; }
      .map .map__top .map__pp p {
        font-size: 1.3rem;
        line-height: 1.3; }
  .map .map__ctr {
    width: 100%;
    max-width: 594px;
    padding: 22px 22px; }
  .map .map__map {
    background-color: #eaebea;
    height: 422px; }
  @media screen and (max-width: 766px) {
    .map .map__wrapper {
      margin: 0; }
    .map .map__cll {
      width: 100%;
      margin: 0;
      float: none; }
    .map .map__top h3 {
      display: none; }
    .map .map__top .map__pp {
      left: 22px; }
    .map .map__ctr {
      padding: 0; } }

.foo {
  padding: 44px 0;
  background-color: #000; }
  .foo .lt-ctr::after {
    clear: both;
    content: "";
    display: table; }
  .foo .foo__logo {
    float: left;
    width: 188px; }
  .foo .foo__cap {
    float: left;
    padding: 22px 0 0 44px;
    width: 322px;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #fff; }
  .foo .foo__contact {
    float: right;
    padding-top: 22px;
    padding-left: 22px;
    width: calc(100% - 188px - 322px);
    text-align: right; }
    .foo .foo__contact h3 {
      padding: 3px 0 7px;
      font-weight: 600;
      font-size: 2.8rem;
      line-height: 1.1;
      color: #fff; }
      .foo .foo__contact h3 b {
        font-weight: 700; }
    .foo .foo__contact p {
      font-size: 1.3rem;
      line-height: 1.5;
      color: #fff; }
    .foo .foo__contact h6 {
      font-weight: 400;
      font-size: 1.3rem;
      line-height: 1.3;
      color: #fff; }
      .foo .foo__contact h6 b {
        font-weight: 700; }
  @media screen and (max-width: 766px) {
    .foo .foo__logo {
      float: none;
      display: block;
      margin: 0 auto; }
    .foo .foo__cap {
      display: none; }
    .foo .foo__contact {
      float: none;
      width: 100%;
      text-align: center; } }

.inc1 {
  background: url("../img/incuts/bg1.jpg") center center no-repeat;
  background-size: cover; }
  .inc1 .inc1__pic {
    position: absolute;
    z-index: 22;
    width: 40%;
    top: -22px;
    left: 4%; }
  .inc1 .inc1__ttl {
    padding: 55px 0;
    margin-left: 45%;
    width: 55%; }
    .inc1 .inc1__ttl h3 {
      font-weight: 700;
      font-size: 4.4rem;
      line-height: 1.1;
      color: #fff; }
    .inc1 .inc1__ttl p {
      font-size: 3.3rem;
      line-height: 1.3;
      color: #fff; }
  .inc1 .fz {
    margin-bottom: -66px; }
  @media screen and (max-width: 766px) {
    .inc1 .inc1__pic {
      display: none; }
    .inc1 .inc1__ttl {
      padding: 33px 0;
      margin-left: 0;
      width: 100%; }
      .inc1 .inc1__ttl p {
        font-size: 2.8rem;
        line-height: 1.4; }
      .inc1 .inc1__ttl h3 {
        margin-top: 7px;
        font-size: 3.8rem;
        line-height: 1.1; } }

.inc2 {
  background: url("../img/incuts/bg2.jpg") center center no-repeat;
  background-size: cover; }
  .inc2 .inc2__pic {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: -277px;
    width: 260px; }
  .inc2 .inc2__ttl {
    position: relative;
    text-align: right;
    margin-right: 45%;
    padding: 55px 0;
    width: 55%;
    font-size: 3.6rem;
    line-height: 1.5; }
    .inc2 .inc2__ttl b {
      font-weight: 700; }
    .inc2 .inc2__ttl span {
      -webkit-box-decoration-break: clone;
      -ms-box-decoration-break: clone;
      -o-box-decoration-break: clone;
      box-decoration-break: clone;
      background-color: #fff;
      border-radius: 4px;
      padding: 0 11px; }
  .inc2 .fz {
    margin-bottom: -66px; }
  @media screen and (max-width: 766px) {
    .inc2 .inc2__pic {
      display: none; }
    .inc2 .inc2__ttl {
      width: auto;
      margin-right: 0;
      text-align: left; } }
  @media screen and (max-width: 433px) {
    .inc2 .inc2__ttl {
      font-size: 2.6rem; } }

.inc3 {
  padding: 66px 0;
  background: url("../img/incuts/bg3.jpg") center bottom no-repeat;
  background-size: cover; }
  .inc3 .inc3__side {
    max-width: 588px; }
  .inc3 h3 {
    font-weight: 400;
    font-size: 4.4rem;
    line-height: 1.1;
    color: #fff; }
    .inc3 h3 b {
      font-weight: 700; }
  .inc3 p {
    font-size: 2.6rem;
    line-height: 1.5;
    color: #fff; }

.fz {
  background-color: #fff;
  border-radius: 6px;
  padding: 22px;
  text-align: center;
  box-shadow: 0 0 44px rgba(0, 0, 0, 0.22); }
  .fz .fz__ttl {
    padding: 11px 0 22px;
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.3; }
  .fz .fz__form {
    overflow: hidden;
    margin-right: -5px; }
  .fz .fz__cap {
    padding: 16px 0 11px;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #939393; }
  .fz .ui-inp, .fz .ui-btn {
    float: left;
    width: calc(25% - 5px);
    margin-right: 5px;
    margin-bottom: 5px; }
  @media screen and (max-width: 766px) {
    .fz .fz__ttl {
      font-size: 2.8rem;
      line-height: 1.1; }
    .fz .ui-inp, .fz .ui-btn {
      width: calc(100% - 5px); } }

.mfp-container {
  padding: 44px 22px; }
  @media screen and (max-width: 433px) {
    .mfp-container {
      padding: 44px 9px; } }

.pp {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%; }
  .pp .pp__close {
    position: absolute;
    right: -22px;
    top: -33px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    font-size: 2.8rem;
    line-height: 22px;
    color: #fff; }
  .pp .pp__box {
    background-color: #fff;
    padding: 22px; }
  .pp button.mfp-close {
    display: none; }
  .pp.pp--df {
    max-width: 422px; }
  .pp.pp--tovar {
    max-width: 1188px;
    margin-bottom: 44px; }
  @media screen and (max-width: 433px) {
    .pp .pp__close {
      right: -7px; } }

.ppcall {
  text-align: center;
  background-color: #fff;
  padding: 22px 22px 44px; }
  .ppcall .ppcall__ttl {
    margin-bottom: 26px;
    font-size: 2.8rem;
    line-height: 1.3; }
  .ppcall .ui-inp {
    display: block;
    margin-bottom: 18px;
    width: 100%; }
  .ppcall .ui-btn {
    display: block;
    width: 100%; }

.imgbg {
  display: block;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden; }
  .imgbg .imgbg__path {
    display: none; }
  .imgbg .imgbg__mask {
    opacity: 0;
    display: block;
    width: 100%; }

.formMsgError {
    text-align: center;
	background-color: #fdc0c0;
	border: 1px solid #fb8f8f;
	margin-top: 10px;
	padding: 13px 12px 13px 12px;
	font-weight: 300;
    font-size: 16px;
    margin-bottom: 18px;
    border-radius: 4px;
}

.formMsgSuccess {
    text-align: center;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	margin-top: 10px;
	padding: 13px 12px 13px 12px;
	font-weight: 300;
    font-size: 16px;
    margin-bottom: 18px;
    border-radius: 4px;
    color: #3c763d;
}

@media screen and (max-width: 766px) {
  .only-laptop {
    display: none !important; } }

.only-tablet {
  display: none !important; }
  @media screen and (max-width: 766px) {
    .only-tablet {
      display: block !important; } }

/*# sourceMappingURL=style.css.map */

.b4__main .b4__target ul {list-style-position:inside; list-style-type:circle;}
.b4__main .b4__target ul li {list-style-position:inside; list-style-type:circle;}
.b4__main .b4__target ol {list-style-position:inside; list-style-type:decimal;}
.b4__main .b4__target ol li {list-style-position:inside; list-style-type:decimal;}