/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins/woff/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter/Inter-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}






html, body, div, span, h1, h2, h3, h4, h5,
h6, p, blockquote, a, address, big, code, em, img,
strong, b, u, i, center, ul, li, form, label, legend, table, article, canvas, footer, header, menu, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

input[type="submit"],
button {
  cursor: pointer;
  background: none;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h1, h2, h3, h4 {
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
  margin-bottom: 23px;
}

h2 {
  font-size: 48px;
  line-height: 1.16667;
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: 0;
}

a {
  text-decoration: none;
  color: #272E35
}

body {
  min-width: 375px;
  background: #f5f6f7;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #272E35;
}


/* ==========================================================================
Animations
========================================================================== */

@keyframes fadeInUp {
  from {
    transform: translate3d(0,40px,0)
  }

  to {
    transform: translate3d(0,0,0);
    opacity: 1
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0,40px,0)
  }

  to {
    transform: translate3d(0,0,0);
    opacity: 1
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
  opacity: 0
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

/* ==========================================================================
Button
========================================================================== */

.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 124px;
  height: 56px;
  padding: 0 24px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background: none;
  cursor: pointer;

 }

.btn-border {
  color: #272E35;
}

.btn-blue {
  background: #42A5F5;
  color: #ffffff;
  border: none;
}

.btn-blue:hover {
  background: #2A98F1;
}


/* ==========================================================================
   Rotating Text/Image
   ========================================================================== */


.spin
{
  position: absolute;
  overflow: hidden;
  padding-bottom: 5px;
  animation: animate 20s linear infinite;
  opacity: 0;
}

.spin-img {
  position: absolute;
  top: -26px;
  right: calc(50% - 700px);
  pointer-events: none;

  overflow: hidden;
  padding-bottom: 5px;
  animation: animate 20s linear infinite;
  opacity: 0;
}

@keyframes animate
{
  0%
  {
    opacity: 0;
    transform: translateY(-20px);
  }

  2%
  {
    opacity: 1;
    transform: translateY(0px);
  }

  18%
  {
    opacity: 1;
    transform: translateY(0px);
  }

  20%
  {
    opacity: 0;
    transform: translateY(20px);
  }

  100%
  {
    opacity: 0;
    transform: translateY(20px);
  }

}

.spin:nth-child(1)
{
  animation-delay: 0s;
}

.spin-img:nth-child(1)
{
  animation-delay: 0s;
}

.spin:nth-child(2)
{
  animation-delay: 4s;
}

.spin-img:nth-child(2)
{
  animation-delay: 4s;
}

.spin:nth-child(3)
{
  animation-delay: 8s;
}

.spin-img:nth-child(3)
{
  animation-delay: 8s;
}

.spin:nth-child(4)
{
  animation-delay: 12s;
}

.spin-img:nth-child(4)
{
  animation-delay: 12s;
}

.spin:nth-child(5)
{
  animation-delay: 16s;
}

.spin-img:nth-child(5)
{
  animation-delay: 16s;
}


/* ==========================================================================
   Allgemein
   ========================================================================== */
.section {
  margin-bottom: 136px;
}

.section-center {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 64px;
}

/* ==========================================================================
   Header 2
   ========================================================================== */
.center {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 64px;
}

.header {
  padding: 50px 0;
}

.header__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__pic {
  width: 138px;
}

.header__pic_light {
  display: none;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 55px;
}

.header__preview {
  display: none;
  position: absolute;
  top: 50%;
  right: calc(50% - 803px);
  -webkit-transform: translateY(-51.5%);
  -ms-transform: translateY(-51.5%);
  transform: translateY(-51.5%);
  pointer-events: none;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
}

.header__link {
  font-weight: 600;
  color: #6E757C;
  margin-right: 48px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.header__link:hover {
  color: #272E35;
}

.header__link.active {
  color: #FF6E30;
}

.flex-column-pair {
  display: flex;
}


.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__btn {
  min-width: auto;
}

.header__btn:not(:last-child) {
  margin-right: 8px;
}

.header__burger {
  position: relative;
  z-index: 12;
  display: none;
  width: 32px;
  height: 32px;
  margin-left: auto;
  text-align: center;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: none;
  outline: none;
  border: none;
}

.header__burger:before, .header__burger:after {
  display: block;
  width: 32px;
  height: 2px;
  background: #272E35;
  -webkit-transition: width .2s, background .2s, -webkit-transform .2s;
  transition: width .2s, background .2s, -webkit-transform .2s;
  -o-transition: transform .2s, width .2s, background .2s;
  transition: transform .2s, width .2s, background .2s;
  transition: transform .2s, width .2s, background .2s, -webkit-transform .2s;
}

.header__burger:before, .header__burger:after {
  content: '';
  margin: 8px auto;
}

.header__burger.active:before {
  -webkit-transform: translateY(5.5px) rotate(45deg);
  -ms-transform: translateY(5.5px) rotate(45deg);
  transform: translateY(5.5px) rotate(45deg);
}

.header__burger.active:after {
  -webkit-transform: translateY(-5.5px) rotate(-45deg);
  -ms-transform: translateY(-5.5px) rotate(-45deg);
  transform: translateY(-5.5px) rotate(-45deg);
}

.header:not(:last-child) {
  margin-bottom: 20px;
}

body.dark .header__pic_dark {
  display: none;
}

body.dark .header__pic_light {
  display: inline-block;
}

body.dark .header__link:hover {
  color: #ffffff;
}

body.dark .header__link.active {
  color: #FF6E30;
}

body.dark .header__burger:before, body.dark .header__burger:after {
  background: #ffffff;
}






/* ==========================================================================
   Header
   ========================================================================== */


.section-center-menu {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 64px;
}

.header {
  margin-bottom: 20px;
  padding: 50px 0;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo {
  flex-shrink: 0;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 55px;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
}

.header-link {
  font-weight: 600;
  color: #6E757C;
  margin-right: 48px;
  text-decoration: none;
}

/* ==========================================================================
   Mega Menu
   ========================================================================== */

 .dropbtn {

}




/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  left: 3%;
  box-shadow: 0 80px 160px 0 rgba(0,0,0,0.2);
  background-color: #ffffffab;
  backdrop-filter: blur(70px);
  -webkit-backdrop-filter: blur(70px);
  border-radius: 2rem;
  z-index: 1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 16px;

}

/* Create three equal columns that floats next to each other */
.column {
  max-width: 300px;
  margin: 48px 48px 0 0;
  display: flex;
  flex-direction: column;
}

.column-label {
  text-transform: uppercase;
  border-bottom: 1px solid #e3e3e3;
  margin-top: 32px;
  margin-bottom: 25px;
  padding: 0 0 24px;
  font-weight: 700;
}

.ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

li {
  margin-bottom: 8px;
  list-style: none;
}

.a-mega-menu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  color: inherit;
  text-decoration: none;
}

.p-mega-menu {
  line-height: 20px;
  min-height: 65px;
  margin-top: 3px;
  margin-left: 75px;
  font-size: 14px;
  font-weight: 400;
}

.a-mega-menu img {
  width: 50px;
  margin-right: 25px;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/* ==========================================================================
   Main/Hero
   ========================================================================== */


.main {
  position: relative;
  padding-top: 100px;
}

.main:not(:last-child) {
  margin-bottom: 200px;
}

.main-center {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 64px;
}


.main-wrap {
  max-width: 558px;
  margin-bottom: 138px;
}




.stage {
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.33333;
  text-transform: uppercase;
  color: #748FB5;
}




.main-title {
  font-size: 72px;
  line-height: 1.11111;
  font-weight: 600;
  margin-top: 0;
}


.main-text {
  margin-bottom: 41px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #6E757C;
}

.main-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -100px;
}

.main-btn {
  margin-right: 24px;
}

/* ==========================================================================
   Referenzen
   ========================================================================== */
.references {

}

.references-title {
  margin-bottom: 24px;
  text-align: center;
  color: #6E757C;
}

.references-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}

