#wpadminbar {
}

* {
  margin: 0;
  padding: 0;

  box-sizing: border-box;
}
*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
*:-moz-placeholder {
  color: #666;
  opacity: 1;
}
*::-moz-placeholder {
  color: #666;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
}
body input:required:valid,
body textarea:required:valid {
}
a {
  text-decoration: none;
}
body {
  background: #fffdfa;
  font-family: "Manrope";

  font-size: 17px;
  line-height: 23px;
  color: #3e3d41;
  overflow-x: hidden;
  counter-reset: section;
}
.container {
  max-width: calc(1180px + 30px);
  /* box-sizing: content-box; */
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
#header {
  width: 100%;
  /* transition: all 0.5s ease; */
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.header {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__left,
.header__right {
  display: flex;
  align-items: center;
}
.header__logo {
  width: 98px;
}
.header__logo img {
  max-width: 100%;
  max-height: 60px;
}
.header__menu {
  display: flex;
  list-style: none;
  margin-left: 50px;
}
.header__menu li:not(:last-child) {
  margin-right: 50px;
}
.header__menu li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;

  color: #d9d9d9;
  transition: color 0.3s;
}
.header__menu li a:hover {
  color: #bf9b47;
}
.button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  /* overflow: hidden; */
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;

  color: #ffffff;
  padding: 20px 30px;
  border-radius: 30px;
  box-shadow: 0px 10px 20px rgba(191, 155, 71, 0.2);

  transition: filter 0.3s;

  background: linear-gradient(0deg, #bf9b47, #bf9b47), linear-gradient(86.42deg, #bf9b47 36.63%, #eae8db 100%);
}
.button:hover {
  filter: brightness(0.85);
  filter: brightness(1.1);
}
.button--black {
  background: #302f32;
  box-shadow: none;
}
.button__hover-bg {
  opacity: 0;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 30px;
}
.button span {
  position: relative;
  z-index: 1;
}

.socials {
  display: grid;
  grid-template-columns: repeat(2, 30px);
  grid-gap: 15px;
}
.header__button {
  margin-left: 20px;
}
.header__button .button {
  padding: 11px 25px;
  font-size: 15px;
}
h1 {
  font-family: "IBM Plex Serif";
  font-style: italic;
  font-weight: 400;
  font-size: 55px;
  line-height: 130.5%;
  color: #ffffff;
}
h2,
.h2 {
  font-family: "IBM Plex Serif";
  font-style: italic;
  font-weight: 400;
  font-size: 50px;
  line-height: 65px;
}
h2 span,
.h2 span {
  color: #bf9b47;
}
#main {
  background: url("../img/bg.jpeg");
  background-size: cover;
  background-position: top center;
  height: 100vh;
  height: var(--app-height-init);
  min-height: 650px;
}
#main .container {
  height: 100%;
}
.main-hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 190px;
  padding-bottom: 60px;
  height: 100%;
}

.main-hero__title,
.main-hero__subtitle {
  max-width: 680px;
}
.main-hero__subtitle {
  font-weight: 400;
  font-size: 25px;
  line-height: 137.1%;
  color: #d9d9d9;
  margin-top: 18px;
}
.main-hero-nums {
  display: flex;
  justify-content: space-between;
}
.main-hero-nums__item {
  flex: 0 0 360px;
}
.main-hero-nums__head {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 65px;
  color: #bf9b47;
}
.main-hero-nums__text {
  font-weight: 500;
  font-size: 17px;
  line-height: 137.6%;
  color: #bababa;
  margin-top: 4px;
}

#about {
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-wrapper {
  display: flex;
}
.about__image {
  position: relative;
}
.about__image img {
  position: absolute;
  right: 0;
}
.about__content {
  flex: 0 0 840px;
  padding-left: 60px;
  padding-top: 40px;
}
.about__image {
  flex-grow: 1;
}
#about h2 {
  max-width: 700px;
}
.about__text {
  margin-top: 25px;
  font-size: 20px;
  line-height: 150%;
}
.about__steps {
  margin-top: 40px;
}
.about-steps {
  display: flex;
}
.about-steps__item {
}
.about-steps__item:not(:last-child) {
  padding-right: 30px;
  border-right: 1px solid #ebebeb;
  margin-right: 30px;
}
.about-steps__num {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 65px;
  color: #fff;
}
.about-steps__num {
  -webkit-text-stroke: 1px #bf9b47;
}
.about-steps__text {
  margin-top: 5px;
}

