

/* Start:/local/templates/slovo/components/bitrix/news.detail/authors/style.css?1697528837106*/
.authors-card__img img {
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/* End */


/* Start:/local/templates/slovo/components/bitrix/catalog.section/.default/style.css?17617238601452*/
.vmm_popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
	display: none;
	align-items: center;
	justify-content: center;
}

.vmm_popup.active {
	display: flex;
}

.vmm_popup__body {
	width: 580px;
	background: #ffffff;
	position: relative;
}

.vmm_popup_image,
.vmm_popup_image img,
.vmm_popup__close img {
	width: 100%;
}

.vmm_popup__close {
	width: 22px;
	height: 22px;
	position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.vmm_popup_info {
	padding: 40px;
}

.vmm_popup_info-title {
	font-weight: 600;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px;
}

.vmm_popup_info-text {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 30px;
	text-align: center;
}

.vmm_popup_info-btn {
	width: 100%;
	height: 50px;
	background: rgba(209, 32, 75, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	cursor: pointer;
}

@media(max-width: 650px) {
	.vmm_popup__body {
		width: calc(100% - 40px);
	}

	.vmm_popup__close {
		width: 18px;
		height: 18px;
		top: 20px;
		right: 20px;
	}

	.vmm_popup_info {
		padding: 20px;
	}

	.vmm_popup_info-title {
		font-size: 20px;
		line-height: 32px;
	}


}
/* End */
/* /local/templates/slovo/components/bitrix/news.detail/authors/style.css?1697528837106 */
/* /local/templates/slovo/components/bitrix/catalog.section/.default/style.css?17617238601452 */
