* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

textarea {
  resize: vertical;
}

.posters__body {
  padding: 100rem 0;
  background-color: #e9ecf3;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .posters__body {
    padding: 60rem 0;
  }
}
.posters__item:not(:last-child) {
  margin-bottom: 40rem;
}
@media (max-width: 767.98px) {
  .posters__item:not(:last-child) {
    margin-bottom: 30rem;
  }
}
.posters__date-group {
  position: relative;
}
.posters__date-group mark {
  font-weight: 600;
  font-size: 24rem;
  line-height: 120%;
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30rem;
  position: relative;
  padding: 6rem 40rem;
  z-index: 2;
  border: 1rem solid white;
}
@media (max-width: 767.98px) {
  .posters__date-group mark {
    font-size: 18rem;
    padding: 4rem 15rem;
    margin: 0 auto 20rem;
  }
}
.posters__date-group:before {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.posters-slider {
  overflow: visible;
  width: 100%;
  height: 100%;
}
.posters-slider .swiper-slide {
  height: auto;
}
@media (max-width: 767.98px) {
  .posters-slider .swiper-slide {
    width: 90% !important;
  }
}

.poster__body {
  position: relative;
  overflow: hidden;
  border-radius: 20rem;
  background-color: white;
  height: 100%;
  padding: 15rem;
}
.poster__img {
  width: 100%;
  height: 140rem;
  display: block;
  border-radius: 15rem;
  overflow: hidden;
}
.poster__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.poster__content {
  padding: 20rem 0;
}
.poster__date {
  font-weight: 500;
  font-size: 18rem;
  line-height: 120%;
  margin-bottom: 10rem;
}
.poster__date ul {
  display: flex;
  gap: 30px;
}
.poster__date ul li {
  display: flex;
  gap: 10rem;
}
.poster__date ul li svg {
  width: 20rem;
  height: 20rem;
}
.poster__date ul li span {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .poster__date {
    font-size: 18rem;
    margin-bottom: 8rem;
  }
}
.poster__name {
  font-weight: 600;
  font-size: 20rem;
  line-height: 130%;
}
@media (max-width: 767.98px) {
  .poster__name {
    font-size: 18rem;
  }
}/*# sourceMappingURL=style.css.map */