@charset "UTF-8";
/* fonts */
/*colors*/
/*@function ColorOpacity($color, $opacity) {
  @return rgba($color, $opacity);
}*/
/* fonts */
/*colors*/
/*@function ColorOpacity($color, $opacity) {
  @return rgba($color, $opacity);
}*/
.grid-col-10 {
  max-width: calc(1920px * 0.95);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-col-8 {
  max-width: calc(1920px * 0.85);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sectionPadding {
  padding: 100px 0 !important;
}

.padding-top {
  padding: 100px 0 0 0 !important;
}

.grid-col-6 {
  /*max-width: 1000px;*/
  width: 100%;
  max-width: calc(1920px * 0.71);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  .grid-col-6 {
    max-width: 76%;
  }
}
@media screen and (max-width: 1100px) {
  .grid-col-6 {
    max-width: calc(100% - 100px);
  }
}

.grid-col-4 {
  /*width: 900px;*/
  width: 100%;
  max-width: calc(1920px * 0.64);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  .grid-col-4 {
    max-width: 69%;
  }
}
@media screen and (max-width: 1100px) {
  .grid-col-4 {
    max-width: calc(100% - 200px);
  }
}

.grid-col-2 {
  width: calc(100% - (240px + 6 * (100% - 240px) / 8));
  margin: 0 auto;
}

@media screen and (max-width: 1920px) {
  .grid-col-10, .grid-col-8, .grid-col-6, .grid-col-4 {
    padding: 0 100px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  .grid-col-10, .grid-col-8, .grid-col-6, .grid-col-4 {
    padding: 0 150px;
    box-sizing: border-box;
  }
  .grid-col-6, .grid-col-4 {
    max-width: calc(1920px * 0.71);
  }
}
@media screen and (max-width: 768px) {
  .grid-col-10, .grid-col-8, .grid-col-6, .grid-col-4 {
    padding: 0 50px;
  }
}
html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  font-weight: normal;
  /*font-size: inherit;*/
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style-type: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  margin: 0;
}

@font-face {
  font-family: GeistMono-Regular;
  src: url("./fonts/GeistMono/GeistMono-Regular.eot");
  src: url("./fonts/GeistMono/GeistMono-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/GeistMono/GeistMono-Regular.svg") format("svg"), url("./fonts/GeistMono/GeistMono-Regular.ttf") format("truetype"), url("./fonts/GeistMono/GeistMono-Regular.woff") format("woff"), url("./fonts/GeistMono/GeistMono-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: GeistMono-Bold;
  src: url("./fonts/GeistMono/GeistMono-Bold.eot");
  src: url("./fonts/GeistMono/GeistMono-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/GeistMono/GeistMono-Bold.svg") format("svg"), url("./fonts/GeistMono/GeistMono-Bold.ttf") format("truetype"), url("./fonts/GeistMono/GeistMono-Bold.woff") format("woff"), url("./fonts/GeistMono/GeistMono-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: GeistMono-Medium;
  src: url("./fonts/GeistMono/GeistMono-Medium.eot");
  src: url("./fonts/GeistMono/GeistMono-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/GeistMono/GeistMono-Medium.svg") format("svg"), url("./fonts/GeistMono/GeistMono-Medium.ttf") format("truetype"), url("./fonts/GeistMono/GeistMono-Medium.woff") format("woff"), url("./fonts/GeistMono/GeistMono-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.banner {
  padding: 75px 0 175px;
  background-color: #161616;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  background-image: url("./icon_elements_v1.svg");
  background-position-x: center;
  background-position-y: calc(100% - 10px);
  background-repeat: repeat-x;
  background-size: auto 160px;
  display: flex;
}
.banner .main-container {
  flex-direction: column;
}
.banner__quote {
  position: relative;
  margin: 0 75px 75px 100px;
}
.banner__quote:before {
  content: "“";
  font-size: 90px;
  position: absolute;
  left: -65px;
  top: 15px;
  height: 0;
  line-height: 0;
  color: #ff9d0c;
}

@media only screen and (max-width: 768px) {
  .banner__quote {
    margin: 0 0 50px 50px;
  }
}
.demo {
  background-color: #ff9d0c;
  padding: 20px 0;
  display: flex;
  position: sticky;
  bottom: 0;
}
.demo .main-container {
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.demo .btn:not(:hover) {
  background-color: #fff;
  color: #1f1f1f;
}

.footer {
  background-color: #161616;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
  z-index: 1;
}
.footer .main-container {
  flex-direction: column;
}
.footer__logo {
  height: 50px;
  width: auto;
  display: flex;
  align-self: flex-start;
}
.footer__contacts {
  margin-top: 75px;
  gap: 50px;
  display: flex;
}
.footer__contacts__contact {
  display: flex;
  flex-direction: column;
}
.footer__contacts__contact__title {
  color: #ff9d0c;
  width: 100%;
  margin-bottom: 25px;
  font-family: GeistMono-Bold;
}
.footer__contacts__contact__location {
  color: #f7cf81;
  margin-bottom: 10px;
  font-family: GeistMono-Bold;
}
.footer__contacts__contact__address {
  column-count: 2;
}
.footer__copyright {
  margin-top: 50px;
  font-size: 12px;
  line-height: 14px;
}

@media only screen and (max-width: 768px) {
  .footer {
    padding: 25px 0;
  }
  .footer__contacts {
    flex-direction: column;
    margin-top: 50px;
  }
}
.header {
  display: flex;
  background-color: #161616;
  color: #fff;
  padding: 50px 0;
  font-family: GeistMono-Bold;
}
.header .main-container {
  justify-content: space-between;
  gap: 25px;
}
.header__logo {
  height: 50px;
  width: auto;
  display: flex;
  margin-right: auto;
  z-index: 1;
}
.header__navigation {
  display: flex;
  gap: 25px;
  align-items: center;
  display: none;
}
.header__navigation__nav {
  transition: color linear 0.3s;
}
.header__navigation__nav:hover {
  color: #f7cf81;
}

@media only screen and (max-width: 768px) {
  .header {
    padding: 25px 0;
  }
  .header__navigation {
    display: none;
  }
}
html {
  font-family: GeistMono-Regular, serif;
  font-size: 16px;
  line-height: 22px;
  background-color: #f0f0f0;
  color: #1f1f1f;
  min-height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  display: flex;
  flex-direction: column;
}

body {
  min-width: 320px;
  /*min-height: 100%;*/
  height: auto;
  min-height: 100%;
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
  margin: 0 auto;
}

a {
  transition: color linear 0.3s;
}
a:hover {
  color: #f7cf81;
}

strong, b {
  font-family: GeistMono-Bold;
}

.main {
  flex-grow: 1;
}

.main-container {
  margin: 0 auto 0 auto;
  padding: 0 75px;
  width: calc(100% - 150px);
  max-width: 1280px;
  display: flex;
}

.btn {
  font-family: GeistMono-Bold;
  background-color: #ff9d0c;
  color: #1f1f1f;
  border-radius: 30px;
  padding: 15px 25px;
  height: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color linear 0.3s;
  flex-shrink: 0;
}

.btn:hover {
  color: #1f1f1f;
  background-color: #f7cf81;
}

.lead {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: calc(100% - 100px);
  width: 100%;
  margin: 0 auto;
}
.lead__title {
  color: #ff9d0c;
  font-size: 22px;
  line-height: 24px;
  font-family: GeistMono-Bold;
}

.start {
  background-color: #ff9d0c;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 50px;
  z-index: 1;
  display: none;
}
.start .main-container {
  flex-direction: column;
}
.start__close {
  width: 100%;
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  margin-bottom: 175px;
}

.movie__close {
  width: 100%;
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

.start .lead__title {
  color: #fff;
}

#starter:checked + .start {
  display: flex;
}
#starter:checked + .start + .header .header__logo svg .st0 {
  fill: #1f1f1f;
}

@media screen and (min-width: 769px) {
  .mobile {
    display: none;
  }
}
@media screen and (max-width: 1920px) {
  .main-container {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 1024px) {
  .main-container {
    padding: 0 50px;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .main-container {
    padding: 0 25px;
    width: calc(100% - 50px);
  }
  .desktop {
    display: none;
  }
  .lead {
    max-width: 100%;
  }
}
.home {
  padding: 75px 0;
  display: flex;
}
.home .main-container {
  flex-direction: column;
}
.home__graph {
  padding: 75px 0;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.home__graph__video {
  position: fixed;
  background-color: #fff;
  padding: 50px;
  padding-top: 30px;
  border-radius: 10px;
  max-width: calc(100% - 200px);
  width: 90%;
  /* width:auto;
  height: auto;*/
  max-height: calc(100% - 200px);
  z-index: 1;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.home__graph__video video {
  width: 100%;
}

.home__graph__btn {
  cursor: pointer;
}

.home__graph input:checked + div {
  display: inline-block;
}
.home__steps {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.home__steps__step {
  display: flex;
  background-color: #fff;
  padding: 50px;
  border-radius: 10px;
  gap: 50px;
}
.home__steps__step__icon {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex-shrink: 0;
  align-items: center;
  width: 150px;
}
.home__steps__step__icon .icon-intake {
  width: 90px;
  height: 113px;
}
.home__steps__step__icon .icon-validation {
  width: 90px;
  height: 69px;
}
.home__steps__step__icon .icon-processes {
  width: 90px;
  height: 84px;
}
.home__steps__step__icon .icon-decision {
  width: 80px;
  height: 95px;
}
.home__steps__step__title {
  margin-top: auto;
  color: #ff9d0c;
  font-size: 18px;
  line-height: 20px;
  font-family: GeistMono-Bold;
}
.home__steps__step__text {
  display: flex;
  align-items: center;
}
.home__steps__step.last {
  background-color: #000000;
  color: #fff;
}

@media screen and (max-width: 1450px) {
  .home__graph__video {
    width: 100%;
  }
  .home__graph__video video {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .home {
    padding: 50px 0;
  }
  .home__graph {
    padding: 30px 0 50px;
  }
  .home__steps__step {
    flex-direction: column;
    align-items: center;
    padding: 25px;
    gap: 25px;
  }
}
.simple {
  padding: 75px 0;
  display: flex;
}
.simple .main-container {
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .simple {
    padding: 50px 0;
  }
}

/*# sourceMappingURL=main.css.map */
