@charset "UTF-8";
/*!*
 * ВНИМАНИЕ! Этот файл генерируется автоматически.
 * Не пишите сюда ничего вручную, все такие правки будут потеряны.
 * Читайте ./README.md для понимания.
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/**
 * Преобразование пикселей в em на основе переменной с базовым размером шрифта
 * (указывается в px) проекта.
 * @param  {number} $px Число без единиц измерения, кол-во пикселей
 * @param  {string} $font-size Число пикселей, размер конт. шрифта на проекте
 * @return {string} Результат преобразования $px в em на основе $font-size
 */
/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-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-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-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;
  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, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* 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;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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%;
  -o-object-fit: contain;
  font-family: "object-fit:contain";
  object-fit: contain;
}
.swiper-slide-zoomed {
  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%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-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%;
  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);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-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;
  -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-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.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-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
@-ms-viewport {
  width: device-width; }
.page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  min-width: 320px;
  min-height: 100%; }
.page__inner {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.page__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.page__footer-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FBFCFF;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden; }
[tabindex='-1']:focus {
  outline: none !important; }
[role='button'] {
  cursor: pointer; }
input[type='search'] {
  -webkit-appearance: textfield; }
a,
button,
[role='button'],
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
a svg,
button svg {
  pointer-events: none; }
img {
  max-width: 100%;
  height: auto; }
.container {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  /* @media (min-width: $screen-xxl) {
    width: $container-xxl;

    @if ($xxl-grid-gutter != $xl-grid-gutter) {
      padding-left: ($xxl-grid-gutter / 2);
      padding-right: ($xxl-grid-gutter / 2);
    }
  } */ }
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  /* @if ($xxl-grid-gutter != $xl-grid-gutter) {

    @media (min-width: $screen-xxl) {
      margin-left: ($xxl-grid-gutter / -2);
      margin-right: ($xxl-grid-gutter / -2);
    }
  } */ }
.row > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.visible {
  visibility: visible; }
.no-visible {
  visibility: hidden; }
.hidden {
  display: none; }
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }
.clearfix:after {
  clear: both; }
iframe {
  border: none; }
/* open-sans-regular - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v15-cyrillic_latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v15-cyrillic_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* open-sans-700 - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v15-cyrillic_latin-700.woff2") format("woff2"), url("../fonts/open-sans-v15-cyrillic_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* montserrat-regular - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/montserrat-v12-cyrillic_latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v12-cyrillic_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* montserrat-600 - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/montserrat-v12-cyrillic_latin-600.woff2") format("woff2"), url("../fonts/montserrat-v12-cyrillic_latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* montserrat-700 - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/montserrat-v12-cyrillic_latin-700.woff2") format("woff2"), url("../fonts/montserrat-v12-cyrillic_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
body {
  font-family: "Open Sans", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  color: #4F4F4F; }
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 600;
  line-height: 1.5em;
  color: #2E2E30; }
.h1,
h1 {
  margin-top: 0;
  margin-bottom: 0; }
.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.75em;
  margin-bottom: 0.75em; }
h1,
.h1 {
  font-size: 32px;
  text-align: center;
  color: #005979;
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25); }
h2,
.h2 {
  position: relative;
  margin-bottom: 60px;
  font-size: 28px;
  text-align: center; }
h2:after,
  .h2:after {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    display: block;
    height: 3px;
    width: 28%;
    background-color: #A2DBEB; }
h3,
.h3 {
  font-size: 24px; }
h4,
.h4 {
  font-size: 17px; }
h5,
.h5 {
  font-size: 16px; }
p,
ul,
ol,
dl,
blockquote,
pre,
address,
figure {
  margin-top: 0;
  margin-bottom: 0.75em;
  color: currentColor;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }
p a,
  ul a,
  ol a,
  dl a,
  blockquote a,
  pre a,
  address a,
  figure a {
    font-size: inherit;
    text-decoration: none;
    color: #AAAC23;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip: ink;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
p a:hover,
    ul a:hover,
    ol a:hover,
    dl a:hover,
    blockquote a:hover,
    pre a:hover,
    address a:hover,
    figure a:hover {
      text-decoration: underline;
      color: inherit; }
address {
  font-style: normal; }
p + p,
p + ol,
p + ul {
  margin-top: 0.75em; }
ol + p,
ul + p {
  margin-top: 0.75em; }
ul,
ol {
  padding-left: 0;
  list-style-type: none; }
ol ol,
ul ul,
ol ul,
ul ol {
  margin-top: 0;
  margin-bottom: 0; }
li {
  line-height: inherit; }
li + li {
  margin-top: 0.5em; }
ol {
  counter-reset: myCounter; }
ol li:before {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 0.7em;
    counter-increment: myCounter;
    content: counter(myCounter) ".";
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    text-align: left;
    line-height: inherit;
    color: #AAAC23; }
ul li:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 0.7em;
  margin-top: -3px;
  border-radius: 50%;
  background-color: #AAAC23; }
hr {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border: 0;
  border-top: 1px solid #D9D9D9; }
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 40%;
  line-height: 0; }
sup {
  top: -0.6em; }
sub {
  bottom: -0.25em; }
b,
strong {
  font-weight: bolder; }
a, b, i, strong, em, small, code {
  line-height: 0; }
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }
blockquote {
  padding: 0;
  margin-left: 0;
  margin-right: 0; }
q {
  quotes: "«" "»"; }
.page-header {
  padding-top: 20px;
  padding-bottom: 20px; }
.page-header__col-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    margin-bottom: 25px; }
.page-header__col-logo .logo {
      margin: auto; }
.page-header__col-advice {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      margin-left: ($column * 100% / $columns);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      margin-left: ($column * 100% / $columns);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */ }
.page-header__advice {
    text-align: center; }
