
.grecaptcha-badge {
  display: none;
}
.js-lead-trigger > img, .js-lead-trigger > svg {
  pointer-events: none;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
a, a:hover, a:focus {
  text-decoration: none;
}
.visible-xs {
  display: none !important;
}
.flex {
  display: flex;
}
.flex-center {
  display: flex;
  align-items: center;
}
.text-center {
  text-align: center;
}
body {
  font-family: 'Roboto', sans-serif;
  padding-top: 120px;
}
.field-group {
  margin-bottom: 20px;
}
.field-group:last-child {
  margin-bottom: 0;
}
input, textarea {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
  padding: 0 15px;
  outline: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  -webkit-appearance: none;
  box-shadow: none !important;
}
input.input-blue, textarea.input-blue {
  border: 1px solid #0db265;
}
textarea {
  padding: 15px;
  height: 120px;
  resize: none;
}
.btn {
  display: inline-block;
  width: auto;
  height: 42px;
  line-height: 42px;
  background: #0db265;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 0 50px;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 8px 25px -7px #0db265;
  transition: all 0.2s ease;
  cursor: pointer;
  outline: none;
}
.btn:hover {
  box-shadow: 0 8px 25px -3px #0db265;
}
.btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn.full-width {
  padding: 0 10px;
  width: 100%;
}
.btn.btn-big {
  padding: 0 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  height: 120px;
}
.header.shrink {
  height: 80px;
}
.header.shrink .logo {
  width: 180px;
}
.header .container {
  height: 100%;
}
.header .logo {
  width: 246px;
  height: auto;
  transition: all 0.2s ease;
}
.header .nav {
  margin-left: auto;
  margin-right: 40px;
}
.header .link {
  font-size: 16px;
  font-weight: 400;
  color: #0f2137;
  margin-right: 25px;
  transition: all 0.2s ease;
}
.header .link:last-child {
  margin-right: 0;
}
.header .link:hover, .header .link.active {
  color: #0db265;
}
.header-socials .item {
  display: inline-block;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0db265;
  border-radius: 100px;
  margin-right: 10px;
  transition: all 0.2s ease;
}
.header-socials .item:last-child {
  margin-right: 0;
}
.header-socials .item:hover {
  opacity: 0.7;
}
.section {
  padding: 80px 0;
}
.section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  color: #0f2137;
  margin-bottom: 75px;
}
.section-welcome .container {
  display: flex;
}
.section-welcome .info {
  width: 60%;
}
.section-welcome .info h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 30px;
}
.section-welcome .info .subheading {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 30px;
}

  @media only screen and (max-width: 600px) {
    /* CSS for mobile devices */
    .text-wrap {
      white-space: normal;
    }
  }

  @media only screen and (min-width: 601px) {
    /* CSS for computers */
    .text-wrap {
      white-space: nowrap;
    }
  }

