.about-author__wrapper {
  border-radius: 18px;
  padding: 16px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .about-author__wrapper {
    padding: 20px;
  }
}
@media (min-width: 62em) {
  .about-author__wrapper {
    padding: 30px;
    border-radius: 30px;
  }
}
@media (min-width: 75em) {
  .about-author__wrapper {
    padding: 40px;
  }
}
@media (min-width: 87.5em) {
  .about-author__wrapper {
    padding: 50px;
    min-height: 570px;
  }
}
.about-author .row {
  row-gap: 32px;
}
@media (min-width: 48em) {
  .about-author .row {
    --containerPadding: 20px;
    flex-wrap: nowrap;
  }
}
@media (min-width: 62em) {
  .about-author .row {
    --containerPadding: 30px;
  }
}
@media (min-width: 87.5em) {
  .about-author .row {
    --containerPadding: 40px;
  }
}
.about-author .col {
  width: 100%;
  flex-shrink: 0;
}
.about-author .col-left {
  position: relative;
  z-index: 1;
}
@media (min-width: 48em) {
  .about-author .col-left {
    width: 50%;
  }
}
@media (min-width: 62em) {
  .about-author .col-left {
    width: 40%;
  }
}
@media (min-width: 102.5em) {
  .about-author .col-left {
    width: 33.5%;
  }
}
.about-author .col-right {
  position: relative;
  z-index: 0;
}
@media (min-width: 48em) {
  .about-author .col-right {
    width: 50%;
  }
}
@media (min-width: 62em) {
  .about-author .col-right {
    width: 60%;
  }
}
@media (min-width: 102.5em) {
  .about-author .col-right {
    width: 66.5%;
  }
}
.about-author__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 303/280;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
@media (min-width: 62em) {
  .about-author__img {
    height: 100%;
    aspect-ratio: unset;
    border-radius: 24px;
  }
}
.about-author__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.about-author__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 75em) {
  .about-author__inner {
    padding-right: 45px;
  }
}
@media (min-width: 102.5em) {
  .about-author__inner {
    padding-right: 208px;
  }
}
.about-author__inner:before {
  content: "";
  display: block;
  width: 286px;
  height: 163px;
  border-radius: 100%;
  background-color: var(--clr-02);
  filter: blur(150px);
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.15;
}
@media (min-width: 48em) {
  .about-author__inner:before {
    display: none;
    width: 350px;
    height: 120px;
    filter: blur(120px);
    top: 40%;
  }
}
@media (min-width: 62em) {
  .about-author__inner:before {
    width: 450px;
    height: 150px;
    filter: blur(150px);
  }
}
@media (min-width: 87.5em) {
  .about-author__inner:before {
    width: 525px;
    height: 180px;
    filter: blur(200px);
  }
}
.about-author__title {
  margin-bottom: 8px;
}
@media (min-width: 62em) {
  .about-author__title {
    margin-bottom: 16px;
  }
}
.about-author__position {
  margin-bottom: 20px;
  opacity: 0.7;
  font-size: 18px;
}
@media (min-width: 62em) {
  .about-author__position {
    margin-bottom: 30px;
  }
}
@media (min-width: 87.5em) {
  .about-author__position {
    margin-bottom: 40px;
  }
}
.about-author__text {
  margin-bottom: auto;
}
@media (min-width: 87.5em) {
  .about-author__text {
    font-size: 24px;
  }
}
.about-author .btn {
  margin-top: 32px;
  width: 100%;
}
@media (min-width: 48em) {
  .about-author .btn {
    margin-top: 40px;
    width: fit-content;
  }
}
.about-author--page .about-author__title {
  margin-bottom: 16px;
}
@media (min-width: 62em) {
  .about-author--page .about-author__title {
    margin-bottom: 32px;
  }
}
.about-author.active .about-author__wrapper {
  background-color: var(--clr-02) !important;
  color: var(--clr-01);
}
.about-author.active .col-right__col {
  transform: translateX(-100%);
}
.about-author.active .col-form {
  display: block;
}

.author-contacts {
  border-radius: 18px;
  padding: 30px 16px 16px;
  display: flex;
  background-color: var(--clr-02);
  margin-top: 32px;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 62em) {
  .author-contacts {
    margin-top: 50px;
    height: auto;
    padding: 30px;
    border-radius: 24px;
  }
}
@media (min-width: 75em) {
  .author-contacts {
    flex-direction: row;
  }
}
@media (min-width: 87.5em) {
  .author-contacts {
    margin-top: 75px;
  }
}
.author-contacts__inner {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  transition: width 0.5s;
}
@media (min-width: 62em) {
  .author-contacts__inner {
    width: auto;
    gap: 10px;
  }
}
.author-contacts__social {
  border-radius: 100%;
  width: 54px;
  height: auto;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--clr-02);
  border: 1px solid rgba(73, 73, 73, 0.4);
  font-size: 20px;
}
@media (min-width: 62em) {
  .author-contacts__social {
    font-size: 20px;
    width: 84px;
  }
}
.author-contacts__social:hover {
  background: var(--clr-03);
  border: 1px solid transparent;
}
.author-contacts__btn {
  margin-top: 20px;
}
.author-contacts__btn.btn {
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 75em) {
  .author-contacts__btn.btn {
    margin-top: 0;
    width: fit-content;
  }
}

.about-author__form {
  display: none;
}

.col-right__row {
  display: flex;
  overflow: hidden;
  margin: 0 calc(-0.5 * var(--containerPadding));
}
.col-right__col {
  width: 100%;
  flex-shrink: 0;
  padding: 0 calc(0.5 * var(--containerPadding));
}

.col-form {
  display: none;
}
.col-form .wpcf7 {
  height: 100%;
}
.col-form .wpcf7-form {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.col-form .wpcf7-submit {
  margin-top: auto;
}
@media (min-width: 75em) {
  .col-form .form-row {
    display: flex;
    gap: 20px;
  }
}
@media (min-width: 75em) {
  .col-form .form-col {
    flex: 1;
  }
}
.col-form .form-col:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 62em) {
  .col-form .form-col:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 75em) {
  .col-form .form-col:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 62em) {
  .col-form .wpcf7 input[type=text], .col-form .wpcf7 input[type=email], .col-form .wpcf7 input[type=url], .col-form .wpcf7 input[type=password], .col-form .wpcf7 input[type=search], .col-form .wpcf7 input[type=number], .col-form .wpcf7 input[type=tel], .col-form .wpcf7 textarea {
    border-radius: 30px;
    padding: 20px 30px;
    font-size: 20px;
    height: 84px;
  }
}
.col-form .wpcf7 textarea {
  padding-top: 18px;
}
@media (min-width: 62em) {
  .col-form .wpcf7 textarea {
    padding-top: 27px;
  }
}