#rec453629198 {
	background: #f2f2f2;
}

#rec453629198 > a:hover {
    background: #ffffff;
    transition-delay: 0s;
}

#rec453629198 .t-width_100 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ya-disk {
	width: 100%;
	max-width: 1160px;
	height: fit-content;
	margin: 50px auto 70px;
	padding: 0 20px;
	font: 400 14px 'Raleway',Arial,sans-serif;
	overflow: visible;
}

.ya-disk .ya-disk__container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 20px;
	justify-items: stretch;
	width: 100%;
	height: 100%;
	min-height: 150px;
	color: #292829;
	font-size: 14px;
	line-height: 1.55;
	overflow: inherit;
	transition: all 1s ease;
}

.ya-disk .ya-disk__breadcrumbs {
	display: none;
	width: fit-content;
	padding: 10px 14px;
	margin-bottom: 20px;
	border-radius: 12px;
	background: rgb(255, 255, 255);
}

.ya-disk .ya-disk__breadcrumbs > a {
	display: inline-block;
	padding: 8px 14px 10px 14px;
	margin: 0 !important;
}

.ya-disk .ya-disk__breadcrumbs > a:last-child {
	background-color: rgb(70, 123, 153) !important;
	padding: 8px 14px 10px 14px;
	border-radius: 8px;
	color: #ffffff !important;
	text-decoration: none !important;
}

.ya-disk .ya-disk__breadcrumbs > svg {
	width: 25px;
	margin: 0 10px;
	opacity: .75;
}

.ya-disk .ya-disk__item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row nowrap;
	width: 100%;
	min-height: 150px;
	padding: 30px;
	border-radius: 12px;
	text-transform: uppercase;
	background: #ffffff;
	cursor: pointer;
	box-sizing: border-box;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: yadiskfadeIn;
	animation-name: yadiskfadeIn;
}

.ya-disk .ya-disk__item:hover {
	box-shadow: 0 14px 20px -20px rgba(20, 20, 20, 0.5),
					0 0 20px 0 rgba(20, 20, 20, 0.01);
}

.ya-disk .ya-disk__icon {
	width: 40px !important;
	height: 60px !important;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

.ya-disk .ya-disk__name {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 132px;
	height: 60px;
}

.ya-disk .ya-disk_media-file {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-flow: row wrap;
	height: 100%;
	cursor: default;
}

.ya-disk .ya-disk_media-file > a {
	display: inline !important;
}

.ya-disk .ya-disk_media-file > a > svg {
	position: relative;
	top: -2px;
	display: inline;
	width: 24px;
	aspect-ratio: 1/1;
	opacity: .7;
}

.green-audio-player {
	width: 100% !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.green-audio-player:hover {
	box-shadow: 0 4px 16px 0 rgb(0 0 0 / 7%) !important;
	-webkit-box-shadow: 0 4px 16px 0 rgb(0 0 0 / 7%) !important;
}

.green-audio-player .download {
	position: relative;
	top: 1px;
}

.ya-disk a {
	display: block;
	margin-bottom: 5px;
	color: #292829 !important;
	text-decoration: underline !important;
}

* {
scrollbar-width: thin;
scrollbar-color: #222222 #f2f2f2;
}

*::-webkit-scrollbar {
height: 6px;
width: 6px;
}

*::-webkit-scrollbar-track {
background: #f2f2f2;
}

*::-webkit-scrollbar-thumb {
background-color: #222222;
}

#rec453629198 *::-webkit-scrollbar-thumb {
background-color: #222222;
border-radius: 5px;
}

@keyframes yadiskfadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media screen and (max-width: 960px) {
	.ya-disk .ya-disk__container {
		display: grid !important;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	}
	.ya-disk .ya-disk__item {
		width: 100% !important;
	}
}