.shkola {
  padding: 89px 20px 262px 20px;
  color: #383838;
  position: relative;
  margin-bottom: -100px;
}

.shkola-title {
  position: relative;
  max-width: 503px;
  margin-bottom: 23px;
}

.h1-title-small {
  font-size: 56px;
  font-family: Enthalpy;
  font-weight: 400;
  color: #383838;
}

.h1-title-small.is-tablet {
  display: none;
}

.h1-accent-small {
  font-family: Enthalpy;
  font-size: 56px;
  line-height: 100%;
  color: #801316;
}
.shkola-text {
  position: absolute;
  inset: auto 31px 8px auto;
  font-size: 12px;
  line-height: 15px;
  max-width: 24em;
}

.skola-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 12px;
  background-color: #fcfcfc;
  border-radius: 12px;
  padding: 28px 23px;
  box-shadow: -29.75px 29.75px 42.88px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 53px;
  max-width: 711px;
}

.skola-item {
  display: flex;
  flex-direction: row;
  gap: 13px;
}

.skola-item img {
  width: 12px;
  height: 12px;
  flex-shrink: 1;
}

.founders {
  font-size: 19px;
  line-height: 27px;
  margin-bottom: 24px;
}

.founders span {
  font-weight: 500;
}

.fouder_wr {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: auto;
  gap: 70px;
  position: relative;
  width: 715px;
  padding: 27px 22px;
}

.fouder_wr svg {
  position: absolute;
  inset: 0px;
  margin-left: -116px;
  margin-top: -22px;
  z-index: 1;
}

.founder_list {
  position: relative;
  z-index: 2;
}

.founder_name {
  color: #801316;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 4px;
}
.founder_inner {
  font-size: 14px;
  margin-bottom: 4px;
}

.founder_inner span {
  font-size: 12px;
  color: #801316;
  margin-right: 3px;
}
.founder_img {
  width: 672px;
  height: 987px;
  object-fit: contain;
  object-position: top;
  position: absolute;
  inset: auto 0px 0px auto;
}

.skola-arrow {
  display: none;
}

.founder_mob-img {
  display: none;
}

@media only screen and (max-width: 1090px) {
  .h1-title-small.is-pc {
    display: none;
  }
  .h1-title-small.is-tablet {
    display: block;
  }

  .shkola-text {
    position: static;
    max-width: none;
    text-wrap: balance;
  }

  .skola-list {
    max-width: 400px;
  }
}

@media only screen and (max-width: 991px) {
  .shkola {
    padding: 48px 0px 100px 0px;
    color: #383838;
    position: relative;
    margin-bottom: -60px;
  }
  .h1-title-small {
    font-size: 36px;
  }

  .h1-accent-small {
    font-size: 36px;
  }

  .shkola-text {
    margin-top: 16px;
  }

  .skola-list {
    gap: 8px;
    background-color: #0000;
    padding: 16px 10px;
    margin-bottom: 66px;
    background-image: url("../img/plash.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-wrap: balance;
  }

  .founders {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 8px;
  }

  .founders span {
    font-weight: 400;
  }

  .founder_img {
    height: 666px;
    width: 128vw;
    max-width: none;
    position: static;
    transform: translateX(-10%);
  }

  .skola-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(
      146.31deg,
      #d9d9d9 0%,
      #ffffff 53.71%,
      #d9d9d9 100.65%
    );
    margin-bottom: 244px;
  }

  .fouder_wr {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 31px;
    position: relative;
    width: auto;
    padding: 0px;
  }

  .fouder_wr svg {
    display: none;
  }

  .founder_name {
    font-size: 16px;
  }

  .founder_inner {
    font-size: 12px;
    text-wrap: balance;
  }

  .founder_inner span {
    font-size: 9px;
  }

  .founder_list {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: -35.88px 71.75px 80.5px 0px rgba(0, 0, 0, 0.09);
    padding: 12px 22px;
  }

  .founder_item {
    width: 237px;
    position: relative;
    z-index: 2;
    margin-left: 30px;
  }

  .founder_item.man {
    width: 237px;
    position: relative;
    z-index: 2;
    margin-left: 30px;
  }

  .founder_mob-img {
    display: block;
    position: absolute;
    z-index: 1;
    width: 41px;
    max-width: none;
    height: 100%;
    inset: 0px auto auto 0px;
    transform: translateX(-39%);
  }

  .founder_mob-img.woman {
    transform: translateX(39%) scaleX(-1);
    inset: 0px 0px auto auto;
  }

  .mob-cont {
    position: absolute;
    z-index: 2;
    inset: 481px 0px auto 0px;
  }
}