#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 {
	max-width: 1320px;
	width: 100%;
	margin: 0px auto;
	padding-bottom: 20px;
}
main p {
	font-size: 13px;
	color: #595959;
	padding: 4px 20px;
}
.category-description h2 {
	font-size: 15px !important;
	color: #595959 !important;
	padding: 4px 20px !important;
}
main a {
	color: #444444;
}
main a:hover {
	text-decoration: none;
}
h1 {
	padding: 20px;
	padding-bottom: 10px;
	font-size: 30px;
}
.filters {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 20px;
}
.filter {
	display: flex;
	align-items: center;
	font-size: 17px;
	color: #000;
	text-decoration: none;
	margin-right: 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;
	background-position: center;
	background-repeat: no-repeat;
	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;
}

.sborki,
.objects {
	display: flex;
	align-items: flex-start;
	background-color: #f0efef;
	flex-wrap: wrap;
	padding: 7px;
}

.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;
}

.sborka p {
	color: #000;
	padding: 10px 0;
	font-size: 14px;
	height: 71px;
	overflow: hidden;
}
.sborka a {
	font-weight: bold;
	font-size: 16px;
	border-radius: 5px;
	text-decoration: none;
}
.sborka .s_title {
	overflow: hidden;
	white-space: nowrap;
	color: #000;
	font-size: 19px;
}
.pp {
	padding: 5px 20px;
}
.dd {
	display: flex;
}
.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;
}
.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;
}
.pages {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 82px;
	max-width: 1280px;
	width: 100%;
	padding: 0 20px;
	margin: 0px auto;
	overflow-y: hidden;
	overflow-x: auto;
}
.pages a {
	font-size: 20px;
	border-radius: 8px;
	border: 1px solid #4d6dda;
	color: #4d6dda;
	text-decoration: none;
	padding: 8px 16px;
	margin: 0 6px;
	transition: 0.2s;
}
.pages a:first-child {
	margin-left: 0px;
}
.pages a:last-child {
	margin-right: 0px;
}
.pages a:hover {
	background-color: #4d6dda;
	color: #fff;
}
.pages a.current {
	background-color: #2d4084;
	color: #fff;
	border: 1px solid #2d4084;
}

.roulette {
	position: relative;
	padding: 10px;
	max-width: 1320px;
	width: 100%;
	margin: 0px auto;
	margin-bottom: 5px;
	overflow-x: hidden;
	background-color: #c4c2c2;
	border-radius: 10px;
}

.ritems,
.copy {
	display: flex;
	white-space: nowrap; /* Чтобы элементы были в одной строке */
}

.ritems span,
.copy span {
	display: inline-block; /* Для управления позиционированием */
}

@keyframes spin {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

.roulette button {
	z-index: 2;
	position: absolute;
	bottom: 2%;
	left: 50%;
	transform: translateX(-50%);
	padding: 8px 10px;
	font-size: 16px;
	background-color: #4d6dda;
	border: 0;
	border-radius: 5px;
	color: #fff;
	box-shadow: 0px 0px 2px 1px #4d6dda;
}
.roulette button:hover {
	background-color: #2d4084;
	transition: 0.2s ease-in-out;
}

.roulette a {
	display: flex;
	position: relative;
	flex-shrink: 0;
	width: 207px;
	margin: 5.25px;
	border-radius: 7px;
}
.roulette img {
	width: 100%;
	height: 125px;
	border-radius: 7px;
}

.roulette a em {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 7px;
}

.roulette a em:hover {
	opacity: 0;
	transition: 0.2s ease-in-out;
}

.roulette i {
	padding: 6px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

.roulette:before {
	content: '';
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translateX(-50%) rotate(180deg);
	position: absolute;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 30px solid transparent;
	background-color: #4d6dda;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	border-radius: 5px; /* Установите радиус для скругления углов */
}

/* Стили для модального окна */
.modal {
	display: none; /* Скрываем по умолчанию */
	align-items: center;
	position: fixed;
	z-index: 2001;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7); /* Затемненный фон */
}
#modal {
	transition: 0.2s ease-in-out;
}

.modal-content {
	background-color: white;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #888;
	width: 400px; /* Ширина окна */
	text-align: center;
	border-radius: 10px;
}

.close {
	color: #aaa;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.modal a {
	width: 100%;
	font-size: 35px;
	color: #000;
	text-decoration: none;
}
.modal a p {
	color: #4d6dda;
	padding-bottom: 8px;
	text-align: left;
}
.modal a p:hover {
	color: #2d4084;
}
.modal a img {
	width: 100%;
	margin-bottom: 8px;
}
.modal a img:hover {
	opacity: 0.95;
}
#modalBtnLink,
#modalBtnAnother {
	padding: 10px;
	font-size: 20px;
	background-color: #4d6dda;
	border-radius: 5px;
	display: block;
	width: 100%;
	color: #fff;
	transition: 0.2s ease;
}
#modalBtnAnother {
	margin: 8px 0;
	border: 0;
	background-color: #f2b927;
}
#modalBtnLink:hover {
	background-color: #2d4084;
}
#modalBtnAnother:hover {
	background-color: #c49623;
}

.objects {
	justify-content: space-around;
}

