@font-face {
	font-family: "Circe";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Circe"), url("../fonts/Circe-Regular.ttf") format("ttf"),
		url("../fonts/Circe-Regular.woff") format("woff"),
		url("../fonts/Circe-Regular.eot") format("eot");
}
@font-face {
	font-family: "Circe";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local("Circe"), url("../fonts/Circe-Light.ttf") format("ttf"),
		url("../fonts/Circe-Light.woff") format("woff"),
		url("../fonts/Circe-Light.eot") format("eot");
}
@font-face {
	font-family: "Circe";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local("Circe"), url("../fonts/Circe-Bold.ttf") format("ttf"),
		url("../fonts/Circe-Bold.woff") format("woff"),
		url("../fonts/Circe-ExtraBold.eot") format("eot");
}
.body-preload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	z-index: 1000;
	background-color: #fff;
	transition: background-color ease 0.3s;
}

body {
	font-family: "Circe", sans-serif;
	min-width: 360px;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	min-width: 360px;
}
header,
footer,
body {
	background-color: #fff;
}

body.block-scroll {
	height: 100vh;
	overflow: hidden;
}
h1 {
	font-size: 80px;
	line-height: 80px;
	text-transform: uppercase;
	font-feature-settings: "ss02" on;
}
h2 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 300;
	font-feature-settings: "tnum" on, "lnum" on, "ss02" on;
}
h3 {
	font-size: 24px;
	line-height: 28px;
}
button,
input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Circe;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.preloader-container-wrapper {
	position: relative;
}
.preloader-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.5);
}

.lds-spinner {
	color: official;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-spinner div {
	transform-origin: 40px 40px;
	animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: rgb(0, 0, 0);
}
.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}
@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.hiden {
	display: none;
}

.logo {
	display: block;
	width: 150px;
	height: 32px;
}
.riv-anim {
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}
.icon {
	display: block;
	position: relative;
	width: 48px;
	height: 48px;
	padding: 12px;
	cursor: pointer;
	fill: #000;
}

.icon-s {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
}

.icon::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
}

.gw-alert {
	padding-top: 60px;
	text-align: center;
	font-size: 32px;
}

.secondary-color {
	color: rgba(0, 0, 0, 0.4);
}

.menu-icon::before {
	background: url(../img/menu.svg) no-repeat center;
}
.icon-cross::before {
	background: url(../img/cross.svg) no-repeat center;
}
.icon-arrow::before {
	background: url(../img/arrow-left.svg) no-repeat center;
}
.instagram-icon {
	background: center no-repeat url(../img/insta-icon.svg);
}
.facebook-icon {
	background: center no-repeat url(../img/facebook-icon.svg);
}
.telegram-icon {
	background: center no-repeat url(../img/telegram-icon.svg);
}
.aple-icon {
	background: center no-repeat url(../img/aple-icon.svg);
}
.play-market {
	background: center no-repeat url(../img/play-market-icon.svg);
}
.age-limit-icon {
	background: center no-repeat url(../img/catalog-element/18.svg);
}
.covid-icon {
	background: center no-repeat url(../img/catalog-element/covid.svg);
}
.icon-download {
	background: center no-repeat url(../img/arrow-down-circle.svg);
}
.btn-main {
	display: inline-block;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
	border: 1px solid #000;
	color: #000;
	background-color: transparent;
	padding: 16px 24px 16px;
	border-radius: 56px;
	font-size: 16px;
	line-height: 22px;
	cursor: pointer;
	-webkit-transition: color 0.2s linear, border 0.2s linear,
		background-color 0.2s linear, transform linear 0.2s;
	-o-transition: color 0.2s linear, border 0.2s linear,
		background-color 0.2s linear, transform linear 0.2s;
	-webkit-transition: color 0.2s linear, border 0.2s linear,
		background-color 0.2s linear, -webkit-transform linear 0.2s;
	transition: color 0.2s linear, border 0.2s linear,
		background-color 0.2s linear, -webkit-transform linear 0.2s;
	transition: color 0.2s linear, border 0.2s linear,
		background-color 0.2s linear, transform linear 0.2s;
	transition: color 0.2s linear, border 0.2s linear,
		background-color 0.2s linear, transform linear 0.2s,
		-webkit-transform linear 0.2s;
	-webkit-font-feature-settings: "tnum" on, "lnum" on;
	font-feature-settings: "tnum" on, "lnum" on;
}

