@import "../js/glightbox/css/glightbox.css";
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeue-Roman.woff2") format("woff2"), url("fonts/HelveticaNeue-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BPG Phone Sans";
  src: url("fonts/BPGPhoneSans-Bold.woff2") format("woff2"), url("fonts/BPGPhoneSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BPG Phone Sans";
  src: url("fonts/BPGPhoneSans.woff2") format("woff2"), url("fonts/BPGPhoneSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #F7F8F0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f17125;
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f17125;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 12px;
  font-family: "BPG Phone Sans";
}

img {
  max-width: 100%;
}

body,
html {
  margin: 0;
  padding: 0;
}

body {
  background-image: url("../img/bg-ka.svg");
  background-repeat: no-repeat;
  background-position: right -14% top;
  background-size: calc(100vw - 50%) auto;
}

html[lang=en] body {
  background-image: url("../img/bg-en.svg");
}

.wrapper {
  width: 1024px;
  display: flex;
  flex-flow: column;
}

header {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
}
header .wrapper {
  align-items: flex-start;
}
header .lng {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 24px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 0 5px 0 28px;
  background-color: #f17125;
  background-image: url("../img/lng.svg");
  background-size: 18px;
  background-position: left 5px center;
  background-repeat: no-repeat;
}

main {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 60px;
}
main .logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
main .logo img {
  height: 48px;
}
main .logo .slogan {
  width: auto;
  padding-left: 10px;
  border-left: 1px solid #000000;
}
main .logo .slogan h2 {
  color: #000000;
  font-size: 38px;
  font-family: "Helvetica Neue";
  font-weight: normal;
  letter-spacing: 4px;
}
main .logo .slogan p {
  font-size: 9px;
  font-weight: bold;
}
main .content {
  display: flex;
  flex-flow: column;
  width: 100%;
  gap: 10px;
  margin-top: 60px;
}
main .content h1 {
  display: inline-flex;
  align-items: center;
  width: 100%;
  min-height: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 5px solid #f17125;
  font-size: 20px;
  line-height: 30px;
}
main .content .apps {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 10px;
}
main .content .apps > div {
  display: flex;
  gap: 15px;
}
main .content .apps a {
  display: inline-flex;
}
main .content .apps .qr {
  height: 100px;
  margin-left: 20px;
}
main .content .text {
  display: flex;
  flex-flow: column;
  gap: 15px;
  width: 60%;
}
main .content .text p {
  width: 100%;
  padding-left: 25px;
  color: #000000;
  font-size: 12px;
}
@media only screen and (max-width: 960px) {
  main .content .text {
    width: 100%;
  }
}
main .content .faq {
  display: flex;
  flex-flow: column;
  gap: 15px;
}
main .content .faq .item {
  display: flex;
  flex-flow: column;
}
main .content .faq .item h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 42px;
  padding: 0 20px;
  border: 1px solid #7f7f7f;
  border-radius: 24px;
  color: #f17125;
  font-family: "BPG Phone Sans";
  font-size: 12px;
  user-select: none;
  cursor: pointer;
}
main .content .faq .item h2::after {
  content: "";
  width: 8px;
  height: 8px;
  transition: 0.4s;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
}
main .content .faq .item > div {
  display: none;
  width: calc(100% - 20px);
  height: auto;
  margin-left: 10px;
  margin-top: -4px;
  padding: 20px 10px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border: 1px solid #7f7f7f;
  border-top: none;
  font-family: "BPG Phone Sans";
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
}
main .content .faq .item.active h2::after {
  transform: rotate(180deg);
}
main .content .videos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
main .content .videos li {
  list-style: none;
}
main .content .videos li a {
  display: flex;
  position: relative;
}
main .content .videos li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("../img/play-small.png");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
main .content .videos li a img {
  width: 100%;
}
main .content .videos li a:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 960px) {
  main .content .videos {
    grid-template-columns: repeat(1, 1fr);
  }
}
main .video {
  position: relative;
  margin-top: 30px;
  width: fit-content;
}
main .video img {
  width: 620px;
}
main .video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
main .video:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 960px) {
  body {
    background-image: none;
  }
  .wrapper {
    width: 100%;
    padding: 0 15px;
  }
}

/*# sourceMappingURL=app.css.map */
