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

html {
  font-size: 14px;
}

body {
  font-family: "You Blockhead", "Lalezar", sans-serif;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 3vmin;
  max-width: 1264px;
}

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  background-color: rgba(16, 53, 87, 0.8);
  width: 140px;
  z-index: 99;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sidebar__top {
  padding: 0.5rem;
}

.logo {
  height: 10rem;
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-image: url(../images/logo.webp);
  display: block;
}

.mobile-menu {
  display: none;
}

.sidebar__btns {
  display: flex;
  flex-direction: column;
}
.sidebar__btns a {
  margin-bottom: 1.5vmin;
  text-transform: none;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  border: none;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: var(--supr-btn-font-size, 1rem);
  font-weight: var(--supr-btn-font-weight, 400);
  padding: var(--supr-btn-padding, 0 1.2rem);
  text-transform: var(--supr-btn-text-transform, none);
  box-shadow: var(--supr-btn-box-shadow, none);
  height: 40px;
  box-shadow: 0px 2px 3px 0px #000;
  position: relative;
}
.sidebar__btns a:nth-child(1) {
  background-color: #26cf45;
}
.sidebar__btns a:nth-child(2) {
  background-color: #e6a600;
}

.sidebar__menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sidebar__menu li a {
  display: flex;
  align-items: center;
  font-size: 1.25em;
  font-family: "Lalezar", sans-serif;
}
.sidebar__menu li a img {
  width: 1.875rem;
  height: 1.875rem;
  min-width: 1.875rem;
  margin: 0 4px;
}

.clock {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  padding: 0.25em;
  margin-top: 0.5rem;
  background: rgba(0, 0, 0, 0.5019607843);
  height: 40px;
}

.banner {
  padding: 3em 0 3em 140px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/banner.webp);
  height: 947px;
}

