

/* Start:/local/templates/lombard/assets/css/faq.css?16782126732900*/
.faq {
  padding-bottom: 60px;
}

.faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
}

.faq-item {
  padding: 20px 15px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 15px;
  gap: 15px;
  background: #FFFFFF;
  border: 1px solid var(--color-light-gray);
  border-radius: 30px;
  width: 100%;
}

.faq-item:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(34, 45, 39, 0.1);
  box-shadow: 0px 10px 20px rgba(34, 45, 39, 0.1);
}

.faq-item__question {
  padding-left: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.faq-item:hover .faq-item__question {
  color: var(--color-main);
}

.faq-item__answer {
  display: none;
}

.faq-item__toggle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: auto;
  border: none;
  background-color: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-item__toggle:hover {
  background-color: var(--color-hover);
}

.faq-item__toggle::before {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-mask: url('/local/templates/lombard/assets/css/../img/icons.svg#chevron-down');
  mask: url('/local/templates/lombard/assets/css/../img/icons.svg#chevron-down');
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--color-black);
}

.faq-item__toggle:hover::before {
  background-color: var(--color-white);
}

.faq-item.open {
  display: grid;
  grid-template-columns: 1fr 40px;
  grid-gap: 15px;
  gap: 15px;
}

.faq-item.open .faq-item__question {
  color: var(--color-main);
  grid-row: 1;
  grid-column: 1;
}

.faq-item.open .faq-item__answer {
  display: block;
  grid-row: 2;
  grid-column: span 2;
  padding: 20px;
  background-color: var(--color-light-gray);
  border-radius: 30px;
}

.faq-item.open .faq-item__toggle {
  grid-row: 1;
  grid-column: 2;
  background-color: var(--color-main);
}

.faq-item.open .faq-item__toggle:hover {
  background-color: var(--color-hover);
}

.faq-item.open .faq-item__toggle::before {
  -webkit-mask: url('/local/templates/lombard/assets/css/../img/icons.svg#chevron-top');
  mask: url('/local/templates/lombard/assets/css/../img/icons.svg#chevron-top');
  background-color: var(--color-white);
}

@media (min-width: 1024px) {
  .faq-item {
    padding: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq-item.open .faq-item__answer {
    padding: 30px;
    grid-row: 2;
    grid-column: span 2;
    width: 100%;
  }
}
/* End */


/* Start:/local/templates/lombard/components/bitrix/form.result.new/faq/style.css?1682326930666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/lombard/components/bitrix/form.result.new/faq/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/lombard/components/bitrix/form.result.new/faq/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/lombard/components/bitrix/form.result.list/faq/style.css?16823233841333*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/lombard/components/bitrix/form.result.list/faq/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

table.form-filter-table
{
	background-color:white;
	font-size:100%;
	border-collapse:collapse;
}

table.form-filter-table th
{
	background-image:url(/local/templates/lombard/components/bitrix/form.result.list/faq/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: center;
	font-size:100%;
	color:#25639A;
}

table.form-filter-table td, table.form-filter-table th
{
	padding:3px;
	border:1px solid #ADC3D5;
}

table.form-filter-table td
{
	vertical-align: top;
}


.form-filter-none {
	display: none;
}

.form-filter-inline {
	display: inline;
}

table.form-table table.form-results-header-inline td, table.form-table table.form-results-header-inline th {
	border: 0px !important;
	padding: 0px !important;
	background: none !important;
}

.form-anstext {color:#166122;}
.form-ansvalue {color:#FF0000;}

.form-filteron {color:#FF0000;}
.form-filteroff {color:#1C7729;}
/* End */
/* /local/templates/lombard/assets/css/faq.css?16782126732900 */
/* /local/templates/lombard/components/bitrix/form.result.new/faq/style.css?1682326930666 */
/* /local/templates/lombard/components/bitrix/form.result.list/faq/style.css?16823233841333 */
