.l-wrap {
	font-family: Roboto, serif;
	margin: 20px auto;
	position: relative;
}
body {
	overflow: auto !important;
}

.g-loyalty-p {
	margin: auto;
	max-width: 1300px;
	/*padding: 0 175px;*/
}
.g-loyalty-btn {
	border-radius: 8px;
	color: rgba(0, 0, 0, 1);
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	min-width: 150px;
	padding: 20px;
	text-align: center;
	transition: background-color 0.3s ease-out;
	white-space: nowrap;
}

.b-loyalty__register__btn {
	background: rgba(254, 191, 0, 1);
}

.b-loyalty__register__btn:hover {
	background: rgba(255, 210, 72, 1);
}

.b-loyalty-banner__btn {
	background: rgba(254, 191, 0, 1);
}

.b-loyalty-banner__btn:hover {
	background: rgba(255, 210, 72, 1);
}

.b-loyalty__authorize__enter__btn {
	background: rgba(255, 240, 174, 1);
	padding: 16px 48px;
}

.b-loyalty__authorize__enter__btn:hover {
	background: rgba(255, 245, 202, 1);
}

.g-loyalty-bg {
	/* background: url(i/loyalty-bg.png) no-repeat center;
	background-size: cover; */
}
.g-loyalty__obj {
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
}

.b-loyalty-banner__buttons{
	display: flex;
	gap: 16px;
	align-items: center;
	flex-wrap: wrap;
}

.b-loyalty-banner {
	padding: 120px 0;
	position: relative;
	background: url(i/banner_loayalonost.jpg) no-repeat center;
	background-size: cover;
}
.b-loyalty-banner__i {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	margin: auto;
	max-width: 70%;
}
.b-loyalty-banner__content{
	max-width: 750px;
}
.b-loyalty-banner__title {
	font-size: 60px;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
}
.b-loyalty-banner__text {
	color: rgba(255, 255, 255, 1);
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	margin: 0 0 40px;
}
.b-loyalty-banner__img {
	width: 60%;
}
.b-loyalty-banner__img img {
	max-width: 100%;
	transform: rotateY(180deg);
}
.b-loyalty-banner__obj {
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
}
.b-loyalty-banner__obj_star-1 {
	background-image: url(i/banner-top/star-1.svg);
	height: 445px;
	left: 0;
	top: 0;
	width: 354px;
}
.b-loyalty-banner__obj_star-2 {
	background-image: url(i/banner-top/star-2.svg);
	height: 302px;
	right: 5%;
	top: 70px;
	width: 320px;
}
.b-loyalty-banner__obj_copilot-1 {
	background-image: url(i/banner-top/copilot/1.png);
	bottom: 0;
	height: 75px;
	left: 17%;
	width: 114px;
}
.b-loyalty-banner__obj_copilot-2 {
	background-image: url(i/banner-top/copilot/2.png);
	bottom: 70px;
	height: 124px;
	left: 31%;
	width: 122px;
}
.b-loyalty-banner__obj_copilot-3 {
	background-image: url(i/banner-top/copilot/3.png);
	height: 86px;
	left: 39%;
	top: 100px;
	width: 84px;
}
.b-loyalty-banner__obj_copilot-4 {
	background-image: url(i/banner-top/copilot/4.png);
	bottom: 0;
	height: 110px;
	left: 45%;
	width: 132px;
}

.b-loyalty__head {
	padding-bottom: 100px;
	padding-top: 100px;
	position: relative;
}
.b-loyalty__head:before {
	background: url(i/loyalty_head_bg.svg) no-repeat center;
	background-size: cover;
	content: '';
	height: 622px;
	left: 0;
	position: absolute;
	top: 0;
	width: 538px;
}
.b-loyalty__head__title {
	display: flex;
	align-items: center;
	/*
    background: url(i/loyalty_icon.svg) no-repeat 100% 0;
    */
	color: #fff;
	font-size: 110px;
	font-weight: 800;
	justify-content: left;
	line-height: 1;
	/*padding: 0 350px 0 0;
     */
	margin-bottom: 150px;
	position: relative;
	text-transform: uppercase;
	z-index: 10;
}

.b-loyalty-prefs {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.b-loyalty-prefs__title {
	font-weight: 500;
	font-size: 36px;
}
.b-loyalty-prefs__items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin-bottom: 40px;
}
.b-loyalty-prefs__item {
	border-radius: 20px;
	padding: 30px;
	border: 2px solid rgba(239, 239, 239, 1);
}

.b-loyalty-prefs__item--1 {
	grid-column: 1;
	grid-row: 1;
}

.b-loyalty-prefs__item--2 {
	grid-column: 3;
	grid-row: 1;
}

.b-loyalty-prefs__item--3 {
	grid-column: 1;
	grid-row: 2;
}

