@charset "UTF-8";
/* Step 0: 59.00px → 175px (110.00px) */
/* Step 1: 47.00px → 132px (85.00px) */
/* Step 2: 37.00px → 110.00px (69.00px) */
/* Step 3: 30.00px → 60.00px (43.00px) */
/* Step 4: 21.00px → 44.00px (31.00px) */
/* Step 0: 17.00px → 28.00px (22.00px) */
/* Step 0: 14.00px → 26.00px (19.00px) */
/* Step 7: 12.00px → 20.00px (15.00px) */
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/../fonts/Inter-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "TenorSans";
  src: url("../assets/fonts/../fonts/TenorSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

html,
body {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

@media (min-width: 1920px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1920px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html {
    font-size: 18px;
  }
}

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

*:focus {
  outline: none;
}

*::-moz-selection {
  background-color: #ef3f66;
  color: white;
}

*::selection {
  background-color: #ef3f66;
  color: white;
}

.page {
  height: 100%;
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
}

.page__body {
  position: relative;
  margin: 0;
  min-width: 320px;
  min-height: 100%;
}

.site-container {
  display: flex;
  min-height: 100vh;
  width: 100%;
  max-width: 3840px;
  margin: 0 auto;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #333333;
}

.site-container_dark-theme {
  background-color: black;
}

.container {
  width: 100%;
  padding: 0 clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem);
}

@media (max-width: 1280.98px) {
  .container_without-mobile {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .content-wrapper {
    max-width: 2040px;
    margin: 0 auto;
  }
}

@media (min-width: 1920px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1920px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .content-wrapper {
    max-width: 2040px;
    margin: 0 auto;
  }
}

.tabs {
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1;
  padding: 10.25rem 0 7.5rem;
}

@media (max-width: 1280.98px) {
  .main {
    padding: 9.75rem 0 7.5rem;
  }
}

.main_without-top-padding {
  padding: 0 0 7.5rem;
}

@media (max-width: 1280.98px) {
  .main_without-top-padding {
    padding: 0 0 7.5rem;
  }
}

@media (min-width: 576px) {
  .main_big-bottom-indent {
    padding-bottom: clamp(7.5rem, 7.8125vw, 9.375rem);
  }
}

.title, .hero__title, .collection-page__title::before, .content h4, .content blockquote, .content blockquote p {
  margin: 0;
  font-family: "TenorSans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: black;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.title_h0 {
  font-size: clamp(3.69rem, calc(2.9rem + 3.35vw), 10.94rem);
}

.title_h1, .hero__title {
  font-size: clamp(2.94rem, calc(2.36rem + 2.45vw), 8.25rem);
}

.title_h2 {
  font-size: clamp(2.31rem, calc(1.91rem + 2.02vw), 6.75rem);
}

.title_h3, .content blockquote, .content blockquote p, .title_h4, .collection-page__title::before, .content h4 {
  font-family: "Inter", sans-serif;
  color: #333333;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-transform: none;
}

@media (max-width: 1280.98px) {
  .title_h3, .content blockquote, .content blockquote p, .title_h4, .collection-page__title::before, .content h4 {
    letter-spacing: -0.01em;
  }
}

.title_h3, .content blockquote, .content blockquote p {
  font-size: clamp(1.88rem, calc(1.67rem + 0.87vw), 3.75rem);
}

.title_h4, .collection-page__title::before, .content h4 {
  font-size: clamp(1.31rem, calc(1.16rem + 0.66vw), 2.75rem);
}

.title_big {
  font-size: clamp(2.94rem, calc(1.97rem + 4.13vw), 11.88rem);
}

.paragraph, .hero__content p, .chronicle-event_small .chronicle-event__description, .chronicle-event__description, .placemark__text, .content p,
.content li, .content > figure figcaption {
  font-size: clamp(1.06rem, calc(0.99rem + 0.32vw), 1.75rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 125%;
}

@media (max-width: 1280.98px) {
  .paragraph, .hero__content p, .chronicle-event_small .chronicle-event__description, .chronicle-event__description, .placemark__text, .content p,
  .content li, .content > figure figcaption {
    letter-spacing: -0.01em;
  }
}

.paragraph_small, .hero__content p, .chronicle-event_small .chronicle-event__description, .chronicle-event__description, .content p,
.content li {
  font-size: clamp(0.88rem, calc(0.79rem + 0.35vw), 1.63rem);
  line-height: 130%;
}

.caption, .content > figure figcaption {
  text-transform: uppercase;
  font-size: clamp(0.75rem, calc(0.7rem + 0.23vw), 1.25rem);
  line-height: 135%;
  letter-spacing: 0.03em;
  font-weight: 400;
  margin: 0;
}

.section__header {
  margin: 0 0 5rem;
}

@media (max-width: 1280.98px) {
  .section__header {
    margin: 0 0 1.75rem;
  }
}

.section__header_with-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
}

@media (max-width: 1280.98px) {
  .section__header_with-grid {
    grid-template-columns: 1fr;
  }
}

.section__title {
  grid-column: 4 / -4;
  text-align: center;
}

@media (max-width: 1280.98px) {
  .section__title {
    grid-column: unset;
    text-align: start;
  }
}

.section__counter {
  grid-column: -1 / -2;
  justify-self: end;
}

@media (max-width: 1280.98px) {
  .section__counter {
    display: none;
  }
}

.section__more-link {
  margin: 5rem 0 0;
}

@media (max-width: 1280.98px) {
  .section__more-link {
    margin: 0.3125rem 0 0;
  }
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

@media (max-width: 1280.98px) {
  .hidden-on-mobile {
    display: none !important;
    /* stylelint-disable-line declaration-no-important */
  }
}

@media (min-width: 576px) {
  .hidden-on-desktop {
    display: none !important;
    /* stylelint-disable-line declaration-no-important */
  }
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}

.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.text-center {
  text-align: center;
}

.centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inverted-color {
  background: black;
  color: #f2f2f2;
}

.swiper-slide {
  -webkit-transform: translate3d(0, 0, 0);
}

.not-visibility, .hero__content p {
  overflow: hidden;
  visibility: hidden;
}

.divider {
  height: 1px;
  width: 100%;
  background: #333333;
}

.header:not(.inverted-color) {
  color: #333333;
}

.header:not(.inverted-color) svg {
  stroke: #333333;
}

.header:not(.inverted-color) .header__search-link_light {
  background-color: black;
  border-color: #666666;
}

.header:not(.inverted-color) .header__search-link_light svg {
  stroke: #fff;
}

.header {
  width: 100%;
  max-width: 3840px;
  z-index: 2;
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.65s cubic-bezier(0.12, 1.02, 0.74, 0.99);
}

.header svg {
  stroke: white;
}

.header_stuck:not(.header_menu-open) {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(8px);
  background-color: #f2f2f259;
  top: 0;
}

.header_hade:not(.header_menu-open) {
  top: calc(var(--header-height) * -1);
  transition: all 0.4s ease-out;
}

.header_menu-open {
  position: fixed;
}

.header_menu-open .header__logo {
  display: none;
}

.header_menu-open .header__logo_monochrome {
  display: block;
}

.header_menu-open .header__hamburger {
  background-color: white;
}

.header_menu-open .header__item_show-search-popup {
  display: none;
}

.header__search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ef3f66;
  overflow: hidden;
  visibility: hidden;
}

.header__content {
  display: flex;
  justify-content: space-between;
  line-height: 0;
  align-items: center;
  padding: 1.5rem 0;
}

@media (max-width: 1280.98px) {
  .header__content {
    padding: 1.375rem 0;
  }
}

.header__logo {
  position: relative;
  z-index: 2;
  width: 14.25rem;
  height: 4.25rem;
}

@media (max-width: 1280.98px) {
  .header__logo {
    width: 9.75rem;
    height: 2.875rem;
  }
}

.header__logo_monochrome {
  display: none;
}

.header__logo_mobile {
  width: 9.75rem;
  height: 2.875rem;
}

@media (max-width: 1280.98px) {
  .header__nav {
    flex: 1;
  }
}

.header__list {
  display: flex;
  align-items: center;
}

@media (max-width: 1280.98px) {
  .header__list {
    justify-content: flex-end;
  }
}

.header__item {
  position: relative;
  margin: 0 2.5rem 0 0;
}

@media (max-width: 1280.98px) {
  .header__item {
    margin: 0 0.9375rem 0 0;
  }
}

.header__item:last-child {
  margin: 0;
}

.header__item_show-search-popup {
  z-index: 2;
  position: relative;
}

.header__link {
  color: inherit;
  transition: ease color 0.3s;
}

.header__link:hover {
  color: #ef3f66;
}

.header__link:hover.header__link_with-border-bottom::after {
  background-color: #ef3f66;
}

.header__link:focus {
  color: #ef3f66;
}

.header__link:active {
  color: #ef3f66;
}

.header__link_with-border-bottom {
  position: relative;
}

.header__link_with-border-bottom::after {
  position: absolute;
  pointer-events: none;
  content: "";
  bottom: -5px;
  left: -5px;
  right: -5px;
  height: 1px;
  background-color: #333333;
  transition: ease background-color .3s;
}

.header__search-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4375rem;
  height: 3.625rem;
  border: 1px solid #333333;
  transition: ease border-color .3s, ease-in-out background-color .3s;
  border-radius: 3.125rem;
}

.header__search-link svg {
  stroke: white;
}

@media (max-width: 1280.98px) {
  .header__search-link {
    height: 3rem;
    width: 2.0625rem;
  }
}

.header__search-link:hover {
  border-color: #ef3f66;
}

.header__search-link:hover svg {
  stroke: #ef3f66;
}

.header__search-link svg {
  width: 1.375rem;
  height: 1.375rem;
  transition: ease stroke .3s;
}

@media (max-width: 1280.98px) {
  .header__search-link svg {
    width: 1rem;
    height: 1rem;
  }
}

.header_search-open .header__logo {
  display: none;
}

.header_search-open .header__logo_monochrome {
  display: block;
}

.header_search-open .header__search-link {
  position: relative;
  background-color: #333333;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.65537 0.555278C1.38201 0.281911 0.938792 0.281911 0.665425 0.555278C0.392058 0.828645 0.392058 1.27186 0.665425 1.54523L5.1202 6L0.665425 10.4548C0.392058 10.7281 0.392058 11.1714 0.665425 11.4447C0.938792 11.7181 1.38201 11.7181 1.65537 11.4447L6.11015 6.98995L10.5649 11.4447C10.8383 11.7181 11.2815 11.7181 11.5549 11.4447C11.8282 11.1714 11.8282 10.7281 11.5549 10.4548L7.1001 6L11.5549 1.54523C11.8282 1.27186 11.8282 0.828644 11.5549 0.555278C11.2815 0.281911 10.8383 0.28191 10.5649 0.555277L6.11015 5.01005L1.65537 0.555278Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  transition: ease-out background-image .3s;
}

@media (max-width: 1280.98px) {
  .header_search-open .header__search-link {
    background-color: black;
  }
}

.header_search-open .header__search-link svg {
  opacity: 0;
}

.header_search-open .header__search-link:hover {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.65537 0.555278C1.38201 0.281911 0.938792 0.281911 0.665425 0.555278C0.392058 0.828645 0.392058 1.27186 0.665425 1.54523L5.1202 6L0.665425 10.4548C0.392058 10.7281 0.392058 11.1714 0.665425 11.4447C0.938792 11.7181 1.38201 11.7181 1.65537 11.4447L6.11015 6.98995L10.5649 11.4447C10.8383 11.7181 11.2815 11.7181 11.5549 11.4447C11.8282 11.1714 11.8282 10.7281 11.5549 10.4548L7.1001 6L11.5549 1.54523C11.8282 1.27186 11.8282 0.828644 11.5549 0.555278C11.2815 0.281911 10.8383 0.28191 10.5649 0.555277L6.11015 5.01005L1.65537 0.555278Z' fill='%23ef3f66'/%3E%3C/svg%3E%0A");
  border-color: inherit;
}

.header__hamburger {
  background: black;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  z-index: 2;
  position: relative;
}

.header__collection-popup-button {
  font-weight: 300;
  transition: ease color .3s;
  position: relative;
  color: inherit;
}

.header__collection-popup-button span {
  display: inline-block;
  margin: 0 0.625rem 0 0;
}

.header__collection-popup-button::after {
  position: absolute;
  pointer-events: none;
  content: "";
  bottom: -5px;
  left: -5px;
  right: -5px;
  height: 1px;
  background-color: #333333;
  transition: ease background-color .3s, ease height .15s;
}

.header__collection-popup-button_hide-line::after {
  height: 0px;
}

.header__collection-popup-button:hover {
  color: #ef3f66;
}

.header__collection-popup-button:hover svg {
  stroke: #ef3f66;
}

.header__collection-popup-button:hover::after {
  background-color: #ef3f66;
}

.header__arrow-icon {
  stroke: #333333;
  transition: ease stroke .3s;
}

.header__collection-popup {
  position: absolute;
  left: -0.3125rem;
  transform: translate(-10px, 10px);
}

.kkb-link {
  display: flex;
  align-items: center;
  color: #333333;
  padding: 1.25rem 0.75rem 1.1875rem;
  line-height: 135%;
  letter-spacing: 0.03em;
  height: 3.625rem;
  background: #ffffff;
  box-shadow: 0px 0px 40px rgba(255, 169, 27, 0.2);
  border-radius: 3.125rem;
}

.kkb-link:hover .arrow__icons {
  transform: translateX(50%);
}

.kkb-link__icon {
  height: 1.75rem;
  width: 1.75rem;
  transform: rotate(-45deg);
  margin: 0 0 0 0.3125rem;
}

.hamburger {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 15px;
}

.hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: white;
  transform: translate(-50%, -50%);
}

