

/* Start:/local/templates/aspro_next/components/bitrix/news.list/faq-2022/style.css?16648064772118*/
@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadein {
  animation: fadein 0.5s ease;
}


.c-faq__inner{
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 60px;
  align-items: start;
}
.c-faq__list>li {
  padding-left: 0;
}

.c-faq__list>li::before {
  display: none;
}

.c-faq__list li+li {
  margin-top: 10px;
}

.c-faq__item {
  cursor: pointer;
  margin-bottom: 30px;
}
.c-faq__header:hover   .c-faq__header-text {
  border-bottom: 1px solid #1976D2;
}
.c-faq__item.is-active  .c-faq__header-text {
  border-bottom: 1px solid #1976D2;
}

.c-faq__header-text {
  position: relative;
  font-weight: 700;
  font-size: 17px;
  padding: 0 20px 15px 0;
  color: #383838;
  border-bottom: 1px solid rgba(182, 181, 181, 0.5);
  transition: all 0.3s ease-in-out;
}

.c-faq__header-text::before,
.c-faq__header-text::after {
  content: '';
  position: absolute;
  right: 0;
  top: 12px;
  height: 1px;
  width: 11px;
  background: #B6B5B5;
}

.c-faq__header-text::after {
  transform: rotate(90deg);
  transition: all .5s ease-in-out;
}

.c-faq__item.is-active .c-faq__header-text::after {
  opacity: 0;
}

.c-faq__body p {
  margin: 0;
}

.c-faq__body p+p {
  margin-top: 10px;
}
.c-faq__body ul{
  margin: 10px;
}
.c-faq__body ul+p {
  margin-top: 10px;
}

.c-faq__body {
  display: none;
}

.c-faq__item.is-active .c-faq__body {
  display: block;
  padding-top: 15px;
}



.ask_a_question--not-icon .text-block {
  padding-top: 0 !important;
}

.ask_a_question--not-icon {
  text-align: left;
}

.ask_a_question--not-icon .btn.btn-default {
  background-color: #1976d2 !important;
  margin: 0 25px !important;
  display: inline-block;
}







.c-faq__aside{
  padding: 40px;
  background-color: #F6F6F7
}
.c-faq__aside-title{
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
}
.c-faq__aside-text{
  font-size: 13px;
}
.c-faq__aside-text a{
  font-weight: 700;
  color: #555;
  margin-bottom: 25px;

}
.c-faq__aside-text a:hover{
  color: #1976D2;
}









@media(max-width:1199px){
  .c-faq__inner{
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

/* End */
/* /local/templates/aspro_next/components/bitrix/news.list/faq-2022/style.css?16648064772118 */
