.page-inner-banner {
  padding: 0 80px;
}

.mobile {
  display: none !important;
}

.about-wrapper {
  width: 1120px;

  margin: 100px auto;

  text-align: left;
}
.about-wrapper-gray {
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 auto;
}

.about-wrapper-gray {
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 auto;
}
.text-h2-new {
  font-weight: 500 !important;
  line-height: 100% !important;
  margin-bottom: 40px;
  width: 100%;
}
.text-h3-new {
  font-size: 24px;
  font-weight: 500 !important;
  line-height: 100% !important;
  margin-bottom: 40px;
  width: 100%;
}
.about-company__main-block {
  display: flex;
  flex-direction: column;
  height: 499px;
  margin-top: 120px;
  margin-bottom: 10px !important;
}

.about-company__main-first-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 0 !important;
}
.about-company__main-second-block {
}
.about-company__icons-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-company__icon-block {
  font-size: 20px !important;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.about-company__a {
  text-decoration: underline;
  color: inherit;
  border: none !important;
}

.about-company__a-big {
  text-decoration: underline;
  color: inherit;
  border: none !important;
  font-size: 20px;
  font-weight: 450px;
  margin: 15px 0;
}

.about-company__ul {
  margin-top: 0 !important;
  list-style-type: disc !important; /* круглая точка */
}

.about-company__li {
  padding-left: 0 !important;
  font-size: 16px !important;
  margin-bottom: 20px !important;
  line-height: 21px;
}

.about-company__li:before {
  position: absolute;
  left: 0;
  content: "" !important;
}
.all-shop-slider {
  background-color: #f8f8f8;
}
.my-team {
  margin-top: 120px;
}
.my-team__header {
  margin-bottom: 50px;
}
.my-team__main {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.my-team__all-text {
  width: 50%;
}
.my-team__main-text {
  font-size: 22px;
  font-weight: 450;
  line-height: 28px;
  margin-bottom: 38px;
}

.my-team__text {
  line-height: 22px;
  margin-bottom: 20px;
}
.my-team__text-block {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.slider-team__container {
  position: relative;
  width: 535px; /* Ширина слайдера */
  height: 431px; /* Высота слайдера */
  overflow: hidden;
}

.slider-team {
  display: flex;
  transition: transform 0.7s ease-in-out;
}

.slider-team-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-team-controls {
  position: absolute;
  bottom: 13px;
  right: 0;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  gap: 15px;
  color: rgb(0, 0, 0);
}
.prev-team-btn {
  padding-right: 0 !important;
}
.next-team-btn {
  padding-left: 5px !important;
}

.image-team-count {
  font-size: 16px;
  font-weight: bold;
}

.about-slider-button {
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
  border: none;
  padding: 15px 20px;
  cursor: pointer;
  font-size: 20px;
}

.about-slider-button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.about-slider-button:active {
  transform: scale(0.9);
  transition: transform 0.1s ease;
}

.history-alltime-slider {
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 auto;
  padding-bottom: 65px;
}

.history-alltime__header {
  margin-top: 80px;
  display: flex;
  align-items: left;
  width: 1120px;
}
.history-alltime__header h2 {
  margin-bottom: 5px;
}
.histiry-left {
  margin-right: 20px;
}
.histiry-right {
  margin-left: 20px;
}
.histiry-slider-container {
  width: 1120px;
  display: flex;
  align-items: center;
  position: relative;
  height: 200px;
  padding: 10px 70px;
  border-radius: 10px;
  overflow: hidden;
}

.histiry-arrow {
  font-size: 24px;
  cursor: pointer;
  user-select: none;
  color: #333;
  padding: 10px;
  margin-bottom: 61px;
  transition: 0.3s;
}

.histiry-arrow:disabled {
  opacity: 0.3;
  pointer-events: none;
}

.histiry-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.histiry-line {
  display: flex;
  position: relative;
  transition: transform 0.5s ease;
  height: 100%;
}

.histiry-line::before {
  content: "";
  position: absolute;
  top: 68px;
  left: 15px;
  width: 100%;
  height: 2px;
  background-color: #000000;
  z-index: 0;
}

.histiry-point-group {
  position: relative;
  width: 285px;
  text-align: center;
  flex-shrink: 0;
  z-index: 1;
}

.histiry-dot {
  width: 16px;
  height: 16px;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  top: 36.5px;
  left: -132px;
  transition: background-color 0.3s ease;
  z-index: 2;
}

.histiry-dot.histiry-active {
  background-color: rgb(101, 101, 101);
}

.histiry-date {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  position: relative;
  top: 25px;
  text-align: left;
  left: 0px;
}

.histiry-label {
  font-size: 14px;
  color: #000000;
  position: relative;
  top: 55px;
  line-height: 18px;
  text-align: left;
  left: 0px;
  width: 200px;
}
.adress-shop-slider-block {
  position: relative;
  margin-top: 85px;
  display: flex;
  align-items: left;
  gap: 60px;
  width: 1120px;

  background-color: white;
}

.adress-shop-slider-h2 {
  margin-top: 5px;
  margin-bottom: 28px;
}

.adress-shop-slider-p {
  line-height: 22px;
  margin: 28px 0;
}

.adress-shop-slider-text {
  padding-top: 80px;
  padding-left: 100px;

  width: 80%;
}

.address-store-container {
  margin-top: 80px;
  margin-bottom: 50px;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  position: relative;
}

.address-store-text {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.address-store-slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.address-store-slider {
  display: flex;
  transition: transform 1s ease;
}

.address-store-slide {
  flex: 0 0 calc(88% - 40px); /* Учитываем отступы */
  height: 272px;
  background-color: #333;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;

  margin-right: 50px; /* Отступ между слайдами */
  position: relative;
}

.address-store-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.address-store-address {
  position: absolute;
  bottom: 17px;
  left: 10px;
  color: white;
  padding: 5px 10px;

  font-size: 16px;
  width: 100%;
  display: flex;
  gap: 10px;
}

.address-store-address-img {
  width: 24px !important;
}

.address-store-address-bacground {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: white;
  padding: 5px 0px;

  font-size: 14px;
  height: 30%;
  background: linear-gradient(to bottom, transparent, black);
}

.address-store-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  border: none;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.address-store-prev {
  left: -7.5%;
  position: absolute;
}

.address-store-next {
  right: 60px;
}

.event-slider-container {
  width: 1120px;
  margin: auto;
}

.event-slider-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.event-slider-title-h3 {
  margin-bottom: 20px !important;
}

.event-slider-title p {
  color: #666;
}

.event-slider-arrows button {
  border: none;
  border-radius: 50%;
  padding: 10px 13.5px;

  cursor: pointer;
  font-size: 20px;
  transition: background 0.2s;
}

.event-slider-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: #f8f8f8;
  border-radius: 0px;
  margin-top: 50px;

  align-items: center;
}

.event-slide-text {
  width: 40%;
  padding: 25px 60px;
  padding-top: 55px;
  display: flex;
  flex-direction: column;
}

.event-slide-text__header {
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: 700;
}

.event-slide-text__text {
  font-size: 16;
  line-height: 22px;
}

.event-slide-text__text p {
  margin: 20px 0;
  margin-bottom: 0;
}

.event-slide__a-big {
  margin-top: 20px;
}

.event-slide-text__a-div {
  font-weight: 700;
}
.event-slide-image {
  width: 560px;
  height: 365px;
}

.event-slide-image-wrapper {
  position: relative;
  width: 560px;
  height: 365px;
}

.event-slide-image-wrapper__img {
  width: 560px;
  height: 365px;
  display: block;
}
.event-slide__background {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 13%;
}

.event-icon {
  position: absolute;
  top: 93.5%;
  transform: translateY(-50%);
  color: white;
  border: none;
  border-radius: 50%;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 20px;
  z-index: 2;
  transition: background 0.3s;
}

.event-icon img {
  width: 20px;
  height: 20px;
}

.event-slider__prev {
  left: 10px;
}

.event-slider__next {
  right: 10px;
}

.awards-slider-wrapper {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}

.awards-swiper__header {
  margin-top: 120px;
  padding-bottom: 10px;
}

.awards-swiper-container {
  width: 100%;
  height: 710px;
  margin-top: 20px;
}

.awards-swiper-slide {
  height: 516px !important;
}

.awards-slider-item {
  width: 354px !important;
}

.awards-slider-item__img {
  border: 1px solid #dcdcdc;
  padding: 15px 40px !important;
  width: 255px;
  height: 412px !important;
}

.awards-slider-item__header {
  margin-top: 10px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 450;
  text-align: left;
}

.awards-slider-item p {
  margin-top: 10px;
  font-size: 1rem;
}

.awards-swiper-pagination {
  left: 41%;
  text-align: center;
  z-index: 1000;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 108px;
}

.awards-swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #989898;
  background-color: transparent;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  opacity: 1 !important;
}

.awards-swiper-pagination .swiper-pagination-bullet-active {
  color: rgb(0, 0, 0) !important;
}

.awards-swiper-button-next,
.awards-swiper-button-prev {
  border-radius: 50%;
  color: rgb(0, 0, 0) !important;
  padding: 10px;
  cursor: pointer;
  transform: scale(0.5);
  top: auto !important; /* убрать центрирование по верху */
  bottom: 100px !important; /* располагать снизу */
  z-index: 1000 !important;
}

.awards-swiper-button-prev {
  left: calc(50% - 170px) !important;
}

.awards-swiper-button-next {
  right: calc(50% - 170px) !important;
}

.awards-swiper-button-next.swiper-button-disabled,
.awards-swiper-button-prev.swiper-button-disabled {
  color: rgb(219, 219, 219);
  cursor: not-allowed;
}

.charity-slider-wrapper {
  position: relative;
  width: 1120px;
  height: 765px;
  margin: 0 auto;
  overflow: hidden;
}

.charity-swiper-container {
  width: 100%;
  height: 533px;
  margin-top: 50px;
}

.charity-slider__wrapper-main {
}

.charity-swiper-slide {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

.charity__header {
  font-family: "FuturaPT";
  font-size: 22px;
  font-weight: 800;
  text-align: left;
  width: 1120px;
  margin-bottom: 15px;
  margin-top: 80px;
}

.charity__main-p {
  font-size: 16px;
  width: 1120px;
  line-height: 22px;
}

.charity-slider-item {
  width: 339px;
  height: 533px;
}

.charity-slider-item__img {
  width: 339px;
  height: 211px;
}

.charity-slider-item__h3 {
  margin-top: 34px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
}

.charity-slider-item__text {
  margin-top: 20px;
  font-size: 16px;
  text-align: left;
  line-height: 21px;
}

.charity-slider-item__text-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 350px !important;
  min-height: 350px !important;
  max-height: 350px !important;
}

.charity-slider-item__text p {
  margin: 20px 0;
}

.charity-slider-item__icon {
  width: 24px;
  margin-right: 15px;
}

.charity-slider-item a {
  text-decoration: underline;
  display: flex;
  justify-content: left;
  text-align: left;
  margin-top: 25px;
}

.charity-swiper-pagination {
  left: 41%;
  text-align: center;
  z-index: 1000;
  width: 200px;
  padding-top: 0px;
  padding-bottom: 65px;
}

.charity-swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #989898;
  background-color: transparent;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  opacity: 1 !important;
}

.charity-swiper-pagination .swiper-pagination-bullet.active {
  color: black;
}

.charity-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007aff;
  color: white;
}

