

/* Start:/local/templates/.default/components/bitrix/news.list/faq/style.css?17537130024508*/
body.body-gray {
	background: #FBFBFB;
}
.body-gray .footer{
	margin-top: 0;
}
.f-block{
	padding: 10px 0 62px;
}
.f-block__item{
	margin-top: 10px;
}
.f-block__item_vopros{
  display: flex;
  width: 100%;
  align-items: center;
  border: 1px solid #DBDBDB;
	background: #fff;
	padding: 9px 52px 13px 21px;
	margin: 0;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.f-block__item_vopros::before{
  content: '';
  display: block;
  width: 30px;
  height: 30px; 
	position: absolute;
	right: 11px;
	top: 50%;
	margin-top: -12px;
	background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3213 19.9125L4.36501 9.46312C4.1988 9.28877 4.10608 9.05713 4.10608 8.81624C4.10608 8.57536 4.1988 8.34372 4.36501 8.16937L4.37626 8.15812C4.45683 8.0733 4.55382 8.00577 4.66132 7.95962C4.76882 7.91347 4.88458 7.88967 5.00157 7.88967C5.11856 7.88967 5.23432 7.91347 5.34182 7.95962C5.44932 8.00577 5.54631 8.0733 5.62688 8.15812L15.0019 17.9981L24.3731 8.15812C24.4537 8.0733 24.5507 8.00577 24.6582 7.95962C24.7657 7.91347 24.8815 7.88967 24.9984 7.88967C25.1154 7.88967 25.2312 7.91347 25.3387 7.95962C25.4462 8.00577 25.5432 8.0733 25.6238 8.15812L25.635 8.16937C25.8012 8.34372 25.8939 8.57536 25.8939 8.81624C25.8939 9.05713 25.8012 9.28877 25.635 9.46312L15.6788 19.9125C15.5912 20.0044 15.4859 20.0776 15.3692 20.1275C15.2525 20.1775 15.1269 20.2033 15 20.2033C14.8731 20.2033 14.7475 20.1775 14.6308 20.1275C14.5141 20.0776 14.4088 20.0044 14.3213 19.9125Z' fill='%236DB75E'/%3E%3C/svg%3E") no-repeat center center;
	background-size: 30px 30px;
	border-radius: 100%;

}
.f-block__item_otvet{
	color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
	max-height: 0;
	overflow: hidden;
}
.f-block__item_otvet div[itemprop=text]{
	padding: 30px 0 25px 21px;
}
.f-block__item-active .f-block__item_vopros{
	color: #6DB75E;
	border-color: #6DB75E;
}
.f-block__item-active .f-block__item_otvet{
	max-height: none;
}
.f-block__item-active .f-block__item_vopros::before{
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: -17px;
}
.f-block__item_otvet div[itemprop=text] p:first-child{
	margin: 0;
}
.f-block__item_otvet div[itemprop=text] p ~ p{
	margin-top: 10px;
	margin-bottom: 0;
}
.m-block {
	padding: 24px 0 5px;
	display: flex;
	flex-wrap: wrap;
}
.m-block__item {
	width: calc((100% - 66px) / 3);
	margin-left: 33px;
}
.m-block__item:nth-child(3n+1) {
	margin-left: 0;
}
.m-block__item-wrap {
	position: relative;
	padding-top: 56.25%;
}
.m-block__item-wrap img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m-block__item-wrap iframe{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.m-block__item .v-video, .m-block__item .v-video__wrap{
	margin: 0;
}
.m-block__item .v-video__preview{
	position: relative;
	padding-top: 56.25%;
	height: auto;
}
.m-block__item .v-video__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.to-s-need-help{
	margin-top: 30px;
}
@media screen and (max-width: 992px) {
	.m-block__item {
		width: calc((100% - 30px) / 3);
		margin-left: 15px;
	}
	.m-block__item:nth-child(3n+1) {
		margin-left: 0;
	}
}
@media screen and (max-width: 560px) {
  .content_wrap {
    padding-top: 0 !important;
  }
	.f-block{
		padding: 10px 0 25px;
	}
	.f-block__item_vopros{
	  font-size: 15px;
	  line-height: 19px;
	  font-weight: 500;
		padding: 6px 44px 6px 11px;
		min-height: 50px;
	}
	.f-block__item_vopros::before{
	  width: 24px;
	  height: 25px; 
		right: 10px;
		margin-top: -11px;
		background-size: 24px 25px;
	}
	.f-block__item-active .f-block__item_vopros::before{
		margin-top: -13px;
	}
	.f-block__item_otvet{
  	font-size: 15px;
	  line-height: 21px;
	}
	.f-block__item_otvet div[itemprop=text]{
		padding: 16px 0 11px;
	}
	.f-block__item_otvet div[itemprop=text] p ~ p{
		margin-top: 7px;
	}
	.m-block {
		padding: 15px 0 3px;
	}
	.m-block__item {
		width: 100%;
		margin-left: 0;
	}
	.m-block__item ~ .m-block__item {
		margin-top: 10px;
	}
}

/* End */
/* /local/templates/.default/components/bitrix/news.list/faq/style.css?17537130024508 */
