@charset "UTF-8";

/* Здесь переменные и миксины */

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.ttf?7s2s4l") format("truetype"), url("../fonts/icomoon/icomoon.woff?7s2s4l") format("woff"), url("../fonts/icomoon/icomoon.svg?7s2s4l#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icomoon-"],
[class*=" icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-check1:before {
  content: "\e91e";
}

.icomoon-tooltip:before {
  content: "\e91d";
}

.icomoon-plus:before {
  content: "\e91a";
}

.icomoon-minus:before {
  content: "\e91b";
}

.icomoon-next:before {
  content: "\e91c";
}

.icomoon-time:before {
  content: "\e917";
}

.icomoon-data:before {
  content: "\e918";
}

.icomoon-view:before {
  content: "\e919";
}

.icomoon-video:before {
  content: "\e916";
}

.icomoon-totop:before {
  content: "\e915";
}

.icomoon-check:before {
  content: "\e913";
}

.icomoon-calendar:before {
  content: "\e914";
}

.icomoon-bread-prev:before {
  content: "\e911";
}

.icomoon-bread-next:before {
  content: "\e912";
}

.icomoon-metro:before {
  content: "\e910";
}

.icomoon-zub:before {
  content: "\e90e";
  color: #0094ff;
}

.icomoon-checkbox:before {
  content: "\e90f";
}

.icomoon-arrow-down-2:before {
  content: "\e90d";
}

.icomoon-icon-menu:before {
  content: "\e90c";
}

.icomoon-close:before {
  content: "\e90b";
}

.icomoon-loc:before {
  content: "\e90a";
}

.icomoon-arrow-down:before {
  content: "\e900";
}

.icomoon-arrow-next:before {
  content: "\e901";
}

.icomoon-arrpw-prev:before {
  content: "\e902";
}

.icomoon-envelope:before {
  content: "\e903";
}

.icomoon-mail:before {
  content: "\e904";
}

.icomoon-phone:before {
  content: "\e905";
}

.icomoon-question:before {
  content: "\e906";
}

.icomoon-star:before {
  content: "\e907";
}

.icomoon-whatsApp:before {
  content: "\e908";
}

.icomoon-youtube:before {
  content: "\e909";
}

/* ========================================================================
   Component: Animation
 ========================================================================== */

[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Hide animated element if scrollspy is used */

.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  -moz-animation-name: uk-fade-top;
  animation-name: uk-fade-top;
}

@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes uk-fade-top {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes uk-slide-top {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes uk-slide-top {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/*! UIkit 2.27.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */

/* ========================================================================
   Component: Sticky
 ========================================================================== */

/*
 * 1. More robust if padding and border are used
 * 2. Enable hardware acceleration for iOS browsers, resolves scrolling issue
 */

[data-uk-sticky].uk-active {
  z-index: 980;
  /* 1 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 2 */
  -webkit-backface-visibility: hidden;
}

/*
 * Faster animations
 */

[data-uk-sticky][class*='uk-animation-'] {
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

[data-uk-sticky].uk-animation-reverse {
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

.swiper-grid-column > .swiper-wrapper {
  -moz-box-orient: horizontal !important;
  -moz-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.swiper-button-disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}

.swiper-button-disabled:hover {
  color: #E8EEFA !important;
}

/* tooltip */

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  min-width: 100px;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 1;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(255, 255, 255, 0.9);
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(255, 255, 255, 0.9);
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(255, 255, 255, 0.9);
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(255, 255, 255, 0.9);
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(255, 255, 255, 0.9);
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(255, 255, 255, 0.9);
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(255, 255, 255, 0.9);
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(255, 255, 255, 0.9);
}

.tooltip-inner {
  max-width: 305px;
  min-width: 305px;
  padding: 15px;
  color: #4D4D4D;
  font-size: 11px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
}

.tooltip-arrow {
  position: absolute;
  z-index: 3;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  -webkit-filter: drop-shadow(0px 4px 30px rgba(77, 77, 77, 0.13));
  filter: drop-shadow(0px 4px 30px rgba(77, 77, 77, 0.13));
}

.swiper-button-disabled {
  cursor: not-allowed;
}

@media screen and (max-width: 767px) {
  /* ========================================================================
   Component: Off-canvas
 ========================================================================== */

  /*
   * This is the offcanvas overlay and bar container
   * 1. Hide by default
   * 2. Set fixed position
   * 3. Deactivate browser touch actions in IE11
   * 4. Mask the background page
   */

  .uk-offcanvas {
    /* 1 */
    display: none;
    /* 2 */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    /* 3 */
    -ms-touch-action: none;
    touch-action: none;
    /* 4 */
    background: rgba(0, 0, 0, 0.1);
  }

  .uk-offcanvas.uk-active {
    display: block;
    height: 100vh;
  }

  /* Sub-object `uk-offcanvas-page`
   ========================================================================== */

  /*
   * Prepares the whole HTML page to slide-out
   * 1. Fix the main page and disallow scrolling
   * 2. Side-out transition
   * 3. Needed for the transition to work instead of just letting it pop to the side
   */

  .uk-offcanvas-page {
    /* 1 */
    position: fixed !important;
    /* 2 */
    -moz-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    /* 3 */
    margin-left: 0;
  }

  /* Sub-object `uk-offcanvas-bar`
   ========================================================================== */

  /*
   * This is the offcanvas bar
   * 1. Set fixed position
   * 2. Size and style
   * 3. Allow scrolling
   * 4. Side-out transition
   * 5. Deactivate scroll chaining in IE11
   */

  .uk-offcanvas-bar {
    /* 1 */
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1001;
    /* 2 */
    width: 360px;
    padding: 30px 30px 30px;
    max-width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgba(46, 33, 110, 0.15);
    /* 3 */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* 4 */
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    /* 5 */
    -ms-scroll-chaining: none;
  }

  .uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* Modifier `uk-offcanvas-bar-flip`
   ========================================================================== */

  .uk-offcanvas-bar-flip {
    left: auto;
    right: 0;
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }

  /* Offcanvase modes
   ========================================================================== */

  .uk-offcanvas-bar[mode='none'] {
    -moz-transition: none;
    transition: none;
  }

  .uk-offcanvas-bar[mode='reveal'] {
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    clip: rect(0, 0, 100vh, 0);
    -moz-transition: transform 0.3s ease-in-out, clip 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, clip 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, clip 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  }

  .uk-offcanvas-bar-flip[mode='reveal'] {
    clip: none;
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }

  .uk-offcanvas-bar-flip[mode='reveal'] > * {
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  }

  .uk-offcanvas.uk-active .uk-offcanvas-bar-flip[mode='reveal'].uk-offcanvas-bar-show > * {
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
}