.btn-main.btn-main-buy {
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 8px 14.5px 6px;
	border-radius: 56px;
}

.btn-main.btn-main-alt {
	color: #fff;
	background-color: #000;
	padding: 16px;
	border-radius: 56px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	text-align: center;
}

.btn-main.btn-main-white {
	padding: 16px 23px;
	border-radius: 56px;
	color: #000;
	background-color: #fff;
}

.btn-main.btn-main-buy > :first-child {
	font-size: 14px;
	line-height: 18px;
}

.chevron {
	width: 24px;
	height: 24px;
	fill: transparent;
	-webkit-transition: stroke linear 0.3s;
	-o-transition: stroke linear 0.3s;
	transition: stroke linear 0.3s;
}

.chevron.chevron-white {
	stroke: #fff;
}

.main-counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	border: solid 1px rgba(0, 0, 0, 0.2);
	border-radius: 56px;
	overflow: hidden;
	height: 56px;
	min-width: 120px;
	max-width: 120px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.main-counter button {
	background-color: inherit;
	border: none;
}
.main-counter button:active,
.main-counter button:hover,
.main-counter button:focus {
	outline: none;
	border: none;
}
.block-element {
	display: block;
}

.main-counter input {
	display: inline-block;
	border: none;
	padding: 0;
	margin: 0;
	outline: none;
	font-size: 20px;
	text-align: center;
	line-height: 32px;
	-webkit-font-feature-settings: "liga" off;
	font-feature-settings: "liga" off;
	font-style: normal;
	font-weight: normal;
	padding-top: 4px;
	min-width: 30px;
	width: 30px;
}

.main-counter .counter-icon-wrapper {
	display: block;
	width: 50%;
	padding: 16px 8px;
	cursor: pointer;
}

.main-counter .counter-icon {
	display: block;
	width: 20px;
	height: 20px;
	stroke: #000;
}
.main-counter .counter-icon-wrapper:first-child .counter-icon {
	margin-left: auto;
}
.main-counter .counter-icon-wrapper:last-child .counter-icon {
	margin-right: auto;
}

.main-counter .counter-icon-wrapper.disabled .counter-icon {
	opacity: 0.4;
}

.main-counter.main-counter-smal {
	border: none;
	height: 22px;
	padding: 0;
	min-width: 82px;
	margin: 0 -8px;
}

.main-counter.main-counter-smal input {
	font-size: 16px;
	line-height: 22px;
}

.main-counter.main-counter-smal .counter-icon-wrapper {
	padding: 0 8px;
}

.event-buy-form {
	padding: 0 24px;
}

.base-popup__main > ul:not(:last-child),
.base-popup__main > div:not(:last-child) {
	margin-bottom: 32px;
}
.base-popup__btn-cont .btn-main {
	width: 100%;
}

.input-cont > .title {
	margin-bottom: 32px;
	color: #000;
	font-size: 20px;
	line-height: 32px;
	font-feature-settings: "tnum" on, "lnum" on, "ss02" on;
}

.input-cont > .input-item:not(:last-child) {
	margin-bottom: 12px;
}

.input-item label {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 8px;
	-webkit-transition: color linear 0.2s;
	-o-transition: color linear 0.2s;
	transition: color linear 0.2s;
}

.input-item.filled label {
	color: rgba(0, 0, 0, 0.5);
}

.input-item input {
	display: block;
	width: 100%;
	padding: 11px;
	border-radius: 5px;
	border: solid 1px #dbdee3;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}

.input-item input:focus {
	outline: 2px solid rgba(0, 0, 0, 1);
}

.input-item input {
	border: solid 1px #dbdee3;
}

.input-item.disabled input {
	background: #f5f6fa;
	color: rgba(0, 0, 0, 0.5);
	border-color: #f5f6fa;
	pointer-events: none;
}

.input-item.disabled label {
	color: rgba(0, 0, 0, 0.5);
}

.check-box-item.err-item label::before,
.input-item.err-item input {
	border: 2px solid #eb001b;
}

.err-text {
	padding-top: 4px;
	color: #eb001b;
	font-size: 12px;
	line-height: 18px;
}

.check-box-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 0;
}