.charity-swiper-button-next,
.charity-swiper-button-prev {
  border-radius: 50%;
  color: rgb(0, 0, 0) !important;
  padding: 10px;
  cursor: pointer;
  transform: scale(0.5);
  top: auto !important; /* убрать центрирование по верху */
  bottom: 55px !important; /* располагать снизу */
  z-index: 1000 !important;
}

.charity-swiper-button-prev {
  left: calc(50% - 145px) !important;
}

.charity-swiper-button-next {
  right: calc(50% - 145px) !important;
}

.charity-swiper-button-next.swiper-button-disabled,
.charity-swiper-button-prev.swiper-button-disabled {
  color: rgb(219, 219, 219);
  cursor: not-allowed;
}

.charity-slider-wrapper {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}

.social-responsibility-alltime {
  margin-bottom: 60px;
}


.history-museum {
  padding-top: 85px;
}

.history-museum__main {
  display: flex;
  gap: 60px;
  width: 1120px;
}

.history-museum__main-all-text {
  display: flex;
  flex-direction: column;
}
.history-museum__main-header {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.history-museum__main-hr {
  width: 9%;
  border: 1px solid #000;
}

.history-museum__text {
  margin: 25px 0;
  font-size: 16px;
  line-height: 22px;
}

.history-museum__main-adress {
  display: flex;
  gap: 12px;
}
.history-museum__icon {
  height: 24px;
}

.history-museum__mobile-block {
  display: none;
}

.history-museum__adress {
  line-height: 20px;
}

.history-museum__big-a {
  margin-top: 25px;
}

.history-museum__slider-wrapper {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 20px !important;
}

.history-museum__swiper-container {
  width: 100%;
  height: 440px;
  margin-top: 10px;
  padding-bottom: 70px;
}

.history-museum__swiper-slide {
  height: 352px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

.history-museum__slider-item {
  width: 300px;
  padding: 20px;
  background: #f4f4f4;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.history-museum__slider-item img {
  width: 100%;
  min-height: 352px !important;
  border-radius: 10px;
}

.history-museum__slider-item h3 {
  margin-top: 15px;
  font-size: 1.5rem;
}

.history-museum__slider-item p {
  margin-top: 10px;
  font-size: 1rem;
}

.history-museum__swiper-pagination {
  left: 32%;
  text-align: center;
  z-index: 1000;
  width: 400px;
  padding-top: 10px;
  bottom: 77px !important;
}

.history-museum__swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #000000;
  background-color: transparent;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  opacity: 1 !important;
}

.history-museum__swiper-button-next,
.history-museum__swiper-button-prev {
  border-radius: 50%;
  color: rgb(0, 0, 0) !important;
  padding: 10px;
  cursor: pointer;
  transform: scale(0.5);
  top: auto !important; /* убрать центрирование по верху */
  bottom: 60px !important; /* располагать снизу */
  z-index: 1000 !important;
}

.history-museum__swiper-button-prev {
  left: calc(50% - 240px) !important;
}

.history-museum__swiper-button-next {
  right: calc(50% - 240px) !important;
}

.history-museum__swiper-button-next.swiper-button-disabled,
.history-museum__swiper-button-prev.swiper-button-disabled {
  color: rgb(219, 219, 219);
  cursor: not-allowed;
}
.history-museum__img {
  width: 535px;
}

.history-museum__swiper-wrapper {
  height: 400px !important;
}
.history-museum__slider-wrapper {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}

.about-media {
  margin: 85px 0;
  width: 1120px;
  max-width: 1120px;
}
.about-media__h2 {
  margin-bottom: 35px !important;
}

.about-media__second-banner {
  position: relative;
}

.about-media__second-banner-text {
  color: white;
  position: absolute;
  top: 45.2%;
  left: 74px;
  font-size: 24px;
  font-weight: 700;
}

.about-media__second-banner-a {
  color: white;
  position: absolute;
  top: 61.5%;
  left: 74px;
  font-size: 20px;

  text-decoration: underline;
}

.about-media__main-img-desk-top {
  margin: 50px 0;

  width: 100%;
}

.about-media__text {
  font-size: 20px;
}
.about-media__main-h3 {
  margin-top: 35px;
}

.media__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
}

