

/* Start:/local/templates/main/components/bitrix/news.list/faq/style.css?17707570202712*/
/*.drop {
	margin: 0 auto;
	/*max-width: 1024px;*/
	max-width: 100%;
}
.drop__empty {
	text-align: center;
	width: 100%;
	font-size: 1.4em;
	color: #555555;
}
.drop__item {
	border: 2px solid #81818133;
	transition: .3s;
}
.drop__item + .drop__item {
	border-top: none;
}
.drop__item:hover {
	border-color: transparent;
	box-shadow: 0 5px 15px 2px #dddddd;
	z-index: 1;
}
.drop-item__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 40px;
	font-size: 20px;
	line-height: 1.4em;
	cursor: pointer;
}
.drop-item__icon {
	display: flex !important;
	justify-content: center;
	align-items: center;
	margin-left: 1rem;
	border: 2px solid #81818133;
	border-radius: 40%;
	width: 36px;
	height: 36px;
	font-size: 12px;
	color: #777;
	transition: .3s;
	flex: none;
}
.drop-item__icon::before {
	content: '';
	display: inline-block;
	width: 50%;
	height: 50%;
	background: url('/local/templates/main/img/chevron.svg') center/contain no-repeat;
	transition: transform .3s ease 0s;
	opacity: .3;
}
.drop-item__header:hover .drop-item__icon {
	background: #222222;
	color: #ffffff;
}
.drop-item__header:hover .drop-item__icon::before {
	background: url('/local/templates/main/img/chevron_light.svg') center/contain no-repeat;
	opacity: 1;
}
.drop-item_open .drop-item__icon::before {
	transform: rotateX(180deg);
}
.drop-item__poster {
	margin-right: 2em;
	margin-bottom: 2em;
	width: 480px;
	float: left;
}
.drop-item__content {
	position: relative;
	transform: translateY(10px);
	padding: 0 40px;
	max-height: 0;
	overflow: hidden;
	/*transition: .5s;*/
	font-size: .9em;
	font-weight: 400;
	transition: opacity .3s ease .2s,
				transform .4s ease .2s;
	opacity: 0;
}
.drop-item__content::after {
	content: '';
	display: block;
	height: 30px;
}
.drop-item__content a {
	color: #467dc0;
}
.drop-item_open .drop-item__content {
	transform: none;
	opacity: 1;
}
/*.drop-item_open .drop-item__content {
	max-height: 2048px;
}*/

.drop-info {
	font-size: 1.2em;
	padding-top: 180px;
	padding-left: 20px;
}
.drop-info__item:not(:first-child) {
	margin-top: 20px;
}
.drop-info__title {
	color: #999999;
}

@media screen and (max-width: 1024px) {
	.drop-item__poster {
		margin-right: 0;
		display: block;
		width: 100%;
		max-height: 480px;
		object-fit: cover;
		float: initial;
	}
}

@media screen and (max-width: 768px) {
	.drop-item_open .drop-item__content {
		max-height: 2000px;
	}
}

@media screen and (max-width: 640px) {
	.drop-item__header {
		font-size: 16px;
		padding: 18px;
	}
	.drop-item__icon {
		width: 28px;
		height: 28px;
	}
	.drop-item__content {
		padding: 0 18px;
	}
}

@media screen and (min-width: 640px) {
	.drop-item__content {
		font-size: initial;
	}
}*/
/* End */
/* /local/templates/main/components/bitrix/news.list/faq/style.css?17707570202712 */