.hamburger span:before, .hamburger span:after {
  position: absolute;
  left: 0;
  content: '';
  width: 20px;
  height: 2px;
  background-color: white;
}

.hamburger span:before {
  transform: translateY(-5px);
  animation: burger3 250ms linear;
}

@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}

.hamburger span:after {
  transform: translateY(5px);
  animation: burger4 250ms linear;
}

@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}

.hamburger_active span {
  visibility: hidden;
}

.hamburger_active span:before, .hamburger_active span:after {
  visibility: visible;
  background-color: black;
  transform-origin: center center;
  transform: translateY(0);
  transition: all 250ms linear;
}

.hamburger_active span:before {
  transform: rotate(-45deg);
  animation: burger1 250ms linear;
}

@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

.hamburger_active span:after {
  transform: rotate(45deg);
  animation: burger2 250ms linear;
}

@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}

.hamburger_light-theme {
  background-color: #CCCCCC;
}

.hamburger_light-theme span {
  background-color: #333333;
}

.hamburger_light-theme span:before, .hamburger_light-theme span:after {
  background-color: #333333;
}

.header-search__field {
  margin: 13.125rem 0 10.375rem;
}

@media (max-width: 1280.98px) {
  .header-search__field {
    margin: 11.25rem 0 3.75rem;
  }
}

.header-search__field .search-input__input:focus {
  outline: none;
  border-bottom: 1px solid white;
}

@media (max-width: 1280.98px) {
  .header-search__field .search-input__input:focus {
    border-width: 2px;
  }
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 1.875rem 1.875rem 0px 0px;
  padding: 1.25rem 1.875rem;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #666666;
}

@media (max-width: 1280.98px) {
  .footer {
    border-radius: 0;
    align-items: flex-start;
    border-width: 1px 0px 0px 0px;
  }
}

.footer__details {
  flex: 1;
  display: flex;
  justify-content: space-between;
  margin-right: 1.875rem;
}

@media (max-width: 1280.98px) {
  .footer__details {
    flex-direction: column;
  }
}

.footer__text {
  margin: 0;
  font-size: clamp(14px, 13.27184px + 0.00194 * 100vw, 17px);
}

@media (min-width: 992px) {
  .footer__text {
    font-size: 1.0625rem;
  }
}

.footer__copyright {
  flex: 1;
}

@media (max-width: 1280.98px) {
  .footer__copyright {
    margin: 0 0 3.125rem 0;
  }
}

.footer__link {
  transition: ease opacity 0.3s;
  color: #f2f2f2;
}

.footer__link:hover {
  opacity: 0.45;
}

.footer__up-button {
  width: 2.625rem;
  height: 3.625rem;
  border: 1px solid #666666;
  border-radius: 3.125rem;
  background-color: transparent;
  transition: ease background-color .3s,  ease border-color .3s;
}

.footer__up-button:hover {
  background-color: #ef3f66;
  border-color: #ef3f66;
}

.footer__icon {
  height: 1.875rem;
  width: 1.375rem;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

@keyframes arrow-move {
  from {
    transform: translateY(5px);
  }
  to {
    transform: translateY(-5px);
  }
}

.hero {
  min-height: 100vh;
  padding: 12.5rem 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (max-width: 1799.98px) {
  .hero {
    padding: Max(7.5rem, 15vh) 0 Max(2rem, 4vh);
  }
}

@media (max-width: 1280.98px) {
  .hero {
    padding: 8.75rem 0 2rem;
  }
}

.hero__wrapper {
  align-items: center;
  display: flex;
  flex: 1;
}

@media (max-width: 1280.98px) {
  .hero__wrapper {
    justify-content: center;
  }
}

.hero__container {
  display: grid;
  grid-template-columns: 3fr 4fr;
  gap: Max(80px, 4vw);
  max-width: 80vw;
  align-items: flex-start;
  margin: 0 auto;
}

@media (max-width: 1280.98px) {
  .hero__container {
    flex-direction: column;
    gap: Max(20px, 4vw);
    align-items: center;
    grid-template-columns: 1fr;
    margin: 0;
    max-width: 100%;
  }
}

.hero__images-container {
  position: relative;
  max-width: 35rem;
  justify-self: end;
}

@media (max-width: 1280.98px) {
  .hero__images-container {
    width: 100%;
    min-height: Max(240px, 32vw);
    justify-self: center;
  }
}

.hero__img {
  position: absolute;
  border-radius: 1.25rem;
  width: 100%;
  max-width: 560px;
  height: 400px;
  min-width: 560px;
  top: 0;
  right: 0;
  cursor: pointer;
}

@media (max-width: 1799.98px) {
  .hero__img {
    height: 300px;
    min-width: 420px;
    max-width: 420px;
  }
}

@media (max-width: 1280.98px) {
  .hero__img {
    min-width: unset;
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 979.98px) {
  .hero__img {
    border-radius: 0.625rem;
    max-width: calc(100% - 30px);
  }
}

.hero__img:first-child {
  top: 0;
  right: 0;
}

@media (max-width: 1799.98px) {
  .hero__img:first-child {
    top: 20px;
  }
}

@media (max-width: 1280.98px) {
  .hero__img:first-child {
    top: 0px;
  }
}

.hero__img:nth-child(2) {
  top: -20px;
  right: 25px;
}

@media (max-width: 1799.98px) {
  .hero__img:nth-child(2) {
    top: 0px;
  }
}

@media (max-width: 1280.98px) {
  .hero__img:nth-child(2) {
    top: -10px;
    right: 10px;
  }
}

.hero__img:nth-child(3) {
  top: -40px;
  right: 50px;
}

@media (max-width: 1799.98px) {
  .hero__img:nth-child(3) {
    top: -20px;
  }
}

@media (max-width: 1280.98px) {
  .hero__img:nth-child(3) {
    top: -20px;
    right: 20px;
  }
}

.hero__img:nth-child(4) {
  z-index: 1;
  top: -60px;
  right: 75px;
}

@media (max-width: 1799.98px) {
  .hero__img:nth-child(4) {
    top: -40px;
  }
}

@media (max-width: 1280.98px) {
  .hero__img:nth-child(4) {
    top: -30px;
    right: 30px;
  }
}

.hero__description {
  max-width: 47.5rem;
}

@media (max-width: 1280.98px) {
  .hero__description {
    overflow: hidden;
  }
}

.hero__content {
  margin: 0 0 2.5rem;
}

@media (max-width: 1280.98px) {
  .hero__content {
    margin: 0;
  }
}

.hero__content p {
  font-size: clamp(1.06rem, calc(1.03rem + 0.13vw), 1.19rem);
  margin: clamp(1.06rem, calc(1.03rem + 0.13vw), 1.19rem) 0;
}

.hero__content p:first-child {
  margin-top: 0;
}

.hero__content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1280.98px) {
  .hero__content p {
    line-height: 125%;
  }
}

.hero__direction-button {
  max-width: 16.875rem;
}

.direction-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: rgba(149, 64, 148, 0.15);
  color: #333333;
  border-radius: 25px;
  width: 100%;
}

.direction-button_reverse {
  flex-direction: row-reverse;
}

.direction-button_reverse .direction-button__arrow {
  transform: rotate(-90deg);
}

.direction-button_white {
  background-color: white;
}

.direction-button__arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  background-color: #1A1A1A;
}

@media (max-width: 1280.98px) {
  .direction-button__arrow-wrapper {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}

.direction-button__text {
  text-align: left;
  margin: 0 auto 0;
}

.article-preview {
  display: grid;
  grid-template-columns: 1fr calc(38.37209 * 1%);
  border-bottom: 1px solid black;
  line-height: 0;
  padding: 1.875rem 0 1.25rem;
}

@media (max-width: 1280.98px) {
  .article-preview {
    grid-template-columns: 1fr;
    padding: 0 0 1.25rem;
  }
}

.article-preview:hover .article-preview__title {
  opacity: .45;
}

.article-preview:hover .article-preview__img {
  transform: scale(1.05);
}

.article-preview:hover .arrow__icons {
  transform: translateX(50%);
}

.article-preview__desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 120%;
  padding: 0 0 0.625rem 0;
  margin: 0 2.1875rem 0 0;
}

@media (max-width: 1280.98px) {
  .article-preview__desc {
    padding: 0;
    margin: 0;
  }
}

.article-preview__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.article-preview__tags .tag {
  margin: 0 0.3125rem 0.625rem 0;
}

.article-preview__tags .tag:last-child {
  margin: 0 0 0.625rem 0;
}

.article-preview__title {
  color: #333333;
  transition: ease opacity 0.3s;
}

@media (min-width: 576px) {
  .article-preview__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* FIX для Safary */
  }
}

.article-preview__picture-wrapper {
  display: block;
  line-height: 0;
}

@media (max-width: 1280.98px) {
  .article-preview__picture-wrapper {
    margin: 1.25rem 0 0;
  }
}

.article-preview__picture {
  display: block;
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
  border-radius: 0.625rem;
  isolation: isolate;
}

@media (max-width: 1280.98px) {
  .article-preview__picture {
    margin: 1.25rem 0 0;
    max-width: calc(82.98507%);
    max-height: clamp(11.625rem, 32.78689vw, 26.25rem);
  }
}

.article-preview__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.5s ease 0s;
}

@media (min-width: 576px) {
  .article-preview__img {
    height: 13.75rem;
  }
}

.article-preview__details-link {
  margin: 0.625rem 0 0;
}

.tag {
  display: inline-block;
  border-radius: 1.25rem;
  padding: 1px 5px;
  opacity: .9;
  color: #333333;
}

.tag_therapy {
  background: linear-gradient(0deg, rgba(242, 102, 41, 0.2), rgba(242, 102, 41, 0.2)), #ffffff;
}

.tag_surgery {
  background: linear-gradient(0deg, rgba(149, 64, 148, 0.2), rgba(149, 64, 148, 0.2)), #ffffff;
}

.tag_resuscitation {
  background: linear-gradient(0deg, rgba(239, 63, 102, 0.2), rgba(239, 63, 102, 0.2)), #ffffff;
}

.tag_diagnostics {
  background: linear-gradient(0deg, rgba(17, 117, 188, 0.2), rgba(17, 117, 188, 0.2)), #ffffff;
}

.tag_medical-units {
  background: linear-gradient(0deg, rgba(28, 165, 150, 0.2), rgba(28, 165, 150, 0.2)), #ffffff;
}

.tag_non-medical-units {
  background: linear-gradient(0deg, rgba(255, 169, 27, 0.2), rgba(255, 169, 27, 0.2)), #ffffff;
}

.tag_polyclinic {
  background: linear-gradient(0deg, rgba(54, 177, 229, 0.2), rgba(54, 177, 229, 0.2)), #ffffff;
}

.tag_new-history {
  background: linear-gradient(0deg, rgba(102, 102, 102, 0.2), rgba(102, 102, 102, 0.2)), #ffffff;
}

@media (max-width: 1280.98px) {
  .tag {
    padding: 5px;
  }
}

.tag:not(span) {
  transition: ease opacity 0.3s;
}

.tag:not(span):hover {
  opacity: 0.45;
}

.tag p {
  white-space: nowrap;
}

.link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 0.625rem 0.875rem 1.25rem;
  border: 1px solid #333333;
  border-radius: 200px;
  color: #333333;
  background-color: transparent;
  transition: ease background-color 0.3s, ease border-color 0.3s;
}

.link:hover {
  background-color: #ef3f66;
  color: white;
  border-color: #ef3f66;
}

.link:hover .arrow__icons {
  transform: translateX(50%);
}

.link:hover .arrow__icons svg {
  stroke: white;
}

@media (max-width: 1280.98px) {
  .link {
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    padding: 0.625rem 0.3125rem 0.5rem 0.625rem;
    border: none;
    border-radius: 30px;
  }
}

.link__text {
  pointer-events: none;
  margin: 0 0.3125rem 0 0;
}

@media (max-width: 1280.98px) {
  .link__text {
    margin: 0 0.625rem 0 0;
  }
}

.link__icon {
  pointer-events: none;
  height: 1.75rem;
  width: 1.75rem;
}

.details-link {
  border: 1px solid #333333;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.details-link__icon {
  height: 1.75rem;
  width: 1.75rem;
}

.details-link:hover .arrow__icons {
  transform: translateX(50%);
}

.departments__header {
  margin: 0 0 3.125rem;
}

