@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@700;800;900&family=Roboto+Condensed:wght@400;700&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, button, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

img, object, embed {
	vertical-align: bottom;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

q:before, q:after {
	content: '';
}

a * {
	cursor: pointer;
}

input, textarea {
	outline: none;
}

input,
button {
	background-color: transparent;
	border: none;
	outline: none;
	font-family: inherit;
}

button {
	cursor: pointer;
}

html {
	min-height: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font: 400 18px/1.2 "Roboto Condensed", sans-serif;
	height: 100%;
	min-width: 320px;
	position: relative;
	color: #B19ABC;
	background: #fff;
}

body.auth {
	background: url(../images/back.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}

body.scroll-locked {
	height: 100%;
	overflow: hidden;
	position: fixed;
	width: 100%;
}

@media screen and (max-width: 768px) {
	body.show-search .header-search {
		top: 100%;
		visibility: visible;
		opacity: 1;
	}
}

body.show-search .button-action-search .search-icon {
	display: none;
}

body.show-search .button-action-search .close-icon {
	display: block;
}

body.show-order .basket-drop {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	visibility: visible;
}

@media screen and (max-width: 1024px) {
	body.open-menu .header-panel {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	body.open-menu .mask {
		opacity: 1;
		visibility: visible;
	}
}

a {
	color: #2600ff;
	text-decoration: none;
}

input {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}

* {
	outline: none;
}

* {
	box-sizing: border-box;
}

*:before, *:after {
	box-sizing: border-box;
}

* ::-moz-selection {
	background: #2600ff;
	color: #fff;
}

* ::selection {
	background: #2600ff;
	color: #fff;
}

input, textarea {
	font-family: inherit;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #B19ABC;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #B19ABC;
	opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #B19ABC;
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #B19ABC;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input.placeholder, textarea.placeholder {
	color: #B19ABC !important;
}

.wrapper {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	min-height: 100vh;
}

.container {
	margin: 0 auto;
	max-width: 1300px;
	padding: 0 30px;
	width: 100%;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 991px) {
	.container {
		padding: 0 10px;
	}
}

.svg-icon {
	display: inline-block;
	vertical-align: top;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.svg-icon.second {
	display: none;
}

.header {
	display: flex;
	padding: 0 50px;
	position: relative;
	background: linear-gradient(to right, #2f0042 0%, #47145f 100%);
}

@media screen and (max-width: 1160px) {
	.header {
		padding: 0 20px;
	}
}

@media screen and (max-width: 480px) {
	.header {
		padding: 0 10px;
	}
}

.header.secondary {
	border-radius: 0 0 30px 30px;
}

.header.second {
	background: transparent;
	padding: 20px 0;
}

.header-search {
	align-self: center;
	flex-grow: 1;
	flex-shrink: 1;
}

@media screen and (max-width: 768px) {
	.header-search {
		padding: 0 20px;
		position: absolute;
		right: 0;
		top: 80%;
		left: 0;
		z-index: 3;
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s, visibility .3s, top .3s;
	}
}

@media screen and (max-width: 991px) {
	.header-search {
		padding: 0 10px;
	}
}

.header-panel,
.logo {
	flex-grow: 0;
	flex-shrink: 0;
}

.logo {
	margin-right: 70px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 20px 0;
}

@media screen and (max-width: 1360px) {
	.logo {
		margin-right: 40px;
	}
}

@media screen and (max-width: 1160px) {
	.logo {
		margin-right: 30px;
	}
}

@media screen and (max-width: 768px) {
	.logo {
		padding: 10px 0;
		margin-right: 0;
		justify-content: center;
		flex-grow: 1;
		flex-shrink: 1;
	}
}

.logo img {
	max-width: 213px;
	width: 100%;
}

.form-search {
	display: flex;
	align-items: center;
	border-radius: 20px;
	padding-left: 20px;
	box-shadow: inset 0 0 0 2px #9E85A8;
	max-width: 600px;
}

@media screen and (max-width: 768px) {
	.form-search {
		max-width: 100%;
		width: 100%;
		background-color: #2f0042;
	}
}

.form-search .btn-search {
	padding: 13px 20px 13px;
	color: #FFA902;
	font-size: 20px;
	height: 100%;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.form-search .btn-search:hover {
		color: #fafafa;
	}
}

.form-search input {
	width: 100%;
	height: 50px;
	color: #ffff;
	font-size: inherit;
}

.header-panel {
	display: flex;
	margin-left: 60px;
}

@media screen and (max-width: 1360px) {
	.header-panel {
		margin-left: 40px;
	}
}

@media screen and (max-width: 1160px) {
	.header-panel {
		margin-left: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.header-panel {
		flex-direction: column;
		position: fixed;
		padding: 20px;
		top: 0;
		left: 0;
		bottom: 0;
		max-width: 300px;
		width: 100%;
		background: #2f0042;
		overflow: hidden;
		overflow-y: auto;
		z-index: 10;
		transform: translate3d(-100%, 0, 0);
		transition: transform .3s, visibility .3s, opacity .3s;
		visibility: hidden;
		opacity: 0;
		margin: 0;
	}
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
	.header-panel .mobile-close {
		display: flex;
	}
}

.header-nav {
	flex-grow: 1;
	flex-shrink: 1;
	display: flex;
	height: 100%;
}

@media screen and (max-width: 1024px) {
	.header-nav {
		flex-direction: column;
		height: auto;
		flex-grow: 0;
		flex-shrink: 0;
		margin: 0 -20px;
	}
}

.header-nav .item {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 18px;
	font-family: 'Big Shoulders Display';
	margin-right: 15px;
	position: relative;
}

@media screen and (max-width: 1160px) {
	.header-nav .item {
		margin-right: 10px;
	}
}

@media screen and (max-width: 1024px) {
	.header-nav .item {
		margin: 0;
	}
}

.header-nav .item:last-child {
	margin: 0;
}

.header-nav .item::before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	height: 3px;
	background: #FFA902;
	width: 100%;
	display: none;
}

@media screen and (max-width: 1024px) {
	.header-nav .item::before {
		top: auto;
		bottom: 0;
	}
}

.header-nav .item.active::before {
	display: none;
}

.header-nav .item.active .link {
	color: #33014A;
	pointer-events: none;
}

@media screen and (max-width: 1024px) {
	.header-nav .item.active .link {
		background-color: #FFA902;
	}
}

@media screen and (min-width: 1025px) {
	.header-nav .item.active::before {
		display: block;
	}
	.header-nav .item.active .link {
		color: #FFA902;
		pointer-events: none;
	}
}

.header-nav .link {
	padding: 0 20px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	transition: color .3s;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1160px) {
	.header-nav .link {
		padding: 0 15px;
	}
}

@media screen and (max-width: 1024px) {
	.header-nav .link {
		padding: 10px 20px;
	}
}

@media screen and (min-width: 1025px) {
	.header-nav .link:hover {
		color: #FFA902;
	}
}

.basket-btn,
.basket-mobile {
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 24px;
	color: #fff;
	align-self: center;
	position: relative;
}

.basket-btn .amount,
.basket-mobile .amount {
	position: absolute;
	padding: 2px 5px;
	min-width: 20px;
	border-radius: 100%;
	color: #33014A;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 600;
	border: 2px solid #3C0B52;
	background: #FFA902;
	left: 6px;
	top: -6px;
}

.basket-btn {
	transition: color .3s;
	margin-left: 30px;
}

@media screen and (min-width: 1025px) {
	.basket-btn:hover {
		color: #FFA902;
	}
}

@media screen and (max-width: 1024px) {
	.basket-btn {
		display: none;
	}
}

@media screen and (max-width: 1160px) {
	.basket-btn {
		margin-left: 10px;
	}
}

.basket-mobile {
	margin-left: 20px;
	display: none;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1024px) {
	.basket-mobile {
		display: flex;
	}
}

@media screen and (max-width: 374px) {
	.basket-mobile {
		margin-left: 15px;
	}
}

.group-auth {
	margin: -5px -5px -5px 25px;
	display: flex;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
}

@media screen and (max-width: 1160px) {
	.group-auth {
		margin-left: 15px;
	}
}

@media screen and (max-width: 1024px) {
	.group-auth {
		order: -1;
		margin: -5px -25px 20px;
		padding: 0 20px 15px;
		border-bottom: 1px solid #510f6b;
		flex-direction: column;
	}
}

.group-auth .item {
	padding: 5px;
}

@media screen and (max-width: 1024px) {
	.group-auth .item {
		width: 100%;
	}
}

.group-auth .btn {
	font-family: 'Big Shoulders Display';
	border-radius: 20px;
	border: solid 2px #FFF;
	padding: 11px 30px;
	font-size: 18px;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.33;
	transition: color .3s, border .3s;
}

@media screen and (min-width: 1025px) {
	.group-auth .btn:hover {
		color: #FFA902;
		border: solid 2px #FFA902;
	}
}

@media screen and (max-width: 1024px) {
	.group-auth .btn {
		width: 100%;
	}
}

.group-auth .btn.second {
	background: #FFA902;
	box-shadow: 0px 4px 20px 0px rgba(255, 169, 2, 0.3);
	color: #33014A;
	border: 2px solid #FFA902;
	font-weight: 800;
	transition: background .3s, border .3s;
}

@media screen and (min-width: 1025px) {
	.group-auth .btn.second:hover {
		background: #ffc043;
		border: 2px solid #ffc043;
	}
}

.basket-drop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 360px;
	padding: 30px;
	width: 100%;
	z-index: 100;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
	-webkit-backdrop-filter: blur(7px);
	        backdrop-filter: blur(7px);
	display: flex;
	flex-direction: column;
	transform: translate3d(-100%, 0, 0);
	transition: transform .3s, visibility .3s, opacity .3s;
	visibility: hidden;
	opacity: 0;
}

@media screen and (max-width: 768px) {
	.basket-drop {
		padding: 20px;
		max-width: 320px;
	}
}

.drop-head {
	flex-shrink: 0;
	flex-grow: 0;
	display: flex;
	color: #33014A;
	padding: 0 30px 30px;
	margin: 0 -30px 20px;
	border-bottom: 1px solid #9E85A8;
}

@media screen and (max-width: 768px) {
	.drop-head {
		padding: 0 20px 20px;
		margin: 0 -20px 20px;
	}
}

.drop-head .text {
	font-size: 22px;
	font-weight: 500;
	flex-grow: 1;
	flex-shrink: 1;
}

.drop-head .close-basket {
	font-size: 24px;
	position: absolute;
	top: 30px;
	right: 30px;
	color: #8A7992;
	transition: color .2s;
}

@media screen and (min-width: 1025px) {
	.drop-head .close-basket:hover {
		color: #FFA902;
	}
}

@media screen and (max-width: 768px) {
	.drop-head .close-basket {
		top: 20px;
		right: 20px;
		font-size: 20px;
	}
}

.drop-form {
	flex-shrink: 1;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	position: relative;
}

.drop-body {
	flex-shrink: 1;
	flex-grow: 1;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
}

.basket-info {
	display: flex;
	align-items: center;
	padding-right: 30px;
}

.basket-info svg {
	font-size: 24px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
	.basket-info svg {
		font-size: 20px;
	}
}

.title-drop {
	color: #33014A;
	text-align: center;
	font-size: 24px;
	font-family: 'Big Shoulders Display';
	font-weight: 900;
	margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
	.title-drop {
		font-size: 22px;
	}
}

.order-list {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}

.order-list .item {
	margin-bottom: 30px;
	flex-grow: 1;
	flex-shrink: 1;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 480px) {
	.order-list .item {
		font-size: 16px;
	}
}

.order-list .item:last-child {
	margin-bottom: 0;
}

.order-list .name {
	font-weight: 500;
	flex-grow: 1;
	flex-shrink: 1;
}

.order-list .price {
	flex-grow: 0;
	flex-shrink: 0;
	color: #33014A;
	margin-left: 5px;
}

.button-delete {
	font-size: 20px;
	flex-grow: 0;
	flex-shrink: 0;
	color: #9D8FB1;
	transition: color .2s;
	margin-left: 20px;
}

@media screen and (min-width: 1025px) {
	.button-delete:hover {
		color: #2f0042;
	}
}

@media screen and (max-width: 768px) {
	.button-delete {
		font-size: 18px;
		margin-left: 15px;
	}
}

.drop-footer {
	flex-shrink: 0;
	flex-grow: 0;
	padding-top: 30px;
	border-top: 1px solid #9E85A8;
}

.total-price {
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 500;
}

@media screen and (max-width: 480px) {
	.total-price {
		font-size: 20px;
	}
}

.total-price .name {
	color: #8A7992;
	flex-grow: 1;
	flex-shrink: 1;
}

.total-price .price {
	flex-grow: 0;
	flex-shrink: 0;
	color: #33014A;
	margin-left: 5px;
}

.order-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #33014A;
	font-family: 'Big Shoulders Display';
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	padding: 21px;
	max-width: 235px;
	width: 100%;
	border-radius: 30px;
	background: #FFA902;
	box-shadow: 0px 4px 20px 0px rgba(255, 169, 2, 0.3);
	margin: 50px auto auto;
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.order-btn:hover {
		background: #33014A;
		color: #fff;
	}
}

@media screen and (max-width: 480px) {
	.order-btn {
		margin: 25px auto auto;
		padding: 18px;
		font-size: 20px;
	}
}

.mobile-close {
	order: -1;
	font-size: 20px;
	color: #fff;
	margin: 0 0 20px auto;
	display: none;
}

.wrap-hamburger {
	display: none;
	align-items: center;
	margin-right: 20px;
}

@media screen and (max-width: 1024px) {
	.wrap-hamburger {
		display: flex;
	}
}

@media screen and (max-width: 374px) {
	.wrap-hamburger {
		margin-right: 25px;
	}
}

.hamburger {
	height: 30px;
	position: relative;
	width: 30px;
	opacity: 1;
	transform: translateZ(0);
	transition: opacity .3s,visibility .3s,transform .3s;
	visibility: visible;
}

.hamburger span, .hamburger::after, .hamburger::before {
	content: '';
	background: #fff;
	border-radius: 10px;
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
}

.hamburger::before {
	top: 0;
}

.hamburger::after {
	bottom: 0;
}

.hamburger span {
	top: 50%;
	transform: translate3d(0, -50%, 0);
}

.mask {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	bottom: 0;
	left: 0;
	opacity: 0;
	right: 0;
	top: 0;
	transition: transform .4s, visibility .4s, opacity .4s;
	visibility: hidden;
	z-index: 9;
}

.header-wrap-input {
	align-items: center;
	background: transparent;
	border: 1px solid #9E85A8;
	border-radius: 10px;
	display: flex;
	max-width: 100%;
	overflow: hidden;
	padding-right: 10px;
	width: 100%;
}

.header-wrap-input input {
	color: #fff;
	flex-grow: 1;
	flex-shrink: 1;
	font-family: inherit;
	font-size: 14px;
	line-height: 1;
	min-height: 40px;
	padding: 15px 10px;
	width: 100%;
}

.header-wrap-input button {
	align-items: center;
	font-size: 20px;
	color: #FFA902;
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: center;
}

.wrap-action-search {
	align-items: center;
	display: none;
	justify-content: center;
	position: relative;
	width: 24px;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: end;
	margin-left: 20px;
}

@media screen and (max-width: 374px) {
	.wrap-action-search {
		margin-left: 25px;
	}
}

.wrap-action-search button {
	color: #FFA902;
	font-size: 24px;
}

.wrap-action-search svg {
	display: block;
}

.wrap-action-search svg .close-icon {
	display: none;
}

@media screen and (max-width: 768px) {
	.wrap-action-search {
		display: flex;
	}
}

.headline-order {
	display: flex;
	align-items: center;
}

.logo-image {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-grow: 1;
	flex-shrink: 1;
}

.logo-image.secondary {
	justify-content: center;
}

.logo-image img {
	max-width: 100%;
}

@media screen and (max-width: 480px) {
	.logo-image img {
		max-width: 170px;
	}
}

.back-link {
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: auto;
	color: #8A7992;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.back-link:hover {
		color: #ffc043;
	}
}

.back-link svg {
	display: block;
}

.section-general {
	min-height: 400px;
	padding-top: 40px;
	position: relative;
	background: linear-gradient(to right, #2f0042 0%, #47145f 100%);
}

@media screen and (max-width: 860px) {
	.section-general {
		padding-top: 20px;
	}
}

.general-content,
.general-info {
	display: flex;
	align-items: center;
}

.general-content .title,
.general-info .title {
	color: #FFF;
	font-family: 'Big Shoulders Display';
	font-size: 70px;
	font-weight: 900;
	margin-bottom: 17px;
}

@media screen and (max-width: 1360px) {
	.general-content .title,
	.general-info .title {
		font-size: 50px;
	}
}

@media screen and (max-width: 991px) {
	.general-content .title,
	.general-info .title {
		font-size: 40px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 480px) {
	.general-content .title,
	.general-info .title {
		font-size: 30px;
	}
}

.general-content .title .color,
.general-info .title .color {
	color: #FFA902;
}

.general-content .subtitle,
.general-info .subtitle {
	color: #FFF;
	font-size: 22px;
	line-height: 1.4;
}

@media screen and (max-width: 480px) {
	.general-content .subtitle,
	.general-info .subtitle {
		font-size: 18px;
	}
}

.general-content {
	margin: -15px;
}

@media screen and (max-width: 991px) {
	.general-content {
		flex-direction: column-reverse;
	}
}

.general-content .col {
	padding: 15px;
	flex-grow: 1;
	flex-shrink: 1;
}

.general-content .col.second {
	max-width: 420px;
}

.general-content .subtitle {
	margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
	.general-content .subtitle {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1360px) {
	.general-content .general-img {
		max-width: 565px;
	}
}

@media screen and (max-width: 991px) {
	.general-content .general-img {
		max-width: 435px;
	}
}

@media screen and (max-width: 640px) {
	.general-content .general-img {
		max-width: 100%;
	}
}

.general-content .link-info {
	color: #33014A;
	font-family: 'Big Shoulders Display';
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	border-radius: 30px;
	background: #FFA902;
	box-shadow: 0px 4px 20px 0px rgba(255, 169, 2, 0.3);
	width: 100%;
	padding: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .3s;
	max-width: 420px;
	margin: 0 auto;
}

@media screen and (min-width: 1025px) {
	.general-content .link-info:hover {
		background: #ffc043;
	}
}

@media screen and (max-width: 480px) {
	.general-content .link-info {
		font-size: 20px;
		padding: 18px;
		max-width: 100%;
	}
}

.general-info .content {
	text-align: center;
}

.section {
	position: relative;
}

.section.primary::before, .section.primary::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #E5D0EE;
	border-radius: 80px;
}

.section.primary::before {
	opacity: .2;
	transform: translate3d(0, -27px, 0) scale(0.98);
}

.section.primary::after {
	opacity: .1;
	transform: translate3d(0, -60px, 0) scale(0.94);
}

.section.order {
	padding: 30px 0 100px;
}

@media screen and (max-width: 411px) {
	.section.order {
		padding: 15px 0 50px;
	}
}

.content-single {
	padding: 135px 0 170px;
}

@media screen and (max-width: 991px) {
	.content-single {
		padding: 120px 0;
	}
}

@media screen and (max-width: 640px) {
	.content-single {
		padding: 100px 0;
	}
}

@media screen and (max-width: 991px) {
	.content-single.indent {
		padding: 70px 0;
	}
}

@media screen and (max-width: 640px) {
	.content-single.indent {
		padding: 30px 0 70px;
	}
}

.content-secondary {
	padding: 120px 0 220px;
	background: linear-gradient(to right, #47145f 0%, #2f0042 100%);
}

@media screen and (max-width: 860px) {
	.content-secondary {
		padding: 10px 0 220px;
	}
}

.content-primary {
	padding: 60px 0 190px;
	background: #FFA902;
	border-radius: 80px 80px 0 0;
	margin-top: -80px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	.content-primary {
		padding: 60px 0 30px;
	}
}

@media screen and (max-width: 768px) {
	.content-primary.secondary {
		padding: 60px 0 170px;
	}
}

.content-info {
	background: linear-gradient(to right, #2f0042 0%, #47145f 100%);
	position: relative;
	z-index: 2;
}

.content-info.primary {
	background: transparent;
}

.content-info .text {
	color: #33014A;
}

.content-cards {
	padding: 220px 0 190px;
}

@media screen and (max-width: 991px) {
	.content-cards {
		padding: 190px 0 30px;
	}
}

@media screen and (max-width: 480px) {
	.content-cards {
		padding: 145px 0 10px;
	}
}

.content-cards.primary {
	padding: 50px 0 190px;
}

@media screen and (max-width: 991px) {
	.content-cards.secondary {
		padding: 130px 0 190px;
	}
}

@media screen and (max-width: 480px) {
	.content-cards.secondary {
		padding: 70px 0 150px;
	}
}

.section-single {
	position: relative;
	padding: 50px 0 250px;
}

@media screen and (max-width: 860px) {
	.section-single {
		padding: 50px 0 170px;
	}
}

@media screen and (max-width: 640px) {
	.section-single {
		padding: 40px 0 140px;
	}
}

.headline {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
	.headline {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 480px) {
	.headline {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 344px) {
	.headline {
		margin-bottom: 15px;
	}
}

.headline.second .title {
	color: #FFA902;
}

.headline.second .subtitle {
	color: #B19ABC;
}

.headline.indent .subtitle {
	color: #fff;
}

.headline.primary {
	margin-bottom: 80px;
}

.headline.primary .subtitle {
	color: #fff;
}

.headline svg {
	margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
	.headline svg {
		margin-bottom: 5px;
		width: 30px;
		height: 50px;
	}
}

.headline .title {
	color: #33014A;
	font-family: 'Big Shoulders Display';
	font-size: 50px;
	text-align: center;
	font-weight: 900;
}

@media screen and (max-width: 991px) {
	.headline .title {
		font-size: 45px;
	}
}

@media screen and (max-width: 480px) {
	.headline .title {
		font-size: 35px;
	}
}

.headline .subtitle {
	color: #8A7992;
	font-size: 22px;
	text-align: center;
	margin-top: 10px;
}

@media screen and (max-width: 991px) {
	.headline .subtitle {
		font-size: 20px;
	}
}

@media screen and (max-width: 480px) {
	.headline .subtitle {
		font-size: 18px;
		margin-top: 5px;
	}
}

.headline .subtitle.second {
	max-width: 1060px;
}

.wave-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 320px;
	z-index: 2;
	background: linear-gradient(to right, #2f0042 0%, #47145f 100%);
}

.wave {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% - 70px);
	min-height: 302px;
	background: linear-gradient(to right, #2f0042 0%, #47145f 100%);
	overflow: hidden;
	transform: rotateX(-180deg);
}

@media screen and (max-width: 991px) {
	.wave {
		top: 100%;
	}
}

.wave.secondary {
	top: calc(100% - 115px);
}

.wave.second {
	transform: rotate(0deg);
	background: linear-gradient(to right, #47145f 0%, #2f0042 100%);
	top: auto;
	bottom: calc(100% - 1px);
}

.wave.primary {
	background: linear-gradient(to right, #2f0042 0%, #47145f 100%);
}

.wave.indent {
	background: #FFA902;
	top: calc(100% - 1px);
}

.wave.single {
	top: auto;
}

.wave:before, .wave:after {
	content: "";
	position: absolute;
	min-width: 4000px;
	min-height: 4000px;
	background-color: #fff;
	/* transform: rotate(80deg); */
	/* left: -100%; */
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) rotate(13deg);
}

.wave:before {
	bottom: 112px;
	border-radius: 39%;
	transform: translateX(-52%) rotate(15deg);
}

.wave:after {
	bottom: 80px;
	opacity: .7;
	border-radius: 41%;
}

.main-grid {
	margin: -15px;
}

@media screen and (max-width: 768px) {
	.main-grid {
		margin: -5px -5px 10px -5px;
	}
}

.main-grid .item {
	padding: 15px;
	width: 25%;
}

@media screen and (max-width: 1024px) {
	.main-grid .item {
		width: 33.3333%;
	}
}

@media screen and (max-width: 768px) {
	.main-grid .item {
		width: 50%;
		padding: 5px;
	}
}

@media screen and (max-width: 344px) {
	.main-grid .item {
		width: 100%;
	}
}

.main-grid .content {
	font-size: 18px;
	font-weight: 500;
	border-radius: 30px;
	overflow: hidden;
	display: block;
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
	transition: box-shadow .3s;
}

@media screen and (min-width: 1025px) {
	.main-grid .content:hover {
		box-shadow: 0px 4px 20px 0px rgba(255, 169, 2, 0.3);
	}
	.main-grid .content:hover .main-content {
		background: #FFA902;
	}
}

@media screen and (min-width: 1025px) and (max-width: 480px) {
	.main-grid .content:hover .main-content {
		font-size: 16px;
	}
}

@media screen and (min-width: 1025px) {
	.main-grid .content:hover .text {
		color: #33014A;
	}
}

.main-grid .content .image {
	transition: box-shadow .2s, border .3s;
	padding: 30px 30px 56%;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.main-grid .content img {
	max-width: 100%;
	border-radius: 30px;
	bottom: 0;
	height: auto;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	margin: auto;
	transition: .5s;
}

.main-grid .main-content {
	display: flex;
	align-items: center;
	padding: 20px;
	background: #EEE3F3;
	transition: background .3s;
}

.main-grid .main-content .text {
	color: #8A7992;
	transition: color .3s;
	flex-grow: 1;
	flex-shrink: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.main-grid .main-content .price {
	color: #33014A;
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 5px;
}

.main-grid .card,
.main-grid .card-info {
	display: flex;
	justify-content: center;
	padding: 16px;
	border-radius: 30px;
	background: #FFF;
	border: 4px solid transparent;
	position: relative;
	width: 100%;
}

.main-grid .card img,
.main-grid .card-info img {
	max-width: 100%;
	border-radius: 30px;
	bottom: 0;
	height: auto;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	margin: auto;
	transition: .5s;
}

.main-grid .card-info {
	padding: 0 0 56.5%;
	transition: border .1s;
}

@media screen and (min-width: 1025px) {
	.main-grid .card-info:hover {
		border: 4px solid #33014A;
	}
}

.main-grid .card {
	padding: 0 0 44%;
	transition: box-shadow .2s, border .2s;
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 1025px) {
	.main-grid .card:hover {
		border: 4px solid #FFA902;
		box-shadow: 0px 6px 24px 0px rgba(255, 169, 2, 0.5), 3px 3px 20px 0px rgba(255, 169, 2, 0.6) inset;
	}
}

.grid-secondary,
.main-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.grid-secondary .item {
	padding: 10px;
	width: 33.333%;
}

@media screen and (max-width: 768px) {
	.grid-secondary .item {
		width: 50%;
		padding: 5px;
	}
}

.grid-secondary .wrap-image {
	padding: 0 0 56%;
	transition: box-shadow .2s, border .2s;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
	display: flex;
	justify-content: center;
	border-radius: 30px;
	background: #FFF;
	border: 4px solid transparent;
	position: relative;
	width: 100%;
}

@media screen and (min-width: 1025px) {
	.grid-secondary .wrap-image:hover {
		border: 4px solid #FFA902;
		box-shadow: 0px 6px 10px 0px rgba(255, 169, 2, 0.5), 3px 3px 20px 0px rgba(255, 169, 2, 0.6) inset;
	}
}

.grid-secondary .wrap-image img {
	max-width: 100%;
	border-radius: 30px;
	bottom: 0;
	height: auto;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	margin: auto;
	transition: .5s;
}

.card-group {
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
	position: relative;
}

@media screen and (max-width: 991px) {
	.card-group {
		margin: -5px;
	}
}

.card-group .grid-image {
	position: absolute;
	top: -18px;
	right: -18px;
}

@media screen and (max-width: 1360px) {
	.card-group .grid-image {
		top: -10px;
		right: 10px;
	}
}

@media screen and (max-width: 991px) {
	.card-group .grid-image {
		top: -15px;
		right: 5px;
		width: 120px;
		height: 110px;
	}
}

@media screen and (max-width: 568px) {
	.card-group .grid-image {
		top: -5px;
		right: 0;
		width: 100px;
		height: 90px;
	}
}

.card-group .item {
	width: 50%;
	padding: 20px;
}

@media screen and (max-width: 991px) {
	.card-group .item {
		padding: 5px;
	}
}

@media screen and (max-width: 640px) {
	.card-group .item {
		width: 100%;
	}
}

.card-group .card,
.card-group .card-wrapper {
	border-radius: 30px;
	padding: 18px 30px;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	height: 100%;
}

@media screen and (max-width: 991px) {
	.card-group .card,
	.card-group .card-wrapper {
		padding: 15px;
	}
}

.card-group .card-wrapper {
	background: linear-gradient(133deg, #2F0042 0%, #47145F 100%), #300045;
}

.card-group .title-card {
	color: #FFF;
	text-align: center;
	font-family: 'Big Shoulders Display';
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 10px;
	flex-grow: 1;
	flex-shrink: 1;
}

@media screen and (max-width: 991px) {
	.card-group .title-card {
		font-size: 22px;
	}
}

.card-group .subtitle {
	color: #B19ABC;
	text-align: center;
	font-size: 18px;
	flex-grow: 0;
	flex-shrink: 0;
}

.category-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -10px;
}

@media screen and (max-width: 860px) {
	.category-list {
		margin: 5px;
	}
}

.category-list .item {
	padding: 10px;
	width: 25%;
}

@media screen and (max-width: 860px) {
	.category-list .item {
		width: 33.333%;
		padding: 5px;
	}
}

@media screen and (max-width: 568px) {
	.category-list .item {
		width: 50%;
	}
}

.category-list a {
	display: flex;
	justify-content: center;
	color: #8A7992;
	font-size: 18px;
	font-weight: 500;
	padding: 14px 6px;
	width: 100%;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 4px 20px 0px rgba(138, 121, 146, 0.1);
	transition: color .3s, box-shadow .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.category-list a:hover {
		background: #33014A;
		color: #fff;
		box-shadow: 0px 4px 20px 0px rgba(51, 1, 74, 0.3);
	}
}

.wrap-link {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

@media screen and (max-width: 480px) {
	.wrap-link {
		margin-top: 20px;
	}
}

.wrap-link .all-link {
	color: #FFF;
	font-family: 'Big Shoulders Display';
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	border-radius: 30px;
	background: #33014A;
	box-shadow: 0px 4px 20px 0px rgba(51, 1, 74, 0.3);
	display: inline-flex;
	vertical-align: top;
	justify-content: center;
	padding: 21px;
	min-width: 430px;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.wrap-link .all-link:hover {
		background: #510276;
	}
}

@media screen and (max-width: 480px) {
	.wrap-link .all-link {
		min-width: 100%;
		font-size: 20px;
	}
}

.category {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -5px -5px 45px;
}

@media screen and (max-width: 640px) {
	.category {
		margin: -5px -5px 20px;
	}
}

.category .item {
	padding: 5px;
}

.category a {
	display: flex;
	justify-content: center;
	color: #B19ABC;
	font-size: 18px;
	font-weight: 500;
	padding: 14px 30px;
	width: 100%;
	border-radius: 20px;
	background: #421059;
	transition: color .3s, background .3s, box-shadow .3s;
}
.category a.active {
	pointer-events: none;
	cursor: default;
	background: #FFA902;
	box-shadow: 0px 4px 20px 0px rgba(255, 169, 2, 0.3);
	color: #33014A;
}

@media screen and (min-width: 1025px) {
	.category a:hover {
		background: #FFA902;
		box-shadow: 0px 4px 20px 0px rgba(255, 169, 2, 0.3);
		color: #33014A;
	}
}

@media screen and (max-width: 640px) {
	.category a {
		padding: 8px 20px;
	}
}

.pagination-list {
	display: flex;
	margin-top: 50px;
	justify-content: center;
}

.pagination-list .list {
	display: flex;
}

.pagination-list .list .item {
	margin-left: 10px;
}

@media screen and (max-width: 640px) {
	.pagination-list .list .item {
		display: none;
	}
}

.pagination-list .list .item:first-child {
	margin: 0;
}

@media screen and (max-width: 640px) {
	.pagination-list .list .item.active {
		display: block;
		margin: 0;
	}
}

.pagination-list .list .item.active a {
	border-radius: 20px;
	border: 2px solid #FFA902;
	background: transparent;
	color: #FFA902;
	pointer-events: none;
}

.pagination-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 50px;
	height: 50px;
	border-radius: 20px;
	background: linear-gradient(133deg, #2F0042 0%, #47145F 100%), #300045;
	color: #B19ABC;
	font-weight: 500;
	transition: color .3s, box-shadow .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.pagination-list a:hover {
		background: #FFA902;
		box-shadow: 0px 4px 20px 0px rgba(255, 169, 2, 0.3);
		color: #410F58;
	}
}

.pagination-list .item.pager {
	font-size: 13px;
}

.pagination-list .item.pager:first-child {
	margin-right: 20px;
}

.pagination-list .item.pager:last-child {
	margin-left: 20px;
}

.pagination-list .dots {
	color: #B19ABC;
}

.pagination-list .dots span {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 50px;
	height: 100%;
}

.bubble-group {
	position: absolute;
	bottom: -272px;
	left: 0;
	mix-blend-mode: overlay;
	max-width: 572px;
	height: 286px;
}

.bubble-group.secondary {
	bottom: -110px;
	left: 40px;
}

.bubble-group:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 572px;
	height: 286px;
	background-color: rgba(255, 255, 255, 0.1);
	border-top-left-radius: 286px;
	border-top-right-radius: 286px;
}

.bubble-group:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 28px;
	transform: translate3d(80px, 0, 0);
	width: 572px;
	height: 286px;
	background-color: rgba(124, 20, 170, 0.1);
	border-top-left-radius: 286px;
	border-top-right-radius: 286px;
}

.wave-group {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
}

.wave-group.second {
	top: 100%;
}

.wave-group svg {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: auto;
}

.decoration-block {
	position: absolute;
	right: -125px;
	z-index: -1;
	top: 16%;
}

@media screen and (max-width: 1510px) {
	.decoration-block {
		right: -50px;
		width: 150px;
		height: 140px;
	}
}

@media screen and (max-width: 1360px) {
	.decoration-block {
		right: -30px;
		width: 120px;
		height: 110px;
	}
}

@media screen and (max-width: 991px) {
	.decoration-block {
		display: none;
	}
}

.decoration {
	position: absolute;
	top: -47px;
	z-index: -1;
	left: -120px;
}

@media screen and (max-width: 1510px) {
	.decoration {
		left: 10px;
		top: -10px;
		width: 150px;
		height: 140px;
	}
}

@media screen and (max-width: 480px) {
	.decoration {
		width: 120px;
		height: 110px;
	}
}

.slider-wrapper {
	position: relative;
	margin: -15px;
}

@media screen and (max-width: 640px) {
	.slider-wrapper {
		margin: -15px -5px;
	}
}

@media screen and (max-width: 860px) {
	.slider-wrapper {
		margin: -15px -10px;
	}
}

.slider-wrapper .swiper-button-next,
.slider-wrapper .swiper-button-prev {
	border-radius: 20px;
	opacity: .5;
	font-size: 13px;
	background: linear-gradient(133deg, #2F0042 0%, #47145F 100%), #300045;
	width: 50px;
	height: 50px;
	top: 50%;
	margin: 0;
	transform: translate3d(0, -50%, 0);
	z-index: 2;
	color: #B19ABC;
}

@media screen and (min-width: 1025px) {
	.slider-wrapper .swiper-button-next:hover,
	.slider-wrapper .swiper-button-prev:hover {
		opacity: 1;
		color: #411058;
		background: #FFA902;
		box-shadow: 0px 4px 20px 0px rgba(255, 169, 2, 0.3);
	}
}

@media screen and (max-width: 991px) {
	.slider-wrapper .swiper-button-next,
	.slider-wrapper .swiper-button-prev {
		width: 30px;
		height: 30px;
	}
}

.slider-wrapper .swiper-button-next::after,
.slider-wrapper .swiper-button-prev::after {
	display: none;
}

.slider-wrapper .swiper-button-next svg,
.slider-wrapper .swiper-button-prev svg {
	width: 15px;
	height: 15px;
}

@media screen and (max-width: 991px) {
	.slider-wrapper .swiper-button-next svg,
	.slider-wrapper .swiper-button-prev svg {
		width: 10px;
		height: 10px;
	}
}

.slider-wrapper .swiper-button-next.swiper-button-disabled,
.slider-wrapper .swiper-button-prev.swiper-button-disabled {
	opacity: .2;
	pointer-events: auto;
}

@media screen and (min-width: 1025px) {
	.slider-wrapper .swiper-button-next.swiper-button-disabled:hover,
	.slider-wrapper .swiper-button-prev.swiper-button-disabled:hover {
		opacity: .2;
		background: linear-gradient(133deg, #2F0042 0%, #47145F 100%), #300045;
		color: #B19ABC;
	}
}

.slider-wrapper .swiper-button-prev {
	left: -11px;
}

@media screen and (max-width: 991px) {
	.slider-wrapper .swiper-button-prev {
		left: 15px;
	}
}

@media screen and (max-width: 840px) {
	.slider-wrapper .swiper-button-prev {
		left: 10px;
	}
}

.slider-wrapper .swiper-button-next {
	right: -11px;
}

@media screen and (max-width: 991px) {
	.slider-wrapper .swiper-button-next {
		right: 15px;
	}
}

@media screen and (max-width: 840px) {
	.slider-wrapper .swiper-button-next {
		right: 10px;
	}
}

.swiper-block {
	display: none;
}

.swiper-block.swiper-initialized {
	display: flex;
}

.swiper-block .swiper-slide {
	padding: 15px;
}

@media screen and (max-width: 860px) {
	.swiper-block .swiper-slide {
		padding: 15px 10px;
	}
}

@media screen and (max-width: 640px) {
	.swiper-block .swiper-slide {
		padding: 15px 5px;
	}
}

.swiper-block .card {
	display: flex;	
	justify-content: center;
	border-radius: 30px;
	background: #FFF;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
	border: 4px solid #fff;
	transition: box-shadow .2s, border .3s;
	padding: 16px;
	padding-bottom: 49%;
}

@media screen and (min-width: 1025px) {
	.swiper-block .card:hover {
		border: 4px solid #FFA902;
		box-shadow: 0 4px 12px 0 rgba(255, 169, 2, 0.3);
	}
}

.swiper-block .card img {
	max-width: 100%;
	position: absolute;
}

.twocolumns {
	display: flex;
	align-items: flex-start;
	position: relative;
}

@media screen and (max-width: 840px) {
	.twocolumns {
		flex-direction: column;
	}
}

.twocolumns .column {
	flex-shrink: 1;
	flex-grow: 1;
	width: 100%;
	overflow: hidden;
}

.twocolumns .column.second {
	flex-shrink: 0;
	flex-grow: 0;
	max-width: 520px;
	margin-left: 40px;
	overflow: visible;
}

@media screen and (max-width: 1024px) {
	.twocolumns .column.second {
		max-width: 400px;
		margin-left: 20px;
	}
}

@media screen and (max-width: 840px) {
	.twocolumns .column.second {
		max-width: 100%;
		margin: 20px 0 0;
	}
}

.content-box.secondary {
	padding: 30px;
	border-radius: 30px;
	background: #FFF;
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 840px) {
	.content-box.secondary {
		box-shadow: none;
	}
}

@media screen and (max-width: 480px) {
	.content-box.secondary {
		padding: 0;
	}
}

.content-box .main-row {
	margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
	.content-box .main-row {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 480px) {
	.content-box .main-row {
		margin-bottom: 40px;
	}
}

.content-box .main-row:last-child {
	margin-bottom: 0;
}

.content-box .row {
	margin-bottom: 30px;
}
.content-box {
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	.content-box .row {
		margin-bottom: 20px;
	}
}

.content-box .row:last-child {
	margin-bottom: 0;
}

.content-box .slider-wrapped {
	background-color: #FDF8FF;
	border-radius: 30px;
	padding: 30px;
	margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
	.content-box .slider-wrapped {
		padding: 20px;
	}
}

.content-box .swiper {
	width: 100%;
	height: 100%;
}

.content-box .slider .swiper-slide {
	height: 294px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-box .slider img {
	max-width: 225px;
	height: auto;
	border-radius: 10px;
}

.content-box .slider-thumbnails {
	margin-top: 20px;
	max-width: 490px;
	width: 100%;
}

.content-box .slider-thumbnails .swiper-slide {
	cursor: pointer;
	overflow: hidden;
	border-radius: 10px;
	border: 2px solid #EEE3F3;
	transition: border .3s;
}

@media screen and (min-width: 1025px) {
	.content-box .slider-thumbnails .swiper-slide:hover {
		border: 2px solid #33014A;
	}
}

.content-box .slider-thumbnails .swiper-slide-thumb-active {
	border-color: #FFA902;
}

.content-box .slider-thumbnails img {
	display: block;
	width: 100%;
	height: 70px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.content-box .sales-info {
	color: #33014A;
	margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
	.content-box .sales-info {
		margin-bottom: 20px;
	}
}

.content-box .title-content {
	display: flex;
	align-items: center;
	color: #33014A;
	font-family: 'Big Shoulders Display';
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
	.content-box .title-content {
		font-size: 20px;
	}
}

.content-box .title-content svg {
	font-size: 24px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 5px;
}

@media screen and (max-width: 480px) {
	.content-box .title-content svg {
		font-size: 20px;
	}
}

.content-box .pay-list {
	margin: -7px;
	justify-content: flex-start;
	opacity: 0.3;
}

.content-box .info {
	font-size: 24px;
	color: #33014A;
	margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
	.content-box .info {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 480px) {
	.content-box .info {
		font-size: 20px;
	}
}

.content-box .link {
	color: #33014A;
}

@media screen and (min-width: 1025px) {
	.content-box .link:hover {
		text-decoration: underline;
	}
}

.sales-list {
	padding-left: 30px;
}

@media screen and (max-width: 480px) {
	.sales-list {
		padding-left: 0;
	}
}

.sales-list .item {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	color: #33014A;
}

.sales-list .item:last-child {
	margin-bottom: 0;
}

.sales-list .subtitle {
	color: #8A7992;
	margin-top: 4px;
}

.sales-category {
	display: flex;
	flex-wrap: wrap;
	padding-left: 30px;
	margin: -5px;
}

@media screen and (max-width: 480px) {
	.sales-category {
		padding-left: 0;
	}
}

.sales-category .item {
	padding: 5px;
}

.sales-category a {
	display: flex;
	justify-content: center;
	color: #8A7992;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 20px;
	width: 100%;
	border-radius: 10px;
	background: #EEE3F3;
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.sales-category a:hover {
		background: #421059;
		color: #B19ABC;
	}
}

@media screen and (max-width: 480px) {
	.sales-category a {
		font-size: 16px;
		padding: 8px 15px;
	}
}

.radio-section .box {
	margin-bottom: 20px;
}

.label-choice {
	cursor: pointer;
	display: flex;
	background: #EEE3F3;
	padding: 15px 15px 15px 74px;
	align-items: center;
	min-height: 85px;
	border-radius: 20px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media screen and (max-width: 1024px) {
	.label-choice {
		padding: 8px 8px 8px 55px;
	}
}

.label-choice .wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	flex-grow: 1;
	flex-shrink: 1;
}

.label-choice .wrap::before {
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	background: #fff;
	border: 2px solid #9E85A8;
	border-radius: 100%;
	left: -40px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}

.label-choice .text {
	color: #33014A;
	font-size: 22px;
	font-weight: 500;
}

@media screen and (max-width: 480px) {
	.label-choice .text {
		font-size: 20px;
	}
}

.label-choice .detail {
	color: #8A7992;
	margin-top: 4px;
}

@media screen and (max-width: 480px) {
	.label-choice .detail {
		font-size: 16px;
	}
}

.input-choice:checked + .wrap::before {
	border: 6px solid #33014A;
}

.btn-next,
.link-contact {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	font-family: 'Big Shoulders Display';
	font-size: 18px;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	transition: color .3s, background .3s, box-shadow .3s;
	margin-bottom: 20px;
}

.link-contact {
	padding: 12px;
	border: 2px solid #9E85A8;
	color: #9E85A8;
	transition: border .3s, color .3s;
	font-weight: 700;
}

@media screen and (min-width: 1025px) {
	.link-contact:hover {
		border: 2px solid #33014A;
		color: #33014A;
	}
}

.btn-next {
	padding: 14px;
	background: #FFA902;
	box-shadow: 0px 4px 20px 0px rgba(255, 169, 2, 0.3);
	color: #33014A;
	font-weight: 800;
}

@media screen and (min-width: 1025px) {
	.btn-next:hover {
		background: #2F0042;
		box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
		color: #fff;
	}
}

.title-advantages {
	color: #33014A;
	font-weight: 500;
	margin-bottom: 10px;
}

.advantages-list {
	color: #33014A;
}

.advantages-list .item {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}

.advantages-list .item::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 2px;
	width: 7px;
	height: 15px;
	border: solid #FFA902;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.advantages-list .item:last-child {
	margin-bottom: 0;
}

.accordion-field {
	display: flex;
	margin: -20px;
	position: relative;
}

@media screen and (max-width: 991px) {
	.accordion-field {
		margin: -10px;
	}
}

@media screen and (max-width: 768px) {
	.accordion-field {
		flex-direction: column;
	}
}

.accordion-field .accordion-list {
	width: 50%;
	padding: 20px;
}

@media screen and (max-width: 991px) {
	.accordion-field .accordion-list {
		padding: 10px;
	}
}

@media screen and (max-width: 768px) {
	.accordion-field .accordion-list {
		width: 100%;
	}
}

.accordion-list {
	padding: 20px;
}

.accordion-list .accordion {
	background: rgba(0, 0, 0, 0.3);
}

.accordion-wrapped {
	margin-bottom: 10px;
}

.accordion-wrapped:last-child {
	margin-bottom: 0;
}

.accordion-wrapped .accordion {
	background: #FDF8FF;
}

.accordion-wrapped .accordion.active .accordion-btn {
	color: #33014A;
}

.accordion-wrapped .accordion-btn {
	color: #8A7992;
}

.accordion-list .accordion,
.accordion-wrapped .accordion {
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	margin-bottom: 10px;
}

.accordion-list .accordion.active .icon-plus,
.accordion-wrapped .accordion.active .icon-plus {
	display: none;
}

.accordion-list .accordion.active .icon-minus,
.accordion-wrapped .accordion.active .icon-minus {
	display: flex;
}

.accordion-list .accordion:last-child,
.accordion-wrapped .accordion:last-child {
	margin-bottom: 0;
}

.accordion-list .text-detail,
.accordion-wrapped .text-detail {
	display: none;
	line-height: 1.4;
	padding: 10px 20px 20px 67px;
}

@media screen and (max-width: 480px) {
	.accordion-list .text-detail,
	.accordion-wrapped .text-detail {
		padding: 10px 20px 20px;
	}
}

.accordion-list .text-detail p,
.accordion-wrapped .text-detail p {
	margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
	.accordion-list .text-detail p,
	.accordion-wrapped .text-detail p {
		font-size: 16px;
		margin-bottom: 10px;
	}
}

.accordion-list .text-detail p:last-child,
.accordion-wrapped .text-detail p:last-child {
	margin-bottom: 0;
}

.accordion-btn {
	padding: 20px;
	line-height: 1.4;
	display: flex;
	align-items: center;
	color: #fff;
	flex-grow: 1;
	flex-shrink: 1;
}

@media screen and (max-width: 480px) {
	.accordion-btn {
		padding: 15px;
	}
}

.accordion-btn svg {
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 24px;
	margin-right: 22px;
}

@media screen and (max-width: 568px) {
	.accordion-btn svg {
		font-size: 18px;
		margin-right: 15px;
	}
}

@media screen and (max-width: 568px) {
	.accordion-btn svg {
		font-size: 16px;
	}
}

.accordion-btn svg .icon-minus {
	display: none;
}

.accordion-btn strong {
	font-family: 'Big Shoulders Display';
	font-size: 24px;
	flex-grow: 1;
	flex-shrink: 1;
	text-align: start;
}

@media screen and (max-width: 568px) {
	.accordion-btn strong {
		font-size: 20px;
	}
}

@media screen and (max-width: 480px) {
	.accordion-btn strong {
		font-size: 18px;
	}
}

.section-auth,
.section-order {
	flex-shrink: 1;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section-auth {
	padding: 50px 0;
}

.section-order {
	padding: 30px 0 50px;
}

.logo-img {
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 480px) {
	.logo-img {
		margin-bottom: 30px;
	}
}

.auth-area {
	margin: 0 auto;
	max-width: 480px;
	width: 100%;
}

.auth-area .title {
	color: #fff;
	font-family: 'Big Shoulders Display';
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
	.auth-area .title {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

.form-wrap .row {
	margin-bottom: 12px;
}

.form-wrap .row:last-child {
	margin-bottom: 0;
}

.wrap-input {
	position: relative;
}

.toogle-pass {
	color: #8A7992;
	font-size: 20px;
	right: 20px;
	bottom: 16px;
	position: absolute;
}

@media screen and (max-width: 480px) {
	.toogle-pass {
		bottom: 13px;
	}
}

.toogle-pass svg {
	display: block;
}

@media screen and (min-width: 1025px) {
	.toogle-pass svg:hover {
		color: #FFA902;
	}
}

.input-auth {
	border-radius: 20px;
	padding: 0 40px;
	border: 2px solid rgba(137, 120, 145, 0.3);
}

.input-auth.focus {
	border: 2px solid #FFA902;
}

.input-auth.focus svg {
	color: #fff;
}

.input-auth.focus svg.secondary {
	color: #2F0042;
}

.input-auth.confirm {
	border: 2px solid #BBDEAB;
}

.input-auth.error {
	border: 2px solid #FF9494;
}

.input-auth .input {
	width: calc(100% + 80px);
	height: 40px;
	padding: 8px 20px 12px;
	margin: 0 -40px;
	color: #fff;
	font-size: 18px;
}

@media screen and (max-width: 480px) {
	.input-auth .input {
		height: 33px;
	}
}

.input-auth .input.second {
	padding-right: 65px;
}

.input-auth .input-number {
	width: 100%;
	height: 40px;
	font-size: 18px;
	padding: 8px 0 12px;
	color: #fff;
}

.input-auth legend {
	padding: 0 10px;
	font-size: 14px;
}

.remember-area {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

@media screen and (max-width: 480px) {
	.remember-area {
		margin-bottom: 20px;
	}
}

.checkbox-label {
	flex-grow: 1;
	flex-shrink: 1;
	display: inline-flex;
	align-items: flex-start;
	cursor: pointer;
}

.checkbox-label .checkbox {
	display: inline-flex;
	vertical-align: top;
	position: relative;
	color: #282A30;
	margin-right: 10px;
	flex-shrink: 0;
	flex-grow: 0;
	width: 20px;
	border: 2px solid #8A7992;
	transition: background .2s, border .2s;
	border-radius: 5px;
	height: 20px;
}

.checkbox-label .checkbox::after {
	content: "";
	position: absolute;
	top: -2px;
	left: -1px;
	z-index: 2;
	width: 20px;
	height: 20px;
	background: url("../images/vector.svg") no-repeat center;
	opacity: 0;
	transform: scale(0.6);
	transition: opacity .2s, transform .2s;
}

.checkbox-label span:not(.checkbox) {
	padding: 1px 0;
	color: #B19ABC;
	font-weight: 400;
}

.checkbox-label span:not(.checkbox) a {
	color: #fff;
	text-decoration: underline;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.checkbox-label span:not(.checkbox) a:hover {
		color: #FFA902;
	}
}

.checkbox-input {
	display: none;
}

.checkbox-input:checked + .checkbox {
	background: rgba(47, 175, 91, 0.1);
	border: 2px solid #FFA902;
}

.checkbox-input:checked + .checkbox::after {
	opacity: 1;
	transform: scale(1);
}

.remember-link {
	color: #fff;
	text-align: right;
	font-size: 18px;
	font-weight: 400;
	text-decoration-line: underline;
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 10px;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.remember-link:hover {
		color: #FFA902;
	}
}

.button-login {
	margin-top: 30px;
}

.button-login .auth {
	width: 100%;
	padding: 12px;
	border-radius: 20px;
	background: #FFA902;
	box-shadow: 0px 4px 20px 0px rgba(255, 169, 2, 0.3);
	color: #33014A;
	font-family: 'Big Shoulders Display';
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 26px;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.button-login .auth:hover {
		background: #ffc043;
	}
}

@media screen and (max-width: 480px) {
	.button-login .auth {
		padding: 10px;
	}
}

.create-account {
	margin-top: 30px;
}

@media screen and (max-width: 480px) {
	.create-account {
		margin-top: 20px;
	}
}

.create-account .signup {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	border: 2px solid #8A7992;
	color: #8A7992;
	text-align: center;
	font-family: 'Big Shoulders Display';
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	padding: 10px;
	transition: color .3s, border .3s;
}

@media screen and (min-width: 1025px) {
	.create-account .signup:hover {
		color: #FFA902;
		border: solid 2px #FFA902;
	}
}

@media screen and (max-width: 480px) {
	.create-account .signup {
		padding: 8px;
	}
}

.text-account {
	text-align: center;
}

.text-account a {
	color: #fff;
	text-decoration: underline;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.text-account a:hover {
		color: #FFA902;
	}
}

.create-question {
	color: #8A7992;
	margin-bottom: 8px;
	text-align: center;
}

.drop-number {
	position: relative;
}

.drop-number.active .dropped-number {
	display: block;
}

.drop-number.active svg {
	transform: rotate(180deg);
}

.drop-number .mask-number {
	margin-right: 5px;
	padding-bottom: 4px;
	flex-grow: 0;
	flex-shrink: 0;
	color: #fff;
}

.drop-number .item-number {
	display: flex;
	align-items: center;
	padding: 12px;
	border-top: 1px solid #9E85A8;
	cursor: pointer;
	color: #8A7992;
	font-size: 16px;
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.drop-number .item-number:hover {
		background: #dfc0eb;
		color: #2F0042;
	}
}

.drop-number .item-number:first-child {
	border-top: none;
}

.drop-number .item-number.select {
	background: #E5D0EE;
	color: #300045;
	pointer-events: none;
}

.drop-number .item-number .number {
	color: #33014A;
}

.drop-number .field-number {
	display: flex;
	align-items: center;
	width: calc(100% + 80px);
	margin: 0 -40px;
	padding: 0 20px;
}

.drop-number .field-number-drop {
	display: flex;
	align-items: center;
	margin: 0 4px 0 0;
	padding-bottom: 4px;
	cursor: pointer;
}

.drop-number img {
	width: 24px;
	height: 16px;
	-o-object-fit: cover;
	   object-fit: cover;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 5px;
}

.drop-number .dropped-number {
	border: 1px solid #9E85A8;
	display: none;
	position: absolute;
	top: calc(100% + 12px);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
	-webkit-backdrop-filter: blur(7px);
	        backdrop-filter: blur(7px);
	border-radius: 30px;
	overflow: hidden;
	z-index: 5;
	min-width: 185px;
	left: 0;
	max-height: 230px;
	overflow-y: auto;
}

.order-column {
	display: flex;
	position: relative;
	justify-content: space-around;
}

@media screen and (max-width: 840px) {
	.order-column {
		flex-direction: column-reverse;
	}
}

.order-column .col {
	flex-shrink: 1;
	flex-grow: 1;
	width: 100%;
}

.order-column .col.second {
	flex-shrink: 0;
	flex-grow: 0;
	max-width: 520px;
	margin-left: 40px;
	padding: 30px;
	border-radius: 30px 30px 0px 0px;
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1160px) {
	.order-column .col.second {
		margin-left: 20px;
		max-width: 450px;
	}
}

@media screen and (max-width: 840px) {
	.order-column .col.second {
		max-width: 100%;
		margin: 0 0 20px;
	}
}

@media screen and (max-width: 480px) {
	.order-column .col.second {
		padding: 20px;
	}
}

.order-column .row {
	margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
	.order-column .row {
		margin-bottom: 20px;
	}
}

.order-column .row:last-child {
	margin-bottom: 0;
}

.order-column .title {
	color: #33014A;
	font-family: 'Big Shoulders Display';
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
	.order-column .title {
		font-size: 20px;
	}
}

.order-column .wrap-input,
.order-column .drop-number {
	margin-bottom: 10px;
}

.order-column .wrap-input:last-child,
.order-column .drop-number:last-child {
	margin-bottom: 0;
}

.order-column .wrap {
	display: flex;
	margin: 0 -3px 10px;
}

@media screen and (max-width: 1160px) {
	.order-column .wrap {
		flex-direction: column;
	}
}

.order-column .wrap:last-child {
	margin: 0 -3px;
}

.order-column .item {
	width: 50%;
	padding: 0 3px;
}

@media screen and (max-width: 1160px) {
	.order-column .item {
		width: 100%;
		margin-bottom: 10px;
	}
	.order-column .item:last-child {
		margin-bottom: 0;
	}
}

.order-column .item.second {
	width: 70%;
}

@media screen and (max-width: 1160px) {
	.order-column .item.second {
		width: 100%;
	}
}

.order-column .item.secondary {
	width: 30%;
}

@media screen and (max-width: 1160px) {
	.order-column .item.secondary {
		width: 100%;
	}
}

.order-column .input,
.order-column .input-number,
.order-column .mask-number {
	color: #2F0042;
}

@media screen and (max-width: 480px) {
	.order-column .input,
	.order-column .input-number,
	.order-column .mask-number {
		font-size: 16px;
	}
}

.button-order {
	display: block;
	margin-left: auto;
	border-radius: 20px;
	background: #FFA902;
	box-shadow: 0px 4px 20px 0px rgba(255, 169, 2, 0.3);
	color: #33014A;
	font-family: 'Big Shoulders Display';
	font-size: 18px;
	font-weight: 800;
	padding: 12px 30px;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.button-order:hover {
		background: #ffc043;
	}
}

@media screen and (max-width: 480px) {
	.button-order {
		width: 100%;
		font-size: 16px;
	}
}

.info-dropped.active .dropped-area {
	display: block;
}

.info-dropped.active svg {
	transform: rotate(180deg);
}

.dropped-area {
	display: none;
	position: absolute;
	width: 100%;
	border: 1px solid #9E85A8;
	top: calc(100% + 12px);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	border-radius: 30px;
	overflow: hidden;
	z-index: 5;
	left: 0;
	max-height: 230px;
	overflow-y: auto;
}

.item-dropped {
	display: flex;
	align-items: center;
	padding: 12px;
	border-top: 1px solid #9E85A8;
	cursor: pointer;
	color: #8A7992;
	font-size: 16px;
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.item-dropped:hover {
		background: #dfc0eb;
		color: #2F0042;
	}
}

.item-dropped.selected {
	background: #E5D0EE;
	color: #300045;
	pointer-events: none;
}

.item-dropped:first-child {
	border-top: none;
}

.info-button {
	width: calc(100% + 80px);
	height: 40px;
	padding: 8px 20px 12px;
	margin: 0 -40px;
	color: #2F0042;
	font-size: 18px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 480px) {
	.info-button {
		height: 33px;
	}
}

.info-button svg {
	margin-left: auto;
	font-size: 13px;
}

.title-order {
	color: #33014A;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
	.title-order {
		font-size: 18px;
	}
}

.group-box {
	margin-bottom: 20px;
}

.link-lease,
.link-buy {
	display: flex;
	justify-content: center;
	border-radius: 20px;
	padding: 14px;
	font-weight: 800;
	font-family: 'Big Shoulders Display';
	letter-spacing: 0.9px;
	text-transform: uppercase;
}

@media screen and (max-width: 480px) {
	.link-lease,
	.link-buy {
		font-size: 16px;
		padding: 12px;
	}
}

.link-lease {
	background: #FFA902;
	box-shadow: 0px 4px 20px 0px rgba(255, 169, 2, 0.3);
	color: #33014A;
	transition: box-shadow .3s, color .3s, background .3s;
	margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
	.link-lease:hover {
		background: #2F0042;
		box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
		color: #fff;
	}
}

@media screen and (max-width: 480px) {
	.link-lease {
		margin-bottom: 15px;
	}
}

.link-buy {
	box-shadow: inset 0 0 0 2px #9E85A8;
	color: #9E85A8;
	transition: box-shadow .3s, color .3s;
	font-weight: 700;
}

@media screen and (min-width: 1025px) {
	.link-buy:hover {
		box-shadow: inset 0 0 0 2px #33014A;
		color: #33014A;
	}
}

.main-order {
	display: flex;
	flex-direction: column;
}

.main-order .box {
	flex-shrink: 1;
	flex-grow: 1;
}

.main-order .box.second {
	border-top: 1px dashed #9E85A8;
	padding: 20px 30px 0;
	margin: 30px -30px 0;
	flex-shrink: 0;
	flex-grow: 0;
}

@media screen and (max-width: 480px) {
	.main-order .box.second {
		padding: 20px 20px 0;
		margin: 20px -20px 0;
	}
}

.main-order .list {
	margin: 0 -30px;
}

@media screen and (max-width: 480px) {
	.main-order .list {
		margin: 0 -20px;
	}
}

.item-info {
	display: flex;
	align-items: center;
	padding: 10px 30px;
	color: #8A7992;
	font-weight: 500;
	background: #FDF8FF;
	border-top: 1px solid rgba(158, 133, 168, 0.3);
}

@media screen and (max-width: 480px) {
	.item-info {
		font-size: 16px;
	}
}

.item-info:first-child {
	border-top: none;
}

.item-info .name {
	flex-grow: 1;
	flex-shrink: 1;
}

.item-info .price {
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 5px;
}

.total {
	display: flex;
	align-items: center;
	color: #33014A;
	font-size: 22px;
	font-weight: 500;
}

@media screen and (max-width: 480px) {
	.total {
		font-size: 20px;
	}
}

.total .name {
	flex-grow: 1;
	flex-shrink: 1;
}

.total-price {
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 5px;
}

.total-text {
	margin-top: 40px;
	line-height: 1.4;
}

@media screen and (max-width: 480px) {
	.total-text {
		font-size: 16px;
		margin-top: 25px;
	}
}

.payment-list {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

@media screen and (max-width: 1024px) {
	.payment-list {
		margin: -5px;
	}
}

@media screen and (max-width: 568px) {
	.payment-list {
		margin: -2px;
	}
}

.item-pay {
	padding: 10px;
	width: 33.333%;
}

@media screen and (max-width: 1024px) {
	.item-pay {
		padding: 5px;
		width: 50%;
	}
}

@media screen and (max-width: 840px) {
	.item-pay {
		width: 33.33%;
	}
}

@media screen and (max-width: 568px) {
	.item-pay {
		padding: 2px;
	}
}

@media screen and (max-width: 568px) {
	.item-pay {
		width: 50%;
	}
}

.label-pay,
.pay-text {
	outline: none;
	overflow: hidden;
	display: flex;
	width: 100%;
	justify-content: center;
}

.pay-text {
	cursor: pointer;
	border-radius: 20px;
	background: #EEE3F3;
	color: #8A7992;
	padding: 12px;
}

@media screen and (min-width: 1025px) {
	.pay-text:hover {
		background: #E5D0EE;
	}
}

@media screen and (max-width: 568px) {
	.pay-text {
		padding: 8px;
		font-size: 16px;
	}
}

.input-pay {
	display: none;
}

.input-pay:checked + .pay-text {
	background: #421059;
	color: #EEE3F3;
}

.wrap-single {
	position: relative;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

.wrap-confirm {
	border-radius: 30px;
	background: #FFF;
	box-shadow: 0 4px 24px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	position: relative;
}

.wrap-confirm.second {
	box-shadow: none;
}

.logo-back {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

.star-sticky {
	position: absolute;
	right: -17px;
	top: -25px;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	.star-sticky {
		right: 0px;
		top: -20px;
		width: 50px;
		height: 50px;
	}
}

.star-sticky-top {
	position: absolute;
	left: 17px;
	top: 55%;
	z-index: 10;
	opacity: .3;
}

@media screen and (max-width: 768px) {
	.star-sticky-top {
		width: 44px;
		height: 44px;
		top: 52%;
		left: 0;
	}
}

.star-sticky-bottom {
	position: absolute;
	right: 17px;
	bottom: 0;
	z-index: 10;
	opacity: .3;
	width: 44px;
	height: 44px;
}

.decoration-el {
	position: absolute;
	bottom: -50px;
	left: -50px;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.decoration-el {
		bottom: -55px;
		left: 10px;
		width: 150px;
		width: 130px;
	}
}

.decoration-el.second {
	top: -50px;
	left: -50px;
}

@media screen and (max-width: 768px) {
	.decoration-el.second {
		width: 120px;
		height: 110px;
		top: -37px;
		left: 15px;
	}
}

@media screen and (max-width: 411px) {
	.decoration-el.second {
		width: 100px;
		height: 80px;
		top: -25px;
		left: 15px;
	}
}

.circle-filter {
	position: absolute;
	right: 0;
	top: 0px;
}

@media screen and (max-width: 411px) {
	.circle-filter {
		height: 100px;
		width: 200px;
	}
}

.circle-filter-single {
	position: absolute;
	left: -60px;
	top: 0;
	transform: rotate(270deg);
}

@media screen and (max-width: 411px) {
	.circle-filter-single {
		height: 100px;
		width: 200px;
	}
}

.confirmed-top {
	position: relative;
	padding: 100px 15px 130px;
}

@media screen and (max-width: 640px) {
	.confirmed-top {
		padding: 80px 0;
	}
}

@media screen and (max-width: 411px) {
	.confirmed-top {
		padding: 70px 0;
	}
}

.confirmed-top .text,
.confirmed-top .title {
	text-align: center;
	font-size: 36px;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	.confirmed-top .text,
	.confirmed-top .title {
		font-size: 30px;
	}
}

@media screen and (max-width: 411px) {
	.confirmed-top .text,
	.confirmed-top .title {
		font-size: 26px;
	}
}

.confirmed-top .text {
	color: #FFF;
}

.confirmed-top .title {
	color: #33014A;
}

.confifmed-box {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: -20px auto 0 auto;
	max-width: 460px;
	width: 100%;
	padding: 0 15px 100px;
}

@media screen and (max-width: 411px) {
	.confifmed-box {
		padding-bottom: 50px;
	}
}

.confifmed-box svg {
	margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
	.confifmed-box svg {
		width: 120px;
		height: 100px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 411px) {
	.confifmed-box svg {
		width: 100px;
		height: 80px;
		margin-bottom: 15px;
	}
}

.confifmed-box .text {
	color: #33014A;
	font-size: 22px;
	font-weight: 500;
}

.confifmed-box p {
	color: #B19ABC;
	line-height: 1.4;
	text-align: center;
	margin-top: 10px;
	max-width: 400px;
	width: 100%;
}

.confifmed-box .link {
	margin-top: 30px;
	color: #33014A;
	font-family: 'Big Shoulders Display';
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	border-radius: 30px;
	background: #FFA902;
	box-shadow: 0px 4px 20px 0px rgba(255, 169, 2, 0.3);
	width: 100%;
	padding: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.confifmed-box .link:hover {
		background: #ffc043;
	}
}

@media screen and (max-width: 411px) {
	.confifmed-box .link {
		padding: 12px;
		font-size: 16px;
	}
}

.footer {
	margin-top: auto;
	background: linear-gradient(to right, #2f0042 0%, #47145f 100%);
	position: relative;
	z-index: 2;
}

.footer-holder {
	padding: 50px 0;
}

@media screen and (max-width: 1160px) {
	.footer-holder {
		padding: 50px 0 20px;
	}
}

@media screen and (max-width: 480px) {
	.footer-holder {
		padding: 50px 0 10px;
	}
}

.footer-holder .columns {
	display: flex;
	padding: 0 50px;
}

@media screen and (max-width: 1160px) {
	.footer-holder .columns {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 768px) {
	.footer-holder .columns {
		padding: 0 10px;
	}
}

.footer-holder .column {
	flex-grow: 1;
	flex-shrink: 1;
}

.footer-holder .column.second {
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 40px;
	max-width: 410px;
}

@media screen and (max-width: 1160px) {
	.footer-holder .column.second {
		margin: 40px 0 0;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.footer-holder .title {
	color: #FFF;
	font-size: 24px;
	font-family: 'Big Shoulders Display';
	font-weight: 900;
	margin-bottom: 10px;
}

.footer-holder .subtitle {
	color: #B19ABC;
	font-size: 18px;
	margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
	.footer-holder .subtitle {
		font-size: 16px;
	}
}

.footer-form-wrapped {
	display: flex;
	border-radius: 20px;
	border: 2px solid #9E85A8;
	margin-bottom: 5px;
}
.subscribe-form{
	margin-bottom: 30px;
}

@media screen and (max-width: 1160px) {
	.footer-form-wrapped {
		max-width: 500px;
		width: 100%;
		margin-bottom: 20px;
	}
}

.footer-form-wrapped input {
	width: 100%;
	flex-grow: 1;
	flex-shrink: 1;
	padding: 12px 20px;
	color: #fff;
	font-size: 18px;
	height: 46px;
}

@media screen and (max-width: 480px) {
	.footer-form-wrapped input {
		font-size: 16px;
	}
}

.footer-form-wrapped button {
	flex-grow: 0;
	flex-shrink: 0;
	padding: 12px 30px;
	margin: -2px -2px -2px 0;
	border-radius: 20px;
	background: #FFA902;
	color: #33014A;
	font-size: 18px;
	font-family: 'Big Shoulders Display';
	font-weight: 800;
	letter-spacing: .9px;
	text-transform: uppercase;
	box-shadow: 0 4px 20px 0 rgba(255, 169, 2, 0.3);
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.footer-form-wrapped button:hover {
		background: #ffc043;
	}
}

@media screen and (max-width: 480px) {
	.footer-form-wrapped button {
		font-size: 16px;
	}
}

.bottom-box {
	position: relative;
	z-index: 10;
	margin-bottom: 50px;
	margin-top: -125px;
}

.bottom-box::before, .bottom-box::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #E5D0EE;
	border-radius: 80px;
}

.bottom-box::before {
	opacity: .7;
	transform: translate3d(0, -20px, 0) scale(0.98);
}

.bottom-box::after {
	opacity: .35;
	transform: translate3d(0, -40px, 0) scale(0.94);
}

.bottom-box .wrap {
	background: #21012F;
	padding: 40px;
	border-radius: 80px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1160px) {
	.bottom-box .wrap {
		padding: 30px 20px;
	}
}

.bottom-box .title-text {
	margin-bottom: 30px;
	color: #B19ABC;
	font-size: 18px;
	letter-spacing: 5.4px;
	text-align: center;
}

@media screen and (max-width: 991px) {
	.bottom-box .title-text {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 480px) {
	.bottom-box .title-text {
		margin-bottom: 15px;
	}
}

.view-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -20px;
}

@media screen and (max-width: 1160px) {
	.view-list {
		justify-content: center;
	}
}

@media screen and (max-width: 768px) {
	.view-list {
		margin: -10px;
	}
}

@media screen and (max-width: 480px) {
	.view-list {
		margin: -5px;
	}
}

.view-list .item {
	padding: 20px;
}

@media screen and (max-width: 768px) {
	.view-list .item {
		padding: 10px;
	}
}

@media screen and (max-width: 480px) {
	.view-list .item {
		padding: 5px;
	}
}

.view-list svg {
	display: block;
	fill: rgba(255, 255, 255, 0.5);
	transition: all .3s ease;
}
.view-list svg:hover {
	fill: #fff;
}

@media screen and (max-width: 768px) {
	.view-list svg {
		max-width: 150px;
	}
}

@media screen and (max-width: 480px) {
	.view-list svg {
		max-width: 100px;
	}
}

.pay-list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: -7px -7px 23px;
}

.pay-list .item {
	padding: 7px;
}

.logo-footer {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
	.logo-footer img {
		max-width: 170px;
	}
}

.footer-info {
	display: flex;
	justify-content: space-between;
	max-width: 1235px;
	width: 100%;
	flex-wrap: wrap;
	margin: -20px -20px -20px auto;
}

@media screen and (max-width: 1160px) {
	.footer-info {
		margin: -20px;
	}
}

@media screen and (max-width: 768px) {
	.footer-info {
		flex-direction: column;
		margin: 0;
	}
}

.footer-info .col {
	padding: 50px 20px 20px;
}

@media screen and (max-width: 1160px) {
	.footer-info .col {
		padding: 20px;
	}
}

@media screen and (max-width: 768px) {
	.footer-info .col {
		padding: 0;
		margin-bottom: 20px;
	}
	.footer-info .col:last-child {
		margin-bottom: 0;
	}
}

.footer-info .title-list {
	color: #FFF;
	font-size: 24px;
	font-family: 'Big Shoulders Display';
	font-weight: 900;
	margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
	.footer-info .title-list {
		font-size: 20px;
	}
}

@media screen and (max-width: 768px) {
	.footer-list {
		display: flex;
		flex-wrap: wrap;
		margin: -5px;
	}
}

.footer-list .item {
	margin-bottom: 10px;
	font-size: 18px;
}

@media screen and (max-width: 480px) {
	.footer-list .item {
		font-size: 16px;
	}
}

.footer-list .item:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.footer-list .item {
		margin: 0;
		padding: 5px;
	}
}

.footer-list a,
.social-list a {
	color: #B19ABC;
	font-weight: 500;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.footer-list a:hover,
	.social-list a:hover {
		color: #FFA902;
	}
}

.footer-list .item.active a{
	color: #FFA902;
	pointer-events: none;
	cursor: default;
}
.social-list {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.social-list .item {
	margin-left: 20px;
	font-size: 20px;
}

.social-list .item:first-child {
	margin-left: 0;
}

.copyright {
	font-size: 14px;
}
.auth-validation{
	color: red;
	margin-left: 30px;
	display: none;
}

.loader {
	display: none;
	z-index: 999;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: .7;
	background: #3A0A50;
	justify-content: center;
	align-items: center;
}

.loader-spin {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	background: linear-gradient(0deg, rgba(255, 169, 2, 0.2) 33%, #FFA902 100%);
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

.loader-spin::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 112px;
	height: 112px;
	border-radius: 50%;
	background: #3A0A50;
}
@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.swiper-block .card {
	position: relative;
	overflow: hidden;
}
.swiper-block .card img {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.main-grid .content {
	position: relative;
}
@media screen and (min-width: 1025px) {
	.main-grid .content:hover.sold {
		opacity: 1;
	}
	.main-grid .content:hover .old-price {
		color: #936100;
	}
}
.main-grid .content.sold {
	opacity: 0.5;
}
.main-grid .main-content {
	padding: 10px 20px;
	min-height: 67px;
}
.main-grid .price {
	display: flex;
	flex-direction: column;
}
.main-grid .old-price {
	color: #8a7992;
	font-size: 14px;
	transition: color 0.3s;
	text-align: end;
	text-decoration-line: line-through;
}
.main-grid .sticky {
	top: 20px;
	left: 0;
	border-radius: 0 20px 20px 0;
}
.sticky {
	position: absolute;
	padding: 7px 10px;
	background: #ffa902;
	color: #33014a;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
}
.label-choice.sold {
	opacity: 0.5;
	pointer-events: none;
	padding: 15px 50px 15px 30px;
}
.label-choice.sold .wrap::before {
	display: none;
}
.label-choice .text {
	display: flex;
	align-items: center;
}
.label-choice .old-price {
	color: #8a7992;
	font-size: 18px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 10px;
	text-decoration-line: line-through;
}
.label-choice .sticky {
	right: 0;
	border-radius: 20px 0 0 20px;
}
.btn-next.sold {
	opacity: 0.5;
	pointer-events: none;
}