.check-box-item input {
	display: none;
}

.check-box-item label {
	padding-top: 2px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 30px;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
}

.check-box-item label::after,
.check-box-item label::before {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 1px;
	left: 0;
}

.check-box-item label::before {
	border-radius: 3px;
	border: 2px solid #212121;
}

.check-box-item label::after {
	z-index: 1;
	top: 2px;
	left: 1px;
	width: 18px;
	height: 18px;
	background: center / cover no-repeat url(../img/sucess-mark.svg);
}

.check-box-item input:checked + label::before {
	background-color: rgba(0, 0, 0, 1);
}

.check-box-item label > a {
	margin-left: 3px;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.4);
	-webkit-transition: color linear 0.2s;
	-o-transition: color linear 0.2s;
	transition: color linear 0.2s;
}

.btn-big {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 32px 24px;
	outline: none;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.17);
	box-sizing: border-box;
	border-radius: 8px;
	cursor: pointer;
	color: #000;
	text-decoration: none;
}

.btn-big span {
	padding-top: 2px;
	display: block;
	font-size: 16px;
	line-height: 22px;
}

.btn-big i {
	padding: 0;
	width: 24px;
	height: 24px;
	margin-right: 12px;
}

.sample-list {
	font-size: 16px;
	line-height: 22px;
}

.sample-list .title {
	font-size: 32px;
	line-height: 36px;
	-webkit-font-feature-settings: "tnum" on, "lnum" on, "ss02" on;
	font-feature-settings: "tnum" on, "lnum" on, "ss02" on;
}

.sample-list ul {
	margin: -16px 0;
}

.sample-list li {
	padding: 16px 0;
	position: relative;
}

.sample-list__numbers {
	margin-right: 32px;
}

.sample-list li:not(:last-child)::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(20%, rgba(0, 0, 0, 0.4)),
		color-stop(0%, rgba(255, 255, 255, 0))
	);
	background-image: -o-linear-gradient(
		left,
		rgba(0, 0, 0, 0.4) 20%,
		rgba(255, 255, 255, 0) 0%
	);
	background-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.4) 20%,
		rgba(255, 255, 255, 0) 0%
	);
	background-position: bottom;
	background-size: 5px 1px;
	background-repeat: repeat-x;
}

.sample-list .title {
	margin-bottom: 32px;
}

.sample-list li > p {
	display: flex;
}

.base-popup__bg,
.base-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	min-height: 100%;
	padding: 56px 16px;
}

.base-popup__bg {
	background-color: rgba(0, 0, 0, 0.5);
}

.base-popup {
	overflow-y: scroll;
	display: none;
}

.base-popup__body {
	position: relative;
	margin: 0 auto;
	max-width: 384px;
	background-color: #fff;
	z-index: 101;
	border-radius: 8px;
	-webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
}

.base-popup__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 12px 12px 32px;
}

.base-popup__title {
	padding: 12px 0 0 12px;
	-ms-flex-item-align: end;
	align-self: flex-end;
	font-size: 32px;
	line-height: 36px;
	-webkit-font-feature-settings: "tnum" on, "lnum" on, "ss02" on;
	font-feature-settings: "tnum" on, "lnum" on, "ss02" on;
}

.base-popup__close-popup {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.4);
	-webkit-transition: color linear 0.2s;
	-o-transition: color linear 0.2s;
	transition: color linear 0.2s;
}

.base-popup__main {
	padding: 0 24px 24px;
}

.base-pay-list li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.base-pay-list li:not(:last-child) {
	margin-bottom: 12px;
}

.base-pay-list li::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	z-index: -1;
	height: 3px;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(20%, rgba(0, 0, 0, 0.4)),
		color-stop(0%, rgba(255, 255, 255, 0))
	);
	background-image: -o-linear-gradient(
		left,
		rgba(0, 0, 0, 0.4) 20%,
		rgba(255, 255, 255, 0) 0%
	);
	background-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.4) 20%,
		rgba(255, 255, 255, 0) 0%
	);
	background-position: bottom;
	background-size: 5px 1px;
	background-repeat: repeat-x;
}