.banner__block {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner__info {
  width: 325px;
  padding: 3em 0 2em;
  border-radius: 10px;
  text-align: center;
  background-color: rgba(21, 66, 103, 0.9019607843);
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.banner__info p {
  margin: 0 3em;
  font-size: 12px;
  text-transform: none;
  font-weight: 400;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif, sans-serif;
  line-height: 1.5;
}
.banner__info a:nth-child(3) {
  margin: 1em auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #26cf45;
  color: #fff;
  border: var(--btn-theme-border);
  border-radius: 5px;
  height: 40px;
  min-height: 40px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.5333333333), inset 0 -5px rgba(255, 255, 255, 0.1254901961), inset 0 -3px rgba(0, 0, 0, 0.1882352941);
  font-size: 0.875rem;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  padding: var(--supr-btn-padding, 0 1.2rem);
}
.banner__info a:nth-child(5) {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  line-height: 1.5;
  margin-top: 1em;
  text-decoration: underline;
}

.banner__info__logo {
  display: none;
}

.banner__title {
  width: 70%;
}

.menu {
  padding-left: 140px;
  background-color: #fff;
  height: 6vmax;
}

.menu__block {
  height: 100%;
}
.menu__block ul {
  gap: var(--payment-method-icons-gap, 1rem);
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  align-items: center;
}
.menu__block ul li a {
  height: 112px;
  width: 238px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5vw;
}
.menu__block ul li a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.cards {
  background-image: url(../images/background-1.webp), linear-gradient(#0b0d62, #4a4693, #9a85be);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6em 0 6em 280px;
}

.cards__title {
  margin: 0 0 1.5em 0;
  font-weight: var(--top-picks-title-font-weight, 800);
  font-size: 2rem;
  text-align: center;
  color: #fff;
}

.cards__block {
  width: 1280px;
  margin: 0 auto;
}

.cards__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
.cards__nav p:nth-child(1) {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}
.cards__nav p:nth-child(2) {
  padding: 0.25em 0.85em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  font-weight: var(--top-picks-view-all-font-weight, 800);
  font-size: 0.75rem;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  color: #fff;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cards__row:nth-child(1) {
  display: grid;
  gap: 0.5em;
  grid-template-columns: repeat(5, 1fr);
}
.cards__row:nth-child(1) a {
  display: flex;
  aspect-ratio: 310/280;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 1.5px 1.5px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 10px;
}
.cards__row:nth-child(1) a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cards__row:nth-child(2) {
  display: grid;
  gap: 0.5em;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1em;
}
.cards__row:nth-child(2) a {
  display: flex;
  aspect-ratio: 522/254;
  overflow: hidden;
  border-radius: 10px;
  padding: 0.8em 0.9em;
  position: relative;
}
.cards__row:nth-child(2) a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cards__item__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.cards__item__info p {
  color: #fff;
}
.cards__item__info p:nth-child(1) {
  font-size: 1.25rem;
}
.cards__item__info p:nth-child(2) {
  padding: 0.25em 0.85em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  font-size: 0.75rem;
}

.content {
  position: relative;
  padding: 40px 0 40px 280px;
}

.content__block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 1280px;
  margin: 0 auto;
}

.content__item {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}
.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 #000;
  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: 2em 15vmin 2em calc(15vmin + 140px);
  background-color: #000;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
footer p:nth-child(1) {
  margin-bottom: 3vmin;
  font-size: 0.8125rem;
  text-transform: none;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  font-family: "You Blockhead", "Lalezar", sans-serif;
}
footer p:nth-child(2) {
  margin-top: 1em;
  margin-bottom: 3vmin;
  font-size: clamp(0.5625rem, 3vmin, 0.8rem);
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}
footer p:nth-child(3) {
  margin-top: 1em;
  margin-bottom: 3vmin;
  font-size: clamp(0.5625rem, 3vmin, 0.8rem);
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}
footer img {
  width: 100px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 1919px) {
  .cards__block,
  .content__block {
    width: 1014px;
  }
  .menu__block ul li a {
    height: 76px;
    width: 153px;
  }
}
@media (max-width: 1379px) {
  .cards,
  .content {
    padding: 6em 0 6em 140px;
  }
  .cards__block,
  .content__block {
    width: 850px;
  }
}
@media (max-width: 1024px) {
  .sidebar {
    display: none;
  }
  .banner {
    height: 1024px;
    padding: 0;
  }
  .banner__info {
    width: 80%;
    position: relative;
  }
  .banner__info__logo {
    display: flex;
    position: absolute;
    width: 180px;
    top: -140px;
  }
  .banner__info__logo img {
    width: 100%;
  }
  .menu {
    padding-left: 0;
  }
  .cards {
    padding: 2em 0 4em 0;
  }
  .cards__row:nth-child(1) {
    display: flex;
    gap: 3vmin;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 3vmin 3vmin 3vmin;
  }
  .cards__row:nth-child(1) a {
    width: 120px;
    min-width: 120px;
  }
  .cards__row:nth-child(2) {
    display: flex;
    gap: 3vmin;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 1em;
    padding: 0 3vmin 3vmin 3vmin;
  }
  .cards__row:nth-child(2) a {
    width: 422px;
    min-width: 422px;
  }
  footer {
    padding: 40px;
  }
  .content {
    padding: 2em;
  }
  .cards__block,
  .content__block {
    width: 100%;
  }
  .cards__nav {
    padding: 0 3vmin;
  }
  .sidebar {
    display: flex;
    min-height: 60px;
    height: auto;
    width: 100%;
    top: auto;
    padding: 0.8em 0.8em 1.5em;
    bottom: 0;
    background-color: #103557;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.4);
  }
  .sidebar .logo {
    display: none;
  }
  .sidebar__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar__bottom {
    display: none;
  }
  .mobile-menu {
    display: flex;
    align-items: center;
  }
  .burger {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 0.2em;
  }
  .burger img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sidebar__btns {
    flex-direction: row;
    gap: 1em;
    align-items: flex-end;
  }
  .sidebar__btns a {
    margin: 0;
  }
  .sidebar__btns a:nth-child(1) {
    order: 1;
  }
}
@media (max-width: 767px) {
  .banner {
    height: 940px;
    background-image: url(../images/banner-mob.webp);
  }
  .banner__block {
    align-items: flex-end;
    padding: 3em 0;
  }
  .banner__info p {
    margin: 0 2em;
    font-size: clamp(0.5625rem, 3vmin, 0.8rem);
  }
  .banner__info a:nth-child(5) {
    font-size: 0.5625rem;
  }
  .banner__info__logo {
    width: 180px;
    top: -150px;
  }
  .menu {
    height: 10vmax;
  }
  .menu__block ul li a {
    height: 66px;
    width: 93px;
  }
  .cards__title {
    font-size: 1.25rem;
  }
  .cards__nav p:nth-child(1) {
    font-size: 0.8125rem;
  }
  .cards__row:nth-child(2) a {
    width: 206px;
    min-width: 206px;
  }
  .cards__item__info p:nth-child(1) {
    font-size: 1rem;
  }
  .content {
    padding: 1em;
  }
  .content__table {
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 1rem;
    width: calc(100% + 1rem);
  }
  .content__item ol,
  .content__item ul {
    padding-left: 30px;
  }
  footer img {
    width: 100px;
    margin: 0;
    display: block;
  }
  .sidebar__btns a {
    font-size: 0.875rem;
  }
  .sidebar__top {
    padding: 0;
  }
}/*# sourceMappingURL=styles.css.map */