.swiper-media__container {
  display: none !important;
}

.media__block-mobile {
  width: 280px;
  height: 220px;
  background-color: #ffffff;
  transition: transform 0.2s, opacity 0.3s;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.media__block {
  width: 280px;
  height: 220px;
  background-color: #ffffff;
  padding: 29px 30px;
  transition: transform 0.2s, opacity 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 50px;
  margin-bottom: 50px;
}

.media__block:hover {
  transform: scale(1.03);
}

.media__block.media__hidden {
  display: none;
}

.media__show-more-btn {
  text-decoration: underline;
  color: inherit;
  border: none !important;
  font-weight: 500;
  font-family: "FuturaPT";
  font-size: 20px;
  display: block;
  margin: 40px 0;
  padding: 10px 0px;
  font-size: 16px;
  cursor: pointer;
  border: none;

  color: rgb(0, 0, 0);
  border-radius: 6px;
  transition: background-color 0.2s;
}

.media__main-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 20px 0;
}

.address-store__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 50px auto;
  margin-bottom: 30px;
}

.address-store__text {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 40%;
}

.address-store__swiper {
  width: 95%;
  height: 300px;
}

.address-store__swiper-wrapper {
  padding-right: 40px;
}

.address-store__swiper-slide {
  width: 80% !important;
  position: relative;
  background-color: #333;
  color: white;
  height: 272px !important;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.address-store__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.address-store__address-bacground {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, transparent, black);
  z-index: 1;
}

