

/* Start:/local/templates/philharmonic/CSS/Recording_studio.css?17562913804592*/
.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;
}
.main__prikaz {
  font-family: "Geologica-Light";
  font-size: 20px;
  line-height: 130%;
  text-align: right;
  letter-spacing: 0.02em;
  color: #333333;
}
.main h2 {
  margin-top: 96px;
  margin-bottom: 32px;
  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:not(:last-child) {
  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__detailed-information {
  display: flex;
  justify-content: space-between;
}
.faq__detailed-information a {
  font-family: "Geologica-Regular";
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #333333;
  transition: 0.2s;
}
.faq__detailed-information a:hover {
  color: #c71d00;
}
.faq__text-block-of-images {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.faq__text-price-list h3 {
  font-family: "Geologica-Regular";
  font-size: 24px;
  line-height: 120%;
  color: #333333;
}
.faq__text-price-list ul li {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  font-family: "Geologica-Light";
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #333333;
  padding: 15px 0;
}
.faq__text-price-list ul li:not(:last-child) {
  border-bottom: 1px solid #333;
}
.faq__text-technical-equipment {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.faq__text-technical-equipment li {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 10px;
}
.faq__text-block-of-sound-engineers {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}
.faq__text-sound-engineers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq__text-sound-engineers h4 {
  font-family: "Geologica-Regular";

  font-size: 24px;
  line-height: 120%;

  color: #333333;
}
.faq__detailed-information {
  display: flex;
  justify-content: space-between;
}
.faq__detailed-information a {
  font-family: "Geologica-Regular";
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #333333;
  transition: 0.2s;
}
.faq__detailed-information a:hover {
  color: #c71d00;
}
.faq__text-block-our-work li {
  max-width: 1054px;
  display: flex;
  gap: 28px;
}
.faq__text-block-our-work {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.faq__text-block-list-our-work h4 {
  font-family: "Geologica-Regular";
  font-size: 24px;
  line-height: 120%;
  color: #333333;
}
.faq__text-block-list-our-work ul li {
  font-family: "Geologica-Light";
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #333333;
  padding: 10px 0;
}
.faq__text-block-list-our-work ul li:not(:last-child) {
  border-bottom: 1px solid #333;
}


@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%
}
.faq__text-price-list ul li {
	font-size: 16px;
flex-wrap: wrap;
	}
.faq__text-block-our-work li {
    flex-wrap: wrap;
}
.faq__text-block-our-work-image{
	width:100%;
	}
.faq__text-block-our-work-image img{
	width:100%;
	}
.faq__text-block-of-sound-engineers {
  flex-wrap:wrap;
}
.faq__detailed-information {
  flex-wrap:wrap;
}
}
/* End */
/* /local/templates/philharmonic/CSS/Recording_studio.css?17562913804592 */
