em {
	font-style: italic;
}
#breadcrumbs {
	font-size: 16px;
	padding: 0px 20px;
	display: flex;
	align-items: center;
	max-width: 1320px;
	height: 30px;
	width: 100%;
	margin: 0px auto;
	border-radius: 10px;
}
#breadcrumbs ul {
	display: flex;
	list-style-type: none;
}
#breadcrumbs li:not(:last-child)::after {
	color: #444444;
	content: '›';
	margin: 0px 10px;
}
#breadcrumbs a {
	color: #444444;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
#breadcrumbs div {
	color: #444444;
}
main {
	display: flex;
	flex-direction: row-reverse;
	max-width: 1320px;
	width: 100%;
	align-items: stretch;
	margin: 0px auto;
}
aside,
.c1 {
	margin-top: 5px;
}
.c1 {
	width: 74.69697%; /* 986/1320 */
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	align-items: start;
}
h1 {
	font-size: 30px;
	margin-left: 20px;
}
.chistaya:before,
.icsgo:before,
.russian:before,
.steam:before,
.bots:before,
.internet:before,
.windows:before {
	content: '';
	width: 20px;
	height: 20px;
	background-size: 20px;
	border-radius: 15px;
	margin-right: 10px;
}
.tags {
	margin: 20px;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}
.tags li {
	display: flex;
	margin-bottom: 10px;
	background-color: #f0efef;
	padding: 2px 10px;
	border-radius: 5px;
	font-size: 15px;
	align-items: center;
	margin-right: 10px;
	white-space: nowrap;
}
.chistaya:before {
	background-image: url('/img/ok.png');
}
.windows:before {
	background-image: url('/img/windows.png');
}
.russian:before {
	background-image: url('/img/russian.png');
}
.internet:before {
	background-image: url('/img/internet.jpg');
}
.steam:before {
	background-image: url('/img/steam.jpg');
}
.bots:before {
	background-image: url('/img/bots.jpg');
}
.icsgo:before {
	background-image: url('/img/icsgo.png');
}
.download_cs {
	margin: 0 20px 20px 20px;
}
.download_cs a:not(:last-child) {
	float: left;
}
.download_cs a {
	font-size: 14px;
	height: 62px;
	width: 220px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding-right: 15px;
	padding-left: 85px;
	margin-bottom: 10px;
	margin-right: 25px;
	position: relative;
	border-radius: 5px;
	text-decoration: none;
}
.download_cs a:after {
	width: 70px;
	height: 62px;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.5s;
	border-radius: 5px 0px 0px 5px;
}
.download_cs .dl {
	background: #4d6dda;
	-webkit-box-shadow: 0px 0px 10px 1px #4d6dda;
	box-shadow: 0px 0px 10px 1px #4d6dda;
	color: #fff;
}
.download_cs .dl:after {
	background-color: #2d4084;
	background-image: url('/img/dl.png');
	background-size: 50px, 50px;
}
.download_cs .dl:hover::after {
	background-color: #2d4084;
	width: 220px;
	border-radius: 5px;
}
.download_cs .dt {
	background: #33a635;
	-webkit-box-shadow: 0px 0px 10px 1px #33a635;
	box-shadow: 0px 0px 10px 1px #33a635;
	color: #fff;
}
.download_cs .dt:after {
	background-color: #0d730e;
	background-image: url('/img/dt.png');
	background-size: 40px, 40px;
}
.download_cs .dt:hover::after {
	background-color: #0d730e;
	width: 220px;
	border-radius: 5px;
}
.download_cs .dy {
	background: #e3b642;
	-webkit-box-shadow: 0px 0px 10px 1px #e3b642;
	box-shadow: 0px 0px 10px 1px #e3b642;
	color: white;
}
.download_cs .dy:after {
	background-color: #f2b927;
	background-image: url('/img/dy.png');
	background-size: 40px, 40px;
}
.download_cs .dy:hover::after {
	background-color: #f2b927;
	width: 220px;
	border-radius: 5px;
}
.gallery {
	position: relative;
	max-height: 415px;
	width: calc(100% - 40px); /* 946/986 */
	display: flex;
	margin: 0 20px 20px 20px;
}
.gallery figure {
	display: flex;
	align-items: flex-start;
	width: calc(100% - 200px);
	height: 415px;
}
.nextp,
.prevp {
	position: absolute;
	height: 100%;
	width: 16%;
	top: 0;
	transition: opacity 0.2s ease;
	opacity: 0.7;
	z-index: 3;
}
.nextp {
	right: 210px;
}
.counter,
.map p {
	position: absolute;
	font-size: 15px !important;
	padding: 4px 8px !important;
	margin: 4px !important;
	border-radius: 3px;
	background-color: rgba(68, 68, 68, 0.8);
	color: #fff !important;
}
.counter {
	z-index: 3;
}
.back {
	content: '';
	position: absolute;
	z-index: 1;
	width: calc(100% - 210px);
	height: 100%;
	background: #f0efef;
	border-radius: 5px;
}
.nextp:hover,
.prevp:hover {
	opacity: 1;
}
.nextp:hover::before,
.prevp:hover::before {
	width: 45px;
	height: 45px;
	background-size: 45px;
}
.nextp::before,
.prevp::before {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	background-size: 40px, 40px;
	transition: 0.2s ease;
	background-position: center;
}
.nextp::before {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	background-image: url('/img/arrow-right.png');
}
.prevp::before {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0, -50%);
	background-image: url('/img/arrow-left.png');
}
.btn-video {
	position: absolute;
	z-index: 4;
	top: 37px;
	left: 5px;
	padding: 4px 8px;
	font-size: 14px;
	color: #fff;
	background-color: rgba(77, 109, 218, 0.8);
	border-radius: 3px;
	border: 1px solid #4d6dda;
	cursor: pointer;
	transition: 0.2s;
	text-align: center;
}
.btn-video:hover {
	background-color: rgba(77, 109, 218, 1);
}
.main_photo,
.video-container {
	width: 0;
	flex-grow: 1;
	z-index: 2;
	max-height: 100%;
	object-fit: contain;
	margin-right: 10px;
	border-radius: 5px;
	cursor: zoom-in;
}
.video-container {
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
	display: none;
}
.video-container.active {
	display: block;
}
.video-container.active ~ .main_photo,
.video-container.active ~ .counter,
.video-container.active ~ .prevp,
.video-container.active ~ .nextp {
	display: none;
}
.video-container.active ~ .btn-video {
	top: 5px;
}
.video-preview {
	position: relative;
}
.video-preview .yt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 35px !important;
	height: 25px !important;
	transform: translate(-50%, -50%);
}

