.solution-preview {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
.solution-preview__loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.solution-preview__frame {
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.solution-preview iframe {
  min-height: 100%;
  width: 100%;
}
.solution-preview__info {
  padding: 17px 20px;
  width: 385px;
  background: white;
  font-size: 15px;
  line-height: 1.5;
  overflow: auto;
}
.solution-preview__info header {
  margin-bottom: 28px;
}
.solution-preview__close {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  width: 35px;
  height: 35px;
  cursor: pointer;
  padding: 0;
}
.solution-preview__title {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}
.solution-preview__folder {
  color: var(--primary);
  font-size: 15px;
}
.solution-preview__description {
  color: #2e2f31;
  margin-top: 20px;
  padding-bottom: 50px;
}
.solution-preview__description-toggler {
  font-size: 13px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.solution-preview__description-toggler svg {
  margin-left: 10px;
  transition: transform 400ms;
}
.solution-preview__description-toggler.opened svg {
  transform: rotate(-180deg);
}
.solution-preview .btn-primary-outline {
  font-size: 13px !important;
}
@media screen and (min-width: 768px) {
  .solution-preview__description {
    display: block !important;
  }
}
@media screen and (max-width: 1199px) {
  .solution-preview {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    height: auto;
  }
  .solution-preview__info {
    width: 100%;
    padding-bottom: 30px;
  }
  .solution-preview__info header {
    margin-bottom: 16px;
  }
  .solution-preview__frame {
    min-height: 655px;
    overflow: unset;
  }
  .solution-preview__description {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .solution-preview__info {
    padding-bottom: 16px;
  }
  .solution-preview__info header {
    margin-bottom: 12px;
  }
  .solution-preview__description {
    margin-top: 8px;
    padding-bottom: 8px;
  }
  .solution-preview__title,
  .solution-preview__description,
  .solution-preview__folder,
  .solution-preview__description-toggler {
    font-size: 13px;
  }
}
.foquz-solution-preview.opened {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 1000;
  background: black;
}
@media screen and (max-width: 1199px) {
  .foquz-solution-preview.opened {
    overflow: auto;
  }
}

.solutions-folder-description {
  margin-top: 60px;
}
@media screen and (min-width: 767px) {
  .solutions-folder-description {
    margin-top: 100px;
  }
}


/*# sourceMappingURL=landing.solutions.css.map*/