.departments__title {
  margin: 0 0 1.25rem;
}

.departments__details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(1.31rem, calc(1.16rem + 0.66vw), 2.75rem);
  padding: 0 1.29032em 0 0;
}

@media (max-width: 1280.98px) {
  .departments__details {
    padding: 0;
  }
}

.department-list__list_therapy li {
  background: linear-gradient(0deg, rgba(242, 102, 41, 0.2), rgba(242, 102, 41, 0.2)), #ffffff;
}

.department-list__list_surgery li {
  background: linear-gradient(0deg, rgba(149, 64, 148, 0.2), rgba(149, 64, 148, 0.2)), #ffffff;
}

.department-list__list_resuscitation li {
  background: linear-gradient(0deg, rgba(239, 63, 102, 0.2), rgba(239, 63, 102, 0.2)), #ffffff;
}

.department-list__list_diagnostics li {
  background: linear-gradient(0deg, rgba(17, 117, 188, 0.2), rgba(17, 117, 188, 0.2)), #ffffff;
}

.department-list__list_medical-units li {
  background: linear-gradient(0deg, rgba(28, 165, 150, 0.2), rgba(28, 165, 150, 0.2)), #ffffff;
}

.department-list__list_non-medical-units li {
  background: linear-gradient(0deg, rgba(255, 169, 27, 0.2), rgba(255, 169, 27, 0.2)), #ffffff;
}

.department-list__list_polyclinic li {
  background: linear-gradient(0deg, rgba(54, 177, 229, 0.2), rgba(54, 177, 229, 0.2)), #ffffff;
}

.department-list__list_new-history li {
  background: linear-gradient(0deg, rgba(102, 102, 102, 0.2), rgba(102, 102, 102, 0.2)), #ffffff;
}

.department-list__link:first-child a {
  border: none;
}

.department-list__link:last-child li {
  border-radius: 0px 0px 1.875rem 1.875rem;
}

@media (max-width: 1280.98px) {
  .department-list__link:last-child li {
    border-radius: 0px 0px 1.25rem 1.25rem;
  }
}

.department-list__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 3.75rem;
  font-size: clamp(1.31rem, calc(1.16rem + 0.66vw), 2.75rem);
  padding: 0.64516em 1.29032em;
  margin: 0 0 1px 0;
  opacity: 0.9;
  color: #333333;
  border-top: 1px solid #fff;
}

@media (max-width: 1280.98px) {
  .department-list__item {
    padding: 0.9375rem 1.25rem;
    grid-template-rows: auto 1fr;
    gap: 0.3125rem 0px;
  }
}

.department-list__item:hover {
  background: rgba(239, 63, 102, 0.9);
  color: white;
  opacity: 1;
}

.department-list__item:hover h4 {
  color: white;
}

@media (min-width: 576px) {
  .department-list__item:hover h4::after {
    opacity: 1;
    right: calc(-1.54839em + -1.93548em);
  }
}

.department-list__name {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  position: relative;
}

@media (min-width: 576px) {
  .department-list__name::after {
    content: url("data:image/svg+xml,%3Csvg  viewBox='0 0 48 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 22L46 22M46 22L26.2 2M46 22L26.2 42' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    position: absolute;
    transition: ease-in-out opacity 0.4s, ease-in-out right 0.6s;
    opacity: 0;
    width: 1.54839em;
    height: 1.41935em;
    right: calc(-1.54839em + -0.64516em);
    top: calc(50% - ((1.41935em - 1px) / 2));
    pointer-events: none;
  }
}

@media (max-width: 1280.98px) {
  .department-list__name {
    grid-row: 2;
    grid-column: 1 / -1;
    max-width: 100%;
  }
}

.department-list__counter {
  text-align: end;
}

.collection-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 2.5rem;
}

@media (max-width: 1280.98px) {
  .collection-list {
    grid-template-columns: 1fr;
    gap: 0.0625rem;
  }
}

@media (min-width: 576px) {
  .collection-list a:nth-child(odd):last-child {
    grid-column: 2 span;
  }
}

@media (min-width: 576px) {
  .collection-list_four-columns {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
  }
}

.collection-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 1.875rem 2.5rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1.25rem;
}

.collection-card:hover .collection-card__icon {
  transform: scale(1.06);
}

@media (max-width: 1280.98px) {
  .collection-card {
    display: grid;
    grid-template-columns: 1fr 100px;
    padding: 0.9375rem 1.25rem 1.25rem;
  }
}

@media (min-width: 576px) {
  .collection-card_square {
    font-size: clamp(1.88rem, calc(1.67rem + 0.87vw), 3.75rem);
    flex-direction: column;
    align-items: flex-start;
    padding: 0.46512em 0.81395em 0.93023em 0.5814em;
    min-height: 18.75rem;
  }
}

.collection-card__details {
  display: flex;
  flex-direction: column;
}

@media (min-width: 576px) {
  .collection-card__details_row {
    flex-direction: row;
    align-items: center;
  }
}

.collection-card__number, .collection-card__name {
  margin: 0 2.5rem 0 0;
}

.collection-card__number {
  color: #333333;
}

.collection-card__number_mb {
  margin: 0 0 0.3125rem 0;
}

.collection-card__name {
  flex: 1;
  text-align: start;
  width: 100%;
  margin: 0;
  font-style: normal;
  line-height: 120%;
  font-family: "Inter", sans-serif;
  color: #333333;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-transform: none;
  font-size: clamp(1.31rem, calc(1.16rem + 0.66vw), 2.75rem);
}

@media (max-width: 1280.98px) {
  .collection-card__name {
    padding: 0 1.25rem 0 0;
  }
}

@media (min-width: 576px) {
  .collection-card__name_mb {
    margin: 0 0 2.5rem 0;
  }
}

.collection-card__icon-wrapper {
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  width: 100%;
  max-width: 7.5rem;
}

@media (max-width: 1280.98px) {
  .collection-card__icon-wrapper {
    width: unset;
    max-width: unset;
  }
}

.collection-card__icon-wrapper_right {
  align-self: flex-end;
}

.collection-card__icon {
  max-height: 4.375rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: ease transform .3s;
}

@media (max-width: 1280.98px) {
  .collection-card__icon {
    max-height: 3.75rem;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .collection-card__icon_big {
    max-height: 6.25rem;
  }
}

.other-collection__header {
  margin: 0 0 4.375rem;
}

@media (max-width: 1280.98px) {
  .other-collection__header {
    margin: 0 0 1.75rem;
  }
}

.other-articles__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 4.375rem;
}

@media (max-width: 1280.98px) {
  .other-articles__header {
    flex-direction: column;
    margin: 0 0 2.5rem;
    align-items: flex-start;
  }
}

@media (max-width: 1280.98px) {
  .other-articles__title {
    margin: 0 0 0.3125rem 0;
  }
}

.other-articles__link {
  width: -moz-fit-content;
  width: fit-content;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  background: #f2f2f2;
}

.orbs-background {
  position: fixed;
  overflow: hidden;
  z-index: -1;
  background: #f2f2f2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  display: none;
}

@media (max-width: 1280.98px) {
  .orbs-background {
    display: block;
  }
}

.orbs-background__bubble {
  position: absolute;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  box-shadow: 35px -6px 445px;
  visibility: hidden;
  opacity: 0;
  transition: ease opacity 2s;
}

.orbs-background__bubble_visible {
  visibility: visible;
  opacity: 1;
}

.orbs-background__bubble_top-right {
  top: -10vh;
  right: -20vw;
  filter: blur(60px);
}

.orbs-background__bubble_bottom-left {
  width: 400px;
  height: 400px;
  bottom: -20vh;
  left: -40vw;
  filter: blur(40px);
}

.orbs-background__bubble_top-left {
  width: 250px;
  height: 250px;
  top: 40vh;
  left: -10vw;
  filter: blur(30px);
}

.orbs-background__bubble_bottom-right {
  bottom: -30vh;
  right: -30vw;
  filter: blur(40px);
}

.orbs-background__bubble_red {
  background: rgba(255, 67, 109, 0.4);
  color: rgba(255, 67, 109, 0.4);
}

.orbs-background__bubble_yellow {
  background: rgba(255, 204, 5, 0.4);
  color: rgba(255, 204, 5, 0.4);
}

.orbs-background__bubble_blue {
  background: rgba(9, 221, 198, 0.4);
  color: rgba(9, 221, 198, 0.4);
}

.orbs-background__bubble_green {
  background: rgba(118, 237, 0, 0.4);
  color: rgba(118, 237, 0, 0.4);
}

.last-articles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem 2.5rem;
}

@media (max-width: 1280.98px) {
  .last-articles {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}

.breadcrumbs__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.breadcrumbs__list_dark-theme .breadcrumbs__item {
  background-color: #CCCCCC;
}

.breadcrumbs__list_dark-theme .breadcrumbs__item_main-page, .breadcrumbs__list_dark-theme .breadcrumbs__item_current-page {
  background-color: unset;
}

.breadcrumbs__list_dark-theme .breadcrumbs__item_main-page a, .breadcrumbs__list_dark-theme .breadcrumbs__item_main-page span, .breadcrumbs__list_dark-theme .breadcrumbs__item_current-page a, .breadcrumbs__list_dark-theme .breadcrumbs__item_current-page span {
  color: white;
}

.breadcrumbs__list_dark-theme .breadcrumbs__item_current-page {
  border-color: white;
  opacity: 0.35;
}

.breadcrumbs__item {
  font-size: clamp(0.75rem, calc(0.7rem + 0.23vw), 1.25rem);
  margin: 0 0 0.375rem 0;
  background-color: white;
  padding: 0.06667em 0.33333em;
  border-radius: 1.25rem;
}

.breadcrumbs__item:last-child {
  margin: 0;
}

.breadcrumbs__item_main-page {
  border-radius: unset;
  background-color: unset;
}

.breadcrumbs__item_current-page {
  pointer-events: none;
  background-color: unset;
  padding: 0 0.26667em;
  opacity: 0.35;
  border: 1px solid #333333;
  border-radius: 1.33333em;
}

.breadcrumbs__item_therapy {
  background: linear-gradient(0deg, rgba(242, 102, 41, 0.2), rgba(242, 102, 41, 0.2)), #ffffff;
}

.breadcrumbs__item_surgery {
  background: linear-gradient(0deg, rgba(149, 64, 148, 0.2), rgba(149, 64, 148, 0.2)), #ffffff;
}

.breadcrumbs__item_resuscitation {
  background: linear-gradient(0deg, rgba(239, 63, 102, 0.2), rgba(239, 63, 102, 0.2)), #ffffff;
}

.breadcrumbs__item_diagnostics {
  background: linear-gradient(0deg, rgba(17, 117, 188, 0.2), rgba(17, 117, 188, 0.2)), #ffffff;
}

.breadcrumbs__item_medical-units {
  background: linear-gradient(0deg, rgba(28, 165, 150, 0.2), rgba(28, 165, 150, 0.2)), #ffffff;
}

.breadcrumbs__item_non-medical-units {
  background: linear-gradient(0deg, rgba(255, 169, 27, 0.2), rgba(255, 169, 27, 0.2)), #ffffff;
}

.breadcrumbs__item_polyclinic {
  background: linear-gradient(0deg, rgba(54, 177, 229, 0.2), rgba(54, 177, 229, 0.2)), #ffffff;
}

.breadcrumbs__item_new-history {
  background: linear-gradient(0deg, rgba(102, 102, 102, 0.2), rgba(102, 102, 102, 0.2)), #ffffff;
}

.breadcrumbs__link {
  transition: ease opacity 0.3s;
  color: #333333;
}

.breadcrumbs__link:hover {
  opacity: 0.45;
}

.breadcrumbs__link::after {
  content: " ↩";
}

.arrow {
  position: relative;
  overflow: hidden;
  transition: transform 0.1s ease-in-out;
}

@media (max-width: 1280.98px) {
  .arrow {
    height: 1.375rem;
    width: 1.25rem;
  }
}

.arrow svg {
  stroke: #333333;
  transition: transform 0.1s ease-in-out;
}

.arrow_light-theme svg {
  stroke: #9A9A9A;
}

.arrow__icons {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 1fr;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  transition: transform 0.2s ease-in-out;
}

.arrow__icons svg {
  width: 50%;
  height: 50%;
  justify-self: center;
  align-self: center;
}

.arrow__icons_reverse {
  right: unset;
  left: 0;
}

.arrow__icons_reverse svg {
  transform: rotate(180deg);
}

.search-result-card {
  position: relative;
  padding: 1.25rem 0 0 2.5rem;
  font-size: 1.375rem;
}

@media (max-width: 1280.98px) {
  .search-result-card {
    font-size: 1.3125rem;
    padding: 1.25rem 1.25rem 0 2.5rem;
  }
}

.search-result-card::before {
  content: "–";
  position: absolute;
  top: 20px;
  left: 0;
  color: black;
  pointer-events: none;
}

.search-result-card__link, .search-result-card__desc {
  margin: 0 0 0.625rem;
}

.search-result-card__link {
  transition: ease opacity 0.3s;
  display: inline-block;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  border-bottom: 1px solid black;
  color: black;
}

.search-result-card__link:hover {
  opacity: 0.45;
}

@media (max-width: 1280.98px) {
  .search-result-card__link {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* FIX для Safary */
    max-width: 100%;
    border-bottom: none;
    font-size: 1.3125rem;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-decoration: none;
    white-space: unset;
  }
}

.search-result-card__desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* FIX для Safary */
  color: #262626;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .search-result-card__desc p {
      display: none;
    }
    .search-result-card__desc p:first-child {
      display: block;
    }
  }
}

