

/* Start:/local/libs/medigit_video_popup/video_popup.css?1770889489477*/
html.modal-open-hide-scroll {
    overflow: hidden;
}

.popup-content {
    /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
    overflow: hidden;
}

.popup-content iframe,
.popup-content embed,
.popup-content object {
    max-width: 100%;
    max-height: 100%;
}

.popup-content iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* End */


/* Start:/local/templates/fresubin/components/bitrix/news.list/faq/style.css?16807609871454*/
.q-a__answer-text {
	display: none;
}
.q-a__inner {
	width: 100%;
}

/* Карточки Q&A */

.wrapper {
	padding-top: 100px;
	position: relative;
	display: block;
	overflow: visible;
}

.qna-card {
	position: -webkit-sticky;
	position: sticky;
	background: #F8F9FB;
	box-shadow: 0px 4px 24px -11px rgba(0, 0, 0, 0.25);
	color: #333;
	padding: 40px;
	border-radius: 10px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-around;
	height: 65vh;
	overflow: hidden;
	width: 100%;
	max-height: 550px;
}

.qna-card__block {
	width: 50%;
}

.qna-card__heading {
	margin-bottom: 15px;
}

.qna-card__info {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}

.qna-card__img {
	margin-right: 20px;
}

.qna-card__text {
	font-family: Open-Sans, sans-serif;
	font-size: 20px;
}

.qna-card__button {
	display: inline-block;
	padding: 18px 36px;
}

.qna-1 {
	bottom: 18vh;
	z-index: 5;
	margin-top: -12vh;
	margin-bottom: 13vh;
}

.qna-2 {
	bottom: 21vh;
	z-index: 4;
	margin-top: -9vh;
	margin-bottom: 10vh;
}

.qna-3 {
	bottom: 18vh;
	z-index: 3;
	margin-top: -6vh;
	margin-bottom: 5vh;
}

@media (max-width: 900px) {
	.qna-card {
		justify-content: flex-start;
	}

	.question-img {
		display: none;
	}
}

@media (max-width: 768px) {
	.qna-card__block {
		width: 100%;
	}

	.qna-card_detail {
		width: 100%;
		margin-right: 0;
	}
}

@media (max-width: 550px) {
	.qna-card {
		height: auto;
	}

}

/* Конец карточек Q&A */
/* End */
/* /local/libs/medigit_video_popup/video_popup.css?1770889489477 */
/* /local/templates/fresubin/components/bitrix/news.list/faq/style.css?16807609871454 */
