[class*="_section--header"] {
  display: grid;
  grid-template-columns: 3fr 7fr;
  margin-bottom: 65px;
}

[class*="-overlay"] {
  color: #fff;
}

.pretitle {
  font-weight: 500;
}

/** About Banner **/

.about-banner {
  margin-bottom: 150px;
}
.about-banner__content {
  padding: 120px 0 0px 90px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 800px;
}
.about-banner__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    90deg,
    rgba(0, 87, 97, 0.9) 23.95%,
    rgba(0, 87, 97, 0) 61.72%
  );
  z-index: 0;
  border-radius: 24px;
}

.about-banner__offer {
  max-width: 950px;
  z-index: 2;
}
.about-banner__offer h1 {
  margin-bottom: 60px;
}

.about-banner__offer h1 br:nth-of-type(1) {
  display: none;
}
.about-banner__offer h1 br:nth-of-type(2) {
  display: none;
}

.about-banner__offer .breadcrumbs {
  margin-bottom: 80px;
  color: rgba(255, 255, 255, 0.4);
}

.about-banner__offer .breadcrumbs a {
  color: rgba(255, 255, 255, 0.4);
}

.about-banner__offer .breadcrumbs span {
  color: #fff;
}

/** About Corporation **/
.corporation {
  position: relative;

  max-width: 1920px;
  margin: 0 auto 298px auto;
}

.corporation__wrapper {
  display: grid;
  grid-template-columns: 3fr 7fr;
}

.corporation > .corporation__picture {
  position: absolute;
  top: 120px;
  width: 25%;
  left: 0;
}

.corporation > .corporation__picture img {
  width: 100%;
}
.corporation__left {
}

.corporation__descr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 52px;
}

.corporation__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.corporation__text > p {
  font-size: 22px;
  max-width: 700px;
}
.corporation__text {
  max-width: 1041px;
}
/** About Advantages **/

.advantages__section {
  margin-bottom: 150px;
}

