/*! 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.
 */
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap");
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: .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: -.25em;
}

sup {
  top: -.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: .35em .75em .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;
}

body,
.footer form input,
.cases-content .case__item-head,
.demo-content form input,
.hero .headline-subtext .little-text {
  font-weight: 400;
  font-style: normal;
  font-family: "Fira Sans", sans-serif;
}

h1,
.h1,
h4,
.h4,
.hero .capital,
.use .use__swipe-item .title,
.booking .text-side p.author {
  font-weight: 500;
  font-style: normal;
  font-family: "Fira Sans", sans-serif;
}

h3,
.h3,
.hero .headline-text,
.hero .headline-subtext .title {
  font-weight: 600;
  font-style: normal;
  font-family: "Fira Sans", sans-serif;
}

a.button,
button.button,
.footer form button,
.header .menu-wrp ul li a {
  font-weight: 600;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
}

h1,
.h1 {
  letter-spacing: .02em;
  font-size: 40px;
  line-height: 50px;
}

h3,
.h3 {
  letter-spacing: .02em;
  font-size: 25px;
  line-height: 35px;
}

h4,
.h4 {
  letter-spacing: .02em;
  font-size: 25px;
  line-height: 35px;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-size: 18px;
  line-height: 30px;
  color: #545f7c;
  -webkit-font-smoothing: antialiased;
}

textarea,
input,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

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

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

a {
  text-decoration: none;
}

p {
  margin: 0;
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle;
}

textarea {
  resize: none;
}

section {
  position: relative;
}

input,
select,
button {
  outline: none;
}

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

.wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
}

.content {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
}

.container {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.section {
  position: relative;
  width: 100%;
  display: block;
}

.text-center {
  text-align: center;
  position: relative;
  display: block;
}

.text-left {
  text-align: left;
  position: relative;
  display: block;
}

.text-right {
  text-align: right;
  position: relative;
  display: block;
}

.accordion-body {
  display: none;
}

.wide {
  width: 100%;
}

.half {
  width: 50%;
}

.third {
  width: calc(100%/3);
}

.quadr {
  width: 25%;
}

.spacer {
  text-align: center;
  min-height: 100px;
}

.spacer.s0 {
  min-height: 1px;
}

.spacer.s45 {
  min-height: 45px;
}

.spacer.s65 {
  min-height: 65px;
}

.spacer.s75 {
  min-height: 75px;
}

.spacer.s85 {
  min-height: 85px;
}

.spacer.s1 {
  max-height: 100px;
}

.spacer.s_viewport {
  min-height: 100%;
}

@media screen and (min-height: 950px) {
  .hero {
    height: 120vh !important;
  }
  .spacer {
    min-height: 125px;
  }
  .spacer.s0 {
    min-height: 0;
  }
  .spacer.s75 {
    min-height: 65px;
  }
  .spacer.s85 {
    min-height: 75px;
  }
}

@-webkit-keyframes scrollDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
  }
  75% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}

@keyframes scrollDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
  }
  75% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}

a.button,
button.button {
  -webkit-appearance: none;
  border: none;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  min-width: 175px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-transition: all .3s;
          transition: all .3s;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .45);
}
a.button .icn-wrp,
button.button .icn-wrp {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  -webkit-box-pack: center;
  justify-content: center;
}
a.button .icn-wrp .icon,
button.button .icn-wrp .icon {
  width: 100%;
  height: 100%;
}
a.button:hover,
button.button:hover {
  box-shadow: 0 3px 3px rgba(0, 0, 0, .45);
  top: -2px;
}
a.button:active,
button.button:active {
  top: 3px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .45);
}
a.button.type_1,
button.button.type_1 {
  background: #ffffff;
  color: #43486d;
}
a.button.type_1:active,
button.button.type_1:active {
  background: #f8fafd;
}
a.button.type_2,
button.button.type_2 {
  background: #ffffff;
  color: #364db9;
}
a.button.type_2:active,
button.button.type_2:active {
  background: #f8fafd;
}
a.button.type_3,
button.button.type_3 {
  background: #32335a;
  color: #ffffff;
}
a.button.type_3:hover,
button.button.type_3:hover {
  background: #4d4e7c;
}
a.button.type_3:active,
button.button.type_3:active {
  background: #32335a;
}
a.button.type_4,
button.button.type_4 {
  background: #59d274;
  color: #ffffff;
}
a.button.type_4:hover,
button.button.type_4:hover {
  background: #5de17a;
}
a.button.type_4:active,
button.button.type_4:active {
  background: #59d274;
}