@media (max-width: 1280.98px) {
  .search-result-card__desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* FIX для Safary */
  }
}

.search-result-card__breadcrumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #666666;
  padding: 0;
  font-size: clamp(0.75rem, calc(0.7rem + 0.23vw), 1.25rem);
}

.search-result-card__breadcrumbs li {
  margin: 0 0.53333em 0 0;
}

@media (max-width: 1280.98px) {
  .search-result-card__breadcrumbs li {
    margin: 0 0.33333em 0 0;
  }
}

.search-result-card__breadcrumbs li a {
  transition: ease opacity 0.3s;
  color: #666666;
}

.search-result-card__breadcrumbs li a:hover {
  opacity: 0.45;
}

.search-result-card__breadcrumbs li::after {
  content: " › ";
  margin: 0 0 0 0.26667em;
}

@media (max-width: 1280.98px) {
  .search-result-card__breadcrumbs li::after {
    margin: 0;
  }
}

.search-result-card__breadcrumbs li:last-child::after {
  content: "";
}

.search-result-card__breadcrumbs li:last-child {
  margin: 0;
}

.show-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  color: #333333;
  height: 125px;
  width: 60%;
  margin: 0 auto;
  background-color: white;
  border: 1px solid white;
  border-radius: 31.25rem;
}

.show-more-btn::after {
  content: "";
  position: relative;
  z-index: 0;
  width: 0;
  height: 0;
  border-radius: 31.25rem;
  background-color: #ef3f66;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (pointer: fine) {
  .show-more-btn:hover {
    border-color: transparent;
  }
  .show-more-btn:hover::after {
    width: 100%;
    height: 100%;
  }
  .show-more-btn:hover span {
    color: white;
  }
}

@media (max-width: 1280.98px) {
  .show-more-btn {
    letter-spacing: -0.02em;
  }
}

.show-more-btn_dark-theme {
  background-color: black;
  color: white;
  border: 1px solid #666666;
}

.show-more-btn span {
  position: absolute;
}

.pagination {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0 0 2.5rem;
  line-height: 100%;
}

.pagination__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
  margin: 0 0 0 1.25rem;
}

.pagination__item {
  border-radius: 50px;
  text-align: center;
}

.pagination__item:not(.pagination__item_active) {
  transition: ease opacity 0.3s;
}

.pagination__item:not(.pagination__item_active):hover {
  opacity: 0.45;
}

.pagination__item_active {
  background: #ef3f66;
}

.pagination__item_active span {
  color: white;
  cursor: default;
}

.pagination__item_backward, .pagination__item_forward {
  border: 1px solid #333333;
  border-radius: 3.125rem;
}

.pagination__item_backward:hover .arrow__icons, .pagination__item_forward:hover .arrow__icons {
  transform: translateX(50%);
}

.pagination__item_backward a, .pagination__item_forward a {
  display: flex;
  height: 100%;
  text-align: unset;
}

.pagination__item_backward:hover .arrow__icons {
  transform: translateX(-50%);
}

.pagination__icon {
  height: 1.875rem;
  width: 2rem;
}

.pagination__link {
  display: inline-block;
  width: 100%;
  line-height: 135%;
}

.filter-wrapper {
  position: relative;
}

@media (max-width: 1280.98px) {
  .filter-wrapper::after {
    position: absolute;
    content: "";
    display: inline-block;
    bottom: 0px;
    right: clamp(-9.75rem, calc(-0.33rem + -3.92vw), -1.25rem);
    width: clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem);
    height: 1.25rem;
    background-color: #f2f2f2;
    pointer-events: none;
  }
}

.filter {
  scrollbar-color: #C4C4C4 #FFFFFF;
  display: grid;
  grid-template-columns: 1fr auto auto auto auto;
  grid-template-rows: repeat(2, 1fr);
  gap: 9px clamp(1.875rem, 5.20833vw, 6.25rem);
}

.filter::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.filter::-webkit-scrollbar-thumb {
  background: #C4C4C4;
  border-radius: 4px;
}

.filter::-webkit-scrollbar-track {
  background: #FFFFFF;
  border-radius: 4px;
}

@media (max-width: 1799.98px) {
  .filter {
    gap: 9px clamp(1.5625rem, 1.94444vw, 2.1875rem);
  }
}

@media (max-width: 1439.98px) {
  .filter {
    overflow-x: scroll;
    padding: 0 0 1.25rem;
  }
}

@media (max-width: 1280.98px) {
  .filter {
    margin: 0 clamp(-9.75rem, calc(-0.33rem + -3.92vw), -1.25rem) 0 0;
    padding: 0 clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem) 1.25rem 0;
    gap: 0.375rem 1.25rem;
  }
}

.filter-button {
  padding: 2px 5px;
  border: 1px solid #333333;
  border-radius: 1.25rem;
  width: 100%;
  max-width: -moz-min-content;
  max-width: min-content;
}

.filter-button_active {
  grid-row: 1 / 3;
  max-width: 100%;
  background-color: #ef3f66;
  border: none;
  color: white;
  border-radius: 50px;
  cursor: default;
  padding: 0 40px;
  z-index: 1;
}

.filter-button_active .filter-button__collection-name {
  color: white;
}

.filter-button_active .filter-button__collection-name::before {
  background-color: white;
}

.filter-button:disabled {
  opacity: 0.35;
  cursor: default;
}

.filter-button:hover:not(:disabled):not(.filter-button_active) .filter-button__collection-name::before {
  background-color: #ef3f66;
}

.filter-button__collection-name {
  white-space: nowrap;
  color: #333333;
}

.filter-button__collection-name::before {
  display: inline-block;
  content: "";
  width: 0.73333em;
  height: 0.73333em;
  margin: 0 0.33333em 0 0;
  background-color: black;
  border-radius: 50%;
  transition: background-color 0.2s ease-in-out;
}

.label {
  background: white;
  color: black;
  font-size: clamp(0.75rem, calc(0.7rem + 0.23vw), 1.25rem);
  padding: 0.125rem 0.3125rem;
  border-radius: 1.25rem;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media (max-width: 1280.98px) {
  .label {
    padding: 0.3125rem;
    border-radius: 1.25rem;
  }
}

@media (max-width: 1280.98px) {
  .label_mobile-black {
    background: black;
    color: white;
  }
}

.label_black {
  background: black;
  color: white;
}

.label_gray {
  background: #333333;
  color: #9A9A9A;
}

.tab {
  font-size: 19px;
}

@media (max-width: 1280.98px) {
  .tab {
    font-size: 17px;
  }
}

.tab__arrow {
  height: 13px;
  width: 12px;
  position: absolute;
  top: 50%;
  transform: translate(-30px, -40%);
  line-height: 125%;
  transition: ease transform .3s;
}

.tab__button {
  position: relative;
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: #333333;
  border-radius: 0px 20px 0px 0px;
  padding: 15px 0 10px 62px;
  width: 100%;
  text-align: start;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #333333;
  line-height: 125%;
  font-weight: 400;
}

@media (max-width: 1280.98px) {
  .tab__button {
    text-transform: none;
    border-radius: 0px 10px 0px 0px;
    padding: 10px 20px 10px 42px;
  }
}

.tab__button:hover::before {
  transform: translate(5px, -50%);
}

.tab__button::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #333333;
  border-radius: 50%;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1280.98px) {
  .tab__button::after {
    width: 9px;
    height: 9px;
    right: 19px;
  }
}

.tab__body {
  display: none;
}

.tab__article {
  padding: 5rem 0 6.875rem;
  border-bottom: 1px solid #333333;
}

@media (max-width: 1280.98px) {
  .tab__article {
    padding: 3.125rem 0;
  }
}

.tab__timeline {
  padding: 5rem 0 0;
}

@media (max-width: 1280.98px) {
  .tab__timeline {
    padding: 3.75rem 0 0;
  }
}

.tab__gallery {
  background: black;
  border-radius: 0px 0px 30px 30px;
  padding: 5rem 1.25rem 1.875rem;
}

@media (max-width: 1280.98px) {
  .tab__gallery {
    border-radius: 0;
    padding: 1.25rem 1.25rem 1.875rem;
  }
}

.tab_active {
  order: 1;
  z-index: 1;
}

.tab_active .tab__button {
  z-index: 1;
  cursor: default;
  padding: 20px 20px 20px 62px;
  font-weight: 300;
  font-size: clamp(1.31rem, calc(0.97rem + 1.45vw), 4.13rem);
  line-height: 120%;
  letter-spacing: -0.02em;
  border: none;
  text-transform: none;
}

.tab_active .tab__button_therapy {
  background: linear-gradient(0deg, rgba(242, 102, 41, 0.2), rgba(242, 102, 41, 0.2)), #ffffff;
}

.tab_active .tab__button_surgery {
  background: linear-gradient(0deg, rgba(149, 64, 148, 0.2), rgba(149, 64, 148, 0.2)), #ffffff;
}

.tab_active .tab__button_resuscitation {
  background: linear-gradient(0deg, rgba(239, 63, 102, 0.2), rgba(239, 63, 102, 0.2)), #ffffff;
}

.tab_active .tab__button_diagnostics {
  background: linear-gradient(0deg, rgba(17, 117, 188, 0.2), rgba(17, 117, 188, 0.2)), #ffffff;
}

.tab_active .tab__button_medical-units {
  background: linear-gradient(0deg, rgba(28, 165, 150, 0.2), rgba(28, 165, 150, 0.2)), #ffffff;
}

.tab_active .tab__button_non-medical-units {
  background: linear-gradient(0deg, rgba(255, 169, 27, 0.2), rgba(255, 169, 27, 0.2)), #ffffff;
}

.tab_active .tab__button_polyclinic {
  background: linear-gradient(0deg, rgba(54, 177, 229, 0.2), rgba(54, 177, 229, 0.2)), #ffffff;
}

.tab_active .tab__button_new-history {
  background: linear-gradient(0deg, rgba(102, 102, 102, 0.2), rgba(102, 102, 102, 0.2)), #ffffff;
}

@media (max-width: 1280.98px) {
  .tab_active .tab__button {
    padding: 10px 20px 10px 42px;
  }
}

.tab_active .tab__button_black {
  background-color: black;
  color: white;
}

.tab_active .tab__button_black::after {
  background-color: white;
}

.tab_active .tab__button_black .tab__arrow {
  stroke: white;
}

.tab_active .tab__arrow {
  transform: translate(-30px, -40%) rotate(90deg);
  height: 12px;
  width: 13px;
}

.tab_active .tab__body {
  display: block;
  min-height: auto;
  margin-top: -2px;
}

.timeline {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  min-height: 750px;
}

@media (max-width: 1280.98px) {
  .timeline {
    height: unset;
    min-height: unset;
  }
}

.timeline__header {
  padding: 0 0 1.25rem;
  border-bottom: 1px solid #333333;
}

.timeline__body-wrapper {
  scrollbar-color: #f2f2f2 #f2f2f2;
  overflow-x: auto;
  flex: 1;
}

.timeline__body-wrapper::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

.timeline__body-wrapper::-webkit-scrollbar-thumb {
  background: #f2f2f2;
  border-radius: 10px;
}

.timeline__body-wrapper::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 10px;
}

.timeline__body {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 4.375rem 0 3.75rem clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem);
}

@media (max-width: 1280.98px) {
  .timeline__body {
    flex-wrap: nowrap;
    padding: 0 clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem) 0;
  }
}

.timeline__footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0 1.75rem;
}

@media (max-width: 1280.98px) {
  .timeline__footer {
    padding: 1.25rem 0 0;
  }
}

.timeline__from-date, .timeline__to-date {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #333333;
  margin: 0;
}

.timeline__card {
  scrollbar-color: #666666 #cccccc;
  width: 100%;
  max-width: 28.125rem;
  margin: 0 2.5rem 0.625rem 0;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
  position: relative;
}

.timeline__card::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.timeline__card::-webkit-scrollbar-thumb {
  background: #666666;
  border-radius: 10px;
}

.timeline__card::-webkit-scrollbar-track {
  background: #cccccc;
  border-radius: 10px;
}

@media (max-width: 1280.98px) {
  .timeline__card {
    max-width: 100%;
    border-bottom: 1px solid #333333;
    margin: 0;
    overflow-y: unset;
  }
}

.timeline__fix-right-padding {
  height: 100%;
  width: calc(clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem) - 2.5rem);
}

.timeline .simplebar-content, .timeline .simplebar-wrapper {
  height: 100%;
}

.timeline .simplebar-scrollbar::before {
  background-color: #ef3f66;
  opacity: 1 !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.625rem;
}

