body
{
	background-color:var(--bg-color);
	background-image:var(--bg-xs);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
}

@media (min-width: 990px)
{
	body
	{
		background-image:var(--bg-lg);
	}
}

/*Основной стиль страницы*/
.story
{
	margin-top: 250px;
}

.story__meta
{
	text-align: center;
}

.story__author,
.story__city
{
	font-size: 24px;
}

.story__author
{
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: none;
	font-style: italic;
}

.story__dot
{
	display: block;
	width: 10px;
	height: 10px;
	margin: 50px auto;
	background-color: #AEA89B;
	/*+border-radius: 50%;*/
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}

.story__text
{
	margin-bottom: 50px;
}

.story__text p:not(:last-child)
{
	margin-bottom: 25px;
}

.story__date
{
	font-style: italic;
	font-size: 80%;
	text-align: right;
	margin-bottom: 50px;
}

@media (min-width: 990px)
{
	.story
	{
	}
	
	.story__meta
	{
		grid-column: 4 / span 6;
	}
	
	.story__author,
	.story__city
	{
		font-size: 38px;
	}
}

/*Лайки*/
.form-loading
{
	opacity: 0.5;
}

.vote
{
	display: grid;
	grid-template-columns: 40px auto auto;
	gap: 10px;
	width:max-content;
	margin: 0 auto 50px;
}

.vote__heart
{
	border: none;
	background-color: transparent;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.15376 1.97049L7.50477 2.31652L7.85578 1.97049L8.266 1.56611C8.9573 0.884633 9.87399 0.509404 10.8533 0.509404C11.8332 0.509404 12.7465 0.881898 13.4374 1.56297C14.1278 2.24354 14.5028 3.14315 14.5 4.102V4.10345C14.5 5.0623 14.1221 5.96259 13.4312 6.64381C13.4311 6.64385 13.4311 6.64389 13.431 6.64393L7.49691 12.472L1.57214 6.63139C0.880078 5.94915 0.500017 5.05155 0.50002 4.09404L0.500015 4.09259C0.497231 3.13474 0.874691 2.23484 1.56578 1.55357C2.25384 0.875287 3.17051 0.5 4.14671 0.5C5.12544 0.5 6.04548 0.877966 6.73718 1.55984L7.15376 1.97049Z' fill='none' stroke='%234A3833'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}

.vote__heart.active
{
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.15376 1.97049L7.50477 2.31652L7.85578 1.97049L8.266 1.56611C8.9573 0.884633 9.87399 0.509404 10.8533 0.509404C11.8332 0.509404 12.7465 0.881898 13.4374 1.56297C14.1278 2.24354 14.5028 3.14315 14.5 4.102V4.10345C14.5 5.0623 14.1221 5.96259 13.4312 6.64381C13.4311 6.64385 13.4311 6.64389 13.431 6.64393L7.49691 12.472L1.57214 6.63139C0.880078 5.94915 0.500017 5.05155 0.50002 4.09404L0.500015 4.09259C0.497231 3.13474 0.874691 2.23484 1.56578 1.55357C2.25384 0.875287 3.17051 0.5 4.14671 0.5C5.12544 0.5 6.04548 0.877966 6.73718 1.55984L7.15376 1.97049Z' fill='%234A3833' stroke='%234A3833'/%3E%3C/svg%3E%0A");
	pointer-events: none;
}

.vote__total
{
	text-align: left;
	align-self: center;
	font-size: 28px;
	color:var(--black);
}

.share-button
{
	width: 45px;
	height: 40px;
	margin-left: 20px;
	background-image: url("data:image/svg+xml,%3Csvg width='36' height='30' viewBox='0 0 36 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.6533 7.82812L34.3857 14.6104L26.6533 21.3926L19.7227 27.4697V20.1797C19.7227 19.8058 19.575 19.4471 19.291 19.1797H19.292C19.2892 19.177 19.2861 19.1746 19.2832 19.1719C19.2806 19.1694 19.278 19.1665 19.2754 19.1641H19.2744C18.9951 18.9058 18.6327 18.7774 18.2539 18.8018H18.252C10.4274 19.3219 4.63883 21.6878 1.14648 26.0713C1.63303 21.1677 3.15706 17.5081 5.61914 14.9814C8.4351 12.0917 12.6265 10.5319 18.3613 10.4502H18.3643C19.1097 10.4376 19.7227 9.83127 19.7227 9.07031V1.75098L26.6533 7.82812Z' stroke='%234A3833' stroke-width='2'/%3E%3C/svg%3E%0A");
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}

#vk_like
{
	filter: saturate(0.4) hue-rotate(-180deg);
	margin: 0 auto;
}
