body.single-post > .wrapper {
  overflow: visible; }
body.single-post .single-post__content-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 48px;
  position: relative;
  margin-bottom: 120px; }
  @media (max-width: 760px) {
    body.single-post .single-post__content-wrap {
      flex-direction: column;
      gap: 32px;
      margin-bottom: 64px; } }
body.single-post .single-post__header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0;
  max-width: 550px;
  width: 100%; }
  body.single-post .single-post__header-content {
    position: sticky;
    top: 0;
    z-index: 1;
    max-height: 100vh;
    overflow-y: auto; }
body.single-post .single-post__title {
  margin-bottom: 16px;
  padding: 0; }
  body.single-post .single-post__title:before {
    display: none; }
body.single-post .single-post__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
  font-size: 21px;
  font-weight: 450;
  line-height: 27px;
  /* 128.571% */ }
  @media (max-width: 1260px) {
    body.single-post .single-post__info {
      gap: 16px;
      margin-bottom: 16px;
      font-size: 18px;
      line-height: 1.5; } }
body.single-post .single-post__author {
  max-width: 420px;
  width: 100%;
  padding: 16px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 1260px) {
    body.single-post .single-post__author {
      flex-direction: column;
      gap: 8px; } }
  body.single-post .single-post__author:hover .btn-link {
    transform: scale(1.1); }
  body.single-post .single-post__author-name {
    color: #282425;
    font-size: 16px;
    font-weight: 400; }
    body.single-post .single-post__author-name span {
      font-weight: 500; }
  body.single-post .single-post__author-prof {
    color: #707070;
    font-size: 12px;
    font-weight: 400; }
  body.single-post .single-post__author-left {
    display: flex;
    align-items: center;
    gap: 9px; }
    body.single-post .single-post__author-left img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
      object-position: center top;
      flex-shrink: 0;
      background: #f7f7f7; }
  body.single-post .single-post__author .btn-link {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease; }
body.single-post .single-post__body {
  max-width: 642px;
  width: 100%;
  margin-bottom: 0; }
  @media (max-width: 1260px) {
    body.single-post .single-post__body {
      max-width: 50%; } }
  @media (max-width: 760px) {
    body.single-post .single-post__body {
      max-width: 100%; } }
  body.single-post .single-post__body .single-post__header_image {
    width: 100%;
    aspect-ratio: 1/1;
    background: 50% / cover no-repeat;
    margin-bottom: 32px;
    max-width: 100%; }
  body.single-post .single-post__body .single-post__excerpt {
    max-width: 100%;
    margin-bottom: 32px; }
  body.single-post .single-post__body li {
    max-width: 100%; }
    body.single-post .single-post__body li:before {
      top: 14px; }
body.single-post .single-post__content-nav {
  margin-top: 24px; }
  @media (max-width: 760px) {
    body.single-post .single-post__content-nav {
      display: none; } }
  body.single-post .single-post__content-nav.hidden {
    display: none; }
  body.single-post .single-post__content-nav_title {
    font-size: 24px;
    margin-bottom: 24px; }
  body.single-post .single-post__content-nav li {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #e3e3e2;
    transition: all 0.3s ease; }
    body.single-post .single-post__content-nav li:last-child {
      margin-bottom: 0; }
    body.single-post .single-post__content-nav li a {
      transition: all 0.3s ease; }
    body.single-post .single-post__content-nav li:hover, body.single-post .single-post__content-nav li:has(.active) {
      color: #d02a5c; }
      body.single-post .single-post__content-nav li:hover a, body.single-post .single-post__content-nav li:has(.active) a {
        color: #d02a5c; }

.container .container {
  max-width: 100%;
  padding: 0; }

.form-section {
  margin: 64px 0; }
  .form-section:last-child {
    margin-bottom: 0; }
  .form-section__content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-radius: 5px;
    overflow: hidden; }
    @media (max-width: 1260px) {
      .form-section__content {
        flex-direction: column-reverse; } }
  .form-section--white .form-section__info {
    background: #fff; }
  .form-section--pink .form-section__info {
    background: #d02a5c;
    color: #fff; }
    .form-section--pink .form-section__info .form .iti-arrow {
      border-top: 4px solid #fff; }
    .form-section--pink .form-section__info .form .input {
      background: rgba(255, 255, 255, 0.22);
      border: 1px solid rgba(255, 255, 255, 0.36); }
  .form-section__info {
    padding: 32px;
    width: 100%; }
    @media (max-width: 1260px) {
      .form-section__info {
        padding: 24px; } }
    @media (max-width: 760px) {
      .form-section__info {
        padding: 16px; } }
  .form-section .form-section__title {
    color: currentColor;
    font-size: 21px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0; }
  .form-section .form-section__description {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
    letter-spacing: normal; }
  .form-section__image {
    max-width: 269px;
    flex-shrink: 0; }
    @media (max-width: 1260px) {
      .form-section__image {
        max-width: 100%;
        width: 100%;
        aspect-ratio: 1/1; } }
    .form-section__image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top; }
  .form-section .form .input {
    width: 100%;
    height: 55px;
    background: rgba(40, 36, 37, 0.04);
    border: 1px solid rgba(40, 36, 37, 0.14);
    border-radius: 5px;
    padding-left: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 55px;
    display: block;
    font-family: Jost;
    color: currentColor; }
    .form-section .form .input.message {
      line-height: normal;
      padding-top: 15px;
      padding-bottom: 15px;
      resize: none; }
    .form-section .form .input__wrap {
      display: block;
      text-align: left;
      margin: 0 auto;
      margin-bottom: 10px; }
    .form-section .form .input__label {
      font-weight: 400;
      font-size: 15px;
      line-height: 22px;
      display: block; }
    .form-section .form .input::placeholder {
      color: currentColor;
      opacity: 0.8; }
  .form-section .form:before {
    content: '';
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.7) url(../img/loading.svg) 50% no-repeat;
    z-index: 10; }
  .form-section .form.loading:before {
    display: block; }
  .form-section .form .intl-tel-input {
    width: 100%; }
  .form-section .form .country-list .country-name {
    color: #333; }
  .form-section .form .subm {
    margin-top: 16px;
    border: none; }
    .form-section .form .subm.white {
      background: #fff;
      color: #282425; }
      .form-section .form .subm.white:hover {
        background: #d3cdcd; }

.section-cta {
  margin: 64px 0; }
  .section-cta:last-child {
    margin-bottom: 0; }
  .section-cta__content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-radius: 5px;
    overflow: hidden;
    background: #FFF;
    padding: 32px;
    gap: 48px; }
    @media (max-width: 1260px) {
      .section-cta__content {
        flex-direction: column-reverse;
        padding: 24px;
        gap: 32px; } }
    @media (max-width: 760px) {
      .section-cta__content {
        padding: 16px;
        gap: 16px; } }
  .section-cta__info {
    width: 100%; }
  .section-cta .section-cta__title {
    color: currentColor;
    font-size: 21px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0; }
  .section-cta .section-cta__description {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
    letter-spacing: normal; }
  .section-cta__image {
    max-width: 171px;
    flex-shrink: 0; }
    @media (max-width: 1260px) {
      .section-cta__image {
        max-width: 100%;
        width: 100%; } }
    .section-cta__image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top; }
  .section-cta .btn {
    margin-top: 24px;
    border: none; }