.about__button {
  margin-top: 40px;
}
#features {
  padding: 100px 0;
  position: relative;
}
#features:before,
#features:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 276px;
  height: 43px;
  background: center / cover url("../img/decor1.svg");
}
#features:before {
  top: 0;
}
#features:after {
  bottom: 0;
  transform: rotate(180deg) translateX(50%);
}
.features-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.features-card {
  padding: 65px 60px 60px;
  border-radius: 5px;
}
.features-card-1 {
  background: #faf7f3;
}
.features-card-2 {
  background: #302f32;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.features-card-2__decor {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  opacity: 0.1;
}
.features-card-1__list {
  list-style: none;
  font-size: 20px;
  line-height: 27px;
  margin-top: 10px;
}
.features-card-1__item {
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
}

.features-card-1__button {
  margin-top: 58px;
}

.features-card-2__head {
  font-weight: 500;
  font-size: 25px;
  line-height: 137.1%;
  color: #ffffff;
}

.features-card-2__list {
  margin-top: 20px;
  list-style: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #d9d9d9;
}
.features-card-2__item {
  padding: 24px 0;
  border-bottom: 1px solid #434244;
  position: relative;
  padding-left: 85px;
}
.features-card-2__item:before {
  counter-increment: section; /* Increment the value of section counter by 1 */
  content: "0" counter(section);
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 65px;
  top: calc(50% - 33px);
  /* identical to box height */

  color: #bf9b47;

  left: 0;
  position: absolute;
  display: block;
}

.features-card-2__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  /* or 26px */

  color: rgba(255, 255, 255, 0.5);
}

#models {
  padding-top: 65px;
  padding-bottom: 69px;
  position: relative;
}
.models-bg {
  margin-top: 38px;
  height: 840px;
  width: 100%;
  overflow: hidden;
  /* background: center / cover url("../img/[temp]models.jpg"); */
}
.models-bg:after {
  content: "";
  height: 370px;
  width: 100%;
  display: block;
  background: linear-gradient(180deg, rgba(255, 253, 250, 0) 8.87%, #fffdfa 100%);
  z-index: 1;
  bottom: 0;
  left: 0;
  position: absolute;
}
.models-bg .inner {
  z-index: 0;
  position: relative;
  width: 100%;
  display: flex;
  height: 100%;
}
.models-bg img {
  height: 100%;
  margin-right: 10px;
}
.models-block {
  position: absolute;
  width: 980px;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%);
  padding: 46px 146px 54px 85px;

  background: #302f32;
  border-radius: 5px;
  z-index: 2;
  /* overflow: hidden; */
}
.models-block__decor {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  opacity: 0.1;
}
.models-block__icon {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.models-block__icon img {
  max-width: 60%;
  max-height: 100%;
  transform: scale(-1, 1);
}
.models-block__title {
  color: #ffffff;
  margin-bottom: 20px;
}

.models-block__text {
  font-size: 20px;
  line-height: 27px;
  color: #d9d9d9;
  margin-bottom: 30px;
}

#models-k {
  position: relative;
  padding-top: 107px;
  padding-bottom: 70px;
}
#models-k:before,
#models-k:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 276px;
  height: 43px;
  background: center / cover url("../img/decor1.svg");
}
#models-k:before {
  top: 0;
}
#models-k:after {
  bottom: 70px;
  transform: rotate(180deg) translateX(50%);
}
.models-k__slider {
  margin-top: 40px;
  margin-bottom: 100px;
}
.models-k-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.models-k-list__item {
  text-align: center;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.models-k-list__item:not(:last-child) {
  border-right: 1px solid #ebebeb;
}
.swiper-k {
}
.swiper-k .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  border-left: 1px solid #ebebeb;
  text-align: center;
}
.models-k-list__item img {
  max-width: 90%;
}
#membership {
  padding-top: 40px;
  position: relative;
  background: center / cover url("../img/membership.jpg");
}
#membership h2 {
  color: #fff;
}
.membership {
  background: #302f32;
  border-radius: 5px;
  padding: 50px 60px 60px;
  max-width: 565px;

  color: #d9d9d9;
  position: relative;
  top: 45px;
  overflow: hidden;
}
.membership__decor {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  opacity: 0.1;
}