.footer {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 24px 0;
  background-color: #f7f9fc;
}
.footer .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer .copy {
  color: #545f7c;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 9px;
}
.footer .copy.mob {
  display: none;
}
.footer .app-stores {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
}
.footer .app-stores a {
  height: 45px;
  width: 135px;
  position: relative;
  display: inline-block;
}
.footer .app-stores a:not(:last-child) {
  margin-right: 24px;
}
.footer .app-stores a img {
  height: 100%;
  width: auto;
}
.footer .app-stores a .icon {
  width: 100%;
  height: 100%;
}
.footer form {
  position: relative;
  width: 100%;
}
.footer form .field {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding: 5px 0;
  background: #ffffff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .55);
  border-radius: 4px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.footer form input {
  background-color: transparent;
  border: none;
  padding: 2px 25px;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: .02em;
  color: #9fa7bd;
  width: calc(100% - 160px);
}
.footer form input::-webkit-input-placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 34px;
  color: #9fa7bd;
}
.footer form input:-moz-placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 34px;
  color: #9fa7bd;
}
.footer form input::-moz-placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 34px;
  color: #9fa7bd;
}
.footer form input:-ms-input-placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 34px;
  color: #9fa7bd;
}
.footer form button {
  position: relative;
  background-color: transparent;
  border: none;
  padding: 2px 25px;
  width: 160px;
  cursor: pointer;
  -webkit-appearance: none;
  color: #1ca419;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: .02em;
}
.footer form button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 2px;
  background: rgba(0, 0, 0, .07);
  border-radius: 11px;
  left: 0;
}
.footer .form-title {
  color: #545f7c;
  position: relative;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 6px;
  padding-left: 5px;
}
.footer .warning {
  margin-top: 11px;
  padding-left: 5px;
  font-size: 14px;
  line-height: 34px;
  color: #9fa7bd;
}
.footer .warning br {
  display: none;
}
.footer .warning a {
  position: relative;
  display: inline-block;
  color: #545f7c;
  text-decoration: underline;
  -webkit-transition: color .3s;
          transition: color .3s;
}
.footer .warning a:hover {
  color: #7c96f1;
}

.index-page .header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.index-page .header .container {
  background-color: transparent;
}
.index-page .header .cover {
  background-color: transparent;
}
.index-page .header.abs {
  position: absolute;
}

.index-page .content {
  z-index: 0;
  min-height: calc(100vh);
}