.page-header__advice-btn {
    display: block;
    width: 100%;
    padding: 8px 60px;
    margin-bottom: 20px;
    margin-left: auto;
    font-family: "Montserrat", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    text-decoration: none;
    color: white;
    background: #005979;
    -webkit-box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
.page-header__advice-btn:hover, .page-header__advice-btn:active {
      background: #AAAC23; }
.page-header__phone-link {
    display: inline-block;
    padding: 1px;
    margin: auto;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    color: #4F4F4F; }
.page-header__phone-link:hover, .page-header__phone-link:active {
      text-decoration: underline; }
.page-footer {
  padding-top: 40px;
  padding-bottom: 35px;
  background-color: #292929; }
.page-footer__row {
    margin-left: -20px;
    margin-right: -20px; }
.page-footer__col-menu {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-bottom: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */ }
.page-footer__col-map {
    padding-left: 0 !important;
    padding-right: 0 !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */ }
.page-footer__menu-block {
    color: white; }
.page-footer__menu-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 18px;
    color: inherit; }
.page-footer__menu-title--owner {
      margin-bottom: 0; }
.page-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: baseline;
        align-content: baseline; }
.page-footer__menu-item {
    width: calc(50% - 10px);
    margin-top: 0;
    margin-bottom: 20px; }
.page-footer__menu-item::before {
      display: none; }
.page-footer__menu-item:nth-child(odd) {
      margin-right: 20px; }
.page-footer__menu-link {
    color: inherit;
    opacity: 0.55;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
.page-footer__delivery-link {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
.page-footer__delivery-link:hover, .page-footer__delivery-link:active {
      text-decoration: underline; }
.page-footer__owner-link {
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    display: inline-block;
    margin-top: 20px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
.logo {
  display: block;
  width: 280px;
  white-space: nowrap; }
.logo img {
    width: 100%; }
.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 13px 40px;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  font-family: "Montserrat", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  color: white;
  border-radius: 20px;
  border: none;
  background-color: #005979;
  background-image: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
.btn:hover, .btn:focus {
    text-decoration: none;
    color: white;
    background-color: #AAAC23;
    -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
            box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15); }
.btn:active, .btn:focus {
    outline: none; }
.btn--disabled, .btn:disabled {
    cursor: not-allowed;
    color: #5B6772;
    background-color: #D9D9D9;
    -webkit-box-shadow: none;
            box-shadow: none; }
a.btn--disabled {
      pointer-events: none; }
.btn-arrow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  /*
  padding-left: 20px;
  padding-right: 20px; */
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
.btn-arrow span {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: -25px;
    margin-bottom: -25px;
    /*border-top: 3px solid #AAAC23;*/ 
  }
/*.btn-arrow span::after {
      position: absolute;
      top: 1px;
      right: -1px;
      -webkit-transform: rotate(-35deg);
              transform: rotate(-35deg);
      content: "";
      display: block;
      width: 17px;
      height: 3px;
      background-color: #AAAC23; }
.btn-arrow span::before {
      position: absolute;
      top: -7px;
      right: -1px;
      -webkit-transform: rotate(35deg);
              transform: rotate(35deg);
      content: "";
      display: block;
      width: 17px;
      height: 3px;
      background-color: #AAAC23; }*/
.btn-arrow:hover {
    background-color: #AAAC23;
    outline: none; }
.btn-arrow:hover span {
      border-color: white; }
.btn-arrow.btn-arrow--prev:hover span{
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 476.213 476.213' width='48' height='48'%3E%3Cpath fill='%23ffffff' d='M476.213 223.106H57.426l34.393-34.393L70.606 167.5 0 238.106l70.606 70.607L91.819 287.5l-34.393-34.394h418.787z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.btn-arrow.table-features__button-next:hover span{
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 476.213 476.213' width='48' height='48'%3E%3Cpath fill='%23ffffff' d='M405.606 167.5l-21.212 21.213 34.393 34.393H0v30h418.787L384.394 287.5l21.212 21.213 70.607-70.607z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.btn-arrow:hover span::after {
        background-color: white; }
.btn-arrow:hover span::before {
        background-color: white; }
/*.btn-arrow:focus {
    background-color: white;
    outline: none; }
.btn-arrow:focus span {
      border-color: #AAAC23; }
.btn-arrow:focus span::after {
        background-color: #AAAC23; }
.btn-arrow:focus span::before {
        background-color: #AAAC23; }*/
.btn-arrow--prev {
    -webkit-box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.15);
            box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.15); }
.btn-arrow--prev span{
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 476.213 476.213' width='48' height='48'%3E%3Cpath fill='%23AAAC23' d='M476.213 223.106H57.426l34.393-34.393L70.606 167.5 0 238.106l70.606 70.607L91.819 287.5l-34.393-34.394h418.787z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.table-features__button-next span{
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 476.213 476.213' width='48' height='48'%3E%3Cpath fill='%23AAAC23' d='M405.606 167.5l-21.212 21.213 34.393 34.393H0v30h418.787L384.394 287.5l21.212 21.213 70.607-70.607z'/%3E%3C/svg%3E") no-repeat center / contain;
}
/*.btn-arrow--prev span::after {
      right: initial;
      left: -1px;
      -webkit-transform: rotate(35deg);
              transform: rotate(35deg); }
.btn-arrow--prev span::before {
      right: initial;
      left: -1px;
      -webkit-transform: rotate(-35deg);
              transform: rotate(-35deg); }*/
/* $font-size--h3:               1.5em !default;

$line-height:                 1.375em !default;

.form {

  &__fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;

    &:not(:last-child) {
      margin-bottom: $line-height;
    }
  }

  &__legend {
    display: block;
    width: 100%;
    margin-top: $line-height;
    margin-bottom: ($line-height / 2);
    font-size: $font-size;
    font-family: $font-family;
    font-weight: 700;
    line-height: $line-height;
    color: currentColor;
  }
}
*/
.table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #D9D9D9;
  margin: 1.5em 0; }
.table caption {
    padding-top: 0.4em;
    text-align: right;
    caption-side: bottom;
    font-size: 0.75em;
    line-height: 1em;
    color: gray; }
.table td,
  .table th {
    padding: 0.3em 0.7em;
    vertical-align: top;
    border-bottom: 1px solid #D9D9D9; }
.table td:not(:first-child),
    .table th:not(:first-child) {
      border-left: 1px solid #D9D9D9; }
.table th {
    text-align: left; }
.baron__clipper {
  position: relative;
  overflow: hidden; }
.baron__scroller {
  overflow-y: scroll;
  -ms-overflow-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  /* remove line to customize scrollbar in iOs */ }
.baron__scroller::-webkit-scrollbar {
  width: 0;
  height: 0; }
.baron__track {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }
.baron._scrollbar .baron__track {
  display: block; }
.baron__free {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }
.baron__bar {
  display: none;
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  background: #ddd; }
.baron._scrollbar .baron__bar {
  display: block; }
.baron__control {
  display: none; }
/* SIMPLE */
.baron._simple .baron__track {
  opacity: 0;
  position: absolute;
  z-index: 3;
  top: 5px;
  bottom: 20px;
  right: 10px;
  width: 2px;
  border-radius: 5px;
  background: #DCE6EA;
  pointer-events: none; }
.baron._simple._scrollbar .baron__track {
  opacity: 1; }
.baron._simple .baron__bar {
  position: absolute;
  z-index: 1;
  right: -6px;
  width: 14px;
  height: 85px !important;
  border-radius: 10px;
  background: #A2DBEB;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  pointer-events: auto; }
.baron._simple .baron__bar:hover {
  opacity: .8; }
.baron._simple.baron .baron__bar {
  opacity: .6; }
.js-modal-open {
  overflow: hidden; }
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-right: 0 !important;
  z-index: 100;
  -webkit-overflow-scrolling: touch; }
.js-modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0 !important; }
.modal__dialog {
    position: relative;
    margin: auto;
    width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    max-width: 375px;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
    overflow-x: hidden;
    overflow-y: auto; }
.modal__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 100%;
    min-height: 100%;
    background-color: #fff;
    outline: 0; }
.modal__header {
    padding: 5px 40px 0 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.modal__title {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    font-size: 1.25em;
    line-height: 1.4;
    font-weight: 700;
    color: currentColor; }
.modal__close {
    position: absolute !important;
    top: 5px;
    right: 5px; }
.modal__body {
    padding: 0 20px 20px 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.modal__footer {
    padding: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.modal__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.7); }
@-webkit-keyframes modal-backdrop-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes modal-backdrop-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes modal-content-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes modal-content-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.close {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 25px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
.close > span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: transparent;
    position: relative; }
.close > span:before, .close > span:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: #EB4646;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
.close > span:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg); }
.close > span:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg); }
.tabs {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
.tabs__links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    cursor: pointer; }
.no-js .tabs__links {
      display: none; }
.tabs__links:after {
      content: '';
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      height: 1px;
      background-color: #D9D9D9; }
.tabs__link-wrap {
    position: relative;
    border: 1px solid #D9D9D9; }
.tabs__link-wrap:not(:last-child) {
      border-right: none; }
.tabs__link-wrap--active .tabs__link {
      color: #4F4F4F;
      background-color: #fff; }
.tabs__link {
    display: block;
    padding: 0.3em 0.7em;
    color: gray;
    text-decoration: none;
    background-color: #e6e6e6; }
.tabs__link:hover, .tabs__link:focus {
      color: gray; }
.tabs__content-wrapper {
    display: block;
    padding: 0.3em 0.7em;
    border: 1px solid #D9D9D9;
    border-top: none; }
.js .tabs__content-item {
    display: none; }
.js .tabs__content-item--active {
    display: block; }
.to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #000;
  color: transparent;
  font: 0/0 a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 11' width='17' height='11'%3E%3Cpath fill='%23fff' d='M.202 1.97L1.956.204A.61.61 0 0 1 2.43 0a.61.61 0 0 1 .47.204L8.5 5.84 14.1.204A.61.61 0 0 1 14.57 0a.61.61 0 0 1 .474.204l1.754 1.766a.618.618 0 0 1 .202.473.62.62 0 0 1-.202.476l-7.826 7.875A.61.61 0 0 1 8.5 11a.61.61 0 0 1-.472-.204L.202 2.92A.618.618 0 0 1 0 2.444c0-.203.067-.34.202-.475z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.js .to-top {
    display: none; }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
.embed-responsive::before {
    content: '';
    display: block;
    padding-top: 56.25%; }
.embed-responsive iframe,
  .embed-responsive video {
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
.embed-responsive--4-3::before {
    padding-top: 75%; }
.banner {
  margin-bottom: 60px; }
.banner__col-title {
    margin-bottom: 55px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */ }
.banner__col-video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */ }
.banner__slogan {
    display: block;
    font-weight: 700;
    text-shadow: none; }
.banner__video-wrapper {
    position: relative;
    -webkit-box-shadow: -15px 20px 25px rgba(0, 0, 0, 0.15);
            box-shadow: -15px 20px 25px rgba(0, 0, 0, 0.15);
    border-radius: 20px; }
.banner__video-wrapper::after {
      position: absolute;
      z-index: -1;
      left: 0;
      top: 15px;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border: 3px solid #A2DBEB;
      border-radius: 20px;
      opacity: 0.25; }
.banner__video-content {
    border-radius: 20px;
    /* img {
      display: block;
      width: 100%;
      height: 100%;
    } */ }
.features {
  margin-bottom: 60px; }
.features__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */ }
.features__col:last-child > * {
      margin-bottom: 0; }
.features__item {
    margin-bottom: 40px;
    text-align: center; }
.features__title {
    position: relative;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 700; }
.features__title:after {
      position: absolute;
      bottom: -20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      content: "";
      display: block;
      width: calc(100% / 11);
      height: 3px;
      background-color: #A2DBEB; }
.features__descr {
    margin-bottom: 0; }
.operation-principle {
  margin-bottom: 50px; }
.operation-principle__col-video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      margin-left: ($column * 100% / $columns);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      margin-left: ($column * 100% / $columns);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    margin-bottom: 35px; }
.operation-principle__col-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      margin-left: ($column * 100% / $columns);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      margin-left: ($column * 100% / $columns);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    height: 325px;
    overflow: hidden; }
.operation-principle__col-text:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      display: block;
      width: 97%;
      height: 70px;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #FBFCFF), to(transparent));
      background: linear-gradient(to top, #FBFCFF 20%, transparent); }
.operation-principle__text {
    min-width: 250px !important;
    max-width: none !important; }
.operation-principle__video {
    margin: 0; }
.operation-principle__video figcaption {
      font-size: 14px;
      font-weight: 700;
      text-align: center; }
.operation-principle__video-wrapper {
    position: relative;
    -webkit-box-shadow: 15px 20px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 15px 20px 25px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    margin-bottom: 35px; }
.operation-principle__video-wrapper::after {
      position: absolute;
      z-index: -1;
      left: 15px;
      top: 15px;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border: 3px solid #A2DBEB;
      border-radius: 20px;
      opacity: 0.25; }
.operation-principle__video-content {
    border-radius: 20px; }
.operation-principle__content {
    padding-right: 40px; }
.certificates {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 50px;
  overflow: hidden; }
.certificates__title {
    padding-left: 20px;
    padding-right: 20px; }
.certificates__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px; }
.certificates__pagination .swiper-pagination-bullet {
      width: 62px;
      height: 62px;
      border-radius: 0;
      background-color: white;
      background-image: url(../img/fda-approved-sign.jpg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      opacity: 0.2;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
.certificates__pagination .swiper-pagination-bullet:hover, .certificates__pagination .swiper-pagination-bullet:focus {
        opacity: 1; }
.certificates__pagination .swiper-pagination-bullet:nth-child(2) {
      background-image: url(../img/cul-us-sign.jpg); }
.certificates__pagination .swiper-pagination-bullet:nth-child(3) {
      background-image: url(../img/35-years-quality-sign.jpg); }
.certificates__pagination .swiper-pagination-bullet:nth-child(4) {
      background-image: url(../img/5-years-full-warranty-sign.jpg); }
.certificates__pagination .swiper-pagination-bullet-active {
      position: relative;
      opacity: 1;
      outline: none; }
.certificates__pagination .swiper-pagination-bullet-active::after {
        position: absolute;
        bottom: -28px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        content: "";
        display: block;
        width: 100%;
        height: 6px;
        background-color: #AAAC23;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
.certificates__wrapper {
    padding-top: 5px;
    padding-bottom: 20px; }
.certificates__slide {
    padding-top: 20px;
    padding-bottom: 20px;
    background: white;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
    border-radius: 10px; }
.certificates__text {
    padding-left: 20px;
    padding-right: 20px; }
.certificates__cul-img {
    padding: 20px 0;
    text-align: center; }
.certificates__cul-img img {
      display: inline-block; }
.certificates__list {
    padding-left: 0;
    margin-bottom: 20px;
    font-weight: 700;
    color: #2E2E30; }
.certificates__list li {
      position: relative;
      padding-left: 40px; }
.certificates__list li::before {
      position: absolute;
      top: 12px;
      left: 0;
      width: 20px;
      height: 3px;
      border-radius: 0; }
.certificates__item:nth-child(odd) {
    margin-right: 40px; }
.certificates__link {
    font-weight: 700;
    color: #AAAC23;
    text-decoration: none;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip: ink; }
.certificates__link:hover, .certificates__link:active {
      text-decoration: underline; }
.testing {
  margin-bottom: 100px; }
.testing__row {
    margin-left: -20px;
    margin-right: -20px; }
.testing__col-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    padding: 20px;
    margin-bottom: 40px;
    background-color: white;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
    border-radius: 10px; }
.testing__col-video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      margin-left: ($column * 100% / $columns);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      margin-left: ($column * 100% / $columns);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    padding-left: 20px;
    padding-right: 20px; }
.testing__video-wrapper {
    position: relative;
    -webkit-box-shadow: 15px 20px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 15px 20px 25px rgba(0, 0, 0, 0.15);
    border-radius: 20px; }
.testing__video-wrapper::after {
      position: absolute;
      z-index: -1;
      left: 15px;
      top: 15px;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border: 3px solid #A2DBEB;
      border-radius: 20px;
      opacity: 0.25; }
.testing__video-wrapper::before {
      position: absolute;
      z-index: 10;
      bottom: -44px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      content: "";
      display: block;
      width: 180px;
      height: 88px;
      background-color: rgba(162, 219, 235, 0.7);
      background-image: url(../img/ul-lab-logo.svg);
      background-repeat: no-repeat;
      background-size: 148px 55px;
      background-position: center;
      pointer-events: none; }
.testing__video-content {
    position: relative;
    border-radius: 10px; }
.results {
  position: relative;
  margin-bottom: 50px; }
.results::after {
    position: absolute;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 140px);
    background-color: #5B6772; }
.results__content {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
    border-radius: 20px; }
.results__title {
    margin-top: 0;
    line-height: 1.3em;
    color: #005979; }
.results__title span {
      display: block;
      text-transform: uppercase; }
.results__subtitle {
    margin-bottom: 35px;
    font-weight: 700;
    text-align: center; }
.results__row {
    margin-left: -20px;
    margin-right: -20px; }
.results__col-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */ }
.results__fig {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    width: calc(50% - 10px);
    text-align: center; }
.results__fig img {
      width: 100%; }
.results__fig figcaption {
      padding-top: 5px;
      padding-bottom: 20px;
      font-family: "Montserrat", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 1.5em; }
.results__fig figcaption span {
        display: block;
        font-weight: 700; }
.results__col-totals {
    margin-bottom: 20px;
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */ }
.results__totals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
.results__total {
    width: calc(50% - 10px);
    padding: 15px 20px;
    font-family: "Montserrat", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: white; }
.results__total--control-group {
      background-color: #A2DBEB; }
.results__total--teeter-group {
      background-color: #EB4646; }
.results__footnote {
    margin-bottom: 0;
    font-size: 12px; }
.manual {
  margin-bottom: 60px; }
.manual__step {
    margin-bottom: 40px; }
.manual__step:last-child {
      margin-bottom: 0; }
.manual__step:nth-child(even) p {
      padding-left: 50px; }
.manual__img-outline {
    float: left;
    width: 105px;
    height: 105px;
    margin-bottom: 25px;
    margin-right: 45px;
    position: relative;
    -webkit-box-shadow: -15px 20px 25px rgba(0, 0, 0, 0.15);
            box-shadow: -15px 20px 25px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    -webkit-box-shadow: 15px 20px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 15px 20px 25px rgba(0, 0, 0, 0.15); }
.manual__img-outline::after {
      position: absolute;
      z-index: -1;
      left: 0;
      top: 15px;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border: 3px solid #A2DBEB;
      border-radius: 20px;
      opacity: 0.25; }
.manual__img-outline::after {
      left: 15px; }
.manual__img-wrapper {
    overflow: hidden;
    border-radius: 20px; }
.manual__img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover; }
.manual__text-wrapper {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
.manual__step-title {
    margin-top: 0;
    font-weight: 700; }
.manual__step-title span {
      display: block;
      margin-top: 0;
      margin-bottom: 10px;
      font-weight: inherit;
      color: #005979; }
.table-features {
  position: relative;
  padding-top: 50px;
  margin-bottom: 50px; }
.table-features:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: white; }
.table-features__title {
    margin-top: 0; }
.table-features__slides {
    overflow: hidden; }
.table-features__slide-row {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
.table-features__col-img {
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */ }
.table-features__img-wrapper {
    width: 180px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    overflow: hidden; }
.table-features__img-wrapper--round {
      overflow: hidden;
      border-radius: 50%;
      background-color: white; }
.table-features__img {
    width: 100%;
    -o-object-fit: contain;
       font-family: "object-fit:contain";
       object-fit: contain; }
.table-features__text-wrapper {
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */ }
.table-features__slide-title {
    position: relative;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center; }
.table-features__slide-title:after {
      position: absolute;
      bottom: -20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      content: "";
      display: block;
      width: calc(100% / 11);
      height: 3px;
      background-color: #A2DBEB; }
.table-features__slide-text {
    margin-bottom: 20px; }
.table-features__controls {
    margin-top: 20px; }
.table-features__btn-wrapper {
    margin-bottom: 30px;
    text-align: center;
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      margin-left: ($column * 100% / $columns);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      margin-left: ($column * 100% / $columns);
    }
  } */ }
.table-features__btn-wrapper button:first-of-type {
      margin-right: 10px; }
.table-features__btn-wrapper .swiper-button-disabled {
      background-color: white;
      cursor: not-allowed;
      padding-left: 10px;
      padding-right: 10px;
      -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15); }
/*.table-features__btn-wrapper .swiper-button-disabled span {
        width: 30px;
        border-color: #5B6772; }*/
.table-features__btn-wrapper .swiper-button-disabled span::after {
          background-color: #5B6772; }
.table-features__btn-wrapper .swiper-button-disabled span::before {
          background-color: #5B6772; }
.table-features__btn-wrapper .swiper-button-disabled.btn-arrow--prev span{
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 476.213 476.213' width='48' height='48'%3E%3Cpath fill='%235B6772' d='M476.213 223.106H57.426l34.393-34.393L70.606 167.5 0 238.106l70.606 70.607L91.819 287.5l-34.393-34.394h418.787z'/%3E%3C/svg%3E") no-repeat center / contain;
}       
.table-features__btn-wrapper .swiper-button-disabled.table-features__button-next span{
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 476.213 476.213' width='48' height='48'%3E%3Cpath fill='%235B6772' d='M405.606 167.5l-21.212 21.213 34.393 34.393H0v30h418.787L384.394 287.5l21.212 21.213 70.607-70.607z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.table-features__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      margin-left: ($column * 100% / $columns);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      margin-left: ($column * 100% / $columns);
    }
  } */ }
.table-features__pagination .swiper-pagination-bullet {
      width: auto;
      height: auto;
      font-family: "Montserrat", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
      font-size: 50px;
      font-weight: 700;
      line-height: 1;
      color: #D9D9D9;
      opacity: 1;
      background-color: transparent; }
.table-features__pagination .swiper-pagination-bullet:hover {
      color: #005979;
      opacity: 0.45; }
.table-features__pagination .swiper-pagination-bullet-active {
      font-size: 100px;
      color: #005979;
      outline: none; }
.delivery-alert {
  margin-bottom: 30px; }
.delivery-alert__row {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35); }
.delivery-alert__caption {
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    margin: 0;
    background-color: #EB4646; }
.delivery-alert__caption span {
      display: block;
      width: 100%;
      padding: 20px 15px;
      text-transform: uppercase;
      color: white; }
.delivery-alert__text {
    margin-top: 0;
    margin-bottom: 0;
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    background-color: white; }
.delivery-alert__text span {
      display: block;
      padding: 20px 15px; }
.delivery-alert__text br {
      display: none; }
.shop {
  margin-bottom: 50px; }
.shop__row {
    margin-left: -20px;
    margin-right: -20px; }
.shop__col {
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */ }
.shop-card {
  padding-top: 20px;
  margin-bottom: 40px;
  background: white;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
  border-radius: 10px; }
.shop-card:hover {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35); }
.shop-card__img-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 190px;
    height: 190px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    overflow: hidden;
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */ }
.shop-card__add-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
.shop-card__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       font-family: "object-fit:contain";
       object-fit: contain; }
.shop-card__text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */ }
.shop-card__title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px; }
.shop-card__title span {
      display: block;
      margin-top: 5px;
      font-size: 20px;
      font-weight: 700;
      color: #005979; }
.shop-card__price {
    font-size: 20px;
    font-weight: 600;
    color: #005979; }
.shop-card__features-list {
    margin-bottom: 20px;
    font-family: "Montserrat", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: normal; }
.shop-card__features-item::before {
    display: none; }
.shop-card__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.shop-card__controls .btn {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: block;
      font-size: 16px;
      padding-left: 35px;
      padding-right: 35px; }
.shop-card__controls .btn--info {
        background-color: #AAAC23;
        border-radius: 0 0 10px 0; }
.shop-card__controls .btn--info:hover, .shop-card__controls .btn--info:active {
          background-color: #005979; }
.shop-card__controls .btn--buy {
        border-radius: 0 0 0 10px; }
.shop-card__img-wrapper:hover .shop-card__add-wrapper {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }
.helpful-info {
  margin-bottom: 50px;
  margin-left: -20px;
  margin-right: -20px; }
.helpful-info__wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: auto !important;
    margin-bottom: 40px; }
.helpful-info__title {
    padding-left: 25px;
    padding-right: 25px; }
.helpful-info__slides {
    padding-left: 20px;
    padding-right: 20px; }
.helpful-info__slide {
    position: relative;
    margin-bottom: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */ }
.helpful-info__slide:last-child {
      margin-bottom: 0; }
.helpful-info__link {
    display: block;
    height: 100%;
    text-decoration: none;
    text-align: center;
    background: white;
    border-radius: 20px;
    -webkit-box-shadow: 5px 30px 15px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 30px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
.helpful-info__link:hover {
      -webkit-box-shadow: 5px 30px 15px rgba(0, 0, 0, 0.25);
              box-shadow: 5px 30px 15px rgba(0, 0, 0, 0.25); }
.helpful-info__img-wrapper {
    width: 100%;
    overflow: hidden; }
.helpful-info__img {
    width: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover;object-position:center";
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
.helpful-info__descr {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700; }
.teeter-link {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: left;
  color: white;
  background-color: #005979; }
.teeter-link__title {
    margin-top: 0;
    margin-bottom: 35px;
    text-align: inherit;
    color: inherit; }
.teeter-link__title .h4 {
      display: block;
      margin-bottom: 0;
      color: inherit; }
.teeter-link__title::after {
      display: none; }
.teeter-link__col-text {
    margin-bottom: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      margin-left: ($column * 100% / $columns);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */ }
.teeter-link__list {
    margin-bottom: 40px; }
.teeter-link__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    font-family: "Montserrat", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 600; }
.teeter-link__item span img {
      display: block;
      width: 55px; }
.teeter-link__item span:first-child {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 20px; }
.teeter-link__item span:last-child {
      -ms-flex-negative: 1;
          flex-shrink: 1; }
.teeter-link__item:last-child {
      margin-bottom: 0; }
.teeter-link__item::before {
      display: none; }
.teeter-link__store-wrapper {
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
.teeter-link__store-link {
    width: calc(50% - 10px);
    max-width: 180px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
.teeter-link__store-link:hover, .teeter-link__store-link:active {
      -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
              box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35); }
.teeter-link__store-link--apple {
      margin-right: 20px; }
.teeter-link__col-app {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
    /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */ }
.teeter-link__img-wrapper {
    width: 155px;
    height: 324px;
    margin-left: auto;
    border-radius: 40px;
    -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.35);
            box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.35);
    overflow: hidden; }
.teeter-link__img-wrapper img {
      width: 100%;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover; }
.teeter-link__app {
    display: block; }
.teeter-link__demo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    z-index: 1;
    top: 195px;
    right: 100px;
    width: 181px;
    height: 100px;
    text-decoration: none;
    color: white;
    background-color: #333333;
    background: url(../img/btn-bg.jpg) no-repeat center;
    background-size: cover;
    -webkit-box-shadow: -5px 15px 15px rgba(0, 0, 0, 0.15);
            box-shadow: -5px 15px 15px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
.teeter-link__demo-link span {
      font-family: "Montserrat", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
      font-weight: 600;
      font-size: 18px;
      text-align: center;
      letter-spacing: 0.02em;
      line-height: 1.5em;
      text-transform: uppercase; }
.teeter-link__demo-link:hover, .teeter-link__demo-link:active {
      text-decoration: underline;
      -webkit-box-shadow: -5px 15px 15px rgba(0, 0, 0, 0.25);
              box-shadow: -5px 15px 15px rgba(0, 0, 0, 0.25); }
.contacts-block {
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: white; }
.contacts-block__title {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 26px;
    text-transform: uppercase;
    color: #AAAC23; }
.contacts-block__title:after {
      display: none; }
.contacts-block__list {
    margin-bottom: 0;
    margin-bottom: 35px;
    font-family: "Montserrat", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 600; }
.contacts-block__item {
    position: relative;
    padding-left: 50px;
    margin-bottom: 35px; }
.contacts-block__item a {
      color: inherit;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
.contacts-block__item:before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      display: block;
      width: 25px;
      margin-right: 0;
      margin-top: 0;
      border-radius: 0;
      background-color: transparent; }
.contacts-block__item:last-child {
      margin-bottom: 0; }
.contacts-block__item--address:before {
      height: 40px;
      background-image: url(../img/pin-icon.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%; }
.contacts-block__item--work-time:before {
      height: 32px;
      background-image: url(../img/oclock-icon.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%; }
.contacts-block__item--tel:before {
      height: 32px;
      background-image: url(../img/phone-icon.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%; }
.contacts-block__item--email:before {
      height: 21px;
      background-image: url(../img/letter-icon.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%; }
.contacts-block__btn-tel {
    display: block;
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
    font-family: "Montserrat", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: #AAAC23;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
.contacts-block__btn-tel:hover, .contacts-block__btn-tel:active {
      background-color: #005979; }
.map__content {
  height: calc(100% - 66px); }
.map__content iframe {
    display: block;
    width: 100%;
    height: 300px;
    border: none; }
.map__decor {
  width: 100%;
  height: 66px;
  background-color: #005979; }
.copyrights {
  padding-top: 20px; }
.copyrights__tm {
    margin-bottom: 15px;
    font-family: "Montserrat", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
    font-size: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5); }
.copyrights__dev {
    text-align: center; }
.copyrights__dev a {
      display: inline-block;
      text-decoration: none;
      color: white;
      opacity: 0.5;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
.copyrights__dev a:hover, .copyrights__dev a:active {
        opacity: 1; }
.copyrights__dev a > * {
        display: inline-block;
        vertical-align: middle; }
.copyrights__dev a span {
        margin-right: 10px; }
.animated {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn; }
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight; }
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }
.info-page__col-text {
  margin-bottom: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
  /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
  /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      margin-left: ($column * 100% / $columns);
    }
  } */
  /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */ }
.info-page__descr p:first-of-type {
  margin-top: auto;
  margin-bottom: 0; }
.info-page__title {
  margin-top: 0;
  text-align: left; }
.info-page__title::after {
    left: 0;
    -webkit-transform: none;
            transform: none; }
.info-page__para:last-child {
  margin-bottom: 0; }
.info-page__col-slider {
  margin-bottom: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
  /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
  /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */ }
.info-page__table-col {
  margin-bottom: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
  /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      margin-left: ($column * 100% / $columns);
    }
  } */
  /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */ }
.info-page__list {
  margin-left: -20px;
  margin-right: -20px;
  font-family: "Montserrat", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 600; }
.info-page__list > * {
    padding: 20px;
    margin-left: 0;
    background-color: white; }
.info-page__item-name {
  padding-bottom: 7px;
  color: #005979; }
.info-page__item-name + dd {
    padding-top: 7px; }
.info-page__item-name:nth-of-type(odd) {
    background-color: #D9D9D9; }
.info-page__item-name:nth-of-type(odd) + dd {
      background-color: #D9D9D9; }
.info-page__col-add-feature {
  margin-bottom: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */
  /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      margin-left: ($column * 100% / $columns);
    }
  } */
  /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */ }
.info-page__subtitle {
  position: relative;
  margin-top: 0;
  margin-bottom: 50px; }
.info-page__subtitle::after {
    position: absolute;
    bottom: -20px;
    left: 0;
    content: "";
    display: block;
    height: 3px;
    width: 130px;
    background-color: #A2DBEB; }
.info-page__add-feature-block {
  margin-bottom: 50px; }
.info-page__add-feature-block:last-child {
    margin-bottom: 0; }
.info-page__shadow {
  width: 180px;
  height: 180px;
  margin-bottom: 35px;
  position: relative;
  -webkit-box-shadow: 15px 20px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 15px 20px 25px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  border-radius: 20px; }
.info-page__shadow::after {
    position: absolute;
    z-index: -1;
    left: 15px;
    top: 15px;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid #A2DBEB;
    border-radius: 20px;
    opacity: 0.25; }
.info-page__add-feature-img {
  border-radius: 20px;
  overflow: hidden; }
.info-page__add-feature-img img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover; }
.info-page__add-feature-title {
  margin-top: 0; }
.info-slider {
  background-color: white;
  border-radius: 10px; }
.info-slider__img-wrapper {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    overflow: hidden; }
.info-slider__img-wrapper img {
      display: inline-block;
      width: 100%;
      max-width: 280px;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover; }
.info-slider__pagination-wrapper {
    position: relative;
    width: calc(100% - 10px);
    min-height: 70px;
    margin-top: 50px;
    padding: 15px 10px;
    -webkit-transform: translate(5px, -10px);
            transform: translate(5px, -10px);
    background: white;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
    border-radius: 10px; }
.info-slider__pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-radius: 10px; }
.info-slider__pagination span {
      position: relative;
      width: 40px;
      height: 40px;
      margin-right: 12px;
      border-radius: 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
.info-slider__pagination span:last-child {
        margin-right: 0; }
.info-slider__pagination span:nth-child(1) {
        background-image: url(../img/ep-560-1-thumb@1x.jpg); }
.info-slider__pagination span:nth-child(2) {
        background-image: url(../img/ep-560-2-thumb@1x.jpg); }
.info-slider__pagination span:nth-child(3) {
        background-image: url(../img/ep-560-3-thumb@1x.jpg); }
.info-slider__pagination span:nth-child(4) {
        background-image: url(../img/ep-560-4-thumb@1x.jpg); }
.info-slider__pagination span:nth-child(5) {
        background-image: url(../img/ep-560-5-thumb@1x.jpg); }
.info-slider__pagination span::after {
        position: absolute;
        top: -23px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        content: "";
        display: block;
        min-width: 50px;
        width: calc(100% + 12px);
        height: 8px;
        border-radius: 10px 10px 0 0;
        background-color: transparent; }
.info-slider__pagination span:hover, .info-slider__pagination span:focus {
        outline: none;
        opacity: 1; }
.info-slider__pagination .swiper-pagination-bullet-active::after {
      background-color: #AAAC23; }
.info-slider__pagination--ep-970 span:nth-child(1) {
      background-image: url(../img/ep-970-1-thumb@1x.jpg); }
.info-slider__pagination--ep-970 span:nth-child(2) {
      background-image: url(../img/ep-970-2-thumb@1x.jpg); }
.info-slider__pagination--ep-970 span:nth-child(3) {
      background-image: url(../img/ep-970-3-thumb@1x.jpg); }
.info-slider__pagination--ep-970 span:nth-child(4) {
      background-image: url(../img/ep-970-4-thumb@1x.jpg); }
.info-slider__pagination--ep-970 span:nth-child(5) {
      background-image: url(../img/ep-970-5-thumb@1x.jpg); }
.info-slider__pagination--contour-l5 span:nth-child(1) {
      background-image: url(../img/contour-l5-1-thumb@1x.jpg); }
.info-slider__pagination--contour-l5 span:nth-child(2) {
      background-image: url(../img/contour-l5-2-thumb@1x.jpg); }
.info-slider__pagination--contour-l5 span:nth-child(3) {
      background-image: url(../img/contour-l5-3-thumb@1x.jpg); }
.info-slider__pagination--contour-l5 span:nth-child(4) {
      background-image: url(../img/contour-l5-4-thumb@1x.jpg); }
.info-slider__pagination--contour-l5 span:nth-child(5) {
      background-image: url(../img/contour-l5-5-thumb@1x.jpg); }
.info-slider__pagination--ez-up span:nth-child(1) {
      background-image: url(../img/ez-up_chin-up-1-thumb@1x.jpg); }
.info-slider__pagination--ez-up span:nth-child(2) {
      background-image: url(../img/ez-up_chin-up-2-thumb@1x.jpg); }
.info-slider__pagination--ez-up span:nth-child(3) {
      background-image: url(../img/ez-up_chin-up-3-thumb@1x.jpg); }
.info-slider__pagination--ez-up span:nth-child(4) {
      background-image: url(../img/ez-up_chin-up-4-thumb@1x.jpg); }
.info-slider__pagination--ez-up span:nth-child(5) {
      background-image: url(../img/ez-up_chin-up-5-thumb@1x.jpg); }
.info-slider__pagination--fitspine-x1 span:nth-child(1) {
      background-image: url(../img/fitspine-x1-1-thumb@1x.jpg); }
.info-slider__pagination--fitspine-x1 span:nth-child(2) {
      background-image: url(../img/fitspine-x1-2-thumb@1x.jpg); }
.info-slider__pagination--fitspine-x1 span:nth-child(3) {
      background-image: url(../img/fitspine-x1-3-thumb@1x.jpg); }
.info-slider__pagination--fitspine-x1 span:nth-child(4) {
      background-image: url(../img/fitspine-x1-4-thumb@1x.jpg); }
.info-slider__pagination--fitspine-x1 span:nth-child(5) {
      background-image: url(../img/fitspine-x1-5-thumb@1x.jpg); }
.info-slider__pagination--fitspine-x3 span:nth-child(1) {
      background-image: url(../img/fitspine-x3-1-thumb@1x.jpg); }
.info-slider__pagination--fitspine-x3 span:nth-child(2) {
      background-image: url(../img/fitspine-x3-2-thumb@1x.jpg); }
.info-slider__pagination--fitspine-x3 span:nth-child(3) {
      background-image: url(../img/fitspine-x3-3-thumb@1x.jpg); }
.info-slider__pagination--fitspine-x3 span:nth-child(4) {
      background-image: url(../img/fitspine-x3-4-thumb@1x.jpg); }
.info-slider__pagination--fitspine-x3 span:nth-child(5) {
      background-image: url(../img/fitspine-x3-5-thumb@1x.jpg); }
.info-slider__pagination--fitspine-lx9 span:nth-child(1) {
      background-image: url(../img/fitspine-lx9-1-thumb@1x.jpg); }
.info-slider__pagination--fitspine-lx9 span:nth-child(2) {
      background-image: url(../img/fitspine-lx9-2-thumb@1x.jpg); }
.info-slider__pagination--fitspine-lx9 span:nth-child(3) {
      background-image: url(../img/fitspine-lx9-3-thumb@1x.jpg); }
.info-slider__pagination--fitspine-lx9 span:nth-child(4) {
      background-image: url(../img/fitspine-lx9-4-thumb@1x.jpg); }
.info-slider__pagination--fitspine-lx9 span:nth-child(5) {
      background-image: url(../img/fitspine-lx9-5-thumb@1x.jpg); }
.order-modal__header {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px; }
.order-modal__title-wrapper {
  position: relative;
  padding-left: 20px !important;
  padding-right: 20px !important; }
.order-modal__title {
  opacity: 1 !important; }
.order-modal__title span {
    display: block;
    font-size: 22px;
    color: #005979; }
.order-modal__close {
  top: 15px;
  right: 15px; }
.order-modal__form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.order-modal__form {
  width: 100%; }
.order-modal__input-wrapper {
  overflow: hidden; }
.order-modal__input-wrapper--amount {
    margin-bottom: 30px;
    text-align: center; }
.order-modal__input-wrapper--controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 45px;
    padding: 5px 20px;
    margin-bottom: 30px;
    border: 1px solid #D9D9D9;
    border-radius: 10px; }
.order-modal__input-wrapper--controls span {
      font-weight: 700; }
.order-modal__input-wrapper--controls button {
      position: relative;
      min-width: 35px;
      height: 25px;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 15px;
      padding-right: 15px;
      font-size: 24px;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      color: #2E2E30;
      background: none;
      border: none;
      opacity: 0.5;
      cursor: pointer;
      background-color: white;
      /* span {
          display: block;
          width: 10px;
          height: 10px;
          transform: translateY(-13px);
        } */ }
.order-modal__input-wrapper--controls button::after {
        position: absolute;
        top: 10px;
        left: 14px;
        content: "";
        display: block;
        width: 10px;
        height: 6px;
        background-image: url(../img/select-arrow-icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
.order-modal__input-wrapper--controls button[name=plus]::after {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
.order-modal__input-wrapper--controls button:first-of-type {
        margin-left: auto; }
.order-modal__input-wrapper--controls button:hover, .order-modal__input-wrapper--controls button:active, .order-modal__input-wrapper--controls button:focus {
        opacity: 1;
        outline: none; }
.order-modal__input-wrapper--submit {
    text-align: center; }
.order-modal__input-wrapper--submit .btn {
      width: 100%;
      padding-right: 40px;
      padding-left: 40px;
      margin-bottom: 20px;
      font-size: 20px;
      border-radius: 10px; }
.order-modal__input-wrapper--submit p {
      font-size: 14px;
      font-weight: 400;
      text-align: left; }
.order-modal__input-wrapper--submit label {
      padding-left: 10px;
      cursor: pointer; }
.order-modal__input, .order-modal__select {
  width: 100%;
  height: 45px;
  padding: 5px 20px;
  border: 1px solid #D9D9D9;
  border-radius: 10px; }
.order-modal__input:hover, .order-modal__input:focus, .order-modal__select:hover, .order-modal__select:focus {
    outline: none;
    border-color: #005979; }
.order-modal__input--quantity, .order-modal__select--quantity {
    width: 30px;
    height: 25px;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #005979;
    border-radius: 0;
    text-align: center;
    border: none; }
.order-modal__select-wrapper {
  position: relative; }
.order-modal__select-wrapper::after {
    position: absolute;
    z-index: 500;
    top: 20px;
    right: 17px;
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6.41' viewBox='0 0 10 6.41' fill='%234F4F4F' stroke='%23fff'%3E%3Ctitle%3Eselect-arrow-icon%3C/title%3E%3Cpath d='M5,6.41.29,1.71A1,1,0,0,1,1.71.29L5,3.59,8.29.29A1,1,0,0,1,9.71,1.71Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 6px;
    pointer-events: none; }
.order-modal__select-wrapper:hover::after, .order-modal__select-wrapper:focus-within::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6.41' viewBox='0 0 10 6.41' fill='%23005979' stroke='%23fff'%3E%3Ctitle%3Eselect-arrow-icon%3C/title%3E%3Cpath d='M5,6.41.29,1.71A1,1,0,0,1,1.71.29L5,3.59,8.29.29A1,1,0,0,1,9.71,1.71Z'/%3E%3C/svg%3E"); }
.order-modal__select-wrapper:focus-within::after {
    -webkit-transform: scale3D(1, -1, 1);
            transform: scale3D(1, -1, 1); }
.order-modal__select {
  padding-right: 20px;
  margin-bottom: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer; }
.order-modal__select[multiple] {
    background-image: none;
    min-height: 6.8em; }
.order-modal__select::-ms-expand {
    display: none; }
.order-modal__error {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 30px;
  overflow: hidden; }
.order-modal__order-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.order-modal__order-img {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px; }
.order-modal__img-wrapper {
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  overflow: hidden; }
.order-modal__img-wrapper img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover; }
.order-modal__product {
  font-family: "Montserrat", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
  line-height: inherit;
  text-align: center; }
.order-modal__product span:first-child {
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    color: #4F4F4F; }
.order-modal__product span:last-child {
    display: block;
    margin-top: 5px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    color: #005979; }
.order-modal__payment-section {
  width: 100%; }
.order-modal__amount, .order-modal__currency {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
  font-family: "Montserrat", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  text-align: right;
  color: #005979;
  border: none; }
.order-modal__ok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: auto;
  display: none; }
.order-modal__ok img {
    width: 80px;
    height: 50px;
    margin-bottom: 20px; }
.order-modal__ok-message {
  margin: 0; }
.order-modal__ok-message span {
    display: block;
    margin-bottom: 10px; }
.info-footer {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 20px;
  padding-bottom: 45px;
  font-family: "Montserrat", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
  line-height: initial;
  color: #5B6772;
  background-color: white; }
.info-footer:hover, .info-footer:active {
    color: #2E2E30;
    background-color: #F5F5F5; }
.info-footer div {
    position: relative; }
.info-footer div::after {
      position: absolute;
      left: 20px;
      bottom: -85px;
      /*content: url(../img/prev-arrow.svg);*/
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 476.213 476.213' width='48' height='48'%3E%3Cpath fill='%23AAAC23' d='M476.213 223.106H57.426l34.393-34.393L70.606 167.5 0 238.106l70.606 70.607L91.819 287.5l-34.393-34.394h418.787z'/%3E%3C/svg%3E") no-repeat center / contain;
      display: block;
      width: 128px;
      height: 128px;
      content: ''; }
/*.info-footer div::before {
      position: absolute;
      left: 20px;
      bottom: -15px;
      content: url(../img/prev-arrow.svg);
      display: block;
      left: 137px;
      bottom: -21px;
      transform: scaleY(-1); }*/
.info-header {
  margin-bottom: 50px; }
.info-header__return {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 80px;
    padding: 15px 25px;
    background: white;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 10px 10px; }
.info-header__text {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 55px;
    opacity: 0.4; }
.info-header__return-link {
    display: inline-block;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
.info-header__return-link:hover {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
.info-header__return-link:active {
      opacity: 0.5; }
.text-page__col {
  /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      margin-left: ($column * 100% / $columns);
    }
  } */
  /* @if ($screen == xxl) {

    @media (min-width: $screen-xxl) {
      @include make-col($column, $columns, $gutter);
    }
  } */ }
.text-page__title {
  color: #005979; }
.text-page__subtitle {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px; }
.text-page__subtitle::after {
    position: absolute;
    bottom: -17px;
    left: 0;
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    background-color: #A2DBEB; }
.text-page__subtitle--accented {
    color: #005979; }
.text-page__img-wrapper {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden; }
.text-page__img-wrapper img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover; }
.text-page__shadow {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 15px 20px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 15px 20px 25px rgba(0, 0, 0, 0.15);
  border-radius: 20px; }
.text-page__shadow::after {
    position: absolute;
    z-index: -1;
    left: 15px;
    top: 15px;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid #A2DBEB;
    border-radius: 20px;
    opacity: 0.25; }
.text-page__shadow--noshadow {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.text-page__shadow--noshadow::after {
      display: none; }
.text-page__video-content {
  border-radius: 20px;
  overflow: hidden; }
.text-page__para--footnote {
  font-size: 14px; }
.text-page__para--indented {
  margin-top: 40px; }
.text-page a:hover {
  color: #AAAC23; }
.text-page__blockquote {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 80px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  color: white;
  background-color: #5B6772;
  border-radius: 10px; }
.text-page__blockquote::after {
    position: absolute;
    top: 40px;
    left: 20px;
    content: "";
    display: block;
    width: 35px;
    height: 23px;
    background-image: url(../img/quotes-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
.text-page__author {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 20px; }
.text-page__author span {
    display: block;
    font-weight: 400; }
.text-page__list {
  margin-bottom: 40px;
  font-weight: 600; }
.text-page__list li {
    position: relative;
    padding-left: 30px; }
.text-page__list li::before {
      position: absolute;
      top: 12px;
      left: 0;
      width: 20px;
      border-radius: 0; }
.text-page__list--indent {
    margin-top: 40px; }
.revealator-fade,
.revealator-slideup,
.revealator-slideleft,
.revealator-slideright,
.revealator-slidedown,
.revealator-zoomin,
.revealator-zoomout,
.revealator-rotateleft,
.revealator-rotateright {
  /* Default effect duration */
  -webkit-transition: all 1000ms;
  transition: all 1000ms; }
/* Fade effect */
.revealator-fade {
  opacity: 0; }
.revealator-fade.revealator-within,
.revealator-fade.revealator-partially-above,
.revealator-fade.revealator-above {
  opacity: 1; }
/* Slide up effect */
.revealator-slideup {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  opacity: 0; }
.revealator-slideup.revealator-within,
.revealator-slideup.revealator-partially-above,
.revealator-slideup.revealator-above {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }
/* Slide left effect */
.revealator-slideleft {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
  opacity: 0; }
.revealator-slideleft.revealator-within,
.revealator-slideleft.revealator-partially-above,
.revealator-slideleft.revealator-above {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }
/* Slide right effect */
.revealator-slideright {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
  opacity: 0; }
.revealator-slideright.revealator-within,
.revealator-slideright.revealator-partially-above,
.revealator-slideright.revealator-above {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }
/* Slide down effect */
.revealator-slidedown {
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
  opacity: 0; }
.revealator-slidedown.revealator-within,
.revealator-slidedown.revealator-partially-above,
.revealator-slidedown.revealator-above {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }
/* Zoom in effect */
.revealator-zoomin {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  opacity: 0; }
.revealator-zoomin.revealator-within,
.revealator-zoomin.revealator-partially-above,
.revealator-zoomin.revealator-above {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }
/* Zoom out effect */
.revealator-zoomout {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }
.revealator-zoomout.revealator-within,
.revealator-zoomout.revealator-partially-above,
.revealator-zoomout.revealator-above {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }
/* Rotate left effect */
.revealator-rotateleft {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  opacity: 0; }
.revealator-rotateleft.revealator-within,
.revealator-rotateleft.revealator-partially-above,
.revealator-rotateleft.revealator-above {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1; }
/* Rotate right effect */
.revealator-rotateright {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  opacity: 0; }
.revealator-rotateright.revealator-within,
.revealator-rotateright.revealator-partially-above,
.revealator-rotateright.revealator-above {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1; }
.revealator-delay1 {
  -webkit-transition-delay: 100ms !important;
          transition-delay: 100ms !important; }
.revealator-delay1.revealator-below,
.revealator-delay1.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay2 {
  -webkit-transition-delay: 200ms !important;
          transition-delay: 200ms !important; }
.revealator-delay2.revealator-below,
.revealator-delay2.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay3 {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }
.revealator-delay3.revealator-below,
.revealator-delay3.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay4 {
  -webkit-transition-delay: 400ms !important;
          transition-delay: 400ms !important; }
.revealator-delay4.revealator-below,
.revealator-delay4.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay5 {
  -webkit-transition-delay: 500ms !important;
          transition-delay: 500ms !important; }
.revealator-delay5.revealator-below,
.revealator-delay5.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay6 {
  -webkit-transition-delay: 600ms !important;
          transition-delay: 600ms !important; }
.revealator-delay6.revealator-below,
.revealator-delay6.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay7 {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }
.revealator-delay7.revealator-below,
.revealator-delay7.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay8 {
  -webkit-transition-delay: 800ms !important;
          transition-delay: 800ms !important; }
.revealator-delay8.revealator-below,
.revealator-delay8.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay9 {
  -webkit-transition-delay: 900ms !important;
          transition-delay: 900ms !important; }
.revealator-delay9.revealator-below,
.revealator-delay9.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay10 {
  -webkit-transition-delay: 1000ms !important;
          transition-delay: 1000ms !important; }
.revealator-delay10.revealator-below,
.revealator-delay10.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay11 {
  -webkit-transition-delay: 1100ms !important;
          transition-delay: 1100ms !important; }
.revealator-delay11.revealator-below,
.revealator-delay11.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay12 {
  -webkit-transition-delay: 1200ms !important;
          transition-delay: 1200ms !important; }
.revealator-delay12.revealator-below,
.revealator-delay12.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay13 {
  -webkit-transition-delay: 1300ms !important;
          transition-delay: 1300ms !important; }
.revealator-delay13.revealator-below,
.revealator-delay13.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay14 {
  -webkit-transition-delay: 1400ms !important;
          transition-delay: 1400ms !important; }
.revealator-delay14.revealator-below,
.revealator-delay14.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay15 {
  -webkit-transition-delay: 1500ms !important;
          transition-delay: 1500ms !important; }
.revealator-delay15.revealator-below,
.revealator-delay15.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay16 {
  -webkit-transition-delay: 1600ms !important;
          transition-delay: 1600ms !important; }
.revealator-delay16.revealator-below,
.revealator-delay16.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay17 {
  -webkit-transition-delay: 1700ms !important;
          transition-delay: 1700ms !important; }
.revealator-delay17.revealator-below,
.revealator-delay17.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay18 {
  -webkit-transition-delay: 1800ms !important;
          transition-delay: 1800ms !important; }
.revealator-delay18.revealator-below,
.revealator-delay18.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay19 {
  -webkit-transition-delay: 1900ms !important;
          transition-delay: 1900ms !important; }
.revealator-delay19.revealator-below,
.revealator-delay19.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay20 {
  -webkit-transition-delay: 2000ms !important;
          transition-delay: 2000ms !important; }
.revealator-delay20.revealator-below,
.revealator-delay20.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay21 {
  -webkit-transition-delay: 2100ms !important;
          transition-delay: 2100ms !important; }
.revealator-delay21.revealator-below,
.revealator-delay21.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay22 {
  -webkit-transition-delay: 2200ms !important;
          transition-delay: 2200ms !important; }
.revealator-delay22.revealator-below,
.revealator-delay22.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay23 {
  -webkit-transition-delay: 2300ms !important;
          transition-delay: 2300ms !important; }
.revealator-delay23.revealator-below,
.revealator-delay23.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay24 {
  -webkit-transition-delay: 2400ms !important;
          transition-delay: 2400ms !important; }
.revealator-delay24.revealator-below,
.revealator-delay24.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay25 {
  -webkit-transition-delay: 2500ms !important;
          transition-delay: 2500ms !important; }
.revealator-delay25.revealator-below,
.revealator-delay25.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay26 {
  -webkit-transition-delay: 2600ms !important;
          transition-delay: 2600ms !important; }
.revealator-delay26.revealator-below,
.revealator-delay26.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay27 {
  -webkit-transition-delay: 2700ms !important;
          transition-delay: 2700ms !important; }
.revealator-delay27.revealator-below,
.revealator-delay27.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay28 {
  -webkit-transition-delay: 2800ms !important;
          transition-delay: 2800ms !important; }
.revealator-delay28.revealator-below,
.revealator-delay28.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay29 {
  -webkit-transition-delay: 2900ms !important;
          transition-delay: 2900ms !important; }
.revealator-delay29.revealator-below,
.revealator-delay29.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-delay30 {
  -webkit-transition-delay: 3000ms !important;
          transition-delay: 3000ms !important; }
.revealator-delay30.revealator-below,
.revealator-delay30.revealator-partially-below {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important; }
.revealator-speed1,
.revealator-duration1 {
  -webkit-transition-duration: 100ms !important;
          transition-duration: 100ms !important; }
.revealator-speed2,
.revealator-duration2 {
  -webkit-transition-duration: 200ms !important;
          transition-duration: 200ms !important; }
.revealator-speed3,
.revealator-duration3 {
  -webkit-transition-duration: 300ms !important;
          transition-duration: 300ms !important; }
.revealator-speed4,
.revealator-duration4 {
  -webkit-transition-duration: 400ms !important;
          transition-duration: 400ms !important; }
.revealator-speed5,
.revealator-duration5 {
  -webkit-transition-duration: 500ms !important;
          transition-duration: 500ms !important; }
.revealator-speed6,
.revealator-duration6 {
  -webkit-transition-duration: 600ms !important;
          transition-duration: 600ms !important; }
.revealator-speed7,
.revealator-duration7 {
  -webkit-transition-duration: 700ms !important;
          transition-duration: 700ms !important; }
.revealator-speed8,
.revealator-duration8 {
  -webkit-transition-duration: 800ms !important;
          transition-duration: 800ms !important; }
.revealator-speed9,
.revealator-duration9 {
  -webkit-transition-duration: 900ms !important;
          transition-duration: 900ms !important; }
.revealator-speed10,
.revealator-duration10 {
  -webkit-transition-duration: 1000ms !important;
          transition-duration: 1000ms !important; }
.revealator-speed11,
.revealator-duration11 {
  -webkit-transition-duration: 1100ms !important;
          transition-duration: 1100ms !important; }
.revealator-speed12,
.revealator-duration12 {
  -webkit-transition-duration: 1200ms !important;
          transition-duration: 1200ms !important; }
.revealator-speed13,
.revealator-duration13 {
  -webkit-transition-duration: 1300ms !important;
          transition-duration: 1300ms !important; }
.revealator-speed14,
.revealator-duration14 {
  -webkit-transition-duration: 1400ms !important;
          transition-duration: 1400ms !important; }
.revealator-speed15,
.revealator-duration15 {
  -webkit-transition-duration: 1500ms !important;
          transition-duration: 1500ms !important; }
/*# sourceMappingURL=fm.revealator.jquery.css.map */
.video-modal__video-content {
  position: relative;
  padding-bottom: 56.25%;
  /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
.video-modal__video-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }
@media (min-width: 480px) {
    .container {
      width: 100%; } }
@media (min-width: 768px) {
    .container {
      width: 100%;
      padding-left: 40px;
      padding-right: 40px; }
    body {
      font-size: 16px; }
    h1,
    .h1 {
      text-align: left;
      font-size: 38px; }
      h2:after,
      .h2:after {
        width: 33.33%;
        bottom: -40px;
        left: 60px;
        -webkit-transform: none;
                transform: none; }
    h2,
    .h2 {
      margin-bottom: 80px;
      font-size: 30px;
      text-align: left; }
    h3,
    .h3 {
      font-size: 28px; }
    h4,
    .h4 {
      font-size: 20px; }
    h5,
    .h5 {
      font-size: 18px; }
    .page-header {
      padding-top: 25px;
      padding-bottom: 25px; }
      .page-header__col-logo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px; }
        .page-header__col-logo .logo {
          margin: initial; }
      .page-header__col-advice {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px; }
      .page-header__advice-btn {
        padding-top: 10px;
        padding-bottom: 12px;
        padding-left: 20px;
        padding-right: 20px; }
        .page-header__advice-btn br {
          display: none; }
      .page-footer__row {
        margin-left: -10px;
        margin-right: -10px; }
      .page-footer__col-menu {
        padding-left: 10px !important;
        padding-right: 10px !important; }
      .page-footer__col-map {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-left: 10px !important;
        padding-right: 10px !important; }
    .page-footer__title-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .page-footer__menu-title--delivery {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: calc(50% - 10px); }
        .page-footer__menu-title--owner {
          width: calc(50% - 10px);
          margin-right: 10px; }
      .page-footer__menu {
        margin-bottom: 20px; }
      .page-footer__menu-item {
        width: calc(25% - 10px); }
      .modal__dialog {
        max-width: none;
        width: 600px;
        height: auto; }
      .banner__col-title {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px; }
      .banner__col-title {
        margin-bottom: 0; }
      .banner__col-video {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px; }
      .banner__slogan {
        margin-top: 25px;
        margin-bottom: 0; }
        .banner__video-wrapper::after {
          left: -20px;
          top: 20px; }
      .banner__video-wrapper {
        -webkit-box-shadow: -15px 25px 25px rgba(0, 0, 0, 0.15);
                box-shadow: -15px 25px 25px rgba(0, 0, 0, 0.15); }
    .features {
      margin-bottom: 45px; }
      .features__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 10px;
        padding-right: 10px; }
        .features__title:after {
          bottom: -25px;
          width: calc(100% / 2); }
      .features__title {
        min-height: 81px;
        margin-bottom: 50px; }
      .operation-principle__col-video {
        margin-left: 16.66667%; }
      .operation-principle__col-video {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-left: 10px;
        padding-right: 10px; }
      .operation-principle__col-video {
        margin-bottom: 50px; }
      .operation-principle__col-text {
        margin-left: 16.66667%; }
      .operation-principle__col-text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-left: 10px;
        padding-right: 10px; }
        .operation-principle__video figcaption {
          font-size: 16px; }
        .operation-principle__video-wrapper::after {
          left: 20px;
          top: 20px; }
      .operation-principle__video-wrapper {
        -webkit-box-shadow: 15px 25px 25px rgba(0, 0, 0, 0.15);
                box-shadow: 15px 25px 25px rgba(0, 0, 0, 0.15); }
      .operation-principle__video-wrapper {
        margin-bottom: 50px; }
    .certificates {
      margin-left: 0;
      margin-right: 0; }
      .certificates__title {
        padding-left: 0;
        padding-right: 0; }
    .certificates__slides {
      padding-left: 5px;
      padding-right: 5px; }
        .certificates__pagination .swiper-pagination-bullet {
          width: 95px;
          height: 95px; }
          .certificates__pagination .swiper-pagination-bullet-active::after {
            bottom: -35px;
            width: 155px;
            height: 10px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px; }
      .certificates__pagination {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px; }
      .certificates__slide {
        max-width: 100%;
        padding-top: 40px;
        padding-bottom: 40px; }
      .certificates__text {
        padding-left: 40px;
        padding-right: 40px; }
      .certificates__cul-img {
        padding: 30px 0; }
        .certificates__list li {
          padding-left: 50px; }
        .certificates__list li::before {
          top: 14px;
          width: 30px; }
      .certificates__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        margin-top: 40px;
        margin-bottom: 30px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
    .certificates__item {
      width: calc(50% - 20px);
      margin-top: 0;
      margin-bottom: 30px; }
      .testing__row {
        margin-left: 0;
        margin-right: 0; }
      .testing__col-text {
        padding: 40px;
        padding-bottom: 30px; }
      .testing__col-video {
        margin-left: 16.66667%; }
      .testing__col-video {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-left: 10px;
        padding-right: 10px; }
        .testing__video-wrapper::after {
          left: 20px;
          top: 20px; }
      .testing__video-wrapper {
        -webkit-box-shadow: 15px 25px 25px rgba(0, 0, 0, 0.15);
                box-shadow: 15px 25px 25px rgba(0, 0, 0, 0.15); }
        .testing__video-wrapper::before {
          bottom: -52.5px;
          width: 216px;
          height: 105px;
          background-size: 177px 66px; }
      .results__content {
        margin-left: 0;
        margin-right: 0;
        padding: 40px; }
        .results__title span {
          display: inline; }
      .results__subtitle {
        margin-bottom: 40px; }
      .results__row {
        margin-left: 0;
        margin-right: -40px;
        margin-bottom: 40px; }
      .results__col-control {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
        padding-left: 10px;
        padding-right: 10px; }
        .results__fig img {
          width: 175px;
          height: 212px; }
        .results__fig figcaption {
          padding-bottom: 0;
          font-size: 14px; }
      .results__col-totals {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        padding-left: 10px;
        padding-right: 10px; }
      .results__col-totals {
        padding-right: 0;
        margin-bottom: 0; }
      .results__totals {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .results__total--control-group {
          margin-bottom: 25px; }
      .results__total {
        width: 100%;
        padding: 15px;
        text-align: left; }
      .results__footnote {
        margin-top: 30px;
        font-size: 14px; }
        .manual__step:nth-child(even) p {
          padding-left: 0; }
      .manual__step:nth-child(even) {
        padding-left: 60px; }
      .manual__step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .manual__step {
        margin-bottom: 45px; }
        .manual__img-outline::after {
          left: -20px;
          top: 20px; }
      .manual__img-outline {
        -webkit-box-shadow: -15px 25px 25px rgba(0, 0, 0, 0.15);
                box-shadow: -15px 25px 25px rgba(0, 0, 0, 0.15); }
        .manual__img-outline::after {
          left: 15px; }
      .manual__img-outline {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 215px;
        height: 215px;
        margin-right: 80px;
        -webkit-box-shadow: 15px 20px 25px rgba(0, 0, 0, 0.15);
                box-shadow: 15px 20px 25px rgba(0, 0, 0, 0.15); }
        .manual__step-title span {
          margin-bottom: 20px; }
      .manual__step-title {
        margin-bottom: 20px; }
      .table-features__slide-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px; }
      .table-features__col-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        padding-left: 10px;
        padding-right: 10px; }
      .table-features__img-wrapper {
        width: 275px;
        height: 275px;
        margin-bottom: 0; }
      .table-features__text-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%;
        padding-left: 10px;
        padding-right: 10px; }
        .table-features__slide-title:after {
          bottom: -28px;
          left: 0;
          -webkit-transform: none;
                  transform: none;
          width: calc(100% / 2); }
      .table-features__slide-title {
        margin-bottom: 60px;
        text-align: left; }
      .table-features__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 40px; }
      .table-features__btn-wrapper {
        margin-left: 41.66667%; }
      .table-features__btn-wrapper {
        margin-bottom: 45px;
        text-align: left; }
        .table-features__pagination .swiper-pagination-bullet {
          font-size: 100px; }
        .table-features__pagination .swiper-pagination-bullet-active {
          font-size: 150px; }
      .table-features__pagination {
        margin-left: 41.66667%; }
      .table-features__pagination {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
    .delivery-alert {
      margin-bottom: 40px; }
      .delivery-alert__caption {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        padding-left: 10px;
        padding-right: 10px; }
        .delivery-alert__caption span {
          padding-top: 25px;
          padding-bottom: 25px;
          margin: auto; }
      .delivery-alert__caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        padding-right: 0; }
      .delivery-alert__text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
        padding-left: 10px;
        padding-right: 10px; }
        .delivery-alert__text span {
          padding-left: 30px;
          margin-top: auto;
          margin-bottom: auto;
          margin-right: auto; }
        .delivery-alert__text br {
          display: inline; }
      .delivery-alert__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .shop__row {
        margin-left: 0;
        margin-right: 0; }
    .shop-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .shop-card > * {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
      .shop-card__img-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        padding-left: 10px;
        padding-right: 10px; }
      .shop-card__img-wrapper {
        width: 275px;
        height: 275px; }
      .shop-card__text-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%;
        padding-left: 10px;
        padding-right: 10px; }
      .shop-card__text-wrapper {
        padding-right: 25px;
        text-align: left; }
      .shop-card__controls {
        width: 100%; }
    .helpful-info {
      margin-left: 0;
      margin-right: 0; }
      .helpful-info__title {
        padding: 0; }
      .helpful-info__slides {
        padding-left: 0;
        padding-right: 0; }
      .helpful-info__slide {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 10px;
        padding-right: 10px; }
      .helpful-info__slide {
        width: 100%;
        margin-bottom: 0; }
      .helpful-info__link {
        text-align: left; }
      .helpful-info__descr {
        padding: 20px; }
    .helpful-info__btn-wrapper {
      margin-left: 0;
      text-align: center; }
    .teeter-link {
      padding-top: 40px;
      padding-bottom: 50px;
      background-image: url(../img/teeter-link-bg-tablet@1x.jpg);
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: 100% center; }
      .teeter-link__title {
        margin-bottom: 45px; }
      .teeter-link__col-text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px; }
      .teeter-link__col-text {
        -ms-flex-item-align: end;
            align-self: flex-end;
        margin-bottom: 0; }
      .teeter-link__list {
        margin-bottom: 50px; }
      .teeter-link__col-app {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px; }
      .teeter-link__img-wrapper {
        width: 216px;
        height: 450px; }
      .teeter-link__demo-link {
        top: 320px; }
    .contacts-block {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: calc(50% - 10px);
      padding-left: 40px;
      padding-right: 40px; }
      .contacts-block__btn-tel {
        margin-left: -40px;
        margin-right: -40px; }
  .map {
    width: calc(50% + 10px); }
      .map__content iframe {
        height: 100%; }
    .copyrights {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 25px; }
    .copyrights > div {
      width: calc(50% - 10px); }
      .copyrights__tm br {
        display: none; }
      .copyrights__tm {
        margin-bottom: 0;
        text-align: left; }
      .copyrights__dev {
        text-align: right; }
    .info-page__col-text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%;
      padding-left: 10px;
      padding-right: 10px; }
    .info-page__col-text {
      margin-bottom: 65px; }
  .info-page__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
    .info-page__col-slider {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%;
      padding-left: 10px;
      padding-right: 10px; }
    .info-page__col-slider {
      margin-bottom: 65px; }
      .info-page__list > * {
        width: 50%; }
    .info-page__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-left: 0;
      margin-right: 0; }
      .info-page__item-name + dd {
        padding-top: 20px; }
    .info-page__item-name {
      padding-bottom: 20px;
      padding-left: 55px; }
    .info-page__col-add-feature {
      margin-bottom: 85px; }
      .info-page__subtitle::after {
        width: 160px;
        bottom: -30px; }
      .info-page__subtitle::after {
        width: 285px; }
    .info-page__subtitle {
      margin-bottom: 80px; }
    .info-page__add-feature-block:nth-of-type(even) {
      margin-left: 60px; }
    .info-page__add-feature-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 70px; }
      .info-page__shadow::after {
        left: 20px;
        top: 20px; }
    .info-page__shadow {
      -webkit-box-shadow: 15px 25px 25px rgba(0, 0, 0, 0.15);
              box-shadow: 15px 25px 25px rgba(0, 0, 0, 0.15); }
    .info-page__shadow {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 80px;
      margin-bottom: 0; }
  .info-page__add-feature-text {
    width: calc(100% - 180px - 80px);
    -ms-flex-negative: 1;
        flex-shrink: 1; }
    .order-modal__header {
      margin-bottom: 40px; }
    .order-modal__title-wrapper {
      padding: 30px 50px !important; }
    .order-modal__close {
      top: 30px;
      right: 40px; }
  .order-modal__body {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px; }
      .order-modal__input-wrapper--amount {
        margin-bottom: 40px; }
    .order-modal__order-section {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .order-modal__order-img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto; }
    .order-modal__img-wrapper {
      margin-bottom: 0; }
    .order-modal__product {
      margin-bottom: 15px; }
    .order-modal__payment-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: calc(50% - 25px);
      /*height: 238px;*/
      margin-left: 25px; }
        .info-footer div::after {
          left: 40px; }
      .info-header__return {
        min-height: 64px; }
    .text-page__col {
      margin-left: 8.33333%; }
    .text-page__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%;
      padding-left: 10px;
      padding-right: 10px; }
      .text-page__subtitle::after {
        bottom: -20px; }
    .text-page__subtitle {
      margin-top: 45px;
      margin-bottom: 45px; }
      .text-page__shadow::after {
        left: 20px;
        top: 20px; }
    .text-page__shadow {
      -webkit-box-shadow: 15px 25px 25px rgba(0, 0, 0, 0.15);
              box-shadow: 15px 25px 25px rgba(0, 0, 0, 0.15); }
    .text-page__shadow {
      margin-top: 50px;
      margin-bottom: 50px; }
    .text-page__shadow--video {
      margin-left: 60px;
      margin-right: 60px; }
    .text-page__shadow--half-img {
      margin-left: 60px;
      margin-right: 60px; }
    .text-page__para--indented {
      margin-top: 50px; }
      .text-page__blockquote::after {
        left: 60px;
        top: 40px;
        width: 53px;
        height: 36px; }
    .text-page__blockquote {
      margin-top: 50px;
      margin-bottom: 50px;
      margin-left: -60px;
      margin-right: -60px;
      padding-top: 115px;
      padding-bottom: 40px;
      padding-left: 60px;
      padding-right: 60px; }
        .text-page__list li::before {
          top: 13px;
          width: 30px;
          margin-right: 20px; }
      .text-page__list li {
        padding-left: 50px; }
    .text-page__list {
      margin-bottom: 50px; }
      .text-page__list--indent {
        margin-top: 50px; } }
@media (min-width: 840px) {
        .delivery-alert__text br {
          display: none; } }
@media (min-width: 992px) {
    .container {
      width: 100%; }
      .page-header__col-logo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 10px;
        padding-right: 10px; }
      .page-header__col-advice {
        margin-left: 25%; }
      .page-header__col-advice {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        padding-left: 10px;
        padding-right: 10px; }
      .modal__backdrop {
        -webkit-animation: modal-backdrop-show 0.3s 1;
                animation: modal-backdrop-show 0.3s 1; }
    .modal--open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
@media (min-width: 1280px) {
    .container {
      width: 1260px; }
    body {
      font-size: 18px; }
    h1,
    .h1 {
      font-size: 62px; }
      h2:after,
      .h2:after {
        bottom: -50px;
        left: 105px; }
    h2,
    .h2 {
      margin-bottom: 105px;
      font-size: 48px; }
    h3,
    .h3 {
      font-size: 36px; }
    h4,
    .h4 {
      font-size: 26px; }
    h5,
    .h5 {
      font-size: 22px; }
    ul li:before {
      width: 5px;
      height: 5px; }
    .page-header {
      padding-top: 50px;
      padding-bottom: 20px; }
      .page-header__col-logo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 10px;
        padding-right: 10px; }
      .page-header__col-advice {
        margin-left: 0%; }
      .page-header__col-advice {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-left: 10px;
        padding-right: 10px; }
      .page-header__advice {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .page-header__advice-btn {
        max-width: 390px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-top: 13px;
        padding-bottom: 15px;
        margin-left: 60px;
        margin-bottom: 0;
        font-size: 24px; }
      .page-header__phone-link {
        margin-left: auto;
        margin-right: 0;
        font-weight: 600;
        text-align: right; }
      .page-footer__col-menu {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 10px;
        padding-right: 10px; }
      .page-footer__col-menu {
        margin-bottom: 0; }
      .page-footer__col-map {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-left: 10px;
        padding-right: 10px; }
      .page-footer__menu-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%; }
    .page-footer__title-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      margin-top: auto; }
      .page-footer__menu-title {
        margin-bottom: 30px; }
      .page-footer__menu-title--delivery {
        width: auto;
        margin-bottom: 75px; }
        .page-footer__menu-title--owner {
          width: auto;
          margin-bottom: 0; }
      .page-footer__menu-item {
        width: calc(50% - 10px); }
      .page-footer__owner-link {
        margin-top: 10px;
        -webkit-transform: translateY(10px);
                transform: translateY(10px); }
    .logo {
      width: 345px; }
      .modal__dialog {
        width: 995px;
        max-width: none; }
    .banner {
      margin-bottom: 125px; }
    .features {
      margin-bottom: 95px; }
        .features__title:after {
          bottom: -30px; }
      .features__title {
        min-height: 40px;
        margin-bottom: 60px; }
    .operation-principle {
      margin-bottom: 100px; }
      .operation-principle__col-video {
        margin-left: 0%; }
      .operation-principle__col-video {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px; }
      .operation-principle__col-video {
        margin-bottom: 0; }
      .operation-principle__col-text {
        margin-left: 8.33333%; }
      .operation-principle__col-text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        padding-left: 10px;
        padding-right: 10px; }
        .operation-principle__col-text:after {
          background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #FBFCFF), to(transparent));
          background: linear-gradient(to top, #FBFCFF 30%, transparent); }
      .operation-principle__col-text {
        height: 500px; }
        .operation-principle__video figcaption {
          font-size: 18px; }
      .operation-principle__video-wrapper {
        margin-bottom: 70px; }
    .certificates {
      margin-bottom: 100px; }
        .certificates__pagination .swiper-pagination-bullet {
          width: 165px;
          height: 165px; }
          .certificates__pagination .swiper-pagination-bullet-active::after {
            bottom: -40px;
            width: 285px;
            height: 15px;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px; }
      .certificates__pagination {
        margin-bottom: 35px; }
      .certificates__slide {
        padding-top: 50px;
        padding-bottom: 50px; }
      .certificates__text {
        padding-left: 50px;
        padding-right: 50px; }
      .certificates__cul-img {
        padding: 45px 0; }
      .certificates__list {
        margin-top: 50px;
        margin-bottom: 10px; }
    .certificates__item {
      margin-bottom: 40px; }
    .testing {
      margin-bottom: 100px; }
      .testing__col-text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px; }
      .testing__col-text {
        padding: 50px 40px;
        padding-bottom: 40px; }
      .testing__col-video {
        margin-left: 0%; }
      .testing__col-video {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px; }
      .testing__col-video {
        padding-left: 30px;
        padding-right: 0; }
      .results::after {
        height: calc(100% - 280px); }
    .results {
      margin-bottom: 100px; }
      .results__content {
        padding: 50px 110px; }
      .results__subtitle {
        margin-bottom: 50px;
        text-align: left; }
      .results__row {
        margin-right: -110px;
        margin-bottom: 50px; }
      .results__col-control {
        padding-right: 100px; }
        .results__fig img {
          width: 225px;
          height: 272px; }
        .results__fig figcaption {
          font-size: 18px; }
      .results__fig--teeter-group span {
        padding: 0 22px; }
      .results__col-totals {
        padding-left: 0; }
      .results__total {
        padding: 30px 40px;
        font-size: 24px; }
      .results__footnote {
        margin-top: 40px;
        padding-right: 200px; }
    .manual {
      margin-bottom: 100px; }
      .manual__step:nth-child(even) {
        padding-left: 405px; }
        .manual__img-outline::after {
          left: 20px; }
      .manual__img-outline {
        width: 285px;
        height: 285px;
        margin-right: 120px;
        -webkit-box-shadow: 15px 20px 25px rgba(0, 0, 0, 0.15);
                box-shadow: 15px 20px 25px rgba(0, 0, 0, 0.15); }
      .table-features:after {
        width: calc(100vw - 20px); }
    .table-features {
      margin-bottom: 100px; }
      .table-features__col-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%;
        padding-left: 10px;
        padding-right: 10px; }
      .table-features__img-wrapper {
        width: 485px;
        height: 485px; }
      .table-features__text-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        padding-left: 10px;
        padding-right: 10px; }
        .table-features__slide-title:after {
          bottom: -35px; }
      .table-features__slide-title {
        margin-bottom: 77px; }
    .table-features__slide-list {
      margin-top: 25px; }
    .table-features__slide-item {
      margin-top: 25px; }
      .table-features__btn-wrapper {
        margin-left: 58.33333%; }
      .table-features__pagination {
        margin-left: 58.33333%; }
    .delivery-alert {
      margin-bottom: 50px; }
        .delivery-alert__text span {
          padding-left: 40px; }
    .shop {
      margin-bottom: 100px; }
      .shop__row {
        margin-left: -10px;
        margin-right: -10px; }
      .shop__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 10px;
        padding-right: 10px; }
      .shop__col {
        margin-bottom: 40px; }
    .shop-card {
      height: 100%;
      margin-bottom: 0;
      -ms-flex-line-pack: justify;
          align-content: space-between; }
      .shop-card__img-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px; }
      .shop-card__img-wrapper {
        width: 100%;
        height: 285px; }
      .shop-card__text-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px; }
      .shop-card__text-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        height: calc(100% - 285px - 123px - 20px - 20px);
        padding-right: 10px;
        text-align: center; }
      .shop-card__price {
        margin-top: auto;
        font-size: 24px; }
      .shop-card__features-list {
        font-size: 15px; }
            .shop-card__controls .btn--info:hover, .shop-card__controls .btn--info:active {
              color: white;
              background-color: #AAAC23; }
          .shop-card__controls .btn--info {
            color: #AAAC23;
            background-color: white;
            border-radius: 0;
            border-top: 1px solid #D9D9D9; }
          .shop-card__controls .btn--buy:hover, .shop-card__controls .btn--buy:active {
            color: white;
            background-color: #005979; }
          .shop-card__controls .btn--buy {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            color: #005979;
            background-color: white;
            border-radius: 0 0 10px 10px; }
        .shop-card__controls .btn {
          font-size: 22px;
          padding-top: 19px;
          padding-bottom: 20px; }
      .shop-card__controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
    .helpful-info {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 100px; }
      .helpful-info__wrapper {
        margin-bottom: 55px; }
      .helpful-info__descr {
        padding: 30px; }
    .helpful-info__btn-wrapper {
      margin-left: 0; }
      .teeter-link__title {
        padding: 0 100px; }
      .teeter-link__col-text {
        margin-left: 8.33333%; }
      .teeter-link__col-text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        padding-left: 10px;
        padding-right: 10px; }
      .teeter-link__col-app {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 10px;
        padding-right: 10px; }
      .teeter-link__img-wrapper {
        width: 284px;
        height: 593px; }
      .teeter-link__demo-link {
        top: 450px;
        right: 195px; }
    .info-page__col-text {
      margin-left: 8.33333%; }
    .info-page__col-text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%;
      padding-left: 10px;
      padding-right: 10px; }
    .info-page__descr p:first-of-type {
      margin-top: initial; }
  .info-page__descr {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .info-page__col-slider {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%;
      padding-left: 10px;
      padding-right: 10px; }
    .info-page__table-col {
      margin-left: 8.33333%; }
    .info-page__table-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%;
      padding-left: 10px;
      padding-right: 10px; }
    .info-page__col-add-feature {
      margin-left: 8.33333%; }
    .info-page__col-add-feature {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%;
      padding-left: 10px;
      padding-right: 10px; }
    .info-page__add-feature-block:nth-of-type(even) {
      margin-left: 100px; }
    .info-page__shadow {
      width: 185px;
      height: 185px;
      margin-right: 100px; }
  .info-page__add-feature-text {
    width: calc(100% - 185px - 100px); }
        .info-slider__img-wrapper img {
          max-width: 485px; }
        .info-slider__pagination span {
          width: 70px;
          height: 70px; }
    .order-modal__form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .order-modal__input-section {
    width: calc(50% - 10px);
    margin-right: 20px; }
    .order-modal__order-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: calc(50% - 10px);
      padding-left: 60px; }
    .order-modal__payment-section {
      width: 100%;
      height: auto;
      margin-left: 0; }
    .info-footer {
      padding-top: 35px;
      padding-bottom: 65px; }
        .info-footer div::after {
          left: 137px; }
      .info-footer div {
        padding-left: 137px;
        padding-right: 137px; }
    .info-header {
      margin-bottom: 70px; }
      .info-header__return {
        min-height: 104px; }
      .text-page__subtitle::after {
        bottom: -27px;
        width: 285px; }
    .text-page__subtitle {
      margin-top: 60px;
      margin-bottom: 60px; }
    .text-page__shadow {
      margin-top: 70px;
      margin-bottom: 70px; }
    .text-page__shadow--video {
      margin-left: 100px;
      margin-right: 100px; }
    .text-page__shadow--half-img {
      margin-left: 200px;
      margin-right: 200px; }
    .text-page__para--footnote {
      font-size: 15px; }
      .text-page__blockquote::after {
        left: 100px; }
    .text-page__blockquote {
      margin-left: -100px;
      margin-right: -100px;
      padding-left: 100px;
      padding-right: 100px; }
        .text-page__list li::before {
          top: 17px;
          width: 40px; }
      .text-page__list li {
        padding-left: 60px; } }
