.section--golden {
  background-image: radial-gradient(70.57% 232.74% at 70.92% 53.44%, #FAF9F8 0%, #EBE1CA 100%);
}
.section--gray {
  background-image: linear-gradient(100.18deg, #EAE7E2 13.34%, rgba(234, 231, 226, 0.25) 90.31%);
}
.section--grayinvert {
  background-image: linear-gradient(255.92deg, #EAE7E2 14.76%, rgba(234, 231, 226, 0.25) 91.24%, rgba(234, 231, 226, 0.25) 91.24%);
}
.section--blue {
  background-color: #557CAB;
  color: #FFFFFF;
}
.section.section--eldHero,
.section.section--eldRequest {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1069px) {
  .section.section--eldHero + .section,
  .section.section--eldRequest + .section {
    padding-top: 300px;
  }
}
.title--small {
  font-size: 28px;
  font-family: 'Manrope';
  font-weight: 800;
}
@media (min-width: 770px) {
  .title--small {
    font-size: 32px;
  }
}
@media (min-width: 1070px) {
  .title--small {
    font-size: 36px;
  }
}
.title--center {
  text-align: center;
}
.subtitle--center {
  text-align: center;
}
.subtitle--big {
  font-weight: 600;
  font-size: 20px;
  font-family: 'Manrope';
  color: #000000;
}
@media (min-width: 1070px) {
  .subtitle--big {
    font-size: 24px;
  }
}
.title + .subtitle--big {
  margin-top: -0.8em !important;
}
.eldShieldList {
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .eldShieldList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.eldShieldList .eldShieldItem {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .eldShieldList .eldShieldItem {
    width: calc(50.0% - 20px);
    margin: 0 10px 20px;
    min-height: 290px;
  }
}
.eldShieldItem {
  display: flex;
  flex-direction: column;
  font-family: 'Manrope';
  background-color: #EBE1CA;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  padding: 26px 20px;
  box-sizing: border-box;
  position: relative;
}
.eldShieldItem::before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-position: bottom right;
  background-size: 160px;
  background-repeat: no-repeat;
  background-image: url(../img/eldShieldItem.jpg);
  opacity: 0.05;
}
.eldShieldItem > * {
  position: relative;
  z-index: 1;
}
.eldShieldItem__icon {
  flex-grow: 1;
}
.eldShieldItem__icon img {
  height: 50px;
  max-width: 100%;
}
.eldShieldItem__text {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-top: 15px;
}
@media (min-width: 1070px) {
  .eldShieldItem__text {
    font-size: 20px;
  }
}
.eldShieldItem__actions {
  margin-top: 32px;
}
.eldShieldItem__actions .button {
  width: 100%;
  background-color: #BAAF97;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  color: #fff;
}
@media (min-width: 770px) {
  .eldShieldItem__actions .button {
    min-width: 290px;
    max-width: 100%;
    width: auto;
  }
}
.eldShieldItem__actions .button:hover {
  background-color: #0194DD;
  color: #FFFFFF;
}
@media (min-width: 640px) {
  .eldServices {
    display: flex;
    align-items: center;
  }
}
.eldServiceList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 640px) {
  .eldServiceList {
    margin-right: 30px;
  }
}
@media (min-width: 1070px) {
  .eldServiceList {
    gap: 80px 10px;
  }
}
@media (min-width: 1270px) {
  .eldServiceList {
    margin-right: 100px;
  }
}
.eldServiceList .eldServiceItem {
  flex-basis: 280px;
  margin: 0 10px 20px;
}
.eldServiceItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: 'Manrope';
}
.eldServiceItem__icon {
  margin-bottom: 6px;
}
@media (min-width: 1070px) {
  .eldServiceItem__icon {
    margin-bottom: 22px;
  }
}
.eldServiceItem__icon img {
  display: block;
  height: 50px;
}
.eldServiceItem__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #000000;
}
.eldServiceActions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -80px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 470px) {
  .eldServiceActions {
    margin: -80px 0 0;
  }
}
@media (min-width: 640px) {
  .eldServiceActions {
    width: 50%;
    flex-shrink: 0;
    margin: 0;
  }
}
@media (min-width: 1070px) {
  .eldServiceActions {
    width: 37%;
  }
}
.eldServiceActions__icon {
  margin-bottom: 7px;
}
.eldServiceActions__icon img {
  display: block;
  max-width: 100%;
}
.eldServiceActions .button {
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  min-width: 290px;
  background-color: #FF0000;
}
.eldServiceActions .button:hover {
  background-color: #9B0000;
}
.prosConsList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .prosConsList {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 770px) {
  .prosConsList {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
}
.prosConsList .prosConsItem {
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 640px) {
  .prosConsList .prosConsItem {
    width: calc(50.0% - 20px);
    margin: 0 10px 20px;
  }
}
@media (min-width: 770px) {
  .prosConsList .prosConsItem {
    width: calc(33.3% - 30px);
    margin: 0 15px 50px;
  }
}
.prosConsItem {
  background-color: #FFFFFF;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  padding: 15px 20px 28px;
  font-family: 'Manrope';
  box-sizing: border-box;
  position: relative;
}
.prosConsItem > * {
  position: relative;
  z-index: 1;
}
.prosConsItem::before {
  display: block;
  content: '';
  height: 50px;
  width: 100%;
  margin-bottom: 16px;
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/tick-square.svg);
}
.prosConsItem--fail::before {
  background-image: url(../img/svg/danger.svg);
}
.prosConsItem__title {
  font-weight: 700;
  color: #000000;
}
.prosConsItem::after {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-position: bottom right;
  background-size: 95px;
  background-repeat: no-repeat;
  background-image: url(../img/eldShieldItem.jpg);
  opacity: 0.05;
}
.eldNotion {
  color: #000000;
  padding: 40px 12px;
  background: #F8F8F8;
  font-family: 'Manrope';
  border-left: 5px solid #ED281F;
  position: relative;
}
@media (min-width: 640px) {
  .eldNotion {
    padding: 52px 52px 52px 90px;
  }
}
@media (min-width: 1070px) {
  .eldNotion {
    padding: 52px 52px 52px 176px;
  }
}
.eldNotion::before {
  font-weight: 600;
  font-size: 180px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 4px 20px rgba(255, 0, 0, 0.25);
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 640px) {
  .eldNotion::before {
    display: block;
    content: '!';
  }
}
@media (min-width: 1070px) {
  .eldNotion::before {
    left: 55px;
  }
}
.eldNotion__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 1070px) {
  .eldNotion__title {
    font-size: 24px;
  }
}
.eldNotion__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 1070px) {
  .eldNotion__text {
    font-size: 20px;
    text-align: left;
  }
}
* + .eldNotion__text {
  margin-top: 50px;
}
@media (min-width: 1070px) {
  * + .eldNotion__text {
    margin-top: 80px;
  }
}
.eldCtaBlock {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: 'Manrope';
  gap: 40px;
}
@media (min-width: 770px) {
  .eldCtaBlock {
    flex-direction: row;
    gap: 80px;
  }
}
.eldCtaBlock__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
}
@media (min-width: 1070px) {
  .eldCtaBlock__title {
    font-size: 24px;
  }
}
.eldCtaBlock__actions .button {
  min-width: 280px;
  font-size: 18px;
}
.walletBlock {
  font-family: 'Manrope';
}
.walletBlock__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 1070px) {
  .walletBlock__title {
    font-size: 24px;
  }
}
.walletBlock__notion {
  font-size: 18px;
}
.walletBlock__body {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 640px) {
  .walletBlock__body {
    flex-direction: row;
  }
}
@media (min-width: 1070px) {
  .walletBlock__body {
    gap: 40px;
  }
}
.walletBlock__text {
  font-size: 16px;
  line-height: 1.3;
  padding-top: 27px;
}
@media (min-width: 640px) {
  .walletBlock__text {
    max-width: 500px;
  }
}
@media (min-width: 1070px) {
  .walletBlock__text {
    font-size: 20px;
    line-height: 1.5;
  }
}
.walletBlock__text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.walletBlock__text ul li {
  display: flex;
  align-items: baseline;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 1070px) {
  .walletBlock__text ul li {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 1.5em;
  }
}
.walletBlock__text ul li::before {
  display: inline-block;
  content: '';
  width: 4px;
  height: 4px;
  flex-shrink: 0;
  border-radius: 2px;
  margin-right: 8px;
  transform: translate(0, -0.15em);
  background-color: #FF0000;
  vertical-align: middle;
}
@media (min-width: 1070px) {
  .walletBlock__text ul li::before {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }
}
.walletBlock__img {
  flex-shrink: 0;
  margin-top: -70px;
  margin-left: -50px;
}
@media (min-width: 640px) {
  .walletBlock__img {
    width: 49%;
    margin-top: -18px;
    margin-left: -18px;
  }
}
@media (min-width: 770px) {
  .walletBlock__img {
    margin-top: -70px;
  }
}
.walletBlock__img img {
  max-width: 100%;
}
.safeBlock {
  font-family: 'Manrope';
}
.safeBlock__title {
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 1070px) {
  .safeBlock__title {
    font-size: 24px;
  }
}
.safeBlock__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 640px) {
  .safeBlock__body {
    flex-direction: row;
  }
}
@media (min-width: 1070px) {
  .safeBlock__body {
    gap: 100px;
  }
}
.safeBlock__text {
  font-size: 16px;
  line-height: 120%;
  padding-top: 40px;
}
@media (min-width: 1070px) {
  .safeBlock__text {
    font-size: 20px;
  }
}
.safeBlock__text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.safeBlock__text ul li {
  display: block;
  margin-bottom: 1.1em;
  font-size: 16px;
  line-height: 120%;
}
@media (min-width: 1070px) {
  .safeBlock__text ul li {
    font-size: 20px;
  }
}
.safeBlock__text ul li::before {
  display: inline-block;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 2px;
  margin-right: 8px;
  background-color: #FF0000;
  vertical-align: middle;
}
@media (min-width: 1070px) {
  .safeBlock__text ul li::before {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }
}
.safeBlock__img {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  margin-top: -30px;
  margin-right: -50px;
}
@media (min-width: 640px) {
  .safeBlock__img {
    width: 47%;
    margin-right: -24px;
    margin-top: 0;
  }
}
@media (min-width: 1070px) {
  .safeBlock__img {
    margin-top: -50px;
  }
}
.safeBlock__img img {
  max-width: 100%;
}
.eldHero {
  font-family: 'Manrope';
  position: relative;
  padding-top: 50px;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .eldHero {
    display: flex;
  }
}
@media (min-width: 1070px) {
  .eldHero {
    min-height: 680px;
  }
}
.eldHero__info {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  margin-right: auto;
  padding-bottom: 0;
}
@media (min-width: 640px) {
  .eldHero__info {
    width: 50%;
    padding-bottom: 50px;
  }
}
@media (min-width: 1070px) {
  .eldHero__info {
    padding-top: 30px;
  }
}
.eldHero__title,
h1.eldHero__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 1.375;
  margin-bottom: 0.7em;
  margin-top: 0;
  letter-spacing: -0.01em;
}
@media (min-width: 1070px) {
  .eldHero__title,
  h1.eldHero__title {
    font-size: 40px;
    margin-bottom: 1em;
  }
}
.eldHero__text {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .eldHero__text {
    max-width: 500px;
  }
}
@media (min-width: 1070px) {
  .eldHero__text {
    font-size: 20px;
  }
}
.eldHero__text ul li {
  display: block;
  margin-bottom: 0.9em;
  font-size: 16px;
  line-height: 0.9;
}
@media (min-width: 1070px) {
  .eldHero__text ul li {
    font-size: 20px;
  }
}
.eldHero__text ul li::before {
  display: inline-block;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 2px;
  margin-right: 8px;
  background-color: #FF0000;
  vertical-align: middle;
}
@media (min-width: 1070px) {
  .eldHero__text ul li::before {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }
}
.eldHero__label {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  color: #FF0000;
  border: 2px solid #FF0000;
  border-radius: 10px;
  font-size: 14px;
  padding: 0.5em 0.1em 0.5em 0.5em;
  transform: rotate(-12deg);
  margin-top: 24px;
  margin-left: auto;
  width: 155px;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .eldHero__label {
    margin-left: 40px;
  }
}
@media (min-width: 1070px) {
  .eldHero__label {
    width: 195px;
    margin-top: 51px;
    padding: 0.5em;
    font-size: 16px;
  }
}
.eldHero__label::before {
  display: block;
  content: '';
  height: 44px;
  width: 44px;
  margin-right: 4px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/info-circle.svg);
}
@media (min-width: 1070px) {
  .eldHero__label::before {
    height: 52px;
    width: 52px;
    margin-right: 14px;
  }
}
.eldHero__person {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin-left: -100px;
  margin-top: -50px;
}
@media (min-width: 470px) {
  .eldHero__person {
    max-width: 619px;
    margin-top: 0;
    margin-left: 0;
  }
}
@media (min-width: 640px) {
  .eldHero__person {
    margin-right: -200px;
    margin-left: -100px;
    max-width: 619px;
  }
}
@media (min-width: 770px) {
  .eldHero__person {
    margin-right: -100px;
    margin-left: -50px;
  }
}
@media (min-width: 1070px) {
  .eldHero__person {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -200px;
    margin-right: 0;
  }
}
.eldHero__person img {
  display: block;
  object-fit: contain;
  max-width: 100%;
}
.eldHero__form {
  z-index: 1;
  background-color: #FFFFFF;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 1.5em 1.7em;
  max-width: 290px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -130px);
}
@media (min-width: 1070px) {
  .eldHero__form {
    margin-right: -10px;
    align-self: flex-start;
    margin-top: 65px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
.eldRequest {
  font-family: 'Manrope';
  position: relative;
  padding-top: 50px;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .eldRequest {
    display: flex;
    min-height: 632px;
  }
}
@media (min-width: 1070px) {
  .eldRequest {
    padding-top: 100px;
  }
}
.eldRequest__info {
  position: relative;
  z-index: 1;
  width: 100%;
  flex-shrink: 0;
  margin-right: auto;
  padding-bottom: 10px;
}
@media (min-width: 640px) {
  .eldRequest__info {
    width: 42%;
  }
}
@media (min-width: 1070px) {
  .eldRequest__info {
    padding-bottom: 50px;
  }
}
.eldRequest__info::before {
  display: block;
  content: '“';
  font-weight: 800;
  font-size: 96px;
  line-height: 1;
  color: #FF0000;
  height: 0.54em;
}
.eldRequest__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 0.7em;
}
@media (min-width: 1070px) {
  .eldRequest__title {
    margin-bottom: 1.1em;
  }
}
.eldRequest__text {
  font-size: 18px;
  line-height: 1.5;
}
.eldRequest__author {
  margin-top: 10px;
  font-size: 15px;
  max-width: 350px;
}
@media (min-width: 1070px) {
  .eldRequest__author {
    margin-top: 66px;
  }
}
.eldRequest__author::before {
  display: block;
  content: '';
  height: 3px;
  width: 108px;
  background-color: #ED281F;
  margin-bottom: 11px;
}
.eldRequest__name {
  font-weight: 700;
  margin-bottom: 3px;
}
.eldRequest__person {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  overflow: hidden;
  width: 90%;
  max-width: 373px;
}
@media (min-width: 640px) {
  .eldRequest__person {
    margin: 0;
  }
}
@media (min-width: 1070px) {
  .eldRequest__person {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -125px;
  }
}
.eldRequest__person img {
  display: block;
  object-fit: contain;
  max-width: 100%;
}
.eldRequest__form {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 1.5em 1.7em;
  max-width: 290px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -130px);
}
@media (min-width: 1070px) {
  .eldRequest__form {
    margin-right: 25px;
    align-self: flex-start;
    margin-bottom: 0;
    margin-top: 25px;
    position: static;
    transform: none;
  }
}
