@font-face {
  font-family: "Tempora LGC Uni Regular";
  font-style: normal;
  font-weight: normal;
  src:
    local("Tempora LGC Uni Regular"),
    url("/fonts/TemporaLGCUni/TemporaLGCUni-Regular.woff") format("woff");
}

body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

h1, h2 {
  font-weight: 400;
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: #000;
}

@media (min-width: 1024px) {
  .intro {
    padding-top: 16px;
  }
}

.page {
  min-width: 1024px;
  max-width: 1220px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 24px;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: flex-start;
  gap: 48px;
}

@media (max-width: 1023px) {
  .page {
    grid-template-columns: minmax(0, 1fr);
    min-width: auto;
    justify-content: center;
    align-items: center;
    padding-bottom: 64px;
  }
}

@media (min-width: 1024px) {
  .slider {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 6;
  }
}

@media (max-width: 1023px) {
  .slider {
    grid-row-start: 2;
  }
}

.block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.title {
  font-family: "Tempora LGC Uni Regular", serif;
  font-size: 22px;
  line-height: 1.2;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Tempora LGC Uni Regular", serif;
  font-size: 32px;
  line-height: 1.2;
}

.slider {
  position: relative;
  width: 414px;
}

@media (max-width: 1023px) {
  .slider {
    max-width: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .slider {
    justify-self: center;
  }
}

.swiper-slide img {
  width: 100%;
}

.swiper-button {
  width: 24px !important;
  height: 48px !important;
  color: #ddd !important;
}

@media (max-width: 1023px) {
  .swiper-button {
    display: none !important;
  }
}

.swiper-button-prev {
  left: 0 !important;
}

.swiper-button-prev::after {
  content: none !important;
}

.swiper-button-next {
  right: 0 !important;
}

.swiper-button-next::after {
  content: none !important;
}

.swiper-pagination {
  margin: 16px 0 0;
  position: static !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 5px !important;
  height: 5px !important;
  background: #ccc !important;
  margin: 0 8px !important;
}

.swiper-pagination-bullet-active {
  background: #000 !important;
}

.items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.item {
  position: relative;
  padding: 0 0 0 20px;
}

.item::after {
  content: "—";
  color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #000;
  color: #fff;
  padding: 16px 20px;
  font-size: 12px;
  text-decoration: none;
  box-sizing: border-box;
}

.btn.secondary {
  background: #fff;
  color: #000;
  border: 1px solid;
}

@media (max-width: 1023px) {
  .btn {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .btn {
    margin-top: 16px;
    width: 100%;
  }
}

.btn-logo {
  position: relative;
  padding-left: 56px;
}

.btn-logo img {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
}

.link-logo-img {
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
