@import url("https://fonts.googleapis.com/css2?family=Mulish&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@600&display=swap");

.cw {
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Helvetica Neue,
		Arial,
		sans-serif,
		Apple Color Emoji,
		Segoe UI Emoji,
		Segoe UI Symbol,
		Noto Color Emoji;
	background: #ffffff;
	-webkit-box-shadow:
		0px 0px 2px rgba(0, 0, 0, 0.1),
		0px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow:
		0px 0px 2px rgba(0, 0, 0, 0.1),
		0px 10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 1px 24px 8px;
	margin: 10px 0;
	width: 100%;
	box-sizing: border-box;
}
.cw-item,
.cw-item__left,
.cw-item__number,
.cw-item__logo,
.cw-item__title,
.cw-item__pays,
.cw-item__pay,
.cw-item__btn {
	display: flex;
}
.cw-item,
.cw-item__left,
.cw-item__number,
.cw-item__logo,
.cw-item__pays,
.cw-item__pay,
.cw-item__btn {
	align-items: center;
}
.cw-item {
	justify-content: space-between;
}
.cw-item__number,
.cw-item__logo,
.cw-item__pay,
.cw-item__btn {
	justify-content: center;
}
.cw-item__title {
	align-items: flex-start;
}
.cw-item__btn {
	cursor: pointer;
}
.cw-item {
	border-bottom: 1px solid #e0e5ff;
	padding: 16px 0;
}
.cw-item > div {
	margin-right: 10px;
}
.cw-item:last-child {
	border: none;
}
.cw-item__number {
	width: 32px;
	min-width: 32px;
	height: 32px;
	background: #eaedfc;
	border-radius: 100px;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #151515;
	margin-right: 20px;
}
.cw-item__logo {
	width: 124px;
	height: 48px;
	min-width: 124px;
}
.cw-item__logo img {
	max-height: 100%;
	width: auto;
}
.cw-item__title {
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
	color: #151515;
}
.cw-item__title p {
	display: contents;
	margin: 0;
}
.cw-item__title p * {
	display: contents;
}
.cw-item__info {
	width: 250px;
}
.cw-item__gray {
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: #4f4f4f;
	margin-bottom: 10px;
}
.cw-item__pays {
	margin-right: -8px;
}
.cw-item__pay {
	margin-right: 8px;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	background: #5a81e4;
}
.cw-item__pay.disabled {
	background: #c4c4c4;
	pointer-events: none;
}
.cw-item__pay svg {
	width: 19px;
	height: 18px;
}
.cw-item__pay.card svg {
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
.cw-item__pay.money svg {
	margin-right: 1px;
}
.cw-item__paysWrapper {
	width: 100px;
}
.show-more-casinos {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto 50px;
}
.cw-item__btn,
.show-more-casinos {
	position: relative;
	flex-shrink: 0;
	width: 160px;
	height: 40px;
	background-color: var(--btn-bg-color, #006fbb);
	border-radius: 10px;
	font-weight: bold;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #ffffff !important;
	text-decoration: none !important;
	border: none;
	max-width: 100%;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	overflow: hidden;
	cursor: pointer;
}
.cw-item__btn span,
svg {
	position: relative;
	z-index: 2;
}
.cw-item__btn svg {
	width: 10px;
	height: 10px;
	margin-left: 16px;
}
.cw-item__btn::before,
.show-more-casinos::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0);
	transition: background 0.3s ease;
	z-index: 1;
}
.cw-item__btn:hover::before,
.show-more-casinos:hover::before {
	background: rgba(0, 0, 0, 0.1);
}
.cw-item__btn:hover,
.show-more-casinos:hover {
	color: #fff !important;
}
.cw-bonus_img {
	width: 24px;
	min-width: 24px;
	height: 24px;
	background: url("./img/bonus.png");
	margin-top: 3px;
	margin-right: 6px;
}

.cwn-content > h2 {
	font-family: "Rubik", sans-serif;
	font-size: 2.281rem;
	line-height: 1.1em;
	font-weight: 600;
	color: #111;
	margin: 0;
	margin-bottom: 32px;
}
.cwn-content > .cw {
	margin-bottom: 35px;
}
.cwn-content > ol {
	font-family: "Mulish", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.8em;
	padding-left: 20px;
	margin: 0;
	margin-bottom: 32px;
}
.cwn-content > ol a {
	color: #111;
	border-bottom: 1px solid #006fbb;
	text-decoration: none;
}

@media (max-width: 1040px) {
	.cw {
		width: 100%;
	}
	.cw-item__number {
		width: 24px;
		min-width: 24px;
		height: 24px;
		margin-right: 8px;
		font-size: 12px;
		line-height: 12px;
		margin-right: 8px;
	}
	.cw-item__info {
		width: 224px;
	}
	.cw-item__title {
		font-size: 14px;
		line-height: 22px;
	}
}
@media (max-width: 760px) {
	.cw {
		padding: 0 16px 8px;
	}
	.cw-item {
		display: block;
	}
	.cw-item__info {
		margin: 12px 0;
	}
	.cw-item__btn {
		margin: 14px 0 0 0;
		width: 100%;
	}
	.cw-item__paysWrapper,
	.cw-item__info {
		width: 100%;
	}
}
