main,
#cc1 {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#c1 {
	max-width: 1320px;
	display: flex;
	align-items: flex-start;
	padding-right: 40px;
	padding-bottom: 30px;
	overflow-x: hidden;
	max-width: 100%;
}
#cc1 {
	max-width: 743px;
	margin-top: 30px;
	margin-left: 40px;
}
#cc1 p {
	margin-bottom: 20px;
	padding-top: 20px;
	font-size: 17px;
}
#cc1 .faq span {
	font-size: 17px;
}
#cc1 .faq ul,
#cc1 .faq p {
	font-size: 17px;
	padding: 10px 0;
	margin: 0;
}
#cc1 .faq li {
	margin-left: 25px;
	list-style: disc;
}
#cc1 .faqtable {
	max-width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: auto;
}
#cc1 .faqtable table {
	border-collapse: collapse;
	border: 1px solid rgb(230, 230, 230);
	font-size: 17px;
	background: #fdfdfd;
	margin: 0;
	padding: 0;
}
#cc1 .faqtable td,
#cc1 .faqtable th {
	border: 1px solid rgb(230, 230, 230);
	padding: 8px;
}
.betavers p {
	padding: 0 !important;
	margin: 0 !important;
}
#cc2 {
	max-width: 497px;
	width: 100%;
	margin-left: 40px;
	padding-top: 110px;
}
#cc1 h1 {
	width: 100%;
	font-size: 26px;
	padding-bottom: 10px;
}
h2 {
	font-size: 24px;
	padding-bottom: 20px;
	margin-left: 20px;
	margin-top: 20px;
}
#c3 h2 {
	padding-bottom: 7px;
}
h3 {
	font-size: 19px;
	padding-bottom: 10px;
	margin-left: 20px;
}
#c3 .p {
	padding: 0 20px 20px 20px;
	font-size: 17px;
}
#f {
	display: flex;
	flex-direction: row-reverse;
	max-width: 1320px;
	width: 100%;
	align-items: stretch;
}
.dd,
.df {
	display: flex;
}
#c3 {
	margin-top: 14px;
	width: 74.69697%; /* 986/1320 */
	padding-bottom: 20px;
	margin-right: 0px;
}
#c4,
#c5 {
	max-width: 1320px;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 20px;
}
#ul-cc1 {
	margin-top: 5px;
	margin-bottom: 20px;
}
#ul-cc1,
#ul-cc1 li {
	float: left;
	align-items: center;
}
#ul-cc1 li {
	margin-bottom: 10px;
	display: flex;
	margin-right: 10px;
	background-color: #f0efef;
	padding: 2px 10px;
	font-size: 15px;
	border-radius: 5px;
}
.chistaya: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;
}
.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');
}
#cs {
	border-radius: 10px;
}
.csm {
	width: 225px;
	border-radius: 10px;
	max-height: 130px;
}
.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;
}
.faq {
	font-size: 17px;
	max-width: 800px;
	width: 100%;
}
.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;
}
.sborki,
.psborki {
	display: flex;
	align-items: flex-start;
	background-color: #f0efef;
	flex-wrap: wrap;
	padding: 7px;
}
.psborka,
.sborka {
	margin: 8px;
	height: 330px;
	width: 310px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.psborka {
	margin: 7px;
}
.sborka p,
.psborka p {
	padding: 10px 0;
	font-size: 14px;
	height: 71px;
	overflow: hidden;
}
.sborka a,
.psborka a {
	font-weight: bold;
	font-size: 16px;
	border-radius: 5px;
	text-decoration: none;
}
.sborka .s_title,
.psborka .s_title {
	overflow: hidden;
	white-space: nowrap;
	color: #000;
	font-size: 19px;
}
.pp {
	padding: 5px 20px;
}
.df {
	justify-content: space-between;
}
.st,
.sl {
	border: 1px solid #e6e6e6;
	transition: 0.3s ease;
	color: #363636;
	display: flex;
	align-items: center;
	padding: 3px 5px;
	margin-top: 7px;
	font-weight: normal !important;
}
.sl {
	margin-right: 10px;
}
.sy:hover {
	background: #e3b642;
	border: 1px solid #e3b642;
	box-shadow: 0px 0px 3px 1px #e3b642;
	color: #fff;
}
.st:hover {
	background: #33a635;
	border: 1px solid #33a635;
	box-shadow: 0px 0px 3px 1px #33a635;
	color: #fff;
}
.st:hover > .stf {
	background-image: url('/img/dt.png');
}
.stf,
.slf {
	width: 17px;
	height: 17px;
	margin-right: 5px;
	background-image: url('/img/st.png');
	background-size: 17px;
	border: 0;
}
.slf {
	background-image: url('/img/slf.png');
}
.sl:hover {
	background: #4d6dda;
	border: 1px solid #4d6dda;
	box-shadow: 0px 0px 3px 1px #4d6dda;
	color: #fff;
}
.sl:hover > .slf {
	background-image: url('/img/sl.png');
}

.s_block {
	position: relative;
	height: 176px;
	border-radius: 10px 10px 0 0;
}
.sborka_img {
	border-radius: 10px 10px 0 0;
	width: 100%;
	height: 170px;
}
.d_img-1,
.d_img-2,
.d_img-3,
.d_img-4,
.d_img-5 {
	position: absolute;
	top: 0;
	width: 20%; /* 62/310 */
	height: 170px;
	z-index: 1;
}
.d__img-1,
.d__img-2,
.d__img-3,
.d__img-4,
.d__img-5 {
	position: absolute;
	bottom: 10px;
	width: 18.709677%; /* 58/310 */
	margin: 0px 2px;
	height: 5px;
	border-radius: 15px;
	opacity: 0.5;
	background-color: rgb(191, 192, 192);
	z-index: 2;
}
.d_img-1,
.d__img-1 {
	left: 0;
}
.d_img-2,
.d__img-2 {
	left: 20%;
}
.d_img-3,
.d__img-3 {
	left: 40%;
}
.d_img-4,
.d__img-4 {
	left: 60%;
}
.d_img-5,
.d__img-5 {
	left: 80%;
}
.img-1,
.img-2,
.img-3,
.img-4,
.img-5 {
	top: 0;
	position: absolute;
	display: none;
}
.d_img-1:hover ~ .img-1,
.d__img-1:hover + .img-1,
.d_img-2:hover ~ .img-2,
.d__img-2:hover + .img-2,
.d_img-3:hover ~ .img-3,
.d__img-3:hover + .img-3,
.d_img-4:hover ~ .img-4,
.d__img-4:hover + .img-4,
.d_img-5:hover ~ .img-5,
.d__img-5:hover + .img-5 {
	display: block;
}
.d_img-1:hover + .d__img-1,
.d__img-1:hover,
.d_img-2:hover + .d__img-2,
.d__img-2:hover,
.d_img-3:hover + .d__img-3,
.d__img-3:hover,
.d_img-4:hover + .d__img-4,
.d__img-4:hover,
.d_img-5:hover + .d__img-5,
.d__img-5:hover {
	background-color: #4d6dda;
	opacity: 1;
}
.s_next {
	font-size: 20px;
	background-color: #4d6dda;
	box-shadow: 0px 0px 3px 1px #4d6dda;
	border: 0;
	border-radius: 7px;
	padding: 10px 20px;
	margin: 20px;
	color: #fff;
	cursor: pointer;
	transition: 0.2s;
}
.s_next:hover {
	background-color: #2d4084;
	box-shadow: 0px 0px 3px 1px #2d4084;
}
#c3_p {
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	color: #595959;
}
.filters {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
	padding-right: 15px;
}
.filter {
	display: flex;
	align-items: center;
	font-size: 17px;
	color: #000;
	text-decoration: none;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 4px 8px;
	background-color: #fefefe;
	border: 1px solid #c4c2c2;
	border-radius: 10px;
}
.filter_icon {
	content: '';
	width: 22px;
	height: 22px;
	margin-right: 7px;
	background-size: 22px;
	border-radius: 5px;
	border: 0;
}
#filtermore {
	color: #595959;
	user-select: none;
}
.filter:hover {
	background-color: #fff;
	border: 1px solid #4d6dda;
	color: #4d6dda !important;
}
.hidden {
	display: none;
}
table {
	text-align: left;
	border-collapse: collapse;
	margin-left: 20px;
	width: 90%;
	font-size: 15px;
	background: #e6e6e6;
	border-radius: 5px;
	border: 1px solid #dedede;
}
th {
	border-bottom: 1px solid #dedede;
}
th,
td {
	font-weight: 400;
	padding: 9px;
}
td a {
	color: #000;
}
td a:hover {
	color: #4d6dda;
	text-decoration: none;
}
td .ddownload {
	text-decoration: none;
	color: #fff;
	background-color: #4d6dda;
	padding: 3px 7px;
	border-radius: 5px;
	transition: 0.2s;
}
td .ddownload:hover {
	color: #fff;
	background-color: #2d4084;
}
.sborkacs img {
	border-radius: 15px;
	box-shadow: 0px 0px 15px 1px #4d6dda;
	width: 100%;
}
.additional-cs {
	background-color: #f0efef;
	margin-bottom: 20px;
}
.additional-cs p {
	padding: 10px 20px;
	font-size: 15px;
}
.additional-cs h2 {
	display: flex;
	align-items: center;
	font-size: 20px;
	margin: 0;
	padding: 10px 20px 0 20px;
}
.another-cs {
	color: #245f78;
}
.youtube-cs {
	color: #e62d27;
}
.csgo-cs {
	color: #d6800a;
}
.original-cs {
	color: #c3532b;
}
.lang-cs {
	color: #444444;
}
.config-cs {
	color: #222;
}
.hd-cs {
	color: #222;
}
.low-cs {
	color: #4a5a66;
}
.lowskin-cs {
	color: #d6800a;
}
.admin-cs {
	color: #03994b;
}
.zombie-cs {
	color: #444444;
}
.butterfly-cs {
	color: #b34645;
}
.cybersport-cs {
	color: #444444;
}
.cheat-cs {
	color: #9c2424;
}
.stalker-cs {
	color: #444444;
}
.all-cs {
	color: #444444;
}
.another-cs:before,
.youtube-cs:before,
.csgo-cs:before,
.original-cs:before,
.lang-cs:before,
.config-cs:before,
.hd-cs:before,
.low-cs:before,
.lowskin-cs:before,
.admin-cs:before,
.zombie-cs:before,
.butterfly-cs:before,
.cybersport-cs:before,
.cheat-cs:before,
.stalker-cs:before,
.all-cs:before {
	content: '';
	width: 20px;
	height: 20px;
	background-size: 20px;
	margin-right: 10px;
	display: inline-block;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
}
.another-cs:before {
	background-image: url('/img/games.svg');
}
.youtube-cs:before {
	background-image: url('/img/youtube.svg');
}
.csgo-cs:before {
	background-image: url('/img/csgo.svg');
}
.original-cs:before {
	background-image: url('/img/csgo-ak.svg');
}
.lang-cs:before {
	background-image: url('/img/lang.svg');
}
.config-cs:before {
	background-image: url('/img/settings.svg');
}
.hd-cs:before {
	background-image: url('/img/hd.svg');
}
.low-cs:before {
	background-image: url('/img/lowpc.svg');
}
.lowskin-cs:before {
	background-image: url('/img/csgo.svg');
}
.admin-cs:before {
	background-image: url('/img/adminka.svg');
}
.zombie-cs:before {
	background-image: url('/img/unusual.svg');
}
.butterfly-cs:before {
	background-image: url('/img/butterfly.svg');
}
.cybersport-cs:before {
	background-image: url('/img/cybersport.svg');
}
.cheat-cs:before {
	background-image: url('/img/cheat.svg');
}
.stalker-cs:before {
	background-image: url('/img/gas-mask.svg');
}
.all-cs:before {
	background-image: url('/img/versions.svg');
}
@media screen and (max-width: 1340px) {
	.psborka,
	.sborka {
		width: 31.66%; /* 310/986 */
		margin: 0.811359%; /* 8/986 */
		height: 355px;
	}
	.sborka {
		width: 23.3%; /* 310/1320 */
	}
	.dd {
		flex-direction: column;
	}
	.pp {
		padding: 5px 10px;
	}
	.sl {
		font-size: 14px !important;
		width: 150px;
	}
	.st {
		font-size: 14px !important;
		width: 96px;
	}
}
@media screen and (min-width: 1090px) and (max-width: 1250px),
	screen and (min-width: 840px) and (max-width: 920px) {
	.psborka,
	.sborka {
		height: 351px;
	}
	.sborka {
		width: 23.3%; /* 310/1320 */
	}
	.sborki p,
	.psborki p {
		font-size: 13.5px;
	}
	.s_title {
		font-size: 17.5px !important;
	}
}
@media screen and (max-width: 1090px) {
	.df,
	#f {
		flex-direction: column;
	}
	#cc1,
	#cc2 {
		width: 50%;
	}
	#cc2 {
		padding-top: 20px;
	}
	#cs,
	.csm {
		width: 100%;
		max-height: 217px;
		margin: 0 0 10px 0;
	}
	#c3 {
		width: 100%;
	}
	.sborka {
		width: 31.66%; /* 310/986 */
	}
}
@media screen and (max-width: 840px) {
	#c1 {
		align-items: center;
		flex-direction: column;
	}
	#cc1,
	#cc2 {
		width: 100%;
	}
	.sborkacs {
		display: none;
	}
	.sborka,
	.psborka {
		width: 48.090692%; /* 403/838 */
		height: 330px;
	}
	.dd {
		flex-direction: row;
	}
}
@media screen and (max-width: 605px) {
	#c1 {
		padding-right: 35px;
	}
	.sborka,
	.psborka {
		width: 99%;
		max-width: 604px;
	}
	table {
		font-size: 11px;
	}
	th,
	td {
		padding: 5px;
	}
}
