* {
  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 {
  background-color: transparent;
  border-radius: 0;
  width: 8px;
  height: 0;
}

::-webkit-scrollbar-thumb {
  background-color: #ff4e52;
  border-radius: 6px;
}

::-webkit-scrollbar-track {
  background-color: rgba(136, 136, 136, 0.25);
  border-radius: 6px;
}

body {
  background: #000;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
}

.container {
  padding: 0 35px;
}

.sidebar {
  padding: 0 45px 30px;
  width: 320px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: #161a20;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.sidebar__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}

.sidebar__logo {
  width: 184px;
  display: flex;
}
.sidebar__logo img {
  width: 100%;
}

.sidebar__btns {
  margin: 10px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0 20px;
}
.sidebar__btns a:nth-child(1) {
  margin: 12px 0;
  width: 230px;
  background-image: url(../images/btn-1.svg);
  color: #161a20;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.sidebar__btns a:nth-child(2) {
  width: 230px;
  background-image: url(../images/btn-2.svg);
  color: #161a20;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.sidebar__menu {
  width: 100%;
}
.sidebar__menu li a {
  display: flex;
  color: #fff;
  cursor: pointer;
  align-items: center;
  gap: 6px;
  padding: 10px 0;
  font-size: 22px;
}

.sidebar__bot {
  margin-top: auto;
  color: #505050;
  padding: 10px 0;
  font-size: 22px;
}

main,
footer {
  margin-left: 320px;
}

.banner {
  position: relative;
  height: 716px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner__info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(../images/header_banner_content_bg.svg) 50%/contain no-repeat;
  width: 460px;
  height: 460px;
  padding: 50px 60px;
}
.banner__info p:nth-child(1) {
  color: #fff500;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
}
.banner__info p:nth-child(2) {
  font-weight: 700;
  line-height: 1.25;
  font-size: 18px;
  color: #fff;
}
.banner__info a {
  font-size: 24px;
  color: #161a20;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/banner-btn.svg);
  font-weight: 700;
  width: 156px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.dots {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 10px;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.dots a {
  background: #161a20;
  width: 40px;
  height: 8px;
}
.dots a:first-child {
  background: #ff4e52;
}

.cards {
  margin-top: 60px;
}

.cards__block {
  margin-bottom: 60px;
}

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

.cards__title {
  color: #fff500;
  font-size: 24px;
  font-weight: 700;
}

.cards__nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cards__arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cards__arrows span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  box-shadow: inset 0 0 0 2px #fff500;
}
.cards__arrows span svg {
  color: #fff;
  width: 16px;
  height: 16px;
}

.cards-list-1 {
  gap: 12px;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  width: calc(100% + 35px);
  padding-right: 35px;
}
.cards-list-1::-webkit-scrollbar {
  display: none;
}
.cards-list-1 .cards__item {
  width: 130px;
  min-width: 130px;
  background: linear-gradient(201deg, #2d3540 0%, #111c2b 50.47%);
  flex-direction: column;
  gap: 12px;
  display: flex;
  padding: 8px;
}
.cards-list-1 .cards__item img {
  height: 70px;
}

.cards__item__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cards__item__info p:nth-child(1) {
  font-size: 10px;
  line-height: 10px;
  color: #fff;
}
.cards__item__info p:nth-child(2) {
  color: #ff4e52;
  font-size: 12px;
  font-weight: 700;
}
.cards__item__info p:nth-child(3) {
  color: #fff500;
  margin-top: auto;
  font-size: 12px;
  font-weight: 700;
}

.cards__nav__title {
  color: #fff;
  box-shadow: inset 0 0 0 2px #ff4e52;
  background-color: transparent;
  font-weight: 400;
  height: 28px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-size: 12px;
}

.cards__list {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  width: calc(100% + 35px);
  padding-right: 35px;
}
.cards__list::-webkit-scrollbar {
  display: none;
}

.cards__item {
  width: 250px;
  min-width: 250px;
  aspect-ratio: 250/160;
}
.cards__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.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 {
  background: #2d3540;
  padding: 40px 0;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.footer-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.footer-3 {
  margin-top: 30px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  width: 800px;
}

.mobile {
  display: none;
}

@media (max-width: 1919px) {
  .banner {
    height: 502px;
  }
  .dots a:nth-child(n+5) {
    display: none;
  }
  .footer-3 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .close {
    position: absolute;
    display: flex;
    width: 28px;
    height: 28px;
    top: 10px;
    right: 10px;
  }
  .close svg {
    width: 100%;
    height: 100%;
  }
  .sidebar {
    z-index: 999;
    transition: 0.5s;
    left: -320px;
  }
  .sidebar.active {
    left: 0;
  }
  main,
  footer {
    margin-left: 0px;
  }
  header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    background: #000;
    padding: 0 7px;
    position: sticky;
    top: 0;
    z-index: 888;
  }
  .burger {
    width: 42px;
    height: 42px;
  }
  .burger svg {
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .mobile__logo {
    width: 170px;
    aspect-ratio: 170/56;
    display: flex;
  }
  .mobile__logo img {
    width: 100%;
    height: 100%;
  }
  .mobile__reg {
    width: 42px;
    height: 42px;
  }
  .mobile__reg svg {
    width: 100%;
    height: 100%;
    color: #ff4e52;
  }
}
@media (max-width: 767px) {
  header {
    height: 40px;
  }
  .burger {
    width: 32px;
    height: 32px;
  }
  .mobile__logo {
    width: 109px;
  }
  .mobile__reg {
    width: 32px;
    height: 32px;
  }
  .banner__img {
    display: none;
  }
  .banner-img-mob {
    display: flex;
    width: 180px;
    min-width: 180px;
    height: 180px;
  }
  .banner {
    height: auto;
  }
  .banner__info {
    width: 100%;
    height: auto;
    padding: 15px;
    align-items: flex-start;
    text-align: left;
    position: static;
  }
  .banner__info p:nth-child(1) {
    font-size: 18px;
    align-items: flex-start;
    text-align: left;
  }
  .banner__info p:nth-child(2) {
    font-size: 12px;
  }
  .banner__info a {
    width: 133px;
    height: 55px;
    font-size: 18px;
    background-image: url(../images/banner-mob-btn.svg);
    bottom: -60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .dots {
    display: none;
  }
  .container {
    padding: 0 8px;
  }
  .cards-list-1 {
    gap: 8px;
    width: calc(100% + 8px);
    padding-right: 8px;
  }
  .cards__list {
    gap: 10px;
    width: calc(100% + 8px);
    padding-right: 8px;
  }
  .cards__item {
    width: 156px;
    min-width: 156px;
    aspect-ratio: 156/112;
  }
  .cards__block {
    margin-bottom: 40px;
  }
  .content__item ol,
  .content__item ul {
    padding-left: 30px;
  }
  .cards {
    margin-top: 100px;
  }
  .search {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 11;
    width: 40px;
    height: 40px;
    bottom: 92px;
    left: 0px;
    background: rgb(255, 245, 0);
  }
  .mobile-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    z-index: 33;
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 74px;
    position: fixed;
    bottom: 0px;
    padding-top: 5px;
  }
  .mobile-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    background-size: contain;
    height: 56px;
    background-position: 50% center;
    margin: 0px 4px;
  }
  .mobile-menu a img {
    width: 30px;
  }
  .mobile-menu a:nth-child(1) {
    background-image: url(../images/sticky_bg_1.svg);
  }
  .mobile-menu a:nth-child(2) {
    background-image: url(../images/sticky_bg_2.svg);
  }
  .mobile-menu a:nth-child(3) {
    background-image: url(../images/sticky_bg_3.svg);
  }
  .mobile-menu a:nth-child(4) {
    background-image: url(../images/sticky_bg_4.svg);
  }
  footer {
    padding: 40px 0 100px;
  }
}/*# sourceMappingURL=styles.css.map */