* {
  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;
}

::-webkit-scrollbar {
  display: none;
}

body {
  background-color: #0e0d0f;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
}

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

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background-color: #171717;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.03);
  padding: 0 12px;
  height: 64px;
  z-index: 999;
}

.header__left {
  display: flex;
  align-items: center;
  gap: 3rem;
}

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

.header__menu {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.header__menu a {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  gap: 6px;
}
.header__menu a img {
  width: 24px;
  height: 24px;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 6px;
}

.search {
  margin-right: 6px;
}

.header__btn {
  font-size: 0.875rem;
  border-radius: 10rem;
  padding: 0 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  height: 40px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.header__btn:last-child {
  background-color: #1b67eb;
  border-color: #1b67eb;
}

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

.banner__info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner__info p:nth-child(1) {
  color: hsl(0, 0%, 100%);
  font-size: 38px;
  font-weight: 500;
  line-height: 1.6;
}
.banner__info p:nth-child(2) {
  display: flex;
  flex-direction: column;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 58px;
}
.banner__info p:nth-child(3) {
  background: #1b67eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 1.25rem;
  height: 57px;
  width: 240px;
  border-radius: 100px;
}

.menu {
  height: 62px;
  position: sticky;
  top: 63px;
  background-color: #1c1b2d;
  z-index: 888;
  box-shadow: 0 0 0.625rem 0.625rem rgba(0, 0, 0, 0.03);
}
.menu .container {
  height: 100%;
}

.menu__list {
  height: 100%;
  display: flex;
  align-items: center;
  gap: calc(2rem + 12px);
  overflow-x: auto;
  overflow-y: hidden;
}
.menu__list a {
  font-size: 0.875rem;
  text-transform: capitalize;
  min-width: -moz-max-content;
  min-width: max-content;
}

.cards__block {
  margin-top: 2rem;
}

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

.cards__title {
  position: relative;
  font-weight: 600;
  font-size: 1.375rem;
  margin-bottom: 0;
  text-transform: capitalize;
  padding-left: 24px;
}
.cards__title:before {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 1.25rem;
  background-color: #1b67eb;
  border-radius: 0.2rem;
  position: absolute;
  left: 0.3125rem;
  top: 0.1875rem;
}

.cards__link {
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: underline;
  color: #adadad;
}

.cards__list {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  gap: 12px;
}

.cards__item {
  width: 282px;
  min-width: 282px;
  display: flex;
  flex-direction: column;
}
.cards__item img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}
.cards__item p {
  display: flex;
  flex-direction: column;
  margin-top: 0.25rem !important;
}
.cards__item p span:nth-child(1) {
  padding: 0 6px;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cards__item p span:nth-child(2) {
  padding: 0 6px;
  font-size: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.content__item {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
.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 tr:first-child td {
  text-align: center;
  font-weight: 900;
}

.table-left-bold td:first-child {
  font-weight: 900;
}

.table-not-head tr:first-child td {
  text-align: left;
  font-weight: 400;
}

footer {
  padding: 4rem 0;
  background-image: url(../images/footer-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}
.footer ul {
  width: 176px;
  font-size: 0.75rem;
  font-weight: 400;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}
.footer ul li:nth-child(1) {
  border-image-source: linear-gradient(to right, #1b67eb 20%, rgba(255, 255, 255, 0) 80%);
  font-size: 0.875rem;
  margin-bottom: 1rem;
  line-height: 2;
  border-bottom: 1px solid transparent;
  border-image-slice: 1;
  text-transform: uppercase !important;
}

.footer__bot {
  margin-top: 80px;
  font-size: 0.75rem;
  text-transform: uppercase !important;
  text-align: center;
}

.mobile-menu {
  display: none;
}

@media (max-width: 1919px) {
  .container {
    max-width: 1176px;
  }
  header {
    height: 62px;
  }
  .logo {
    width: 135px;
  }
  .header__left {
    gap: 1rem;
  }
  .header__menu a {
    font-size: 0.75rem;
  }
  .header__menu {
    gap: 0.6rem;
  }
  .header__btn {
    font-size: 0.75rem;
    height: 35px;
  }
  .banner {
    height: 450px;
  }
  .cards__item {
    width: 216px;
    min-width: 216px;
  }
  .menu {
    top: 61px;
  }
}
@media (max-width: 1024px) {
  .header__menu {
    display: none;
  }
  .mobile-menu {
    display: flex;
    width: 100%;
    padding: 0 16px;
    margin: 20px 0;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 50px;
  }
  .mobile-menu li a {
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
@media (max-width: 767px) {
  .search {
    display: none;
  }
  .header__right {
    gap: 4px;
  }
  .logo {
    width: 100px;
  }
  .mobile-menu {
    margin: 10px 0;
  }
  .banner__info p:nth-child(1) {
    font-size: 20px;
  }
  .banner__info p:nth-child(2) {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .banner__info {
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    padding-bottom: 20px;
  }
  .banner {
    height: 350px;
  }
  .menu__list {
    gap: 20px;
    width: calc(100% + 16px);
    padding-right: 16px;
  }
  .cards__list {
    width: calc(100% + 16px);
    padding-right: 16px;
    gap: 8px;
  }
  .cards__item {
    width: 150px;
    min-width: 150px;
  }
  .cards__top {
    padding: 10px 0;
  }
  .content__item ol,
  .content__item ul {
    padding-left: 30px;
  }
  .footer ul {
    width: 40%;
    gap: 20px;
  }
  .footer {
    justify-content: flex-start;
    gap: 20px;
  }
  footer {
    padding: 2rem 0;
  }
  .footer__bot {
    margin-top: 60px;
  }
  .content__table {
    overflow-x: auto;
    overflow-y: hidden;
    width: calc(100% + 16px);
    padding-right: 16px;
  }
}/*# sourceMappingURL=styles.css.map */