.membership__text {
  line-height: 150%;
  margin-bottom: 36px;
}

.membership__list-title {
  font-weight: 600;
  color: #ffffff;

  background: #444444;
  border-radius: 30px;
  padding: 7px 15px;
  display: inline-block;
}
.membership__list {
  list-style: none;
}
.membership__list li {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  padding: 20px 0;
  border-bottom: 1px solid #434244;
  padding-left: 20px;
}
.membership__list li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #bf9b47;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
}
.membership__prices {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.membership__price-title {
  font-weight: 600;
  color: #ffffff;
}
.membership__price {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 58px;
  color: #bf9b47;
}
.membership__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
}
.membership__socials-list {
  display: grid;
  grid-template-columns: repeat(2, 45px);
  grid-gap: 10px;
}
.membership__socials-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 100%;
  width: 45px;
  height: 45px;
  background: #444444;
  border-radius: 50%;
}

.membership__socials__text {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;

  color: #ffffff;
  margin-top: 5px;
}

#demo {
  padding-top: 125px;
  padding-bottom: 60px;
}
.demo-banner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;

  background: #faf7f3;
  border-radius: 5px;
  padding: 45px 228px 55px 85px;
}

.demo-banner__text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;

  color: #3e3d41;
}

.demo-banner__button {
  margin-top: 30px;
}

#etaps {
  padding-top: 107px;
  padding-bottom: 104px;
  position: relative;
}
#etaps:before,
#etaps:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 276px;
  height: 43px;
  background: center / cover url("../img/decor1.svg");
}
#etaps:before {
  top: 0;
}
#etaps:after {
  bottom: 00px;
  transform: rotate(180deg) translateX(50%);
}
.etaps-list {
  margin-top: 50px;
  display: flex;
}
.etaps-list__item {
  padding: 20px;
  flex: 0 0 25%;
}
.etaps-list__item:not(:last-child) {
  border-right: 1px solid #ebebeb;
}
.etaps-list__item-num {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 65px;

  color: transparent;
  -webkit-text-stroke: 1px #bf9b47;
  text-align: center;
}
.etaps-list__item-text {
  margin-top: 5px;

  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
}
.etaps-list__item-text a {
  text-decoration-line: underline;

  color: #bf9b47;
}
.etaps__text {
  margin-top: 50px;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  text-align: center;
  color: #848287;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
#reviews {
  padding: 70px 0;
  padding-bottom: 164px;
  position: relative;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 114px;
  position: relative;
}
.reviews-grid__col:nth-child(2),
.reviews-grid__col:nth-child(3) {
  margin-top: -74px;
}
.reviews-grid:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 419px;
  background: linear-gradient(180deg, rgba(255, 253, 250, 0) 8.87%, #fffdfa 100%);
}
.reviews-block,
.tg-banner {
  background: #302f32;
  border-radius: 5px;
  padding: 45px 38px 50px 85px;
  width: 980px;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 183px;
  overflow: hidden;
}
.tg-banner {
  width: 100%;
  display: block;
  position: relative;
  bottom: auto;
  transform: none;
  left: 0;
}
.reviews-block__decor {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
  z-index: 0;
}
.reviews-block__title {
  color: #fff;
}
.reviews-block__button {
  margin-top: 20px;
}
.reviews-grid__item {
  display: block;
  height: 420px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 20px;
}
.reviews-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#faq {
  padding: 50px 0;
  background: #faf7f3;
  border-radius: 5px;
  position: relative;
}
#faq:before,
#faq:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 276px;
  height: 43px;
  background: center / cover url("../img/decor1.svg");
}
#faq:before {
  top: -100px;
}
#faq:after {
  bottom: -100px;
  transform: rotate(180deg) translateX(50%);
}
.faq-list {
  margin-top: 40px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.faq-item {
  padding: 26px 0;

  border-bottom: 1px solid #d9d9d9;
}
.faq-item:first-child {
  border-top: 1px solid #d9d9d9;
}
.faq-item__head {
  padding-right: 35px;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #3e3d41;
  position: relative;
  cursor: pointer;
  transition: color 0.3s;
}
.faq-item__head:hover {
  color: #bf9b47;
}
.faq-item__head:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: -2px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.375 0C22.3088 0 28.75 6.44125 28.75 14.375C28.75 22.3088 22.3088 28.75 14.375 28.75C6.44125 28.75 0 22.3088 0 14.375C0 6.44125 6.44125 0 14.375 0ZM14.375 1.25C21.6187 1.25 27.5 7.13125 27.5 14.375C27.5 21.6187 21.6187 27.5 14.375 27.5C7.13125 27.5 1.25 21.6187 1.25 14.375C1.25 7.13125 7.13125 1.25 14.375 1.25ZM15 13.75H22.5V15H15V22.5H13.75V15H6.25V13.75H13.75V6.25H15V13.75Z' fill='%233E3D41'/%3E%3C/svg%3E%0A");
  /* border-radius: 50%; */
  transition: transform 0.3s;
}
.faq-item.is-active .faq-item__head {
  color: #bf9b47;
}
.faq-item.is-active .faq-item__head:after {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.375 0C22.3088 0 28.75 6.44125 28.75 14.375C28.75 22.3088 22.3088 28.75 14.375 28.75C6.44125 28.75 0 22.3088 0 14.375C0 6.44125 6.44125 0 14.375 0ZM14.375 1.25C21.6187 1.25 27.5 7.13125 27.5 14.375C27.5 21.6187 21.6187 27.5 14.375 27.5C7.13125 27.5 1.25 21.6187 1.25 14.375C1.25 7.13125 7.13125 1.25 14.375 1.25ZM15 13.75H22.5V15H15V22.5H13.75V15H6.25V13.75H13.75V6.25H15V13.75Z' fill='%23BF9B47'/%3E%3C/svg%3E%0A");
  transform: rotate(45deg);
}
.faq-item__body {
  display: none;

  font-size: 17px;
  line-height: 23px;
}
.faq-item__body p {
  margin: 23px 0;
}
.faq-item__body ul,
.faq-item__body ol {
  padding-left: 20px;
}

