

/* Start:/local/templates/philharmonic/CSS/corporate_events.css?17562913783032*/
.main h1 {
  margin-top: 64px;
  margin-bottom: 46px;
  font-family: "Geologica-SemiBold";
  font-size: 64px;
  line-height: 100%; /* 64px */
  letter-spacing: -0.02em;
  color: #333333;
}
.faq__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq__item {
  border-bottom: 1px solid black;
}
.faq__title {
  margin-bottom: 24px;
  font-family: "Geologica-Light";
  font-size: 32px;
  line-height: 120%;
  /* or 38px */
  letter-spacing: 0.02em;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.faq__title img {
  transform: rotate(180deg);
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;

  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
.faq__input {
  width: 0;
  height: 0;

  -webkit-appearance: none;
  appearance: none;
}
.faq__text {
  font-family: "Geologica-Light";
  font-size: 20px;
  line-height: 130%;
  /* or 26px */
  letter-spacing: 0.02em;
  color: #333333;
  display: none;
  padding-bottom: 20px;
}
.faq__input:checked ~ .faq__text {
  display: block;
}
.faq__input:checked ~ .faq__title img {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq__text-list-information {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.faq__text-list-information li {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 10px;
}

.faq__text-square-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq__text-square-block li ul li {
  font-family: "Geologica-Regular";
  font-size: 24px;
  line-height: 120%;
  color: #333333;
  padding: 12px 0;
}
.faq__text-square-block li ul li:not(:last-child) {
  border-bottom: 1px solid #333;
}
.faq__text-square-block li > img {
  margin-bottom: 12px;
}
/* ---Слайдер-------------------------------------- */

.swiper-slide img {
  max-width: 100%;
}
.swiper .swiper-pagination {
  position: static;
}
.swiper .swiper-pagination-bullet {
  --swiper-theme-color: #901115;
}
.swiper__button-prev,
.swiper__button-next {
  width: 48px;
  height: 48px;
  top: 800px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  background-color: #901115;
  width: 48px;
  height: 48px;
}
.swiper__button-prev {
  left: 28px;
}
.swiper__button-next {
  left: 96px;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  background-color: ##901115;
}
.swiper_thumbnail {
  width: 70%;
}
.swiper_thumbnail img {
  width: 20%;
}


@media (max-width:600px){
.main h1 {
  font-size: 32px;

}
.faq__title {

  font-size: 24px;

}
.faq__text {

  font-size: 16px;

}
.faq__text-square-block li > img {
  width:100%
}
}
/* End */
/* /local/templates/philharmonic/CSS/corporate_events.css?17562913783032 */
