.expert-card__title {
  font-size: 16px;
}

.image-container {
  background-size: cover;
}

.hero__title {
  margin-bottom: 20px;
}

.hero__title-top {
  display: block;
  color: rgba(28, 27, 23, 1);
  font-family: "Aktiv Grotesk Ex Trial", "Golos Text", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.hero__title-main {
  display: block;
  font-size: 60px;
  line-height: 100%;
  text-transform: none;
}

@media (max-width: 1200px) {
  .hero__title-main {
    font-size: 32px;
  }
}

@font-face {
  font-family: "Adventure";
  src: url("../../fonts/Adventure/adventure.eot"); /* IE 9 Compatibility Mode */
  src: url("../../fonts/Adventure/adventure.eot?#iefix")
      format("embedded-opentype"),
    /* IE < 9 */ url("../../fonts/Adventure/adventure.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../../fonts/Adventure/adventure.woff")
      format("woff"),
    /* Firefox >= 3.6, any other modern browser */
      url("../../fonts/Adventure/adventure.ttf") format("truetype"),
    /* Safari, Android, iOS */
      url("../../fonts/Adventure/adventure.svg#adventure") format("svg"); /* Chrome < 4, Legacy iOS */
}

.hero__sub-title {
  color: rgba(10, 18, 41, 1);
  font-family: "adventure";
  font-weight: 400;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: none;
  margin: 0 0 24px 0;
}

@media (max-width: 1200px) {
  .hero__sub-title {
    font-size: 24px;
  }
}

.split-section__decor--img {
  transform: translateY(-63%);
  top: 46%;
  bottom: auto;
}

.split-section__decor--shape {
  top: 60px;
  bottom: auto;
}

.split-section__decor--curve {
  bottom: 20px;
}

@media (max-width: 992px) {
  .split-section__decor--img {
    transform: translateY(-2%);
    bottom: 0;
    top: auto;
  }
  .split-section__decor--shape {
    top: auto;
    bottom: -30px;
  }
}

.split-section__button {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

a:not([class]) * {
  text-decoration: none;
}

.wp-block-list {
}

.wp-block-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 4px;
  line-height: 1.5;
  font-weight: 300;
}

.wp-block-list li:last-child {
  margin-bottom: 0;
}

.wp-block-list li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #0a1229;
}

.wp-block-list a {
  text-decoration: none;
  display: inline;
  transition: 0.3s;
  color: #ff7800;
  border-bottom: 1px solid #ff7800;
}

.wp-block-list a:hover {
  color: #23408f;
  border-color: #23408f;
}

.href li > * {
  text-decoration: none;
  display: inline;
  transition: 0.3s;
  color: #ff7800;
  border-bottom: 1px solid #ff7800;
  cursor: pointer;
}

.href li > *:hover {
  color: #23408f;
  border-color: #23408f;
}

.reviews-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}

.reviews-modal_active {
  visibility: visible;
  opacity: 1;
}

.reviews-modal_active .reviews-modal__bg {
  opacity: 0.8;
}

.reviews-modal__bg {
  background: rgb(238, 232, 222);
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 0;
}

.reviews-modal_active .reviews-modal__item {
  opacity: 1;
}

.reviews-modal__item {
  opacity: 0;
  transition: all 0.6s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: auto;
  overflow-y: auto;
  max-width: 642px;
  max-height: calc(100% - 40px);
  z-index: 1;
  border-radius: 10px;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.05);
}

.reviews-modal__inner {
  background-color: #fff;
  padding: 55px 55px 50px 55px;
}

.reviews-modal__close {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 16px;
  right: 17px;
  cursor: pointer;
  transition: all 0.3s;
}

.reviews-modal__close:hover {
  opacity: 0.5;
}

.reviews-modal__title {
  margin: 20px 0 30px 0;
  font-size: 24px;
}

.reviews-modal__text {
  font-weight: 300;
  line-height: 1.5;
}

.faq-card__answer .wp-block-list li {
  color: #7c727c;
  font-family: "Aktiv Grotesk Ex Trial", "Golos Text", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}

.form-app__col-title + p {
  margin-top: 15px;
}

.select-menu {
  display: none;
}

.custom-select {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.custom-select__trigger {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  border: 1px solid #e7e6e7;
  color: #0a1229;
  background: #f8f6f2;
  font-size: 1rem;
  font-weight: 400;
  line-height: 170%;
  padding: 10px 20px;
  width: 100%;
}

.custom-select__trigger:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../../images/icons/corner.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.custom-select__options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e7e6e7;
  border-top: 0;
  z-index: 10;
  max-height: 250px;
  overflow-y: auto;
  display: none;
}

.custom-select__placeholder {
  color: #767573;
}

.custom-select__option {
  padding: 8px 15px;
  cursor: pointer;
  transition: all 0.3s;
}

.custom-select__option:hover {
  background: #f8f6f2;
}

.custom-select__option.selected {
  background: #f8f6f2;
}

.custom-select.open .custom-select__options {
  display: block;
}

.custom-select.open .custom-select__trigger:after {
  transform: translateY(-50%) rotate(-180deg);
}

.custom-select__options {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}

.custom-select.open .custom-select__options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.form-app__input {
  font-family: "Aktiv Grotesk Ex Trial", "Golos Text", sans-serif;
}

.partners-card__image {
  max-width: 75%;
  max-height: 70%;
  height: auto;
  width: auto;
}

.post-type-archive-partners .partners-card {
  min-height: 175px;
}

.split-section__content {
  padding-top: 100px;
}

.hero__decor-elem--curve {
  background: url(../../images/blocks/hero/h-curve.svg) bottom right / 100% auto
    no-repeat;
  max-height: 100%;
}

.social-links__link--ok {
  background: url(../../images/blocks/social-links/ok.svg) center / 30px
    no-repeat;
}

.page-header__container {
  max-width: calc(100% - 100px);
}

.page-content__container {
  max-width: calc(100% - 100px);
}

.container {
  max-width: calc(100% - 100px);
}

@media (max-width: 1200px) {
  .split-section__content {
    padding: 75px 0;
  }
}

@media (max-width: 992px) {
  .split-section__content {
    padding-bottom: 40%;
    padding-top: 40px;
  }
  .faq-card__answer p {
    font-size: 0.8rem;
  }
  .page-header__container {
    max-width: calc(100% - 40px);
  }
  .page-content__container {
    max-width: calc(100% - 40px);
  }
  .container {
    max-width: calc(100% - 40px);
  }
}