.timeline .simplebar-scrollable-x {
  cursor: grab;
}

.timeline .simplebar-track {
  max-height: 5px;
  width: 100%;
  max-width: calc(100% - clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem) * 2);
  visibility: visible;
  text-align: center;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.625rem;
  pointer-events: all;
  cursor: default;
}

@media (max-width: 1280.98px) {
  .timeline .simplebar-track {
    max-width: calc(100% - clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem) * 2);
    bottom: 4px;
  }
}

.timeline .simplebar-track.simplebar-horizontal {
  transition: height 0.2s ease-in-out;
  height: 5px;
}

@media (max-width: 1280.98px) {
  .timeline .simplebar-track.simplebar-horizontal {
    height: 3px;
  }
}

@media (min-width: 576px) {
  .timeline .simplebar-dragging .simplebar-horizontal {
    height: 10px;
    max-height: 10px;
  }
}

@media (min-width: 576px) {
  .timeline .simplebar-hover.simplebar-horizontal {
    height: 10px;
    max-height: 10px;
  }
}

.timeline .scrollbooster {
  overflow-x: hidden !important;
}

.chronicle {
  height: 100vh;
  padding: 100px 0px 80px 0px;
  background: rgba(149, 64, 148, 0.15);
  border-radius: 50px;
}

@supports (height: 100svh) {
  .chronicle {
    height: 100svh;
  }
}

@media (max-width: 1280.98px) {
  .chronicle {
    border-radius: 30px;
    padding: 40px 0px 27px 0px;
  }
}

.chronicle .swiper {
  width: 100%;
  height: 100%;
}

.chronicle .swiper-wrapper {
  height: 100%;
  height: 84%;
  margin: 0 0 1%;
}

.chronicle__timeline-container {
  height: 10%;
}

.chronicle__timeline-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.chronicle__timeline {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  position: absolute;
  height: 62px;
}

.chronicle__bullet-wrapper {
  position: relative;
  width: 100%;
  background-color: white;
  height: 5px;
}

.chronicle__bullet-wrapper:first-child .chronicle__bullet span {
  opacity: 1;
  transform: translateX(0);
  left: 0;
  top: 1.25rem;
  bottom: unset;
}

.chronicle__bullet-wrapper:last-child {
  width: 0%;
}

.chronicle__bullet-wrapper:last-child .chronicle__bullet span {
  transform: translateX(0);
  left: unset;
  right: 0;
}

@media (max-width: 1280.98px) {
  .chronicle__bullet-wrapper:last-child .chronicle__bullet span {
    opacity: 1;
    top: 1.25rem;
    bottom: unset;
  }
}

.chronicle__bullet-wrapper_active .chronicle__bullet {
  content: "";
  cursor: default;
  position: absolute;
  width: 25px;
  height: 25px;
  border: 8px solid #ef3f66;
  border-radius: 50%;
  transform: translate(-50%, -40%);
}

@media (min-width: 576px) {
  .chronicle__bullet-wrapper_active .chronicle__bullet span:hover {
    opacity: 1;
  }
}

@media (max-width: 1280.98px) {
  .chronicle__bullet-wrapper_active .chronicle__bullet span {
    opacity: 1;
  }
}

.chronicle__bullet-wrapper_active .chronicle__point {
  background: white;
}

@media (max-width: 1280.98px) {
  .chronicle__bullet-wrapper_hide-period .chronicle__bullet span {
    opacity: 0;
  }
}

.chronicle__point {
  width: 9px;
  height: 9px;
  background-color: black;
  border-radius: 50%;
  transition: cubic-bezier(0.12, 1.02, 0.74, 0.99) all 0.1s;
}

.chronicle__bullet {
  content: "";
  cursor: pointer;
  position: absolute;
  border: 8px solid transparent;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -40%);
  z-index: 2;
  transition: cubic-bezier(0.12, 1.02, 0.74, 0.99) all 0.1s;
}

@media (max-width: 1280.98px) {
  .chronicle__bullet:hover span {
    opacity: 1;
  }
}

.chronicle__bullet span {
  position: absolute;
  left: 0;
  top: 1.25rem;
  transform: translateX(-45%);
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 135%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: black;
  white-space: nowrap;
  transition: ease opacity 0.3s;
}

@media (max-width: 1499.98px) {
  .chronicle__bullet span {
    font-size: 16px;
  }
}

@media (max-width: 1280.98px) {
  .chronicle__bullet span {
    transform: translateX(-40%);
    opacity: 0;
    left: 0;
    top: unset;
    bottom: 1.25rem;
    font-size: 12px;
    color: #333333;
  }
}

@media (min-width: 576px) {
  .chronicle__bullet:hover span {
    opacity: .45;
  }
}

.chronicle__progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: width linear 1s;
  width: 0%;
  border-radius: 10px;
  background-color: #ef3f66;
}

.chronicle-slide {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  cursor: grab;
}

.chronicle-slide__period {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 30.625rem;
  padding: 0 0 0 5rem;
  margin: 0 2.5rem 0 0;
}

@media (max-width: 1280.98px) {
  .chronicle-slide__period {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: unset;
    max-width: unset;
    padding: 0;
    margin: 0 0 0 10px;
  }
}

.chronicle-slide__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 125%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: black;
  margin: 0 0 15px;
}

@media (max-width: 1280.98px) {
  .chronicle-slide__title {
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    letter-spacing: 0.03em;
    margin: 0 0 20px;
  }
}

.chronicle-slide__years {
  font-family: "TenorSans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(3.69rem, calc(2.38rem + 5.57vw), 15.75rem);
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: white;
  margin: 0;
}

@media (max-width: 1280.98px) {
  .chronicle-slide__years {
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    white-space: nowrap;
  }
}

.chronicle-slide__start-period {
  display: block;
}

@media (max-width: 1280.98px) {
  .chronicle-slide__start-period {
    display: inline;
  }
}

.chronicle-slide__events {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.chronicle-slide__indent {
  width: 100%;
  max-width: 38.125rem;
  height: 100%;
}

@media (max-width: 1280.98px) {
  .chronicle-slide__indent {
    max-width: 12vw;
  }
}

@media (max-width: 979.98px) {
  .chronicle-slide__indent {
    max-width: 24vw;
  }
}

.chronicle-slide .chronicle-event {
  width: 100%;
  max-width: 28.125rem;
  margin: 0 2.5rem 0.625rem 0;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
  box-sizing: border-box;
  font-size: 20px;
  position: relative;
}

@media (max-width: 1280.98px) {
  .chronicle-slide .chronicle-event {
    margin: 0 1.25rem 0.625rem 0;
    max-width: 19.125rem;
    font-size: 14px;
  }
}

.chronicle-slide__button-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: calc(270px + clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem));
  height: 100%;
}

@media (max-width: 1280.98px) {
  .chronicle-slide__button-wrapper {
    max-width: calc(200px + clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem));
  }
}

.chronicle-slide__button-wrapper_last-period {
  max-width: calc(100px + clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem));
}

@media (max-width: 1280.98px) {
  .chronicle-slide__button-wrapper_last-period {
    max-width: calc(80px + clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem));
  }
}

.chronicle-slide__button-wrapper_last-period button {
  transform: translateY(-50%);
}

.chronicle-slide__button {
  max-width: 16.875rem;
  justify-content: space-between;
  margin: 0 0 1.25rem;
}

@media (max-width: 1280.98px) {
  .chronicle-slide__button {
    max-width: 12.5rem;
  }
}

.chronicle-slide__prev-button {
  align-self: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin: 0 clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem) 0 0;
  background-color: transparent;
  border: 2px solid #333333;
  box-sizing: border-box;
  transition: ease background-color .3s;
  animation-name: showPrevButton;
  animation-duration: 2s;
  opacity: 1;
}

@media (max-width: 1280.98px) {
  .chronicle-slide__prev-button {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}

.chronicle-slide__prev-button svg {
  stroke: #333333;
  transition: ease stroke .3s;
  transform: rotate(90deg);
}

.chronicle-slide__prev-button:hover {
  background-color: #333333;
}

.chronicle-slide__prev-button:hover svg {
  stroke: white;
}

.chronicle-slide__prev-button:disabled {
  cursor: default;
  animation-name: hidePrevButton;
  animation-duration: 2s;
  opacity: 0;
}

.chronicle-slide__next-button {
  animation-name: showPrevButton;
  animation-duration: 2s;
  opacity: 1;
  width: 100%;
  max-width: calc(100% - clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem));
}

.chronicle-slide__next-button:disabled {
  cursor: default;
  animation-name: hidePrevButton;
  animation-duration: 2s;
  opacity: 0;
}

.chronicle-slide__button-period {
  font-family: "TenorSans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 110%;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

@media (max-width: 1280.98px) {
  .chronicle-slide__button-period {
    line-height: 120%;
    font-size: 1.75rem;
    letter-spacing: -0.04em;
  }
}

.chronicle-slide__button-period span {
  display: block;
}

@keyframes showPrevButton {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes hidePrevButton {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.chronicle-event {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
  font-size: 22px;
  padding: 0.45455em 0.36364em 0.90909em 0.90909em;
  width: 100%;
  background: #ffffff;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  cursor: grab;
}

@media (max-width: 1280.98px) {
  .chronicle-event {
    padding: 0.88235em;
  }
}

@media (max-width: 1280.98px) {
  .chronicle-event_small {
    padding: 1.25rem 0;
    max-width: 100%;
    background: transparent;
    border-radius: 0;
  }
}

.chronicle-event_small .chronicle-event__year {
  font-size: clamp(1.88rem, calc(1.61rem + 1.13vw), 4.06rem);
}

@media (max-width: 1280.98px) {
  .chronicle-event_small .chronicle-event__year {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    letter-spacing: -0.01em;
    margin: 0 0 0.625rem;
    justify-content: start;
  }
  .chronicle-event_small .chronicle-event__year::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    margin: 0 1.25rem 0 0;
    transform: rotate(120deg) translateX(-8%);
    background-color: #333333;
    vertical-align: middle;
  }
}

@media (max-width: 1280.98px) {
  .chronicle-event_small .chronicle-event__description {
    padding: 0.9375rem 1.25rem;
    background: white;
    border-radius: 0px 0.625rem 0.625rem 0.625rem;
    font-size: 1.0625rem;
    line-height: 125%;
    letter-spacing: -0.01em;
  }
}

.chronicle-event__year {
  font-weight: 400;
  line-height: 130%;
  color: #000000;
  margin: 0;
  font-family: "TenorSans", sans-serif;
  font-size: clamp(1.88rem, calc(1.61rem + 1.13vw), 4.06rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1280.98px) {
  .chronicle-event__year {
    line-height: 120%;
    letter-spacing: -0.01em;
  }
}

.chronicle-event__description-wrapper {
  flex: 1;
  height: calc(100% - 85px);
}

.chronicle-event__description {
  scrollbar-color: #666666 #f2f2f2;
  overflow-y: auto;
  max-height: 100%;
  padding: 0.75rem 0.36364em 0 0;
}

.chronicle-event__description::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.chronicle-event__description::-webkit-scrollbar-thumb {
  background: #666666;
  border-radius: 10px;
}

.chronicle-event__description::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 10px;
}

@media (max-width: 1280.98px) {
  .chronicle-event__description {
    font-size: 1.0625rem;
    line-height: 125%;
    letter-spacing: -0.01em;
  }
}

.chronicle-event__description p {
  margin: clamp(1.06rem, calc(0.99rem + 0.32vw), 1.75rem) 0;
}

.chronicle-event__description p:first-child {
  margin: 0 0 clamp(1.06rem, calc(0.99rem + 0.32vw), 1.75rem);
}

.chronicle-event__description p:last-child {
  margin: clamp(1.06rem, calc(0.99rem + 0.32vw), 1.75rem) 0 0;
}

.chronicle-event__description p:only-child {
  margin: 0;
}

.chronicle-event__description a {
  color: #ef3f66;
}

.chronicle-event__description img {
  width: 100%;
  border-radius: 0.625rem;
}

.edit-pen {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.edit-pen__icon {
  fill: #000000;
  transition: fill 0.3s ease-in-out;
}

.edit-pen__icon:hover {
  fill: #ef3f66;
}

.gallery {
  background-color: black;
  color: #9a9a9a;
}

.gallery__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1.375rem;
}

@media (max-width: 1280.98px) {
  .gallery__header {
    margin: 0 0 0.625rem;
  }
}

.gallery__link {
  transition: ease opacity 0.3s;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #9a9a9a;
}

.gallery__link:hover {
  opacity: 0.45;
}

.gallery__link:hover .arrow__icons {
  transform: translateX(50%);
}

.gallery__link-icon {
  height: 1.75rem;
  width: 1.75rem;
  margin: 0 0 0 10px;
  border-radius: 50%;
  border: 1px solid #9a9a9a;
}

.gallery__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(249px, 1fr));
  gap: 20px;
  grid-auto-rows: 360px;
  grid-auto-flow: dense;
}

@media (max-width: 1280.98px) {
  .gallery__body {
    grid-template-columns: 1fr;
    grid-auto-rows: unset;
  }
}