.address-store__address {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  padding: 10px;
  font-size: 14px;
  width: 100%;
  color: white;
  text-align: left;
  display: flex;
  gap: 10px;
}

.address-store__swiper-button-prev,
.address-store__swiper-button-next {
  color: rgba(0, 0, 0) !important;
  transform: scale(0.5);
}

.address-store__swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

.address-store__swiper-button-next.swiper-button-disabled {
  opacity: 0 !important;
}

.address-store__swiper-button-prev {
  position: absolute !important;
  top: 50% !important;
  left: 49.5% !important;
}

.address-store__swiper-button-next {
  position: absolute !important;
  top: 45% !important;
  right: 60px !important;
}

.histiry-date__container {
  display: flex;
  align-items: center;
  position: relative;
  width: 1120px;

  margin: 50px auto;
  height: 200px;
  border: 2px solid #ccc;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.history-date__swiper {
  height: 200px;
}

.history-date__slide {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  text-align: left;
}

.history-date__date {
  font-size: 14px;
  color: #000000;
  margin-left: 0px;
  margin-top: 32px;
}

.history-date__dot {
  width: 16px;
  height: 16px;
  background-color: black;
  border-radius: 50%;
  position: relative;
  top: 4px;
  left: 0px;
  margin: 10px 0;
  transition: background-color 0.3s ease;
  z-index: 2;
}

