* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
button,
textarea {
  border: 0;
  background: none;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

body {
  background-color: #030303;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Roboto", sans-serif;
}

.container {
  width: calc(100% - 34px);
  margin: 0 auto;
  max-width: 1360px;
}

header {
  position: sticky;
  top: 0;
  z-index: 999;
}

.header__top {
  height: 86px;
  background-color: #030303;
}
.header__top .container {
  height: 100%;
}

.header__top__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 7.125rem;
}

.logo {
  width: 179px;
  display: flex;
}
.logo img {
  width: 100%;
}

.header__right {
  display: flex;
  align-items: center;
}
.header__right a:nth-child(1) {
  margin-right: 0.9375rem;
  cursor: pointer;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
}
.header__right a:nth-child(2) {
  margin-left: 0.3125rem;
  width: 72px;
  height: 34px;
  text-transform: capitalize;
  border-radius: 8px;
  font-family: "Barlow", sans-serif;
  color: #fff !important;
  background: linear-gradient(180deg, #394084 0, #2a2f5d 100%);
  font-weight: 700;
  box-shadow: 0 0 10px 0 rgba(57, 64, 132, 0.7);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__right a:nth-child(3) {
  margin-left: 0.3125rem;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 9.375rem;
  height: 2.125rem;
  padding: 0 0.9375rem;
  font-size: 0.8125rem;
  border-radius: 8px;
  border: 1px solid #292929;
  background: #171717;
}
.header__right a:nth-child(3) svg {
  width: 21px;
  min-width: 21px;
  height: 21px;
}
.header__right a:nth-child(4) {
  display: flex;
  align-items: center;
  margin-left: 0.3125rem;
  width: 9.375rem;
  height: 2.125rem;
  padding: 0 0.2375rem;
  gap: 5px;
  font-size: 0.8125rem;
  border-radius: 8px;
  border: 1px solid #292929;
  background: #171717;
}
.header__right a:nth-child(4) svg {
  width: 21px;
  height: 21px;
}
.header__right a:nth-child(4) svg:last-child {
  margin-left: auto;
}
.header__right a:nth-child(5) {
  margin-left: 0.3125rem;
  background: linear-gradient(180deg, #ffd234 0, #f07f17 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px 0 rgba(255, 210, 52, 0.7);
  color: #000;
  font-family: "Barlow", sans-serif;
  width: 72px;
  height: 34px !important;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
}

.lg {
  position: relative;
  margin-left: 1.375rem;
  cursor: pointer;
}
.lg.active .lg__list {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.lg.active .lg__header svg {
  transform: rotate(180deg);
}

.lg__header {
  display: flex;
  align-items: center;
  gap: 4px;
}
.lg__header svg {
  transition: 0.3s;
}
.lg__header img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg__list {
  position: absolute;
  top: calc(100% + 10px);
  z-index: 333;
  background: linear-gradient(180deg, #394084 0, #2a2f5d 100%);
  left: -10px;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  transition: 0.3s;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.lg__item {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  gap: 8px;
  color: #fff;
  transition: 0.3s;
  height: 40px !important;
  padding: 0 20px 0 10px !important;
  background: none !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  margin: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
  font-weight: 400 !important;
}
.lg__item:hover {
  opacity: 0.5;
}
.lg__item img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__bot {
  height: 60px;
  border: 1px solid #3a353a;
  background: linear-gradient(180deg, rgba(14, 12, 13, 0.9) -28.25%, rgba(32, 27, 29, 0.9) 129.7%);
}
.header__bot .container {
  height: 100%;
}

.header__bot__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
.header__bot__wrap li a {
  display: flex;
  align-items: center;
}
.header__bot__wrap li a img {
  height: 62px;
  width: auto;
}
.header__bot__wrap li a img:nth-child(3) {
  height: 36px;
  margin-left: 10px;
}
.header__bot__wrap li a span {
  text-transform: capitalize;
  font-size: 0.875rem;
  color: #fff;
  margin-left: -10px;
  font-weight: 600;
}

.banner {
  background-image: url(../images/banner.jpg);
  position: relative;
  height: 900px;
  overflow: hidden;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner .container {
  height: 100%;
}

.dots {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 60px;
  left: 0;
}
.dots span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffd234;
  margin: 0 3px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dots span:first-child:before {
  content: "";
  display: block;
  height: 50%;
  width: 50%;
  border-radius: 50%;
  background-color: #000;
}

.cards {
  margin-top: 80px;
  gap: 14px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.cards__block {
  border-radius: 30px;
  overflow: hidden;
  padding: 40px 30px;
  border: 2px solid rgba(58, 53, 58, 0.8);
  background: linear-gradient(137deg, rgba(48, 42, 45, 0.4) -7.14%, rgba(23, 22, 26, 0.4) 67.63%, rgba(25, 24, 28, 0) 107.11%);
  position: relative;
}

.cards__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cards__title {
  color: #fff;
  font-size: 2.25rem;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.cards__title span {
  color: #ffd234;
}

.cards__nav {
  display: flex;
  align-items: center;
}
.cards__nav p {
  margin-right: 12px;
  font-size: 12px !important;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #ffd234;
  font-weight: 700;
}
.cards__nav a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.cards__nav a span {
  width: 14px;
  height: 14px;
}
.cards__nav a span:first-child {
  opacity: 0.3;
}
.cards__nav a span svg {
  width: 100%;
  height: 100%;
}
.cards__nav a span svg path {
  fill: #fff;
}

.cards__list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.cards__list a {
  border-radius: 1.5rem;
  overflow: hidden;
  aspect-ratio: 184/246;
}
.cards__list a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px 0;
}

.content__item {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
}
.content__item strong,
.content__item h1,
.content__item h2,
.content__item h3,
.content__item h4 {
  font-weight: 900;
}
.content__item h1 {
  font-size: 40px;
  margin-bottom: 10px;
}
.content__item h2 {
  font-size: 35px;
  margin-bottom: 10px;
}
.content__item h3 {
  font-size: 27px;
  margin-bottom: 10px;
}
.content__item h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.content__item p,
.content__item .content__table,
.content__item ul,
.content__item ol {
  margin-bottom: 20px;
}
.content__item ol,
.content__item ul {
  padding-left: 50px;
  list-style: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.content__item ol p,
.content__item ul p {
  margin-bottom: 15px;
}
.content__item ul {
  list-style: disc;
}
.content__item h3:last-child,
.content__item ol:last-child,
.content__item p:last-child,
.content__item .content__table:last-child,
.content__item ul:last-child {
  margin-bottom: 0;
}
.content__item.faq .faq__item {
  margin-bottom: 25px;
}
.content__item.faq .faq__item p,
.content__item.faq .faq__item ol,
.content__item.faq .faq__item ul,
.content__item.faq .faq__item .content__table {
  margin-bottom: 15px;
}
.content__item.faq .faq__item p:last-child,
.content__item.faq .faq__item ol:last-child,
.content__item.faq .faq__item ul:last-child,
.content__item.faq .faq__item .content__table:last-child {
  margin-bottom: 0;
}
.content__item.faq .faq__item p:first-child {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 900;
}
.content__item.faq .faq__item:last-child {
  margin-bottom: 0;
}

.content__table table {
  border-collapse: collapse;
}
.content__table td {
  padding: 12px;
  border: 1px solid #fff;
  text-align: left;
  vertical-align: top;
}
.content__table td:first-child {
  font-weight: 900;
}
.content__table tr:first-child td {
  text-align: center;
  font-weight: 900;
}

footer {
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  font-size: 0.875rem;
  padding: 1.875rem 0;
  position: relative;
}
footer::after {
  content: "";
  background: linear-gradient(92deg, rgba(16, 17, 28, 0) 6.66%, #282b43 51.76%, rgba(21, 22, 38, 0) 97.87%);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.support {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(245, 170, 54);
  color: white;
  border: none;
  cursor: pointer;
  padding: 0px;
  z-index: 9999;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
  right: 15px;
  bottom: 15px;
}

.mobile-menu {
  display: none;
}

.banner .container {
  display: flex;
  position: relative;
}

.banner__list {
  padding: 0 7.125rem;
  gap: 1.375rem;
  width: 100%;
  margin-top: auto;
  margin-bottom: 120px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.banner__list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 300px;
  border-radius: 30px;
  background: linear-gradient(159deg, #201a1d 17.24%, #1c1513 80.48%, rgba(25, 24, 28, 0) 103.23%), linear-gradient(180deg, #010606 0, rgba(1, 6, 6, 0) 100%);
}
.banner__list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -40px;
}
.banner__list li span {
  font-size: 1.8rem;
  display: block;
  line-height: 2.625rem;
  position: relative;
  text-shadow: 0 4px 60px rgba(73, 81, 158, 0.9), 0 4px 60px #063960;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  transform: translateY(-30px);
  font-weight: 900;
}

@media (max-width: 1919px) {
  .banner {
    height: 675px;
  }
  .banner__list {
    gap: 1rem;
    margin-top: auto;
    margin-bottom: 80px;
  }
  .banner__list li {
    height: 270px;
  }
  .banner__list li span {
    font-size: 1.6rem;
  }
  .container {
    max-width: 1190px;
  }
  .dots {
    bottom: 0;
  }
  .header__top__wrap {
    padding: 0;
  }
  .header__bot__wrap li a span {
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .header__bot__wrap li a img {
    height: 54px;
  }
  .header__top {
    height: 75px;
  }
  .logo {
    width: 156px;
  }
}
@media (max-width: 1350px) {
  .lg__list {
    left: -100%;
  }
  .lg__item {
    display: flex !important;
  }
  .lg {
    margin-left: 10px;
  }
}
@media (max-width: 1200px) {
  .header__bot {
    display: none;
  }
  .header__right a:nth-child(1),
  .header__right a:nth-child(3),
  .header__right a:nth-child(4) {
    display: none;
  }
  .banner {
    height: 420px;
  }
  .cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .banner__list {
    padding: 0;
    gap: 1.3vw;
  }
  .banner__list li {
    height: 90px;
  }
  .banner__list li span {
    font-size: 0.7rem;
    line-height: 5.333vw;
  }
  .banner__list li img {
    margin-top: -10px;
    min-height: 90px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .header__right a:nth-child(6) {
    display: none;
  }
  .banner {
    height: 295px;
    background-image: url(../images/banner-mob.jpg);
    overflow: unset;
    padding-top: 250px;
  }
  .dots {
    display: none;
  }
  .header__top {
    height: 69px;
  }
  .logo {
    width: 119px;
  }
  .header__right a:nth-child(2) {
    border-radius: 1.053vw;
    background: #4f58a8;
    height: 31px;
  }
  .header__right a:nth-child(5) {
    border-radius: 1.053vw;
    margin-left: 2.105vw;
    background: #ffd234;
    color: #030303;
    height: 31px;
  }
  .content__table {
    padding-right: 17px;
    width: calc(100% + 17px);
    overflow-x: auto;
  }
  .content__item ol,
  .content__item ul {
    padding-left: 30px;
  }
  .cards__block {
    border-radius: 0;
    overflow: unset;
    padding: 0;
    border: 0;
    background: none;
  }
  .cards__nav a {
    display: none;
  }
  .cards__nav p {
    margin: 0;
    color: #a67651;
    font-size: 0.8rem !important;
    text-transform: capitalize;
  }
  .cards__title {
    font-size: 5.263vw;
  }
  .cards__list {
    margin-top: 1rem;
    display: flex;
    padding-right: 17px;
    width: calc(100% + 17px);
    overflow-x: auto;
    gap: 8px;
  }
  .cards__list a {
    width: 27%;
    min-width: 27%;
  }
  .support {
    display: none;
  }
  footer {
    padding: 1.875rem 0 7rem;
  }
  .mobile-menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background-image: url(../images/mmenu.png);
    border-radius: 7.895vw 7.895vw 0 0;
    border: 0.263vw solid rgba(165, 105, 42, 0);
    height: 72px;
    background-size: cover;
  }
  .mobile-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 4px;
  }
  .mobile-menu a:nth-child(3) svg {
    width: 70px;
    height: 70px;
    transform: translateY(-15px);
  }
  .mobile-menu a svg {
    width: 20px;
    height: 20px;
  }
  .mobile-menu a span {
    margin-top: 1.053vw;
    font-size: 2.632vw;
    color: #887e7e;
  }
}/*# sourceMappingURL=styles.css.map */