/home/bdqbpbxa/demo-subdomains/settlepay.goodface.com.ua/css/ui-kit.css
/* Fonts */

@import "../fonts/MyFontsWebfontsKit.css";

/*
	TODO: remove this comment and example fonts from the real project

	Use only .woff2 fonts

	100 - Thin
	300 - Light
	400 - Regular
	500 - Medium
	600 - SemiBold
	700 - Bold
	800 - ExtraBold
	900 - Black
*/

/* Reset */

html,
body,
body * {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "TTFirsText", sans-serif;
  font-weight: 500;
}

body * {
  margin: 0;
  padding: 0;
  outline: 0;
  background-repeat: no-repeat;
  background-position: center;
  font-weight: normal;
  font-family: "TTFirsText", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  border: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

input,
textarea {
  border-radius: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

textarea {
  resize: none;
}

/* Scroll lock */

html.-scroll-lock,
html.-scroll-lock body {
  height: calc(var(--window-inner-height) - 1px);
  overflow: hidden;
}

html.-scroll-lock body {
  position: relative;
}

body.-scroll-lock {
  padding-right: var(--scrollbar-width);
}

/* Global (Global css and params) */

.--pc-display {
  display: block;
}

.--tablet-display,
.--mobile-display {
  display: none;
}

:root {
  /* spaces */
  /* --margin-beetwen-content: 60px;
	--margin-beetwen-title-text: 15px;
	--margin-beetwen-title-content: 40px; */
  /* colors */
  --white: #fff;
  --white-10: rgba(255, 255, 255, 0.1);
  --light: #f6f7f9;
  --grey-50: #a4a4a4;
  --grey-60: #747474;
  --dark: #1b1b1b;
  --black: #000;
  --yellow: #ffd21c;
}

/* Texts */

/* Links */

/* Buttons */

@media screen and (max-width: 1400px) {
  /* Global (Global css and params) */

  /* Texts */

  /* Links */

  /* Buttons */
}

@media screen and (max-width: 1260px) {
  /* Global (Global css and params) */

  /* Texts */

  /* Links */

  /* Buttons */
}

@media screen and (max-width: 1024px) {
  /* Global (Global css and params) */

  .--pc-display {
    display: none;
  }

  .--tablet-display {
    display: block;
  }

  /* Texts */

  /* Links */

  /* Buttons */
}

@media screen and (max-width: 759px) {
  /* Global (Global css and params) */

  .--tablet-display {
    display: none;
  }

  .--mobile-display {
    display: block;
  }

  /* Texts */

  /* Links */

  /* Buttons */
}

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.container.-header {
  padding: 0 80px;
}

.--column {
  flex-direction: column;
}

.container.-smaller {
  padding: 0 80px 120px 80px;
}
.container.-smaller.-without-padding-bottom {
  padding: 0 80px 0 80px;
}
.container.-smaller.-faq {
  padding: 0 80px 160px 80px;
}
.container.-footer {
  padding: 80px 80px 48px 81px;
  margin-top: -1px;
}

.--flex-row {
  display: flex;
}
.--flex-column {
  display: flex;
  flex-direction: column;
}

.--gap8 {
  gap: 8px;
}

.-centered-title {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.title-1,
.title-1 * {
  font-feature-settings: "ss03" on, "liga" off;
  font-size: 64px;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: -1.28px;
}
.title-3,
.title-3 * {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: -1.28px;
  margin-top: 18px;
  font-feature-settings: "ss03" on, "liga" off;
}
.title-3-start {
  font-feature-settings: "ss03" on, "liga" off;
  display: flex;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: -1.28px;
  margin-top: 18px;
}
.title-3-start.--column.-business {
  margin-top: 21px;
  font-feature-settings: "ss03" on, "liga" off;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: -1.28px;
}
.yellow-frame {
  display: flex;
  padding: 3px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #3d371b;
  width: fit-content;
}
.yellow-frame2 {
  padding: 4px 16px;
  border-radius: 10000px;
  background: rgba(255, 217, 59, 0.18);
  width: fit-content;
  color: var(--yellow);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: -1.28px;
}
.yellow-frame2.-without-padding {
  margin-top: 0;
}
.yellow-frame2-margin-left {
  padding: 4px 16px;
  border-radius: 10000px;
  background: rgba(255, 217, 59, 0.18);
  width: fit-content;
  color: var(--yellow);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: -1.28px;
  margin-left: -16px;
}
.yellow-frame3 {
  color: var(--yellow, #ffd21c);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: -1.28px;
  border-radius: 100px;
  background: #3d371b;
  padding: 4px 16px;
  margin-bottom: 17px;
}
.title-yellow-1 {
  color: var(--yellow);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: -1.28px;
}
.--paragraph-grey-center {
  margin-top: 28px;
  color: var(--grey-50);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.--paragraph-grey-center.--for-faq {
  margin-top: 26px;
}
.--for-faq {
  width: 577px;
  padding-bottom: 56px;
}

.--home-card-title {
  font-feature-settings: "ss03" on, "liga" off;
  color: var(--light);
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align: start;
}

.--arrow-button {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: #e8e9eb;
  box-shadow: 0px 4px 16px 0px rgba(255, 255, 255, 0.3);
  text-decoration: none;
  max-width: 100%;
  height: auto;
  transform: scaleX(1);
  transition: transform 0.5s ease-in-out, background 0.5s ease-in-out;
  overflow: hidden;
  margin-top: auto;
}

.--arrow-button span {
  position: relative;
  left: 0;
  pointer-events: none;
  transition: opacity 0.4s, width 0.4s;
  white-space: nowrap;
  overflow: hidden;
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.home-page-description {
  width: 417px;
  color: var(--grey-50);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding-bottom: 26px;
}

.home-page-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  grid-template-rows: auto;
  justify-items: center;
  padding-top: 86px;
}

.home-page-card {
  border-radius: 20px;
  background: var(--light);
  display: flex;
  max-width: 467px;
  width: 100%;
  height: 467px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  /* cursor: pointer; */
  transition: background 0.5s;
}

.--card-center {
  width: 100%;
  align-items: center;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: auto;
}
.home-page-card .--card-center {
  width: 100%;
}

.home-page-card-header {
  color: var(--dark);
  font-feature-settings: "ss03" on, "liga" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.home-page-card-header.-centered {
  text-align: center;
  width: 100%;
}
.--card-header-limit {
  width: 254px;
  text-align: center;
}

.home-page-card-description {
  color: var(--grey-50);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-top: 6px;
}
.home-page--card-description-limit {
  width: 275px;
}
.second-card-arrow {
  position: absolute;
  bottom: 166px;
  right: 80px;
}
.second-card-second-img {
  position: absolute;
  right: 16px;
  bottom: 48px;
  height: auto;
  border-radius: 20px;
  width: 248px;
  box-shadow: 0px 8px 40px 0px rgba(0, 43, 94, 0.1);
}

.home-page-card-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.home-page-card-img-wrapper img {
  width: 100%;
  height: auto;
}

.sixth-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-top: 6px;
  margin-top: -20px;
}
.sixth-card-img img {
  width: 318px;
}
.home-page-card-button {
  border-radius: 8px;
  border: 1px solid #dedfe0;
  display: flex;
  height: 56px;
  padding: 20px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: var(--dark);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.36px;
  transition: background 0.5s;
  margin-top: -26px;
}

.info-card-wrapper {
  display: flex;
  flex-direction: column;
}
.info-card-container {
  display: flex;
  padding: 32px 32px 0 32px;
  width: 100%;
  justify-content: space-between;
}

.card-info-button {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #dedfe0;
  box-shadow: 0px 4px 16px 0px rgba(255, 255, 255, 0.3);
  transition: background 0.5s;
}

/* FAQ */

.faq-wrapper-with-img {
  display: flex;
  justify-content: space-between;
  padding: 54px 123px 40px 123px;
}
.faq-list-img {
  position: relative;
}
.faq-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
.faq-img.-active {
  position: relative;
  opacity: 1;
  transition: opacity 0.4s;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 33px;
}

.faq-item {
  border-radius: 20px;
  border: 1px solid #e1e3e5;
  width: 900px;
  padding: 23px 30px 24px 32px;
  color: var(--dark);
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  transition: background 0.5s;
}
.faq-icon-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
.faq-item.--accordion.-centered-title {
  cursor: pointer;
}
.faq-item.--accordion.-business {
  cursor: pointer;
  border: 1px solid #424242;
  width: auto;
  max-width: 578px;
  padding: 24px;
}

.faq-item.--accordion.-open {
  cursor: pointer;
  border-radius: 20px;
  background: var(--light);
  transition: color 0.5s;
}

.faq-item__open {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;

  user-select: none;
  color: var(--dark);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.faq-item-header {
  color: var(--dark);
  font-feature-settings: "ss03" on, "liga" off;

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
  transition: color 0.5s;
}

.--accordion__content-container {
  height: 0;
  transition: height 0.8s;
  overflow: hidden;
}
.--accordion__content.divider {
  height: 1px;
  width: 100%;
  opacity: 0.1;
  background: var(--white);
  margin-top: 62px;
}
.accordion-learn-more-btn {
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.36px;
  color: var(--white);
  gap: 8px;
  margin-top: 18px;
}
.accordion-learn-more-btn svg {
  margin-top: 2px;
}

.faq-item__content {
  text-align: start;
  color: var(--grey-50);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding-top: 23px;
  font-feature-settings: "ss03" on, "liga" off;
  pointer-events: none;
}
.faq-item__plus-opener {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.faq-item.--accordion.-open .faq-item__plus-opener .accordion-icon path {
  transition: stroke 0.5s;
}
.faq-item.--accordion .accordion-icon path {
  transition: stroke 0.5s;
}

.accordion-icon {
  transition: transform 0.5s;
}
.faq-item.--accordion.-centered-title.--black {
  border: 1px solid #424242;
}
.faq-item__open.--black {
  color: var(--white);
}
.faq-item-header.--black {
  color: var(--white);
}
.faq-item__plus-opener.--black svg path {
  stroke: var(--white);
  transition: 0.5s;
}
.faq-item.--accordion.-open.--black {
  background: #3d3d3d;
  transition: color 0.5s;
}

/* Get App Bunner */

.get-app-banner {
  border-radius: 20px;
  background: var(--white);
  display: flex;
  padding: 16px 32px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-bottom: 64px;
}

.get-app-banner-left-section {
  display: flex;
  gap: 16px;
  align-items: center;
}

.get-app-banner-left-section-text {
  color: var(--dark);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.get-app-banner-left-section-yellow-frame {
  border-radius: 100px;
  background: rgba(255, 217, 59, 0.18);
  margin-top: 5px;
  margin-left: -8px;
}
.get-app-banner-left-section-yellow-frame span {
  padding: 4px 10px;
  color: var(--yellow);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  font-feature-settings: "ss03" on, "liga" off;
}
.get-app-banner-right-section {
  display: flex;
  gap: 8px;
}
.get-app-banner-button {
  display: flex;
  width: 211px;
  height: 56px;
  padding: 20px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #4d4d4d;
  background: var(--dark);
  box-shadow: 0px 4px 16px 0px rgba(27, 27, 27, 0.3);
  color: var(--white-100);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
  letter-spacing: -0.36px;
  transition: background 0.5s;
  cursor: pointer;
}

.header__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.nav-bar-links {
  color: var(--white);
  font-feature-settings: "ss03" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  transition: color 0.5s;
  cursor: pointer;
}

.accordion-with-image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.accordion-with-image-wrapper .accordion-item-with-image-img {
  display: none;
}
.accordion-with-image-wrapper .--accordion.-open {
  pointer-events: none;
}

.accordion-item-header {
  display: flex;
  width: 578px;
  padding: 24px;

  align-items: flex-start;
  gap: 24px;
  border-radius: 20px;
  border: 1px solid #424242;

  cursor: pointer;
  display: flex;
  align-items: center;

  color: var(--white);
}

.accordion-item-content {
  display: none;
}
.accordion-item-with-image-img {
  min-width: 578px;
  width: 578px;
}
.accordion-with-image-icon-wrapper {
  border-radius: 100px;
  background: var(--yellow);
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  justify-content: center;
  align-items: center;
}

.accordion-with-image-header {
  color: var(--white);
  font-feature-settings: "ss03" on, "liga" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}