#comments {
	width: 100%;
	height: 100%;
}

#comments .inner {
	min-height: calc(100vh - 225px);
	padding: 30px 0px;
}

#comments .inner .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#comments .inner h1 {
	font-size: 22px;
	font-style: italic;
	text-transform: uppercase;
	color: #525252;
}

#comments .inner hr {
	width: 50px;
	height: 3px;
	background-color: #1e39b4;
	margin: 10px 0px 15px;
	border: none;
}

#comments .text-zagolovok {
	font-size: 20px;
	color: #181c2a;
	text-align: center;
	margin: 0px 0px 15px;
}

#comments .text-zagolovok a {
	font-weight: 600;
	color: #1e39b4;
}

#comments .inner .block {
	width: 100%;
	height: 100%;
	padding: 15px;
	margin: 10px 0px;
	background-color: white;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	position: relative;
}

#comments .inner .com-block-top {
	display: flex;
}

#comments .inner .block .com-block-top .user-photo {
	width: 50px;
	height: 50px;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 10px;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

#comments .inner .block .com-block-top .name {
	font-size: 20px;
	margin-bottom: 5px;
	color: #1e39b4;
}

#comments .inner .block .com-block-top .text {
	font-size: 18px;
	color: #181c2a;
}

#comments .inner .block .comment-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 2;
}