.b-loyalty-prefs__item--4 {
	display: flex;
	flex-direction: column;
	grid-column: 2;
	grid-row: 1 / 3;
	align-self: center;
	background-color: rgba(206, 206, 206, 0.2);
	border: none;
}

.b-loyalty-prefs__item--5 {
	grid-column: 3;
	grid-row: 2;
}

.b-loyalty-prefs__item__icon {
	max-width: 281px;
	width: 100%;
	margin: auto;
}

.b-loyalty-prefs__item__step {
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	color: rgba(254, 191, 0, 1);
	margin-bottom: 12px;
}

.b-loyalty-prefs__item__name {
	color: rgba(40, 39, 39, 1);
	line-height: 100%;
	font-size: 22px;
	margin-bottom: 20px;
}
.b-loyalty-prefs__item__text {
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	color: rgba(140, 143, 153, 1);
}

.b-loyalty__register {
	margin: 0 0 100px;
	text-align: center;
}

.b-loyalty-pa {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-top: 75px;
	overflow: hidden;
}
.b-loyalty-pa > * {
	flex-grow: unset;
	flex-basis: 0;
}
.b-loyalty-pa__btn {
	color: #fff;
	display: inline-block;
	flex-shrink: 0;
}
.b-loyalty-pa__img {
	align-self: end;
	height: auto;
	max-width: 75%;
}

