/* Костыли */
.global {
  min-width: 320px;
}

body,
html {
  height: fit-content;
  min-height: 100%;
}

/* Секкция */

.section-teachers {
  padding-top: 112px;
  padding-bottom: 164px;
  user-select: none;
}

.section-teachers__container {
  width: 100%;
  margin: 0 auto;
  max-width: 1712px;
  padding: 0 16px;
}

@media (max-width: 567px) {
  .section-teachers {
    padding-top: 50px;
    padding-bottom: 64px;
  }
}

/* Блок учителей */
/* .top-teachers {
} */

.top-teachers__main {
  position: relative;
  border-bottom: 1px solid #F1E0B7;
  overflow: hidden;
}

.top-teachers__spot {
  position: absolute;
  left: 50%;
  top: 0;
  aspect-ratio: 1 / 1;
  width: clamp(
    340px,
    calc(340px + (1314 - 340) * ((100vw - 320px) / (1414 - 320))),
    1314px
  );
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 242, 3, 0.40) 0%, rgba(255, 242, 3, 0.00) 100%);
  transition: all 1.5s;
  transform: translateX(-50%) scale(0);
  transition-delay: 0s;
}

._play .top-teachers__spot {
  transform: translateX(-50%) scale(1);
}

@media (max-width: 567px) {
  .top-teachers__spot {
    width: calc(100% - 32px);
  }
}

.top-teachers__header {
  display: flex;
  justify-content: center;
}

.top-teachers__header span {
  position: relative;
  z-index: 2;
  display: block;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s;
}

._play .top-teachers__header span {
  opacity: 1;
  transform: translateY(0);
}

.top-teachers__title {
  position: relative;
  width: clamp(
    256px,
    calc(256px + (928 - 256) * ((100vw - 320px) / (1414 - 320))),
    928px
  );
  color: #3D3C3C;
  text-align: center;
  font-family: Montserrat;
  font-size: clamp(
    33px,
    calc(33px + (120 - 33) * ((100vw - 320px) / (1414 - 320))),
    120px
  );
  font-style: normal;
  font-weight: 800;
  line-height: 90%;
  text-transform: uppercase;
  margin: 0;
}

.top-teachers__title::before,
.top-teachers__title::after {
  content: "";
  position: absolute;
  top: 0;
  width: clamp(
    39px,
    calc(39px + (138 - 39) * ((100vw - 320px) / (1414 - 320))),
    138px
  );
  height: clamp(
    84px,
    calc(84px + (301 - 84) * ((100vw - 320px) / (1414 - 320))),
    301px
  );
  background-image: url(./img/wreath.svg);
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.7s;
  transition-delay: 1s;
}

.top-teachers__title::before {
  right: 100%;
  transform: translateX(15%);
}

.top-teachers__title::after {
  left: 100%;
  transform: rotateY(180deg) translateX(15%);
}

._play .top-teachers__title::before {
  opacity: 1;
  transform: translateX(0%);
}

._play .top-teachers__title::after {
  opacity: 1;
  transform: rotateY(180deg) translateX(0%);
}

@media (max-width: 567px) {
  .top-teachers__title::before {
    right: calc(100% - 18px)
  }
  
  .top-teachers__title::after {
    left: calc(100% - 18px);
  }
}

.top-teachers__photos {
  position: relative;
  display: flex;
  height: clamp(
    142px,
    calc(142px + (562 - 142) * ((100vw - 320px) / (1414 - 320))),
    562px
  );
  max-width: 1405px;
  margin: 0 auto;
  margin-top: clamp(
    -111px,
    calc(-28px + (-111 + 28) * ((100vw - 320px) / (1414 - 320))),
    -28px
  );
}

.top-teachers__photo-btn {
  position: relative;
  z-index: 9;
  flex-grow: 1;
  border: 0;
  background-color: transparent;
  outline: none;
  pointer-events: none;
}

.top-teachers__img {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: auto;
  transition: opacity 1s, transform 1s;
  opacity: 0;
}

._play .top-teachers__img {
  opacity: 1;
}

.top-teachers__img:nth-child(1),
.top-teachers__img:nth-child(5) {
  z-index: 1;
  height: 80%;
  transition-delay: 0.5s;
}

.top-teachers__img:nth-child(2),
.top-teachers__img:nth-child(4) {
  z-index: 2;
  height: 90%;
  transition-delay: 0.3s;
}

.top-teachers__img:nth-child(2) {
  left: 15.86%;
}

.top-teachers__img:nth-child(4) {
  right: 15.86%;
}