.references-logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 16px;
}


/* ==========================================================================
   Features
   ========================================================================== */
.features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -72px -12px 0;
}

.features-list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 24px);
  flex: 0 0 calc(25% - 24px);
  width: calc(25% - 24px);
  margin: 72px 12px 0;
}

.features-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  margin-bottom: 24px;
  font-size: 0;
}

.features-title {
  max-width: 210px;
  margin-bottom: 24px;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.features-text {
  position: relative;
  max-width: 215px;
  padding-top: 28px;
  color: #6E757C;
}

.features-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: rgba(116, 143, 181, 0.15);
}


/* ==========================================================================
   Advantages
   ========================================================================== */
.advantages:not(:last-child) {
  margin-bottom: 136px;
}

.advantages-section-center {
  max-width: 1300px;
  margin: 0 auto 136px;
  padding: 0 64px;
}

.advantages-head {
  margin-bottom: 112px;
  text-align: center;
}

.advantages-title {
  max-width: 550px;
  margin: 0 auto;
}

.advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advantages-item:not(:last-child) {
  margin-bottom: 112px;
}

.advantages-bg {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 548px;
  flex: 0 0 548px;
  width: 548px;
  margin-right: auto;
}

.advantages-item:first-child .advantages-preview:first-child {
  margin-left: -28px;
}