.gallery .list {
	list-style-type: none;
	width: 200px; /* 200/946 */
	max-height: 415px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.gallery .list::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
.gallery .list::-webkit-scrollbar-thumb {
	background: #b9b7b8;
	border-radius: 3px;
}
.gallery .list::-webkit-scrollbar-track-piece {
	background: #f0efef;
	border-radius: 3px;
}
.gallery .list li,
.gallery .list div {
	padding-right: 10px;
	margin-bottom: 10px;
}
.gallery .list img {
	cursor: pointer;
	transition: opacity 0.2s ease;
	border-radius: 5px;
	width: 100%;
	height: 100px;
}
.blue {
	margin-left: 20px;
	font-size: 25px;
	color: #4d6dda;
}
.cs_info {
	width: calc(100% - 40px);
	margin: 7px 20px 20px 20px;
	font-size: 17px;
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.features .name {
	font-weight: bold;
}
.features .name::after {
	content: ':';
	padding-right: 7px;
}
.features .name::before {
	color: #4d6dda;
	content: '●';
	padding-right: 7px;
}
.cs_info td {
	margin-top: 2px;
	color: #444444;
	display: inline-block;
}
.features td a,
.cs_description a,
.imgs.e a {
	color: #444444;
}
.another a {
	color: #555;
}
.features td a:hover,
.cs_description a:hover,
.hashtags a:hover,
.dates a:hover,
.another a:hover,
.imgs.e a:hover,
.verifed a:hover {
	text-decoration: none;
}
.stats {
	text-align: right;
}
.stats td {
	padding: 0 5px;
	margin-top: 2px;
}
.small {
	max-height: 500px;
	overflow-y: hidden;
	margin-bottom: 30px !important;
}
.cs_description {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: start;
	padding: 15px 20px 0 20px;
	font-size: 17px;
	width: 100%;
	background-color: #f0efef;
	color: #444444;
	margin-bottom: 75px;
}
.small::before {
	content: '';
	display: block;
	width: 100%;
	height: 120px;
	background: linear-gradient(to top, #f8f8f8 15%, transparent);
	position: absolute;
	bottom: 0px;
	left: -10px;
}
.cs_description p {
	margin-bottom: 20px;
}
.cs_description ul {
	margin-left: 20px;
	margin-bottom: 17px;
}
.cs_description li {
	margin-bottom: 3px;
}
.cs_description h2,
.cs_description h3 {
	margin: 15px 0;
	font-size: 22px;
	padding: 4px 8px;
	background-color: #dedede;
	border-radius: 5px;
}
.readmore {
	left: 20px;
	bottom: 10px;
	position: absolute;
	padding: 5px 8px;
	font-size: 17px;
	color: #444444;
	background-color: #eeeeee;
	border-radius: 7px;
	border: 1px solid #dedede;
	cursor: pointer;
}
.open {
	bottom: -45px !important;
}
.faq {
	margin-left: 20px;
	font-size: 17px;
	width: calc(100% - 40px);
}
.faq-item {
	padding: 1px;
	margin-bottom: 10px;
}
.faq-title {
	background-color: #f0efef;
	border: 1px solid #e6e6e6;
	border-left-color: #444444;
	border-radius: 5px;
	position: relative;
	display: block;
	cursor: pointer;
	padding: 5px 10px;
	padding-left: 27px;
}
.faq-title:after {
	content: '';
	display: block;
	position: absolute;
	top: 40%;
	transition: 0.5s;
	left: 10px;
	border-style: solid;
	border-width: 0 4px 6px 4px;
	border-color: transparent transparent #444444 transparent;
	transform: rotate(180deg);
}
.faq-input {
	width: 0;
	height: 0;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
}
.faq-input:checked ~ .faq-text {
	border-bottom: 1px solid rgb(230, 230, 230);
	height: auto;
}
.faq-input:checked ~ .faq-title:after {
	transform: rotate(0deg);
	transition: transform 0.2s;
}
.faq-input:checked ~ .faq-title {
	border-radius: 5px 5px 0 0;
}
.faq-text {
	border-left: 1px solid rgb(230, 230, 230);
	border-right: 1px solid rgb(230, 230, 230);
	border-top: 0;
	border-bottom: 0;
	border-radius: 0 0 5px 5px;
	height: 0;
	overflow: hidden;
	background-color: #fdfdfd;
	padding: 0 10px;
}
.faq p {
	color: #444444;
	font-size: 17px;
	margin: 7.5px 0;
}
.faq ul {
	margin-bottom: 15px;
}
.faq li {
	margin-left: 20px;
	color: #444444;
	list-style-type: disc !important;
}
.map {
	position: relative;
	width: 25%;
	padding: 5px;
}
.maps {
	display: flex;
	flex-wrap: wrap;
}
.map img {
	width: 100%;
	border-radius: 5px;
	cursor: zoom-in;
}
.hashtags {
	margin: 10px 0 20px 20px;
	font-size: 17px;
}
.hashtags a {
	margin-right: 10px;
	color: #4d6dda;
}
.hashtags a::before {
	content: '#';
}
.dates {
	display: flex;
	flex-direction: column;
	margin-left: 20px;
}
.dates span,
.another {
	margin-bottom: 3px;
	font-size: 16px;
	color: #444444;
}
.dates i {
	color: #e62d27;
}
.imgs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 20px;
}
.imgs.e a {
	width: 33.333%;
	padding: 8px;
	border-radius: 5px;
	cursor: zoom-in;
}
.imgs img {
	width: calc(33.333% - 16px);
	max-height: 169px;
	padding: 0;
	margin: 8px;
	border-radius: 5px;
	cursor: zoom-in;
}
.imgs img,
.imgs.e img {
	-webkit-box-shadow: 0px 0px 5px 1px #929292;
	box-shadow: 0px 0px 5px 1px #929292;
}
.imgs.e img {
	padding: 0;
	width: 100%;
	max-height: 169px;
	height: 100%;
	border-radius: 5px;
	cursor: pointer;
}
.imgs.e a {
	cursor: pointer;
	font-size: 17px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.center {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 30px auto;
}
.verifed {
	margin-top: 5px;
	color: #2b882b;
	font-size: 17px;
}
.verifed a {
	color: #2b882b;
}
.another {
	color: #555;
	margin-left: 20px;
	font-size: 15px;
}
.flame {
	position: relative;
	padding-left: 35px;
}
.flame::before {
	position: absolute;
	content: '';
	left: 0;
	top: -6px;
	background-image: url('/img/blue_fire.png');
	height: 30px;
	width: 30px;
	background-size: 30px;
}
.imgs.e a:hover,
.gallery .list li:hover {
	/*.map img:hover, .imgs img:hover*/
	opacity: 0.8;
}
#big_img {
	transition: opacity 0.2s ease-in-out;
	z-index: 2000;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
}
#big_img div {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
	cursor: move;
	max-width: 90%;
}
#big_img_close {
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.2s;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 22px;
	background-color: #b9b7b8;
	border-radius: 50%;
	border: 1.5px solid #000;
	width: 28px;
	height: 28px;
	-webkit-box-shadow: 0px 0px 5px 1px #929292;
	box-shadow: 0px 0px 5px 1px #929292;
}
#big_img_close:hover {
	opacity: 1;
}
#big_img img {
	border-radius: 5px;
	max-width: 100%;
	max-height: 80vh;
	-webkit-box-shadow: 0px 0px 10px 1px #929292;
	box-shadow: 0px 0px 10px 1px #929292;
}
.comments {
	width: 100%;
	padding: 20px;
	padding-top: 0px;
}
.comments form {
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 80px;
	border-radius: 5px;
	background-color: #f0efef;
	border: 1px solid #e6e6e6;
}
.otvet {
	align-items: center;
	justify-content: space-between;
	margin: 20px 0 0 20px;
	color: #444444;
	padding: 7px 20px;
	font-size: 14px;
	background-color: rgba(77, 109, 218, 0.15);
	border-radius: 5px;
	border: 1px solid #4d6dda;
	width: calc(100% - 40px);
}
#cancel:hover {
	cursor: pointer;
	color: #4d6dda;
}
.tfn {
	display: flex;
	align-items: flex-start;
	margin: 10px;
}
.comments input,
.comments textarea {
	margin: 10px;
	font-size: 15px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #b9b7b8;
	outline: none;
}
.comments input {
	margin-right: 10px;
	width: 210px;
}
.comments textarea {
	height: auto;
	box-sizing: border-box;
	resize: none;
	overflow: hidden;
	margin-left: 10px;
	width: 100%;
}
.rating {
	font-size: 17px;
	color: #444444;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.gr {
	display: flex;
	width: 100%;
	padding: 0 20px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.rating-value {
	font-size: 17px;
	color: #444;
	text-align: right;
}

.rating-value td {
	padding: 0 5px;
	margin-top: 2px;
}

#rating-stars {
	margin: 0 10px;
	padding-bottom: 5px;
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	font-size: 35px;
}