.section-welcome .info form {
  max-width: 480px;
  margin-bottom: 30px;
}
.section-welcome .info .small-text {
  font-size: 14px;
  font-weight: 300;
}
.section-welcome .illustration {
  padding-left: 40px;
  width: 40%;
}
.section-receipts {
  background: #f9f9f9;
}
.section-receipts .receipts {
  justify-content: center;
  margin-bottom: 70px;
}
.section-receipts .receipts .icon {
  margin-bottom: 25px;
}
.section-receipts .receipts .icon img {
  width: 75px;
  max-height: 75px;
  height: auto;
}
.section-receipts .receipts .item {
  background: #fff;
  width: 370px;
  height: 310px;
  border: 1px solid #f1f4f6;
  text-align: center;
  padding: 60px 35px 35px 35px;
  margin-right: -1px;
}
.section-order .left {
  width: 60%;
}
.section-order .right {
  width: 40%;
}
.section-order .orders ol {
  counter-reset: custom-counter;
  list-style: none;
}
.section-order .orders li {
  position: relative;
  counter-increment: custom-counter;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
  color: #0f2137;
}
.section-order .orders li:before {
  content: counter(custom-counter);
  color: #0db265;
  font-size: 48px;
  font-weight: 400;
  top: 0;
  left: 0;
  width: 74px;
  height: 74px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  box-shadow: 5px 10px 15px rgba(13, 178, 101, 0.48);
  z-index: 2;
}
.section-order .orders li:after {
  content: '';
  position: absolute;
  top: 74px;
  left: 37px;
  width: 1px;
  height: 100%;
  background: #0db265;
  z-index: 1;
}
.section-order .orders li:last-child:after {
  display: none;
}
.section-order .orders li .list-subtext {
  font-size: inherit;
  font-weight: 300;
  font-style: italic;
  color: #0db265;
}
.section-use-cases {
  background: #f9f9f9;
}
.section-use-cases .use-cases-list {
  margin-bottom: 70px;
}
.section-use-cases .use-cases-list li {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 40px;
}
.section-use-cases .use-cases-list li:last-child {
  margin-bottom: 0;
}
.section-use-cases .use-cases-list li:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../img/icons/check.svg');
  background-size: 100% 100%;
  margin-right: 20px;
  flex-shrink: 0;
}
.section-sample {
  background: #f9fbfd;
}
.section-sample .section-title {
  margin-bottom: 45px;
}
.section-sample img {
  max-width: 460px;
  width: 100%;
  height: auto;
}
.section-faq .faq-item {
  margin-bottom: 40px;
  overflow: hidden;
  cursor: pointer;
}
.section-faq .faq-item.active .question:after {
  transform: rotate(-180deg);
}
.section-faq .faq-item.active .answer {
  height: auto;
  opacity: 1;
}
.section-faq .faq-item .question {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  pointer-events: none;
}
.section-faq .faq-item .question:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #0db265 transparent transparent transparent;
  vertical-align: middle;
  margin-left: 10px;
  transition: all 0.2s ease;
}
.section-faq .faq-item .answer {
  height: 0;
  opacity: 0;
  font-size: 17px;
  font-weight: 400;
  color: #0db265;
  transition: all 0.2s ease;
}
.blocks-row {
  padding-bottom: 100px;
  flex-wrap: wrap;
  justify-content: center;
}
.blocks-row .item-wrap {
  width: 290px;
  height: 290px;
  padding: 16px;
}
.blocks-row .item {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  box-shadow: 4px 4px 10px 6px rgba(204, 210, 226, 0.48);
  display: flex;
  align-items: center;
  text-align: center;
  transition: all 0.2s ease;
}
.blocks-row .item:hover {
  background: #0db265;
  box-shadow: 4px 4px 10px 6px rgba(13, 178, 101, 0.48);
}
.blocks-row .item:hover .icon svg path.tick {
  fill: #fff;
}
.blocks-row .item:hover .icon svg path.bg {
  fill: #0db265;
}
.blocks-row .item:hover .text {
  color: #fff;
}
.blocks-row .item .icon {
  position: absolute;
  top: -27px;
  left: -27px;
  width: 54px;
  height: 54px;
}
.blocks-row .item .icon svg {
  width: 100%;
  height: auto;
}
.blocks-row .item .icon svg path {
  transition: all 0.2s ease;
}
.blocks-row .item .icon svg path.tick {
  fill: #0db265;
}
.blocks-row .item .icon svg path.bg {
  fill: #fff;
}
.section-contacts {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  background: #f9f9f9;
}
.section-contacts .contacts-container {
  z-index: 90;
}
.section-contacts .form-block {
  background: #fff;
  border-radius: 10px;
  padding: 60px 80px;
  margin-bottom: -80px;
  box-shadow: 2px 1px 7px 2px rgba(13, 16, 37, 0.07);
}
.section-contacts .left {
  width: 40%;
}
.section-contacts .right {
  width: 60%;
  text-align: right;
  padding-left: 30px;
}
.section-contacts .contacts-heading {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  color: #0f2137;
  margin-bottom: 35px;
}
.section-contacts .contacts-subheading {
  font-size: 18px;
  font-weight: 300;
  color: #5d646d;
  margin-bottom: 90px;
}
.footer {
  background: #e1e1e1;
  padding-top: 160px;
}
.footer .top {
  padding-bottom: 60px;
}
.footer .bot {
  padding: 20px 0;
  border-top: 1px solid #d0d2d4;
}
.footer .footer-logo {
  display: inline-block;
  margin-bottom: 40px;
}
.footer .footer-logo img {
  width: 160px;
  height: auto;
}
.footer .footer-socials .social {
  margin-right: 10px;
  transition: all 0.2s ease;
}
.footer .footer-socials .social:hover {
  opacity: 0.7;
}
.footer .footer-socials .social img {
  width: 32px;
  height: 32px;
}
.footer .footer-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f2137;
  margin-bottom: 20px;
}
.footer .footer-contacts {
  text-align: right;
  margin-left: auto;
}
.footer .footer-contacts .contact-info .item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  margin-bottom: 15px;
}
.footer .footer-contacts .contact-info .icons .icon {
  margin-right: 15px;
  transition: all 0.2s ease;
}
.footer .footer-contacts .contact-info .icons .icon:hover {
  opacity: 0.7;
}
.footer .footer-contacts .contact-info .icons .icon:last-child {
  margin-right: 0;
}
.footer .footer-contacts .contact-info .text {
  margin-left: 40px;
}
.footer .footer-contacts .contact-info .text a {
  font-size: 15px;
  font-weight: 400;
  color: #0db265;
  text-decoration: underline;
}
.footer .footer-contacts .contact-info svg {
  width: 32px;
  height: auto;
}
.footer .footer-contacts .contact-info svg path {
  fill: #0db265;
}
.footer .footer-brand {
  margin-right: 100px;
}
.footer .footer-nav .link {
  font-size: 15px;
  font-weight: 300;
  display: block;
  color: #343d48;
  margin-bottom: 15px;
}
.footer .footer-nav .link:last-child {
  margin-bottom: 0;
}
.footer .footer-nav .link.active {
  color: #0db265;
}
.footer .copyright {
  font-size: 14px;
  color: #afb5c0;
}