/* Attributy */
/* **************************** */
.front-attributes {
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem 0;
  margin: 2rem 0 0 0;
  background-repeat: no-repeat;
  background-position: 100% 100%;

  & .front-attributes-content {
    margin-bottom: 3rem;
  }

  & .front-attributes-content:last-child {
    position: relative;
    height: 40rem;
    margin-bottom: 4rem;
  }

  & .front-attributes-content:last-child img {
    border-radius: var(--border-radius-big);
    width: 70%;
  }

  & .front-attributes-content:last-child img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
  }

  & .front-attributes-content:last-child img:nth-child(2) {
    position: absolute;
    top: 15rem;
    right: 0;
  }

  & .front-attributes-content:last-child img:nth-child(3) {
    position: absolute;
    top: 12rem;
    left: 2rem;
    width: 15rem;
  }

  & .front-attributes-content:last-child img:last-child {
    display: none;
  }

  & h2,
  & ul li {
    color: var(--color-11);
  }

  & h2 {
    /*width: 464px;*/
    /*min-width: 400px;*/
    /*height: 77px;*/
    font-family: var(--font-primary), sans-serif;
    /*font-style: normal;*/
    /*font-weight: 700;*/
    font-size: 24px;
    /*line-height: 77px;*/
    color: #113263;
    /*flex: none;*/
    /*order: 0;*/
    /*align-self: stretch;*/
    /*flex-grow: 0;*/
    margin-top: 0;
  }

  & h2 span {
    color: var(--color-1);
  }

  & ul {
    margin: 0;
    padding: 0;
  }

  & ul li {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 0 5px 40px;
    gap: 20px;
    margin: 0 0 10px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: var(--color-18);
    align-self: stretch;
    font-family: var(--font-primary), sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #113263;
    background-image: url("../../images/icons/samk/icon-hazenkar.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 3rem 3rem;
  }
}

/* Media template */
/* **************************** */
@media screen and (min-width: 400px) {
  .front-attributes {
    & .front-attributes-content:last-child {
      height: 45rem;
    }
  }
}

@media screen and (min-width: 500px) {
  .front-attributes {
    & .front-attributes-content:last-child {
      height: 55rem;
    }
  }
}

@media screen and (min-width: 650px) {
  .front-attributes {
    & .front-attributes-content:last-child {
      height: 60rem;
    }
  }
}

@media screen and (min-width: 768px) {
  .front-attributes {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2rem;
    margin: 2rem 0 0 0;
    background-repeat: no-repeat;
    background-position: 100% 100%;

    & .front-attributes-content {
      flex: 0 1 calc((100% / 2) - 1rem);
    }

    & .front-attributes-content:last-child img:nth-child(3) {
      position: absolute;
      top: 4rem;
      left: unset;
      right: 4rem !important;
      width: 16rem;
    }

    & .front-attributes-content:last-child img:last-child {
      position: absolute;
      bottom: 0;
      height: auto;
      width: 23rem;
      display: block;
    }

    & h2,
    & ul li {
      color: var(--color-11);
    }

    & h2 {
      width: 464px;
      min-width: 400px;
      height: 77px;
      font-family: var(--font-primary), sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 64px;
      line-height: 77px;
      flex: none;
      order: 0;
      align-self: stretch;
      flex-grow: 0;
    }

    & ul {
      margin: 0;
      padding: 0;
    }

    & ul li {
      padding: 1rem 0 1rem 6rem;
      font-size: 17px;
      background-size: 4rem 4rem;
    }
  }
}

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

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

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