
.bookmakers-list .brands-shape-container {
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bookmakers-list .brands-shape {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 221px;
	padding: 10px 20px;
	color:#fff;
	font-size: 14px;
	line-height: normal;
	background-color: #ff6b14;
	border-radius: 10px;
}
.brands.bookmakers-list-1 .brands-table__os {
	margin: 0 auto;
	width: 100%;
	justify-content: center;
}
@media (max-width: 991px) {
	.bookmakers-list .brands-shape-container {
		top: -14px;
	}
	.bookmakers-list .brands-shape {
		min-width: inherit;
		font-size: 0.8rem;
		padding: 7px;
	}
	.bookmakers-list.single-brand-rating .brands-shape-container {
		left: inherit;
		right: 20px;
		transform: inherit;
	}
}

/**
  Bookmakers List
  todo переименовать
 */
.brands {
	margin: 24px 0;
}
.brands-table {
	list-style: none;
	margin: 0;
	padding: 0;
}
.brands-table__item {
	position: relative;
	background-color: #f7f8fd;
	border-radius: 15px;
	margin-bottom: 24px;
}
.brands-table__item:last-of-type {
	margin-bottom: 0;
}
.brands-table__item:nth-of-type(n+4) .brands-table__number {
	color: var(--icon-color);
	background: none;
	-webkit-text-fill-color: unset;
}
.brands-table__top {
	display: flex;
	border-bottom: 2px solid rgba(235, 236, 245, 0.6);
	padding: 16px;
	position: relative;
}
.brands-table__counter {
	display: flex;
	align-items: center;
}
.brands-table__number {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	background: var(--orange-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	margin-right: 15px;
	white-space: nowrap;
}
.brands-table__number i {
	margin-left: 19px;
}
.brands-table__name {
	font-weight: 500;
	font-size: 18px;
	color: #313446;
}
.brands-table__shape {
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 220px;
	height: 40px;
}
.brands-table__shape_orange {
	background-image: url(../images/design/brand-table-orange.9ab47e.svg);
}
.brands-table__shape_violet {
	background-image: url(../images/design/brand-table-violet.98d62d.svg);
}
.brands-table__rating {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.brands-table__rating-value {
	font-weight: 500;
	font-size: 17px;
	color: #313446;
	margin-right: 11px;
}
.brands-table__rating-stars {
	font-family: "fontello";
	--percent: calc(100% / 5 * var(--rating, 5));
	--end-gradient: calc(100% - var(--percent, 100%));
	/*background: -webkit-gradient(linear, left top, right top, from(#FCBB14), to(#CECECEFF));
	background: linear-gradient(90deg, #FCBB14 var(--percent), #CECECEFF var(--end-gradient));*/
	background: linear-gradient(90deg, #FCBB14 var(--percent), #CECECEFF var(--percent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18px;
	letter-spacing: 3px;
}
.brands-table__middle {
	position: relative;
	display: flex;
	margin-top: 15px;
	padding: 0 15px 50px;
}
.brands-table__info {
	display: flex;
}
.brands-table__logo {
	max-width: 150px;
	margin-right: 18px;
}
.brands-table__bonus {
	max-width: 290px;
	margin-right: 30px;
}
.brands-table__bonus-value {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #313446;
	margin-bottom: 10px;
}
.brands-table__bonus-title {
	display: block;
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
	font-weight: 500;
	font-size: 14px;
	line-height: normal;
	color: var(--bs-primary);
}
.brands-table__bonus-title i {
	position: absolute;
	left: 0;
	top: 0;
}
.brands-table__bonus-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: var(--font-color2);
}
.brands-table__properties {
	list-style: none;
	align-self: center;
	margin-right: 50px;
	padding: 0;
	flex-shrink: 0;
	width: 270px;
}
.brands-table__properties li {
	position: relative;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	padding-left: 25px;
	color: var(--font-color2);
}
.brands-table__properties li i {
	position: absolute;
	left: 0;
	top: 2px;
}
.brands-table__properties li:last-of-type {
	margin: 0;
}
.brands-table__payments {
	width: 272px;
	margin-right: 30px;
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	flex-shrink: 0;
}
.brands-table__payments-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: -10px -10px 10px;
	padding: 0;
}
.brands-table__payments-item {
	display: flex;
	justify-content: center;
	width: calc(25% - 20px);
	margin: 10px;
	height: 34px;
	padding: 5px;
	background-color: rgba(235, 236, 245, 0.65);
	border-radius: 5px;
}
.brands-table__more-wrap {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 15px;
}
.brands-table__more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	max-width: 300px;
	margin: auto;
}
.brands-table__more::before, .brands-table__more::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #a6aac3;
}
.brands-table__more-button {
	background: #f7f8fd;
	border: none;
	font-weight: 400;
	font-size: 13px;
	color: #a6aac3;
	position: relative;
	z-index: 2;
	padding: 0 30px 0 10px;
	cursor: pointer;
}
.brands-table__more-button::after {
	content: "\e808";
	font-family: fontello;
	font-size: 6px;
	color: var(--icon-color);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}
