.room-list__item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #DFDFDF;
}

.room-list__logo {
	width: 100%;
	min-width: 120px;
	max-width: 120px;
	border-radius: 4px;
	background: #000;
	overflow: hidden;
}

.room-list__logo-link {
	display: block;
	height: 140px;
	padding: 0 5px;
	transition: all ease .2s;
}

.room-list__logo-link:hover {
	padding: 0 8px;
	opacity: .9;
}

.room-list__image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.room-list__rating {
	padding: 2px 10px 0;
	background: #4BA053;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
}

.room-list__rating-stars::before {
    content: '\e804\e804\e804\e804\e804';
    font-family: "fontello";
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.3em;
    flex: 0 0 100%;
    margin: -2px 0 0 1px;
    pointer-events: none;
}

.room-list__body {
	width: 100%;
	max-width: calc(100% - 120px);
	padding-left: 12px;
}

.room-list__body-bonus {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 12px;
	background: #4BA053;
	min-height: 52px;
}

.room-list__body-bonus.not-bonus {
	background: #D8D8D8;
}

.room-list__bonus-caption {
	font-size: 16px;
	font-weight: bold;
	flex: 1;
	color: #F0F0F0;
}

.room-list__body-bonus.not-bonus .room-list__bonus-caption {
	color: #393939;
	font-weight: normal;
}

.room-list__bonus-btn {
	display: flex;
	align-items: center;
	gap: 10px;
}

.room-list__bonus-btn .btn-promocode {
	background: #FCFCFC;
	color: #F13720;
	min-width: 145px;
}

.room-list__bonus-btn .btn-promocode__caption {
	color: rgba(241, 55, 32, .65);
}

.room-list__bonus-btn .btn-promocode:hover {
	background: #eee;
}

.room-list__bonus-btn .room-list__btns:empty {
	display: none;
}

.room-list__bonus-btn .room-list__btn.download {
	display: block;
	padding: 11px 20px;
	background: #F13720;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.14);
}

.room-list__bonus-btn .room-list__btn.download:hover {
	background: #E53621;
	text-decoration: none;
}

.room-list__body-data {
	display: flex;
	gap: 32px;
	margin: 14px 0 10px;
}

.room-list__data-param {
	flex: 1;
}

.room-list__data-params {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5px;
}

.room-list__data-params:not(:last-child) {
	margin-bottom: 8px;
}

.room-list__params-label {
	color: rgba(15, 15, 15, 0.60);
}

.room-list__params-value {
	color: #000;
	font-weight: bold;
	font-size: 16px;
}

.room-list__params-value.platform {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.room-list__params-value.language label {
	margin-left: 6px;
	border-bottom: 1px dashed #000;
	cursor: pointer;
}

.room-list__params-value.language .language-checked:checked ~ label,
.room-list__params-value.language .language-content {
	display: none;
}

.room-list__params-value.language .language-checked:checked ~ .language-content {
	display: inline;
}

.room-list__body-btn {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.room-list__body-btns {
	min-width: 200px;
	height: 40px;
	line-height: 38px;
	padding: 0 15px;
	border: 2px solid rgba(74, 164, 75, 0.30);
	color: #4AA44B;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

a.room-list__body-btns:hover {
	text-decoration: none;
}

.room-list__body-btns:hover {
	background: #4AA44B;
	color: #fff;
}

@media (max-width: 768px) {
	.room-list__item {
		display: block;
		padding: 12px;
		border: 1px solid #DFDFDF;
	}

	.room-list__logo,
	.room-list__body {
		max-width: 100%;
	}

	.room-list__logo-link {
		height: 75px;
	}

	.room-list__rating {
		padding: 0 10px;
		line-height: 1.25;
	}

	.room-list__rating-stars {
		line-height: 1;
	}

	.room-list__body {
		padding: 0;
		margin-top: 16px;
	}

	.room-list__body-bonus {
		display: block;
		padding: 12px;
		min-height: unset;
	}

	.room-list__bonus-caption {
		text-align: center;
		line-height: 1.35;
	}

	.room-list__bonus-btn {
		flex-wrap: wrap;
	}

	.room-list__bonus-btn:not(:empty) {
		margin-top: 10px;
	}

	.room-list__bonus-btn .btn-promocode {
		min-width: unset;
	}

	.room-list__bonus-btn .btn-promocode,
	.room-list__btns {
		flex: 1;
	}

	.room-list__bonus-btn .room-list__btn.download {
		padding-left: 8px;
		padding-right: 8px;
	}

	.room-list__body-data {
		display: block;
	}

	.room-list__data-params {
		margin-bottom: 8px;
	}

	.room-list__params-label {
		color: #6F6F6F;
	}
}

@media (min-width: 769px) {
	.room-list__bonus-btn .btn-promocode::after {
		right: 22px;
	}
}