* {
  box-sizing: border-box;
  font-family: Inter, Arial, Helvetica, sans-serif;
  margin: 0;
}

.wrapper {
  background: #161716;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.pos__header {
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -2%;
  padding-bottom: 30px;
}

.pos__hero {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 70px;
  color: #fff;
  padding-bottom: 105px;
  max-width: 1020px;
  margin: 0 auto;
}

.pos__subheader {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -0.1px;
  text-align: center;
  max-width: 650px;
  color: rgb(151, 154, 160);
  padding-bottom: 50px;
}

.pos_btns {
  display: flex;
  gap: 20px;
}

.pos_btn {
  height: 46px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
  background: rgb(230, 165, 0);
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-family: Inter;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: rgb(18, 18, 18);
  margin-bottom: 60px;
  text-decoration: none;
  cursor: pointer;
  transition: .2s;
}

.pos_btn:hover {
  color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.3);
}

.pos__main-pag.swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: center;
  bottom: -15px;
  position: relative;
}
.pos__main-pag.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  background: rgb(103, 103, 103);
  width: 10px;
  height: 10px;
  position: relative;
  bottom: 5px;
  margin: 0 6px;
}
.pos__main-pag.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(230, 165, 0);
}

.pos__main-slider.swiper {
  max-width: 100%;
  max-height: 480px;
  padding-bottom: 50px;
  position: relative;
  z-index: 5;
}
.pos__main-slider.swiper .swiper-slide img {
  object-fit: contain;
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.pos__hero::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 700px;
  background: #fff;
  width: 800px;
  height: 150px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
  filter: blur(200px);
  opacity: 0.5;
}

.pos-list__content {
  padding-bottom: 100px;
}

.pos__list-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 67px;
  letter-spacing: -2%;
  text-align: center;
  color: #fff;
  margin: 0;
}

.pos__list-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.1px;
  text-align: center;
  color: rgb(151, 154, 160);
}

.pos__list {
  padding-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.pos__item {
  min-height: 640px;
  background: rgb(33, 33, 33);
  border-radius: 20px;
  padding: 20px;
  max-width: 100%;
}

.pos__slider.swiper {
  max-width: 570px;
  height: 350px;
  padding-bottom: 30px;
}
.pos__slider.swiper .swiper-slide {
  width: 100% !important;
}
.pos__slider.swiper .swiper-slide img {
  object-fit: contain;
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.pos__pag.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  bottom: -12px;
}

.pos__pag .swiper-pagination-bullet {
  background: rgb(103, 103, 103);
  width: 10px;
  height: 10px;
  position: relative;
  bottom: -5px;
}
.pos__pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(230, 165, 0);
}

.pos__content {
  padding: 20px 10px;
}

.pos__name {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -2%;
  color: #fff;
  padding-bottom: 10px;
}

.pos__descr {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.1px;
  color: rgb(151, 154, 160);
}

.blog-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 67px;
  letter-spacing: -2%;
  text-align: center;
  padding: 115px 0 70px;
  color: #fff;
}

.blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-bottom: 300px;
}

.blog__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
}

.blog__img {
  height: 270px;
  border-radius: 15px;
  transition: .2s;
}
.blog__img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.blog__img:hover {
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.3);
}

.blog__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.blog__date {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.1px;
  color: rgb(151, 154, 160);
  padding: 15px 0;
}

.blog__name {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -2%;
  color: #fff;
}

.blog__link {
  border-bottom: 1px solid rgb(231, 167, 7);
  width: fit-content;
  border-bottom-style: dashed;
  color: rgb(231, 167, 7);
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -2%;
  margin-top: 5px;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
  .blog__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .pos__main-slider.swiper {
    height: 400px;
  }
  .pos__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .pos__item {
    min-height: auto;
  }
  .pos__name {
    font-size: 26px;
  }
  .pos__header {
    font-size: 45px;
  }
  .blog-title {
    font-size: 45px;
  }
  .blog__img {
    height: 250px;
  }
  .pos__slider.swiper {
    height: 300px;
  }
  .pos__pag .swiper-pagination-bullet {
    bottom: 0;
  }
  .pos__pag.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: static;
  }
}
@media (max-width: 600px) {
  .pos__main-slider.swiper {
    height: auto;
  }

  .pos__hero {
    padding-bottom: 20px;
  }

  .pos__main-slider.swiper {
    padding-bottom: 10px;
  }
  .blog__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .pos__hero::after {
    width: 300px;
    height: 100px;
  }
}