.objects .object {
	position: relative;
	margin: 8px 2px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);
	overflow: hidden;
	padding: 10px;
	padding-top: 210px;
	width: 24%;
	min-width: 250px;
}

.o_gallery {
	position: absolute;
	left: 0;
	top: 0;
	height: 210px;
	width: 100%;
}

.o_gallery img {
	width: 100%;
	height: 100%;
	position: absolute;
}
.o_gallery i {
	position: absolute;
	height: 100%;
	z-index: 2;
}
.o_gallery i:hover + img {
	z-index: 1 !important;
}
.o_gallery i::after {
	content: '';
	position: absolute;
	bottom: 3px;
	width: calc(100% - 5px);
	margin: 0 2.5px;
	height: 5px;
	border-radius: 15px;
	background-color: rgba(191, 192, 192, 0.5);
}
.o_gallery i:hover::after {
	background-color: #4d6dda;
}

.object .title {
	display: block;
	font-size: 18px;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
}

.o_tags,
.object audio {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 10px 0;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
	border-bottom: 1px solid #b8b8b8;
}
.object audio {
	height: 60px;
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-right: 10px;
}

.o_tags a {
	font-size: 14px;
	padding: 2px 4px;
	border-radius: 4px;
	border: 1px solid #777;
	color: #777;
	text-decoration: none;
	margin: 0 8px 8px 0;
}
.o_tags a:hover {
	border: 1px solid #444;
	color: #444;
}

.t a,
.ct a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	padding: 4px 0;
	margin: 0 6px;
	margin-left: 0;
}
.t a:hover,
.ct a:hover {
	color: #d8d7d7;
}

.t a:not(:last-child)::after,
.ct a:not(:last-child)::after {
	content: '|';
	margin-left: 6px;
}

.ct i,
.t i {
	font-size: 15px;
	color: #fff;
	background-color: #2d4084;
	border-radius: 5px 0 0 5px;
	padding: 4px 6px;
	margin-right: 6px;
}
.t i {
	background-color: rgb(153, 48, 48);
	padding: 4px 10.79px;
}

.ct,
.t {
	display: inline-flex;
	margin-top: 10px;
	border-radius: 5px;
	background-color: #5a71c4;
}

.t {
	margin-top: 5px;
	background-color: rgba(243, 40, 40, 0.733);
}

.dwnld {
	display: flex;
	align-items: center;
}

.dwnld a,
.alt_dwnld {
	font-size: 15px;
	padding: 5px 10px;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
	margin-right: 10px;
	transition: 0.2s ease;
	text-wrap: nowrap;
}
.dwnld a::before,
.alt_dwnld::before {
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 7.5px;
	margin-right: 5px;
	background: url(/img/slf.png) no-repeat center;
	background-size: 15px;
	transition: 0.2s ease;
}
.dwnld a:hover,
.alt_dwnld:hover {
	background-color: #4d6dda;
	border: 1px solid #4d6dda;
	box-shadow: 0px 0px 3px 1px #4d6dda;
	color: #fff;
}

.dwnld a:hover::before {
	background: url(/img/sl.png) no-repeat center;
	background-size: 15px;
}

.dwnld span {
	text-wrap: nowrap;
	overflow: hidden;
	font-size: 14px;
	margin: 5px 0;
}

.notice {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
	font-size: 13px;
	padding: 4px 8px;
	border-radius: 5px;
	color: #f0efef;
	background-color: rgba(68, 68, 68, 0.8);
}

.popular {
	padding: 3px 6px;
	font-size: 13px;
	background-color: #f2b927;
	border-radius: 5px;
}

.object p {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	font-size: 14px;
}

.alt_dwnld {
	display: inline-block;
	margin-top: 10px;
}
.alt_dwnld::before {
	background: url(/img/slf_alt3.png) no-repeat center;
	background-size: 17px;
}
.alt_dwnld:hover::before {
	background: url(/img/slf_alt2.png) no-repeat center;
	background-size: 17px;
}

.object ul {
	font-size: 14px;
	margin-top: 10px;
	list-style: square !important;
}
.object li {
	padding: 1px 0;
	margin-left: 20px;
	color: #444;
}

@media screen and (max-width: 1340px) {
	.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 {
		width: 150px;
	}
	.st {
		width: 96px;
	}
	.st,
	.sl {
		font-size: 14px !important;
	}
}
@media screen and (min-width: 1090px) and (max-width: 1250px),
	screen and (min-width: 840px) and (max-width: 920px) {
	.sborka {
		height: 351px;
	}
	.sborka {
		width: 23.3%; /* 310/1320 */
	}
	.sborki p {
		font-size: 13.5px;
	}
	.s_title {
		font-size: 17.5px !important;
	}
}
@media screen and (max-width: 1090px) {
	.sborka,
	.objects .object {
		width: 31.66%; /* 310/986 */
	}
}
@media screen and (max-width: 840px) {
	.sborka {
		width: 48.090692%; /* 403/838 */
		height: 330px;
	}
	.objects .object {
		width: 48.090692%;
	}
	.dd {
		flex-direction: row;
	}
}
@media screen and (max-width: 605px) {
	.sborka,
	.objects .object {
		width: 99%;
		max-width: 604px;
	}

	#breadcrumbs {
		height: auto;
	}
	#breadcrumbs ul {
		flex-direction: column;
	}
}