@media (min-width: 768px) and (min-width: 1280px) {
    .teeter-link {
      padding-top: 60px;
      padding-bottom: 70px;
      background-image: url(../img/teeter-link-bg-desktop@1x.jpg);
      background-size: auto 100%;
      background-position: 105% center; } }
@media (min-width: 768px) and (min-width: 1346px) {
    .teeter-link {
      background-position: 100% center; } }

.floating-stock{
  position: fixed;
  z-index: 5;
  top: 100px;
  right: 20px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: all 0.3s;
  cursor: pointer;
  background: #eb4646;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  animation: stockPulse infinite 1s;
}

@keyframes stockPulse{
  0%{
    box-shadow: 0 0 0px 1px rgba(235, 70, 70, 1);
  }
  50%{
    box-shadow: 0 0 15px 1px rgba(235, 70, 70, 1);
  }
}

.floating-stock:hover{
  box-shadow: 0 0 15px 1px rgba(235, 70, 70, 1);
  animation:  none;
}

.shop-card__price.oldprice{
  text-decoration: line-through;
  color: gray;
  font-size: 14px;
}
.shop-card__price.currentprice{
  margin-top: 0;
  font-size: 24px;
}
.banner-btn{
  padding: 20px 15px;
  color: white;
  background: #005979;
  display: block;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.25s ease-in-out;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
  box-shadow: 0px 10px 16px rgb(0 0 0 / 15%);
  border-radius: 10px;
  border: none;
  font-size: 24px;
  outline: none;
  width: 390px;
  margin-top: 20px;
}
.banner-btn:hover{
  background: #AAAC23;
}

/*@media (max-width: 1280px){
  .info-footer div::before{
    left: 40px;
  }
}*/

@media (max-width: 992px){
  .banner-btn{
    font-size: 20px;
    width: 100%;
  }
  /*.info-footer div::before{
    left: 20px;
  }*/
}
.order-modal__oldprice{
  color: gray;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.price-red, .price-red span, .error{
  color: red !important;
}

span.error {
    position: absolute;
    margin-top: -30px;
	    font-weight: 700;
}


button#submit_button {
    margin-top: 20px;
}

div#controlsField {
    margin-bottom: 45px;
}
.modal__dialog.success {
    overflow: hidden;
}
span.close {
    position: absolute;
    right: 20px;
    margin-top: -291px;
    font-size: 30pt;
}
.modal__dialog h4 {
    font-size: 40pt;
    color: green;
    font-weight: 700;
    background: white;
    text-align: center;
    border-radius: 20px;
    padding: 30px;
}