.history-date__label {
  font-size: 14px;
  color: #000000;
  margin-left: 0px;
  margin-top: 23px;
  width: 200px;
  line-height: 18px;
}

.history-date__line-bg {
  content: "";
  position: absolute;
  top: 75px;
  left: 0;
  width: calc(280px * 4 + 40px * 3);
  height: 2px;
  background-color: #000000;
  z-index: 0;
}

.history-date__swiper-button-next,
.history-date__swiper-button-prev {
  color: rgb(0, 0, 0) !important;
  background: transparent;
  font-size: 10px !important;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  max-width: 14px !important;
  width: 14px !important;
  transform: scale(0.5);
}

.history-date__swiper-button-prev {
  position: absolute !important;
  left: 17px !important;
  top: 77px !important;
}

.history-date__swiper-button-next {
  position: absolute !important;
  right: 17px !important;
  top: 77px !important;
}

.history-date__swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.event-slider-content {
  overflow: hidden;
  position: relative;
}

.event-slide-inner {
  display: flex;
  width: 100%;
  transition: transform 0.6s ease;
}

.event-slide {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#event-slide-inner {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.event-slide-image {
  width: 560px;
  height: 365px;
}

.history-museum__swiper-pagination .swiper-pagination-bullet {
  color: gray;
  cursor: pointer;
}

.history-museum__swiper-pagination .swiper-pagination-bullet-active {
  color: black;
  font-weight: bold;
}

.event-slide {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  align-items: center;
}

.event-arrows {
  display: none;
  justify-content: space-between;
}