.top-teachers__img:nth-child(3) {
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.top-teachers__img:nth-child(1) {
  left: 0;
}

.top-teachers__img:nth-child(5) {
  right: 0;
}

.top-teachers__img:nth-child(1),
.top-teachers__img:nth-child(2) {
  transform: translateX(-5%);
}

.top-teachers__img:nth-child(4),
.top-teachers__img:nth-child(5) {
  transform: translateX(5%);
}

._play .top-teachers__img:nth-child(1),
._play .top-teachers__img:nth-child(2),
._play .top-teachers__img:nth-child(4),
._play .top-teachers__img:nth-child(5) {
  transform: translateX(0);
}

.top-teachers__footer {
  position: relative;
  z-index: 7;
}

.top-teachers__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  max-width: 1074px;
  margin: 0 auto;
  padding: 0;
}

.top-teachers__item {
  padding-top: 24px;
  cursor: pointer;
  flex-grow: 1;
}

.top-teachers__item-title {
  text-align: center;
  color: var(--Black, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}

.top-teachers__item-desc {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 30px);
  transform: translate(-50%, 30px);
  opacity: 0;
  pointer-events: none;
  width: 472px;
  padding: 30px 24px 24px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.3s;
}

.top-teachers__item-desc::after {
  content: "";
  position: absolute;
  bottom: -17px;
}

.top-teachers__item:nth-child(4) .top-teachers__item-desc::after,
.top-teachers__item:nth-child(5) .top-teachers__item-desc::after {
  right: -39px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='none' viewBox='0 0 68 36'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M68.78 34.51C-1.47 34.65-23.69 3.67-26-12h44c15 36.39 38.8 46.01 50.78 46.51L71 34.5q-1.02.06-2.22.01'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h68v36H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: 68px;
  height: 36px;
}

.top-teachers__item:nth-child(1) .top-teachers__item-desc::after,
.top-teachers__item:nth-child(2) .top-teachers__item-desc::after {
  left: -39px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='none' viewBox='0 0 68 36'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M68.78 34.51C-1.47 34.65-23.69 3.67-26-12h44c15 36.39 38.8 46.01 50.78 46.51L71 34.5q-1.02.06-2.22.01'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h68v36H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: 68px;
  height: 36px;
  transform: rotateY(180deg);
}

.top-teachers__item:nth-child(3) .top-teachers__item-desc::after {
  width: 47px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='47' height='24' viewBox='0 0 47 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_364_6)'%3E%3Cpath d='M47 2L24.473 23.9999L2.02663e-06 2L47 2Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_364_6'%3E%3Crect width='47' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  left: 50%;
  transform: translateX(-50%);
}

.top-teachers__item-desc p {
  margin: 16px 0;
}

.top-teachers__item-desc p:first-child {
  margin-top: 0;
}

.top-teachers__item-desc p:last-child {
  margin-bottom: 0;
}

.top-teachers__item-desc strong {
  font-weight: 600;
}

.top-teachers__item:hover .top-teachers__item-desc {
  opacity: 1;
  transform: translate(-50%, 0);
  transition-delay: 0.3s;
}

.top-teachers__item:hover .top-teachers__item-title {
  color: #813F8E;
}

.top-teachers__item-intro {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px
}

@media (max-width: 715px) {
  .top-teachers__photo-btn {
    position: relative;
    pointer-events: all;
    overflow: hidden;
  }

  .top-teachers__photo-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translate(-50%, 100%) rotate(45deg);
    width: 16px;
    height: 16px;
    background-color: #fff;
    transition: all 0.5s;
  }

  .top-teachers__photo-btn:disabled::after {
    transform: translate(-50%, 0) rotate(45deg);
  }

  .top-teachers__main {
    border: 0;
  }

  .top-teachers__footer {
    padding: 20px 16px 16px;
    box-shadow: 0 8px 22px -6px rgba(75, 52, 3, 0.12), 0 14px 64px -4px rgba(75, 52, 3, 0.12);
    border-radius: 0 0 20px 20px;
    background-color: #fff;
    overflow: hidden;
  }

  .top-teachers__item {
    display: none;
    padding: 0;
    cursor: default;
  }

  .top-teachers__item._active {
    display: block;
  }

  .top-teachers__item-title {
    color: #000 !important;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
  }

  .top-teachers__item-title br {
    display: none;
  }

  .top-teachers__item-desc {
    position: static;
    opacity: 1;
    transform: none !important;
    width: 100%;
    padding: 16px 0 0;
    pointer-events: all;
    font-size: 12px;
    line-height: 24px;
  }

  .top-teachers__item-desc::after {
    display: none;
  }

  .top-teachers__item-intro {
    font-size: 14px;
    line-height: 24px;
  }
}