.advantages-item:first-child .advantages-preview:nth-child(2) {
  top: 49%;
  left: -22%;
}

.advantages-item:first-child .advantages-wrap {
  padding-bottom: 40px;
}
.advantages-wrap {
  max-width: 800px;
  padding-right: 55px;
}

.advantages-info {
  margin: 40px 0 16px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
}

.advantages-text {
  margin-bottom: 40px;
  color: #6E757C;
}

/* ==========================================================================
   UI
   ========================================================================== */
.ui-title {
  text-align: center;
}

.ui-text {
  color: #6E757C;
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}

/* ==========================================================================
Dokumentenmanagementsystem
========================================================================== */

.module-section:not(:last-child) {
  margin-bottom: 136px;
}

.module-container.visible {
  opacity: 1;
}

.module-container {
  position: relative;
  padding: 120px 80px 86px 132px;
  border-radius: 24px;
  -webkit-box-shadow: 0 8px 32px rgb(0 0 0 / 10%);
  box-shadow: 0 8px 32px rgb(0 0 0 / 10%);
  background: #F7F7F8;
  /*opacity: 0;
  transition: opacity 0.5s;*/
}

.module-container:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: -16px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 24px;
}

.module-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.module-wrap {
  position: relative;
  z-index: 3;
  max-width: 600px;
}

.module-wrap img {
  width: 100%;
  margin-top: -150px;
  margin-left: -35px;
}


.module-wrap .stage {
  margin-bottom: 16px;
}

.module-title {
  margin-bottom: 24px;
}

.module-info {
  margin-bottom: 32px;
  color: #6E757C;
}


.module-list {
  position: relative;
  z-index: 3;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 400px;
}

.module-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.module-list-item:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 3px solid rgba(116, 143, 181, 0.15);
}

.module-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 24px;
  font-size: 0;
}
.module-details {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.module-details-header {
  margin-bottom: 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.module-details-text {
  color: #6E757C;
}

/* ==========================================================================
   Schnittstellen
   ========================================================================== */
.interfaces-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  max-width: 1248px;
  margin: 0 auto;
  padding: 0 64px;

}

.interfaces-wrap {
  max-width: 405px;
  margin-right: auto;
}

.interaces-center .stage {
  margin-bottom: 12px;
}

.interfaces-text {
  color: #6E757C;
}

.interfaces-list {
  margin: 0 auto;
  flex-shrink: 0;
  width: 464px;
}

.interfaces-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -20px;
}

.interfaces-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 40px);
  flex: 0 0 calc(33.333% - 40px);
  width: calc(33.333% - 40px);
  margin: 0 20px;
}

.interfaces-logo {
  margin-bottom: 40px;
}

/* ==========================================================================
   Reviews
   ========================================================================== */

.reviews-title {
  max-width: 370px;
  margin: 0 auto 80px;
}

.reviews-container {
  margin: 0 -32px;
  text-align: center;
}

.reviews-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review {
  width: 400px;
  display: flex;
  flex: 1;
}

.review-item {
  text-align: center;
  margin: 0 16px;
}

.review-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 32px;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 1.33333;
  font-weight: 600;
}

.review-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}

.review-star {
  margin-right: 16px;
}

.review-author {
  margin-bottom: 4px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 600;
}

.review-company {
  color: #757575;
}

/* ==========================================================================
   CTA
   ========================================================================== */
.cta:not(:last-child) {
  margin-bottom: 136px;
}

.cta-center {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 64px;
}

.cta-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 600px;
  padding: 40px 0 40px 112px;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2C353D;
  border-radius: 24px;
  overflow: hidden;
  color: white;
}