.gallery__item {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  isolation: isolate;
}

.gallery__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  transition: ease opacity .3s;
  pointer-events: none;
}

.gallery__item:hover .gallery__img {
  transform: scale(1.05);
}

.gallery__item:hover::after {
  opacity: 0;
}

.gallery__item_landscape {
  grid-column: span 2;
}

@media (max-width: 1280.98px) {
  .gallery__item_landscape {
    grid-column: unset;
  }
}

.gallery__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
  transition: transform 0.5s ease 0s;
}

.gallery__button {
  margin: 6.25rem 0 0;
}

@media (max-width: 1280.98px) {
  .gallery__button {
    margin: 3.75rem 0 0;
  }
}

.other-albums__title {
  margin: 0 0 1.01449em;
}

@media (max-width: 1280.98px) {
  .other-albums__title {
    margin: 0 0 0.75676em;
  }
}

.albums-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 7.17949px + 0.01709 * 100vw, 40px);
}

.albums-grid > div:nth-child(4n + 1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100vw - clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem) * 2);
  border-bottom: 1px solid #333333;
}

@media (max-width: 749.98px) {
  .albums-grid > div:nth-child(4n + 1)::after {
    border-bottom: none;
  }
}

.albums-grid_dark-theme > div {
  border-color: #666666;
}

@media (max-width: 1280.98px) {
  .albums-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 749.98px) {
  .albums-grid {
    grid-template-columns: 1fr;
  }
}

.album-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 0 0 10px;
}

.album-card_dark {
  color: white;
}

.album-card__link {
  color: inherit;
}

.album-card__link:hover .album-card__title {
  opacity: 0.45;
}

.album-card__link:hover .album-card__amount-counter {
  transform: scale(1.2);
}

.album-card__img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.9375rem;
}

.album-card__img {
  margin: 0 0 0.9375rem;
  border-radius: 0.9375rem;
  width: 100%;
  aspect-ratio: 1.6 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.album-card__amount-counter {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.625rem;
  background: black;
  border-radius: 0.625rem;
  transition: ease transform 0.3s;
  color: white;
}

.album-card__camera-icon {
  margin: 0 0 0 0.625rem;
  width: 1.0625rem;
  height: 0.8125rem;
}

.album-card__title {
  transition: ease opacity 0.3s;
  margin: 0 0 0.9375rem;
}

.album-card__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.album-card__tag {
  margin: 0 0.3125rem 0.625rem 0;
}

.album-card__tag:last-child {
  margin: 0 0 0.625rem 0;
}

.album-categories__filter {
  padding: 2rem 0 5.75rem;
}

.album-categories__filter .filter {
  min-height: 4.0625rem;
}

.album-categories__category {
  margin: 0 0 2.1875rem;
}

.album-categories__title {
  margin: 0 0 24px;
}

.album-categories__albums-grid {
  margin: 0 0 95px;
}

.album-categories__body {
  margin: 0 0 180px;
}

.album-categories__suggested-videos {
  margin: 6.25rem 0 0;
}

.collection-popup {
  background: #ef3f66;
  padding: 0.625rem 1.25rem 0.625rem 0.9375rem;
  border-radius: 0px 1.25rem 1.25rem 1.25rem;
}

.collection-popup__item {
  margin: 0 0 0.625rem;
}

.collection-popup__link {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  color: #333333;
  transition: ease color 0.4s;
}

.collection-popup__link:hover {
  color: white;
}

.album-collection-preview {
  position: relative;
  padding: 0 0 0.625rem;
}

@media (min-width: 576px) {
  .album-collection-preview {
    border-bottom: 1px solid #333333;
  }
}

@media (max-width: 1280.98px) {
  .album-collection-preview::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem);
    width: calc(100vw - clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem) * 2);
    border-bottom: 1px solid #333333;
  }
}

.album-collection-preview__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1.5rem;
}

@media (max-width: 1280.98px) {
  .album-collection-preview__header {
    padding: 0 clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem);
  }
}

.album-collection-preview__link {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.album-collection-preview__link:hover .arrow__icons {
  transform: translateX(50%);
}

.album-collection-preview__albums-amount {
  display: inline-block;
  color: #333333;
}

.album-collection-preview__albums-amount_mobile {
  background-color: white;
  padding: 3px 5px;
  border-radius: 20px;
}

.album-collection-preview__icon-wrapper {
  border: 1px solid #333333;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 0.3125rem;
}

.album-collection-preview__icon {
  height: 1.75rem;
  width: 1.75rem;
}

.album-collection-preview__body {
  scrollbar-color: #C4C4C4 #FFFFFF;
  display: grid;
  grid-template-columns: repeat(4, minmax(300px, 1fr));
  gap: 0 clamp(30px, 23.58974px + 0.00855 * 100vw, 40px);
}

.album-collection-preview__body::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.album-collection-preview__body::-webkit-scrollbar-thumb {
  background: #C4C4C4;
  border-radius: 4px;
}

.album-collection-preview__body::-webkit-scrollbar-track {
  background: #FFFFFF;
  border-radius: 4px;
}

@media (max-width: 1439.98px) {
  .album-collection-preview__body {
    overflow-x: auto;
  }
}

@media (max-width: 1280.98px) {
  .album-collection-preview__body {
    overflow-x: scroll;
    padding: 0 clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem) 0 clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem);
  }
}

.video-card {
  position: relative;
}

.video-card__preview-wrapper {
  position: relative;
  line-height: 0;
  cursor: pointer;
  margin: 0 0 0.9375rem;
}

.video-card__preview-wrapper:hover .video-card__play-icon {
  transform: translate(-50%, -50%) scale(1.2);
}

.video-card__preview {
  border-radius: 0.9375rem;
  width: 100%;
  height: 16.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 1280.98px) {
  .video-card__preview {
    height: clamp(221px, 24.67232px + 0.26177 * 100vw, 360px);
  }
}

@media (max-width: 749.98px) {
  .video-card__preview {
    height: clamp(221px, 32px + 0.504 * 100vw, 410px);
  }
}

.video-card__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: ease transform .2s;
}

.video-card__title {
  transition: ease opacity 0.3s;
  margin: 0 0 0.9375rem;
}

.video-card__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.video-card__tag {
  margin: 0 0.3125rem 0.625rem 0;
}

.video-card__tag:last-child {
  margin: 0 0 0.625rem 0;
}

.slider-popup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  background: black;
}

.slider-popup__close-button {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 3;
}

.slider-popup__pagination {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  color: #CCCCCC;
  padding: 3px 5px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.slider-popup__pagination_mobile {
  position: static;
  width: 100%;
  text-align: center;
}

.slider-popup__slider-wrapper {
  display: flex;
  height: calc(100% - (88px + 100px + 20px));
}

@media (max-width: 1280.98px) {
  .slider-popup__slider-wrapper {
    height: calc(100vh - 125px);
  }
}

.slider-popup__slider {
  height: 100%;
}

@media (max-width: 1280.98px) {
  .slider-popup__slider {
    margin: 0 0 20px;
  }
}

.slider-popup__slider .swiper-slide {
  display: grid;
  grid-template-rows: 1fr auto;
}

@media (max-width: 1280.98px) {
  .slider-popup__slider .swiper-slide {
    height: auto !important;
    max-height: calc(100vh - 145px);
  }
}

.slider-popup__img-wrapper {
  justify-self: center;
  overflow: hidden;
  margin: 0 0 20px;
}

@media (max-width: 1280.98px) {
  .slider-popup__img-wrapper {
    align-self: center;
  }
}

.slider-popup__img-wrapper img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 1280.98px) {
  .slider-popup__img-wrapper img {
    height: auto;
    width: 100%;
    max-height: 60vh;
  }
}

.slider-popup__description {
  color: #CCCCCC;
  text-align: center;
}

@media (max-width: 1280.98px) {
  .slider-popup__description {
    scrollbar-color: #CCCCCC #666666;
    padding: 0 10px 0 0;
    overflow-y: auto;
    max-height: 15vh;
  }
  .slider-popup__description::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .slider-popup__description::-webkit-scrollbar-thumb {
    background: #CCCCCC;
    border-radius: 10px;
  }
  .slider-popup__description::-webkit-scrollbar-track {
    background: #666666;
    border-radius: 10px;
  }
}

.slider-popup__button-wrapper {
  display: flex;
  align-items: center;
}

.slider-popup__button {
  color: #ef3f66;
  width: 100px;
  background: #333333;
  border-radius: 25px;
  aspect-ratio: 1 / 1;
  transition: ease opacity 0.3s;
  padding: 30px 28px;
  line-height: 0;
}

.slider-popup__button:hover svg {
  transform: scale(1.1);
}

.slider-popup__button svg {
  transition: ease transform 0.3s;
}

.slider-popup__button_prev {
  margin: 0 76px 0 0;
}

.slider-popup__button_next {
  margin: 0 0 0 76px;
}

.slider-popup__button.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}

.slider-popup__thumbs {
  height: 88px;
  width: 100%;
  margin: 100px 0 0;
}

.slider-popup__thumbs .swiper-slide {
  height: calc(100% - 8px);
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border: 4px solid transparent;
  box-sizing: content-box;
}

.slider-popup__thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #ef3f66;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 5px #ef3f66 inset;
}

.slider-popup__thumbs .swiper-slide img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.slider-popup__content {
  height: 100vh;
  width: 100%;
  max-width: 80vw;
  margin: 0 auto;
  padding: 20px 0;
}

@media (max-width: 1280.98px) {
  .slider-popup__content {
    padding: 3.125rem 0 1.25rem;
    max-width: calc(100vw - (clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem) * 2));
    overflow-y: scroll;
  }
}

.search-field {
  position: relative;
  font-size: clamp(1.3125rem, 2.23958vw, 2.6875rem);
}

@media (max-width: 1280.98px) {
  .search-field__search-input {
    margin: 0 0 0.8125rem;
  }
}

.search-field__btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 150px;
}

@media (max-width: 1280.98px) {
  .search-field__btn {
    position: static;
    transform: unset;
    max-width: unset;
  }
}

.search-input {
  position: relative;
}

.search-input__input {
  padding: 0.56977em 4.4186em 0.80233em 0;
  background-color: transparent;
  font-style: normal;
  line-height: 120%;
  font-family: "Inter", sans-serif;
  color: #333333;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-transform: none;
  width: 100%;
  border-bottom: 1px solid #333333;
  transition: border 0.1s ease-in-out;
}

@media (max-width: 1280.98px) {
  .search-input__input {
    letter-spacing: -0.01em;
    padding: 0.4375rem 2rem 0.4375rem 0;
  }
}

.search-input__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.search-input__input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.search-input__reset-button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(calc(-50%));
  padding: 0.625rem;
}

.search-input__icon {
  width: 0.75rem;
  height: 0.75rem;
}

.search-btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding: 1.86667em 1.33333em;
  padding: clamp(1.25rem, 1.45833vw, 1.75rem) 1.33333em;
  border-radius: 50px;
  color: #333333;
}

@media (max-width: 1280.98px) {
  .search-btn {
    justify-content: center;
    padding: 0.5625rem 0.75rem 0.5rem;
  }
}

.search-btn:hover .arrow__icons {
  transform: translateX(50%);
}

@media (max-width: 1280.98px) {
  .search-btn span {
    line-height: 100%;
    margin: 0 1.25em 0 0;
  }
}

.search-btn__icon {
  height: 1.6em;
  width: 1.73333em;
}

@media (max-width: 1280.98px) {
  .search-btn__icon {
    height: 2em;
    width: 2.16667em;
  }
}

.mobile-menu {
  scrollbar-color: #CCCCCC #666666;
  z-index: 2;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  flex-direction: column;
  padding: 0 clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem) 0;
  overflow-y: auto;
  height: 1px;
  width: 1px;
  top: 50px;
  left: unset;
  right: clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem);
  bottom: unset;
  inset: 25px 20px 582px 307px;
}

.mobile-menu::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.mobile-menu::-webkit-scrollbar-thumb {
  background: #CCCCCC;
  border-radius: 10px;
}

.mobile-menu::-webkit-scrollbar-track {
  background: #666666;
  border-radius: 10px;
}

.mobile-menu__list {
  flex: 1;
  margin: 8.75rem 0 3.75rem;
  padding: 0 0.4375rem 0 0;
}

.mobile-menu__item {
  border-top: 1px solid #333333;
  padding: 0.625rem 0;
}

.mobile-menu__submenu {
  height: 0px;
  display: none;
}

.mobile-menu__button, .mobile-menu__link {
  transition: ease color 0.3s;
  color: white;
}

.mobile-menu__button_active, .mobile-menu__link_active {
  color: #666666;
}

@media (min-width: 576px) {
  .mobile-menu__button:hover, .mobile-menu__link:hover {
    color: #666666;
  }
}

.mobile-menu__button {
  width: 100%;
  text-align: start;
}

.mobile-menu__link {
  display: inline-block;
  width: 100%;
}

