/* Main section */

.subtitle {
  font-weight: 500;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7a7992;
}

.title {
  font-family: "Berlingske Serif";
  font-weight: normal;
  font-style: normal;
  font-size: 48px;
  line-height: 130%;
  color: #010031;
  margin: 0;
}

.main__title {
  max-width: 440px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.main__button.button-primary {
  color: #010031;
}

.button-primary {
  display: inline-flex;
  align-items: center;
  padding: 26px 50px;
  background: linear-gradient(275.09deg, #ffd466 0%, #ffee57 100%);

  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #010031;
}

.button-primary:active,
.button-primary:visited,
.button-primary:focus {
  color: #010031;
}

.main__button {
  margin-top: 45px;
}

.icon__button {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: no-repeat url("../img/icon-palec.svg");
  background-size: 100% 100%;
  margin-right: 20px;
}

.radiustip {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 999px;
}

.radiustip__text-container {
  max-width: 95px;
}

.radiustip-text {
  font-family: "Okta Neue";
  font-weight: 700;
  font-size: 42px;
  line-height: 140%;
  text-transform: uppercase;
}

.radiustip-subtext {
  font-family: "Okta Neue Normal";
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  margin: 0;
}

.postip--blur {
  top: 290px;
  right: 455px;
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  color: #ffffff;
}

.postip--yellow {
  top: 180px;
  right: 330px;
  position: absolute;
  background: linear-gradient(275.09deg, #ffd466 0%, #ffee57 100%);
  color: #010031;
}

.main__info-quote {
  position: absolute;
  bottom: 130px;
  right: 30px;
  max-width: 240px;
  font-family: "Okta Neue Normal";
  padding: 44px 40px;
  color: #010031;
  background: url("../img/bg-main-side.svg") center / cover no-repeat;
}

.main__info-quote-photo {
  display: inline-block;
  position: relative;
}

.main__info-quote-photo:after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  width: 10px;
  height: 10px;
  background-color: #0fb900;
  outline: 5px solid #ffffff;
  border-radius: 999px;
}

.main__info-quote-title {
  font-family: "Berlingske Serif";
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  margin: 25px 0 10px 0;
}
.main__info-quote-tag {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #7a7992;
}
.main__info-quote-descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  margin: 20px 0 0 0;
}

.main__info-quote-img {
  position: absolute;
  top: -20px;
  right: 41%;
  transform: translateX(-2%);
}

.main__flags {
  max-width: 120px;
  height: 100%;
  padding-top: 120px;
}

.main__flags p {
  font-family: "Okta Neue Normal";
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  color: #010031;
}

/* Footer top */

/* .footer__section-top-wrapper.wrapper {
  padding: 15px 44px 0 44px;
  display: flex;
  align-items: center;
} */

.footer__col-item-3 {
  width: 25%;
}
.footer__col-item-6 {
  width: 50%;
}

.footer__section-top-image {
  display: block;
}

.icon__button--dark-blue {
  background: no-repeat url("../img/icons/fingerprint-white.svg");
}

.icon__button--plane {
  background: no-repeat url("../img/paperplane.svg");
}

.button-primary.button-primary--dark-blue {
  color: #ffffff;
  background: #010031;
  margin-right: 10px;
}

.button-primary.button-primary--dark-blue:active {
  background: #0ea900;
}

.button-primary.button-primary--dark-blue:visited,
.button-primary.button-primary--dark-blue:focus {
  color: #ffffff;
}

.button-primary.button-primary--dark-blue:hover {
  color: #ffffff;
  background: #48c828;
}

.button-white__border.button-white__border--black {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 80px;
  font-size: 12px;
  line-height: 180%;
  border: 1px solid #010031;
  color: #010031;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.1s linear, border 0.1s linear;
}

.button-white__border.button-white__border--black:visited,
.button-white__border.button-white__border--black:focus {
  color: #010031;
}

.button-white__border.button-white__border--black:active {
  background-color: #f8e54b;
}

.button-white__border.button-white__border--black:hover {
  color: #010031;
  background-color: #ffed57;
  border: 1px solid #ffed57;
}
.footer__description-text {
  max-width: 300px;
  font-family: "Okta Neue Normal";
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  margin: 0;
}

.footer__section-top-buttons {
  display: flex;
  padding-left: 30px;
}