.bg:before {
  content: "";
  position: absolute;
  top: -242px;
  left: -223px;
  width: 497px;
  height: 497px;
  border-radius: 50%;
  background: -webkit-linear-gradient(314.85deg, #AE80DC 1.17%, #DC83C3 31.88%, #8084DC 65.46%);
  background: -o-linear-gradient(314.85deg, #AE80DC 1.17%, #DC83C3 31.88%, #8084DC 65.46%);
  background: linear-gradient(135.15deg, #AE80DC 1.17%, #DC83C3 31.88%, #8084DC 65.46%);
  -webkit-filter: blur(160px);
  filter: blur(160px);
  opacity: .6;
}

.cta-wrap {
  display: flex;
  border-radius: 10px;
  z-index: 1
}

.cta-col-1 {
  width: 55%;
}

.cta-col-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
}

.cta-col-2 img {
  width: 100%;
}


.cta-title {
  font-size: 72px;
  line-height: 1.11111;
  margin-bottom: 32px;
  color: #ffffff;
}

.cta-text {
  max-width: 330px;
  margin-bottom: 32px;
  color: #6A7986;
}






/* ==========================================================================
   max-width: 1179px
   ========================================================================== */
@media only screen and (max-width: 1179px) {

  h2 {
    font-size: 27px;
    line-height: 1.2;
  }

  .section {
    margin-bottom: 112px;
  }

  .spin {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 155px;
  }

  .spin-img {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 235px;
    width: 33%;
  }

  .header {
    padding: 44px 0;
  }

  .header__logo {
    position: relative;
    z-index: 12;
  }

  .header__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 174px 64px 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    background: #EEEFF2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  .header__wrapper.visible {
    visibility: visible;
    opacity: 1;
  }

  .header__preview {
    display: block;
  }

  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: auto;
  }

  .header__link {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    line-height: 1.25;
    margin: 0 0 32px;
  }

  .dropdown-content {
    box-shadow: initial;
    background-color: inherit;
    position: initial;
  }

  .dropdown:hover .dropdown-content {
    flex-direction: column;
  }


  .header__burger {
    display: inline-block;
  }

  .header:not(:last-child) {
    margin-bottom: 12px;
  }

  .dropdown {
    margin: 0 0 32px;
  }

  .main {
    padding-top: 0;
  }

  .main:not(:last-child) {
    margin-bottom: 140px;
  }

  .main-wrap {
    max-width: 100%;
    margin-bottom: 155px;
  }

  .stage {
    text-align: center;
  }

  .main-title {
    text-align: center;
    font-size: 48px;
    line-height: 1.16667;
    margin-bottom: 435px;
  }

  .main-text {
    max-width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    }

  .main-btns {
    justify-content: center;
    margin-right: 0;
  }
  .references-logo:first-child {
    display: none;
  }

  .advantages-head {
    margin-bottom: 80px;
  }

  .advantages-item:not(:last-child) {
    margin-bottom: 72px;
  }

  .advantages-bg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 460px;
    flex: 0 0 460px;
    width: 460px;
  }

  .module-section:not(:last-child) {
    margin-bottom: 112px;
  }

  .section-center {
    padding: 0 32px;
  }

  .module-container {
    padding: 150px 130px 115px 52px;
  }

  .module-wrap {
    padding-top: 150px;
  }

  .interfaces-center {
    display: block;
    padding-right: 64px;
    text-align: center;
  }

  .interfaces-wrap {
    max-width: 100%;
    margin: 0 0 80px;
  }

  .interfaces-text {
    max-width: 405px;
    margin: 0 auto;
  }

  .interfaces-list {
    flex-shrink: 0;
    width: 464px;
  }

  .reviews-title {
    margin-bottom: 48px;
  }

  .cta:not(:last-child) {
    margin-bottom: 112px;
  }

  .cta-center {
    padding: 0 32px;
  }

  .cta-container {
    min-height: 510px;
    padding: 40px 64px;
  }


}

@media only screen and (max-width: 1023px) {

  .section {
    margin-bottom: 72px;
  }

  .center {
    padding: 0 32px;
  }

  .header__wrapper {
    padding: 174px 32px 64px;
  }

  .header__link {
    color: rgba(39, 46, 53, 0.7);
  }

  .header__link.active {
    color: #FF6E30;
  }

  body.dark .header__link {
    color: rgba(255, 255, 255, 0.7);
  }
  body.dark .header__link.active {
    color: #FF6E30;
  }

    .main-wrap {
      margin-bottom: 100px;
    }

    .main-center {
      padding: 0 32px;
    }

    .main:not(:last-child) {
      margin-bottom: 112px;
    }

  .spin-img {
    width: 36%;
  }


  .references-logo {
    margin: 0 8px;
  }

  .advantages-section-center {
    padding: 0 32px;
  }

  .advantages-head {
    margin-bottom: 64px;
  }

  .advantages-item:not(:last-child) {
    margin-bottom: 48px;
  }

  .advantages-item {
    display: block;
  }

  .advantages-bg {
    margin: 0 auto 64px;
  }

  .features-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -32px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .features-list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    width: 250px;
    margin: 0;
  }

  .features-list-item:not(:last-child) {
    margin-right: 16px;
  }

  .feature-icon {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .module-container {
    padding: 48px 32px;
  }

  .module-wrap {
    max-width: 300px;
  }

  .reviews-container {
    margin: 0 -16px;
  }

  .review {
    flex-direction: column;
  }

  .review-item {
    margin-bottom: 50px;
  }

  .review-text {
    margin-bottom: 16px;
  }

  .review-rating {
    margin-bottom: 16px;
  }

  .cta-container {
    min-height: 450px;
    padding: 40px 0 40px 32px;
  }

  .cta-title {
   font-size: 56px;
  }


  .cta-col-2 img {
    width: 100%;
  }

}