.b-loyalty-qa {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
	padding-top: 100px;
}
.b-loyalty-qa__list {
	margin-right: 1%;
	width: 48%;
}
.b-loyalty-qa__list__title {
	color: #febf00;
	font-size: 32px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.b-loyalty-qa__list__items {
	display: inline-block;
	font-size: 28px;
}
.b-loyalty-qa__list__item {
	border-bottom: 1px solid;
	margin: 0 0 10px;
	padding: 0 100px 10px 0;
}
.b-loyalty-qa__list__item:last-child {
	border-bottom: none;
}
.b-loyalty-qa__img {
	margin-left: 1%;
	width: 48%;
}
.b-loyalty-qa__img > img {
	height: auto;
	width: 100%;
}

.b-loyalty-enter__head {
	align-items: center;
	color: #fff;
	display: flex;
	min-height: 300px;
	padding-bottom: 30px;
	padding-top: 50px;
	position: relative;
}
.b-loyalty-enter__head:before {
	background: url(i/loyalty-enter__head-bg.svg) no-repeat center;
	background-size: cover;
	content: '';
	height: 256px;
	left: 0;
	position: absolute;
	top: 0;
	width: 264px;
}
.b-loyalty-enter__head__icon {
	position: relative;
	z-index: 10;
}
.b-loyalty-enter__head__title-wrap {
	margin-left: 75px;
	position: relative;
	z-index: 10;
}
.b-loyalty-enter__head__title {
	font-size: 100px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}
.b-loyalty-enter_profile .b-loyalty-enter__head__title {
	font-size: 80px;
}
.b-loyalty-enter__head__subtitle {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.b-loyalty-enter__layout {
	display: flex;
	gap: 5%;
	margin: 75px 0;
}
.b-loyalty-enter__layout__sidebar {
	margin-left: -105px;
}
.b-loyalty-enter-form {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
.b-loyalty-enter-form__input {
	border: 2px solid;
	border-radius: 30px;
	color: #929292;
	font-size: 22px;
	margin: 13px 0;
	padding: 20px;
	width: 48%;
}

.b-loyalty-profile-title {
	font-size: 45px;
	font-weight: 400;
	margin-bottom: 75px;
}

.b-loyalty-table {
	border-collapse: collapse;
	border-spacing: 0;
}
.b-loyalty-table th,
.b-loyalty-table td {
	padding: 20px 15px;
}
.b-loyalty-table thead th {
	color: #fff;
	text-align: left;
}
.b-loyalty-table thead tr {
	background-image: linear-gradient(#cc2020, #ff0000);
}
.b-loyalty-table tr:nth-child(odd) td {
	background: #ffdcdc;
}

.b-loyalty-table th,
.b-loyalty-table td.green {
	color: #00a429;
	font-weight: 700;
}

.b-nav {
	border: 1px solid rgba(221, 221, 221, 1);
	border-radius: 8px;
	list-style: none;
	margin: 0;
	padding: 40px;
}
.b-nav__item {
	margin: 0 0 40px;
	padding: 0 0 0 35px;
	position: relative;
}
.b-nav__item:has(.b-nav__count) {
	padding-right: 50px;
}
.b-nav__link {
	color: #333;
	text-decoration: none;
}
.b-nav__link:hover {
}
.b-nav__count {
	background: #febf00;
	border-radius: 19px;
	color: #fff;
	font-size: 18px;
	height: 38px;
	line-height: 38px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translate(0, -50%);
	vertical-align: middle;
	width: 38px;
}
.b-nav__icon,
.b-nav__link svg {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
.b-nav__link:hover svg path,
.b-nav__link_active svg path {
	fill: #febf00;
}
.b-nav__name {
	display: inline-block;
	vertical-align: middle;
}

.b-loyalty-achievs {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	justify-content: space-between;
	gap: 20px;
	margin: 80px 0;
}
.b-loyalty-achievs__item {
	max-width: 310px;
	width: 100%;
	border-radius: 20px;
	padding: 30px;
	border: 2px solid rgba(239, 239, 239, 1);
}
.b-loyalty-achievs__item__number {
	font-size: 43px;
	font-weight: 600;
	color: rgba(254, 191, 0, 1);
	margin-bottom: 12px;
}

.b-loyalty-achievs__item__text {
	font-size: 18px;
	color: rgba(140, 143, 153, 1);
}

.b-loyalty__authorize {
	border-radius: 20px;
	color: #fff;
	margin: 0 0 40px;
	padding: 50px;
	position: relative;
	background: url(i/yellow-banner.png) no-repeat center;
	background-size: cover;
}
.b-loyalty__authorize__i {
	max-width: 855px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.b-loyalty__authorize__title {
	font-family: 'Unbounded';
	font-weight: 500;
	font-size: 36px;
	line-height: 122%;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
.b-loyalty__authorize__text {
	font-size: 20px;
	font-weight: 500;
	line-height: 100%;
	margin: 0 0 36px 0;
	color: rgba(255, 240, 174, 1);
}
.b-loyalty__authorize__copilot_1 {
	background-image: url(i/register/copilot/1.png);
	bottom: 0;
	height: 131px;
	left: 25%;
	width: 208px;
}
.b-loyalty__authorize__copilot_2 {
	background-image: url(i/register/copilot/2.png);
	bottom: 52px;
	height: 164px;
	left: 50%;
	width: 163px;
}
.b-loyalty__authorize__copilot_3 {
	background-image: url(i/register/copilot/3.png);
	top: 0;
	height: 213px;
	right: 17%;
	width: 242px;
}
.b-loyalty__authorize__copilot_4 {
	background-image: url(i/register/copilot/4.png);
	bottom: 0;
	height: 248px;
	right: 0;
	width: 294px;
}

.b-loyalty__rules {
    font-weight: 500;
    font-size: 18px;
    line-height: 122%;
    margin: 0 0 100px;
    text-align: center;
}
.b-loyalty__rules a {
	color: rgba(140, 143, 153, 1);
}
.b-loyalty__rules a:hover {
	color: rgba(254, 191, 0, 1);
}
.b-loyalty__qa {
}
.b-loyalty__qa__title {
	font-size: 36px;
	line-height: 100%;
	margin: 0 0 60px;
	text-align: left;
}

.b-loyalty__qa__items {
	margin-bottom: 100px;
}

.b-loyalty__qa__item {
}
.b-loyalty__qa__item__q {
	border: 2px solid rgba(239, 239, 239, 1);
	border-radius: 15px;
	color: rgba(40, 39, 39, 1);
	cursor: pointer;
	font-weight: 500;
	font-size: 22px;
	line-height: 100%;
	margin: 0 0 25px;
	padding: 20px 60px 20px 30px;
	position: relative;
}
.b-loyalty__qa__item__q:hover {
	color: #febf00;
}
.b-loyalty__qa__item__q:before,
.b-loyalty__qa__item__q:after {
	background: rgba(40, 39, 39, 1);
	border-radius: 1px;
	color: rgba(40, 39, 39, 1);
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
}
.b-loyalty__qa__item__q:before {
	height: 2px;
	margin: -1px 0 0;
	width: 24px;
}
.b-loyalty__qa__item__q:after {
	height: 24px;
	margin: -12px 11px 0 0;
	width: 2px;
}
.b-loyalty__qa__item_opened .b-loyalty__qa__item__q:after {
	display: none;
}
.b-loyalty__qa__item__a {
	/* color: rgba(140, 143, 153, 1); */
	display: none;
	/* font-weight: 400; */
	font-size: 18px;
	/* line-height: 100%; */
	margin: 0 30px 30px 30px;
}
.b-loyalty__qa__item_opened .b-loyalty__qa__item__a {
	display: block;
}

.b-favs {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	justify-content: space-between;
	gap: 20px;
	text-align: center;
}
.b-favs__item {
	margin: 23px 0;
	width: 30%;
}
.b-favs__item__img {
	display: block;
	margin: 0 auto 46px;
	max-width: 100%;
}
.b-favs__item__title {
	color: rgba(51, 51, 51, 1);
	font-weight: 300;
	line-height: 122%;
	margin-bottom: 8px;
	min-height: 34px;
	text-transform: uppercase;
}
.b-favs__item__chars {
	font-weight: 300;
	font-size: 14px;
	line-height: 122%;
	margin-bottom: 8px;
	text-transform: capitalize;
}
.b-favs__item__actions {
}
.b-favs__item__prices {
}
.b-favs__item__oldprice {
	color: rgba(151, 151, 151, 1);
	font-weight: 300;
	font-size: 14px;
	line-height: 122%;
}
.b-favs__item__oldprice__value {
	text-decoration: line-through;
}
.b-favs__item__sale {
	background: #febf00;
	border-radius: 4px;
	color: #fff;
	font-size: 11px;
	letter-spacing: -0.25px;
	line-height: 100%;
	margin: 0 5px;
	padding: 3px 5px;
}
.b-favs__item__price {
	font-size: 16px;
	line-height: 122%;
}

@media (max-width: 1650px) {
	.b-loyalty-banner__content{
		max-width: 650px;
	}
}


@media (max-width: 1550px) {
	.b-loyalty-banner__content{
		max-width: 550px;
	}
}



@media (max-width: 1400px) {
	.b-loyalty-banner__i{
		max-width: 80%;
	}

	.b-loyalty-banner__content{
		max-width: 550px;
	}

	.b-loyalty-banner__title{
		font-size: 45px;
	}
}

@media (max-width: 1300px) {
	.b-loyalty__head__title {
		font-size: 87px;
	}
	.b-loyalty-enter_profile .b-loyalty-enter__head__title {
		font-size: 50px;
	}
	.b-loyalty-enter__head__title {
		font-size: 87px;
	}
	.b-loyalty__head__title img {
		display: none;
	}
	.b-loyalty-prefs {
		display: block;
	}
	.b-loyalty-prefs__item {
		width: 100%;
	}
	.g-loyalty-p {
		padding-left: 50px;
		padding-right: 50px;
	}
	.b-favs__item {
		width: 45%;
	}
}

@media (max-width: 1200px) {
	.b-loyalty-banner__i{
		max-width: 100%;
	}
}

@media (max-width: 960px) {
	.g-loyalty-p {
		padding-left: 25px;
		padding-right: 25px;
	}
	.b-loyalty__head__title {
		font-size: 50px;
		margin-bottom: 75px;
	}
	.b-loyalty-enter__head__title {
		font-size: 50px;
	}
	.b-loyalty__register__btn {
		/* background: #fff; */
	}
	.b-loyalty-pa {
		display: block;
		padding-bottom: 25px;
		padding-top: 25px;
		text-align: center;
	}
	.b-loyalty-pa__img {
		display: none;
	}
	.b-loyalty-qa__list {
		width: auto;
	}
	.b-loyalty-qa__img {
		display: none;
	}
	.b-loyalty-enter__head__icon {
		display: none;
	}
	.b-loyalty-enter__layout__sidebar {
		display: none;
	}
	.b-loyalty-enter-form__input {
		width: 100%;
	}
	.b-loyalty-table th,
	.b-loyalty-table td {
		padding: 10px;
	}
	.b-favs__item {
		width: 100%;
	}
}

@media screen and (max-width: 861px) {
	.b-loyalty-prefs__items {
		grid-template-columns: 1fr;
	}

	.b-loyalty-prefs__item {
		grid-column: auto;
		grid-row: auto;
	}
}

@media (max-width: 450px) {
	.b-loyalty-banner::before {
		content: "";
		position: absolute;
		inset: 0;
		background: rgba(0, 0, 0, 0.4);
		z-index: 1;
		pointer-events: none;
	}
	.b-loyalty-banner__content {
		width: 100%;
	}
	.b-loyalty-achievs {
		justify-content: center;
	}
	.b-loyalty-achievs__item {
		margin-bottom: 15px;
	}
	.b-loyalty-achievs__item__number {
		text-align: center;
	}
	.b-loyalty-achievs__item__text {
		text-align: center;
	}
	.b-loyalty__authorize__title {
		font-size: 18px;
		max-width: 100%;
	}
	.b-loyalty__qa__item__q {
		font-size: 20px;
	}
	.b-loyalty-prefs__title {
		font-size: 34px;
		margin-bottom: 20px;
	}
	.b-loyalty-banner__title {
		font-size: 48px;
		text-align: center;
	}
	.b-loyalty-banner__img {
		display: none;
	}
	.b-loyalty__register__btn {
		background: rgba(255, 162, 1, 1);
	}
	.b-loyalty-banner__btn {
		background: rgba(255, 162, 1, 1);
	}
}
@media (max-width: 400px) {
	.g-loyalty-btn {
		font-size: 14px;
	}
	.b-loyalty-prefs__title {
		font-size: 31px;
	}
	.b-loyalty__qa__item__q {
		font-size: 18px;
	}
}