.mobile-menu__link-with-arrow {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mobile-menu__arrow {
  width: 16px;
  height: 16px;
  margin: 0 0 0 10px;
}

.mobile-menu__back-arrow {
  transform: rotate(180deg) translateY(1px);
}

.mobile-menu__deg-arrow {
  transform: rotate(-45deg) translateY(-1px);
}

.mobile-menu__footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding: 0 0 3.75rem;
}

.mobile-menu__footer a {
  color: white;
}

.mobile-submenu {
  list-style-type: disc;
  padding: 0.625rem 0 0.625rem 2rem;
}

.mobile-submenu__item {
  margin: 0 0 0.9375rem 0;
}

@media (min-width: 576px) {
  .mobile-submenu__item {
    transition: ease opacity 0.3s;
  }
  .mobile-submenu__item:hover {
    opacity: 0.45;
  }
}

.mobile-submenu__item:last-child {
  margin: 0;
}

.mobile-submenu__item::marker {
  color: white;
}

.mobile-submenu__link {
  display: inline-block;
  width: 100%;
  color: white;
}

.video-popup {
  display: grid;
  justify-content: center;
  align-content: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  background: black;
}

.video-popup__button {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}

.video-popup__content {
  height: 80vh;
  width: 80vw;
}

@media (max-width: 1280.98px) {
  .video-popup__content {
    height: 50vh;
    width: calc(100vw - clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem) * 2);
  }
}

.video-popup__content video, .video-popup__content iframe {
  width: 100%;
  height: 100%;
}

.close-button {
  line-height: 0;
  cursor: pointer;
  padding: 1.125rem;
  border-radius: 50%;
  height: 3.75rem;
  width: 3.75rem;
  aspect-ratio: 1 / 1;
  background-color: #333333;
  transition: ease transform 0.3s;
}

@media (max-width: 1280.98px) {
  .close-button {
    height: 2.5rem;
    width: 2.5rem;
    padding: 0.625rem;
  }
}

.close-button__icon {
  width: 1.5rem;
  height: 1.5rem;
}

@media (max-width: 1280.98px) {
  .close-button__icon {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.close-button:hover {
  transform: scale(1.1);
}

.videos-categories__filter {
  padding: 2rem 0 5.75rem;
}

@media (max-width: 1280.98px) {
  .videos-categories__filter {
    padding: 1.875rem 0 3.5625rem;
  }
}

.videos-categories__category {
  margin: 0 0 1.5625rem;
}

@media (max-width: 1280.98px) {
  .videos-categories__category {
    margin: 0 0 1.875rem;
  }
}

.videos-categories__category:last-child {
  margin: 0;
}

.videos-categories__title {
  margin: 0 0 24px;
}

@media (max-width: 1280.98px) {
  .videos-categories__title {
    margin: 0 0 28px;
  }
}

.videos-categories__grid {
  margin: 0 0 95px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 7.17949px + 0.01709 * 100vw, 40px);
}

.videos-categories__grid > div:nth-child(4n + 1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100vw - clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem) * 2);
  border-bottom: 1px solid #333333;
}

@media (max-width: 749.98px) {
  .videos-categories__grid > div:nth-child(4n + 1)::after {
    border-bottom: none;
  }
}

@media (max-width: 1280.98px) {
  .videos-categories__grid {
    grid-template-columns: 1fr 1fr;
    margin: 0 0 50px;
  }
}

@media (max-width: 749.98px) {
  .videos-categories__grid {
    grid-template-columns: 1fr;
  }
}

.videos-categories__video-card {
  padding: 0 0 10px;
}

.videos-categories__body {
  margin: 0 0 180px;
}

.videos-categories__suggested-albums {
  margin: 6.25rem 0 0;
}

@media (max-width: 1280.98px) {
  .videos-categories__suggested-albums {
    margin: 2.25rem 0 0;
  }
}

.videos-collection-preview {
  border-bottom: 1px solid #333333;
  padding: 0 0 62px;
}

@media (max-width: 1280.98px) {
  .videos-collection-preview {
    padding: 0 0 20px;
  }
}

.videos-collection-preview__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 24px;
}

@media (max-width: 1280.98px) {
  .videos-collection-preview__header {
    margin: 0 0 28px;
  }
}

.videos-collection-preview__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #333333;
}

.videos-collection-preview__link:hover .arrow__icons {
  transform: translateX(50%);
}

.videos-collection-preview__icon-wrapper {
  border: 1px solid #333333;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 0.3125rem;
}

.videos-collection-preview__icon {
  height: 1.75rem;
  width: 1.75rem;
}

.videos-collection-preview__body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 clamp(20px, -12.05128px + 0.04274 * 100vw, 70px);
}

@media (max-width: 1280.98px) {
  .videos-collection-preview__body {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 749.98px) {
  .videos-collection-preview__body {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 1280.98px) {
  .videos-collection-preview__video-card {
    display: none;
  }
}

@media (max-width: 1280.98px) {
  .videos-collection-preview__video-card:nth-child(-n + 2) {
    display: block;
  }
}

.suggested-videos__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 4.375rem;
}

@media (max-width: 1280.98px) {
  .suggested-videos__header {
    margin: 0 0 3.125rem;
  }
}

.suggested-videos__link {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.suggested-videos__body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 clamp(20px, -12.05128px + 0.04274 * 100vw, 70px);
  padding: 0 0 3.125rem;
  border-bottom: 1px solid #333333;
}

@media (max-width: 1280.98px) {
  .suggested-videos__body {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    border: none;
  }
}

@media (max-width: 749.98px) {
  .suggested-videos__body {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}

@media (max-width: 1280.98px) {
  .suggested-videos__video-card {
    display: none;
  }
}

@media (max-width: 1280.98px) {
  .suggested-videos__video-card:nth-child(-n + 2) {
    display: block;
  }
}

.suggested-albums__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 4.375rem;
}

@media (max-width: 1280.98px) {
  .suggested-albums__header {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 3.125rem;
  }
}

@media (max-width: 1280.98px) {
  .suggested-albums__title {
    margin: 0 0 5px;
  }
}

.suggested-albums__link {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media (max-width: 1280.98px) {
  .suggested-albums__grid .album-card {
    display: none;
  }
}

@media (max-width: 1280.98px) {
  .suggested-albums__grid .album-card:nth-child(-n + 4) {
    display: block;
  }
}

.main-page__collections {
  margin: 5rem 0 9.75rem;
}

@media (max-width: 1280.98px) {
  .main-page__collections {
    margin: 6.25rem 0;
  }
}

.main-page__articles {
  margin: 9.75rem 0 4.625rem;
}

@media (max-width: 1280.98px) {
  .main-page__articles {
    margin: 6.25rem 0 0;
  }
}

.collection-page__header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 5.375rem 0 2.5rem;
}

.collection-page__article {
  margin: 2.5rem 0 4.375rem;
}

.collection-page__icon-wrapper {
  font-size: clamp(1.75rem, calc(0.51rem + 5.31vw), 6.88rem);
  border-radius: 30px;
  margin: 0 30px 0 0;
  width: 100%;
  max-width: 1.09091em;
  height: 1.09091em;
  padding: 0.22727em 0.27273em;
}

.collection-page__icon {
  -o-object-fit: contain;
     object-fit: contain;
}

.collection-page__title {
  margin: 0;
  font-family: "TenorSans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: black;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-size: clamp(2.1rem, calc(0.51rem + 5.31vw), 6.88rem);
  width: 100%;
}

.collection-page__title::before {
  content: "# 2 ";
  display: inline-block;
  margin: 1.25rem 1.25rem 0 0;
  vertical-align: top;
}

.collection-page__title_number-1::before {
  content: "# 1 ";
}

.collection-page__title_number-2::before {
  content: "# 2 ";
}

.collection-page__title_number-3::before {
  content: "# 3 ";
}

.collection-page__title_number-4::before {
  content: "# 4 ";
}

.collection-page__title_number-5::before {
  content: "# 5 ";
}

.collection-page__title_number-6::before {
  content: "# 6 ";
}

.collection-page__title_number-7::before {
  content: "# 7 ";
}

.collection-page__title_number-8::before {
  content: "# 8 ";
}

.collection-page__departments {
  margin: 4.375rem 0 10.625rem;
  margin: 4.375rem 0 clamp(100px, 83.00971px + 0.04531 * 100vw, 170px);
  margin: 4.375rem 0 custom-clamp(100px, 170px, 1920px);
}

.collection-page__other-articles {
  margin: 10.625rem 0 13.125rem;
}

@media (max-width: 1280.98px) {
  .collection-page__other-articles {
    margin: 6.25rem 0;
  }
}

.collection-page__other-collections {
  margin: 10.625rem 0 0;
}

@media (max-width: 1280.98px) {
  .collection-page__other-collections {
    margin: 6.25rem 0 0;
  }
}

.articles-page__breadcrumbs {
  margin: 0 0 clamp(2.75rem, 4.58333vw, 5.5rem);
}

.articles-page__header {
  margin: 0 0 clamp(3.75rem, 6.25vw, 7.5rem);
}

.articles-page__title {
  margin: 0 0 1.5625rem;
}

@media (max-width: 1280.98px) {
  .articles-page__title {
    margin: 0 0 3rem;
  }
}

.articles-page__articles {
  margin: 0 0 clamp(3.125rem, 5.20833vw, 6.25rem);
}

.articles-page .filter {
  min-height: 4.0625rem;
}

@media (max-width: 1280.98px) {
  .articles-page .filter {
    min-height: 5rem;
  }
}

.articles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: clamp(2.5rem, 2.60417vw, 3.125rem) clamp(1.875rem, 2.08333vw, 2.5rem);
}

@media (max-width: 1280.98px) {
  .articles {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (min-width: 576px) {
  .articles a:first-child {
    grid-row: 1 / 3;
    grid-template-columns: 1fr;
  }
  .articles a:first-child .article-preview__title,
  .articles a:first-child .article-preview__tags,
  .articles a:first-child .article-preview__details-link {
    margin: 0 0 0.9375rem;
  }
  .articles a:first-child .article-preview__desc {
    padding: 0;
  }
  .articles a:first-child .article-preview__picture {
    max-height: 360px;
    max-width: unset;
  }
  .articles a:first-child .article-preview__picture img {
    height: 100%;
  }
  .articles a:first-child .article-preview__picture-wrapper {
    max-width: 62%;
  }
}

.article-page__article {
  margin: 6.625rem 0 11.375rem;
  overflow-x: hidden;
}

@media (max-width: 1280.98px) {
  .article-page__article {
    margin: 0 0 7.5rem;
  }
}

.article-page__header {
  padding: 0 0 0 9.375rem;
}

@media (max-width: 1280.98px) {
  .article-page__header {
    padding: 0 clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem);
  }
}

.article-page__tags {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 0.8125rem;
}

@media (max-width: 1280.98px) {
  .article-page__tags {
    margin: 0;
  }
}

.article-page__tags a {
  margin: 0 0.625rem 0.3125rem 0;
}

.article-page__tags a:last-child {
  margin: 0 0 0.625rem 0;
}

.article-page__title {
  margin: 0 0 0.875rem;
}

@media (max-width: 1280.98px) {
  .article-page__title {
    margin: 0 0 1.25rem;
  }
}

.article-page__header-divider {
  margin: 0 0 5rem;
}

@media (max-width: 1280.98px) {
  .article-page__header-divider {
    margin: 0 0 3.125rem;
  }
}

.article-page__footer-divider {
  margin: 3.9375rem 0 0;
}

@media (max-width: 1280.98px) {
  .article-page__footer-divider {
    margin: 1.25rem 0 0;
  }
}

@media (max-width: 1280.98px) {
  .article-page__body {
    padding: 0 clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem);
  }
}

.article-page__footer {
  padding: 1.25rem 0 0 9.375rem;
}

@media (max-width: 1280.98px) {
  .article-page__footer {
    padding: 1.25rem clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem) 0;
  }
}

.article-page__footer-title {
  margin: 0 0 clamp(0.75rem, calc(0.7rem + 0.23vw), 1.25rem);
}

.article-page__literature-item {
  margin: 0 0 clamp(0.75rem, calc(0.7rem + 0.23vw), 1.25rem);
}

.article-page__other-articles {
  margin: 11.375rem 0 0;
}

@media (max-width: 1280.98px) {
  .article-page__other-articles {
    margin: 7.5rem 0 0;
  }
}

.note {
  font-size: clamp(0.88rem, calc(0.79rem + 0.35vw), 1.63rem);
  background-color: rgba(204, 204, 204, 0.6);
  padding: 1.57895em 0 2.10526em;
  margin: 3.9375rem 0;
  border-radius: 1.05263em;
}

@media (max-width: 1280.98px) {
  .note {
    border-radius: 1.42857em;
    margin: 3.9375rem clamp(-9.75rem, calc(-0.33rem + -3.92vw), -1.25rem);
    padding: 2.14286em 1.42857em 2.85714em;
  }
}

.search-page__breadcrumbs {
  margin: 0 0 clamp(2.125rem, 3.48958vw, 4.1875rem);
}

