

/* Start:/local/templates/main/components/bitrix/news.list/faq/style.css?17756555192106*/
.faq-item {
  margin-bottom: 1px;
}
.faq-item .faq-item-head {
  min-height: 75px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding: 0 90px 0 35px;
  transition: all 0.3s;
  background-color: #DEE9F0;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .faq-item .faq-item-head {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq-item .faq-item-head {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  .faq-item .faq-item-head {
    padding: 0 70px 0 15px;
  }
}
@media (max-width: 479px) {
  .faq-item .faq-item-head {
    font-size: 14px;
    min-height: 65px;
  }
}
.faq-item .faq-item-head:hover {
  color: #FFFFFF;
  cursor: pointer;
  background-color: #0D70B4;
}
.faq-item .faq-item-head:hover .arrow {
  background-color: #DEE9F0;
}
.faq-item .arrow {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  stroke: #0D70B4;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 680px) {
  .faq-item .arrow {
    right: 15px;
  }
}
.faq-item .arrow.active {
  transform: translateY(-50%) rotateZ(90deg);
  background-color: #DEE9F0;
}
.faq-item .faq-item-body {
  display: none;
  background-color: #0D70B4;
  padding: 0 30px 0 35px;
}
@media (max-width: 680px) {
  .faq-item .faq-item-body {
    padding: 0 15px;
  }
}
.faq-item .faq-item-text {
  color: #FFFFFF;
  padding: 20px 0;
  border-top: 1px solid rgba(222, 233, 240, 0.23);
}
@media (max-width: 1279px) {
  .faq-item .faq-item-text {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .faq-item .faq-item-text {
    font-size: 12px;
    padding: 15px 0 20px 0;
  }
}
.faq-item .faq-item-text p, .faq-item .faq-item-text ul {
  margin: 0;
  line-height: 1.5;
}
.faq-item .faq-item-text img {
  margin-top: 15px;
}
.faq-item.active {
  background-color: #0D70B4;
}
.faq-item.active .faq-item-head {
  background-color: #0D70B4;
  color: #FFFFFF;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/main/components/bitrix/news.list/faq/style.css?17756555192106 */
