@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote :before,
q :before,
blockquote :after,
q :after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.about {
  background-color: #272f57;
  background-image: url(/images/about-pattern.png?3a927e58e247409212314dae80aa4370);
  background-size: 26px 26px;
  background-position: center center;
  padding-top: 95px;
  padding-bottom: 100px;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .about {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.about-item {
  display: inline-block;
  position: relative;
  width: 46%;
  vertical-align: top;
  margin-top: 55px;
  margin-right: 8%;
}
.about-item:nth-child(1),
.about-item:nth-child(2) {
  margin-top: 0;
}
.about-item:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .about-item {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
  .about-item:nth-child(2) {
    margin-top: 30px;
  }
}
.about h3,
.about p {
  color: #fff;
}
.about p {
  margin-top: 15px;
}
.button {
  display: inline-block;
  position: relative;
  height: 52px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  border: none;
  border-radius: 10px;
  background-color: #0065ef;
  text-decoration: none;
  cursor: pointer;
  font-size: 21px;
  color: #fff;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-appearance: none;
}
.button:hover,
.button:active {
  background-color: #0053c4;
}
.button:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
a.button {
  line-height: 52px;
}
.checkbox {
  display: block;
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 35px;
}
.checkbox:before,
.checkbox:after {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 22px;
  height: 22px;
  content: '';
}
.checkbox:before {
  border-radius: 4px;
  border: 1px solid #000;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.checkbox:after {
  background-image: url(/fonts/checkbox.svg?0929e3c20f17445e0dfd6f53b8b199c1);
  background-size: 15px 13px;
  background-repeat: no-repeat;
  background-position: top 6px center;
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.1s ease, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.1s ease, transform 0.2s ease-in-out;
  transition: opacity 0.1s ease, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.checkbox a {
  color: #0065ef;
  text-decoration: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='1'%3E%3Crect x='0' y='0.5' width='1' height='0.5' fill='rgba(0, 101, 239, 0.5)'/%3E%3C/svg%3E");
  background-position: left bottom 1px;
  background-repeat: repeat-x;
}
.checkbox a:hover,
.checkbox a:active {
  color: #333;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='1'%3E%3Crect x='0' y='0.5' width='1' height='0.5' fill='rgba(21, 21, 21, 0.5)'/%3E%3C/svg%3E");
}
input[type="checkbox"]:checked + .checkbox:before {
  background-color: #0065ef;
  border-color: #0065ef;
}
input[type="checkbox"]:checked + .checkbox:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.clients {
  padding-top: 65px;
  padding-bottom: 65px;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .clients {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.clients-cell {
  display: inline-block;
  position: relative;
  width: 30%;
  vertical-align: top;
  margin-top: 45px;
  margin-right: 5%;
}
.clients-cell:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .clients-cell {
    width: 100%;
    margin-right: 0;
  }
}
.clients__type {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.clients__type + .clients-item {
  margin-top: 25px;
}
.clients-item {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 35px;
  margin-top: 15px;
}
.clients-item img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: auto;
}
.contact {
  padding-top: 50px;
  padding-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .contact {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.contact-box {
  display: block;
  position: relative;
  width: 100%;
  max-width: 765px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 110px;
  padding-right: 110px;
  padding-top: 40px;
  padding-bottom: 30px;
  border: 8px solid #000;
}
@media screen and (max-width: 640px) {
  .contact-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 30px;
  }
}
.contact p {
  font-size: 22px;
  line-height: 28px;
}
.contact-line {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.contact-line:first-child {
  margin-top: 30px;
}
.contact-footer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 65px;
}
@media screen and (max-width: 640px) {
  .contact-footer {
    margin-top: 40px;
  }
}
.faq {
  padding-top: 95px;
  padding-bottom: 95px;
  background-color: #f8f0c7;
}
.footer {
  height: 110px;
  background-image: url(/images/footer-background.jpg?37ddd37f259ed3446ed0cf36ee97965a);
  background-size: cover;
  background-position: center center;
}
.footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 75px;
}
@media screen and (max-width: 640px) {
  .footer-box {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__about {
  display: inline-block;
  position: relative;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  background-color: #000;
  padding-left: 10px;
  padding-right: 10px;
}
.header {
  background-color: #fff;
  background-image: url(/images/header-pattern.png?ff4d21cf1e4fafc3af8f72670c5cc62c);
  background-position: center center;
  background-size: 26px 26px;
  padding-top: 70px;
  padding-bottom: 130px;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .header {
    padding-top: 40px;
    padding-bottom: 200px;
  }
}
.header--screenshot {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url(/images/screenshot.png?9a7ed10e7415d0582b751e096708d98d);
  background-repeat: no-repeat;
  background-size: auto 600px;
  background-position: left top;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.header--screenshot.st-active {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .header--screenshot {
    top: initial;
    bottom: 0;
    width: 100%;
    background-size: contain;
    background-position: center bottom -50px;
  }
}
.header--block {
  display: inline-block;
  position: relative;
  width: 45%;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .header--block {
    width: 100%;
  }
}
.header__logo {
  display: inline-block;
  position: relative;
  font-family: 'Roboto Slab', serif;
  font-size: 66px;
  font-weight: bold;
  color: #000;
  letter-spacing: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
@media screen and (max-width: 640px) {
  .header__logo {
    font-size: 40px;
  }
}
.header p {
  font-size: 21px;
  line-height: 27px;
  margin-top: 35px;
}
@media screen and (max-width: 640px) {
  .header p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 25px;
  }
}
.header .button {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .header .button {
    margin-top: 30px;
  }
}
.input {
  display: block;
  position: relative;
  width: 100%;
  height: 45px;
  overflow: hidden;
}
.input.st-focus .input__title {
  font-size: 12px;
  color: #333;
  padding-top: 6px;
}
.input.st-focus .input-field {
  padding-top: 16px;
  border-color: #000;
}
.input.st-filled .input__title {
  opacity: 0;
  filter: "alpha(opacity=0)";
}
.input.st-error .input-field {
  border-color: #d32f2f;
}
.input__title {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 14px;
  font-size: 16px;
  color: #000;
  opacity: 1;
  filter: "alpha(opacity=100)";
  z-index: 1;
  -webkit-transition: font-size 0.2s ease, padding-top 0.2s ease;
  transition: font-size 0.2s ease, padding-top 0.2s ease;
}
@media screen and (max-width: 640px) {
  .input__title {
    padding-left: 0;
    padding-right: 0;
  }
}
.input-field {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  background-color: transparent;
  z-index: 2;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 16px;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-appearance: none;
}
@media screen and (max-width: 640px) {
  .input-field {
    padding-left: 0;
    padding-right: 0;
  }
}
.input__errortext {
  display: block;
  position: absolute;
  right: 10px;
  top: 16px;
  font-size: 13px;
  color: #d32f2f;
}
.input__errortext.st-bottom {
  position: relative;
  right: initial;
  top: initial;
  width: 100%;
  padding-left: 35px;
  margin-top: 5px;
}
.input__label {
  color: #000;
  font-size: 11px;
  position: absolute;
  margin: 4px 0 0 5px;
}
.input__label a {
  color: #b9d307;
  text-decoration: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='1'%3E%3Crect x='0' y='0.5' width='1' height='0.5' fill='rgba(185, 211, 7, 0.5)'/%3E%3C/svg%3E");
  background-position: left bottom 1px;
  background-repeat: repeat-x;
}
.input__label a:hover,
.input__label a:active {
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='1'%3E%3Crect x='0' y='0.5' width='1' height='0.5' fill='rgba(255, 255, 255, 0.5)'/%3E%3C/svg%3E");
}
.page__layout {
  display: block;
  position: relative;
  min-width: 900px;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 640px) {
  .page__layout {
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.popup {
  display: block;
  position: fixed;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  background-color: rgba(35,34,34,0.95);
  -webkit-transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  z-index: 30;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.popup.st-active {
  left: 0;
  opacity: 1;
}
.popup-box {
  display: block;
  position: relative;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 640px) {
  .popup-box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.popup--close {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 22px;
  height: 22px;
  background-image: url(/fonts/popup-close.svg?a72d1bc78a37b3f16f3fcc7671fefb33);
  background-size: 100% 100%;
  z-index: 2;
  cursor: pointer;
}
.popup__title {
  display: block;
  position: relative;
  font-family: 'Roboto Slab', serif;
  font-size: 34px;
  color: #fff;
}
.popup p {
  color: #fff;
  margin-top: 20px;
}
.preloader {
  display: block;
  position: absolute;
  top: 0;
  left: -9999px;
  width: 1px;
  height: 1px;
}
.support {
  padding-top: 50px;
  padding-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .support {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.support--robot {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url(/images/support-robot.png?aa7a3b2ba5cf35330321e3c061b8524b);
  background-size: 497px 343px;
  background-repeat: no-repeat;
  background-position: right 50px top;
  margin-top: -90px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.support--robot.st-active {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .support--robot {
    display: none;
  }
}
.support-box {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 75px;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .support-box {
    padding-left: 0;
  }
}
.support-box h2 {
  width: 50%;
  margin-left: 50%;
  padding-left: 15px;
}
@media screen and (max-width: 640px) {
  .support-box h2 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}
.support-list {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.support-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 16.6666%;
  height: 85px;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}
.support-item:nth-child(1) {
  margin-left: 33.3333%;
}
.support-item:nth-child(5) {
  margin-left: 16.6666%;
}
@media screen and (max-width: 640px) {
  .support-item {
    width: 50%;
  }
  .support-item:nth-child(1) {
    margin-left: 0;
  }
  .support-item:nth-child(5) {
    margin-left: 0;
  }
}
.support-item img {
  display: block;
  position: relative;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
}
p {
  display: block;
  position: relative;
  font-size: 17px;
  line-height: 23px;
  color: #000;
}
@media screen and (max-width: 640px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}
h2 {
  display: block;
  position: relative;
  font-family: 'Roboto Slab', serif;
  font-size: 37px;
  font-weight: bold;
  line-height: 37px;
  color: #000;
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
h3 {
  display: block;
  position: relative;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #000;
}
@media screen and (max-width: 640px) {
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: 'PT Sans', Arial, sans-serif;
}
section {
  display: block;
  position: relative;
  width: 100%;
  min-width: 900px;
}
@media screen and (max-width: 640px) {
  section {
    min-width: 100%;
  }
}
.st-scroll {
  overflow: hidden;
  width: auto;
}
.st-margin {
  width: auto;
}