.advantages__section--inner {
  background: var(---, #e6f7f9);
  border-radius: 24px;
  padding: 86px 30px 100px 30px;
}

.advantages__section--header {
  margin-bottom: 64px;
}
.advantages__section--header span {
  padding-left: 60px;
}
.advantages__section--header h2 {
}
.advantages__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.advantages__item {
  border-radius: 16px;
  border: 1px solid rgba(6, 30, 33, 0.02);
  background: #fff;
  max-width: 435px;
  height: 470px;
  padding: 47px 20px 32px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.advantages__img {
  max-height: 177px;
  max-width: 232px;
  flex-shrink: 0;
}

.advantages__text {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.advantages__item h4 {
  color: #061e21;
}

.advantages__item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.6;
}

/** Specialists **/
.specialists {
  margin-bottom: 233px;
}

.specialists__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}
.specialist__item {
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 508px;
  padding: 14px 29px 50px 24px;
  border-radius: 8px;
  background-image: url("../icons/chevrone_specialists.svg"),
    url("../icons/chevrone_specialists.svg");
  background-position-x: -61px, 200px;
  background-position-y: 29px, 220px;
  background-repeat: no-repeat, no-repeat;
  background-size: 225px 90px, 301px 120px;
  background-color: #f3fafc;
  position: relative;
  transition: 1s ease-in;
  overflow: hidden;
}
.specialist__text {
  height: 30%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.specialist__header {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.specialist__item .specialist__img {
  display: flex;
  width: 326px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.specialist__img.default {
  align-items: center;
  justify-content: center;
}

.specialist__item .specialist__img img {
  width: 100%;
}

.specialist__descr {
  opacity: 0.5;
  font-size: 18px;
}

.specialist__subdecr {
  font-size: 16px;
  color: #fff;
}

.specialist__item:hover .specialist__img {
  filter: blur(2px);
  transition: 0.6s ease;
}
.about__content--btn.about__content--btn_mob {
  display: none;
}
.specialist__text.specialist__text_hover {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: #005761;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: all 0.5s ease;
  color: #fff;
}
.specialist__item:hover .specialist__text.specialist__text_hover {
  height: 50%;
  padding: 32px 24px 34px 24px;
}

/** Director **/
.about__director {
  padding: 0 30px;
  z-index: 0;
  position: relative;
  color: #fff;
  margin-bottom: 150px;
}
.director__section--img-mob {
  display: none;
}
.director__section--inner {
  display: flex;
  background-color: #056570;
  background-image: url("../icons/chevrone_specialists.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  border-radius: 24px;
  padding: 90px 90px 166px;
  position: relative;
}

.director__image {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 174px;
}

.director__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 539px;
  margin-bottom: 90px;
}

.director__title {
}

.director__descr {
  font-size: 18px;
  line-height: 23.4px;
  letter-spacing: -0.18px;
}

.director__teasers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 51px;
  max-width: 950px;
}

.director__teaser {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.director__teaser--title {
  font-size: 24px;
  position: relative;
}

.director__teaser--title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -19px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f04a3d;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.director__teaser--descr {
  opacity: 0.7;
  font-size: 16px;
  line-height: 20px;
}

/** Book **/
.book__section {
  margin-bottom: 108px;
}
.book__section--inner {
  display: grid;
  grid-template-columns: 3fr 7fr;
}
.book__section--left span {
  line-height: 20.8px;
  letter-spacing: -0.26px;
}

.book__section--right {
  display: flex;
  flex-direction: column;
}

.book__title {
  margin-bottom: 32px;
  font-size: 52px;
  line-height: 104%;
  letter-spacing: -0.676px;
}

.book__text {
  display: flex;
  width: 75%;
  gap: 20px;
  margin-bottom: 40px;
}

.book__text p,
.book__under p {
  font-size: 16px;
  line-height: 20px;
}

.book__img {
  max-width: 586px;
  margin-bottom: 40px;
}

.book__under {
  display: flex;
  flex-direction: column;
  gap: 26px;
  max-width: 434px;
}

.book__under--link {
  border-radius: 16px;
  background: #f04a3d;
  color: #fff;
  padding: 20px 81px;
  max-width: 434px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/** About Club **/
.about__club {
  margin-bottom: 210px;
}

.about__club--inner {
  background-color: #208d9a;
  background: #208d9a url("/wp-content/uploads/2023/11/rectangle-2904.webp")
    no-repeat center center / cover;
  padding: 90px;
  border-radius: 24px;
}

.about__club__section--header {
  grid-template-columns: 2fr 5fr;
}

.about__content--titles {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 32px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.about__content--left {
  position: sticky;
  top: 150px;
  max-width: 375px;
}
.about__link {
  color: #fff;
  opacity: 0.5;
  position: relative;
}
.about__content--item.active .about__link {
  opacity: 1;
}

.about__content--item.active .about__link::before {
  opacity: 1;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #f04a3d;
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 50%;
}
.about__content--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #061e21;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  background: #fff;
  padding: 19px 0;
  margin-top: 32px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.about__content {
  display: grid;
  grid-template-columns: 3fr 7fr;
  align-items: start;
}
.about__content--right {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.about__content--header {
  margin-bottom: 40px;
}

.about__content--block {
  display: flex;
  flex-direction: column;
}

.about__content--teasers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 20px 60px;
}

.about__teaser {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.about__teaser--img {
  width: 64px;
  height: 64px;
}

.about__teaser--text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about__teaser--title {
  font-size: 30px;
  line-height: 115%;
  letter-spacing: -0.3px;
}

.about__teaser--descr {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media (min-width: 993px) {
  .book__section--right {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    column-gap: 19px;
    margin-bottom: 40px;
  }
  .book__title {
    grid-column: 2/3;
  }
  .book__text {
    flex-direction: column;
    gap: 16px;
    max-width: 434px;
    margin-bottom: 32px;
    grid-column: 2/3;
  }
  .book__img {
    max-width: 505px;
    grid-column: 1/2;
    grid-row: 1/4;
    margin: 0;
  }
  .book__under {
    grid-column: 2/3;
  }
  .book__img--img-mob {
    display: none;
  }
  .book__img--img-desc {
    width: 100%;
    height: 100%;
  }
}
.about__content--btn {
  display: none !important;
}
