.path-frontpage header[role="banner"]#big-header {
  min-height: fit-content;
  margin-bottom: 1rem;
  /* min-height: 650px; */
}

.front-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-width: var(--max-width);
}

.front-main-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
}

.front-main-block-slogan {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 130%;
  margin: 0 0 1rem 0;
  color: white;
}

.front-main-block-name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  margin: 0 0 1rem 0;
  color: white;
}

.front-header-buttons {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.front-header-buttons a.front-main-block-button {
  display: block;
  margin-top: 0;
  padding: 1.5rem;
  color: var(--color-1);
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: var(--border-radius);
  border: none;
  line-height: 1;
  text-decoration: none;
}

.front-main-block a.front-main-block-button:first-child {
  background-color: var(--color-9);
  background-image: url("../../images/icons/samk/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 4rem;
  width: fit-content;
}

.front-main-block a.front-main-block-button:last-child {
  background-color: var(--color-1);
  color: white;
}

@media screen and (min-width: 400px) {
  .front-main-block-slogan {
    font-size: 3rem;
  }
}

@media (min-width: 576px) {
  .front-main-block-slogan {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .path-frontpage header[role="banner"]#big-header {
    min-height: 650px;
  }

  .front-main-block {
    flex-direction: column;
    max-width: 750px;
  }

  .front-main-block-slogan {
    font-size: 6.4rem;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 1.5rem;
    color: white;
  }

  .front-main-block-name {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 140%;
    color: white;
  }

  .front-main-block a.front-main-block-button {
    padding: 1.5rem 2rem;
  }

}

@media screen and (min-width: 992px) {
  .front-main-block a.front-main-block-button {
    padding: 1.8rem 3rem;
  }

}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1400px) {
}
