/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.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 {
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  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;
  transition: 300ms opacity;
  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 {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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;
  box-shadow: none;
  -webkit-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%;
  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%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* 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%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: 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%;
  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;
  transform-origin: 50%;
  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");
}
@keyframes swiper-preloader-spin {
  100% {
    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 {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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;
  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 {
  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;
  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;
}
@font-face {
  font-family: 'RUBSN';
  src: url('../fonts/RUBSN.eot');
  src: url('../fonts/RUBSN.eot?#iefix') format('embedded-opentype'), url('../fonts/RUBSN.woff2') format('woff2'), url('../fonts/RUBSN.woff') format('woff'), url('../fonts/RUBSN.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Futura_PT';
  src: url('../fonts/FuturaPT-Book.eot');
  src: url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Book.woff2') format('woff2'), url('../fonts/FuturaPT-Book.woff') format('woff'), url('../fonts/FuturaPT-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura_PT';
  src: url('../fonts/FuturaPT-Bold.eot');
  src: url('../fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Bold.woff2') format('woff2'), url('../fonts/FuturaPT-Bold.woff') format('woff'), url('../fonts/FuturaPT-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura_PT';
  src: url('../fonts/FuturaPT-Light.eot');
  src: url('../fonts/FuturaPT-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Light.woff2') format('woff2'), url('../fonts/FuturaPT-Light.woff') format('woff'), url('../fonts/FuturaPT-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none !important;
}
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
h1,
h2,
p {
  margin: 0;
}
img {
  width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
body {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  position: relative;
  font-family: 'Futura_PT', sans-serif;
  transition: 0.3s;
  overflow-x: hidden;
  color: #333333;
  background-color: #f5f5f5;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.container {
  padding: 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 1240px;
}
.bold {
  font-weight: bold;
}
.size_s {
  font-size: 1em;
}
.size_1,
.cell,
.textpage p,
.notification,
.textpage li {
  font-size: 1.25em;
}
.size_2 {
  font-size: 1.375em;
}
.size_3 {
  font-size: 1.1em;
}
.uppercase {
  text-transform: uppercase;
}
.center {
  text-align: center;
}
section h2 {
  font-weight: normal;
  font-size: 3.3em;
  line-height: 1;
  margin-bottom: 0.5em;
}
.tablepress thead tr th {
  background-color: #b1d06563 !important;
  font-size: 1.25em;
}
.tablepress tbody tr td {
  font-size: 1.25em;
}
.common_text p {
  font-size: 1.25em;
  margin-bottom: 1.2em;
  line-height: 1.7;
}
.common_text p:last-child {
  margin-bottom: 0;
}
.common_text ul,
.common_text ol {
  padding-left: 1.2em;
  margin-bottom: 0.5em;
}
.common_text ul li,
.common_text ol li {
  margin-bottom: .4em;
  font-size: 1.25em;
  position: relative;
  line-height: 1.7;
}
.common_text ul li li,
.common_text ol li li,
.common_text ul li p,
.common_text ol li p {
  font-size: 1em;
}
.common_text ul li:last-child,
.common_text ol li:last-child {
  margin-bottom: 0;
}
.common_text p.text_size_s {
  font-size: 1em;
}
.common_text a {
  color: #000;
  transition: .3s;
  border-bottom: 1px solid #000;
}
.common_text a:hover {
  color: #b1d065 !important;
  border-bottom: 1px solid #b1d065 !important;
  opacity: 1 !important;
}
.common_text a[data-lightbox] {
  border: none !important;
  color: inherit !important;
}
.common_text a[data-lightbox]:hover {
  color: inherit !important;
  border-bottom: none !important;
  opacity: 1 !important;
}
.common_text p.has-small-font-size {
  font-size: 1em;
}
.common_text h2 {
  font-size: 1.375em;
  font-weight: 700;
  margin-top: .2em;
  margin-bottom: 1em;
}
.common_text h3 {
  font-size: 1.375em;
  font-weight: 400;
  margin-top: .2em;
  margin-bottom: 1em;
}
.breadcrumbs {
  font-size: 1em;
  margin-bottom: 1em;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs span {
  color: #918d8d;
}
.breadcrumbs svg {
  width: 1em;
  height: .3em;
  margin: 0 .5em;
}
.btn {
  font-size: 1.05em;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  border-radius: 100px;
  padding: 0 3em;
  height: 3.2em;
  display: -ms-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 10;
  cursor: pointer;
  transition: .3s;
}
.btn:before,
.btn:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
  background-color: #fcdb5a;
  z-index: -1;
  transition: .3s;
}
.btn:after {
  top: 4px;
  left: 3px;
  background-color: #d9c36e;
  z-index: -2;
}
.btn:hover:after {
  top: 0;
  left: 0;
}
.btn--transparent {
  border: 2px solid #fcdb5a;
  background-color: transparent;
}
.btn--transparent:hover {
  background-color: #fcdb5a;
}
.btn--transparent:after,
.btn--transparent:before {
  display: none;
}
.cookie_box {
  position: fixed;
  bottom: 2em;
  right: 2em;
  z-index: 9999999;
  background-color: #000;
  padding: 1em 2em;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
.cookie_box p.text {
  font-size: 1em;
  color: #b3b3b3;
  margin-right: 1em;
  max-width: 44em;
}
.cookie_box p.text a {
  font-size: 1em;
  color: #fff;
}
.cookie_box .button {
  padding: .7em 1.4em .7em 1.4em !important;
  margin-left: auto;
  margin-right: 0;
}
.page-header.colored {
  background-color: #fff;
  padding: 1em 0;
}
.page-header.colored .container nav.main_menu ul li .submenu_list,
.page-header.colored .container nav.main_menu ul li .sub-menu {
  padding: 2em 0 1em;
  background-color: #fff;
}
.page-header.colored .container nav.main_menu ul li .submenu_list a,
.page-header.colored .container nav.main_menu ul li .sub-menu a {
  padding: 0.7em 1.3em 0.7em 1em;
}
.page-header.opened {
  background-color: #fff;
}
.page-header {
  position: fixed;
  padding: 2.5em 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: .3s;
}
.page-header .container {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
.page-header .container .logo_instead {
  font-size: 1.25em;
  line-height: 1;
  position: relative;
  z-index: 20;
}
.page-header .container .logo {
  width: 9em;
}
.page-header .container nav.main_menu,
.page-header .container nav.menu-menyu-v-shapke-container,
.page-header .container nav {
  padding: .7em 0;
}
.page-header .container nav.main_menu ul,
.page-header .container nav.menu-menyu-v-shapke-container ul,
.page-header .container nav ul {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.page-header .container nav.main_menu ul li.menu-item-object-custom.menu-item-has-children > a,
.page-header .container nav.menu-menyu-v-shapke-container ul li.menu-item-object-custom.menu-item-has-children > a,
.page-header .container nav ul li.menu-item-object-custom.menu-item-has-children > a,
.page-header .container nav.main_menu ul li.menu-item-has-children > a,
.page-header .container nav.menu-menyu-v-shapke-container ul li.menu-item-has-children > a,
.page-header .container nav ul li.menu-item-has-children > a {
  position: relative;
}
.page-header .container nav.main_menu ul li.menu-item-object-custom.menu-item-has-children > a:after,
.page-header .container nav.menu-menyu-v-shapke-container ul li.menu-item-object-custom.menu-item-has-children > a:after,
.page-header .container nav ul li.menu-item-object-custom.menu-item-has-children > a:after,
.page-header .container nav.main_menu ul li.menu-item-has-children > a:after,
.page-header .container nav.menu-menyu-v-shapke-container ul li.menu-item-has-children > a:after,
.page-header .container nav ul li.menu-item-has-children > a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.3em;
  height: 0.6em;
  width: 0.6em;
  transform: translateY(-50%);
  transition: .3s;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgl2aWV3Qm94PSIwIDAgNDkxLjk5NiA0OTEuOTk2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0OTEuOTk2IDQ5MS45OTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCgk8cGF0aCBkPSJNNDg0LjEzMiwxMjQuOTg2bC0xNi4xMTYtMTYuMjI4Yy01LjA3Mi01LjA2OC0xMS44Mi03Ljg2LTE5LjAzMi03Ljg2Yy03LjIwOCwwLTEzLjk2NCwyLjc5Mi0xOS4wMzYsNy44NmwtMTgzLjg0LDE4My44NDgNCgkJTDYyLjA1NiwxMDguNTU0Yy01LjA2NC01LjA2OC0xMS44Mi03Ljg1Ni0xOS4wMjgtNy44NTZzLTEzLjk2OCwyLjc4OC0xOS4wMzYsNy44NTZsLTE2LjEyLDE2LjEyOA0KCQljLTEwLjQ5NiwxMC40ODgtMTAuNDk2LDI3LjU3MiwwLDM4LjA2bDIxOS4xMzYsMjE5LjkyNGM1LjA2NCw1LjA2NCwxMS44MTIsOC42MzIsMTkuMDg0LDguNjMyaDAuMDg0DQoJCWM3LjIxMiwwLDEzLjk2LTMuNTcyLDE5LjAyNC04LjYzMmwyMTguOTMyLTIxOS4zMjhjNS4wNzItNS4wNjQsNy44NTYtMTIuMDE2LDcuODY0LTE5LjIyNA0KCQlDNDkxLjk5NiwxMzYuOTAyLDQ4OS4yMDQsMTMwLjA0Niw0ODQuMTMyLDEyNC45ODZ6IiBmaWxsPSIjZmNkYjVhIi8+DQoJPC9zdmc+DQo=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-header .container nav.main_menu ul li,
.page-header .container nav.menu-menyu-v-shapke-container ul li,
.page-header .container nav ul li {
  list-style-type: none;
  position: relative;
}
.page-header .container nav.main_menu ul li:hover .submenu_list,
.page-header .container nav.menu-menyu-v-shapke-container ul li:hover .submenu_list,
.page-header .container nav ul li:hover .submenu_list,
.page-header .container nav.main_menu ul li:hover .sub-menu,
.page-header .container nav.menu-menyu-v-shapke-container ul li:hover .sub-menu,
.page-header .container nav ul li:hover .sub-menu {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-header .container nav.main_menu ul li:hover > a:after,
.page-header .container nav.menu-menyu-v-shapke-container ul li:hover > a:after,
.page-header .container nav ul li:hover > a:after {
  transform: translateY(-50%) rotate(180deg) !important;
}
.page-header .container nav.main_menu ul li a,
.page-header .container nav.menu-menyu-v-shapke-container ul li a,
.page-header .container nav ul li a {
  font-size: 1em;
  padding: 0 1.3em 0 1em;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  transition: .3s;
}
.page-header .container nav.main_menu ul li a svg,
.page-header .container nav.menu-menyu-v-shapke-container ul li a svg,
.page-header .container nav ul li a svg {
  position: absolute;
  top: 50%;
  right: 0.3em;
  height: 0.6em;
  width: 0.6em;
  transform: translateY(-50%);
  fill: #fcdb5a;
}
.page-header .container nav.main_menu ul li .submenu_list,
.page-header .container nav.menu-menyu-v-shapke-container ul li .submenu_list,
.page-header .container nav ul li .submenu_list,
.page-header .container nav.main_menu ul li .sub-menu,
.page-header .container nav.menu-menyu-v-shapke-container ul li .sub-menu,
.page-header .container nav ul li .sub-menu {
  position: absolute;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 1.5em 0;
  transition: .3s;
  background-color: #f5f5f5;
  display: none;
}
.page-header .container nav.main_menu ul li .submenu_list a,
.page-header .container nav.menu-menyu-v-shapke-container ul li .submenu_list a,
.page-header .container nav ul li .submenu_list a,
.page-header .container nav.main_menu ul li .sub-menu a,
.page-header .container nav.menu-menyu-v-shapke-container ul li .sub-menu a,
.page-header .container nav ul li .sub-menu a {
  padding: .5em 1.3em .5em 1em;
}
.page-header .burger_wrapper {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  height: 2em;
  display: none;
  z-index: 20;
}
.page-header .burger_wrapper .burger {
  display: inline-block;
  width: 1.5em;
  height: 2px;
  background-color: #333333;
  position: relative;
  transition: .3s;
}
.page-header .burger_wrapper .burger:after,
.page-header .burger_wrapper .burger:before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 2px;
  background-color: #333333;
  position: absolute;
  left: 0;
  transition: .3s;
}
.page-header .burger_wrapper .burger:after {
  top: -0.5em;
}
.page-header .burger_wrapper .burger:before {
  bottom: -0.5em;
}
.page-header .burger_wrapper .burger.active {
  height: 0;
}
.page-header .burger_wrapper .burger.active:after {
  top: -0.1em;
  transform: rotate(45deg);
}
.page-header .burger_wrapper .burger.active:before {
  bottom: 0;
  transform: rotate(-45deg);
}
.menu_link {
  transition: all 300ms ease;
}
.menu_link span {
  position: relative;
}
.menu_link span:before {
  content: '';
  position: absolute;
  bottom: -0.5em;
  left: auto;
  right: 0;
  height: 4px;
  width: 0;
  background-color: #fcdb5a;
  z-index: -1;
  transition: all 300ms ease;
}
.menu_link:hover {
  color: #333333;
  box-shadow: none;
}
.menu_link:hover span:before {
  content: '';
  width: 100%;
  left: 0;
  right: 0;
}
.menu_link.active {
  color: #333333;
  box-shadow: none;
}
.menu_link.active span:before {
  content: '';
  width: 100%;
  left: 0;
  right: 0;
}
.promo_screen {
  height: 100vh;
  padding-top: 6vh;
  padding-bottom: 10vh;
  background-image: url('../imgs/main_bgr.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.promo_screen .container {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}
.promo_screen .container .text_block {
  margin-bottom: 9vh;
}
.promo_screen .container h1 {
  font-size: 3.3em;
  margin-bottom: 0.6em;
}
.promo_screen .container .description {
  width: 26.7em;
  margin-bottom: 2em;
}
.steps_block {
  background-color: #f5f5f5;
  padding-bottom: 6.5em;
  padding-top: 10em;
}
.steps_block .swiper-container {
  width: 110%;
  margin-left: -5%;
  padding: 2% 5%;
  margin-top: -20em;
}
.steps_block .container .steps_wrapper {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.steps_block .container .steps_wrapper .step_item {
  background-color: #fff;
  border-radius: 5px;
  width: 31.6%;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 21px -4px rgba(0, 0, 0, 0.5);
  padding: 3.7em 2em 4.3em 2em;
  margin-bottom: 2em;
}
.steps_block .container .steps_wrapper .step_item .step_num {
  color: #aaadaf;
  font-size: 1.25em;
  margin-bottom: .7em;
}
.steps_block .container .steps_wrapper .step_item .step_title {
  text-align: center;
  line-height: 1.3;
  height: 2.7em;
}
.steps_block .container .steps_wrapper .step_item .step_descr {
  line-height: 1.4;
  margin-bottom: 3em;
  height: 4.092em;
}
.steps_block .container .steps_wrapper .step_item .img_wrapper {
  height: 9.4em;
  position: relative;
  width: 100%;
}
.steps_block .container .steps_wrapper .step_item .img_wrapper svg {
  height: 7.7em;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 10;
}
.steps_block .container .steps_wrapper .step_item .img_wrapper .circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 8em;
  height: 8em;
  background-color: #b1d065;
  border-radius: 50%;
  z-index: 1;
}
.steps_block .container .steps_wrapper .step_item:nth-child(2n) .img_wrapper .circle {
  background-color: #fcdb5a;
}
.preferences {
  background-color: #fcdb5a;
  padding: 11.7em 0 0 0;
  position: relative;
  overflow: hidden;
}
.preferences:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 41.3vw;
  background-image: url(../imgs/section_bgr.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  bottom: -18%;
  right: -1%;
}
.preferences .preferences_wrapper {
  padding: 6.6em 0 5.5em 0;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.preferences .preferences_wrapper .preference_item {
  width: 26.33%;
  position: relative;
  padding-left: 4.4em;
  padding-right: 0em;
  margin: 0 auto;
  padding-top: 5.9em;
  margin-bottom: 7em;
}
.preferences .preferences_wrapper .preference_item .number {
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-50%);
  font-size: 10em;
  color: #c6ad4d;
  opacity: .6;
  font-weight: bold;
  z-index: 1;
}
.preferences .preferences_wrapper .preference_item .text {
  position: relative;
  z-index: 10;
}
.preferences .preferences_wrapper .preference_item .text.size_1 {
  white-space: nowrap;
  margin-top: .5em;
}
.preferences .preferences_wrapper .preference_item:nth-child(1) {
  margin-left: 0;
}
.preferences .preferences_wrapper .preference_item:nth-child(3) {
  margin-right: 0;
}
.preferences .preferences_wrapper .preference_item:nth-child(5) {
  margin-left: 4%;
}
.preferences .preferences_wrapper .preference_item:nth-child(4) {
  margin-right: 4%;
}
.program_block {
  padding: 6em 0 8.3em 0;
}
.program_block--links {
  padding: 4em 0;
}
.program_block--links .container .link_card span {
  text-align: center;
}
.program_block .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.7em;
}
.program_block .container .text_box,
.program_block .container .link_card {
  height: 19.5em;
}
.program_block .container .text_box {
  margin-top: -1.8em;
  -ms-grid-column-span: 2;
  -ms-grid-column: 1;
      grid-column: 1 / span 2;
  -ms-grid-row: 1;
      grid-row: 1;
}
.program_block .container .text_box h2 {
  margin-bottom: .5em;
}
.program_block .container .text_box .text {
  margin-bottom: 1em;
}
.program_block .container .link_card {
  position: relative;
  overflow: hidden;
}
.program_block .container .link_card:nth-child(6) {
  -ms-grid-column-span: 2;
  -ms-grid-column: 3;
      grid-column: 3 / span 2;
}
.program_block .container .link_card:hover:before {
  background-color: rgba(0, 0, 0, 0);
}
.program_block .container .link_card:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.program_block .container .link_card:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  transition: .4s ease;
}
.program_block .container .link_card span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 1.6em;
  z-index: 10;
}
.program_block .container .link_card img {
  width: 105%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .4s ease;
  transform-origin: 50% 50%;
}
.program_block--links .container {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}
.program_block--links .container .text_box,
.program_block--links .container .link_card {
  -ms-grid-column: initial;
      grid-column: initial;
}
.about {
  background-color: #fff;
  padding: 8.3em 0 7.3em;
}
.about .container {
  position: relative;
}
.about .bgr_text {
  position: absolute;
  top: 48.5%;
  left: 50.5%;
  transform: translate(-50%, -50%);
  font-size: 27.7em;
  font-weight: bold;
  z-index: 1;
  opacity: .3;
  color: #d9c36e;
}
.about .row {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 10;
}
.about .row .left_block {
  width: 40%;
  margin-bottom: 2em;
}
.about .row .left_block h2 {
  line-height: 1.1;
  margin-bottom: 1em;
}
.about .row .left_block h2 span.small {
  font-size: .8em;
}
.about .row .img_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14.5em;
}
.about .row .right_block {
  width: 32%;
}
.about .row .right_block .text {
  line-height: 1.4;
  margin-bottom: 1.7em;
}
.feedback {
  padding: 7.8em 0 5.9em;
  background-image: url('../imgs/feedback_bgr.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.feedback .wpcf7-spinner {
  position: absolute;
  left: 100%;
}
.feedback .container h2 {
  text-align: center;
}
.feedback .container .descr {
  font-size: 2.1em;
  text-align: center;
}
.feedback .container form {
  max-width: 570px;
  margin: 3em auto;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.feedback .container form .submit_btn {
  background-color: transparent;
  color: inherit;
  border: none;
  font-size: inherit;
  text-transform: uppercase;
  cursor: pointer;
}
.feedback .container form .input_box {
  width: 100%;
  padding: 0.5em 0;
  margin-bottom: 1.1em;
}
.feedback .container form .input_box .input_text,
.feedback .container form .input_box .wpcf7-textarea,
.feedback .container form .input_box .wpcf7-text {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #333333;
  font-size: 1.1em;
  padding: 0.5em 0.7em;
  font-family: 'Futura_PT', sans-serif;
}
.feedback_popup.visible {
  visibility: visible;
  opacity: 1;
  top: 50%;
}
.feedback_popup {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  position: fixed;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50.1%);
  z-index: 9999;
  background-color: #FDFAFA;
  border-radius: 4px;
  border: 1px solid #000;
  padding: 4.3em 2.5em;
  width: 30em;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  max-width: 90vw;
}
.feedback_popup .message {
  font-size: 1.6em;
  text-align: center;
  width: 100%;
}
.feedback_popup .close_btn {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../imgs/icon_cross_black.svg);
  cursor: pointer;
  z-index: 999;
}
.feedback_bgr.visible {
  visibility: visible;
  opacity: 1;
}
.feedback_bgr {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 9998;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.custom_checkbox {
  position: relative;
  width: 100%;
  margin-bottom: 3.5em;
  text-align: left;
  font-size: 1.25em;
  margin-top: 0.9em;
}
.custom_checkbox a {
  line-height: 1.5;
  transition: color .3s;
  text-decoration: underline;
}
.custom_checkbox a:hover {
  color: #fcdb5a;
}
.custom_checkbox input {
  position: absolute;
  margin-bottom: 0 !important;
  border: .05em solid #000 !important;
  background-color: #fff !important;
}
/* Base for label styling */
[type='checkbox']:not(:checked),
[type='checkbox']:checked {
  position: absolute;
  top: 1em;
  left: .5em;
  opacity: 0;
}
[type='checkbox']:not(:checked) + span label,
[type='checkbox']:checked + span label {
  position: relative;
  padding-left: 2.1em;
  cursor: pointer;
}
/* checkbox aspect */
[type='checkbox']:not(:checked) + span label:before,
[type='checkbox']:checked + span label:before {
  content: '';
  position: absolute;
  top: .1em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 1px;
  background: transparent;
}
/* checked mark aspect */
[type='checkbox']:not(:checked) + span label:after,
[type='checkbox']:checked + span label:after {
  content: '';
  background-image: url('../imgs/tick-sign.svg');
  background-size: contain;
  position: absolute;
  top: 0em;
  left: .15em;
  font-family: 'open_sans';
  font-size: 1.05em;
  font-weight: 900;
  transition: all .2s;
  width: 1.1em;
  height: 1.1em;
}
/* checked mark aspect changes */
[type='checkbox']:not(:checked) + span label:after {
  transform: scale(0);
  opacity: 0;
}
[type='checkbox']:checked + span label:after {
  transform: scale(1);
  opacity: 1;
}
/* disabled checkbox */
[type='checkbox']:disabled:not(:checked) + span label:before,
[type='checkbox']:disabled:checked + span label:before {
  border-color: #bbb;
  background-color: #ddd;
  box-shadow: none;
}
[type='checkbox']:disabled:checked + span label:after {
  color: #999;
}
[type='checkbox']:disabled + span label {
  color: #aaa;
}
.page-footer {
  padding: 3.7em 0;
  margin-top: auto;
}
.page-footer .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.page-footer .legals {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1em;
  -ms-flex-align: end;
      align-items: flex-end;
  text-align: right;
}
.page-footer a {
  position: relative;
}
.page-footer a:after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 100%;
  top: 100%;
  left: 0;
  background: #b1d065;
  position: absolute;
}
.page-footer .copyright,
.page-footer a {
  font-size: 1.1em;
}
.textpage {
  padding: 8em 0 2em;
  display: inline-block;
}
.textpage h1 {
  font-size: 3em;
  margin-bottom: 0.6em;
}
.textpage h2 {
  font-size: 2.4em;
  margin-bottom: .5em;
  margin-top: .5em;
}
.textpage ul,
.textpage ol {
  padding-left: 1.2em;
  margin-bottom: 1em;
}
.textpage .notification {
  position: relative;
  padding-left: 1.5em;
  font-style: italic;
  margin: 2em 0;
}
.textpage .notification:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #f00;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.textpage p {
  margin-bottom: .5em;
}
.textpage .table {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 2em 0;
  overflow-x: auto;
}
.textpage .table .table_head,
.textpage .table .table_body {
  width: 100%;
  min-width: 500px;
}
.textpage .table .table_head {
  background-color: rgba(252, 219, 90, 0.6);
}
.textpage .table .table_body .row {
  border-bottom: 1px solid rgba(252, 219, 90, 0.6);
}
.textpage .table .row {
  width: 100%;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.textpage .table .row .cell {
  padding: 1em .3em;
}
.textpage .table--columns_4 .cell:nth-child(1) {
  width: 20%;
  padding-left: .6em;
}
.textpage .table--columns_4 .cell:nth-child(2) {
  width: 30%;
}
.textpage .table--columns_4 .cell:nth-child(3) {
  width: 15%;
}
.textpage .table--columns_4 .cell:nth-child(4) {
  width: 35%;
}
.textpage .table--price .cell:nth-child(1) {
  width: 10%;
  padding-left: .6em;
}
.textpage .table--price .cell:nth-child(2) {
  width: 25%;
}
.textpage .table--price .cell:nth-child(3) {
  width: 25%;
}
.textpage .table--price .cell:nth-child(4) {
  width: 23%;
}
.textpage .table--price .cell:nth-child(5) {
  width: 17%;
}
.textpage .table--program .cell:nth-child(1) {
  width: 5%;
  padding-left: .6em;
}
.textpage .table--program .cell:nth-child(2) {
  width: 10%;
}
.textpage .table--program .cell:nth-child(3) {
  width: 21.25%;
}
.textpage .table--program .cell:nth-child(4) {
  width: 21.25%;
}
.textpage .table--program .cell:nth-child(5) {
  width: 21.25%;
}
.textpage .table--program .cell:nth-child(6) {
  width: 21.25%;
}
.textpage .table--info .row {
  background-color: rgba(252, 219, 90, 0.6);
}
.textpage .table--info .row:nth-child(2n) {
  background-color: transparent;
}
.textpage .table--info .cell:nth-child(1) {
  width: 35%;
}
.textpage .table--info .cell:nth-child(2) {
  width: 65%;
}
.textpage .table--equal .row {
  gap: 0 1em;
}
.textpage .table--equal .row .cell {
  -ms-flex: 1;
      flex: 1;
  width: auto;
}
.textpage .table.table_sampling .table_head .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: .9fr 1.2fr 1.2fr 1.2fr;
      grid-template-columns: .9fr 1.2fr 1.2fr 1.2fr;
}
.textpage .table.table_sampling .table_head .row .cell:nth-child(2) {
  padding-left: .8em;
}
.textpage .table.table_sampling .table_body .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: .9fr 3.6fr;
      grid-template-columns: .9fr 3.6fr;
  -ms-flex-align: start;
      align-items: flex-start;
}
.textpage .table.table_sampling .table_body .row .cell.cell_3 {
  -ms-flex: 3.2;
      flex: 3.2;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0;
}
.textpage .table.table_sampling .table_body .row .cell.cell_3 .cell_inner {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1em;
  padding: 0.5em 0;
}
.textpage .table.table_sampling .table_body .row .cell.cell_3 .cell_inner:nth-child(odd) {
  background: #fff;
}
.textpage .table.table_sampling .table_body .row .cell.cell_3 .cell {
  padding: 0;
  font-size: 1em;
  -ms-flex: 1;
      flex: 1;
}
.textpage .table.table_sampling .table_body .row .cell.cell_3 .cell:first-child {
  padding-left: .5em;
}
.textpage sup {
  color: #f00;
}
.textpage .btn {
  font-size: .9em;
  margin-top: 2em;
}
.textpage .text_image_block {
  margin: 2em 0;
}
.textpage .text_image_block .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 1fr;
      grid-template-columns: 1.5fr 1fr;
  grid-gap: 2em;
}
.textpage .text_image_block .top_block {
  -ms-grid-row: 1;
      grid-row: 1;
  -ms-grid-column: 1;
      grid-column: 1;
}
.textpage .text_image_block .text_wrapper {
  -ms-grid-row: 2;
      grid-row: 2;
  -ms-grid-column: 1;
      grid-column: 1;
}
.textpage .text_image_block .image_wrapper {
  -ms-grid-row-span: 2;
  -ms-grid-row: 1;
      grid-row: 1 / span 2;
  -ms-grid-column: 2;
      grid-column: 2;
  padding-top: 3em;
}
.protocol_example .container {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.protocol_example h2 {
  text-align: center;
  margin-bottom: .5em;
}
.protocol_example .text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.protocol_example .protocol_wrapper {
  max-width: 600px;
  margin: 2em auto;
}
.protocol_example .protocol_wrapper img {
  box-shadow: 0 0 21px -4px rgba(0, 0, 0, 0.5);
}
.protocol_example .btn {
  margin: 0 auto;
}
.blogPage {
  padding: 8em 0 2em;
  display: inline-block;
}
.blogPage h1 {
  font-size: 3em;
  margin-bottom: 0.6em;
}
.blogPage .artcleBlock .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2em;
}
.blogPage .artcleBlock .container .article_card {
  box-shadow: 0 0 21px -4px rgba(0, 0, 0, 0.5);
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: .3s;
}
.blogPage .artcleBlock .container .article_card:hover {
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.2);
}
.blogPage .artcleBlock .container .article_card:hover .img_wrapper img {
  transform: translate(-50%, -50%) scale(1.05);
}
.blogPage .artcleBlock .container .article_card .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.blogPage .artcleBlock .container .article_card .img_wrapper {
  height: 14em;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.blogPage .artcleBlock .container .article_card .img_wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  transition: .3s;
}
.blogPage .artcleBlock .container .article_card .caption_wrapper {
  padding: 0 1em;
  padding-top: 0.5em;
  text-align: right;
}
.blogPage .artcleBlock .container .article_card .caption_wrapper a {
  position: relative;
}
.blogPage .artcleBlock .container .article_card .caption_wrapper a:after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 100%;
  top: 100%;
  left: 0;
  background: #b1d065;
  position: absolute;
}
.blogPage .artcleBlock .container .article_card .text_wrapper {
  padding: 1em;
  position: relative;
}
.blogPage .artcleBlock .container .article_card .text_wrapper .text.size_2 {
  margin-bottom: .5em;
}
.blogPage .artcleBlock .container .article_card .text_wrapper .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1em;
  margin-bottom: .5em;
}
.blogPage .artcleBlock .container .article_card .text_wrapper .box .date {
  margin-bottom: 0;
}
.blogPage .artcleBlock .container .article_card .text_wrapper .box .blog_count {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18px 1fr;
      grid-template-columns: 18px 1fr;
  -ms-flex-align: center;
      align-items: center;
  grid-gap: 0.5em;
}
.blogPage .artcleBlock .container .article_card .text_wrapper .date {
  margin-bottom: .5em;
}
.pagination_wrapper {
  padding: 2em 0;
}
.pagination_wrapper .container {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
.pagination_wrapper a.page-numbers {
  transition: .3s;
}
.pagination_wrapper a.page-numbers:hover {
  color: #b1d065;
}
.pagination_wrapper a.page-numbers:hover svg {
  fill: #b1d065;
}
.pagination_wrapper .paginate_center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.5em;
}
.pagination_wrapper .paginate_center span {
  width: 1.2em;
  height: 1.2em;
}
.pagination_wrapper .paginate_center span svg {
  width: 100%;
  height: 100%;
  fill: #333333;
  transition: .3s;
}
.blogArticle {
  padding: 0em 0 2em;
  display: inline-block;
}
.blogArticle .promo {
  padding: 8em 0 3em;
}
.blogArticle .promo .breadcrumbs {
  margin-bottom: 3em;
}
.blogArticle .promo h1 {
  font-size: 2.6em;
  margin-bottom: 0.6em;
  max-width: 100%;
}
.blogArticle .promo .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1em;
  margin-bottom: .5em;
}
.blogArticle .promo .box .date {
  margin-bottom: 0;
}
.blogArticle .promo .box .blog_count {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18px 1fr;
      grid-template-columns: 18px 1fr;
  -ms-flex-align: center;
      align-items: center;
  grid-gap: 0.5em;
}
.illustrations {
  padding: 2em 0;
}
.illustrations h2 {
  margin: 0;
}
.illustrations .ill_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 3em;
  padding-top: 2em;
}
.illustrations .ill_list .item p {
  text-align: left;
  font-size: 1.375em;
}
.illustrations .ill_list--wide {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}
.customers_block {
  padding: 6em 0 0em 0;
}
.customers_block .text_box {
  max-width: 458px;
}
.customers_block .swiper-container {
  padding-top: 3em;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 3em;
}
.customers_block .customer_item {
  position: relative;
  overflow: hidden;
}
.customers_block .customer_item img {
  width: 100%;
}
.customers_block .customer_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.customers_block .customers-slider-next,
.customers_block .customers-slider-prev {
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  background-image: none;
}
.customers_block .customers-slider-next:hover,
.customers_block .customers-slider-prev:hover {
  background: none;
}
.customers_block .customers-slider-next:after,
.customers_block .customers-slider-prev:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgl2aWV3Qm94PSIwIDAgNDkxLjk5NiA0OTEuOTk2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0OTEuOTk2IDQ5MS45OTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCgk8cGF0aCBkPSJNNDg0LjEzMiwxMjQuOTg2bC0xNi4xMTYtMTYuMjI4Yy01LjA3Mi01LjA2OC0xMS44Mi03Ljg2LTE5LjAzMi03Ljg2Yy03LjIwOCwwLTEzLjk2NCwyLjc5Mi0xOS4wMzYsNy44NmwtMTgzLjg0LDE4My44NDgNCgkJTDYyLjA1NiwxMDguNTU0Yy01LjA2NC01LjA2OC0xMS44Mi03Ljg1Ni0xOS4wMjgtNy44NTZzLTEzLjk2OCwyLjc4OC0xOS4wMzYsNy44NTZsLTE2LjEyLDE2LjEyOA0KCQljLTEwLjQ5NiwxMC40ODgtMTAuNDk2LDI3LjU3MiwwLDM4LjA2bDIxOS4xMzYsMjE5LjkyNGM1LjA2NCw1LjA2NCwxMS44MTIsOC42MzIsMTkuMDg0LDguNjMyaDAuMDg0DQoJCWM3LjIxMiwwLDEzLjk2LTMuNTcyLDE5LjAyNC04LjYzMmwyMTguOTMyLTIxOS4zMjhjNS4wNzItNS4wNjQsNy44NTYtMTIuMDE2LDcuODY0LTE5LjIyNA0KCQlDNDkxLjk5NiwxMzYuOTAyLDQ4OS4yMDQsMTMwLjA0Niw0ODQuMTMyLDEyNC45ODZ6IiBmaWxsPSIjZmNkYjVhIi8+DQoJPC9zdmc+DQo=);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: .3s;
}
.customers_block .customers-slider-next {
  right: 0;
}
.customers_block .customers-slider-next:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.customers_block .customers-slider-next:hover:after {
  transform: translate(-50%, -50%) rotate(-90deg) scale(1.2);
}
.customers_block .customers-slider-prev {
  left: 0;
}
.customers_block .customers-slider-prev:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.customers_block .customers-slider-prev:hover:after {
  transform: translate(-50%, -50%) rotate(90deg) scale(1.2);
}
.faq {
  padding-bottom: 6em;
}
.faq .text_box {
  margin-bottom: 3em;
  text-align: center;
}
.faq .text_box h2 {
  margin-bottom: 0.5em;
}
.faq .faq_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 1em;
}
.faq .faq_item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq .faq_item:hover {
  border-color: #b1d065;
}
.faq .faq_item.active {
  border-color: #b1d065;
  box-shadow: 0 2px 8px rgba(177, 208, 101, 0.2);
}
.faq .faq_item.active .faq_question .faq_icon {
  transform: rotate(45deg);
}
.faq .faq_item.active .faq_answer {
  display: block;
}
.faq .faq_question {
  width: 100%;
  padding: 1.5em 2em;
  background-color: #fff;
  border: none;
  text-align: left;
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px;
      grid-template-columns: 1fr 20px;
  gap: 1em;
  -ms-flex-align: center;
      align-items: center;
  transition: background-color 0.3s ease;
  color: #333333;
}
.faq .faq_question .faq_icon {
  width: 20px;
  height: 20px;
  position: relative;
  transition: .3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq .faq_question .faq_icon::before,
.faq .faq_question .faq_icon::after {
  content: '';
  position: absolute;
  background-color: #333333;
  transition: .3s;
}
.faq .faq_question .faq_icon::before {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transform-origin: center center;
}
.faq .faq_question .faq_icon::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transform-origin: center center;
}
.faq .faq_answer {
  display: none;
  padding: 0 2em 1.5em 2em;
  color: #333333;
  background: #fff;
}
.faq .faq_answer p {
  margin-bottom: 1em;
}
.faq .faq_answer p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  body {
    font-size: 14px;
  }
  .container {
    width: 1000px;
    padding: 0 30px;
  }
  .program_block .container .text_box,
  .program_block .container .link_card {
    height: 19em;
  }
}
@media (max-width: 910px) {
  body {
    font-size: 16px !important;
  }
  .container {
    width: 680px !important;
    padding: 0 20px !important;
  }
  .page-header.colored {
    padding: 1.5em 0;
  }
  .page-header.colored .container nav.main_menu ul li .submenu_list,
  .page-header.colored .container nav.main_menu ul li .sub-menu {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 3em !important;
  }
  .page-header.colored .container nav.main_menu ul li .submenu_list a,
  .page-header.colored .container nav.main_menu ul li .sub-menu a {
    padding: .5em 1.3em .5em 1em;
  }
  .page-header.opened .container nav {
    right: 0 !important;
  }
  .page-header {
    padding: 1.5em 0;
  }
  .page-header .container nav.main_menu,
  .page-header .container nav.menu-menyu-v-shapke-container,
  .page-header .container nav {
    position: fixed;
    background-color: #fff;
    top: 0;
    right: -100vw;
    width: 40%;
    padding-top: 6em;
    height: 100vh;
    transition: .3s;
    z-index: 2;
  }
  .page-header .container nav.main_menu ul,
  .page-header .container nav.menu-menyu-v-shapke-container ul,
  .page-header .container nav ul {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-header .container nav.main_menu ul li,
  .page-header .container nav.menu-menyu-v-shapke-container ul li,
  .page-header .container nav ul li {
    width: 100%;
  }
  .page-header .container nav.main_menu ul li a,
  .page-header .container nav.menu-menyu-v-shapke-container ul li a,
  .page-header .container nav ul li a {
    font-size: 1.2em;
    padding: 0 1.3em 0 2em;
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .page-header .container nav.main_menu ul li .submenu_list,
  .page-header .container nav.menu-menyu-v-shapke-container ul li .submenu_list,
  .page-header .container nav ul li .submenu_list,
  .page-header .container nav.main_menu ul li .sub-menu,
  .page-header .container nav.menu-menyu-v-shapke-container ul li .sub-menu,
  .page-header .container nav ul li .sub-menu {
    position: relative;
    padding: 0;
    padding-left: 3em;
    font-size: .9em;
  }
  .page-header .burger_wrapper {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .steps_block .container .steps_wrapper .step_item {
    width: 49%;
  }
  .preferences {
    padding-top: 8em;
  }
  .preferences:after {
    bottom: -1%;
  }
  .preferences .preferences_wrapper .preference_item {
    width: 40%;
  }
  .preferences .preferences_wrapper .preference_item:nth-child(5) {
    margin-left: auto;
  }
  .program_block {
    padding: 8em 0;
  }
  .program_block .container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .program_block .container .text_box,
  .program_block .container .link_card {
    width: 100%;
  }
  .program_block .container .link_card:nth-child(6) {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    grid-column: 1 / span 2;
  }
  .about .bgr_text {
    font-size: 20.7em;
  }
  .about .row {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .about .row .left_block {
    width: 75%;
  }
  .about .row .left_block h2 {
    margin-bottom: .5em;
  }
  .about .row .img_wrapper {
    top: 66%;
    left: auto;
    right: 5%;
    transform: translateY(-50%);
  }
  .about .row .right_block {
    width: 50%;
  }
  .customers_block {
    padding: 8em 0;
  }
}
@media (max-width: 1140px) {
  body {
    font-size: 12px;
  }
  .container {
    width: 880px;
    padding: 0 20px;
  }
  .steps_block .container .steps_wrapper .step_item {
    padding: 2.5em 1em 3.3em 1em;
  }
}
@media all and (max-width: 680px) {
  body {
    font-size: 4vw !important;
  }
  .container {
    width: 100% !important;
    padding: 0 5% !important;
  }
  .size_s {
    font-size: 1em;
  }
  .size_1,
  .cell,
  .textpage p,
  .notification,
  .textpage li {
    font-size: 1em;
  }
  .size_2 {
    font-size: 1.1em;
  }
  .size_3 {
    font-size: .9em;
  }
  section h2 {
    font-size: 1.8em;
    text-align: center;
  }
  .tablepress thead tr th {
    font-size: 1em;
  }
  .tablepress tbody tr td {
    font-size: 1em;
  }
  .common_text p {
    font-size: 1em;
  }
  .common_text ul li,
  .common_text ol li {
    font-size: 1em;
  }
  .common_text p.text_size_s {
    font-size: 1em;
  }
  .common_text p.has-small-font-size {
    font-size: 1em;
  }
  .common_text h2 {
    font-size: 1.1em;
  }
  .common_text h3 {
    font-size: 1.1em;
  }
  .btn {
    font-size: .9em;
  }
  .cookie_box {
    font-size: 0.8em;
  }
  .page-header .container nav.main_menu,
  .page-header .container nav.menu-menyu-v-shapke-container,
  .page-header .container nav {
    width: 75%;
  }
  .promo_screen .container .text_block {
    text-align: center;
  }
  .promo_screen .container h1 {
    font-size: 2.1em;
  }
  .promo_screen .container .description {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .steps_block {
    padding-bottom: 2em;
  }
  .steps_block .swiper-container {
    padding: 10% 20%;
    width: 100vw;
    margin-left: -5vw;
  }
  .steps_block .container .steps_wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .preferences {
    padding-top: 3em;
  }
  .preferences:after {
    height: 72vw;
  }
  .preferences .preferences_wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2em 0;
  }
  .preferences .preferences_wrapper .preference_item {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 3.4em;
    padding-top: 3.9em;
    margin-bottom: 2em;
  }
  .preferences .preferences_wrapper .preference_item:nth-child(5) {
    margin-left: 0;
  }
  .program_block {
    padding: 5em 0;
  }
  .program_block .container {
    grid-gap: 1em;
  }
  .program_block .container .text_box,
  .program_block .container .link_card {
    height: auto;
    width: 100%;
    margin-bottom: 0;
  }
  .program_block .container .link_card {
    width: 100%;
    margin-bottom: 0;
    height: 11em;
  }
  .program_block--links .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .program_block--links .container .text_box,
  .program_block--links .container .link_card {
    height: auto !important;
  }
  .program_block--links .container .link_card {
    height: 10em !important;
  }
  .program_block--links .container .link_card:last-of-type img {
    width: 105% !important;
    height: auto !important;
  }
  .about {
    padding: 3em 0;
  }
  .about .bgr_text {
    display: none;
  }
  .about .row .left_block {
    width: 100%;
    text-align: center;
  }
  .about .row .img_wrapper {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    transform: none;
    margin: 0 auto;
    margin-bottom: 2em;
    width: 10em;
  }
  .about .row .right_block {
    width: 100%;
  }
  .feedback {
    padding: 3em 0;
  }
  .feedback .container .descr {
    font-size: 1.6em;
  }
  .feedback .container form .input_box .input_text,
  .feedback .container form .input_box .wpcf7-textarea,
  .feedback .container form .input_box .wpcf7-text {
    font-size: 1em;
  }
  .custom_checkbox {
    font-size: 1em;
  }
  .page-footer {
    padding: 2em 0;
  }
  .page-footer .copyright,
  .page-footer a {
    font-size: .9em;
  }
  .textpage h1 {
    font-size: 2.1em;
  }
  .textpage h2 {
    font-size: 1.8em;
    text-align: center;
  }
  .blogPage h1 {
    font-size: 2.1em;
  }
  .blogPage .artcleBlock .container {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
  .blogArticle .promo {
    padding: 8em 0 2em;
  }
  .blogArticle .promo h1 {
    font-size: 1.8em;
    max-width: 100%;
  }
  .illustrations .ill_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }
  .illustrations .ill_list .item p {
    font-size: 1.1em;
  }
  .customers_block {
    padding: 5em 0;
  }
  .faq {
    padding-bottom: 3em;
  }
  .faq .text_box {
    margin-bottom: 2em;
  }
  .faq .faq_question {
    padding: 1.2em 1.5em;
    font-size: 1em;
  }
  .faq .faq_answer {
    padding: 0 1.5em 1.2em 1.5em;
  }
}
@media all and (max-width: 900px) {
  .common_text h2 {
    margin-top: .5em;
    margin-bottom: .5em;
  }
  .common_text h3 {
    margin-top: .5em;
    margin-bottom: .5em;
  }
}
@media all and (max-width: 910px) {
  .program_block--links .container .text_box,
  .program_block--links .container .link_card {
    height: 23em;
  }
  .program_block--links .container .link_card:last-of-type img {
    width: auto;
    height: 101%;
  }
  .blogPage .artcleBlock .container .article_card .img_wrapper {
    height: 12em;
  }
}
@media all and (max-width: 1140px) {
  .blogPage .artcleBlock .container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 680px) {
  .customers_block .customers-slider-next,
  .customers_block .customers-slider-prev {
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
  }
  .customers_block .customers-slider-next:after,
  .customers_block .customers-slider-prev:after {
    font-size: 16px;
  }
}

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