

/* Start:/local/templates/rinscom2/a/css/bonuspage.css?17557657237310*/
.bp {
}
.bp__top {
	color: #333333;
}
.bp__topinner {
}
.bp__toptitle {
	font-size: 28px;
	line-height: 0.9;
	margin: 0 0 32px 0;
}
.bp__toptext {
	font-weight: 300;
	font-variation-settings: "wght" 300;
	font-size: 18px;
	line-height: 23px;
}
.bp__topbtns {
	margin: 24px 0 0 0;
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
}
.bp__topbtnbox {
}
.bp__topbtn.btn {
	width: 100%;
	font-weight: 500;
	font-variation-settings: "wght" 550;
	font-size: 14px;
	line-height: 1;
	padding: 11px 0;
}
.bp__topbg {
	margin: 24px -15px 0 -15px;
	position: relative;
	height: 450px;
	overflow: hidden;
}
.bp__topbgimg {
	position: absolute;
	left: 50%;
	top: 0;
	translate: -50% 0;
	height: 535px;
	width: 535px;
}
.bp__toplist {
	margin: 32px 0 0 0;
	display: flex;
	flex-flow: column nowrap;
	gap: 4px;
}
.bp__topitem {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 8px 16px;
	gap: 10px;
	height: 62px;
	background: linear-gradient(0deg, rgba(73, 118, 210, 0.1), rgba(73, 118, 210, 0.1)), #FFFFFF;
	border: 1.5px solid rgba(73, 118, 210, 0.1);
	border-radius: 5px;
}
.bp__topitem:before {
	color: var(--color-blue);
	width: 24px;
	height: 24px;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 24px;
}
.bp__topitem.ricon-bp-gift:before {font-size: 21.5px}
.bp__topitem.ricon-bp-bonus:before {font-size: 20.32px}
.bp__topitem.ricon-bp-cart:before {font-size: 23.25px}
.bp__topitem.ricon-bp-ps:before {font-size: 22px}

.bp__topitemtext {
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}

.bp__cat {
	margin: 96px 0 0 0;
}
.bp__cattitle {
	font-size: 18px;
	line-height: 23px;
	color: #333333;
}
.bp__catlist {
	margin: 30px 0 0 0;
	display: flex;
	flex-flow: row wrap;
	gap: 8px;
}

.bp__catitem {
	position: relative;
	width: 100%;
	border: 1px solid #F0F0F0;
	border-radius: 5px;
	transition: var(--transition-all);
}

.bp__catitem:has(a:hover) {
	background-color: var(--color-blue);
}
.bp__catitembg {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 133px;
	z-index: 1;
}
.bp__catitemimg {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bp__catitemlink {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 8px 133px 8px 24px;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	min-height: 80px;
	display: flex;
	align-items: center;
	transition: var(--transition-all);
}

.bp__catitemlink:hover {
	text-decoration: unset;
	color: #ffffff;
}

.bp__catitem_all {
	margin: 22px 0 0 0;
}

.bp__catitem_all .bp__catitemlink {
	padding-right: 0;
	min-height: unset;
}

.bp__middle {
	margin: 96px 0 0 0;
}
.bp__blocks {
	display: flex;
	flex-flow: column nowrap;
	gap: 32px;
}
.bp__row {
	display: flex;
	flex-flow: column nowrap;
	gap: 32px;
}
.bp__block {
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
	padding: 16px;
	border: 1px solid #F0F0F0;
	border-radius: 5px;
	color: #333333;
}
.bp__block_bordered {
	border-color: #007BFF;
}
.bp__blockinfo {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}
.bp__blocktitle {
	font-size: 18px;
	line-height: 23px;
}
.bp__blocktext {
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}
.bp__blockimg {
	display: block;
	max-height: 26px;
	width: auto;
}
.bp__blockex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 16px 24px;
	gap: 16px;
	background: #FBFCFE;
	border-radius: 4px;
}
.bp__blockeximg {
	display: block;
	width: auto;
	margin: 0 auto;
	max-height: 93px;
}
.bp__blockextitle {
	font-size: 18px;
	line-height: 23px;
	color: var(--color-blue);
}
.bp__blockextext {
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	position: relative;
	padding: 0 0 0 24px;
	margin: -8px 0 0 0;
}
.bp__blockextext:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid var(--color-blue);
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	translate: 0 -50%;
}

.bp__blockextext:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-color: var(--color-blue);
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 2px;
	translate: 0 -50%;
}