.faq-button {
  margin-top: 40px;
  text-align: center;
}
#pre-footer {
  padding: 164px 0 100px;
}
#pre-footer h2 {
  max-width: 528px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
footer {
  background: #302f32;
  position: relative;
}
.footer__decor {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.1;
  z-index: 0;
}
.footer-top {
  padding: 48px 0 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #434244;
}
.footer__logo {
  flex: 0 0 200px;
  text-align: center;
}
.footer__logo img {
  width: 160px;
}
.footer__socials,
.footer__email {
  flex: 0 0 calc(50% - 100px);
}
.footer__email {
  text-align: right;
}
.footer__email a {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  /* identical to box height */

  color: #d9d9d9;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 25px;
}
.footer-bottom__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;

  color: #d9d9d9;

  flex: 0 0 480px;
}

.footer-bottom__links {
  display: flex;
}
.footer-bottom__links a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;

  color: #d9d9d9;
}
.footer-bottom__links a:not(:last-child) {
  margin-right: 40px;
}
.footer-socials {
  display: flex;
}
.footer-socials__item {
  flex: 0 0 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #444444;
  border-radius: 50%;
}
.footer-socials__item:not(:last-child) {
  margin-right: 16px;
}
#mobile-hero-nums {
  display: none;
}
.header__toggle {
  margin-left: 10px;
}
.nav-toggle__close {
  display: none;
}
.nav-toggle__open {
  display: flex;
}
.open-menu .nav-toggle__close {
  display: flex;
}
.open-menu .nav-toggle__open {
  display: none;
}
.mobile-menu {
  z-index: 8;
  overflow-y: auto;

  top: calc(var(--app-height) * -1);
  opacity: 0;
  background: #302f32;
  position: fixed;
  left: 0;
  width: 100%;
  height: var(--app-height);
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 15px;
  transition: top 0.3s, opacity 0.3s;
}
.open-menu .mobile-menu {
  top: 0;
  opacity: 1;
}
.mobile-menu__inner {
  padding: 0 20px;
}
.mobile-menu__menu {
  list-style: none;
}
.mobile-menu__menu li {
  border-bottom: 1px solid #434244;
}
.mobile-menu__menu a {
  display: block;
  padding: 20px 0;
  color: #d9d9d9;
  font-size: 20px;
}
.mobile-menu__socials {
  margin-top: 30px;
  justify-content: center;
}
.header__toggle {
  display: none;
}
footer .container {
  z-index: 1;
  position: relative;
}

