/**
 * Swiper 4.4.6
 * 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: December 19, 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;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  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 {
  flex-wrap: wrap; }

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

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

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

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  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: 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: 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: 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: 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 {
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  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;
  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);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-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;
  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%);
  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;
  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%);
  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;
  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;
  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);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-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: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-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;
  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%;
  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;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-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;
  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;
  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; }

/*! normalize.css v8.0.1 | 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; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
  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; }

html {
  box-sizing: border-box;
  font-size: 16px; }

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

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

ul, ol {
  margin: 0;
  padding-left: 0;
  list-style-type: none; }

img {
  max-width: 100%;
  vertical-align: middle; }

html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%; }

body {
  min-width: 20rem;
  color: #675e60;
  font-size: 1rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff; }

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 71.25rem;
  padding: 0 0.9375rem; }

@media screen and (max-width: 860px) {
  .container {
    padding: 0 0.625rem; } }

.title {
  margin-bottom: 0.9375rem;
  font-size: 2.5rem; }
  .title--dark {
    color: #434343; }
  .title--light {
    color: #fff; }
  .title--center {
    text-align: center; }

@media screen and (max-width: 620px) {
  .title {
    font-size: 2rem; } }

.popup-wr {
  z-index: 40;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.875rem 1.25rem;
  background-color: rgba(255, 255, 255, 0.25);
  overflow-y: auto;
  text-align: center;
  display: none; }
  .popup-wr::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%; }

.popup__close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  color: #434343;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  .popup__close:focus {
    outline: none; }

.popup-form {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 96%;
  max-width: 32.5rem;
  padding: 1.875rem 1.5625rem;
  text-align: left;
  background-color: #f5f5f5;
  box-shadow: 0 0.25rem 1.5625rem 2px rgba(133, 133, 133, 0.5);
  border-radius: 0.375rem; }

.popup-form__title {
  margin-bottom: 1.875rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center; }

.popup-f-line:not(:last-of-type) {
  margin-bottom: 0.9375rem; }

.popup-f-line--center {
  margin-top: 2.5rem;
  text-align: center; }

.popup-f-line label {
  display: inline-block;
  margin-bottom: 0.3125rem;
  padding-left: 0.8125rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1; }

.popup-f-line input {
  width: 100%;
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  border: 2px solid rgba(88, 174, 224, 0.75);
  border-radius: 0.5rem;
  background-color: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .popup-f-line input:focus {
    outline: none;
    border-color: rgba(88, 174, 224, 0.5);
    box-shadow: inset 0 0 5px 0 rgba(242, 105, 92, 0.5); }

.popup-f-line button {
  color: #fff;
  line-height: 1;
  padding: 0.75rem 1.875rem;
  font-weight: 600;
  background-color: #9a61a8;
  background-image: linear-gradient(-81deg, #f2695c 0%, #9a61a8 49%, #906db1 54%, #58aee0 85%, #42c7f3 100%);
  border: none;
  border-radius: 1.625rem;
  cursor: pointer; }
  .popup-f-line button:focus {
    outline: none; }

.popup-f-line a {
  color: #675e60;
  font-size: 0.8125rem; }

.form-control {
  height: auto;
  padding: 0.625rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1;
  border: 2px solid rgba(88, 174, 224, 0.75);
  border-radius: 0.5rem; }
  .form-control:focus {
    border-color: rgba(88, 174, 224, 0.5);
    box-shadow: inset 0 0 5px 0 rgba(242, 105, 92, 0.5); }

.custom-form-btn {
  padding: 0.5rem 0.9375rem;
  font-weight: 700;
  line-height: 1;
  background-color: #9a61a8;
  background-image: linear-gradient(-81deg, #f2695c 0%, #9a61a8 49%, #906db1 54%, #58aee0 85%, #42c7f3 100%);
  border-radius: 1rem;
  border: none; }

/* Info popup */
.info-popup {
  display: none;
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.5rem 1.5625rem;
  background-color: #fff; }

.close-info {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  padding: 0;
  color: #434343;
  font-weight: 700;
  background-color: transparent;
  border: none; }
  .close-info:focus {
    outline: none; }

.info__title {
  margin-bottom: 2.1875rem;
  color: #434343;
  font-size: 2rem;
  text-align: center; }

.info__subtitle {
  margin-bottom: 1.25rem;
  font-size: 1.375rem; }

.info-content {
  width: 100%;
  height: 100%;
  overflow-y: auto; }
  .info-content p {
    margin-bottom: 1.5625rem;
    color: #675e60; }
  .info-content ul {
    margin-bottom: 1.25rem;
    padding-left: 1.375rem;
    list-style-type: upper-alpha; }
    .info-content ul.info__list-standard {
      list-style-type: disc; }
  .info-content li {
    padding-left: 0.9375rem; }
    .info-content li:not(:last-of-type) {
      margin-bottom: 0.625rem; }

.burger {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 0.25rem; }
  .burger:focus {
    outline: none; }

.burger--active .burger__line--mid {
  opacity: 0; }

.burger--active .burger__line--top {
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.burger--active .burger__line--bot {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.burger__line {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 3px;
  right: 3px;
  margin-top: -1px;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear; }
  .burger__line--top {
    margin-top: -8px; }
  .burger__line--bot {
    margin-top: 6px; }

.header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  .header--colored {
    background-color: #9a61a8;
    background-image: linear-gradient(-81deg, #f2695c 0%, #9a61a8 49%, #906db1 54%, #58aee0 85%, #42c7f3 100%);
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.5); }
    .header--colored .main-header-wr {
      padding: 0.625rem 0; }
  .header--content-page {
    background-color: #9a61a8;
    background-image: linear-gradient(-81deg, #f2695c 0%, #9a61a8 49%, #906db1 54%, #58aee0 85%, #42c7f3 100%); }

.m-header {
  display: none;
  padding: 0.9375rem 0; }

.m-header__logo {
  height: 1.9375rem;
  width: 8.875rem; }

.m-header__logo-in {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url("../img/logo.svg") no-repeat center center;
  background-size: contain;
  text-indent: -9999px; }

.m-header__btn {
  width: 1.875rem;
  height: 1.9375rem; }

.main-header-wr {
  padding: 1.375rem 0; }

.main-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: padding 0.2s linear;
  transition: padding 0.2s linear; }

.h-logo {
  width: 8.875rem;
  height: 2rem; }

.h-logo-in {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent url("../img/logo.svg") no-repeat center center;
  background-size: contain; }

.h-link {
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1; }
  .h-link:first-child {
    margin-right: 1.25rem; }

button.h-link {
  border: none;
  background: none;
  outline: unset;
  cursor: pointer; }

.h-login {
  margin-left: 2.5rem;
  font-weight: 700; }

.h-signup {
  margin-left: 2.5rem;
  padding: 0.5rem 1.25rem;
  color: #a262a1;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 1.125rem; }

.h-link-out {
  margin-left: 2.375rem;
  width: 7.625rem;
  height: 2.625rem;
  text-indent: -9999px;
  background: transparent url("../img/appstore-logo.svg") no-repeat center center;
  background-size: cover;
  overflow: hidden; }

@media screen and (max-width: 860px) {
  .header .container {
    padding: 0; }
  .m-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0.9375rem 0.625rem 0.3125rem; }
    .m-header--open {
      background-color: #58aee0;
      background-image: linear-gradient(-81deg, #f2695c 0%, #9a61a8 49%, #906db1 54%, #58aee0 85%, #42c7f3 100%); }
  .main-header-wr,
  .h-logo {
    display: none;
    padding: 0; }
  .header--colored .m-header {
    padding: 0.625rem; }
  .header--colored .main-header-wr {
    padding: 0;
    padding-bottom: 0.5rem; }
  .main-header {
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0.3125rem 0;
    background-color: #58aee0;
    background-image: linear-gradient(-81deg, #f2695c 0%, #9a61a8 49%, #906db1 54%, #58aee0 85%, #42c7f3 100%); }
  .m-header.mobLine--open {
    padding-bottom: 0.3125rem; } }

@media screen and (max-width: 640px) {
  .h-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  .h-link {
    margin-bottom: 0.4375rem;
    text-align: center; }
  .h-link:first-child {
    margin-right: 0; }
  .h-login,
  .h-logout,
  .h-signup,
  .h-link-out {
    margin-left: 0; } }

.top-banner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 5rem 0;
  min-height: 100vh;
  background: #9a61a8 url("../img/banner-bg.jpg") no-repeat center center;
  background-size: cover; }

.banner-inner {
  display: -webkit-box;
  display: flex; }

.banner-txt,
.banner-pic {
  width: 50%; }

.banner-txt {
  padding-top: 2.5rem; }

.banner-pic {
  padding: 0 0.625rem;
  text-align: center; }

.banner-pic-inner {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto; }

.banner-video-wr {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 13% 6%; }

.banner-video {
  position: relative;
  left: 2px;
  top: 1px; }

.banner__title {
  margin-bottom: 1.875rem;
  color: #fff;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.25; }

.banner__txt {
  max-width: 29.5rem;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.5; }

.banner-link {
  padding-top: 1.875rem; }
  .banner-link a {
    display: inline-block;
    padding: 0.625rem 1.5625rem;
    color: #fff;
    font-size: 1.125rem;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 1.5rem;
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear; }
    .banner-link a:hover {
      border-color: rgba(255, 255, 255, 0.75); }

.content-subtitle {
  margin-bottom: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 62.5rem;
  color: #675e60;
  font-weight: 400;
  line-height: 1.7; }
  .content-subtitle:last-of-type {
    margin-bottom: 1.875rem; }
  .content-subtitle--light {
    max-width: 37.5rem;
    color: #fff;
    opacity: 0.8; }
  .content-subtitle--center {
    text-align: center; }

.btn-download-windows {
  background-color: #9a61a8;
  background-image: linear-gradient(-81deg, #f2695c 0%, #9a61a8 49%, #906db1 54%, #58aee0 85%, #42c7f3 100%);
  border-radius: 1.625rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  height: 2.875rem;
  width: 12.25rem;
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2.875rem;
  margin: 0 auto;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  .btn-download-windows:hover {
    background-image: linear-gradient(-81deg, #42c7f3 0%, #58aee0 15%, #906db1 49%, #9a61a8 54%, #f2695c 100%);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }

.steps-wr {
  padding: 9.375rem 0 6.25rem;
  text-align: center; }

.steps__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-left: -1.875rem; }

.steps__item {
  margin-left: 1.875rem;
  width: 25%; }

.steps__fig {
  position: relative;
  margin: 0;
  margin-bottom: 0.3125rem;
  padding: 0 0.9375rem; }

.step__arrow {
  position: absolute;
  top: 50%;
  right: -1.625rem;
  display: inline-block;
  margin-top: -0.8125rem;
  width: 1.125rem;
  height: 1.625rem;
  text-align: center; }

.steps__title {
  margin-bottom: 0.4375rem;
  color: #434343;
  font-size: 1.125rem;
  font-weight: 600; }

.steps__descr {
  color: #000;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.5; }

.features-wr {
  padding: 3.75rem 0 2.5rem;
  background: #9a61a8 url("../img/features-bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed; }

.features__inner {
  display: -webkit-box;
  display: flex;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding-top: 1.875rem; }

.features__cont {
  width: 33.33%;
  padding: 1.875rem 15px 0; }
  .features__cont--image {
    padding-top: 0;
    text-align: center; }
    .features__cont--image img {
      width: 100%; }

.features__cont--reverse .features__info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.features__cont--reverse .features__info-icon {
  margin-right: 0;
  margin-left: 1.75rem; }

.features__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 3.4375rem; }

.features__info-icon {
  min-width: 4.125rem;
  width: 4.125rem;
  margin-right: 1.75rem; }

.features__info-txt {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5; }

.features__info-title {
  margin-bottom: 0.4375rem;
  font-size: 1.125rem;
  font-weight: 600; }

.presentation-wr {
  padding: 6.25rem 0 5rem; }

#presentation-slider {
  padding-top: 1.875rem; }
  #presentation-slider img {
    width: 100%; }

.signup-wr {
  padding: 1.875rem 0 2.1875rem;
  background: #9a61a8 url("../img/signup-bg.jpg") no-repeat center center;
  background-size: cover; }

.signup-btn-wr {
  text-align: center; }

.signup-btn {
  display: inline-block;
  padding: 0.8125rem 2.1875rem;
  color: #fff;
  font-size: 1.375rem;
  text-decoration: none;
  line-height: 1;
  border: 3px solid #fff;
  border-radius: 1.875rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .signup-btn:hover {
    border-color: rgba(255, 255, 255, 0.75); }

.price-table__link {
  cursor: pointer; }

.round-btn {
  display: inline-block;
  padding: 0.8125rem 2.1875rem;
  color: #fff;
  font-size: 1.375rem;
  text-decoration: none;
  line-height: 1;
  border: 3px solid #fff;
  border-radius: 1.875rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .round-btn:hover {
    border-color: rgba(255, 255, 255, 0.75); }

.plans-wr {
  padding: 5.3125rem 0 5.9375rem; }

.plans-container {
  width: calc(100% + 30px);
  margin-left: -15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 3.125rem;
  padding-bottom: 0.3125rem; }

.plans-bl {
  width: 33.33%;
  padding: 0 0.9375rem; }

.plans-bl__inner {
  padding: 2.5rem 0.625rem;
  text-align: center;
  box-shadow: 0 0 0.9375rem 0.0625rem rgba(74, 74, 74, 0.12);
  border-radius: 1rem; }
  .plans-bl__inner--big {
    padding: 4.375rem 0.625rem; }

.plans__title {
  margin-bottom: 2.5rem;
  color: #434343;
  font-size: 2.1875rem;
  font-weight: 500;
  text-transform: uppercase; }

.plans__price {
  margin-bottom: 2.5rem;
  color: #906db1;
  font-size: 5.625rem; }
  .plans__price--light {
    color: #42c7f3; }
  .plans__price--bright {
    color: #f2695c; }
  .plans__price sub {
    bottom: 0;
    font-size: 42%; }

.plans__list {
  margin-bottom: 2.8125rem; }

.plans__item {
  margin-bottom: 1.25rem;
  font-size: 1.25rem; }

.plans__link {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  border: 3px solid #906db1;
  border-radius: 1.5rem; }
  .plans__link--light {
    border-color: #42c7f3; }
  .plans__link--bright {
    border-color: #f2695c; }

.subscribe-wr {
  padding: 6.25rem 0;
  background-color: #fbfbfb; }

.subscribe-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }

.subscribe-txt {
  width: 49%;
  padding-right: 2.5rem; }

.subscribe-form {
  width: 51%; }

.subscribe-form__line {
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding: 0.125rem;
  background-color: #9a61a8;
  background-image: linear-gradient(-81deg, #f2695c 0%, #9a61a8 49%, #906db1 54%, #58aee0 85%, #42c7f3 100%);
  border-radius: 1.625rem;
  overflow: hidden; }
  .subscribe-form__line input:not([type="submit"]) {
    -webkit-box-flex: 1;
    flex-grow: 1;
    height: 2.875rem;
    padding: 0rem 1.5625rem;
    font-size: 0.875rem;
    line-height: 1;
    border: none;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem; }
    .subscribe-form__line input:not([type="submit"]):focus {
      outline: none; }
  .subscribe-form__line button[type="submit"],
  .subscribe-form__line input[type="submit"] {
    height: 2.875rem;
    width: 12.25rem;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    letter-spacing: 2.5px;
    cursor: pointer; }
    .subscribe-form__line button[type="submit"]:focus,
    .subscribe-form__line input[type="submit"]:focus {
      outline: none; }

/*** Price ***/
.section-pt {
  padding-top: 60px; }

.price-table__wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
  overflow-x: auto;
  background-color: #fff;
  box-shadow: 0 0 0.9375rem 0.0625rem rgba(74, 74, 74, 0.12);
  border-radius: 0.5rem; }

.price-table__row {
  display: -webkit-box;
  display: flex;
  line-height: 1.6;
  border-bottom: 1px solid #eee; }

.price-table__row:nth-child(odd) {
  background-color: rgba(65, 198, 242, 0.05); }

.price-table__row.price-table__row--header {
  padding: 0.9375rem 0;
  color: #1d1d1d;
  font-size: 1.5rem;
  background-color: rgba(242, 105, 92, 0.85); }

.price-table__row.price-table__row--footer {
  padding: 1.225rem; }

.price-table__row.price-table__row--header .price-table__descr {
  color: #fff;
  font-weight: 700; }

.price-table__descr {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 28%;
  padding: 1.25rem;
  font-weight: 600;
  border-right: 1px solid #eee; }

.price-table__row.price-table__row--header .price-table__descr,
.price-table__row.price-table__row--header .price-table__cell,
.price-table__row.price-table__row--footer .price-table__descr,
.price-table__row.price-table__row--footer .price-table__cell {
  border: none; }

.price-table__cell {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 24%;
  padding: 1.25rem 1rem;
  text-align: center; }

.price-table__cell:not(:last-child) {
  border-right: 1px solid #eee; }

.check-icon {
  color: #f1695c;
  font-size: 130%;
  font-weight: 400; }

.cancel-icon {
  color: #906db1;
  font-size: 130%;
  font-weight: 400; }

.price-table__link {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #4a4a4a;
  font-size: 0.9375rem;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #f2695c;
  border-radius: 1.5rem; }

.price-table__title {
  color: #fff;
  font-weight: 700; }

.plans-wr .container,
.features-wr .container {
  overflow: hidden; }

/* Content page */
.page-content {
  padding-top: 9.375rem;
  padding-bottom: 3.125rem; }

@media screen and (max-width: 1025px) {
  .banner-inner,
  .features__inner {
    -webkit-box-align: center;
    align-items: center; }
  .banner-txt {
    padding-top: 0; }
  .banner__title {
    font-size: 3rem; }
  .banner__txt {
    font-size: 1.25rem; }
  .features__cont {
    padding-top: 0; }
  .features__info-icon {
    margin-right: 0.9375rem; }
  .features__cont--reverse .features__info-icon {
    margin-left: 0.9375rem; }
  .features__info-icon {
    min-width: 2.75rem;
    width: 2.75rem; }
  .plans__title {
    margin-bottom: 0.625rem; }
  .plans__price {
    margin-bottom: 1.25rem;
    font-size: 4.125rem; }
  .plans__item {
    margin-bottom: 0.8125rem;
    font-size: 1.0625rem; } }

@media screen and (max-width: 820px) {
  .steps__list,
  .steps__item {
    margin-left: 0; }
  .steps__list {
    flex-wrap: wrap; }
  .steps__item {
    margin-bottom: 1.25rem;
    width: 50%;
    padding: 0 1.25rem; }
  .steps-wr {
    padding: 6.25rem 0 3.125rem; }
  .presentation-wr {
    padding: 4.6875rem 0 3.125rem; }
  .plans-wr {
    padding: 3.125rem 0 2.1875rem; }
  .plans-container {
    padding-top: 1.5625rem; }
  .subscribe-wr {
    padding: 3.125rem 0; }
  .page-content {
    padding-top: 5rem;
    padding-bottom: 1.875rem; } }

@media screen and (max-width: 760px) {
  .features__inner {
    flex-wrap: wrap; }
  .features__cont {
    width: 100%; }
  .features__cont--image img {
    width: auto; }
  .features__info {
    margin-bottom: 1.5625rem; }
  .features__cont--reverse .features__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row; }
    .features__cont--reverse .features__info .features__info-icon {
      margin-left: 0;
      margin-right: 0.9375rem; }
  .plans-container {
    margin-left: 0;
    width: 100%;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center; }
  .plans-bl {
    margin-bottom: 1.25rem;
    width: 94%;
    max-width: 25rem; } }

@media screen and (max-width: 980px) {
  .price-table__row {
    min-width: 980px;
    font-size: 0.875rem; }
  .price-table__row.price-table__row--header {
    padding: 0;
    font-size: 1.225rem; }
  .price-table__descr,
  .price-table__cell {
    padding: 0.9375rem; } }

@media screen and (max-width: 600px) {
  .subscribe-container,
  .banner-inner {
    flex-wrap: wrap; }
  .subscribe-txt {
    width: 100%;
    margin-bottom: 1.875rem;
    padding-right: 0; }
  .subscribe-form,
  .banner-txt,
  .banner-pic {
    width: 100%; }
  .banner-txt {
    margin-bottom: 1.875rem;
    text-align: center; }
  .banner__txt {
    margin-left: auto;
    margin-right: auto; } }

@media screen and (max-width: 480px) {
  .banner__title {
    font-size: 2.375rem; }
  .steps__list {
    -webkit-box-pack: center;
    justify-content: center; }
  .steps__item {
    width: 90%; }
  .step__arrow {
    display: none; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .top-banner {
    background-image: url("../img/banner-bg@2x.jpg"); }
  .features-wr {
    background-image: url("../img/features-bg@2x.jpg"); }
  .signup-wr {
    background-image: url("../img/signup-bg@2x.jpg"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx) {
  .top-banner {
    background-image: url("../img/banner-bg@3x.jpg"); }
  .features-wr {
    background-image: url("../img/features-bg@3x.jpg"); }
  .signup-wr {
    background-image: url("../img/signup-bg@3x.jpg"); } }

.footer {
  padding: 1.125rem 0 1.25rem;
  background-color: #9a61a8;
  background-image: linear-gradient(-81deg, #f2695c 0%, #9a61a8 49%, #906db1 54%, #58aee0 85%, #42c7f3 100%); }

.footer__line {
  padding: 1.25rem 0; }
  .footer__line:not(:last-of-type) {
    border-bottom: 1px solid #fff; }
  .footer__line--bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end; }

.footer__info-list {
  font-size: 0;
  text-align: center; }

.footer__info-item {
  display: inline-block;
  padding: 0.3125rem 1.625rem;
  font-size: 0.9375rem;
  line-height: 1; }
  .footer__info-item:not(:last-child) {
    border-right: 1px solid #fff; }

.footer__info-link {
  color: #fff;
  text-decoration: none; }

.footer__contacts {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center; }

.footer__contacts-inner {
  margin: 0 2.5rem; }

.footer__contacts-link {
  display: inline-block;
  color: #fff;
  font-size: 0.9375rem;
  text-decoration: none; }
  .footer__contacts-link i {
    display: inline-block;
    margin-right: 1.875rem;
    width: 2.5rem;
    height: 2.5rem;
    background: transparent no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    vertical-align: middle;
    overflow: hidden; }
    .footer__contacts-link i.i-email {
      background-image: url("../img/icon-mail.svg"); }
    .footer__contacts-link i.i-phone {
      background-image: url("../img/icon-phone.svg"); }

.footer__bottom-cont {
  width: 33.33%;
  color: #fff;
  font-size: 0.8125rem; }
  .footer__bottom-cont--copy {
    text-align: right; }

.footer__soc-list {
  font-size: 0;
  text-align: center; }

.footer__soc-item {
  display: inline-block;
  margin: 0 1rem;
  font-size: 16px;
  overflow: hidden; }

.footer__soc-link {
  display: inline-block;
  width: 2rem;
  height: 1.875rem;
  text-indent: -9999px;
  background: transparent no-repeat center center;
  background-size: contain; }
  .footer__soc-link--fb {
    background-image: url("../img/icon-fb.svg"); }
  .footer__soc-link--tw {
    background-image: url("../img/icon-tw.svg"); }
  .footer__soc-link--inst {
    background-image: url("../img/icon-inst.svg"); }

@media screen and (max-width: 820px) {
  .footer {
    padding: 0.5rem 0 0.625rem; }
  .footer__line {
    padding: 0.75rem 0; } }

@media screen and (max-width: 620px) {
  .footer__bottom-cont {
    width: 50%; }
    .footer__bottom-cont:first-child {
      display: none; }
  .footer__soc-item {
    margin: 0.5rem; } }

@media screen and (max-width: 480px) {
  .subscribe-form__line button[type="submit"],
  .subscribe-form__line input[type="submit"] {
    width: 8.125rem; }
  .footer__line {
    flex-wrap: wrap; }
  .footer__bottom-cont {
    width: 100%; }
  .footer__info-item {
    padding: 0.3125rem 0.9375rem;
    width: 50%; }
  .footer__soc-list {
    margin-bottom: 0.625rem; }
  .footer__bottom-cont--copy {
    text-align: center; } }

@media screen and (max-width: 390px) {
  .footer__info-item {
    width: 100%; }
    .footer__info-item:not(:last-child) {
      margin-bottom: 0.625rem;
      border-right: none; }
  .footer__contacts-inner {
    margin-left: auto;
    margin-right: auto; }
  .footer__contacts-link i {
    margin-right: 0.9375rem; } }