@media only screen and (max-width: 767px) {

  h2 {
    font-size: 21px;
    line-height: 1.25;
  }

  .center {
    padding: 0 20px;
  }

  .header {
    padding: 48px 0 40px;
  }

  .header__center {
    padding: 0 32px;
  }

  .header__pic {
    width: 115px;
  }

  .header__wrapper {
    padding: 128px 32px 40px;
  }

  .header__preview {
    display: none;
  }

  .header__nav {
    margin: -16px 0 auto -24px;
  }

  .header__link {
    margin: 16px 0 0 24px;
    font-size: 24px;
    color: #272E35;
  }

  .header__link.active {
    color: #FF6E30;
  }

  .dropdown {
    margin: unset;
  }

  .flex-column-pair {
    flex-direction: column;
  }



  .header__btns {
    position: relative;
    z-index: 3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: calc(100% + 16px);
    margin: 0 -8px;
  }

  .header__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    min-width: calc(50% - 12px);
    margin: 0 6px;
  }

  .header__btn:not(:last-child) {
    margin-right: 6px;
  }

  .header:not(:last-child) {
    margin: 0;
  }

  body.dark .header__link {
    color: #ffffff;
  }

  body.dark .header__link.active {
    color: #FF6E30;
  }




  .spin {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 124px;
  }

  .spin-img {
    position: absolute;
    width: 44%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 200px;
  }

  .main-center {
    padding: 0 20px;
  }


  .main-wrap {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .stage {
    margin-bottom: 16px;
  }

  .main:not(:last-child) {
    margin-bottom: 48px;
  }

  .main {
    padding: 0;
    text-align: center;
  }

  .main-title {
    margin-bottom: 340px;
    font-size: 37px;
    line-height: 1.2;
  }

  .main-text {
    margin: 0px auto 32px;
    line-height: 1.5;
  }


  .main-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }

  .main-btn {
    margin: 0 0 24px;
  }

  .references {
    display: none;
  }

  .advantages:not(:last-child) {
    margin-bottom: 48px;
  }

  .advantages-section-center {
    padding: 0 20px;
  }

  .advantages-head {
    margin-bottom: 48px;
  }

  .advantages-bg {
    width: 100%;
    margin-bottom: 48px;
  }

  .stage {
    margin-bottom: 16px;
  }

  .features-list {
    margin: 0 0;
  }

  .module-section:not(:last-child) {
    margin-bottom: 48px;
  }

  .section-center {
    padding: 0 12px;
  }

  .module-container {
    padding: 40px 32px 46px;
  }
  .module-row {
    display: block;
  }

  .module-wrap {
    max-width: 100%;
    margin-bottom: 70px;
    padding: 0;
  }

  .module-list {
    width: 100%;
  }

  .module-wrap img {
    margin-top: -100px;
    margin-left: 0;
  }

  .interfaces-wrap {
    margin-bottom: 48px;
  }
  .interfaces-row {
    margin: 0 -14px;
  }

  .interfaces-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 24px);
    flex: 0 0 calc(33.333% - 24px);
    width: calc(33.333% - 24px);
    margin: 0 6px;
  }

  .interfaces-logo {
    margin-bottom: 0px;
  }
  .reviews-title {
    text-align: center;
    margin-bottom: 40px;
  }

  .cta:not(:last-child) {
    margin-bottom: 48px;
  }

  .cta-center {
    padding: 0 12px;
  }

  .cta-container {
    padding: 32px;
    text-align: center;
  }

  .cta-wrap {
    max-width: 100%;
  }

  .cta-col-1 {
    width: 100%;
  }

  .cta-col-2 {
    width: 100%;
  }

  .cta-col-2 img {
    margin-top: 32px;
    width: 70%;
  }

  .cta-title {
    font-size: 40px;
    text-align: center;
  }

  .cta-text {
    max-width: 100%;
  }

  .cta-wrap {
    flex-direction: column;
  }


}


@media only screen and (max-width: 474px) {
  .header__preview {
    display: block;
    top: auto;
    right: -300px;
    width: 650px;
    bottom: 100px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .header__preview img {
    width: 100%;
  }

  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 auto;
  }

  .header__link {
    margin: 0 0 24px;
  }

  .main__bg {
    margin: 0 -160px 0 -100px;
  }

  .interfaces-list {
    width: 100%;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}