.base-pay-list__value,
.base-pay-list__name {
	font-size: 16px;
	line-height: 22px;
	background-color: #fff;
}

.base-pay-list__value {
	margin-left: auto;
}

.big-radio-btn {
	padding: 24px 16px 24px;
	display: flex;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0.17);
	border-radius: 8px;
	position: relative;
}

input.radio-input {
	display: none;
}

.big-radio-btn__text {
	flex-grow: 1;
}

.big-radio-btn > i {
	position: relative;
	width: 18px;
	height: 18px;
	border: 2px solid #212121;
	border-radius: 33px;
	margin-right: 16px;
}

.radio-input:checked + .big-radio-btn i::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 2px;
	display: block;
	width: 10px;
	height: 10px;
	background-color: #000;
	border-radius: 50%;
}

.radio-input:disabled + .big-radio-btn i::before {
	background-color: #aeb4c2;
}

.radio-input:disabled + .big-radio-btn i {
	background: #eeeeee;
	border: 2px solid #aeb4c2;
}

.big-radio-btn__name {
	display: block;
	font-size: 16px;
	line-height: 22px;
}

.big-radio-btn__name:not(:last-child) {
	margin-bottom: 4px;
}

.big-radio-btn__name :last-child {
	float: right;
	margin-left: 16px;
}

.big-radio-btn__text .secondary-color {
	display: block;
	font-size: 14px;
	line-height: 16px;
}

.base-popup__logo-cont {
	text-align: center;
	padding-top: 24px;
}

.block-404 {
	padding: 92px 48px 116px;
	max-width: 758px;
	margin: 0 auto;
}

.block-404__img {
	margin-bottom: 56px;
}

.block-404__img img {
	width: 100%;
	display: block;
}

.block-404__sub-title {
	font-weight: 300;
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	font-feature-settings: "tnum" on, "lnum" on;
}

.block-404__btn-cont {
	text-align: center;
}

.app-icon {
	display: inline-block;
	width: 32px;
	height: 32px;
}

.radio-item:not(:last-child) {
	margin-bottom: 16px;
}

.radio-item label {
	display: block;
	min-height: 22px;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	cursor: pointer;
	padding-left: 26px;
}

.radio-item input {
	display: none;
}

.radio-item input:checked {
	display: none;
}

.radio-item label::before,
.radio-item label::after {
	content: "";
	display: block;
	position: absolute;
	border-radius: 50%;
}

.radio-item label::before {
	top: 2px;
	left: 0;
	width: 14px;
	height: 14px;
	border: solid 2px #000;
}

.radio-item label::after {
	top: 6px;
	left: 4px;
	display: none;
	width: 10px;
	height: 10px;
	background-color: #000;
}

.radio-item input:checked + label::after {
	display: block;
}

.radio-item.disabled label {
	cursor: auto;
	pointer-events: none;
}

.radio-item.disabled label::before {
	background-color: #eeeeee;
	border-color: #aeb4c2;
}

.radio-item.disabled label::after {
	background-color: #aeb4c2;
}

@media screen and (min-width: 401px) {
	h3 {
		font-size: 28px;
		line-height: 32px;
	}
	.check-box-item label br {
		display: none;
	}
}
@media screen and (min-width: 1024px) {
	.btn-main:hover {
		border: 1px solid #000;
		color: #fff;
		background-color: #000;
	}
	.btn-main.btn-main-buy:hover {
		background-color: rgba(0, 0, 0, 0.8);
	}
	.btn-main.btn-main-buy:active {
		-webkit-transform: scale(0.98);
		-ms-transform: scale(0.98);
		transform: scale(0.98);
	}
	.main-counter .counter-icon {
		-webkit-transition: stroke linear 0.2s;
		-o-transition: stroke linear 0.2s;
		transition: stroke linear 0.2s;
	}
	.check-box-item label > a:hover {
		color: #000;
	}
	.block-404 {
		padding: 120px 48px 116px;
	}
}
@media screen and (min-width: 1200px) {
	h3 {
		font-size: 32px;
		line-height: 36px;
	}
}

@media screen and (min-width: 1600px) {
	.base-popup__header {
		padding: 24px 24px 32px;
	}
	.base-popup__main {
		padding: 0 32px 32px;
	}
}
