

/* Start:/local/templates/rutector/css/klienty.css?17873192412673*/
#page_clients p.p_header, #subscribe_faq p.p_header, #page_faq p.p_header{
    text-align: left;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
}
.clients_list{
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 колонки одинаковой ширины */
  gap: 30px;     
}
.clients_list_item{
    background: linear-gradient(0deg, rgba(25, 118, 211, 0.05) 0%, rgba(255, 255, 255, 0.1) 74%);
    padding: 22px 32px;
    border-radius: 10px;
    border: 3px solid #1976D31F;
    position: relative;
    height: 250px;
}
.clients_list_item .clients_list_item-name{
    font-weight: 700;
    font-style: Bold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #617087;
    margin-bottom: 18px;
}
.clients_list_item .clients_list_item-prev{
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #617087;
    margin-bottom: 10px;
}
.clients_list_item .clients_list_item-more{
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline !important;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #617087;

}
.clients_list_item img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.clients_list_item:hover .clients_list_item-more{
    text-decoration: none !important;
}
@media (max-width: 950px) {
  .clients_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .clients_list {
    grid-template-columns: 1fr;
  }
}

#subscribe_faq, #page_faq{
    margin-top: 40px;    
}
#subscribe_faq .subscribe_wrap, #page_faq .subscribe_wrap{
    display: flex;
    flex-direction: row;
    padding: 30px 0 30px 40px;
    background: #1976D308;
    border-radius: 8px;
}
#page_faq .subscribe_wrap{
    padding: 30px 20px 30px 40px;
    margin-bottom: 40px;
}
#subscribe_faq .subscribe_wrap img, #page_faq .subscribe_wrap img{
    height: 160px;
    margin-left: 47px;
}
#subscribe_faq p.p_description, #page_faq p.p_description{
    margin-bottom: 0;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: justify;
}
@media screen and (max-width: 824px) {
  .subscribe_wrap img {
    display: none;
  }
}
@media screen and (max-width: 824px) {
  #subscribe_faq .subscribe_wrap, #page_faq .subscribe_wrap {
    padding: 30px 40px;
  }
}
/* End */


/* Start:/local/templates/rutector/components/bitrix/news.list/faq_new/style.css?17873197443221*/
.faq_wrapper .question{
    margin-bottom: 10px;
}
.faq_wrapper .question .faqArrow{
    background-position: 0px 0px;
}
.faqQuestion {
    height: 68px;
    background-image: url(/local/templates/rutector/img/question.png);
}
.faqQuestion, .faqAnswer {
    width: 1188px;
    display: block;
    padding-left: 260px;
    padding-top: 15px;
    font-weight: bold;
    font-size: 16px;
    color: #617087;
    line-height: 22px;
}
.faqArrow {
    background-image: url(/local/templates/rutector/img/arrow.png);
    display: inline-block;
    width: 21px;
    height: 22px;
    top: 6px;
    position: relative;
    margin-left: 30px;
}
.faqAnswer {
    height: 140px;
    display: none;
    background-image: url(/local/templates/rutector/img/answer.png);
}

.faq_section_wrapper{
    border: 2px solid #61708733;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 10px;
}
.faq_section, .faq_question_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.faq_section_link{
    font-weight: 500;
    font-style: Medium;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: 0%;
    color: #1976D3;
}
.faq_question{
    border-bottom: 1px solid #DEE0DD;
    display: block;
    padding-bottom: 25px;
}
.faq_question-question{
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #617092;
    font-family: 'latoregular', sans-serif;
}
.faq_question_wrapper {
/*  display: grid;*/
  display: none;
  grid-template-columns: 1fr 1fr;       /* 2 равные колонки */
  gap: 20px 82px;                             /* отступ между колонками и строками */
  list-style: none;                      /* убираем маркеры списка */
  padding: 0;
  margin: 30px 0 0 5px;
}

/* показываем, если есть класс .active у родителя .faq_section_wrapper */
.faq_section_wrapper.active .faq_question_wrapper {
  display: grid;
}       
.faq_question_ico{
    margin-right: 5px;
    margin-left: 20px;
}
.faq_question-answer{
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    color: #2B3648;
    margin-top: 22px;
    margin-right: 50px;
    display: none;
}
/* показываем ответ, если у li есть класс .open */
.faq_question.open .faq_question-answer {
  display: block;
}
@media (max-width: 900px) {
  .faq_question_wrapper {
    grid-template-columns: 1fr;       /* одна колонка */
    column-gap: 0;                   /* или меньше */
    row-gap: 20px;                   /* вертикальный оставляем */
  }
}
/* Поворот иконки в вопросе при открытом ответе */
.faq_question.open .faq_question_ico {
  transform: rotate(45deg);
  transition: transform 0.3s ease; /* плавный поворот */
}

/* Опционально: поворот иконки секции при раскрытом списке вопросов */
.faq_section_wrapper.active .faq_section_ico {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.faq_question-answer a{
    color:#1976D3;
}
/* End */
/* /local/templates/rutector/css/klienty.css?17873192412673 */
/* /local/templates/rutector/components/bitrix/news.list/faq_new/style.css?17873197443221 */