.brands-table__more-button_active::after {
	transform: rotate(180deg) translateY(55%);
}
.brands-table__control {
	margin-left: auto;
	width: 225px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-self: center;
	flex-shrink: 0;
}
.brands-table__control-item {
	font-weight: 500;
	font-size: 14px;
	padding: 19px 20px;
	line-height: normal;
	background-color: lightblue;
	text-decoration: none;
	border-radius: 16px;
	text-align: center;
	margin: 0 0 15px 0;
	-webkit-transition: ease-in-out 0.2s;
	transition: ease-in-out 0.2s;
}
.brands-table__control-item:last-of-type {
	margin: 0;
}
.brands-table__control-item_fill {
	color: #fff;
	background-color: #53af1b;
}
.brands-table__control-item_light {
	background-color: rgba(235, 236, 245, 0.49);
	color: #6f728c !important;
}
.brands-table__bottom {
	padding: 15px 15px;
	border-radius: 0 0 15px 15px;
	background-color: #f1f3fd;
	display: none;
}
.brands-table__bottom_active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.brands-table__bottom-item {
	width: 33.3333333333%;
	margin-right: 15px;
}
.brands-table__bottom-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: var(--font-color2);
}
.brands-table__bottom-pros-list, .brands-table__bottom-cons-list {
	border: 2px solid #ebecf5;
	border-radius: 15px;
	list-style: none;
	padding: 15px;
	display: block;
}
.brands-table__bottom-pros-list li, .brands-table__bottom-cons-list li {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: var(--font-color2);
	margin-bottom: 15px;
}
.brands-table__bottom-pros-list li:last-of-type, .brands-table__bottom-cons-list li:last-of-type {
	margin-bottom: 0;
}
.brands-table__bottom-pros-list li i, .brands-table__bottom-cons-list li i {
	margin-right: 10px;
}
.brands-table__bottom-cons-list {
	margin-right: 0;
}
.brands-table__bottom .icon-like {
	color: #53af1b;
}
.brands-table__bottom .icon-dislike {
	color: #ff4c34;
}
.brands__more {
	margin-top: 20px;
	position: relative;
}
.brands__more::after, .brands__more::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: calc(50% - 100px);
	height: 2px;
	background-color: #e4e5f0;
}
.brands__more::after {
	left: 0;
}
.brands__more::before {
	right: 0;
}
.brands__more-link {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background-color: #e4e5f0;
	border-radius: 15px;
	padding: 10px 40px;
	text-decoration: none;
	color: var(--font-color2);
	font-weight: 400;
	font-size: 14px;
	z-index: 2;
}
@media (max-width: 1250px) {
	.brands-table__bonus {
		margin-right: 15px;
		max-width: 250px;
	}
	.brands-table__properties {
		margin-right: 15px;
	}
	.brands-table__payments {
		margin-right: 15px;
	}
}
@media (max-width: 1100px) {
	.brands__more {
		margin-top: 15px;
	}
	.brands__more-link {
		left: 0;
		transform: none;
		width: 100%;
		text-align: center;
	}
	.brands-table__rating {
		max-width: 55px;
		overflow: hidden;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.brands-table__shape {
		left: 57%;
		width: 170px;
		top: -8px;
	}
	.brands-table__middle {
		position: relative;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.brands-table__info {
		width: 100%;
		border-bottom: 2px solid rgba(235, 236, 245, 0.6);
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.brands-table__logo {
		min-width: 80px;
	}
	.brands-table__bonus {
		max-width: none;
		margin-right: 0;
	}
	.brands-table__properties {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 5px;
	}
	.brands-table__properties li {
		width: calc(50% - 5px);
		margin-bottom: 15px;
	}
	.brands-table__payments {
		width: 100%;
		margin-right: 0;
	}
	.brands-table__control {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 15px;
	}
	.brands-table__bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.brands-table__bottom-item {
		width: 100%;
		margin: 15px 0 0 0;
	}
	.brands-table__bottom-item-first {
		margin: 0;
	}
	.brands-table__bottom-text {
		font-size: 12px;
		line-height: 20px;
	}
	.brands-table__bottom-pros-list li, .brands-table__bottom-cons-list li {
		font-size: 12px;
		line-height: 20px;
	}
	.brands.bookmakers-list-1 .brands-table__payments {
		min-height: 140px;
		margin-bottom: 15px;
	}
	.brands-table__more-wrap {
		bottom: 22px;
	}
}
@media (max-width: 600px) {
	.brands-table__number, .brands-table__name, .brands-table__rating-value, .brands-table__rating-stars {
		font-size: 14px;
	}
	.brands-table__rating {
		max-width: 45px;
	}
	.brands-table__shape {
		width: 140px;
		top: -10px;
	}
	.brands-table__bonus-value {
		font-size: 18px;
		margin-bottom: 7px;
		line-height: 20px;
	}
	.brands-table__bonus-text {
		font-size: 12px;
		line-height: 20px;
	}
	.brands-table__properties {
		margin-bottom: 15px;
		margin-right: 0;
	}
	.brands-table__properties li {
		font-size: 12px;
		line-height: 14px;
	}
	.brands-table__control-item:first-of-type {
		margin-bottom: 10px;
	}
	.brands-table__control {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.brands-table__control-item {
		width: 100%;
	}
}
@media (max-width: 400px) {
	.brands-table__number {
		margin-right: 5px;
	}
	.brands-table__number i {
		display: inline-block;
		margin-left: 5px;
	}
	.brands-table__name {
		font-size: 16px;
	}
}

.single-brand {
	margin: 15px 0;
}
.single-brand__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 20px;
	background-color: #f7f8fd;
	border-radius: 15px;
}
.single-brand__left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 420px;
	flex: 0 0 420px;
}
.single-brand__logo {
	margin-bottom: 15px;
}
.single-brand__bonus {
	padding: 15px;
	background-color: #ebecf5;
	border-radius: 15px;
	margin-bottom: 20px;
}
.single-brand__bonus-title {
	display: block;
	margin-bottom: 10px;
}
.single-brand__bonus-value {
	font-weight: 500;
	font-size: 21px;
	line-height: 24px;
	color: #313446;
	margin-bottom: 10px;
}
.single-brand__bonus-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: var(--font-color2);
}
.single-brand__control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -10px;
}
.single-brand__control-item {
	font-weight: 500;
	font-size: 14px;
	padding: 19px 20px;
	width: calc(50% - 20px);
	margin: 10px;
	text-align: center;
	border-radius: 15px;
	text-decoration: none;
}
.single-brand__control-item_fill {
	color: #fff;
	background-color: var(--icon-ok-color);
}
.single-brand__control-item_light {
	color: var(--font-color2);
	background-color: #ebecf5;
}
.single-brand__right {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	margin-left: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.single-brand__counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.single-brand__number {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	background: var(--orange-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	margin-right: 15px;
}
.single-brand__number i {
	margin-left: 19px;
}
.single-brand__name {
	font-weight: 500;
	font-size: 18px;
	color: #313446;
}
.single-brand__text {
	margin-top: 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: var(--font-color2);
	margin-bottom: 20px;
}
.single-brand__pros-list, .single-brand__cons-list {
	border: 2px solid #ebecf5;
	border-radius: 15px;
	list-style: none;
	padding: 15px;
	display: block;
	width: calc(50% - 5px);
}
.single-brand__pros-list li, .single-brand__cons-list li {
	padding-left: 25px;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: var(--font-color2);
	margin-bottom: 15px;
}
.single-brand__pros-list li:last-of-type, .single-brand__cons-list li:last-of-type {
	margin-bottom: 0;
}
.single-brand__pros-list li i, .single-brand__cons-list li i {
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 10px;
}
.single-brand__cons-list {
	margin-left: 10px;
}
.single-brand .icon-like {
	color: #53af1b;
}
.single-brand .icon-dislike {
	color: #ff4c34;
}
@media (max-width: 1200px) {
	.single-brand__pros-list, .single-brand__cons-list {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.single-brand__pros-list:last-of-type, .single-brand__cons-list:last-of-type {
		margin-bottom: 0;
	}
}
@media (max-width: 1100px) {
	.payments__item {
		width: calc(33.3333333333% - 20px);
	}
}
@media (max-width: 950px) {
	.single-brand__wrapper {
		padding: 10px;
	}
	.single-brand__left {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%;
		margin-bottom: 15px;
	}
	.single-brand__right {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%;
		margin-left: 0;
	}
	.single-brand .brands-table__rating {
		max-width: none;
	}
}
@media (max-width: 850px) {
	.payments__item {
		width: calc(50% - 20px);
	}
}

/**
	Bonuses Table
 */
.bookmakers-list.bonuses-table {
	margin-top: 24px;
	margin-bottom: 24px;
}
.bookmakers-list.bonuses-table .bonuses-table__title {
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #313446;
}
.bookmakers-list.bonuses-table .bonuses-table__list {
	list-style: none;
	padding: 0;
}
.bookmakers-list.bonuses-table .list-item {
	border-radius: 15px;
	margin-bottom: 24px;
	background-color: #f7f8fd;
}
.bookmakers-list.bonuses-table .list-item:last-of-type {
	margin-bottom: 0;
}
.bookmakers-list.bonuses-table .list-item:nth-of-type(n+4) .list-item__number {
	color: var(--icon-color);
	background: none;
	-webkit-text-fill-color: unset;
}
.bookmakers-list.bonuses-table .list-item:nth-of-type(n+4) .list-item__number i {
	display: none;
}
.bookmakers-list.bonuses-table .list-item__top {
	display: flex;
	border-bottom: 2px solid rgba(235, 236, 245, 0.6);
	padding: 16px;
	position: relative;
}
.bookmakers-list.bonuses-table .list-item__counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bookmakers-list.bonuses-table .list-item__number {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	background: var(--orange-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	margin-right: 15px;
}
.bookmakers-list.bonuses-table .list-item__number i {
	margin-left: 19px;
}
.bookmakers-list.bonuses-table .list-item__name {
	font-weight: 500;
	font-size: 18px;
	color: #313446;
}
.bookmakers-list.bonuses-table .list-item__shape {
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 220px;
	height: 40px;
}
.bookmakers-list.bonuses-table .list-item__shape_orange {
	background-image: url(../images/design/brand-table-orange.9ab47e.svg);
}
.bookmakers-list.bonuses-table .list-item__shape_violet {
	background-image: url(../images/design/brand-table-violet.98d62d.svg);
}
.bookmakers-list.bonuses-table .list-item__rating {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bookmakers-list.bonuses-table .list-item__rating-value {
	font-weight: 500;
	font-size: 17px;
	color: #313446;
	margin-right: 11px;
}
.bookmakers-list.bonuses-table .list-item__rating-stars {
	font-family: "fontello";
	--percent: calc(100% / 5 * var(--rating, 5));
	--end-gradient: calc(100% - var(--percent, 100%));
	background: -webkit-gradient(linear, left top, right top, from(#FF922E), to(#CECECEFF));
	background: linear-gradient(90deg, #FF922E var(--percent), #CECECEFF var(--end-gradient));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18px;
	letter-spacing: 3px;
}
.bookmakers-list.bonuses-table .list-item__middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
	padding: 0 15px 15px;
}
.bookmakers-list.bonuses-table .list-item__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.bookmakers-list.bonuses-table .list-item__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: linear-gradient(148.36deg, #313446 19.06%, #070B1F 97.93%);
	border-radius: 15px;
	min-width: 238px;
	margin-right: 15px;
}
.bookmakers-list.bonuses-table .list-item__logo img {
	max-width: 112px;
}
.bookmakers-list.bonuses-table .list-item__bonus {
	width: 292px;
	padding: 15px;
	margin-right: 15px;
	background: -webkit-gradient(linear, left bottom, left top, from(#0079F0), to(#0079F0)), #EBECF5;
	background: linear-gradient(0deg, #0079F0, #0079F0), #EBECF5;
	border: 2px dashed #F7F8FD;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 15px;
}
.bookmakers-list.bonuses-table .list-item__bonus-value {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 0;
	line-height: normal;
	color: #fff;
}
.bookmakers-list.bonuses-table .list-item__bonus-title {
	color: #ADD6FF;
	display: block;
	margin-bottom: 10px;
}
.bookmakers-list.bonuses-table .list-item__bonus-title i {
	color: #ADD6FF;
	-webkit-text-fill-color: #ADD6FF;
}
.bookmakers-list.bonuses-table .list-item__text {
	flex-grow: 1;
	margin-right: 15px;
	margin-bottom: 0;
	color: var(--font-color2);
}
.bookmakers-list.bonuses-table .list-item__control {
	margin-left: auto;
	width: 220px;
	display: flex;
	flex-direction: column;
	align-self: center;
	flex-shrink: 0;
}
.bookmakers-list.bonuses-table .list-item__control-item {
	font-weight: 500;
	font-size: 14px;
	padding: 19px 20px;
	background-color: lightblue;
	text-decoration: none;
	border-radius: 10px;
	text-align: center;
	margin: 0 0 15px 0;
	-webkit-transition: ease-in-out 0.2s;
	transition: ease-in-out 0.2s;
}
.bookmakers-list.bonuses-table .list-item__control-item:last-of-type {
	margin: 0;
}
.bookmakers-list.bonuses-table .list-item__control-item_fill {
	color: #fff;
	background-color: #53af1b;
}
.bookmakers-list.bonuses-table .list-item__control-item_fill:hover {
	color: rgba(255, 255, 255, 0.8);
	background: #4B9E18;
}
.bookmakers-list.bonuses-table .list-item__control-item_fill:active {
	background: #3D8114;
	color: #fff;
}
.bookmakers-list.bonuses-table .list-item__control-item_light {
	background-color: rgba(235, 236, 245, 0.49);
	color: #6f728c;
}
@media (max-width: 991px) {
	.bookmakers-list.bonuses-table .bonuses-table__title {
		margin-bottom: 15px;
		margin-top: 15px;
		font-size: 18px;
		line-height: 21px;
	}
	.bookmakers-list.bonuses-table .list-item {
		border-radius: 10px;
	}
	.bookmakers-list.bonuses-table .list-item__top {
		padding: 15px 15px;
	}
	.bookmakers-list.bonuses-table .list-item__number {
		font-size: 14px;
		line-height: 17px;
		margin-right: 10px;
	}
	.bookmakers-list.bonuses-table .list-item__number i {
		margin-left: 10px;
	}
	.bookmakers-list.bonuses-table .list-item__name {
		font-size: 14px;
	}
	.bookmakers-list.bonuses-table .list-item__shape {
		top: -5px;
		left: 56%;
		width: 120px;
		height: 30px;
	}
	.bookmakers-list.bonuses-table .list-item__shape_orange {
		background-image: url(../images/design/brand-table-orange.9ab47e.svg);
	}
	.bookmakers-list.bonuses-table .list-item__shape_violet {
		background-image: url(../images/design/brand-table-violet.98d62d.svg);
	}
	.bookmakers-list.bonuses-table .list-item__rating {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		max-width: 45px;
		overflow: hidden;
	}
	.bookmakers-list.bonuses-table .list-item__rating-value {
		font-size: 14px;
		margin-right: 11px;
	}
	.bookmakers-list.bonuses-table .list-item__rating-stars {
		font-size: 14px;
	}
	.bookmakers-list.bonuses-table .list-item__middle {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.bookmakers-list.bonuses-table .list-item__logo {
		min-width: 72px;
		margin-right: 10px;
	}
	.bookmakers-list.bonuses-table .list-item__logo img {
		max-width: 53px;
	}
	.bookmakers-list.bonuses-table .list-item__info {
		width: 100%;
	}
	.bookmakers-list.bonuses-table .list-item__bonus {
		width: 100%;
		margin-right: 0;
		padding: 10px;
		min-width: auto;
	}
	.bookmakers-list.bonuses-table .list-item__bonus-value {
		display: block;
		font-size: 14px;
		line-height: 14px;
		text-align: center;
	}
	.bookmakers-list.bonuses-table .list-item__bonus-value b {
		font-size: 15px;
		line-height: 18px;
	}
	.bookmakers-list.bonuses-table .list-item__bonus-title i {
		font-size: 14px;
	}
	.bookmakers-list.bonuses-table .list-item__text {
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: 12px;
		line-height: 16px;
	}
	.bookmakers-list.bonuses-table .list-item__control {
		width: 100%;
	}
	.bookmakers-list.bonuses-table .list-item__control-item {
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: calc(50% - 5px);
		height: 44px;
		font-size: 12px;
	}
}

.bonuses-about .single-brand__wrapper {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 5fr;
	grid-template-areas: "logo content" "logo text" "rating text" "button text";
	grid-column-gap: 20px;
	padding: 20px;
	border-radius: 15px;
	background: #F7F8FD;
	margin-top: 10px;
}
.bonuses-about .single-brand__wrapper .brands-table__shape {
	position: absolute;
	top: -5px;
	left: auto;
	transform: translateX(0);
	right: 55px;
}
.bonuses-about .brands-shape-container {
	left: inherit;
	right: 20px;
	transform: inherit;
}
.bonuses-about .single-brand__logo {
	grid-area: logo;
	margin-bottom: 20px;
	width: 231px;
	height: 139px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 15px;
	background: linear-gradient(148.36deg, #313446 19.06%, #070B1F 97.93%);
}
.bonuses-about .single-brand__logo::after {
	display: none;
}
.bonuses-about .single-brand__logo img {
	width: 112px;
	height: 37px;
}
.bonuses-about .single-brand__bonus {
	padding: 15px;
	border-radius: 15px;
	background: none;
	grid-area: bonus;
	margin-bottom: 0;
	padding: 0;
}
.bonuses-about .single-brand__bonus-title {
	display: block;
	background: -webkit-linear-gradient(270deg, #ffc736 0%, #ff630c 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 10px;
	margin-top: 10px;
}
.bonuses-about .single-brand__bonus-value {
	font-weight: 500;
	font-size: 21px;
	line-height: 24px;
	color: #313446;
	margin-bottom: 0;
}
.bonuses-about .single-brand__bonus-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: var(--font-color2);
}
.bonuses-about .single-brand__control {
	grid-area: button;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -10px;
}
.bonuses-about .single-brand__control-item {
	font-weight: 500;
	font-size: 14px;
	padding: 15px;
	width: 100%;
	margin: 10px;
	text-align: center;
	border-radius: 15px;
	text-decoration: none;
	-webkit-transition: ease-in-out 0.2s;
	transition: ease-in-out 0.2s;
}
.bonuses-about .single-brand__control-item_fill {
	color: #fff;
	background-color: var(--icon-ok-color);
}
.bonuses-about .single-brand__control-item_light {
	color: var(--font-color2);
	background-color: #ebecf5;
}
.bonuses-about .single-brand__control-item:hover {
	background: #045FB8;
}
.bonuses-about .single-brand__control-item:active {
	background: #006BD5;
	color: rgba(255, 255, 255, 0.8);
}
.bonuses-about .single-brand__right {
	grid-area: content;
	display: grid;
	align-self: start;
	grid-template-areas: "counter" "bonus";
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 2fr;
	margin: 0;
}
.bonuses-about .single-brand__counter {
	align-self: start;
	grid-area: counter;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bonuses-about .single-brand__number {
	font-weight: 500;
	font-size: 20px;
	line-height: 21px;
	background: var(--orange-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	margin-right: 10px;
}
.bonuses-about .single-brand__number i {
	margin-left: 10px;
}
.bonuses-about .single-brand__name {
	font-weight: 500;
	font-size: 20px;
	color: #313446;
}
.bonuses-about .single-brand__text {
	grid-area: text;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: var(--font-color2);
	margin: 0;
}
.bonuses-about .single-brand__text .text-item__link {
	color: var(--font-color2);
	text-decoration: underline;
	cursor: pointer;
}
.bonuses-about .single-brand__rating {
	justify-content: flex-start;
	align-items: center;
	margin-left: 0;
	margin-bottom: 30px;
	max-width: none;
	overflow: visible;
}
.bonuses-about .single-brand__rating-stars {
	font-family: "fontello";
	--percent: calc(100% / 5 * var(--rating, 5));
	--end-gradient: calc(100% - var(--percent, 100%));
	background: -webkit-gradient(linear, left top, right top, from(#FF922E), to(#CECECEFF));
	background: linear-gradient(90deg, #FF922E var(--percent), #CECECEFF var(--end-gradient));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18px;
	letter-spacing: 3px;
}
.bonuses-about .single-brand__rating-value {
	font-weight: 500;
	color: #313446;
}
.bonuses-about .list-item {
	margin-bottom: 15px;
}
.bonuses-about .list-item:last-child {
	margin-bottom: 0;
}
.bonuses-about .list-item:nth-of-type(n+4) .single-brand__number {
	color: var(--icon-color);
	background: none;
	-webkit-text-fill-color: unset;
}
.bonuses-about .list-item:nth-of-type(n+4) .single-brand__number i {
	display: none;
}
.bonuses-about .list-item .single-brand__wrapper {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 5fr;
	grid-template-areas: "logo content" "logo text" "rating text" "button text";
	grid-column-gap: 20px;
	padding: 20px;
	border-radius: 15px;
	background: #F7F8FD;
}
.bonuses-about .list-item .single-brand__wrapper .brands-table__shape {
	position: absolute;
	top: -5px;
	left: auto;
	transform: translateX(0);
	right: 55px;
}
.bonuses-about .list-item .single-brand__logo {
	grid-area: logo;
	margin-bottom: 20px;
	width: 231px;
	height: 139px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 15px;
	background: linear-gradient(148.36deg, #313446 19.06%, #070B1F 97.93%);
}
.bonuses-about .list-item .single-brand__logo::after {
	display: none;
}
.bonuses-about .list-item .single-brand__logo img {
	width: 112px;
	height: 37px;
}
.bonuses-about .list-item .single-brand__bonus {
	padding: 15px;
	border-radius: 15px;
	background: none;
	grid-area: bonus;
	margin-bottom: 0;
	padding: 0;
}
.bonuses-about .list-item .single-brand__bonus-title {
	display: block;
	background: -webkit-linear-gradient(270deg, #ffc736 0%, #ff630c 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 10px;
	margin-top: 10px;
}
.bonuses-about .list-item .single-brand__bonus-value {
	font-weight: 500;
	font-size: 21px;
	line-height: 24px;
	color: #313446;
	margin-bottom: 0;
}
.bonuses-about .list-item .single-brand__bonus-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: var(--font-color2);
}
.bonuses-about .list-item .single-brand__control {
	grid-area: button;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -10px;
}
.bonuses-about .list-item .single-brand__control-item {
	font-weight: 500;
	font-size: 14px;
	padding: 19px 20px;
	width: 100%;
	margin: 10px;
	text-align: center;
	border-radius: 15px;
	text-decoration: none;
	-webkit-transition: ease-in-out 0.2s;
	transition: ease-in-out 0.2s;
}
.bonuses-about .list-item .single-brand__control-item_fill {
	color: #fff;
	background-color: var(--icon-ok-color);
}
.bonuses-about .list-item .single-brand__control-item_light {
	color: var(--font-color2);
	background-color: #ebecf5;
}
.bonuses-about .list-item .single-brand__right {
	grid-area: content;
	display: grid;
	align-self: start;
	grid-template-areas: "counter" "bonus";
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 2fr;
	margin: 0;
}
.bonuses-about .list-item .single-brand__counter {
	align-self: start;
	grid-area: counter;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bonuses-about .list-item .single-brand__number {
	font-weight: 500;
	font-size: 20px;
	line-height: 21px;
	background: var(--orange-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	margin-right: 10px;
}
.bonuses-about .list-item .single-brand__number i {
	margin-left: 10px;
}
.bonuses-about .list-item .single-brand__name {
	font-weight: 500;
	font-size: 20px;
	color: #313446;
}
.bonuses-about .list-item .single-brand__text {
	grid-area: text;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: var(--font-color2);
	margin: 0;
	margin-top: 10px;
}
.bonuses-about .list-item .single-brand__text .text-item__link {
	color: var(--font-color2);
	text-decoration: underline;
	cursor: pointer;
}
.bonuses-about .list-item .single-brand__rating {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 0;
	margin-bottom: 30px;
	max-width: none;
	overflow: visible;
}
.bonuses-about .list-item .single-brand__rating-stars {
	font-family: "fontello";
	--percent: calc(100% / 5 * var(--rating, 5));
	--end-gradient: calc(100% - var(--percent, 100%));
	background: -webkit-gradient(linear, left top, right top, from(#FF922E), to(#CECECEFF));
	background: linear-gradient(90deg, #FF922E var(--percent), #CECECEFF var(--end-gradient));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18px;
	letter-spacing: 3px;
}
.bonuses-about .list-item .single-brand__rating-value {
	font-weight: 500;
	color: #313446;
}
@media (max-width: 672px) {
	.bonuses-about {
		margin: 0;
	}
	.bonuses-about__title {
		font-size: 18px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.bonuses-about .list-item {
		margin-bottom: 10px;
	}
	.bonuses-about .list-item .single-brand__wrapper {
		grid-template-areas: "logo content" "button button" "text text";
		grid-column-gap: 10px;
		padding: 10px;
		padding-top: 20px;
	}
	.bonuses-about .list-item .single-brand__wrapper .brands-table__shape {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzcyIiBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMzcyIDM0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wLjAzMzE0OTcgMEgzNzEuOTY3TDM2Mi4zMDggMjQuMjM0QzM2Ny42MzggMjYuMTEzNyAzNjYuMjg4IDM0IDM2MC42MzYgMzRIMTEuMzYzOUM1LjcxMjEgMzQgNC4zNjIyNCAyNi4xMTM3IDkuNjkyMzEgMjQuMjM0TDAuMDMzMTQ5NyAwWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzIyMl81NzMyKSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8yMjJfNTczMiIgeDE9IjE4NiIgeTE9IjAiIHgyPSIxODYiIHkyPSIzNCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiM5QzM4RkYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1NzJDRDEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=);
		position: absolute;
		width: 140px;
		height: 34px;
		top: -13px;
		right: 20px;
	}
	.bonuses-about .list-item .single-brand__wrapper .brands-table__shape::after {
		position: absolute;
		content: "BEST BONUS";
		color: #fff;
		font-weight: 500;
		font-size: 9px;
		line-height: 14px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.bonuses-about .list-item .single-brand__logo {
		margin-bottom: 15px;
		max-width: 85px;
		height: 77px;
	}
	.bonuses-about .list-item .single-brand__logo img {
		max-width: 66px;
		height: auto;
	}
	.bonuses-about .list-item .single-brand__bonus {
		padding: 0;
		margin-bottom: 0;
	}
	.bonuses-about .list-item .single-brand__bonus-title {
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.bonuses-about .list-item .single-brand__bonus-value {
		font-size: 14px;
		line-height: 17px;
	}
	.bonuses-about .list-item .single-brand__bonus-text {
		font-weight: 400;
		font-size: 14px;
		line-height: 22px;
		color: var(--font-color2);
	}
	.bonuses-about .list-item .single-brand__control-item {
		margin: 15px;
		border-radius: 10px;
		font-size: 12px;
	}
	.bonuses-about .list-item .single-brand__right {
		grid-area: content;
		display: grid;
		align-self: start;
		grid-template-areas: "counter" "bonus";
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 2fr;
		margin: 0;
	}
	.bonuses-about .list-item .single-brand__counter {
		align-self: start;
		grid-area: counter;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.bonuses-about .list-item .single-brand__number {
		font-size: 14px;
		line-height: 17px;
	}
	.bonuses-about .list-item .single-brand__name {
		font-size: 14px;
		line-height: 17px;
	}
	.bonuses-about .list-item .single-brand__text {
		font-size: 12px;
		line-height: 20px;
	}
	.bonuses-about .list-item .single-brand__rating {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 40px;
		overflow: hidden;
		position: absolute;
		top: 35px;
		right: 10px;
	}
	.bonuses-about .list-item .single-brand__rating-stars {
		font-size: 14px;
		letter-spacing: 3px;
	}
	.bonuses-about .list-item .single-brand__rating-value {
		margin-right: 2px;
		font-size: 14px;
	}
}

/**
	App Table
 */
.bookmakers-list.apps-table {
	margin-top: 24px;
	margin-bottom: 24px;
}
.bookmakers-list.apps-table > ol {
	list-style: none;
	padding: 0;
}
.bookmakers-list.apps-table .list-item {
	border-radius: 15px;
	margin-bottom: 24px;
	background-color: #f7f8fd;
}
.bookmakers-list.apps-table .list-item:last-of-type {
	margin-bottom: 0;
}
.bookmakers-list.apps-table .list-item:nth-of-type(n+4) .list-item__number {
	color: var(--icon-color);
	background: none;
	-webkit-text-fill-color: unset;
}
.bookmakers-list.apps-table .list-item:nth-of-type(n+4) .list-item__number i {
	display: none;
}
.bookmakers-list.apps-table .list-item__top {
	display: flex;
	border-bottom: 2px solid rgba(235, 236, 245, 0.6);
	padding: 16px;
	position: relative;
}
.bookmakers-list.apps-table .list-item__counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bookmakers-list.apps-table .list-item__number {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	background: var(--orange-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	margin-right: 15px;
}
.bookmakers-list.apps-table .list-item__number i {
	margin-left: 19px;
}
.bookmakers-list.apps-table .list-item_name a {
	font-weight: 500;
	font-size: 20px;
	color: #313446;
	text-decoration: none;
}
.bookmakers-list.apps-table .list-item__shape {
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 220px;
	height: 40px;
}
.bookmakers-list.apps-table .list-item__shape_orange {
	background-image: url(../images/design/brand-table-orange.9ab47e.svg);
}
.bookmakers-list.apps-table .list-item__shape_violet {
	background-image: url(../images/design/brand-table-violet.98d62d.svg);
}
.bookmakers-list.apps-table .list-item__rating {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bookmakers-list.apps-table .list-item__rating-value {
	font-weight: 500;
	font-size: 17px;
	color: #313446;
	margin-right: 11px;
}
.bookmakers-list.apps-table .list-item__rating-stars {
	font-family: "fontello";
	--percent: calc(100% / 5 * var(--rating, 5));
	--end-gradient: calc(100% - var(--percent, 100%));
	background: -webkit-gradient(linear, left top, right top, from(#FF922E), to(#CECECEFF));
	background: linear-gradient(90deg, #FF922E var(--percent), #CECECEFF var(--end-gradient));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18px;
	letter-spacing: 3px;
}
.bookmakers-list.apps-table .list-item__middle {
	display: flex;
	align-items: center;
	margin-top: 15px;
	padding: 0 15px 15px;
}
.bookmakers-list.apps-table .list-item__info {
	display: flex;
	align-items: center;
}
.bookmakers-list.apps-table .list-item__logo {
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(148.36deg, #313446 19.06%, #070B1F 97.93%);
	border-radius: 15px;
	min-width: 238px;
	min-height: 100px;
	margin-right: 25px;
}
.bookmakers-list.apps-table .list-item__logo img {
	max-width: 112px;
}
.bookmakers-list.apps-table .list-item__bonus {
	width: 210px;
	margin-right: 25px;
	border: 1px solid #FF6600;
	border-radius: 15px;
	text-align: center;
	line-height: normal;
	padding: 5px 10px;
	cursor: default;
}
.bookmakers-list.apps-table .list-item__bonus-value {
	color: #FF6600;
}
.bookmakers-list.apps-table .list-item__text {
	font-size: 14px;
	flex-grow: 1;
	margin-right: 25px;
	margin-bottom: 0;
}
.bookmakers-list.apps-table .brands-table__os {
	flex-shrink: 0;
	margin-top: 0;
	width: 200px;
	margin-right: 25px;
}
.bookmakers-list.apps-table .list-item__control {
	margin-left: auto;
	width: 220px;
	display: flex;
	flex-direction: column;
	align-self: center;
	flex-shrink: 0;
}
.bookmakers-list.apps-table .list-item__control-item {
	font-weight: 500;
	font-size: 14px;
	padding: 19px 20px;
	background-color: lightblue;
	text-decoration: none;
	border-radius: 10px;
	text-align: center;
	margin: 0 0 15px 0;
	-webkit-transition: ease-in-out 0.2s;
	transition: ease-in-out 0.2s;
}
.bookmakers-list.apps-table .list-item__control-item:last-of-type {
	margin: 0;
}
.bookmakers-list.apps-table .list-item__control-item_fill {
	color: #fff;
	background-color: #53af1b;
}
.bookmakers-list.apps-table .list-item__control-item_fill:hover {
	color: rgba(255, 255, 255, 0.8);
	background: #4B9E18;
}
.bookmakers-list.apps-table .list-item__control-item_fill:active {
	background: #3D8114;
	color: #fff;
}
.bookmakers-list.apps-table .list-item__control-item_light {
	background-color: rgba(235, 236, 245, 0.49);
	color: #6f728c;
}
@media (max-width: 991px) {
	.bookmakers-list.apps-table .list-item {
		border-radius: 10px;
	}
	.bookmakers-list.apps-table .list-item__top {
		padding: 15px 15px;
	}
	.bookmakers-list.apps-table .list-item__number {
		font-size: 14px;
		line-height: 17px;
		margin-right: 10px;
	}
	.bookmakers-list.apps-table .list-item__number i {
		margin-left: 10px;
	}
	.bookmakers-list.apps-table .list-item__name {
		font-size: 14px;
	}
	.bookmakers-list.apps-table .list-item__shape {
		top: -5px;
		left: 56%;
		width: 120px;
		height: 30px;
	}
	.bookmakers-list.apps-table .list-item__shape_orange {
		background-image: url(../images/design/brand-table-orange.9ab47e.svg);
	}
	.bookmakers-list.apps-table .list-item__shape_violet {
		background-image: url(../images/design/brand-table-violet.98d62d.svg);
	}
	.bookmakers-list.apps-table .list-item__rating {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		max-width: 45px;
		overflow: hidden;
	}
	.bookmakers-list.apps-table .list-item__rating-value {
		font-size: 14px;
		margin-right: 11px;
	}
	.bookmakers-list.apps-table .list-item__rating-stars {
		font-size: 14px;
	}
	.bookmakers-list.apps-table .list-item__middle {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.bookmakers-list.apps-table .list-item__logo {
		min-width: 72px;
		margin-right: 0;
	}
	.bookmakers-list.apps-table .list-item__logo img {
		max-width: 53px;
	}
	.bookmakers-list.apps-table .list-item__info {
		width: 100%;
		flex-direction: column;
		align-items: initial;
	}
	.bookmakers-list.apps-table .list-item__bonus {
		width: 100%;
		margin-right: 0;
		padding: 10px;
		min-width: auto;
		margin-top: 16px;
	}
	.bookmakers-list.apps-table .list-item__bonus-value {
		display: block;
		font-size: 14px;
		line-height: 14px;
		text-align: center;
	}
	.bookmakers-list.apps-table .list-item__bonus-value b {
		font-size: 15px;
		line-height: 18px;
	}
	.bookmakers-list.apps-table .list-item__bonus-title i {
		font-size: 14px;
	}
	.bookmakers-list.apps-table .list-item__text {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.bookmakers-list.apps-table .brands-table__os {
		margin: 16px auto 24px;
	}
	.bookmakers-list.apps-table .list-item__control {
		width: 100%;
	}
	.bookmakers-list.apps-table .list-item__control-item {
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(50% - 5px);
		height: 44px;
		font-size: 12px;
	}
}