.search-page__title {
  margin: 0 0 clamp(3.25rem, 2.86458vw, 3.4375rem);
}

.search-page__search-field, .search-page__result, .search-page__pagination {
  width: 100%;
  max-width: calc(82.95455% + 0.1% - 0.1%);
}

.search-page__search-field {
  margin: 0 0 clamp(4.1875rem, 5.72917vw, 6.875rem);
}

.search-page__search-field .search-input__input:focus {
  outline: none;
  border-bottom: 1px solid #ef3f66;
}

.search-page__result {
  margin: 0 0 clamp(3.125rem, 5.46875vw, 6.5625rem);
}

.search-page__amount {
  margin: 0 0 1.25rem;
}

.search-page__result-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  overflow: hidden;
}

.search-page__pagination {
  margin: 0 0 clamp(5rem, 5.20833vw, 6.25rem);
}

.contacts-page {
  overflow: hidden;
}

.contacts-page__breadcrumbs {
  margin: 0 0 clamp(2.75rem, 4.58333vw, 5.5rem);
}

.contacts-page__title {
  margin: 0 0 clamp(3.375rem, 5.625vw, 6.75rem);
}

.contacts-page__label {
  margin: 0 0 1.25rem;
}

.contacts-page__address-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin: 0 0 clamp(4.375rem, 7.29167vw, 8.75rem);
}

.contacts-page__details {
  border-bottom: 1px solid #333333;
}

.contacts-page__address {
  margin: 0 0 clamp(1.875rem, 3.125vw, 3.75rem);
}

.contacts-page__building-number, .contacts-page__email {
  display: inline-block;
  border-bottom: 1px solid #ef3f66;
}

.contacts-page__building {
  border-bottom: none;
}

.contacts-page__email {
  margin: 0 0 2.5rem;
}

.contacts-page__picture {
  text-align: end;
}

.contacts-page__img {
  border-radius: 1.875rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.contacts-page__people {
  margin: 0 0 clamp(6.0625rem, 10.10417vw, 12.125rem);
}

.contacts-page__people-item {
  display: grid;
  grid-template-columns: 5fr 3fr 2fr;
  align-items: center;
  border-bottom: 1px solid #333333;
  padding: 0.9375rem 2.8125rem 0.9375rem 0;
  gap: 1.25rem;
}

.contacts-page__people-phone {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #333333;
  justify-self: flex-end;
}

.contacts-page__map {
  width: 100%;
  height: 100vh;
  max-height: 57.5rem;
}

.contacts-page__map [class*="ymaps-2-1"][class*="-ground-pane"] {
  position: relative;
  filter: grayscale(1) contrast(1.1);
}

.contacts-page__map .ymaps-2-1-79-map-bg {
  background: #f2f2f2;
}

.contacts-page__map .ymaps-2-1-79-inner-panes {
  border-radius: 30px;
}

.placemark {
  position: relative;
  top: -6rem;
  left: -1.15625rem;
  display: grid;
  grid-template-columns: 2.3125rem 1fr;
  align-items: start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  transition: all 0.3s ease 0.3s;
}

.placemark__text {
  white-space: nowrap;
  color: #000;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 1.25rem;
  border-radius: 0.625rem;
  padding: 0.1875rem 0.625rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin: 0.625rem 0 0;
}

.placemark__icon {
  width: 100%;
  width: 5.3125rem;
  height: 6rem;
  background: url(../assets/svg/placemark.svg) 0 0 no-repeat;
}

.media-page {
  min-height: 100vh;
}

.media-page__breadcrumbs {
  margin: 0 0 3.75rem;
}

.media-page__title {
  margin: 0 0 1.125rem;
}

.department-page {
  min-height: 100vh;
}

.department-page__breadcrumbs {
  margin: 0 0 4.375rem;
}

.department-page__header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0 0 2.6875rem;
}

.department-page__label {
  transform: translateY(65%);
}

.department-page__title {
  width: 100%;
  max-width: 69%;
  margin: 0 0 0 0.9375rem;
}

.department-page__tabs {
  margin: 0 0 10.625rem;
}

.department-page__other-articles {
  margin: 10.625rem 0 13.125rem;
}

.department-page__other-collections {
  margin: 13.125rem 0 0;
}

.album-page__breadcrumbs {
  margin: 0 0 4.375rem;
}

.album-page__title {
  color: white;
  margin: 0 0 5rem;
  width: 100%;
  max-width: calc(58.18182 * 1%);
}

@media (max-width: 1619.98px) {
  .album-page__title {
    max-width: 100%;
  }
}

@media (max-width: 1280.98px) {
  .album-page__title {
    margin: 0 0 4rem;
  }
}

.album-page__gallery {
  margin: 0 0 11.25rem;
}

@media (max-width: 1280.98px) {
  .album-page__gallery {
    margin: 0 0 9.375rem;
  }
}

.content h4 {
  margin: 1.6129em 0;
}

@media (max-width: 1280.98px) {
  .content h4 {
    margin: 1.42857em 0;
  }
}

.content p,
.content li {
  font-size: clamp(1.06rem, calc(1.03rem + 0.13vw), 1.19rem);
  margin: clamp(1.06rem, calc(1.03rem + 0.13vw), 1.19rem) 0;
}

@media (max-width: 1280.98px) {
  .content p,
  .content li {
    line-height: 125%;
  }
}

.content ul {
  padding: 0 0 0 1.57895em;
}

@media (max-width: 1280.98px) {
  .content ul {
    padding: 0 0 0 1.42857em;
  }
}

.content li {
  margin: 0;
}

.content li::marker {
  color: #333333;
}

.content a {
  color: #ef3f66;
}

.content > figure {
  margin: 4.375rem 0;
}

@media (max-width: 1280.98px) {
  .content > figure {
    margin: 3.125rem 0;
  }
}

.content > figure img {
  margin: 0 0 0.9375rem;
  border-radius: 0.625rem;
  width: 100%;
  height: auto;
}

.content > img {
  margin: 4.375rem 0;
  border-radius: 0.625rem;
}

@media (max-width: 1280.98px) {
  .content > img {
    margin: 3.125rem 0;
  }
}

.content blockquote {
  position: relative;
  margin: 1.16279em 0;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 0.69767em 1.51163em 0.69767em 2.7907em;
}

@media (max-width: 1280.98px) {
  .content blockquote {
    margin: 1em 0;
    padding: 0.66667em 0;
  }
}

.content blockquote::before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 38 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 5L0 24L20 43L21 42L2 24L21 6L20 5Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37 5L17 24L37 43L38 42L19 24L38 6L37 5Z' fill='black'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 0.88372em;
  height: 1em;
  top: 0.69767em;
  left: 0.93023em;
}

@media (max-width: 1280.98px) {
  .content blockquote::before {
    display: inline-block;
    position: static;
    margin-bottom: 0.33333em;
    width: 1em;
    height: 1.33333em;
  }
}

.content blockquote p {
  max-width: 100%;
}

.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child,
.content h5:first-child,
.content h6:first-child,
.content blockquote:first-child,
.content p:first-child {
  margin-top: 0;
}

.content h1:last-child,
.content h2:last-child,
.content h3:last-child,
.content h4:last-child,
.content h5:last-child,
.content h6:last-child,
.content blockquote:last-child,
.content p:last-child {
  margin-bottom: 0;
}

.content_limited-width h1,
.content_limited-width h2,
.content_limited-width h3,
.content_limited-width h4,
.content_limited-width h5,
.content_limited-width h6,
.content_limited-width blockquote,
.content_limited-width ul,
.content_limited-width p,
.content_limited-width > figure,
.content_limited-width > img {
  width: 100%;
  max-width: 67%;
  margin-left: 9.375rem;
}

@media (max-width: 1639.98px) {
  .content_limited-width h1,
  .content_limited-width h2,
  .content_limited-width h3,
  .content_limited-width h4,
  .content_limited-width h5,
  .content_limited-width h6,
  .content_limited-width blockquote,
  .content_limited-width ul,
  .content_limited-width p,
  .content_limited-width > figure,
  .content_limited-width > img {
    max-width: 80%;
  }
}

@media (max-width: 1280.98px) {
  .content_limited-width h1,
  .content_limited-width h2,
  .content_limited-width h3,
  .content_limited-width h4,
  .content_limited-width h5,
  .content_limited-width h6,
  .content_limited-width blockquote,
  .content_limited-width ul,
  .content_limited-width p,
  .content_limited-width > figure,
  .content_limited-width > img {
    max-width: 100%;
    margin-left: 0;
  }
}

.slider {
  background-color: black;
  color: #9a9a9a;
  padding: 2.5rem 1.25rem 1.25rem;
  padding: 2.5rem 0px 1.25rem;
  border-radius: 0px 0px 1.875rem 1.875rem;
  overflow: hidden;
  margin: 3.9375rem 0;
}

@media (max-width: 1280.98px) {
  .slider {
    margin: 3.125rem clamp(-9.75rem, calc(-0.33rem + -3.92vw), -1.25rem);
    padding: 2.5rem 0 9.375rem;
    border-radius: 0;
    padding-bottom: 5rem;
  }
}

.slider__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 1.25rem 1.25rem;
}

@media (max-width: 1280.98px) {
  .slider__header {
    margin: 0 clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem) 1.25rem;
  }
}

.slider__gallery-link {
  transition: ease opacity 0.3s;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.slider__gallery-link:hover {
  opacity: 0.45;
}

.slider__gallery-link:hover .arrow__icons {
  transform: translateX(50%);
}

.slider__icon {
  height: 1.75rem;
  width: 1.75rem;
  margin: 0 0 0 10px;
  border-radius: 50%;
  border: 1px solid #9a9a9a;
}

.slider__body-wrapper {
  scrollbar-color: #ef3f66 #666666;
}

.slider__body-wrapper::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.slider__body-wrapper::-webkit-scrollbar-thumb {
  background: #ef3f66;
  border-radius: 10px;
}

.slider__body-wrapper::-webkit-scrollbar-track {
  background: #666666;
  border-radius: 10px;
}

.slider__body {
  display: flex;
  flex-direction: row;
  margin: 0 0 7.8125rem;
}

@media (max-width: 1280.98px) {
  .slider__body {
    padding: 0 1.25rem 0 0;
    margin: 0 0 4rem;
  }
}

.slider a {
  color: #9a9a9a;
}

.slider__card {
  width: 100%;
  min-width: clamp(316px, 266.48544px + 0.13204 * 100vw, 520px);
  max-width: clamp(316px, 266.48544px + 0.13204 * 100vw, 520px);
  margin: 0 1.25rem 0 0;
}

.slider__card:first-child {
  margin: 0 1.25rem 0 1.25rem;
}

@media (max-width: 1280.98px) {
  .slider__card:first-child {
    margin: 0 1.25rem 0 clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem);
  }
}

.slider__card:last-child:not(:only-child) {
  padding: 0 1.25rem 0 0;
}

@media (max-width: 1280.98px) {
  .slider__card:last-child:not(:only-child) {
    padding: 0 clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem) 0 0;
  }
}

.slider__card_vertical {
  min-width: clamp(158px, 134.69903px + 0.06214 * 100vw, 254px);
  max-width: clamp(158px, 134.69903px + 0.06214 * 100vw, 254px);
}

.slider__figure {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.slider__picture {
  display: inline-block;
  margin-bottom: 1.25rem;
  line-height: 0;
  border-radius: 10px;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.slider__picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  transition: ease opacity .3s;
  pointer-events: none;
}

.slider__picture:hover .slider__img {
  transform: scale(1.05);
}

.slider__picture:hover::after {
  opacity: 0;
}

.slider__img {
  border-radius: 0.625rem;
  height: clamp(220px, 186.01942px + 0.09061 * 100vw, 360px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
  transition: transform 0.5s ease 0s;
  position: relative;
}

.slider__caption {
  display: inline;
  transition: ease opacity 0.3s;
}

.slider .simplebar-scrollbar::before {
  background-color: #ef3f66;
  opacity: 1 !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.625rem;
}

.slider .simplebar-scrollable-x {
  cursor: grab;
}

.slider .simplebar-track {
  width: 100%;
  visibility: visible;
  max-width: calc(69.31818 * 1%);
  text-align: center;
  margin: 0 auto;
  background-color: #666666;
  border-radius: 0.625rem;
  pointer-events: all;
  cursor: default;
}

@media (max-width: 1280.98px) {
  .slider .simplebar-track {
    max-width: calc(100% - clamp(1.25rem, calc(0.33rem + 3.92vw), 9.75rem) * 2);
    bottom: 4px;
  }
}

.slider .simplebar-track.simplebar-horizontal {
  transition: height 0.2s ease-in-out;
  height: 5px;
}

@media (max-width: 1280.98px) {
  .slider .simplebar-track.simplebar-horizontal {
    height: 3px;
  }
}

@media (min-width: 576px) {
  .slider .simplebar-dragging .simplebar-horizontal {
    height: 10px;
  }
}

@media (min-width: 576px) {
  .slider .simplebar-hover.simplebar-horizontal {
    height: 10px;
  }
}

.slider .scrollbooster {
  overflow-x: hidden !important;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