.header {
  position: relative;
  z-index: 5;
}
.header .container {
  padding: 32px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
}
.header .cover {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  background: #ffffff;
  width: 100%;
  z-index: 1;
}
.header .logo-wrp {
  z-index: 1;
  width: 200px;
  position: relative;
  display: inline-block;
}
.header .logo-wrp .logo {
  position: relative;
  display: inline-block;
  width: 85px;
}
.header .logo-wrp .logo img {
  width: 100%;
  height: auto;
}
.header .demo-wrp {
  z-index: 1;
  width: 200px;
  text-align: right;
}
.header .menu-wrp {
  z-index: 1;
  position: relative;
  display: inline-block;
}
.header .menu-wrp ul {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.header .menu-wrp ul li {
  margin: 0 28px;
  position: relative;
  display: inline-block;
}
.header .menu-wrp ul li a {
  position: relative;
  display: inline-block;
  font-size: 19px;
  line-height: 26px;
  color: #43486d;
  -webkit-transition: color .3s ease;
          transition: color .3s ease;
}
.header .menu-wrp ul li.active a,
.header .menu-wrp ul li:hover a {
  color: #364db9;
}
.header .mobile-trigger {
  display: none;
  width: 24px;
  height: 22px;
  position: relative;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-left: 17px;
  padding: 0;
}
.header .mobile-trigger .icon {
  width: 100%;
  height: 100%;
}
.header .mobile-trigger span {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  opacity: 0;
}
.header .mobile-trigger span .icon {
  opacity: 1 !important;
}
.header .mobile-trigger.active .icon {
  opacity: 0;
}
.header .mobile-trigger.active span {
  opacity: 1;
}

body.popup-open {
  overflow: hidden !important;
}
body.popup-open .popup {
  opacity: 1;
  visibility: visible;
}

.popup {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
}
.popup .popup-wrp {
  background-color: rgba(255, 255, 255, .75);
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  vertical-align: middle;
}
.popup .popup-content {
  width: 900px;
  max-width: 900px;
  position: relative;
  display: block;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .popup .popup-content .video-wrp {
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .popup .popup-content {
    width: 100%;
    max-width: 100%;
  }
  .popup .popup-content .popup-head {
    width: 720px;
  }
  .popup .popup-content .popup-body {
    width: 720px;
  }
  .popup .popup-content .popup-body .video-wrp iframe,
  .popup .popup-content .popup-body .video-wrp #video {
    height: 405px;
  }
}
@media screen and (max-width: 767px) {
  .popup .popup-content {
    width: 100%;
    max-width: 100%;
  }
  .popup .popup-content .popup-head {
    width: 320px;
  }
  .popup .popup-content .popup-body {
    width: 320px;
  }
  .popup .popup-content .popup-body .video-wrp iframe,
  .popup .popup-content .popup-body .video-wrp #video {
    height: 180px;
  }
}
.popup .popup-head {
  position: relative;
  display: block;
  text-align: right;
  margin-bottom: 5px;
  height: 30px;
  width: 900px;
}
.popup .popup-head .close {
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.popup .popup-head .close .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.popup .popup-body {
  position: relative;
  width: 900px;
  display: block;
  text-align: center;
}
.popup .popup-body .video-wrp {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.popup .popup-body iframe,
.popup .popup-body #video {
  display: block;
  position: relative;
  width: 100%;
  height: 506px;
}

.cases-content {
  padding: 100px 0;
}
.cases-content h1,
.cases-content .h1 {
  color: #32335a;
}
.cases-content .cases__items {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 60px;
}
.cases-content .cases__item {
  position: relative;
  display: block;
  width: 100%;
}
.cases-content .cases__item:not(:last-child) {
  margin-bottom: 8px;
}
.cases-content .cases__item.active .case__item-head .icn-wrp {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.cases-content .case__item-head {
  position: relative;
  display: block;
  width: 100%;
  padding: 22px;
  border-radius: 4px;
  background: #f7f9fc;
  padding-left: 72px;
  cursor: pointer;
  font-size: 19px;
  line-height: 30px;
  color: #32335a;
}
.cases-content .case__item-head .icn-wrp {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 22px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  z-index: 1;
  background-color: #7c96f1;
}
.cases-content .case__item-head .icn-wrp .icon {
  position: relative;
  width: 9px;
  height: 16px;
  fill: #ffffff;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.cases-content .case__item-body {
  margin-top: 27px;
  margin-bottom: 45px;
  position: relative;
  padding-left: 72px;
  padding-right: 225px;
}
@media screen and (max-width: 1200px) {
  .cases-content .case__item-body {
    padding-right: 0;
    padding-left: 0;
  }
}
.cases-content .case__item-body p {
  color: #545f7c;
}
.cases-content .case__item-body p a {
  position: relative;
  display: inline-block;
  color: #545f7c;
  -webkit-transition: color .3s ease;
          transition: color .3s ease;
}
.cases-content .case__item-body p a:hover {
  color: #7c96f1;
}
.cases-content .case__item-body p:not(:last-child) {
  margin-bottom: 45px;
}
.cases-content .demo-block {
  position: relative;
  display: block;
}
.cases-content .not-find {
  padding-left: 72px;
}
.cases-content .not-find p {
  color: #545f7c;
}
.cases-content .not-find p a {
  position: relative;
  display: inline-block;
  color: #545f7c;
  -webkit-transition: color .3s ease;
          transition: color .3s ease;
}
.cases-content .not-find p a:hover {
  color: #7c96f1;
}

.about-content {
  padding: 100px 0;
}
.about-content h1,
.about-content .h1 {
  color: #32335a;
}
.about-content .text-center h1,
.about-content .text-center .h1 {
  margin-bottom: 100px;
}
.about-content .text-block {
  padding-left: 75px;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 45px;
}
.about-content .text-block p {
  font-size: 19px;
}
.about-content .cards-block {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-height: 395px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.about-content .cards__item {
  position: relative;
  width: calc((100% - 18px)/3);
  height: 188px;
  background-color: #c4c4c4;
  margin-bottom: 9px;
  overflow: hidden;
}
.about-content .cards__item:nth-child(1) {
  min-height: 386px;
}
.about-content .cards__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.about-content .cards__item:nth-child(2) img {
  height: auto;
  width: 150%;
  left: -25%;
  top: -50%;
}
.about-content .cards__item:nth-child(2),
.about-content .cards__item:nth-child(3) {
  margin: 0 9px;
}
.about-content .cards__item:nth-child(2),
.about-content .cards__item:nth-child(4) {
  margin-bottom: 10px;
}
.about-content .tools-block {
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .55);
  border-radius: 11px;
  overflow: hidden;
  margin-top: 75px;
}
.about-content .tools-block .tools__head {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #373351;
  padding: 35px 20px;
}
.about-content .tools-block .tools__head span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.about-content .tools-block .tools__head .img-wrp {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  margin: 0 50px;
  margin-top: 6px;
}
.about-content .tools-block .tools__head .img-wrp img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.about-content .tools-block .tools__head .icon {
  height: 27px;
  width: 192px;
}
.about-content .tools-block .tools__head .icon.icon-swipe {
  width: 82px;
  height: 23px;
  margin-top: 15px;
}
.about-content .tools-block .tools__body {
  padding: 35px 60px;
}
.about-content .tools-block .tools__body p {
  font-size: 19px;
  color: #545f7c;
}
.about-content .tools-block .tools__body p:not(:last-child) {
  margin-bottom: 25px;
}
.about-content .tools-block .tools__body p a {
  color: #545f7c;
  text-decoration: underline;
  -webkit-transition: color .3s ease;
          transition: color .3s ease;
}
.about-content .tools-block .tools__body p a:hover {
  color: #373351;
}
.about-content .images-block {
  position: relative;
  margin-top: 75px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}
.about-content .images-block .item {
  width: calc((100% - 18px)/3);
  position: relative;
  height: 385px;
  display: inline-block;
}
.about-content .images-block .item img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-content .images-block .item:nth-child(2) {
  margin: 0 9px;
}

.demo-page {
  min-height: 100vh;
}
.demo-page .wrapper {
  background: linear-gradient(248.41deg, #bfffcd 0%, #93efdd 100%);
  height: auto;
  min-height: 100%;
}
.demo-page .header .container {
  background-color: transparent !important;
}
.demo-page .header .menu-wrp,
.demo-page .header .demo-wrp,
.demo-page .header .cover {
  display: none;
}
.demo-page .footer {
  background-color: transparent;
}
.demo-page .footer .half {
  width: 100%;
  text-align: center;
}
.demo-page .footer .app-stores,
.demo-page .footer .form-block {
  display: none;
}

.demo-content {
  padding: 125px 0;
}
.demo-content h1,
.demo-content .h4 {
  color: #32335a;
  margin-bottom: 35px;
}
.demo-content p {
  font-size: 19px;
  line-height: 30px;
  color: #545f7c;
}
.demo-content p:not(:last-child) {
  margin-bottom: 30px;
}
.demo-content p.it {
  font-style: italic;
}
.demo-content p.author {
  font-weight: 600;
}
.demo-content .container {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.demo-content form {
  position: relative;
  width: 100%;
  padding: 32px;
  background: #ffffff;
  box-shadow: 1px 1px 3px rgba(80, 93, 126, .55);
  border-radius: 11px;
}
.demo-content form .field {
  position: relative;
  width: 100%;
}
.demo-content form .field:not(:last-child) {
  margin-bottom: 8px;
}
.demo-content form .field.sbmt {
  text-align: right;
  margin-top: 28px;
}
.demo-content form input {
  background: #f7f9fc;
  border-radius: 3px;
  padding: 1px 20px;
  font-size: 19px;
  line-height: 34px;
  letter-spacing: .02em;
  color: #32335a;
  width: 100%;
  border: 1px solid #f7f9fc;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.demo-content form input:focus {
  background: #ffffff;
  border-color: #0066ff;
}
.demo-content form input::-webkit-input-placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 34px;
  color: #8b98a8;
}
.demo-content form input:-moz-placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 34px;
  color: #8b98a8;
}
.demo-content form input::-moz-placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 34px;
  color: #8b98a8;
}
.demo-content form input:-ms-input-placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 34px;
  color: #8b98a8;
}
.demo-content .form-title {
  color: #545f7c;
  position: relative;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 9px;
  padding-left: 5px;
}
.demo-content .warning {
  margin-top: 18px;
  padding-left: 5px;
  font-size: 14px;
  line-height: 34px;
  color: #9fa7bd;
}
.demo-content .warning br {
  display: none;
}
.demo-content .warning a {
  position: relative;
  display: inline-block;
  color: #545f7c;
  text-decoration: underline;
  -webkit-transition: color .3s;
          transition: color .3s;
}
.demo-content .warning a:hover {
  color: #7c96f1;
}