#rating-stars input {
	display: none;
}

#rating-stars input:checked ~ label:before {
	opacity: 1;
}

#rating-stars:hover input:checked ~ label:before {
	opacity: 0.5;
}
#rating-stars label {
	padding-left: 2px;
	padding-right: 2px;
	position: relative;
	color: #f2b927;
}
#rating-stars label:before {
	content: '★';
	position: absolute;
	opacity: 0;
}
#rating-stars label:hover:before,
#rating-stars label:hover ~ label:before {
	opacity: 1 !important;
}
.avatars div {
	border-top: 1px solid #e6e6e6;
	padding: 17.5px 15px;
	display: flex;
	flex-wrap: wrap;
}
.avatars img {
	margin: 2.5px 5px 2.5px 5px;
	width: 60px;
	height: 60px;
}
.buttons {
	border-top: 1px solid #e6e6e6;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}
.btn-avatar,
.btn-add-comment,
.next-avatar {
	font-size: 17px;
	padding: 5px 10px;
	border: 0;
	transition: 0.3s;
	cursor: pointer;
	border-radius: 5px;
	color: #fff;
}
.btn-avatar {
	background-color: #444444;
	-webkit-box-shadow: 0px 0px 5px 1px #444444;
	box-shadow: 0px 0px 5px 1px #444444;
}
.btn-avatar:hover {
	background-color: #323232;
}
.btn-add-comment,
.next-avatar {
	background-color: #4d6dda;
	-webkit-box-shadow: 0px 0px 5px 1px #4d6dda;
	box-shadow: 0px 0px 5px 1px #4d6dda;
}
.next-avatar {
	margin-left: 20px;
	margin-bottom: 20px;
}
.btn-add-comment:hover,
.next-avatar:hover {
	background-color: #2d4084;
}
.avatar {
	width: 60px;
	height: 60px;
	margin-right: 15px;
	border-radius: 8px 24px;
	border: 1px solid #e6e6e6;
}
.avatar.mini {
	width: 30px;
	height: 30px;
	border-radius: 2px;
	margin-right: 10px;
}
.comment {
	width: auto;
	padding: 15px;
	border-radius: 5px;
	display: flex;
	color: #444;
	font-size: 17px;
	border-bottom: 1px solid #e6e6e6;
}
.comment button {
	cursor: pointer;
	font-size: 15px;
	margin-top: 5px;
	padding: 4px 8px;
	color: #444;
	background-color: #f0efef;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}
.comment button:hover {
	background-color: #e6e6e6;
}
.comment .login {
	font-weight: bold;
	margin-bottom: 5px;
}
.comment span {
	margin-left: 8px;
	font-size: 15px;
	color: #929292;
	font-weight: normal;
}
.admin.comment {
	color: #e62d27;
	background-color: #f8e1e2;
}
.all-comments {
	padding: 15px 0;
}
.answer {
	padding-left: 75px;
}
.comment_text {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
}
.comment_statistic {
	display: flex;
	font-size: 15px;
}
.like,
.dislike {
	cursor: pointer;
	position: relative;
	color: #33a635;
	padding-left: 20px;
	max-height: 20px;
}
.dislike {
	margin-left: 10px;
	color: #e62d27;
}
.like::before,
.dislike::before {
	content: '';
	left: 0;
	position: absolute;
	width: 15px;
	height: 15px;
	background-size: 15px;
	background-repeat: no-repeat;
	background-image: url('/img/like.png');
}
.dislike::before {
	background-image: url('/img/dislike.png');
}
.like.active-like {
	border-radius: 50%; /* Круглая кнопка */
	box-shadow:
		0 0 10px rgba(0, 255, 0, 0.7),
		/* наружное свечение по всем граням */ inset 0 0 20px rgba(0, 255, 0, 0.5); /* внутреннее свечение на 20px */
}

.dislike.active-dislike {
	border-radius: 50%;
	box-shadow:
		0 0 10px rgba(255, 0, 0, 0.7),
		/* наружное свечение */ inset 0 0 20px rgba(255, 0, 0, 0.5); /* внутреннее свечение */
}
.stars {
	font-weight: bold;
	color: #f2b927;
	margin-bottom: 5px;
}
.stars span {
	color: #929292;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 17px;
}

.faq table {
	border-collapse: collapse;
	padding: 7.5px 0;
}
.faq thead th {
	padding: 7.5px 8px;
	color: #444444;
}
.faq tbody td {
	color: #444444;
	border: 1px solid #e6e6e6;
	padding: 7.5px 8px;
}

@media screen and (max-width: 1090px) {
	main {
		flex-direction: column;
		overflow-x: hidden;
	}
	.c1 {
		width: 100% !important;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 800px) {
	.verifed {
		padding: 20px;
		text-align: center;
	}
	.map {
		width: 33.33333%;
	}
	.gallery {
		flex-direction: column;
		max-height: 615px;
	}
	.back {
		width: 100%;
		height: calc(100% - 153px);
	}
	.nextp,
	.prevp {
		height: calc(100% - 153px);
	}
	.nextp {
		right: 0px;
	}
	.gallery figure {
		width: 100%;
	}
	.main_photo {
		margin: 0;
	}
	.gallery .list {
		display: flex;
		width: 100%; /* 200/946 */
		max-height: 200px;
		overflow-x: scroll;
		overflow-y: hidden;
		margin-top: 20px;
	}
	.list img {
		width: auto !important;
	}
}

@media screen and (max-width: 660px) {
	.imgs.e a {
		width: 50%;
	}
	.imgs img {
		width: calc(50% - 16px);
	}
	.gr {
		display: block;
	}
	.rating-value {
		text-align: left;
	}
	.rating-value td {
		padding: 0;
		margin: 0;
	}
	#ratingCount,
	#ratingValue {
		padding: 0 5px;
	}
}

@media screen and (max-width: 610px) {
	.map {
		width: 50%;
	}
	#breadcrumbs {
		height: auto;
	}
	#breadcrumbs ul,
	.comment {
		flex-direction: column;
	}
	.like,
	.dislike,
	.comment .avatar {
		margin: 10px;
	}
	.comment .avatar {
		display: none;
	}
	.comment.answer {
		padding-left: 40px;
	}
}

@media screen and (max-width: 515px) {
	.cs_info,
	.buttons,
	.tfn {
		flex-direction: column;
	}
	.buttons {
		align-items: center;
	}
	.btn-add-comment {
		margin-top: 12px;
	}
	.stats {
		text-align: left;
	}
	#commentForm textarea,
	#commentForm input {
		width: calc(100% - 20px);
	}
}
@media screen and (max-width: 450px) {
	.imgs.e a,
	.map {
		width: 100%;
	}
	.imgs img {
		width: calc(100% - 16px);
	}
	.gallery {
		flex-direction: column;
		max-height: 425px;
	}
	.gallery figure {
		max-height: 272px;
	}
	.rating {
		flex-direction: column;
		align-items: start;
	}
	#rating-stars {
		align-self: center;
	}
}
