.d-flex {
  display: flex !important; }

.align-self-center {
  align-self: center !important; }

.align-self-end {
  align-self: end; }

.align-items-center {
  align-items: center !important; }

.reference:not(.slider-section__content) {
  padding: 0;
  margin-bottom: 20px; }
  @media (min-width: 990px) {
    .reference:not(.slider-section__content) {
      padding: 0 15px; } }
  @media (min-width: 1680px) {
    .reference:not(.slider-section__content) {
      width: 1500px; } }

.reference .reference__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -.75rem;
  margin-left: -.75rem; }

.reference .reference__item {
  padding: 10px 0; }
  @media (min-width: 990px) {
    .reference .reference__item {
      padding: 10px; } }
  .reference .reference__item:nth-child(3n) .reference__box {
    background-color: #ed145b; }
  .reference .reference__item:nth-child(3n + 1) .reference__box {
    background-color: #01c5fe; }
  .reference .reference__item:nth-child(3n + 2) .reference__box {
    background-color: #29099c; }
    .reference .reference__item:nth-child(3n + 2) .reference__box::before {
      background-image: url("../../../Graphics/uvozovky-pozadi-fialova.png"); }

.reference .reference__box {
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px; }
  @media (min-width: 990px) {
    .reference .reference__box {
      display: flex;
      flex-direction: column;
      align-items: end; } }
  .reference .reference__box .reference__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2; }
  .reference .reference__box .reference__image {
    max-width: 100%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    transition: transform .3s ease-in;
    transition-delay: .2s; }
    @media (min-width: 990px) {
      .reference .reference__box .reference__image {
        margin: auto; } }
    .reference .reference__box .reference__image img {
      max-width: 100%;
      max-height: 100%; }
      @media (max-width: 991px) {
        .reference .reference__box .reference__image img {
          max-height: 245px;
          object-fit: contain; } }
  .reference .reference__box .reference__content {
    position: relative;
    width: 100%;
    z-index: 5; }
    @media (min-width: 990px) {
      .reference .reference__box .reference__content {
        padding: 5% 2%; } }
    @media (min-width: 1680px) {
      .reference .reference__box .reference__content {
        padding: 5% 10%; } }
    .reference .reference__box .reference__content .reference__content__box {
      transition: transform .2s ease-in-out;
      transition-delay: .2s; }
      @media (min-width: 990px) {
        .reference .reference__box .reference__content .reference__content__box {
          display: flex;
          align-items: end; } }
    .reference .reference__box .reference__content .reference__content__text {
      color: white;
      margin: 0 20px; }
      @media (min-width: 990px) {
        .reference .reference__box .reference__content .reference__content__text {
          margin: auto auto 45px -25px; } }
      @media (min-width: 1680px) {
        .reference .reference__box .reference__content .reference__content__text {
          margin-left: auto; } }
      .reference .reference__box .reference__content .reference__content__text ul li {
        padding-left: 25px;
        background: url("../../../Graphics/odrazka-mala.png") no-repeat left center;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 2.3em;
        letter-spacing: 2px; }
        .reference .reference__box .reference__content .reference__content__text ul li a {
          color: white; }
  .reference .reference__box .reference__content__heading {
    padding: 0 10px;
    text-align: center; }
    .reference .reference__box .reference__content__heading h3 {
      color: white;
      font-size: 2rem;
      line-height: 3rem;
      text-transform: uppercase; }
    @media (min-width: 990px) {
      .reference .reference__box .reference__content__heading {
        min-height: 300px;
        text-align: left;
        display: flex;
        align-items: flex-start;
        flex-direction: column; }
        .reference .reference__box .reference__content__heading h3 {
          font-size: 3rem;
          line-height: 4rem; } }
    @media (min-width: 1680px) {
      .reference .reference__box .reference__content__heading h3 {
        font-size: 3.5rem;
        line-height: 4.5rem;
        margin-top: auto; } }
  .reference .reference__box .reference__content__button {
    display: inline-block;
    border-radius: 34px;
    background: white;
    font-size: 15px;
    font-weight: normal;
    color: #4b4b4b;
    line-height: 2.5em;
    position: relative;
    padding: 15px 50px 15px 30px;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: background-color 0.5s, transform .2s ease-in-out;
    transition-delay: .2s; }
    .reference .reference__box .reference__content__button::after {
      background: #9d9d9d;
      content: "";
      height: 155px;
      left: -75px;
      opacity: 0.2;
      position: absolute;
      top: -50px;
      transform: rotate(35deg);
      transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
      width: 50px;
      z-index: 0; }
    .reference .reference__box .reference__content__button:hover {
      text-decoration: none; }
      .reference .reference__box .reference__content__button:hover::after {
        left: 120%;
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }
    .reference .reference__box .reference__content__button::before {
      content: '';
      position: absolute;
      right: 25px;
      width: 16px;
      height: 16px;
      top: 0;
      bottom: 0;
      margin: auto;
      background: url("../../Graphics/link.png") no-repeat center;
      background-size: 100%; }
  .reference .reference__box .reference__box__hover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    transition: all .1s ease-in-out;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 20px;
    color: white;
    font-size: 15px;
    font-weight: 800;
    z-index: 5;
    cursor: pointer;
    padding-top: 50px; }
  .reference .reference__box::before {
    position: absolute;
    content: '';
    bottom: 5%;
    left: 0;
    right: 0;
    background-image: url("../../../Graphics/uvozovky-pozadi.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 80%;
    height: 423px;
    transition: all .4s ease-out; }
  .reference .reference__box .reference__box__hover-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 75%;
    background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: opacity .2s ease-in-out;
    z-index: 0; }
  .reference .reference__box:hover .reference__box__hover-bg {
    opacity: .5; }
  .reference .reference__box:hover::before {
    transform: translateY(-50px); }
  .reference .reference__box:hover .reference__box__hover {
    bottom: 0; }
  .reference .reference__box:hover .reference__image {
    transform: translateY(-33px); }
  .reference .reference__box:hover .reference__content__box {
    transform: translateY(-50px); }
  .reference .reference__box:hover .reference__content__button {
    transform: translateY(50px); }

.base-section {
  font-family: "Open Sans", sans-serif;
  padding: 50px 0;
  color: #3C3C3C;
  background-color: #fff; }
  @media (min-width: 768px) {
    .base-section {
      padding: 100px 0; } }
  .base-section ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .base-section h1, .base-section h2, .base-section h3, .base-section h4, .base-section h5 {
    margin-top: 0; }
  .base-section img {
    width: 100%;
    height: auto; }
  .base-section.base-section--first {
    padding: 0; }
  .base-section.base-section--gray {
    background-color: #F7F7F7; }
  .base-section.base-section--disabled {
    display: none !important; }

.base-container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto; }
  .base-container.base-container--small {
    max-width: 1100px; }
  .base-container.base-container--big {
    max-width: 1650px; }

.base-title {
  font-family: "Rubik", sans-serif;
  font-size: 32px;
  line-height: 44px;
  color: #2B0098;
  font-weight: 700;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .base-title {
      font-size: 50px;
      line-height: 62px; } }
  @media (min-width: 992px) {
    .base-title {
      font-size: 68px;
      line-height: 80px; } }

.base-subtitle {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #2B0098;
  font-weight: 700;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .base-subtitle {
      font-size: 24px;
      line-height: 29px; } }
  @media (min-width: 992px) {
    .base-subtitle {
      font-size: 28px;
      line-height: 33px; } }

.base-subsubtitle {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #2B0098;
  font-weight: 500;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .base-subsubtitle {
      font-size: 20px; } }

.base-text p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #3C3C3C; }
  @media (min-width: 768px) {
    .base-text p {
      font-size: 18px;
      line-height: 28px; } }
  .base-text p strong {
    font-weight: 700; }

.base-text.base-text--blue p {
  color: #2133AF; }

.base-text.base-text--white p {
  color: #fff; }

.base-button,
.base-button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  height: 52px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  padding: 0 24px;
  cursor: pointer;
  transition: all 0.5s;
  outline: none; }
  .base-button span,
  .base-button-outline span {
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    transition: all 0.5s; }
  .base-button:hover, .base-button:focus, .base-button:active,
  .base-button-outline:hover,
  .base-button-outline:focus,
  .base-button-outline:active {
    text-decoration: none; }

.base-button {
  background-color: #ED145B;
  border: 1px solid #ED145B; }
  .base-button span {
    color: #fff; }
  .base-button:hover {
    background-color: #FF3D7C;
    border-color: #FF3D7C; }

.base-button-outline {
  background-color: transparent;
  border: 1px solid #B4B4B4; }
  .base-button-outline span {
    color: #000; }
  .base-button-outline:hover {
    border-color: #ED145B; }
    .base-button-outline:hover span {
      color: #ED145B; }

.base-tag {
  border-radius: 24px;
  background-color: #FFF1F6;
  display: inline-flex;
  padding: 8px 13px; }
  .base-tag span {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #ED145B; }

.base-list {
  margin-top: 24px; }
  .base-list li {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 34px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .base-list li {
        font-size: 18px; } }
    .base-list li:last-child {
      margin-bottom: 0; }
    .base-list li img {
      max-width: 24px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    .base-list li a {
      text-decoration: underline;
      color: #ED145B; }

.base-header {
  position: relative; }
  @media (min-width: 1025px) {
    .base-header {
      min-height: 801px;
      display: flex;
      align-items: center; } }
  .base-header .base-container {
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (min-width: 768px) {
      .base-header .base-container {
        padding-top: 100px;
        padding-bottom: 100px; } }

.base-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover; }

.base-header__content {
  position: relative; }
  @media (min-width: 992px) {
    .base-header__content .base-text {
      max-width: 390px;
      width: 100%; } }

.base-header__list {
  margin-bottom: 32px; }
  .base-header__list li {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding-left: 35px;
    font-family: "Rubik", sans-serif;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .base-header__list li {
        font-size: 22px;
        line-height: 26px; } }
    .base-header__list li:last-child {
      margin-bottom: 0; }
    .base-header__list li:nth-child(1) {
      color: #474747; }
    .base-header__list li:nth-child(2) {
      color: #15BCEA; }
    .base-header__list li:nth-child(3) {
      color: #ED145B; }
    .base-header__list li img {
      max-width: 24px;
      height: auto;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }

.base-header__buttons {
  display: flex;
  margin-top: 32px; }
  .base-header__buttons a {
    margin-right: 10px; }

.technology-section {
  padding-top: 25px; }

.technology-slider {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 80px; }
  @media (min-width: 1650px) {
    .technology-slider {
      padding-bottom: 0; } }
  .technology-slider .tns-slider {
    display: flex; }
  .technology-slider .tns-slider {
    height: 100%; }
  .technology-slider .tns-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center; }
    .technology-slider .tns-nav button {
      width: 41px;
      height: 38px;
      border: none;
      outline: none;
      background-color: transparent;
      margin-right: 10px;
      padding: 0;
      position: relative; }
      .technology-slider .tns-nav button:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        height: 4px;
        background-color: #DBDBDB;
        border-radius: 10px; }
      .technology-slider .tns-nav button:last-child {
        margin-right: 0; }
      .technology-slider .tns-nav button.tns-nav-active:before {
        background-color: #ED145B; }

.technology-slider-item__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .technology-slider-item__inner img {
    max-width: 156px;
    max-height: 84px;
    height: auto;
    object-fit: contain; }

.technology-section-content {
  display: flex;
  flex-wrap: wrap; }

.technology-section-content__left {
  width: 100%;
  flex: 0 0 100%;
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .technology-section-content__left {
      width: 40.2%;
      flex: 0 0 40.2%;
      margin-bottom: 0; } }

.technology-section-content__right {
  width: 100%;
  flex: 0 0 100%;
  text-align: center; }
  @media (min-width: 992px) {
    .technology-section-content__right {
      width: 59.8%;
      flex: 0 0 59.8%; } }

.technology-section__img {
  max-width: 636px;
  margin: 0 auto; }

@media (min-width: 992px) {
  .technology-section-content__inner {
    padding-right: 30px; } }

.about-section__header {
  margin-bottom: 32px; }

.about-section__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 32px;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .about-section__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 992px) {
    .about-section__grid {
      grid-template-columns: repeat(3, 1fr); } }

.about-section__item-inner {
  position: relative;
  padding-left: 68px; }
  .about-section__item-inner img {
    max-width: 42px;
    position: absolute;
    top: 0;
    left: 0; }

.about-section-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .about-section-info {
      align-items: center;
      justify-content: space-between;
      flex-wrap: nowrap; } }

.about-section-info__left {
  width: 100%;
  flex: 0 0 100%;
  order: 2; }
  @media (min-width: 992px) {
    .about-section-info__left {
      width: auto;
      flex: 0 0 auto;
      min-width: 375px;
      order: 1; } }

.about-section-info__right {
  width: 100%;
  flex: 0 0 100%;
  order: 1;
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .about-section-info__right {
      width: 62.90598290598291%;
      flex: 0 0 62.90598290598291%;
      order: 2; } }

.about-block {
  width: 100%;
  background-color: #29099C;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center; }
  .about-block.about-block--center {
    text-align: center;
    justify-content: center; }

.about-block__inner {
  padding: 20px;
  position: relative; }
  @media (min-width: 768px) {
    .about-block__inner {
      padding: 42px 40px; } }

.about-block__text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  font-family: "Rubik", sans-serif;
  margin: 0; }
  @media (min-width: 768px) {
    .about-block__text {
      font-size: 20px;
      line-height: 32px; } }

.about-block__quote {
  font-family: "Orelega One", serif;
  font-size: 570px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: -50px;
  right: 110px;
  opacity: 0.1; }

.about-person {
  display: flex;
  align-items: center; }

.about-person__img {
  width: 155px;
  margin-right: 15px; }
  @media (min-width: 768px) {
    .about-person__img {
      width: 230px; } }
  .about-person__img img {
    max-width: 230px; }

.about-person__text span {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #7B7B7B; }

.about-contact {
  background-color: #fff; }
  .about-contact.about-contact--gray {
    background-color: #F7F7F7; }
  .about-contact .base-subsubtitle {
    margin-bottom: 0 !important; }

.about-contact__inner {
  text-align: center;
  padding: 20px 15px; }
  @media (min-width: 768px) {
    .about-contact__inner {
      align-items: center;
      display: flex;
      justify-content: center;
      padding: 33px 15px; } }
  .about-contact__inner .base-button {
    margin-top: 16px; }
    @media (min-width: 768px) {
      .about-contact__inner .base-button {
        margin-top: 0;
        margin-left: 20px; } }

.pricelist-section__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px; }
  @media (min-width: 768px) {
    .pricelist-section__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 992px) {
    .pricelist-section__grid {
      grid-template-columns: repeat(3, 1fr); } }

.pricelist-item__header {
  width: 100px;
  display: flex;
  margin-bottom: 20px; }
  .pricelist-item__header img {
    max-width: 100px; }

.pricelist-item__list {
  margin-top: 24px; }
  .pricelist-item__list li {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 34px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .pricelist-item__list li {
        font-size: 18px; } }
    .pricelist-item__list li:last-child {
      margin-bottom: 0; }
    .pricelist-item__list li img {
      max-width: 18px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }

.pricelist-item__tag {
  margin-top: 24px; }

.pricelist__price {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #2B0098;
  font-weight: 700;
  margin-top: 24px;
  display: block; }
  @media (min-width: 768px) {
    .pricelist__price {
      font-size: 24px;
      line-height: 29px; } }
  @media (min-width: 992px) {
    .pricelist__price {
      font-size: 28px;
      line-height: 33px; } }

.pricelist-section__header {
  margin-bottom: 40px; }

.pricelist-section__quote {
  margin-top: 40px; }
  @media (min-width: 992px) {
    .pricelist-section__quote .about-block {
      min-height: 216px; } }
  @media (min-width: 992px) {
    .pricelist-section__quote .about-block__quote {
      top: -15px !important; } }

.pricelist-item .base-text p {
  min-height: 72px; }

.pricelist-item__text .base-text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.pricelist-item__text .base-text p.is-open {
  -webkit-line-clamp: unset;
  overflow: visible; }

.pricelist-text-trigger {
  display: block;
  margin-top: 10px;
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
  color: #ED145B;
  text-decoration: underline !important; }

.trigger-section.trigger-section--pb-none {
  padding-bottom: 0; }

.trigger-content {
  display: none;
  animation: fadeEffect 1s; }
  @media (min-width: 992px) {
    .trigger-content.is-active {
      display: block; } }

@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.trigger-section__row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px; }

.trigger-section__left {
  width: 100%;
  flex: 0 0 100%; }
  @media (min-width: 992px) {
    .trigger-section__left {
      width: 41.1965811966%;
      flex: 0 0 41.1965811966%; } }

.trigger-section__right {
  width: 100%;
  flex: 0 0 100%; }
  @media (min-width: 992px) {
    .trigger-section__right {
      width: 58.8034188034%;
      flex: 0 0 58.8034188034%;
      padding-top: 9px; } }

.trigger-item {
  margin-bottom: 10px; }
  .trigger-item:last-child {
    margin-bottom: 0; }
    .trigger-item:last-child .trigger-item__content {
      border-bottom: none; }
  .trigger-item.is-active {
    pointer-events: none; }
    .trigger-item.is-active .trigger-item__content {
      display: block; }
      @media (min-width: 992px) {
        .trigger-item.is-active .trigger-item__content {
          display: none; } }
    .trigger-item.is-active .trigger-item__number {
      background-color: #ED145B; }
      .trigger-item.is-active .trigger-item__number span {
        color: #fff; }
    .trigger-item.is-active .trigger-item__title {
      font-weight: 700; }

.trigger-item__content {
  display: none;
  animation: fadeEffect 1s;
  padding: 20px 0;
  border-bottom: 1px solid #E8E8E8; }

@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .trigger-item__content .trigger-content__text {
    margin-top: 0; }

.trigger-item__inner {
  display: flex;
  align-items: center; }

.trigger-item__number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px; }
  .trigger-item__number span {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #ED145B; }

.trigger-item__title {
  display: block;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  color: #3C3C3C; }

.trigger-content__tag {
  margin-bottom: 20px; }

.trigger-content__text {
  margin-top: 20px; }

.trigger-section__left-inner {
  cursor: pointer; }
  @media (min-width: 992px) {
    .trigger-section__left-inner {
      padding-right: 20px; } }

.trigger-section__banner {
  margin: 40px 0; }

.trigger-section-footer {
  margin-bottom: 40px; }

.trigger-section-footer__row {
  display: flex;
  flex-wrap: wrap; }

.trigger-section-footer__tag {
  margin-bottom: 20px; }

.trigger-section-footer__left {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .trigger-section-footer__left {
      margin-bottom: 0; } }
  .trigger-section-footer__left .base-text {
    margin-top: 20px; }

.trigger-section-footer__left {
  width: 100%;
  flex: 0 0 100%; }
  @media (min-width: 992px) {
    .trigger-section-footer__left {
      width: 60%;
      flex: 0 0 60%; } }

.trigger-section-footer__right {
  width: 100%;
  flex: 0 0 100%; }
  @media (min-width: 992px) {
    .trigger-section-footer__right {
      width: 40%;
      flex: 0 0 40%; } }

@media (min-width: 992px) {
  .trigger-section-footer__right-inner {
    padding-left: 20px; } }

@media (min-width: 992px) {
  .trigger-section__quote .about-block__quote {
    top: -80px !important; } }

.faq-item {
  border-bottom: 1px solid #E8E8E8;
  padding: 20px 0; }
  .faq-item:last-child {
    border-bottom: none; }
  .faq-item.is-active .faq-answer {
    max-height: 100%;
    display: block;
    padding-top: 20px; }
  .faq-item.is-active .faq-item__icon img {
    transform: rotate(180deg); }
  .faq-item .base-subsubtitle {
    margin-bottom: 0 !important; }

.faq-question {
  cursor: pointer;
  position: relative;
  padding-right: 50px; }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  display: none;
  animation: fadeEffect 1s; }

@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.faq-section__row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px; }

.faq-section__left {
  width: 100%;
  flex: 0 0 100%; }
  @media (min-width: 768px) {
    .faq-section__left {
      width: 41.1965811966%;
      flex: 0 0 41.1965811966%; } }

.faq-section__right {
  width: 100%;
  flex: 0 0 100%; }
  @media (min-width: 768px) {
    .faq-section__right {
      width: 58.8034188034%;
      flex: 0 0 58.8034188034%; } }

.faq-item__icon {
  width: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0; }
  .faq-item__icon img {
    max-width: 24px;
    position: relative;
    transition: all 0.3s; }

.recruit-section__row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px; }

.recruit-section__left {
  width: 100%;
  flex: 0 0 100%;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .recruit-section__left {
      width: 41.1965811966%;
      flex: 0 0 41.1965811966%;
      margin-bottom: 0; } }

.recruit-section__right {
  width: 100%;
  flex: 0 0 100%; }
  @media (min-width: 768px) {
    .recruit-section__right {
      width: 58.8034188034%;
      flex: 0 0 58.8034188034%; } }

.recruit-section__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px; }
  @media (min-width: 768px) {
    .recruit-section__grid {
      grid-template-columns: repeat(3, 1fr); } }

.recruit-section-item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .recruit-section-item img {
    max-width: 148px;
    max-height: 100px;
    object-fit: contain; }

.recruit-section__button {
  margin-top: 20px; }

.banner-section__img {
  display: inline-flex;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .banner-section__img {
      margin-right: 20px;
      margin-bottom: 0; } }
  .banner-section__img img {
    max-width: 155px; }

.banner-section__left {
  text-align: center; }
  @media (min-width: 992px) {
    .banner-section__left {
      text-align: left;
      display: flex;
      align-items: center; } }

.banner-section__right {
  text-align: center;
  margin-top: 20px; }
  @media (min-width: 992px) {
    .banner-section__right {
      margin-top: 0; } }

.banner-section__list {
  margin-top: 20px; }
  .banner-section__list li {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    padding: 0 !important;
    margin-right: 20px; }
    @media (min-width: 768px) {
      .banner-section__list li {
        font-size: 18px; } }
    .banner-section__list li:last-child {
      margin-right: 0; }
    .banner-section__list li a {
      text-decoration: none;
      color: #01C5FE;
      font-weight: 600; }

.banner-section__text .base-subtitle {
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .banner-section__row {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

.slider-section {
  overflow: hidden;
  position: relative; }

.slider-section__header {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .slider-section__header {
      max-width: 566px;
      margin: 0 2Opx auto; } }
  @media (min-width: 992px) {
    .slider-section__header {
      margin-left: 0; } }

.slider-section__content {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 50px !important; }
  .slider-section__content .tns-slider {
    display: flex; }
  .slider-section__content .tns-ovh {
    overflow: visible; }
  .slider-section__content .tns-slider {
    height: 100%; }
  .slider-section__content .tns-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center; }
    .slider-section__content .tns-nav button {
      width: 41px;
      height: 38px;
      border: none;
      outline: none;
      background-color: transparent;
      margin-right: 10px;
      padding: 0;
      position: relative; }
      .slider-section__content .tns-nav button:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        height: 4px;
        background-color: #DBDBDB;
        border-radius: 10px; }
      .slider-section__content .tns-nav button:last-child {
        margin-right: 0; }
      .slider-section__content .tns-nav button.tns-nav-active:before {
        background-color: #ED145B; }

.slider-item .reference__item {
  padding: 0 !important;
  height: 100%; }

.slider-item:nth-child(3n) .reference__box {
  background-color: #ed145b !important; }

.slider-item:nth-child(3n + 1) .reference__box {
  background-color: #01c5fe !important; }

.slider-item:nth-child(3n + 2) .reference__box {
  background-color: #29099c !important; }
  .slider-item:nth-child(3n + 2) .reference__box::before {
    background-image: url("../../../Graphics/uvozovky-pozadi-fialova.png") !important; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center; }

.modal__container {
  background-color: #fff;
  padding: 30px 20px;
  max-width: 1000px;
  width: 100%;
  max-height: 100vh;
  border-radius: 20px;
  overflow-y: auto;
  box-sizing: border-box; }

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.modal__close {
  background: transparent;
  border: 0;
  position: absolute;
  top: 20px;
  right: 20px; }

.modal__close:before {
  content: "\2715"; }

/**************************\
Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }

@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

.custom-modal .custom-modal__header {
  text-align: center; }
  .custom-modal .custom-modal__header .base-subtitle {
    text-align: center; }
  .custom-modal .custom-modal__header .base-text {
    margin-top: 20px; }

.custom-modal .custom-modal__list {
  margin-top: 20px; }
  .custom-modal .custom-modal__list li {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    margin-right: 20px; }
    @media (min-width: 768px) {
      .custom-modal .custom-modal__list li {
        font-size: 18px;
        margin-right: 40px; } }
    .custom-modal .custom-modal__list li:last-child {
      margin-right: 0; }
    .custom-modal .custom-modal__list li a {
      text-decoration: none;
      color: #01C5FE;
      font-weight: 600; }

@media (min-width: 992px) {
  .footer-form {
    background-size: 130px; } }

.footer-form__header {
  text-align: center; }

.reference-slider-section {
  overflow: hidden;
  position: relative;
  padding: 0; }

.reference-slider {
  position: relative;
  padding-bottom: 50px; }
  .reference-slider .tns-slider {
    display: flex; }
  .reference-slider .tns-ovh {
    overflow: visible; }
  .reference-slider .tns-slider {
    height: 100%; }
  .reference-slider .tns-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center; }
    .reference-slider .tns-nav button {
      width: 41px;
      height: 38px;
      border: none;
      outline: none;
      background-color: transparent;
      margin-right: 10px;
      padding: 0;
      position: relative; }
      .reference-slider .tns-nav button:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        height: 4px;
        background-color: #DBDBDB;
        border-radius: 10px; }
      .reference-slider .tns-nav button:last-child {
        margin-right: 0; }
      .reference-slider .tns-nav button.tns-nav-active:before {
        background-color: #ED145B; }

.reference-slider-item:nth-child(3n - 2) .reference-slider-item__box {
  background-color: #01C5FE; }

.reference-slider-item:nth-child(3n - 1) .reference-slider-item__box {
  background-color: #29099C; }

.reference-slider-item:nth-child(3n) .reference-slider-item__box {
  background-color: #ED145B; }

.reference-slider-item__box {
  height: 100%; }

.reference-slider-item__inner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 40px); }
  @media (min-width: 992px) {
    .reference-slider-item__inner {
      padding: 40px;
      height: calc(100% - 80px); } }

.reference-slider-item__person-img {
  width: 72px;
  height: 72px;
  display: flex;
  margin-right: 20px; }
  .reference-slider-item__person-img img {
    width: 100%; }

.reference-slider-item__person {
  display: flex;
  align-items: center;
  margin-top: 30px; }

.reference-slider-item__person-name {
  color: #fff;
  margin-bottom: 5px; }

.reference-slider-item__person-company {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7); }