.index-page.scroll-on,
.index-page.scrolled {
  overflow: auto;
}
.index-page.scroll-on .mouse,
.index-page.scrolled .mouse {
  opacity: 0;
  visibility: hidden;
}

.offset-watch {
  position: fixed;
  top: 100px;
  right: 0;
  height: 0;
  width: 0;
}

.hero {
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: background-color .3s ease;
          transition: background-color .3s ease;
  background-color: #ffffff;
  -webkit-animation: fadeIn .6s linear;
          animation: fadeIn .6s linear;
  height: 140vh;
}
.hero .container {
  height: 100%;
  overflow: hidden;
}
.hero .hero-scroll {
  height: calc(100%);
  position: -webkit-sticky;
  position:         sticky;
  top: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.hero.bg-changed {
  background-color: #f7f9fc;
}
.hero .mouse {
  width: 28px;
  height: 50px;
  border: 2px solid #364db9;
  margin: 0 auto;
  border-radius: 30px;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.hero .mouse .mouse-wheel {
  overflow: hidden;
  margin-top: 5px;
}
.hero .mouse .mouse-wheel span {
  display: block;
  margin: 5px auto;
  width: 5px;
  height: 5px;
}
.hero .mouse .mouse-wheel span.wheel {
  border: 2px solid #364db9;
  border-radius: 5px;
  width: 0;
}
.hero .mouse .mouse-wheel span.arrow {
  border-bottom: 2px solid #364db9;
  border-right: 2px solid #364db9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: scrollDown;
          animation: scrollDown;
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.hero .container {
  max-width: 100%;
  height: 100%;
  padding: 0 !important;
}
.hero .transform-targets {
  height: 100vh;
  -webkit-transform-origin: 50% 40%;
          transform-origin: 50% 40%;
  will-change: transform;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 0 20px !important;
  -webkit-transition: opacity .3s, position .3s;
          transition: opacity .3s, position .3s;
}
.hero .transform-targets.fadeOut {
  position: absolute;
  bottom: 0;
}
.hero .card {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 700px;
  height: calc(100vh - 220px);
  max-height: 652px;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.hero .card.morpth-1 {
  width: 443px;
  height: calc(100vh - 220px);
  max-height: 652px;
}
.hero .card.morpth-1 .capital {
  font-size: 40px;
  line-height: 50px;
}
.hero .card.morpth-1 .card-ui {
  opacity: 1;
}
.hero .card.morpth-1 .card-ui .shadow {
  opacity: 1;
}
.hero .card.morpth-2 {
  -webkit-transform: translate(25%, -100vh) rotate(10deg);
          transform: translate(25%, -100vh) rotate(10deg);
}
.hero .card-ui {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.hero .card-ui .background {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  border-radius: 30px;
}
.hero .card-ui .shadow {
  z-index: -1;
  content: "";
  background: rgba(40, 49, 125, .25);
  -webkit-filter: blur(111px);
          filter: blur(111px);
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 370px;
  height: 450px;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
  border-radius: 30px;
}
.hero .capital {
  width: 100%;
  position: relative;
  height: 100%;
  font-size: 80px;
  line-height: 110px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #364db9;
  text-align: center;
  -webkit-transition: font-size .6s ease, line-height .6s ease;
          transition: font-size .6s ease, line-height .6s ease;
}
.hero .text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
          transition: opacity .3s ease, visibility .3s ease;
  opacity: 0;
  visibility: hidden;
}
.hero .text.show {
  opacity: 1;
  visibility: visible;
}
.hero .text.show .headline-text {
  opacity: 1;
  visibility: visible;
}
.hero .text.show .headline-subtext {
  opacity: 0;
  visibility: hidden;
}
.hero .text.show-sub .headline-text {
  opacity: 0;
}
.hero .text.show-sub .headline-subtext {
  opacity: 1;
  visibility: visible;
}
.hero .text.show-sub .headline-subtext .title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hero .text.show-sub .headline-subtext .bottom-block {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hero .headline-text {
  font-size: 55px;
  line-height: 75px;
  color: #32335a;
  text-align: center;
  width: 300px;
  height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
          transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
          transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
          transition: opacity .3s ease, visibility .3s ease, transform .3s ease, -webkit-transform .3s ease;
  opacity: 0;
  visibility: hidden;
}
.hero .headline-subtext {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  margin-top: 88px;
}
.hero .headline-subtext .title {
  font-size: 55px;
  line-height: 75px;
  letter-spacing: .02em;
  color: #32335a;
  text-align: center;
  position: relative;
  margin-bottom: 18px;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
          transition: opacity .3s ease, visibility .3s ease;
  opacity: 0;
  visibility: hidden;
}
.hero .headline-subtext .little-text {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  color: #545f7c;
}
.hero .headline-subtext .bottom-block {
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
  opacity: 0;
  visibility: hidden;
}
.hero .headline-subtext .button .icn-wrp {
  background-color: #1ca419;
  padding: 7px 6px;
}
.hero .headline-subtext .button .icn-wrp .icon {
  margin-left: 2px;
}

.quick {
  overflow: hidden;
  padding: 40px 0;
}
.quick .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.quick .half .img-wrp {
  position: relative;
  display: block;
  width: 100%;
  height: 485px;
}
.quick .half .img-wrp img {
  height: 100%;
  width: auto;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.quick .half .img-wrp.mobile {
  display: none;
}
.quick .desktop {
  width: 45%;
}
.quick .text {
  width: 55%;
  padding-top: 110px;
}
.quick .text h3,
.quick .text .h3 {
  margin-bottom: 35px;
}
.quick .text p {
  color: #545f7c;
  font-size: 19px;
}

.use .use__swipe {
  z-index: 1;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .55);
  border-radius: 11px;
  overflow: hidden;
  position: relative;
  display: block;
}

.use .use__swipe-head {
  position: relative;
  display: block;
  padding-left: 85px;
  padding-top: 44px;
  padding-bottom: 36px;
}
.use .use__swipe-head h3,
.use .use__swipe-head .h3 {
  color: #32335a;
  margin-bottom: 25px;
}
.use .use__swipe-head p {
  color: #545f7c;
  font-size: 19px;
}

.use .use__swipe-body {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-right: 85px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f8fafd;
}

.use .use__swipe-item {
  width: 50%;
  position: relative;
  padding-left: 85px;
  display: block;
  margin-bottom: 50px;
}
.use .use__swipe-item .title {
  font-size: 19px;
  line-height: 30px;
  color: #545f7c;
  margin-bottom: 8px;
}
.use .use__swipe-item p {
  font-size: 19px;
  color: #545f7c;
}

.use .use__swipe-body-button {
  margin-top: 15px;
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
}

.use .icn-wrp {
  position: absolute;
  left: 25px;
  top: 4px;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: #f75270;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.use .icn-wrp .icon {
  width: 24px;
  height: 24px;
  fill: #ffffff;
  position: relative;
}

.use .do {
  padding-bottom: 140px;
}
.use .do .items {
  position: relative;
  display: block;
  width: 100%;
  z-index: 0;
}
.use .do .item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.use .do .item.img-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.use .do .item.img-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.use .do .item .img-wrp {
  width: 434px;
  height: 450px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.use .do .item .img-wrp.mobile {
  display: none;
}
.use .do .item .img-wrp img {
  width: auto;
  height: auto;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
@media screen and (max-width: 991px) {
  .use .do .item .img-wrp img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.use .do .item .text-wrp {
  width: calc(100% - 490px);
  position: relative;
  display: block;
  padding-top: 140px;
}
.use .do .item .text-wrp h3,
.use .do .item .text-wrp .h3 {
  margin-bottom: 35px;
}
.use .do .item .text-wrp .button {
  margin-top: 45px;
}

.booking {
  padding-bottom: 140px;
}
.booking .booking-item {
  border-radius: 11px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .55);
}
.booking .logo-side {
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
  position: relative;
  width: 297px;
  background: #10367b;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-left: 44px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
@media screen and (max-width: 991px) {
  .booking .logo-side {
    border-bottom-left-radius: 0;
  }
}
.booking .logo-side .img-wrp {
  width: 171px;
  position: relative;
  display: block;
}
.booking .logo-side .img-wrp img {
  width: 100%;
  height: auto;
}
.booking .text-side {
  position: relative;
  width: calc(100% - 297px);
  padding-left: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 44px;
}
.booking .text-side p.it {
  font-style: italic;
  margin-bottom: 25px;
}
.booking .text-side p.author,
.booking .text-side p.position {
  color: #32335a;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*========MEDIA========*/
@media screen and (max-width: 1024px) {
  h1,
  .h1,
  .h4,
  h3,
  .h3 {
    font-size: 23px;
    line-height: 30px;
  }
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .header .container {
    padding: 24px 20px;
  }
  .about-content {
    padding: 55px 0;
  }
  .about-content .h1,
  .about-content h1 {
    margin-bottom: 85px;
  }
  .about-content .cards-block {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    max-height: 100%;
  }
  .about-content .cards-block .cards__item {
    width: calc((100% - 10px)/2);
    height: 385px;
    margin: 0;
    margin-bottom: 10px;
  }
  .about-content .cards-block .cards__item img {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
  .about-content .cards-block .cards__item:nth-child(3n-1) {
    margin: 0;
    margin-bottom: 10px;
  }
  .about-content .text-block {
    padding-left: 0;
  }
  .about-content .text-block p {
    font-size: 17px;
    padding-left: 0;
  }
  .about-content .tools-block {
    margin-top: 60px;
  }
  .cases-content {
    padding: 55px 0;
  }
  .cases-content .text-center {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cases-content .cases__items {
    margin-top: 75px;
  }
  .cases-content .case__item-head {
    font-size: 17px;
    line-height: 28px;
    padding: 36px 22px;
    padding-left: 72px;
  }
  .cases-content .case__item-body {
    padding-left: 0;
  }
  .cases-content .demo-block {
    text-align: center;
  }
  .cases-content .not-find {
    padding-left: 0;
  }
  .footer {
    padding: 27px 0;
  }
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .footer .copy {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 20px;
  }
  .footer .copy.mob {
    display: block;
    margin-bottom: 0;
  }
  .footer form {
    max-width: 550px;
    margin: 0 auto;
  }
  .footer form .field {
    padding: 6px 0;
  }
  .footer form input {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 5px;
    width: calc(100% - 130px);
  }
  .footer form button {
    width: 130px;
    padding: 8px 10px;
  }
  .footer .half {
    width: 100%;
    text-align: center;
  }
  .footer .half.mob-down {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    align-items: center;
  }
  .footer .form-title {
    font-size: 17px;
    line-height: 28px;
    padding-left: 0;
  }
  .footer .app-stores {
    margin: 15px auto;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 320px;
  }
  .footer .app-stores a {
    height: 52px;
    margin: 0 !important;
    width: calc((100% - 20px)/2);
  }
  .footer .app-stores a img,
  .footer .app-stores a .icon {
    width: 100%;
  }
  .footer .warning {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .warning br {
    display: inline-block;
  }
  .quick .half.desktop .img-wrp img {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  .use .do {
    padding-bottom: 60px;
  }
  .use .do .item .img-wrp {
    height: auto;
  }
  .use .do .item .text-wrp {
    padding-top: 60px;
  }
  .booking {
    padding-bottom: 60px;
  }
  .booking .booking-item p {
    font-size: 17px;
  }
}

@media screen and (max-width: 1600px) and (max-height: 800px) {
  .hero .card {
    width: 100%;
    max-width: 335px;
    min-height: 456px;
    height: 456px;
  }
  .hero .card.morpth-1 {
    height: 456px;
    width: 100%;
    max-width: 337px;
  }
  .hero .card.morpth-1 .capital {
    font-size: 27px;
    line-height: 42px;
  }
  .hero .card .card-ui .background {
    box-shadow: 1px 2px 3px rgba(51, 72, 101, .27);
  }
  .hero .card .card-ui .shadow {
    display: none;
  }
  .hero .capital {
    font-size: 35px;
    line-height: 50px;
  }
  .hero .headline-text {
    font-size: 40px;
    line-height: 50px;
  }
  .hero .headline-subtext .title {
    font-size: 40px;
    line-height: 50px;
  }
  .hero .headline-subtext .subtitle {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 991px) {
  .wrapper {
    min-height: 100vh;
  }
  body {
    min-height: 100%;
    height: auto;
  }
  body.menu-open .header .get-demo {
    opacity: 1;
    visibility: visible;
  }
  body.menu-open .header .menu-wrp {
    box-shadow: 0 4px 33px rgba(109, 95, 164, .15);
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
  .header {
    z-index: 5;
  }
  .header .container {
    background-color: #ffffff;
  }
  .header .demo-wrp {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    z-index: 1;
  }
  .header .menu-wrp {
    position: absolute;
    z-index: -1;
    top: -100%;
    width: 100%;
    left: 0;
    z-index: 0;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
  }
  .header .menu-wrp ul li {
    margin: 0;
    padding: 20px 20px;
    display: block;
    width: 100%;
    border-top: 2px solid #e7ebf0;
    z-index: 1;
  }
  .header .menu-wrp ul li:last-child {
    z-index: 0;
    border-bottom: 2px solid #e7ebf0;
  }
  .header .get-demo {
    opacity: 0;
    visibility: hidden;
  }
  .header .mobile-trigger {
    display: block;
  }
  .demo-page {
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#bfffce), to(#95f0dd));
    background: linear-gradient(180deg, #bfffce 0%, #95f0dd 100%);
  }
  .demo-content {
    padding: 55px 0;
  }
  .demo-content .half {
    width: 100%;
  }
  .demo-content h1,
  .demo-content .h4 {
    margin-bottom: 0;
    max-width: 400px;
    margin: 0 auto;
  }
  .demo-content p {
    display: none;
  }
  .demo-content form {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .demo-content form .field.sbmt {
    text-align: center;
  }
  .quick .half {
    width: 100%;
  }
  .quick .half.desktop {
    display: none;
  }
  .quick .half .img-wrp {
    text-align: center;
  }
  .quick .half .img-wrp.mobile {
    display: block;
  }
  .quick .half .img-wrp img {
    -webkit-transform: none;
            transform: none;
  }
  .use .icn-wrp {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .use .use__swipe-head {
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .use .use__swipe-body {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
  }
  .use .use__swipe-body-button {
    padding-right: 0;
    text-align: center;
  }
  .use .use__swipe-item {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
  }
  .use .use__swipe-item .title,
  .use .use__swipe-item p {
    font-size: 17px;
  }
  .use .do {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .use .do .item {
    flex-wrap: wrap;
    padding-top: 60px;
  }
  .use .do .item .img-wrp {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .use .do .item .img-wrp.mobile {
    display: block;
  }
  .use .do .item .img-wrp.desktop {
    display: none;
  }
  .use .do .item .text-wrp {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
  .use .do .item .text-wrp h3,
  .use .do .item .text-wrp .h3,
  .use .do .item .text-wrp p {
    padding: 0 20px;
    text-align: left;
  }
  .booking {
    padding-bottom: 60px;
  }
  .booking .booking-item {
    flex-wrap: wrap;
  }
  .booking .booking-item > div {
    width: 100%;
  }
  .booking .booking-item .logo-side {
    -webkit-clip-path: none;
            clip-path: none;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 75px 20px;
  }
  .booking .booking-item .text-side {
    padding: 40px 20px;
  }
  .booking .booking-item p {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    min-height: 100vh;
  }
  .header .logo-wrp {
    width: 55px;
  }
  .header .logo-wrp .logo {
    width: 100%;
  }
  .demo-page {
    height: auto;
    background: none;
  }
  .demo-page .wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(#bfffce), to(#95f0dd));
    background: linear-gradient(180deg, #bfffce 0%, #95f0dd 100%);
  }
  .demo-content {
    padding: 20px 0;
  }
  .about-content {
    padding: 55px 0;
  }
  .about-content .h1,
  .about-content h1 {
    margin-bottom: 85px;
  }
  .about-content .container.cards,
  .about-content .container.images-block {
    padding: 0;
  }
  .about-content .cards-block,
  .about-content .images-block {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about-content .cards-block .cards__item,
  .about-content .cards-block .item,
  .about-content .images-block .cards__item,
  .about-content .images-block .item {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 10px !important;
    height: 300px !important;
  }
  .about-content .text-block {
    padding-left: 0;
  }
  .about-content .text-block p {
    font-size: 17px;
    padding-left: 0;
  }
  .about-content .tools-block {
    margin-top: 60px;
  }
  .about-content .tools-block .tools__head span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .about-content .tools-block .tools__head .img-wrp {
    margin: 20px;
  }
  .about-content .tools-block .tools__head .icon.icon-swipe {
    margin: 0;
  }
  .about-content .tools-block .tools__body {
    padding: 40px 20px;
  }
  .about-content .tools-block .tools__body p {
    font-size: 17px;
  }
  .quick .half .img-wrp {
    height: auto;
  }
  .quick .half .img-wrp img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 440px) {
  .demo-content form,
  .demo-content h1 {
    max-width: 100%;
  }
}