.bp__blockexval {
	color: var(--color-blue);
}
.bp__block:has(.bp__blockex) :has(.bp__blockimg) {
	display: none;
}
.bp__blocklink {
	color: #007BFF;
	text-decoration: unset;
}

.bp__blocklink:hover {
	color: var(--color-blue);
	text-decoration: unset;
}

@media all and (min-width: 768px) {
	.bp__topbtns {
		flex-flow: row nowrap;
	}
	.bp__topbtn.btn {
		width: 180px;
	}
	.bp__topbtn.btn[href] {
		width: 243px;
	}
	.bp__toplist {
		flex-flow: row wrap;
	}
	.bp__topitem {
		width: calc((100% - 4px) / 2);		
	}
	.bp__catitem {
		width: calc((100% - 8px) / 2);
	}

	.bp__catitem_all {
		margin: 0;
	}

	.bp__catitem_all .bp__catitemlink {
		min-height: 80px;
	}

	.bp__row {
		flex-flow: row nowrap;
		gap: 8px;
	}

	.bp__row .bp__block {
		width: calc((100% - 8px) / 2);
	}
}

@media all and (min-width: 1280px) {
	.bp__top {
		position: relative;
		padding: 48px 0 32px 0;
		height: 442px;
		overflow: hidden;
	}

	.bp__topinner {
		max-width: 871px;
	}

	.bp__toptitle {
		position: relative;
		z-index: 2;
		font-size: 52px;
	}
	.bp__toptext {
		position: relative;
		z-index: 2;
		font-size: 21px;
		line-height: 27px;
		max-width: 480px;
	}
	.bp__topbtns {
		position: relative;
		z-index: 2;
		margin: 32px 0 0 0;
		gap: 32px;
	}
	.bp__topbg {
		margin: 0;
		position: absolute;
		z-index: 1;
		right: -60px;
		top: 0;
		height: 442px;
		width: 596px;
		overflow: hidden;
	}
	.bp__topbgimg {
		left: unset;
		right: 0;
		top: 50%;
		bottom: 0;
		translate: 0 -50%;
		height: 596px;
		width: 596px;
	}
	.bp__toplist {
		position: relative;
		z-index: 2;
		margin: 32px 0 0 0;
	}
	.bp__topitem {
		padding: 11.5px 16px;
		width: calc((100% - 8px) / 3);
	}

	.bp__row {
		flex-flow: row nowrap;
		gap: 24px;
	}

	.bp__row .bp__block {
		width: calc((100% - 24px) / 2);
		padding: 38.5px 32px;
	}

	.bp__block {
		padding: 20px 32px;
		display: flex;
		flex-flow: row nowrap;
		gap: 16px;
		align-items: center;
	}
	.bp__blocktitle {
		font-size: 21px;
		line-height: 27px;
	}
	.bp__blocktext {
		font-size: 16px;
		line-height: 20px;
	}
	.bp__blockimg {}
	.bp__blockex {
		display: none;
	}
	.bp__block:has(.bp__blockex) :has(.bp__blockimg) {
		display: block;
	}
	.bp__block:has(.bp__blockex) .bp__blockimg {
		max-height: 96px;
		max-width: 705px;
	}

	.bp__cattitle {
		font-weight: 500;		
		font-variation-settings: "wght" 550;
		font-size: 32px;
		line-height: 31px;
	}
	.bp__catlist {
		gap: 24px;
	}
	.bp__catitem {
		width: calc((100% - 48px) / 3);
	}
	.bp__catitemlink {
		min-height: 120px;
		padding: 0 200px 0 24px;
		font-size: 16px;
	}
	.bp__catitem_all .bp__catitemlink {
		min-height: 120px;
	}
	.bp__catitembg {
		width: 200px;
	}
}

@media all and (min-width: 1600px) {
	.bp__top {
		padding: 122px 0 75px 0;
		height: 615px;
	}
	.bp__topinner {
		max-width: 871px
	}
	.bp__toptitle {
		font-size: 64px;
	}
	.bp__toptext {
		font-size: 24px;
		line-height: 31px;
		max-width: 540px;
	}
	.bp__topbtns {
		margin: 48px 0 0 0;
	}
	.bp__topbg {
		right: 0;
		height: 615px;
		width: 896px;
	}
	.bp__topbgimg {
		height: 896px;
		width: 896px;
	}
	.bp__toplist {
		margin: 48px 0 0 0;
	}
}
/* End */
/* /local/templates/rinscom2/a/css/bonuspage.css?17557657237310 */
