* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
.jS {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.jC {
  display: flex;
  justify-content: space-between;

  align-items: center;
}

.jE {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.j {
  display: flex;
  justify-content: space-between;
}

.gap40 {
  gap: 40px;
}
.gap30 {
  gap: 30px;
}
.gap20 {
  gap: 20px;
}
.g2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.g3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.g4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.g5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.secP30 {
  padding-block: 30px;
}
.secP40 {
  padding-block: 40px;
}
.secP50 {
  padding-block: 50px;
}
.secP60 {
  padding-block: 60px;
}
.secP70 {
  padding-block: 70px;
}
.secP80 {
  padding-block: 80px;
}
.secP90 {
  padding-block: 90px;
}
.secP100 {
  padding-block: 100px;
}
@media (max-width: 1200px) {
  .g5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .g4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  .g5 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .secP60,
  .secP70 {
    padding-block: 40px;
  }
  .secP80,
  .secP90,
  .secP100 {
    padding-block: 60px;
  }
  .jS,
  .jC,
  .jE,
  .j {
    align-items: center;
    flex-direction: column;
  }
  .g5,
  .g2,
  .g3,
  .g4 {
    grid-template-columns: 1fr;
  }
}

.break {
  word-break: break-all;
}
a,
button {
  text-align: center;
  width: fit-content;
  cursor: pointer;
  background: transparent;
  transition: all 0.2s linear;
  border: none;
}
button:focus,
a:focus {
  outline: 4px solid #fff;
  filter: brightness(90%);
}
@media (hover: hover) {
  button:hover,
  a:hover {
    filter: brightness(80%);
  }
}

textarea,
input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}

main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
:root {
  scroll-behavior: smooth;
}

body {
  background: #1f192d url(../images/bg.png) center / contain repeat-y;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: "Proxima Nova", sans-serif;
}

.container {
  max-width: 1070px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid rgba(232, 232, 237, 0.08);
  background: #14101d;
  padding-block: 16px;
}
.header__inner {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  display: block;
  max-width: 208px;
  width: 100%;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}
.header__nav a {
  display: block;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.48px;
}
.header__flag {
  width: 24px;
  height: 24px;
}
.close-img {
  display: none;
}

.header__menu {
  display: none;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.home__title {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 42px */
  letter-spacing: -1.26px;
  margin-bottom: 20px;
}
.home__text {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.48px;
}
.home__filters {
  margin-block: 60px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.home__filter {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 24px;
}
.home__label {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 16px */
  letter-spacing: -0.48px;
}
.home__btns {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.home__btn.active {
  border-color: #354fd7;
  background: linear-gradient(90deg, #354fd7 0%, #2138ad 100%);
  box-shadow: 0px 0px 13.851px 0px #354fd7, 0px 0px 3.957px 0px #354fd7,
    0px 0px 1.979px 0px #354fd7;
}
.home__btn {
  display: block;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 99px;
  background: #1f192d;
  color: #fff;
  border: 2px solid transparent;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.42px;
}
.home__sort {
  cursor: pointer;
  border-radius: 99px;
  background: #1f192d;
  padding: 8px 16px;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.42px;
}
.catalog {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.catalog__item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 24px;
  border-radius: 12px;
  transition: all 0.2s ease;
  border: 1px solid rgba(232, 232, 237, 0.08);
  background: #1f192d;
}
.catalog__item:hover {
  filter: initial;
  box-shadow: 0px 0px 13.851px 0px rgba(108, 79, 251, 0.7),
    0px 0px 13.851px 0px rgba(108, 79, 251, 0.7),
    0px 0px 30px 0px rgba(108, 79, 251, 0.7),
    0px 0px 50px 0px rgba(108, 79, 251, 0.7),
    0px 0px 58.4px 0px rgba(108, 79, 251, 0.7);
}
.catalog__num {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 16px */
  letter-spacing: -0.48px;
  border-radius: 99px;
  border: 2px solid #354fd7;
  background: linear-gradient(90deg, #354fd7 0%, #2138ad 100%);
}
.catalog__label {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 12px;
  padding: 5px 27px;
  background: #c69613;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
}
.catalog__img {
  max-width: 100px;
  width: 100%;
}
.catalog__col1 {
  max-width: 346px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
}
.catalog__title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 24px */
  letter-spacing: -0.72px;
}
.catalog__wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.catalog__stars {
  max-width: 100px;
  width: 100%;
}
.catalog__est {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 16px */
  letter-spacing: -0.48px;
}
.catalog__list {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.catalog__row {
  display: flex;
  align-items: center;
  gap: 4px;
}
.catalog__icon {
  width: 16px;
  height: 16px;
}
.catalog__label2 {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: -0.36px;
}
.catalog__text {
  max-width: 247px;
  width: 100%;
  padding-inline: 14px;
  border-left: 1px solid #2d2442;
  border-right: 1px solid #2d2442;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 20px */
  letter-spacing: -0.6px;
}
.catalog__btn {
  display: block;
  width: fit-content;
  border-radius: 10px;
  border: 2px solid #354fd7;
  background: linear-gradient(90deg, #354fd7 0%, #2138ad 100%);
  box-shadow: 0px 0px 13.851px 0px #354fd7, 0px 0px 3.957px 0px #354fd7,
    0px 0px 1.979px 0px #354fd7;
  padding: 15px 25px;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 19.8px */
  letter-spacing: -0.54px;
}
.choose__title {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 40px */
  letter-spacing: -1.2px;
  margin-bottom: 60px;
}
.choose__subtitle {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.48px;
  margin-bottom: 60px;
}
.choose__text2 {
  border-radius: 12px;
  border: 1px solid rgba(232, 232, 237, 0.08);
  background: #1f192d;
  padding: 16px;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.48px;
}
.choose__col {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.choose__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}
.choose__img {
  max-width: 64px;
  width: 100%;
}
.choose__label {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  letter-spacing: -0.72px;
}
.choose__text {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.48px;
}

.use__title {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 40px */
  letter-spacing: -1.2px;
  margin-bottom: 60px;
}
.use__blocks {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.use__item {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(232, 232, 237, 0.08);
  background: #1f192d;
}
.use__top {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.use__num {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 16px */
  letter-spacing: -0.48px;
  width: 32px;
  height: 32px;
  border-radius: 99px;
  border: 2px solid #354fd7;
  background: linear-gradient(90deg, #354fd7 0%, #2138ad 100%);
}
.use__label {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  letter-spacing: -0.72px;
}
.use__text {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.48px;
}
.faq__title {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 40px */
  letter-spacing: -1.2px;
  margin-bottom: 60px;
}

.faq__blocks {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq__item {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(232, 232, 237, 0.08);
  background: #1f192d;
}
details > summary::-webkit-details-marker {
  display: none;
}
.faq__label:before {
  display: block;
  content: "";
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  background-image: url(../images/arr1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
}
.faq__label {
  padding-right: 34px;
  position: relative;
  user-select: none;
  cursor: pointer;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  letter-spacing: -0.72px;
}
.faq__textBody {
  user-select: none;
  padding-top: 24px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.48px;
}
.guides__title {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 40px */
  letter-spacing: -1.2px;
  margin-bottom: 60px;
}

.guides__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(232, 232, 237, 0.08);
  background: #1f192d;
}

.guides__label {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  letter-spacing: -0.72px;
}
.guides__text {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.48px;
  flex-grow: 1;
}

.guides__btn img {
  width: 24px;
  height: 24px;
}
.guides__btn {
  color: #354fd7;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 19.8px */
  letter-spacing: -0.54px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}

.contact__inner {
  max-width: 540px;
  width: 100%;
  margin-inline: auto;
  padding: 40px 24px;
  border-radius: 12px;
  border: 1px solid rgba(232, 232, 237, 0.08);
  background: #1f192d;
}
.contact__title {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 40px */
  letter-spacing: -1.2px;
  margin-bottom: 24px;
}
.contact__subtitle {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.48px;
  margin-bottom: 40px;
}

.contact__label {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 40px */
  letter-spacing: -1.2px;
  margin-bottom: 32px;
}
.contact__text {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.48px;
  margin-bottom: 32px;
}
.contact__blocks {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact__label2 {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 24px */
  letter-spacing: -0.72px;
  margin-bottom: 32px;
}
.contact__text2 a,
.contact__text2 {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.48px;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.form input::placeholder,
.form textarea::placeholder {
  color: #e8e8ed;
}
.form input,
.form textarea {
  display: block;
  width: 100%;
  color: #e8e8ed;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 13px 24px;
  border-radius: 10px;
  border: 1px solid rgba(232, 232, 237, 0.08);
  background-color: transparent;
  /* Shadow xs */
  box-shadow: 0px 1px 2px 0px rgba(18, 26, 43, 0.05);
}
.form textarea {
  height: 124px;
}
.form button {
  margin-top: 12px;
  display: block;
  width: fit-content;
  margin-left: auto;
  padding: 15px 25px;
  text-align: center;
  color: #e8e8ed;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 10px;
  border: 2px solid #354fd7;
  background: linear-gradient(90deg, #354fd7 0%, #2138ad 100%);
  box-shadow: 0px 0px 13.851px 0px #354fd7, 0px 0px 3.957px 0px #354fd7,
    0px 0px 1.979px 0px #354fd7;
}

.disclaimer__inner {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(232, 232, 237, 0.08);
  background: #1f192d;
}
.disclaimer__title {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  letter-spacing: -0.72px;
  margin-bottom: 24px;
}
.disclaimer__text {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: -0.48px;
  margin-bottom: 24px;
}
.disclaimer__text2 a {
  opacity: 0.3;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.48px;
  text-decoration: underline;
}
.disclaimer__text2 {
  opacity: 0.3;
  color: #928ba3;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: -0.48px;
}
.logos {
  border-top: 1px solid rgba(232, 232, 237, 0.08);
  background: #14101d;
  padding-block: 40px;
}

.logos__blocks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}
.logos__logoItem {
  display: block;
  height: 62px;
}
.bg {
  background: #14101d;
}
.footer {
  background: #14101d;
  padding-block: 40px 24px;
}

.footer__inner {
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 40px 20px;
}

.footer__logo {
  display: block;
  max-width: 208px;
  width: 100%;
}
.footer__col {
  max-width: 264px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__col1 {
  max-width: initial;
  width: initial;
}
.footer__label {
  color: #fff;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.48px;
}
.footer__links1 a {
  display: block;
  color: #fff;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.footer__links1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__list * {
  color: #fff;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.footer__text a,
.footer__text {
  color: #fff;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.192px;
}
.footer__text a {
  text-decoration: underline;
}
.footer__age {
  max-width: 64px;
  width: 100%;
}

.footer__links2 {
  padding-top: 24px;
  border-top: 1px solid rgba(143, 146, 146, 0.24);

  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;

  margin-bottom: 24px;
}
.footer__links2 a {
  display: block;
  color: #fff;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.footer__copyright {
  color: #fff;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}
.footer__copyright a {
  color: #fff;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  text-decoration: underline;
}
@media (max-width: 800px) {
  .header__nav {
    display: none;
    transform: translateY(-100%);
  }
  .header__wrapper {
    gap: 24px;
  }
  .header__menu {
    display: block;
  }

  .show-menu .menu-img {
    display: none;
  }
  .show-menu .close-img {
    display: block;
  }
  .show-menu .header__nav {
    display: flex;
    position: absolute;
    bottom: 0;
    gap: 0;
    left: 0;
    width: 100%;
    right: 0;
    flex-direction: column;
    background: #14101d;
    z-index: 10;
    gap: 0;
    transition: all 0.3s;
    opacity: 1;
    transform: translateY(98%);
  }
  .show-menu .header__nav a {
    padding: 20px;
    text-align: left;
    width: 100%;
  }
  .show-menu .header__nav a:last-child {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .home__filter {
    flex-direction: column;
    align-items: flex-start;
  }
  .home__btns {
    justify-content: flex-start;
  }
  .catalog__img {
    align-self: flex-start;
  }
  .catalog__item {
    padding-block: 32px;
    flex-wrap: wrap;
  }
  .catalog__col1 {
    max-width: initial;
    width: calc(100% - 120px);
  }
  .catalog__text {
    max-width: initial;
    padding: 14px 0;
    border: none;
    border-top: 1px solid #2d2442;
    border-bottom: 1px solid #2d2442;
  }
  .catalog__btn {
    width: 100%;
  }
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 420px) {
  .use__top {
    gap: 15px;
  }
  .use__label {
    font-size: 20px;
  }
  .use__item {
    padding-inline: 20px;
  }
  .catalog__stars {
    max-width: 84px;
  }
  .catalog__est {
    font-size: 14px;
  }
  .catalog__img {
    max-width: 86px;
  }
  .catalog__item {
    padding-inline: 20px;
  }
  .catalog__col1 {
    width: calc(100% - 106px);
  }
  .choose__title {
    font-size: 30px;
  }
  .contact__label,
  .faq__title,
  .guides__title,
  .contact__title,
  .home__title {
    font-size: 35px;
  }
}
@media (max-width: 368px) {
  .catalog__img {
    max-width: 100px;
  }
  .catalog__item {
    flex-direction: column;
  }
  .catalog__col1 {
    width: 100%;
  }
  .header__wrapper {
    gap: 10px;
  }
}
/* terms */
.terms {
  flex-grow: 1;
}

.terms__top {
  padding-block: 60px;
}

.terms__title {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 42px */
  letter-spacing: -1.26px;
  margin-bottom: 20px;
}
.terms__subtitle {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.48px;
}
.terms__bottom {
  background: #14101d;
  padding-block: 40px;
}
.terms__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.terms__content address,
.terms__content p {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.48px;
}
.terms__content h2 {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 40px */
  letter-spacing: -1.2px;
  margin-bottom: 24px;
}
.terms__content h3 {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 24px */
  letter-spacing: -0.72px;
  margin-bottom: 24px;
}
.terms__content a {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
  text-decoration: underline;
}
.terms__content ul {
  margin-left: 20px;
}
.terms__content ul li {
  list-style: initial;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
}
@media (max-width: 768px) {
  .terms__title {
    font-size: 32px;
  }
}

/* age verification */
.showAgeModal {
  overflow: hidden;
}
.ageModal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.954);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.ageModal__wrapper {
  text-align: center;
  max-width: 400px;
  width: 90%;
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(143, 146, 146, 0.24);
  background: #fafafa;
  box-shadow: 0px 275px 77px 0px rgba(0, 0, 0, 0),
    0px 176px 70px 0px rgba(0, 0, 0, 0.01),
    0px 99px 59px 0px rgba(0, 0, 0, 0.05), 0px 44px 44px 0px rgba(0, 0, 0, 0.09),
    0px 11px 24px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(24px);
  padding: 36px 24px;
}

.ageModal__title {
  color: #0c1311;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.64px;
  text-transform: uppercase;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(143, 146, 146, 0.24);
}

.ageModal__label {
  color: #5c6160;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  margin-bottom: 16px;
}

.ageModal__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ageModal__btn-yes,
.ageModal__btn-no {
  display: block;
  padding: 24px;
  width: 100%;
  border-radius: 12px;
  color: #fff;
  text-align: center;

  /* Body/Large/Semi Bold */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.192px;
}

.ageModal__btn-yes {
  background: #28a745;
}

.ageModal__btn-yes:hover {
  transform: translateY(-1px);
}

.ageModal__btn-no {
  background: #dc3545;
}

.ageModal__btn-no:hover {
  transform: translateY(-1px);
}

.ageModal__btn-yes:active,
.ageModal__btn-no:active {
  transform: translateY(0);
}
@media (max-width: 786px) {
  .ageModal__wrapper {
    max-width: 342px;
  }
  .ageModal__title {
    font-size: 28px;
  }

  .ageModal__btns {
    gap: 12px;
  }

  .ageModal__btn-yes,
  .ageModal__btn-no {
    padding: 20px;
  }
}
.th {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.954);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  display: none;
}
.th.active {
  display: block;
}
.th__inner {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.th__block {
  border-radius: 12px;
  border: 1px solid rgba(232, 232, 237, 0.08);
  background: #1f192d;
  padding: 42px;
  max-width: 640px;
  width: 100%;
}
.th__title {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 42px */
  letter-spacing: -1.26px;
  margin-bottom: 42px;
}
.th__text {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.48px;
}