.header__langs {
  margin-right: 25px;
}
.langs a {
  color: #fff;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.langs a:hover {
  opacity: 0.9;
}
.langs__item:first-child {
  margin-right: 10px;
}
.langs__item.is-active {
  opacity: 1;
}

.mobile-menu__langs {
  display: none;
}
.socials a,
.footer-socials a,
.membership__socials-list {
  transition: filter 0.3s;
}
.socials a:hover,
.footer-socials a:hover,
.membership__socials-list a:hover {
  filter: brightness(1.3);
}
.tg-banner {
  color: #ffffff;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.tg-banner__icon {
  position: absolute;
  right: 85px;
  top: 50%;
  transform: translateY(-50%);
}
.tg-banner__title {
  max-width: 757px;
}
.tg-banner__decor {
  top: auto;
  bottom: 0;
  transform: rotate(90deg);
}
#tg-banner {
  padding-top: 140px;
  padding-bottom: 80px;
}
/* HIDE RADIO */
[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
[type="radio"] + img,
[type="radio"] + svg {
  cursor: pointer;
  max-width: 190px;
  max-height: 60px;
  padding: 10px;
  border-radius: 10px;
  opacity: 0.65;
  transition: opacity 0.3s, border-color 0.3s;

  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
[type="radio"] + img:hover,
[type="radio"] + svg:hover {
  opacity: 1;
}
/* CHECKED STYLES */
[type="radio"]:checked + img,
[type="radio"]:checked + svg {
  /* outline: 2px solid #f00; */
  opacity: 1;
  border-color: #bf9b47;
}
#pay-poup {
  background: #fffdfa;
}

.input-text {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: #fff;
  border: 1px solid #b7b7b7;
  padding: 10px 15px;
  width: 100%;
  font-size: 1rem;
  font-family: "Manrope";
  border-radius: 5px;
}
.input-wrap {
  margin-bottom: 25px;
}

.input-head,
.pay-popup__list-head {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

.input-description {
  font-size: 14px;
}

#pay-popup {
  width: min(100%, 500px);
}

.pay-popup__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
  margin: 15px 0;
}
.button:disabled {
  opacity: 0.6;
  cursor: default;
}
.button.loading {
  animation: btn-load infinite 1.2s;
}
@keyframes btn-load {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.2);
  }
}

#thx {
  background: #faf7f3;
  padding: 100px 0;
  font-size: 18px;
}
#thx p{
  margin: 1em 0
}
.iti{
  width: 100%;
}

.checkbox-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
  font-size: 15px;
  line-height: 20px;
}
.checkbox-label:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox-label:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.25 12.321 7.27 6.491c.143.127.321.19.499.19.206 0 .41-.084.559-.249l11.23-12.501c.129-.143.192-.321.192-.5 0-.419-.338-.75-.749-.75-.206 0-.411.084-.559.249l-10.731 11.945-6.711-5.994c-.144-.127-.322-.19-.5-.19-.417 0-.75.336-.75.749 0 .206.084.412.25.56' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  opacity: 0;
  position: absolute;
  position: absolute;
  top: 3px;
  left: 4px;
}
.checkbox {
  opacity: 0;
  position: absolute;
}
.checkbox:checked + .checkbox-label:after {
  opacity: 1;
}
.footer__email span{  
    color: #d9d9d9;
    display: block;
    font-size: 12px;
}
.footer__email a{
  display: block;
}
.footer__email a:nth-child(2){
  margin-bottom: 10px;
}
.iti-mobile .iti--container {
  z-index: 99999;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background: #bf9b47;
}