

.text p {
	text-align: left;
}

a {
	text-decoration: none;
}

.under-href {
	text-decoration: underline;
}

.under-href:hover {
	text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	vertical-align: top;
	background: transparent none repeat scroll 0% 0%;
}

body {
	line-height: 1;
}

img,
table {
	max-width: 100%;
}

a {
	color: rgb(70, 108, 199);
}

a:hover {
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}

.wrapper {
	max-width: 680px;
	width: 100%;
	margin: 0 auto;
	
}

.avatar {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	max-width: 100px;
	max-height: 100px;
	width: 100%;
	margin-left: 15px;
}

.header-wrap {
	display: flex;
	max-width: 500px;
	margin: 50px auto 25px;
	
}

.header-below {
	max-width: 500px;
	margin: 0 auto;
	line-height: 1.5;
}

.all-traf{
	margin-left: 20px;
}

.subscribers,
.title-name {
	margin-left: 50px;
	display: flex;
}

.subscribers {
	margin-top: 20px;
	
	justify-content: space-between;
}

.subs-nums {
	font-weight: bold;
}

.subs-words {
	color: #878787;
	font-size: 14px;
}

.article-title {
	margin-top: 40px;
	font-size: 36px;
}

.article-subtitle {
	margin: 20px 0;
}

.img-responsive {
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.arcticle-text {
	margin-top: 15px;
	line-height: 1.5;
}

.text-underphoto {
	margin-top: 15px;
	font-style: italic;
	text-align: center;
	font-size: 14px;
}

.list-item::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	padding-left: 10px;
}

.wrap-btn {
	display: flex;
	justify-content: center;
}

.order-button {
	margin: 0 auto;
	background-color: #f27909;
	padding: 10px 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	font-weight: bold;
	color: #fff;
}

.commnets-item {
	margin-bottom: 30px;
}

.item-header {
	display: flex;
	align-items: center;
}

.comment-name {
	font-weight: bold;
}

.item-text {
	line-height: 1.2;
    margin: 10px 0;
}

.item-header {
	display: flex;
}

.item-footer {
	color: gray;
	cursor: pointer;
	display: flex;
}


.comment-ava {
	width: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin-right: 15px;
	height: 50px;
}

@media screen and (max-width: 500px) {
	.wrapper {
		width: 95%;
	}
	.header-wrap {
		justify-content: center;
	}
	.article-title {
		font-size: 26px;
	}
	.article-subtitle {
		font-size: 18px;
	}
}
