.row {
	--bs-gutter-x: 3.2rem;
	--bs-gutter-y: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -.5);
	margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row>* {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

.col {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
}

.row-cols-auto>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}

@media (min-width: 480px) {
	.col-xs {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-xs-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xs-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 576px) {
	.col-sm {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-sm-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-sm-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-md-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-md-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-lg-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-lg-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-xl-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xl-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 1400px) {
	.col-xxl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-xxl-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xxl-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 4.16667%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 8.33333%;
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 12.5%;
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.66667%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 20.83333%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%;
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 29.16667%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.33333%;
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 37.5%;
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 41.66667%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 45.83333%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
}

.col-13 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 54.16667%;
}

.col-14 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 58.33333%;
}

.col-15 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 62.5%;
}

.col-16 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 66.66667%;
}

.col-17 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 70.83333%;
}

.col-18 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 75%;
}

.col-19 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 79.16667%;
}

.col-20 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 83.33333%;
}

.col-21 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 87.5%;
}

.col-22 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 91.66667%;
}

.col-23 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 95.83333%;
}

.col-24 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 4.16667%;
}

.offset-2 {
	margin-left: 8.33333%;
}

.offset-3 {
	margin-left: 12.5%;
}

.offset-4 {
	margin-left: 16.66667%;
}

.offset-5 {
	margin-left: 20.83333%;
}

.offset-6 {
	margin-left: 25%;
}

.offset-7 {
	margin-left: 29.16667%;
}

.offset-8 {
	margin-left: 33.33333%;
}

.offset-9 {
	margin-left: 37.5%;
}

.offset-10 {
	margin-left: 41.66667%;
}

.offset-11 {
	margin-left: 45.83333%;
}

.offset-12 {
	margin-left: 50%;
}

.offset-13 {
	margin-left: 54.16667%;
}

.offset-14 {
	margin-left: 58.33333%;
}

.offset-15 {
	margin-left: 62.5%;
}

.offset-16 {
	margin-left: 66.66667%;
}

.offset-17 {
	margin-left: 70.83333%;
}

.offset-18 {
	margin-left: 75%;
}

.offset-19 {
	margin-left: 79.16667%;
}

.offset-20 {
	margin-left: 83.33333%;
}

.offset-21 {
	margin-left: 87.5%;
}

.offset-22 {
	margin-left: 91.66667%;
}

.offset-23 {
	margin-left: 95.83333%;
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0;
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0;
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem;
}

@media (min-width: 480px) {
	.col-xs-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-xs-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 4.16667%;
	}

	.col-xs-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-xs-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 12.5%;
	}

	.col-xs-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-xs-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20.83333%;
	}

	.col-xs-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xs-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 29.16667%;
	}

	.col-xs-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.col-xs-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 37.5%;
	}

	.col-xs-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%;
	}

	.col-xs-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 45.83333%;
	}

	.col-xs-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xs-13 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 54.16667%;
	}

	.col-xs-14 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%;
	}

	.col-xs-15 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 62.5%;
	}

	.col-xs-16 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%;
	}

	.col-xs-17 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 70.83333%;
	}

	.col-xs-18 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xs-19 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 79.16667%;
	}

	.col-xs-20 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%;
	}

	.col-xs-21 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 87.5%;
	}

	.col-xs-22 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%;
	}

	.col-xs-23 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 95.83333%;
	}

	.col-xs-24 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xs-0 {
		margin-left: 0;
	}

	.offset-xs-1 {
		margin-left: 4.16667%;
	}

	.offset-xs-2 {
		margin-left: 8.33333%;
	}

	.offset-xs-3 {
		margin-left: 12.5%;
	}

	.offset-xs-4 {
		margin-left: 16.66667%;
	}

	.offset-xs-5 {
		margin-left: 20.83333%;
	}

	.offset-xs-6 {
		margin-left: 25%;
	}

	.offset-xs-7 {
		margin-left: 29.16667%;
	}

	.offset-xs-8 {
		margin-left: 33.33333%;
	}

	.offset-xs-9 {
		margin-left: 37.5%;
	}

	.offset-xs-10 {
		margin-left: 41.66667%;
	}

	.offset-xs-11 {
		margin-left: 45.83333%;
	}

	.offset-xs-12 {
		margin-left: 50%;
	}

	.offset-xs-13 {
		margin-left: 54.16667%;
	}

	.offset-xs-14 {
		margin-left: 58.33333%;
	}

	.offset-xs-15 {
		margin-left: 62.5%;
	}

	.offset-xs-16 {
		margin-left: 66.66667%;
	}

	.offset-xs-17 {
		margin-left: 70.83333%;
	}

	.offset-xs-18 {
		margin-left: 75%;
	}

	.offset-xs-19 {
		margin-left: 79.16667%;
	}

	.offset-xs-20 {
		margin-left: 83.33333%;
	}

	.offset-xs-21 {
		margin-left: 87.5%;
	}

	.offset-xs-22 {
		margin-left: 91.66667%;
	}

	.offset-xs-23 {
		margin-left: 95.83333%;
	}

	.g-xs-0,
	.gx-xs-0 {
		--bs-gutter-x: 0;
	}

	.g-xs-0,
	.gy-xs-0 {
		--bs-gutter-y: 0;
	}

	.g-xs-1,
	.gx-xs-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-xs-1,
	.gy-xs-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-xs-2,
	.gx-xs-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-xs-2,
	.gy-xs-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-xs-3,
	.gx-xs-3 {
		--bs-gutter-x: 1rem;
	}

	.g-xs-3,
	.gy-xs-3 {
		--bs-gutter-y: 1rem;
	}

	.g-xs-4,
	.gx-xs-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-xs-4,
	.gy-xs-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-xs-5,
	.gx-xs-5 {
		--bs-gutter-x: 3rem;
	}

	.g-xs-5,
	.gy-xs-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 576px) {
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 4.16667%;
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 12.5%;
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20.83333%;
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 29.16667%;
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 37.5%;
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%;
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 45.83333%;
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-sm-13 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 54.16667%;
	}

	.col-sm-14 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%;
	}

	.col-sm-15 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 62.5%;
	}

	.col-sm-16 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%;
	}

	.col-sm-17 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 70.83333%;
	}

	.col-sm-18 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-sm-19 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 79.16667%;
	}

	.col-sm-20 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%;
	}

	.col-sm-21 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 87.5%;
	}

	.col-sm-22 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%;
	}

	.col-sm-23 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 95.83333%;
	}

	.col-sm-24 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 4.16667%;
	}

	.offset-sm-2 {
		margin-left: 8.33333%;
	}

	.offset-sm-3 {
		margin-left: 12.5%;
	}

	.offset-sm-4 {
		margin-left: 16.66667%;
	}

	.offset-sm-5 {
		margin-left: 20.83333%;
	}

	.offset-sm-6 {
		margin-left: 25%;
	}

	.offset-sm-7 {
		margin-left: 29.16667%;
	}

	.offset-sm-8 {
		margin-left: 33.33333%;
	}

	.offset-sm-9 {
		margin-left: 37.5%;
	}

	.offset-sm-10 {
		margin-left: 41.66667%;
	}

	.offset-sm-11 {
		margin-left: 45.83333%;
	}

	.offset-sm-12 {
		margin-left: 50%;
	}

	.offset-sm-13 {
		margin-left: 54.16667%;
	}

	.offset-sm-14 {
		margin-left: 58.33333%;
	}

	.offset-sm-15 {
		margin-left: 62.5%;
	}

	.offset-sm-16 {
		margin-left: 66.66667%;
	}

	.offset-sm-17 {
		margin-left: 70.83333%;
	}

	.offset-sm-18 {
		margin-left: 75%;
	}

	.offset-sm-19 {
		margin-left: 79.16667%;
	}

	.offset-sm-20 {
		margin-left: 83.33333%;
	}

	.offset-sm-21 {
		margin-left: 87.5%;
	}

	.offset-sm-22 {
		margin-left: 91.66667%;
	}

	.offset-sm-23 {
		margin-left: 95.83333%;
	}

	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0;
	}

	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0;
	}

	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem;
	}

	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem;
	}

	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem;
	}

	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 768px) {
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 4.16667%;
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 12.5%;
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20.83333%;
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 29.16667%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 37.5%;
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%;
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 45.83333%;
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-13 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 54.16667%;
	}

	.col-md-14 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%;
	}

	.col-md-15 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 62.5%;
	}

	.col-md-16 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%;
	}

	.col-md-17 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 70.83333%;
	}

	.col-md-18 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-md-19 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 79.16667%;
	}

	.col-md-20 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%;
	}

	.col-md-21 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 87.5%;
	}

	.col-md-22 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%;
	}

	.col-md-23 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 95.83333%;
	}

	.col-md-24 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 4.16667%;
	}

	.offset-md-2 {
		margin-left: 8.33333%;
	}

	.offset-md-3 {
		margin-left: 12.5%;
	}

	.offset-md-4 {
		margin-left: 16.66667%;
	}

	.offset-md-5 {
		margin-left: 20.83333%;
	}

	.offset-md-6 {
		margin-left: 25%;
	}

	.offset-md-7 {
		margin-left: 29.16667%;
	}

	.offset-md-8 {
		margin-left: 33.33333%;
	}

	.offset-md-9 {
		margin-left: 37.5%;
	}

	.offset-md-10 {
		margin-left: 41.66667%;
	}

	.offset-md-11 {
		margin-left: 45.83333%;
	}

	.offset-md-12 {
		margin-left: 50%;
	}

	.offset-md-13 {
		margin-left: 54.16667%;
	}

	.offset-md-14 {
		margin-left: 58.33333%;
	}

	.offset-md-15 {
		margin-left: 62.5%;
	}

	.offset-md-16 {
		margin-left: 66.66667%;
	}

	.offset-md-17 {
		margin-left: 70.83333%;
	}

	.offset-md-18 {
		margin-left: 75%;
	}

	.offset-md-19 {
		margin-left: 79.16667%;
	}

	.offset-md-20 {
		margin-left: 83.33333%;
	}

	.offset-md-21 {
		margin-left: 87.5%;
	}

	.offset-md-22 {
		margin-left: 91.66667%;
	}

	.offset-md-23 {
		margin-left: 95.83333%;
	}

	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0;
	}

	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0;
	}

	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem;
	}

	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem;
	}

	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem;
	}

	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 992px) {
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 4.16667%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 12.5%;
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20.83333%;
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 29.16667%;
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 37.5%;
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%;
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 45.83333%;
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-13 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 54.16667%;
	}

	.col-lg-14 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%;
	}

	.col-lg-15 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 62.5%;
	}

	.col-lg-16 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%;
	}

	.col-lg-17 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 70.83333%;
	}

	.col-lg-18 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-19 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 79.16667%;
	}

	.col-lg-20 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%;
	}

	.col-lg-21 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 87.5%;
	}

	.col-lg-22 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%;
	}

	.col-lg-23 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 95.83333%;
	}

	.col-lg-24 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 4.16667%;
	}

	.offset-lg-2 {
		margin-left: 8.33333%;
	}

	.offset-lg-3 {
		margin-left: 12.5%;
	}

	.offset-lg-4 {
		margin-left: 16.66667%;
	}

	.offset-lg-5 {
		margin-left: 20.83333%;
	}

	.offset-lg-6 {
		margin-left: 25%;
	}

	.offset-lg-7 {
		margin-left: 29.16667%;
	}

	.offset-lg-8 {
		margin-left: 33.33333%;
	}

	.offset-lg-9 {
		margin-left: 37.5%;
	}

	.offset-lg-10 {
		margin-left: 41.66667%;
	}

	.offset-lg-11 {
		margin-left: 45.83333%;
	}

	.offset-lg-12 {
		margin-left: 50%;
	}

	.offset-lg-13 {
		margin-left: 54.16667%;
	}

	.offset-lg-14 {
		margin-left: 58.33333%;
	}

	.offset-lg-15 {
		margin-left: 62.5%;
	}

	.offset-lg-16 {
		margin-left: 66.66667%;
	}

	.offset-lg-17 {
		margin-left: 70.83333%;
	}

	.offset-lg-18 {
		margin-left: 75%;
	}

	.offset-lg-19 {
		margin-left: 79.16667%;
	}

	.offset-lg-20 {
		margin-left: 83.33333%;
	}

	.offset-lg-21 {
		margin-left: 87.5%;
	}

	.offset-lg-22 {
		margin-left: 91.66667%;
	}

	.offset-lg-23 {
		margin-left: 95.83333%;
	}

	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0;
	}

	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0;
	}

	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem;
	}

	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem;
	}

	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem;
	}

	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1200px) {
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 4.16667%;
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 12.5%;
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20.83333%;
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 29.16667%;
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 37.5%;
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%;
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 45.83333%;
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xl-13 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 54.16667%;
	}

	.col-xl-14 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%;
	}

	.col-xl-15 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 62.5%;
	}

	.col-xl-16 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%;
	}

	.col-xl-17 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 70.83333%;
	}

	.col-xl-18 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xl-19 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 79.16667%;
	}

	.col-xl-20 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%;
	}

	.col-xl-21 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 87.5%;
	}

	.col-xl-22 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%;
	}

	.col-xl-23 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 95.83333%;
	}

	.col-xl-24 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 4.16667%;
	}

	.offset-xl-2 {
		margin-left: 8.33333%;
	}

	.offset-xl-3 {
		margin-left: 12.5%;
	}

	.offset-xl-4 {
		margin-left: 16.66667%;
	}

	.offset-xl-5 {
		margin-left: 20.83333%;
	}

	.offset-xl-6 {
		margin-left: 25%;
	}

	.offset-xl-7 {
		margin-left: 29.16667%;
	}

	.offset-xl-8 {
		margin-left: 33.33333%;
	}

	.offset-xl-9 {
		margin-left: 37.5%;
	}

	.offset-xl-10 {
		margin-left: 41.66667%;
	}

	.offset-xl-11 {
		margin-left: 45.83333%;
	}

	.offset-xl-12 {
		margin-left: 50%;
	}

	.offset-xl-13 {
		margin-left: 54.16667%;
	}

	.offset-xl-14 {
		margin-left: 58.33333%;
	}

	.offset-xl-15 {
		margin-left: 62.5%;
	}

	.offset-xl-16 {
		margin-left: 66.66667%;
	}

	.offset-xl-17 {
		margin-left: 70.83333%;
	}

	.offset-xl-18 {
		margin-left: 75%;
	}

	.offset-xl-19 {
		margin-left: 79.16667%;
	}

	.offset-xl-20 {
		margin-left: 83.33333%;
	}

	.offset-xl-21 {
		margin-left: 87.5%;
	}

	.offset-xl-22 {
		margin-left: 91.66667%;
	}

	.offset-xl-23 {
		margin-left: 95.83333%;
	}

	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0;
	}

	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0;
	}

	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem;
	}

	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem;
	}

	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem;
	}

	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1400px) {
	.col-xxl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-xxl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 4.16667%;
	}

	.col-xxl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-xxl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 12.5%;
	}

	.col-xxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-xxl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20.83333%;
	}

	.col-xxl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xxl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 29.16667%;
	}

	.col-xxl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.col-xxl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 37.5%;
	}

	.col-xxl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%;
	}

	.col-xxl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 45.83333%;
	}

	.col-xxl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xxl-13 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 54.16667%;
	}

	.col-xxl-14 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%;
	}

	.col-xxl-15 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 62.5%;
	}

	.col-xxl-16 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%;
	}

	.col-xxl-17 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 70.83333%;
	}

	.col-xxl-18 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xxl-19 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 79.16667%;
	}

	.col-xxl-20 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%;
	}

	.col-xxl-21 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 87.5%;
	}

	.col-xxl-22 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%;
	}

	.col-xxl-23 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 95.83333%;
	}

	.col-xxl-24 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xxl-0 {
		margin-left: 0;
	}

	.offset-xxl-1 {
		margin-left: 4.16667%;
	}

	.offset-xxl-2 {
		margin-left: 8.33333%;
	}

	.offset-xxl-3 {
		margin-left: 12.5%;
	}

	.offset-xxl-4 {
		margin-left: 16.66667%;
	}

	.offset-xxl-5 {
		margin-left: 20.83333%;
	}

	.offset-xxl-6 {
		margin-left: 25%;
	}

	.offset-xxl-7 {
		margin-left: 29.16667%;
	}

	.offset-xxl-8 {
		margin-left: 33.33333%;
	}

	.offset-xxl-9 {
		margin-left: 37.5%;
	}

	.offset-xxl-10 {
		margin-left: 41.66667%;
	}

	.offset-xxl-11 {
		margin-left: 45.83333%;
	}

	.offset-xxl-12 {
		margin-left: 50%;
	}

	.offset-xxl-13 {
		margin-left: 54.16667%;
	}

	.offset-xxl-14 {
		margin-left: 58.33333%;
	}

	.offset-xxl-15 {
		margin-left: 62.5%;
	}

	.offset-xxl-16 {
		margin-left: 66.66667%;
	}

	.offset-xxl-17 {
		margin-left: 70.83333%;
	}

	.offset-xxl-18 {
		margin-left: 75%;
	}

	.offset-xxl-19 {
		margin-left: 79.16667%;
	}

	.offset-xxl-20 {
		margin-left: 83.33333%;
	}

	.offset-xxl-21 {
		margin-left: 87.5%;
	}

	.offset-xxl-22 {
		margin-left: 91.66667%;
	}

	.offset-xxl-23 {
		margin-left: 95.83333%;
	}

	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0;
	}

	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0;
	}

	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}

	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}

	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}

	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}

/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xs,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, 1.6rem);
	padding-left: var(--bs-gutter-x, 1.6rem);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 480px) {

	.container,
	.container-xs {
		max-width: 460px;
	}
}

@media (min-width: 576px) {

	.container,
	.container-xs,
	.container-sm {
		max-width: 540px;
	}
}

@media (min-width: 768px) {

	.container,
	.container-xs,
	.container-sm,
	.container-md {
		max-width: 720px;
	}
}

@media (min-width: 992px) {

	.container,
	.container-xs,
	.container-sm,
	.container-md,
	.container-lg {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {

	.container,
	.container-xs,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {

	.container,
	.container-xs,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl,
	.container-xxl {
		max-width: 1344px;
	}
}

.row {
	--bs-gutter-x: 3.2rem;
	--bs-gutter-y: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -.5);
	margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row>* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

.col {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
}

.row-cols-auto>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}

@media (min-width: 480px) {
	.col-xs {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-xs-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xs-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 576px) {
	.col-sm {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-sm-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-sm-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-md-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-md-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-lg-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-lg-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-xl-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xl-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 1400px) {
	.col-xxl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-xxl-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xxl-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 4.16667%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 8.33333%;
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 12.5%;
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.66667%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 20.83333%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%;
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 29.16667%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.33333%;
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 37.5%;
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 41.66667%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 45.83333%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
}

.col-13 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 54.16667%;
}

.col-14 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 58.33333%;
}

.col-15 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 62.5%;
}

.col-16 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 66.66667%;
}

.col-17 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 70.83333%;
}

.col-18 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 75%;
}

.col-19 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 79.16667%;
}

.col-20 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 83.33333%;
}

.col-21 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 87.5%;
}

.col-22 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 91.66667%;
}

.col-23 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 95.83333%;
}

.col-24 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 4.16667%;
}

.offset-2 {
	margin-left: 8.33333%;
}

.offset-3 {
	margin-left: 12.5%;
}

.offset-4 {
	margin-left: 16.66667%;
}

.offset-5 {
	margin-left: 20.83333%;
}

.offset-6 {
	margin-left: 25%;
}

.offset-7 {
	margin-left: 29.16667%;
}

.offset-8 {
	margin-left: 33.33333%;
}

.offset-9 {
	margin-left: 37.5%;
}

.offset-10 {
	margin-left: 41.66667%;
}

.offset-11 {
	margin-left: 45.83333%;
}

.offset-12 {
	margin-left: 50%;
}

.offset-13 {
	margin-left: 54.16667%;
}

.offset-14 {
	margin-left: 58.33333%;
}

.offset-15 {
	margin-left: 62.5%;
}

.offset-16 {
	margin-left: 66.66667%;
}

.offset-17 {
	margin-left: 70.83333%;
}

.offset-18 {
	margin-left: 75%;
}

.offset-19 {
	margin-left: 79.16667%;
}

.offset-20 {
	margin-left: 83.33333%;
}

.offset-21 {
	margin-left: 87.5%;
}

.offset-22 {
	margin-left: 91.66667%;
}

.offset-23 {
	margin-left: 95.83333%;
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0;
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0;
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem;
}

@media (min-width: 480px) {
	.col-xs-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-xs-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 4.16667%;
	}

	.col-xs-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-xs-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 12.5%;
	}

	.col-xs-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-xs-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20.83333%;
	}

	.col-xs-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xs-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 29.16667%;
	}

	.col-xs-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.col-xs-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 37.5%;
	}

	.col-xs-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%;
	}

	.col-xs-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 45.83333%;
	}

	.col-xs-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xs-13 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 54.16667%;
	}

	.col-xs-14 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%;
	}

	.col-xs-15 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 62.5%;
	}

	.col-xs-16 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%;
	}

	.col-xs-17 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 70.83333%;
	}

	.col-xs-18 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xs-19 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 79.16667%;
	}

	.col-xs-20 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%;
	}

	.col-xs-21 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 87.5%;
	}

	.col-xs-22 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%;
	}

	.col-xs-23 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 95.83333%;
	}

	.col-xs-24 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xs-0 {
		margin-left: 0;
	}

	.offset-xs-1 {
		margin-left: 4.16667%;
	}

	.offset-xs-2 {
		margin-left: 8.33333%;
	}

	.offset-xs-3 {
		margin-left: 12.5%;
	}

	.offset-xs-4 {
		margin-left: 16.66667%;
	}

	.offset-xs-5 {
		margin-left: 20.83333%;
	}

	.offset-xs-6 {
		margin-left: 25%;
	}

	.offset-xs-7 {
		margin-left: 29.16667%;
	}

	.offset-xs-8 {
		margin-left: 33.33333%;
	}

	.offset-xs-9 {
		margin-left: 37.5%;
	}

	.offset-xs-10 {
		margin-left: 41.66667%;
	}

	.offset-xs-11 {
		margin-left: 45.83333%;
	}

	.offset-xs-12 {
		margin-left: 50%;
	}

	.offset-xs-13 {
		margin-left: 54.16667%;
	}

	.offset-xs-14 {
		margin-left: 58.33333%;
	}

	.offset-xs-15 {
		margin-left: 62.5%;
	}

	.offset-xs-16 {
		margin-left: 66.66667%;
	}

	.offset-xs-17 {
		margin-left: 70.83333%;
	}

	.offset-xs-18 {
		margin-left: 75%;
	}

	.offset-xs-19 {
		margin-left: 79.16667%;
	}

	.offset-xs-20 {
		margin-left: 83.33333%;
	}

	.offset-xs-21 {
		margin-left: 87.5%;
	}

	.offset-xs-22 {
		margin-left: 91.66667%;
	}

	.offset-xs-23 {
		margin-left: 95.83333%;
	}

	.g-xs-0,
	.gx-xs-0 {
		--bs-gutter-x: 0;
	}

	.g-xs-0,
	.gy-xs-0 {
		--bs-gutter-y: 0;
	}

	.g-xs-1,
	.gx-xs-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-xs-1,
	.gy-xs-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-xs-2,
	.gx-xs-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-xs-2,
	.gy-xs-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-xs-3,
	.gx-xs-3 {
		--bs-gutter-x: 1rem;
	}

	.g-xs-3,
	.gy-xs-3 {
		--bs-gutter-y: 1rem;
	}

	.g-xs-4,
	.gx-xs-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-xs-4,
	.gy-xs-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-xs-5,
	.gx-xs-5 {
		--bs-gutter-x: 3rem;
	}

	.g-xs-5,
	.gy-xs-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 576px) {
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 4.16667%;
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 12.5%;
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20.83333%;
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 29.16667%;
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 37.5%;
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%;
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 45.83333%;
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-sm-13 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 54.16667%;
	}

	.col-sm-14 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%;
	}

	.col-sm-15 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 62.5%;
	}

	.col-sm-16 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%;
	}

	.col-sm-17 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 70.83333%;
	}

	.col-sm-18 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-sm-19 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 79.16667%;
	}

	.col-sm-20 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%;
	}

	.col-sm-21 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 87.5%;
	}

	.col-sm-22 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%;
	}

	.col-sm-23 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 95.83333%;
	}

	.col-sm-24 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 4.16667%;
	}

	.offset-sm-2 {
		margin-left: 8.33333%;
	}

	.offset-sm-3 {
		margin-left: 12.5%;
	}

	.offset-sm-4 {
		margin-left: 16.66667%;
	}

	.offset-sm-5 {
		margin-left: 20.83333%;
	}

	.offset-sm-6 {
		margin-left: 25%;
	}

	.offset-sm-7 {
		margin-left: 29.16667%;
	}

	.offset-sm-8 {
		margin-left: 33.33333%;
	}

	.offset-sm-9 {
		margin-left: 37.5%;
	}

	.offset-sm-10 {
		margin-left: 41.66667%;
	}

	.offset-sm-11 {
		margin-left: 45.83333%;
	}

	.offset-sm-12 {
		margin-left: 50%;
	}

	.offset-sm-13 {
		margin-left: 54.16667%;
	}

	.offset-sm-14 {
		margin-left: 58.33333%;
	}

	.offset-sm-15 {
		margin-left: 62.5%;
	}

	.offset-sm-16 {
		margin-left: 66.66667%;
	}

	.offset-sm-17 {
		margin-left: 70.83333%;
	}

	.offset-sm-18 {
		margin-left: 75%;
	}

	.offset-sm-19 {
		margin-left: 79.16667%;
	}

	.offset-sm-20 {
		margin-left: 83.33333%;
	}

	.offset-sm-21 {
		margin-left: 87.5%;
	}

	.offset-sm-22 {
		margin-left: 91.66667%;
	}

	.offset-sm-23 {
		margin-left: 95.83333%;
	}

	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0;
	}

	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0;
	}

	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem;
	}

	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem;
	}

	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem;
	}

	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 768px) {
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 4.16667%;
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 12.5%;
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20.83333%;
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 29.16667%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 37.5%;
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%;
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 45.83333%;
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-13 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 54.16667%;
	}

	.col-md-14 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%;
	}

	.col-md-15 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 62.5%;
	}

	.col-md-16 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%;
	}

	.col-md-17 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 70.83333%;
	}

	.col-md-18 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-md-19 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 79.16667%;
	}

	.col-md-20 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%;
	}

	.col-md-21 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 87.5%;
	}

	.col-md-22 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%;
	}

	.col-md-23 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 95.83333%;
	}

	.col-md-24 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 4.16667%;
	}

	.offset-md-2 {
		margin-left: 8.33333%;
	}

	.offset-md-3 {
		margin-left: 12.5%;
	}

	.offset-md-4 {
		margin-left: 16.66667%;
	}

	.offset-md-5 {
		margin-left: 20.83333%;
	}

	.offset-md-6 {
		margin-left: 25%;
	}

	.offset-md-7 {
		margin-left: 29.16667%;
	}

	.offset-md-8 {
		margin-left: 33.33333%;
	}

	.offset-md-9 {
		margin-left: 37.5%;
	}

	.offset-md-10 {
		margin-left: 41.66667%;
	}

	.offset-md-11 {
		margin-left: 45.83333%;
	}

	.offset-md-12 {
		margin-left: 50%;
	}

	.offset-md-13 {
		margin-left: 54.16667%;
	}

	.offset-md-14 {
		margin-left: 58.33333%;
	}

	.offset-md-15 {
		margin-left: 62.5%;
	}

	.offset-md-16 {
		margin-left: 66.66667%;
	}

	.offset-md-17 {
		margin-left: 70.83333%;
	}

	.offset-md-18 {
		margin-left: 75%;
	}

	.offset-md-19 {
		margin-left: 79.16667%;
	}

	.offset-md-20 {
		margin-left: 83.33333%;
	}

	.offset-md-21 {
		margin-left: 87.5%;
	}

	.offset-md-22 {
		margin-left: 91.66667%;
	}

	.offset-md-23 {
		margin-left: 95.83333%;
	}

	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0;
	}

	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0;
	}

	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem;
	}

	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem;
	}

	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem;
	}

	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 992px) {
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 4.16667%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 12.5%;
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20.83333%;
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 29.16667%;
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 37.5%;
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%;
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 45.83333%;
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-13 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 54.16667%;
	}

	.col-lg-14 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%;
	}

	.col-lg-15 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 62.5%;
	}

	.col-lg-16 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%;
	}

	.col-lg-17 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 70.83333%;
	}

	.col-lg-18 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-19 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 79.16667%;
	}

	.col-lg-20 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%;
	}

	.col-lg-21 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 87.5%;
	}

	.col-lg-22 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%;
	}

	.col-lg-23 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 95.83333%;
	}

	.col-lg-24 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 4.16667%;
	}

	.offset-lg-2 {
		margin-left: 8.33333%;
	}

	.offset-lg-3 {
		margin-left: 12.5%;
	}

	.offset-lg-4 {
		margin-left: 16.66667%;
	}

	.offset-lg-5 {
		margin-left: 20.83333%;
	}

	.offset-lg-6 {
		margin-left: 25%;
	}

	.offset-lg-7 {
		margin-left: 29.16667%;
	}

	.offset-lg-8 {
		margin-left: 33.33333%;
	}

	.offset-lg-9 {
		margin-left: 37.5%;
	}

	.offset-lg-10 {
		margin-left: 41.66667%;
	}

	.offset-lg-11 {
		margin-left: 45.83333%;
	}

	.offset-lg-12 {
		margin-left: 50%;
	}

	.offset-lg-13 {
		margin-left: 54.16667%;
	}

	.offset-lg-14 {
		margin-left: 58.33333%;
	}

	.offset-lg-15 {
		margin-left: 62.5%;
	}

	.offset-lg-16 {
		margin-left: 66.66667%;
	}

	.offset-lg-17 {
		margin-left: 70.83333%;
	}

	.offset-lg-18 {
		margin-left: 75%;
	}

	.offset-lg-19 {
		margin-left: 79.16667%;
	}

	.offset-lg-20 {
		margin-left: 83.33333%;
	}

	.offset-lg-21 {
		margin-left: 87.5%;
	}

	.offset-lg-22 {
		margin-left: 91.66667%;
	}

	.offset-lg-23 {
		margin-left: 95.83333%;
	}

	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0;
	}

	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0;
	}

	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem;
	}

	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem;
	}

	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem;
	}

	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1200px) {
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 4.16667%;
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 12.5%;
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20.83333%;
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 29.16667%;
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 37.5%;
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%;
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 45.83333%;
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xl-13 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 54.16667%;
	}

	.col-xl-14 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%;
	}

	.col-xl-15 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 62.5%;
	}

	.col-xl-16 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%;
	}

	.col-xl-17 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 70.83333%;
	}

	.col-xl-18 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xl-19 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 79.16667%;
	}

	.col-xl-20 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%;
	}

	.col-xl-21 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 87.5%;
	}

	.col-xl-22 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%;
	}

	.col-xl-23 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 95.83333%;
	}

	.col-xl-24 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 4.16667%;
	}

	.offset-xl-2 {
		margin-left: 8.33333%;
	}

	.offset-xl-3 {
		margin-left: 12.5%;
	}

	.offset-xl-4 {
		margin-left: 16.66667%;
	}

	.offset-xl-5 {
		margin-left: 20.83333%;
	}

	.offset-xl-6 {
		margin-left: 25%;
	}

	.offset-xl-7 {
		margin-left: 29.16667%;
	}

	.offset-xl-8 {
		margin-left: 33.33333%;
	}

	.offset-xl-9 {
		margin-left: 37.5%;
	}

	.offset-xl-10 {
		margin-left: 41.66667%;
	}

	.offset-xl-11 {
		margin-left: 45.83333%;
	}

	.offset-xl-12 {
		margin-left: 50%;
	}

	.offset-xl-13 {
		margin-left: 54.16667%;
	}

	.offset-xl-14 {
		margin-left: 58.33333%;
	}

	.offset-xl-15 {
		margin-left: 62.5%;
	}

	.offset-xl-16 {
		margin-left: 66.66667%;
	}

	.offset-xl-17 {
		margin-left: 70.83333%;
	}

	.offset-xl-18 {
		margin-left: 75%;
	}

	.offset-xl-19 {
		margin-left: 79.16667%;
	}

	.offset-xl-20 {
		margin-left: 83.33333%;
	}

	.offset-xl-21 {
		margin-left: 87.5%;
	}

	.offset-xl-22 {
		margin-left: 91.66667%;
	}

	.offset-xl-23 {
		margin-left: 95.83333%;
	}

	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0;
	}

	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0;
	}

	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem;
	}

	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem;
	}

	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem;
	}

	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1400px) {
	.col-xxl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-xxl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 4.16667%;
	}

	.col-xxl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-xxl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 12.5%;
	}

	.col-xxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-xxl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20.83333%;
	}

	.col-xxl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xxl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 29.16667%;
	}

	.col-xxl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.col-xxl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 37.5%;
	}

	.col-xxl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%;
	}

	.col-xxl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 45.83333%;
	}

	.col-xxl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xxl-13 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 54.16667%;
	}

	.col-xxl-14 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%;
	}

	.col-xxl-15 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 62.5%;
	}

	.col-xxl-16 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%;
	}

	.col-xxl-17 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 70.83333%;
	}

	.col-xxl-18 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xxl-19 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 79.16667%;
	}

	.col-xxl-20 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%;
	}

	.col-xxl-21 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 87.5%;
	}

	.col-xxl-22 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%;
	}

	.col-xxl-23 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 95.83333%;
	}

	.col-xxl-24 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xxl-0 {
		margin-left: 0;
	}

	.offset-xxl-1 {
		margin-left: 4.16667%;
	}

	.offset-xxl-2 {
		margin-left: 8.33333%;
	}

	.offset-xxl-3 {
		margin-left: 12.5%;
	}

	.offset-xxl-4 {
		margin-left: 16.66667%;
	}

	.offset-xxl-5 {
		margin-left: 20.83333%;
	}

	.offset-xxl-6 {
		margin-left: 25%;
	}

	.offset-xxl-7 {
		margin-left: 29.16667%;
	}

	.offset-xxl-8 {
		margin-left: 33.33333%;
	}

	.offset-xxl-9 {
		margin-left: 37.5%;
	}

	.offset-xxl-10 {
		margin-left: 41.66667%;
	}

	.offset-xxl-11 {
		margin-left: 45.83333%;
	}

	.offset-xxl-12 {
		margin-left: 50%;
	}

	.offset-xxl-13 {
		margin-left: 54.16667%;
	}

	.offset-xxl-14 {
		margin-left: 58.33333%;
	}

	.offset-xxl-15 {
		margin-left: 62.5%;
	}

	.offset-xxl-16 {
		margin-left: 66.66667%;
	}

	.offset-xxl-17 {
		margin-left: 70.83333%;
	}
	.offset-xxl-18 {
		margin-left: 75%;
	}

	.offset-xxl-19 {
		margin-left: 79.16667%;
	}

	.offset-xxl-20 {
		margin-left: 83.33333%;
	}

	.offset-xxl-21 {
		margin-left: 87.5%;
	}

	.offset-xxl-22 {
		margin-left: 91.66667%;
	}

	.offset-xxl-23 {
		margin-left: 95.83333%;
	}

	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0;
	}

	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0;
	}

	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}

	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}

	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}

	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-grid {
	display: grid !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.d-none {
	display: none !important;
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.justify-content-evenly {
	-webkit-box-pack: space-evenly !important;
	-ms-flex-pack: space-evenly !important;
	justify-content: space-evenly !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

.order-first {
	-webkit-box-ordinal-group: 0 !important;
	-ms-flex-order: -1 !important;
	order: -1 !important;
}

.order-0 {
	-webkit-box-ordinal-group: 1 !important;
	-ms-flex-order: 0 !important;
	order: 0 !important;
}

.order-1 {
	-webkit-box-ordinal-group: 2 !important;
	-ms-flex-order: 1 !important;
	order: 1 !important;
}

.order-2 {
	-webkit-box-ordinal-group: 3 !important;
	-ms-flex-order: 2 !important;
	order: 2 !important;
}

.order-3 {
	-webkit-box-ordinal-group: 4 !important;
	-ms-flex-order: 3 !important;
	order: 3 !important;
}

.order-4 {
	-webkit-box-ordinal-group: 5 !important;
	-ms-flex-order: 4 !important;
	order: 4 !important;
}

.order-5 {
	-webkit-box-ordinal-group: 6 !important;
	-ms-flex-order: 5 !important;
	order: 5 !important;
}

.order-last {
	-webkit-box-ordinal-group: 7 !important;
	-ms-flex-order: 6 !important;
	order: 6 !important;
}

.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}

.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.me-0 {
	margin-right: 0 !important;
}

.me-1 {
	margin-right: 0.25rem !important;
}

.me-2 {
	margin-right: 0.5rem !important;
}

.me-3 {
	margin-right: 1rem !important;
}

.me-4 {
	margin-right: 1.5rem !important;
}

.me-5 {
	margin-right: 3rem !important;
}

.me-auto {
	margin-right: auto !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ms-0 {
	margin-left: 0 !important;
}

.ms-1 {
	margin-left: 0.25rem !important;
}

.ms-2 {
	margin-left: 0.5rem !important;
}

.ms-3 {
	margin-left: 1rem !important;
}

.ms-4 {
	margin-left: 1.5rem !important;
}

.ms-5 {
	margin-left: 3rem !important;
}

.ms-auto {
	margin-left: auto !important;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.px-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}

.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-1 {
	padding-top: 0.25rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pe-0 {
	padding-right: 0 !important;
}

.pe-1 {
	padding-right: 0.25rem !important;
}

.pe-2 {
	padding-right: 0.5rem !important;
}

.pe-3 {
	padding-right: 1rem !important;
}

.pe-4 {
	padding-right: 1.5rem !important;
}

.pe-5 {
	padding-right: 3rem !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.ps-0 {
	padding-left: 0 !important;
}

.ps-1 {
	padding-left: 0.25rem !important;
}

.ps-2 {
	padding-left: 0.5rem !important;
}

.ps-3 {
	padding-left: 1rem !important;
}

.ps-4 {
	padding-left: 1.5rem !important;
}

.ps-5 {
	padding-left: 3rem !important;
}

@media (min-width: 480px) {
	.d-xs-inline {
		display: inline !important;
	}

	.d-xs-inline-block {
		display: inline-block !important;
	}

	.d-xs-block {
		display: block !important;
	}

	.d-xs-grid {
		display: grid !important;
	}

	.d-xs-table {
		display: table !important;
	}

	.d-xs-table-row {
		display: table-row !important;
	}

	.d-xs-table-cell {
		display: table-cell !important;
	}

	.d-xs-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-xs-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.d-xs-none {
		display: none !important;
	}

	.flex-xs-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-xs-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-xs-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-xs-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xs-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-xs-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-xs-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-xs-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-xs-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.flex-xs-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-xs-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-xs-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-xs-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-xs-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-xs-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-xs-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-xs-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-xs-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-xs-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-xs-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-xs-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-xs-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-xs-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-xs-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-xs-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-xs-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-xs-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-xs-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-xs-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-xs-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-xs-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-xs-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-xs-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-xs-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-xs-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}

	.order-xs-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-xs-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-xs-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-xs-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-xs-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-xs-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-xs-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-xs-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

	.m-xs-0 {
		margin: 0 !important;
	}

	.m-xs-1 {
		margin: 0.25rem !important;
	}

	.m-xs-2 {
		margin: 0.5rem !important;
	}

	.m-xs-3 {
		margin: 1rem !important;
	}

	.m-xs-4 {
		margin: 1.5rem !important;
	}

	.m-xs-5 {
		margin: 3rem !important;
	}

	.m-xs-auto {
		margin: auto !important;
	}

	.mx-xs-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-xs-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-xs-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-xs-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-xs-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-xs-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-xs-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-xs-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-xs-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-xs-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-xs-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-xs-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-xs-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-xs-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-xs-0 {
		margin-top: 0 !important;
	}

	.mt-xs-1 {
		margin-top: 0.25rem !important;
	}

	.mt-xs-2 {
		margin-top: 0.5rem !important;
	}

	.mt-xs-3 {
		margin-top: 1rem !important;
	}

	.mt-xs-4 {
		margin-top: 1.5rem !important;
	}

	.mt-xs-5 {
		margin-top: 3rem !important;
	}

	.mt-xs-auto {
		margin-top: auto !important;
	}

	.me-xs-0 {
		margin-right: 0 !important;
	}

	.me-xs-1 {
		margin-right: 0.25rem !important;
	}

	.me-xs-2 {
		margin-right: 0.5rem !important;
	}

	.me-xs-3 {
		margin-right: 1rem !important;
	}

	.me-xs-4 {
		margin-right: 1.5rem !important;
	}

	.me-xs-5 {
		margin-right: 3rem !important;
	}

	.me-xs-auto {
		margin-right: auto !important;
	}

	.mb-xs-0 {
		margin-bottom: 0 !important;
	}

	.mb-xs-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-xs-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-xs-3 {
		margin-bottom: 1rem !important;
	}

	.mb-xs-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-xs-5 {
		margin-bottom: 3rem !important;
	}

	.mb-xs-auto {
		margin-bottom: auto !important;
	}

	.ms-xs-0 {
		margin-left: 0 !important;
	}

	.ms-xs-1 {
		margin-left: 0.25rem !important;
	}

	.ms-xs-2 {
		margin-left: 0.5rem !important;
	}

	.ms-xs-3 {
		margin-left: 1rem !important;
	}

	.ms-xs-4 {
		margin-left: 1.5rem !important;
	}

	.ms-xs-5 {
		margin-left: 3rem !important;
	}

	.ms-xs-auto {
		margin-left: auto !important;
	}

	.p-xs-0 {
		padding: 0 !important;
	}

	.p-xs-1 {
		padding: 0.25rem !important;
	}

	.p-xs-2 {
		padding: 0.5rem !important;
	}

	.p-xs-3 {
		padding: 1rem !important;
	}

	.p-xs-4 {
		padding: 1.5rem !important;
	}

	.p-xs-5 {
		padding: 3rem !important;
	}

	.px-xs-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-xs-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-xs-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-xs-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-xs-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-xs-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-xs-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-xs-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-xs-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-xs-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-xs-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-xs-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-xs-0 {
		padding-top: 0 !important;
	}

	.pt-xs-1 {
		padding-top: 0.25rem !important;
	}

	.pt-xs-2 {
		padding-top: 0.5rem !important;
	}

	.pt-xs-3 {
		padding-top: 1rem !important;
	}

	.pt-xs-4 {
		padding-top: 1.5rem !important;
	}

	.pt-xs-5 {
		padding-top: 3rem !important;
	}

	.pe-xs-0 {
		padding-right: 0 !important;
	}

	.pe-xs-1 {
		padding-right: 0.25rem !important;
	}

	.pe-xs-2 {
		padding-right: 0.5rem !important;
	}

	.pe-xs-3 {
		padding-right: 1rem !important;
	}

	.pe-xs-4 {
		padding-right: 1.5rem !important;
	}

	.pe-xs-5 {
		padding-right: 3rem !important;
	}

	.pb-xs-0 {
		padding-bottom: 0 !important;
	}

	.pb-xs-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-xs-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-xs-3 {
		padding-bottom: 1rem !important;
	}

	.pb-xs-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-xs-5 {
		padding-bottom: 3rem !important;
	}

	.ps-xs-0 {
		padding-left: 0 !important;
	}

	.ps-xs-1 {
		padding-left: 0.25rem !important;
	}

	.ps-xs-2 {
		padding-left: 0.5rem !important;
	}

	.ps-xs-3 {
		padding-left: 1rem !important;
	}

	.ps-xs-4 {
		padding-left: 1.5rem !important;
	}

	.ps-xs-5 {
		padding-left: 3rem !important;
	}
}

@media (min-width: 576px) {
	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-grid {
		display: grid !important;
	}

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-row {
		display: table-row !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.d-sm-none {
		display: none !important;
	}

	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-sm-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}

	.order-sm-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-sm-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

	.m-sm-0 {
		margin: 0 !important;
	}

	.m-sm-1 {
		margin: 0.25rem !important;
	}

	.m-sm-2 {
		margin: 0.5rem !important;
	}

	.m-sm-3 {
		margin: 1rem !important;
	}

	.m-sm-4 {
		margin: 1.5rem !important;
	}

	.m-sm-5 {
		margin: 3rem !important;
	}

	.m-sm-auto {
		margin: auto !important;
	}

	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-sm-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-sm-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-sm-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-sm-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-sm-0 {
		margin-top: 0 !important;
	}

	.mt-sm-1 {
		margin-top: 0.25rem !important;
	}

	.mt-sm-2 {
		margin-top: 0.5rem !important;
	}

	.mt-sm-3 {
		margin-top: 1rem !important;
	}

	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}

	.mt-sm-5 {
		margin-top: 3rem !important;
	}

	.mt-sm-auto {
		margin-top: auto !important;
	}

	.me-sm-0 {
		margin-right: 0 !important;
	}

	.me-sm-1 {
		margin-right: 0.25rem !important;
	}

	.me-sm-2 {
		margin-right: 0.5rem !important;
	}

	.me-sm-3 {
		margin-right: 1rem !important;
	}

	.me-sm-4 {
		margin-right: 1.5rem !important;
	}

	.me-sm-5 {
		margin-right: 3rem !important;
	}

	.me-sm-auto {
		margin-right: auto !important;
	}

	.mb-sm-0 {
		margin-bottom: 0 !important;
	}

	.mb-sm-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-sm-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}

	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}

	.mb-sm-auto {
		margin-bottom: auto !important;
	}

	.ms-sm-0 {
		margin-left: 0 !important;
	}

	.ms-sm-1 {
		margin-left: 0.25rem !important;
	}

	.ms-sm-2 {
		margin-left: 0.5rem !important;
	}

	.ms-sm-3 {
		margin-left: 1rem !important;
	}

	.ms-sm-4 {
		margin-left: 1.5rem !important;
	}

	.ms-sm-5 {
		margin-left: 3rem !important;
	}

	.ms-sm-auto {
		margin-left: auto !important;
	}

	.p-sm-0 {
		padding: 0 !important;
	}

	.p-sm-1 {
		padding: 0.25rem !important;
	}

	.p-sm-2 {
		padding: 0.5rem !important;
	}

	.p-sm-3 {
		padding: 1rem !important;
	}

	.p-sm-4 {
		padding: 1.5rem !important;
	}

	.p-sm-5 {
		padding: 3rem !important;
	}

	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-sm-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-sm-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-sm-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-sm-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-sm-0 {
		padding-top: 0 !important;
	}

	.pt-sm-1 {
		padding-top: 0.25rem !important;
	}

	.pt-sm-2 {
		padding-top: 0.5rem !important;
	}

	.pt-sm-3 {
		padding-top: 1rem !important;
	}

	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}

	.pt-sm-5 {
		padding-top: 3rem !important;
	}

	.pe-sm-0 {
		padding-right: 0 !important;
	}

	.pe-sm-1 {
		padding-right: 0.25rem !important;
	}

	.pe-sm-2 {
		padding-right: 0.5rem !important;
	}

	.pe-sm-3 {
		padding-right: 1rem !important;
	}

	.pe-sm-4 {
		padding-right: 1.5rem !important;
	}

	.pe-sm-5 {
		padding-right: 3rem !important;
	}

	.pb-sm-0 {
		padding-bottom: 0 !important;
	}

	.pb-sm-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-sm-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}

	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}

	.ps-sm-0 {
		padding-left: 0 !important;
	}

	.ps-sm-1 {
		padding-left: 0.25rem !important;
	}

	.ps-sm-2 {
		padding-left: 0.5rem !important;
	}

	.ps-sm-3 {
		padding-left: 1rem !important;
	}

	.ps-sm-4 {
		padding-left: 1.5rem !important;
	}

	.ps-sm-5 {
		padding-left: 3rem !important;
	}
}

@media (min-width: 768px) {
	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-grid {
		display: grid !important;
	}

	.d-md-table {
		display: table !important;
	}

	.d-md-table-row {
		display: table-row !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.d-md-none {
		display: none !important;
	}

	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-md-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}

	.order-md-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-md-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

	.m-md-0 {
		margin: 0 !important;
	}

	.m-md-1 {
		margin: 0.25rem !important;
	}

	.m-md-2 {
		margin: 0.5rem !important;
	}

	.m-md-3 {
		margin: 1rem !important;
	}

	.m-md-4 {
		margin: 1.5rem !important;
	}

	.m-md-5 {
		margin: 3rem !important;
	}

	.m-md-auto {
		margin: auto !important;
	}

	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-md-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-md-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-md-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-md-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-md-0 {
		margin-top: 0 !important;
	}

	.mt-md-1 {
		margin-top: 0.25rem !important;
	}

	.mt-md-2 {
		margin-top: 0.5rem !important;
	}

	.mt-md-3 {
		margin-top: 1rem !important;
	}

	.mt-md-4 {
		margin-top: 1.5rem !important;
	}

	.mt-md-5 {
		margin-top: 3rem !important;
	}

	.mt-md-auto {
		margin-top: auto !important;
	}

	.me-md-0 {
		margin-right: 0 !important;
	}

	.me-md-1 {
		margin-right: 0.25rem !important;
	}

	.me-md-2 {
		margin-right: 0.5rem !important;
	}

	.me-md-3 {
		margin-right: 1rem !important;
	}

	.me-md-4 {
		margin-right: 1.5rem !important;
	}

	.me-md-5 {
		margin-right: 3rem !important;
	}

	.me-md-auto {
		margin-right: auto !important;
	}

	.mb-md-0 {
		margin-bottom: 0 !important;
	}

	.mb-md-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-md-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-md-3 {
		margin-bottom: 1rem !important;
	}

	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-md-5 {
		margin-bottom: 3rem !important;
	}

	.mb-md-auto {
		margin-bottom: auto !important;
	}

	.ms-md-0 {
		margin-left: 0 !important;
	}

	.ms-md-1 {
		margin-left: 0.25rem !important;
	}

	.ms-md-2 {
		margin-left: 0.5rem !important;
	}

	.ms-md-3 {
		margin-left: 1rem !important;
	}

	.ms-md-4 {
		margin-left: 1.5rem !important;
	}

	.ms-md-5 {
		margin-left: 3rem !important;
	}

	.ms-md-auto {
		margin-left: auto !important;
	}

	.p-md-0 {
		padding: 0 !important;
	}

	.p-md-1 {
		padding: 0.25rem !important;
	}

	.p-md-2 {
		padding: 0.5rem !important;
	}

	.p-md-3 {
		padding: 1rem !important;
	}

	.p-md-4 {
		padding: 1.5rem !important;
	}

	.p-md-5 {
		padding: 3rem !important;
	}

	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-md-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-md-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-md-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-md-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-md-0 {
		padding-top: 0 !important;
	}

	.pt-md-1 {
		padding-top: 0.25rem !important;
	}

	.pt-md-2 {
		padding-top: 0.5rem !important;
	}

	.pt-md-3 {
		padding-top: 1rem !important;
	}

	.pt-md-4 {
		padding-top: 1.5rem !important;
	}

	.pt-md-5 {
		padding-top: 3rem !important;
	}

	.pe-md-0 {
		padding-right: 0 !important;
	}

	.pe-md-1 {
		padding-right: 0.25rem !important;
	}

	.pe-md-2 {
		padding-right: 0.5rem !important;
	}

	.pe-md-3 {
		padding-right: 1rem !important;
	}

	.pe-md-4 {
		padding-right: 1.5rem !important;
	}

	.pe-md-5 {
		padding-right: 3rem !important;
	}

	.pb-md-0 {
		padding-bottom: 0 !important;
	}

	.pb-md-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-md-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-md-3 {
		padding-bottom: 1rem !important;
	}

	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-md-5 {
		padding-bottom: 3rem !important;
	}

	.ps-md-0 {
		padding-left: 0 !important;
	}

	.ps-md-1 {
		padding-left: 0.25rem !important;
	}

	.ps-md-2 {
		padding-left: 0.5rem !important;
	}

	.ps-md-3 {
		padding-left: 1rem !important;
	}

	.ps-md-4 {
		padding-left: 1.5rem !important;
	}

	.ps-md-5 {
		padding-left: 3rem !important;
	}
}

@media (min-width: 992px) {
	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-grid {
		display: grid !important;
	}

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-row {
		display: table-row !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.d-lg-none {
		display: none !important;
	}

	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-lg-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

	.m-lg-0 {
		margin: 0 !important;
	}

	.m-lg-1 {
		margin: 0.25rem !important;
	}

	.m-lg-2 {
		margin: 0.5rem !important;
	}

	.m-lg-3 {
		margin: 1rem !important;
	}

	.m-lg-4 {
		margin: 1.5rem !important;
	}

	.m-lg-5 {
		margin: 3rem !important;
	}

	.m-lg-auto {
		margin: auto !important;
	}

	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-lg-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-lg-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-lg-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-lg-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-lg-0 {
		margin-top: 0 !important;
	}

	.mt-lg-1 {
		margin-top: 0.25rem !important;
	}

	.mt-lg-2 {
		margin-top: 0.5rem !important;
	}

	.mt-lg-3 {
		margin-top: 1rem !important;
	}

	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}

	.mt-lg-5 {
		margin-top: 3rem !important;
	}

	.mt-lg-auto {
		margin-top: auto !important;
	}

	.me-lg-0 {
		margin-right: 0 !important;
	}

	.me-lg-1 {
		margin-right: 0.25rem !important;
	}

	.me-lg-2 {
		margin-right: 0.5rem !important;
	}

	.me-lg-3 {
		margin-right: 1rem !important;
	}

	.me-lg-4 {
		margin-right: 1.5rem !important;
	}

	.me-lg-5 {
		margin-right: 3rem !important;
	}

	.me-lg-auto {
		margin-right: auto !important;
	}

	.mb-lg-0 {
		margin-bottom: 0 !important;
	}

	.mb-lg-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-lg-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}

	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}

	.mb-lg-auto {
		margin-bottom: auto !important;
	}

	.ms-lg-0 {
		margin-left: 0 !important;
	}

	.ms-lg-1 {
		margin-left: 0.25rem !important;
	}

	.ms-lg-2 {
		margin-left: 0.5rem !important;
	}

	.ms-lg-3 {
		margin-left: 1rem !important;
	}

	.ms-lg-4 {
		margin-left: 1.5rem !important;
	}

	.ms-lg-5 {
		margin-left: 3rem !important;
	}

	.ms-lg-auto {
		margin-left: auto !important;
	}

	.p-lg-0 {
		padding: 0 !important;
	}

	.p-lg-1 {
		padding: 0.25rem !important;
	}

	.p-lg-2 {
		padding: 0.5rem !important;
	}

	.p-lg-3 {
		padding: 1rem !important;
	}

	.p-lg-4 {
		padding: 1.5rem !important;
	}

	.p-lg-5 {
		padding: 3rem !important;
	}

	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-lg-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-lg-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-lg-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-lg-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-lg-0 {
		padding-top: 0 !important;
	}

	.pt-lg-1 {
		padding-top: 0.25rem !important;
	}

	.pt-lg-2 {
		padding-top: 0.5rem !important;
	}

	.pt-lg-3 {
		padding-top: 1rem !important;
	}

	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}

	.pt-lg-5 {
		padding-top: 3rem !important;
	}

	.pe-lg-0 {
		padding-right: 0 !important;
	}

	.pe-lg-1 {
		padding-right: 0.25rem !important;
	}

	.pe-lg-2 {
		padding-right: 0.5rem !important;
	}

	.pe-lg-3 {
		padding-right: 1rem !important;
	}

	.pe-lg-4 {
		padding-right: 1.5rem !important;
	}

	.pe-lg-5 {
		padding-right: 3rem !important;
	}

	.pb-lg-0 {
		padding-bottom: 0 !important;
	}

	.pb-lg-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-lg-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}

	.ps-lg-0 {
		padding-left: 0 !important;
	}

	.ps-lg-1 {
		padding-left: 0.25rem !important;
	}

	.ps-lg-2 {
		padding-left: 0.5rem !important;
	}

	.ps-lg-3 {
		padding-left: 1rem !important;
	}

	.ps-lg-4 {
		padding-left: 1.5rem !important;
	}

	.ps-lg-5 {
		padding-left: 3rem !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-grid {
		display: grid !important;
	}

	.d-xl-table {
		display: table !important;
	}

	.d-xl-table-row {
		display: table-row !important;
	}

	.d-xl-table-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.d-xl-none {
		display: none !important;
	}

	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-xl-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}

	.order-xl-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-xl-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

	.m-xl-0 {
		margin: 0 !important;
	}

	.m-xl-1 {
		margin: 0.25rem !important;
	}

	.m-xl-2 {
		margin: 0.5rem !important;
	}

	.m-xl-3 {
		margin: 1rem !important;
	}

	.m-xl-4 {
		margin: 1.5rem !important;
	}

	.m-xl-5 {
		margin: 3rem !important;
	}

	.m-xl-auto {
		margin: auto !important;
	}

	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-xl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-xl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-xl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-xl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-xl-0 {
		margin-top: 0 !important;
	}

	.mt-xl-1 {
		margin-top: 0.25rem !important;
	}

	.mt-xl-2 {
		margin-top: 0.5rem !important;
	}

	.mt-xl-3 {
		margin-top: 1rem !important;
	}

	.mt-xl-4 {
		margin-top: 1.5rem !important;
	}

	.mt-xl-5 {
		margin-top: 3rem !important;
	}

	.mt-xl-auto {
		margin-top: auto !important;
	}

	.me-xl-0 {
		margin-right: 0 !important;
	}

	.me-xl-1 {
		margin-right: 0.25rem !important;
	}

	.me-xl-2 {
		margin-right: 0.5rem !important;
	}

	.me-xl-3 {
		margin-right: 1rem !important;
	}

	.me-xl-4 {
		margin-right: 1.5rem !important;
	}

	.me-xl-5 {
		margin-right: 3rem !important;
	}

	.me-xl-auto {
		margin-right: auto !important;
	}

	.mb-xl-0 {
		margin-bottom: 0 !important;
	}

	.mb-xl-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-xl-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-xl-3 {
		margin-bottom: 1rem !important;
	}

	.mb-xl-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}

	.mb-xl-auto {
		margin-bottom: auto !important;
	}

	.ms-xl-0 {
		margin-left: 0 !important;
	}

	.ms-xl-1 {
		margin-left: 0.25rem !important;
	}

	.ms-xl-2 {
		margin-left: 0.5rem !important;
	}

	.ms-xl-3 {
		margin-left: 1rem !important;
	}

	.ms-xl-4 {
		margin-left: 1.5rem !important;
	}

	.ms-xl-5 {
		margin-left: 3rem !important;
	}

	.ms-xl-auto {
		margin-left: auto !important;
	}

	.p-xl-0 {
		padding: 0 !important;
	}

	.p-xl-1 {
		padding: 0.25rem !important;
	}

	.p-xl-2 {
		padding: 0.5rem !important;
	}

	.p-xl-3 {
		padding: 1rem !important;
	}

	.p-xl-4 {
		padding: 1.5rem !important;
	}

	.p-xl-5 {
		padding: 3rem !important;
	}

	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-xl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-xl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-xl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-xl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-xl-0 {
		padding-top: 0 !important;
	}

	.pt-xl-1 {
		padding-top: 0.25rem !important;
	}

	.pt-xl-2 {
		padding-top: 0.5rem !important;
	}

	.pt-xl-3 {
		padding-top: 1rem !important;
	}

	.pt-xl-4 {
		padding-top: 1.5rem !important;
	}

	.pt-xl-5 {
		padding-top: 3rem !important;
	}

	.pe-xl-0 {
		padding-right: 0 !important;
	}

	.pe-xl-1 {
		padding-right: 0.25rem !important;
	}

	.pe-xl-2 {
		padding-right: 0.5rem !important;
	}

	.pe-xl-3 {
		padding-right: 1rem !important;
	}

	.pe-xl-4 {
		padding-right: 1.5rem !important;
	}

	.pe-xl-5 {
		padding-right: 3rem !important;
	}

	.pb-xl-0 {
		padding-bottom: 0 !important;
	}

	.pb-xl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-xl-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-xl-3 {
		padding-bottom: 1rem !important;
	}

	.pb-xl-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-xl-5 {
		padding-bottom: 3rem !important;
	}

	.ps-xl-0 {
		padding-left: 0 !important;
	}

	.ps-xl-1 {
		padding-left: 0.25rem !important;
	}

	.ps-xl-2 {
		padding-left: 0.5rem !important;
	}

	.ps-xl-3 {
		padding-left: 1rem !important;
	}

	.ps-xl-4 {
		padding-left: 1.5rem !important;
	}

	.ps-xl-5 {
		padding-left: 3rem !important;
	}
}

@media (min-width: 1400px) {
	.d-xxl-inline {
		display: inline !important;
	}

	.d-xxl-inline-block {
		display: inline-block !important;
	}

	.d-xxl-block {
		display: block !important;
	}

	.d-xxl-grid {
		display: grid !important;
	}

	.d-xxl-table {
		display: table !important;
	}

	.d-xxl-table-row {
		display: table-row !important;
	}

	.d-xxl-table-cell {
		display: table-cell !important;
	}

	.d-xxl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-xxl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.d-xxl-none {
		display: none !important;
	}

	.flex-xxl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-xxl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-xxl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-xxl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xxl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-xxl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-xxl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-xxl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-xxl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.flex-xxl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-xxl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-xxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-xxl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-xxl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-xxl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-xxl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-xxl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-xxl-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-xxl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-xxl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-xxl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-xxl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-xxl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-xxl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-xxl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-xxl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-xxl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-xxl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-xxl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-xxl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-xxl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-xxl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-xxl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-xxl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-xxl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}

	.order-xxl-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-xxl-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-xxl-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-xxl-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-xxl-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-xxl-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-xxl-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-xxl-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

	.m-xxl-0 {
		margin: 0 !important;
	}

	.m-xxl-1 {
		margin: 0.25rem !important;
	}

	.m-xxl-2 {
		margin: 0.5rem !important;
	}

	.m-xxl-3 {
		margin: 1rem !important;
	}

	.m-xxl-4 {
		margin: 1.5rem !important;
	}

	.m-xxl-5 {
		margin: 3rem !important;
	}

	.m-xxl-auto {
		margin: auto !important;
	}

	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-xxl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-xxl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-xxl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-xxl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-xxl-0 {
		margin-top: 0 !important;
	}

	.mt-xxl-1 {
		margin-top: 0.25rem !important;
	}

	.mt-xxl-2 {
		margin-top: 0.5rem !important;
	}

	.mt-xxl-3 {
		margin-top: 1rem !important;
	}

	.mt-xxl-4 {
		margin-top: 1.5rem !important;
	}

	.mt-xxl-5 {
		margin-top: 3rem !important;
	}

	.mt-xxl-auto {
		margin-top: auto !important;
	}

	.me-xxl-0 {
		margin-right: 0 !important;
	}

	.me-xxl-1 {
		margin-right: 0.25rem !important;
	}

	.me-xxl-2 {
		margin-right: 0.5rem !important;
	}

	.me-xxl-3 {
		margin-right: 1rem !important;
	}

	.me-xxl-4 {
		margin-right: 1.5rem !important;
	}

	.me-xxl-5 {
		margin-right: 3rem !important;
	}

	.me-xxl-auto {
		margin-right: auto !important;
	}

	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}

	.mb-xxl-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-xxl-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-xxl-3 {
		margin-bottom: 1rem !important;
	}

	.mb-xxl-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-xxl-5 {
		margin-bottom: 3rem !important;
	}

	.mb-xxl-auto {
		margin-bottom: auto !important;
	}

	.ms-xxl-0 {
		margin-left: 0 !important;
	}

	.ms-xxl-1 {
		margin-left: 0.25rem !important;
	}

	.ms-xxl-2 {
		margin-left: 0.5rem !important;
	}

	.ms-xxl-3 {
		margin-left: 1rem !important;
	}

	.ms-xxl-4 {
		margin-left: 1.5rem !important;
	}

	.ms-xxl-5 {
		margin-left: 3rem !important;
	}

	.ms-xxl-auto {
		margin-left: auto !important;
	}

	.p-xxl-0 {
		padding: 0 !important;
	}

	.p-xxl-1 {
		padding: 0.25rem !important;
	}

	.p-xxl-2 {
		padding: 0.5rem !important;
	}

	.p-xxl-3 {
		padding: 1rem !important;
	}

	.p-xxl-4 {
		padding: 1.5rem !important;
	}

	.p-xxl-5 {
		padding: 3rem !important;
	}

	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-xxl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-xxl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-xxl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-xxl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-xxl-0 {
		padding-top: 0 !important;
	}

	.pt-xxl-1 {
		padding-top: 0.25rem !important;
	}

	.pt-xxl-2 {
		padding-top: 0.5rem !important;
	}

	.pt-xxl-3 {
		padding-top: 1rem !important;
	}

	.pt-xxl-4 {
		padding-top: 1.5rem !important;
	}

	.pt-xxl-5 {
		padding-top: 3rem !important;
	}

	.pe-xxl-0 {
		padding-right: 0 !important;
	}

	.pe-xxl-1 {
		padding-right: 0.25rem !important;
	}

	.pe-xxl-2 {
		padding-right: 0.5rem !important;
	}

	.pe-xxl-3 {
		padding-right: 1rem !important;
	}

	.pe-xxl-4 {
		padding-right: 1.5rem !important;
	}

	.pe-xxl-5 {
		padding-right: 3rem !important;
	}

	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}

	.pb-xxl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-xxl-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-xxl-3 {
		padding-bottom: 1rem !important;
	}

	.pb-xxl-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-xxl-5 {
		padding-bottom: 3rem !important;
	}

	.ps-xxl-0 {
		padding-left: 0 !important;
	}

	.ps-xxl-1 {
		padding-left: 0.25rem !important;
	}

	.ps-xxl-2 {
		padding-left: 0.5rem !important;
	}

	.ps-xxl-3 {
		padding-left: 1rem !important;
	}

	.ps-xxl-4 {
		padding-left: 1.5rem !important;
	}

	.ps-xxl-5 {
		padding-left: 3rem !important;
	}
}

@media print {
	.d-print-inline {
		display: inline !important;
	}

	.d-print-inline-block {
		display: inline-block !important;
	}

	.d-print-block {
		display: block !important;
	}

	.d-print-grid {
		display: grid !important;
	}

	.d-print-table {
		display: table !important;
	}

	.d-print-table-row {
		display: table-row !important;
	}

	.d-print-table-cell {
		display: table-cell !important;
	}

	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.d-print-none {
		display: none !important;
	}
}

:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: "Noto Sans", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	font-family: 'Noto Sans', sans-serif;
	font-size: calc(1.285rem + 0.42vw);
	font-weight: 400;
	line-height: 1.5;
	color: #333333;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(51, 51, 51, 0);
}

@media (min-width: 1200px) {
	body {
		font-size: 1.6rem;
	}
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: 0.25;
}

hr:not([size]) {
	height: 1px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	line-height: 1.15;
	color: #333333;
}

h1,
.h1 {
	font-size: calc(1.605rem + 4.26vw);
}

@media (min-width: 1200px) {

	h1,
	.h1 {
		font-size: 4.8rem;
	}
}

h2,
.h2 {
	font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {

	h2,
	.h2 {
		font-size: 4rem;
	}
}

h3,
.h3 {
	font-size: calc(1.365rem + 1.38vw);
}

@media (min-width: 1200px) {

	h3,
	.h3 {
		font-size: 2.4rem;
	}
}

h4,
.h4 {
	font-size: calc(1.305rem + 0.66vw);
}

@media (min-width: 1200px) {

	h4,
	.h4 {
		font-size: 1.8rem;
	}
}

h5,
.h5 {
	font-size: calc(1.285rem + 0.42vw);
}

@media (min-width: 1200px) {

	h5,
	.h5 {
		font-size: 1.6rem;
	}
}

h6,
.h6 {
	font-size: calc(1.265rem + 0.18vw);
}

@media (min-width: 1200px) {

	h6,
	.h6 {
		font-size: 1.4rem;
	}
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul {
	padding-left: 2rem;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small,
.small {
	font-size: 0.875em;
}

mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

sub,
sup {
	position: relative;
	font-size: 0.75em;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

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

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

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	direction: ltr
		/* rtl:ignore */
	;
	unicode-bidi: bidi-override;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: 0.875em;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

code {
	font-size: 0.875em;
	color: #d63384;
	word-wrap: break-word;
}

a>code {
	color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 0.875em;
	color: #fff;
	background-color: #212529;
	border-radius: 0.2rem;
}

kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700;
}

figure {
	margin: 0 0 1rem;
}

img,
svg {
	vertical-align: middle;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
}

caption {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #6c757d;
	text-align: left;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
select {
	text-transform: none;
}

[role="button"] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

select:disabled {
	opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
	display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: calc(1.275rem + 0.3vw);
	line-height: inherit;
}

@media (min-width: 1200px) {
	legend {
		font-size: 1.5rem;
	}
}

legend+* {
	clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
	padding: 0;
}

::-webkit-inner-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
	padding: 0;
}

::file-selector-button {
	font: inherit;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

iframe {
	border: 0;
}

summary {
	display: list-item;
	cursor: pointer;
}

progress {
	vertical-align: baseline;
}

[hidden] {
	display: none !important;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-1 {
		font-size: 5rem;
	}
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-2 {
		font-size: 4.5rem;
	}
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-3 {
		font-size: 4rem;
	}
}

.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-4 {
		font-size: 3.5rem;
	}
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-5 {
		font-size: 3rem;
	}
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-6 {
		font-size: 2.5rem;
	}
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

.initialism {
	font-size: 0.875em;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote> :last-child {
	margin-bottom: 0;
}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: 0.875em;
	color: #6c757d;
}

.blockquote-footer::before {
	content: "\2014\00A0";
}

.resend_email span {
	color: #06f;
}

.fade {
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		-webkit-transition: none;
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		-webkit-transition: none;
		transition: none;
	}
}

.dropup,
.dropend,
.dropdown,
.dropstart {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: 0.125rem;
}

.dropdown-menu-start {
	--bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0;
}

.dropdown-menu-end {
	--bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto;
}

@media (min-width: 480px) {
	.dropdown-menu-xs-start {
		--bs-position: start;
	}

	.dropdown-menu-xs-start[data-bs-popper] {
		right: auto;
		left: 0;
	}

	.dropdown-menu-xs-end {
		--bs-position: end;
	}

	.dropdown-menu-xs-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width: 576px) {
	.dropdown-menu-sm-start {
		--bs-position: start;
	}

	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0;
	}

	.dropdown-menu-sm-end {
		--bs-position: end;
	}

	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width: 768px) {
	.dropdown-menu-md-start {
		--bs-position: start;
	}

	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0;
	}

	.dropdown-menu-md-end {
		--bs-position: end;
	}

	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width: 992px) {
	.dropdown-menu-lg-start {
		--bs-position: start;
	}

	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0;
	}

	.dropdown-menu-lg-end {
		--bs-position: end;
	}

	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width: 1200px) {
	.dropdown-menu-xl-start {
		--bs-position: start;
	}

	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}

	.dropdown-menu-xl-end {
		--bs-position: end;
	}

	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width: 1400px) {
	.dropdown-menu-xxl-start {
		--bs-position: start;
	}

	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}

	.dropdown-menu-xxl-end {
		--bs-position: end;
	}

	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-toggle::after {
	vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
}

.dropstart .dropdown-toggle::after {
	display: none;
}

.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropstart .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #1e2125;
	background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0d6efd;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #6c757d;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: 0.25rem 1rem;
	color: #212529;
}

.dropdown-menu-dark {
	color: #dee2e6;
	background-color: #343a40;
	border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
	color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
	color: #fff;
	background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
	color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
	border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
	color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
	color: #adb5bd;
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
	color: #0d6efd;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.nav-link {
		-webkit-transition: none;
		transition: none;
	}
}

.nav-link:hover,
.nav-link:focus {
	color: #0a58ca;
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	background: none;
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
	isolation: isolate;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	background: none;
	border: 0;
	border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #0d6efd;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
	width: 100%;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.navbar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-xs,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: inherit;
	flex-wrap: inherit;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-brand {
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	white-space: nowrap;
}

.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
}

.navbar-text {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	-webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
	transition: -webkit-box-shadow 0.15s ease-in-out;
	transition: box-shadow 0.15s ease-in-out;
	transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.navbar-toggler {
		-webkit-transition: none;
		transition: none;
	}
}

.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem;
	box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto;
}

@media (min-width: 480px) {
	.navbar-expand-xs {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.navbar-expand-xs .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.navbar-expand-xs .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-xs .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}

	.navbar-expand-xs .navbar-nav-scroll {
		overflow: visible;
	}

	.navbar-expand-xs .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.navbar-expand-xs .navbar-toggler {
		display: none;
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}

	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible;
	}

	.navbar-expand-sm .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}

	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible;
	}

	.navbar-expand-md .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}

	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible;
	}

	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}

	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible;
	}

	.navbar-expand-xl .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

@media (min-width: 1400px) {
	.navbar-expand-xxl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.navbar-expand-xxl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}

	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible;
	}

	.navbar-expand-xxl .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.navbar-expand-xxl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible;
}

.navbar-expand .navbar-collapse {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.55);
	border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.55);
	border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
	color: #fff;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		transition: none;
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}

.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
	padding: 0.5rem 0.5rem;
	margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
	margin: 0.25rem;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.modal-dialog-scrollable {
		height: calc(100% - 3.5rem);
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}

	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {

	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}

.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}

.modal-fullscreen .modal-header {
	border-radius: 0;
}

.modal-fullscreen .modal-body {
	overflow-y: auto;
}

.modal-fullscreen .modal-footer {
	border-radius: 0;
}

@media (max-width: 479.98px) {
	.modal-fullscreen-xs-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-xs-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-xs-down .modal-header {
		border-radius: 0;
	}

	.modal-fullscreen-xs-down .modal-body {
		overflow-y: auto;
	}

	.modal-fullscreen-xs-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width: 575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0;
	}

	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto;
	}

	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width: 767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-md-down .modal-header {
		border-radius: 0;
	}

	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto;
	}

	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width: 991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0;
	}

	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto;
	}

	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width: 1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0;
	}

	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}

	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width: 1399.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0;
	}

	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto;
	}

	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0;
	}
}

/**
 * Swiper 6.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 9, 2020
 */
@font-face {
	font-family: 'swiper-icons';
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px;
	/*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
	--swiper-navigation-color: #000000;
}

.swiper-button-lock {
	display: none;
}

:root {
	/*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
	display: none;
}

/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

/* Preloader */
:root {
	/*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.jq-ry-container {
	position: relative;
	padding: 0 5px;
	line-height: 0;
	display: block;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	direction: ltr;
}

.jq-ry-container[readonly="readonly"] {
	cursor: default;
}

.jq-ry-container>.jq-ry-group-wrapper {
	position: relative;
	width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group {
	position: relative;
	line-height: 0;
	z-index: 10;
	white-space: nowrap;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
	display: inline-block;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group {
	width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group {
	width: 0;
	z-index: 11;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.daterangepicker {
	position: absolute;
	color: inherit;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	width: 278px;
	max-width: none;
	padding: 0;
	margin-top: 7px;
	top: 100px;
	left: 20px;
	z-index: 3001;
	display: none;
	font-family: arial;
	font-size: 15px;
	line-height: 1em;
}

.daterangepicker:before,
.daterangepicker:after {
	position: absolute;
	display: inline-block;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: "";
}

.daterangepicker:before {
	top: -7px;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
	top: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
	right: 9px;
}

.daterangepicker.opensleft:after {
	right: 10px;
}

.daterangepicker.openscenter:before {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto;
}

.daterangepicker.openscenter:after {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto;
}

.daterangepicker.opensright:before {
	left: 9px;
}

.daterangepicker.opensright:after {
	left: 10px;
}

.daterangepicker.drop-up {
	margin-top: -7px;
}

.daterangepicker.drop-up:before {
	top: initial;
	bottom: -7px;
	border-bottom: initial;
	border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
	top: initial;
	bottom: -6px;
	border-bottom: initial;
	border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
	float: none;
}

.daterangepicker.single .drp-selected {
	display: none;
}

.daterangepicker.show-calendar .drp-calendar {
	display: block;
}

.daterangepicker.show-calendar .drp-buttons {
	display: block;
}

.daterangepicker.auto-apply .drp-buttons {
	display: none;
}

.daterangepicker .drp-calendar {
	display: none;
	max-width: 270px;
}

.daterangepicker .drp-calendar.left {
	padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
	padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
	border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
	color: #fff;
	border: solid black;
	border-width: 0 2px 2px 0;
	border-radius: 0;
	display: inline-block;
	padding: 3px;
}

.daterangepicker .calendar-table .next span {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	min-width: 32px;
	width: 32px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	white-space: nowrap;
	cursor: pointer;
}

.daterangepicker .calendar-table {
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: #fff;
}

.daterangepicker .calendar-table table {
	width: 100%;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
	background-color: #eee;
	border-color: transparent;
	color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
	font-size: 80%;
	color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
	background-color: #fff;
	border-color: transparent;
	color: #999;
}

.daterangepicker td.in-range {
	background-color: #ebf4f8;
	border-color: transparent;
	color: #000;
	border-radius: 0;
}

.daterangepicker td.start-date {
	border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
	border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
	border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #357ebd;
	border-color: transparent;
	color: #fff;
}

.daterangepicker th.month {
	width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
	color: #999;
	cursor: not-allowed;
	text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
	font-size: 12px;
	padding: 1px;
	height: auto;
	margin: 0;
	cursor: default;
}

.daterangepicker select.monthselect {
	margin-right: 2%;
	width: 56%;
}

.daterangepicker select.yearselect {
	width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
	width: 50px;
	margin: 0 auto;
	background: #eee;
	border: 1px solid #eee;
	padding: 2px;
	outline: 0;
	font-size: 12px;
}

.daterangepicker .calendar-time {
	text-align: center;
	margin: 4px auto 0 auto;
	line-height: 30px;
	position: relative;
}

.daterangepicker .calendar-time select.disabled {
	color: #ccc;
	cursor: not-allowed;
}

.daterangepicker .drp-buttons {
	clear: both;
	text-align: right;
	padding: 8px;
	border-top: 1px solid #ddd;
	display: none;
	line-height: 12px;
	vertical-align: middle;
}

.daterangepicker .drp-selected {
	display: inline-block;
	font-size: 12px;
	padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
	margin-left: 8px;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
	border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
	border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
	border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
	border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
	float: none;
	text-align: left;
	margin: 0;
}

.daterangepicker.show-calendar .ranges {
	margin-top: 8px;
}

.daterangepicker .ranges ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.daterangepicker .ranges li {
	font-size: 12px;
	padding: 8px 12px;
	cursor: pointer;
}

.daterangepicker .ranges li:hover {
	background-color: #eee;
}

.daterangepicker .ranges li.active {
	background-color: #08c;
	color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
	.daterangepicker {
		width: auto;
	}

	.daterangepicker .ranges ul {
		width: 140px;
	}

	.daterangepicker.single .ranges ul {
		width: 100%;
	}

	.daterangepicker.single .drp-calendar.left {
		clear: none;
	}

	.daterangepicker.single .ranges,
	.daterangepicker.single .drp-calendar {
		float: left;
	}

	.daterangepicker {
		direction: ltr;
		text-align: left;
	}

	.daterangepicker .drp-calendar.left {
		clear: left;
		margin-right: 0;
	}

	.daterangepicker .drp-calendar.left .calendar-table {
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.daterangepicker .drp-calendar.right {
		margin-left: 0;
	}

	.daterangepicker .drp-calendar.right .calendar-table {
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.daterangepicker .drp-calendar.left .calendar-table {
		padding-right: 8px;
	}

	.daterangepicker .ranges,
	.daterangepicker .drp-calendar {
		float: left;
	}
}

@media (min-width: 730px) {
	.daterangepicker .ranges {
		width: auto;
	}

	.daterangepicker .ranges {
		float: left;
	}

	.daterangepicker.rtl .ranges {
		float: right;
	}

	.daterangepicker .drp-calendar.left {
		clear: none !important;
	}
}

.daterangepicker td.in-range {
	background-color: #f2fbff;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #0066ff;
}

.h-reset-list {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

html {
	height: 100%;
	font-size: 10px;
}

:root {
	scroll-behavior: smooth;
}

body {
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-height: 100%;
	letter-spacing: 0;
	font-size: initial;
	font-family: 'Noto Sans', sans-serif;
	color: #333333;
	background: #ffffff;
	overflow-x: hidden;
	min-width: 36rem;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #0066ff;
}

a:hover {
	color: #0089ed;
}

button:focus {
	outline: none;
}

ul {
	padding-left: 0;
	list-style: none;
	margin: 0;
}

li {
	font-size: 1.4rem;
}

span {
	font-size: 1.4rem;
}

p {
	font-size: 1.4rem;
	line-height: 1.57em;
	margin-bottom: 0;
}

p:not(:last-child) {
	margin-bottom: 2rem;
}

.h-object-fit {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	display: block;
}

.h-object-fit img {
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
	height: auto;
	width: 100%;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	max-height: none;
	max-width: none;
	height: 100%;
}

.no-object-fit .h-object-fit img,
.no-objectfit .h-object-fit img {
	display: none;
}

.h-object-fit picture {
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
	height: auto;
	width: 100%;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	max-height: none;
	max-width: none;
	height: 100%;
}

.no-object-fit .h-object-fit picture,
.no-objectfit .h-object-fit picture {
	display: none;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/opensans/OpenSans-Regular.eot");
	src: url("../fonts/opensans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/OpenSans-Regular.woff") format("woff"), url("../fonts/opensans/OpenSans-Regular.ttf") format("truetype"), url("../fonts/opensans/OpenSans-Regular.svg#fontname") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/opensans/OpenSans-SemiBold.eot");
	src: url("../fonts/opensans/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/OpenSans-SemiBold.woff") format("woff"), url("../fonts/opensans/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/opensans/OpenSans-SemiBold.svg#fontname") format("svg");
	font-weight: 600;
	font-style: normal;
}

.l-wrapper {
	position: relative;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 1199.98px) {
	.l-wrapper {
		overflow: hidden;
	}
}

.main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-top: 2.4rem;
	padding-bottom: 10rem;
}

@media (max-width: 479.98px) {
	.main {
		padding-top: 1.5rem;
		padding-bottom: 4.8rem;
	}
}

.main-pt {
	padding-top: 1.8rem;
}

.main--success {
	max-width: 60rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	padding: 3.2rem;
}

@media (max-width: 479.98px) {
	.main--success {
		margin-top: 0;
		padding: 3.2rem;
	}
}

.main--success>.icon {
	font-size: 12.2rem;
	margin-bottom: 4.2rem;
}

@media (max-width: 479.98px) {
	.main--success>.icon {
		font-size: 6.8rem;
		margin-bottom: 2.7rem;
	}
}

.main--success>h2,
.main--success>.h2 {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1.25em;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 479.98px) {

	.main--success>h2,
	.main--success>.h2 {
		font-size: 2rem;
	}
}

.main--success>p {
	font-size: 1.6rem;
	line-height: 1.45em;
	text-align: center;
}

@media (max-width: 479.98px) {
	.main--success>p {
		font-size: 1.4rem;
	}
}

@media (min-width: 480px) {
	.main--success>p br {
		display: none;
	}
}

.main--success+.footer {
	padding-top: 0;
}

.main--notFound {
	max-width: 52.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	padding: 3.2rem;
}

@media (max-width: 479.98px) {
	.main--notFound {
		margin-top: 0;
		padding: 3.2rem;
	}
}

.main--notFound>.icon {
	font-size: 12.56rem;
	margin-bottom: 4.2rem;
}

@media (max-width: 479.98px) {
	.main--notFound>.icon {
		margin-bottom: 2.7rem;
		font-size: 9.37rem;
	}
}

.main--notFound>h2,
.main--notFound>.h2 {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1.25em;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 479.98px) {

	.main--notFound>h2,
	.main--notFound>.h2 {
		font-size: 2rem;
	}
}

.main--notFound>p {
	font-size: 1.6rem;
	line-height: 1.45em;
	text-align: center;
}

@media (max-width: 479.98px) {
	.main--notFound>p {
		font-size: 1.4rem;
	}
}

.main--notFound>p br {
	display: none;
}

.main--notFound+.footer {
	padding-top: 0;
}

h1,
.h1,
.h1 {
	font-weight: 600;
	font-size: 3.6rem;
	line-height: 1.56em;
	margin-bottom: 0;
}

@media (max-width: 575.98px) {

	h1,
	.h1,
	.h1 {
		font-size: 2.4rem;
		line-height: 1.36em;
	}
}

h1:not(:last-child),
.h1:not(:last-child),
.h1:not(:last-child) {
	margin-bottom: 2rem;
}

h2,
.h2,
.h2 {
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1em;
	margin-bottom: 0;
}

@media (max-width: 479.98px) {

	h2,
	.h2,
	.h2 {
		font-size: 1.8rem;
	}
}

h2:not(:last-child),
.h2:not(:last-child),
.h2:not(:last-child) {
	margin-bottom: 1.8rem;
}

h3,
.h3,
.h3 {
	font-size: 2.4rem;
}

h4,
.h4,
.h4 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.12em;
}

.link {
	font-weight: 600;
	font-size: 1.6rem;
	color: #0066ff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 575.98px) {
	.link {
		font-size: 1.4rem;
	}
}

.link:hover {
	color: #3385ff;
}

.link .icon {
	font-size: 1.2rem;
}

.link .icon:first-child {
	margin-right: 8px;
}

.link .icon:last-child {
	margin-left: 8px;
}

@media (max-width: 767.98px) {
	.col-xx {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.link-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333333;
}

.link-line .icon {
	font-size: 2rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 1.4rem;
}

@media (max-width: 479.98px) {
	.link-line .icon {
		font-size: 1.6rem;
		margin-right: 8px;
	}
}

.link-line span {
	font-size: 1.6rem;
	line-height: 1em;
}

@media (max-width: 479.98px) {
	.link-line span {
		font-size: 1.4rem;
	}
}

.slect_extra_close {
	position: absolute;
	top: 5px;
	right: 15px;
}

.js-collapse-content {
	display: none;
}

.tooltip-custom {
	position: relative;
}

.tooltip-custom-group .checkbox-label .check-icon {
	border: 2px solid #0a1024;
}

.tooltip-custom-group .checkbox-label .check-icon .icon-check {
	color: #0066ff;
}

.tooltip-custom-group .checkbox-label:hover .check-icon {
	border: 2px solid #0066ff;
}

.tooltip-custom-group .checkbox-label input:checked~.check-icon {
	background-color: transparent;
	border: 2px solid #0a1024;
}

.tooltip-custom__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid #dce1e6;
	border-radius: 1.6rem;
	padding: 1rem 2rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tooltip-custom__btn:hover {
	border-color: #0066ff;
}

.tooltip-custom__btn-txt {
	font-size: 1.6rem;
	margin-right: 1.6rem;
}

.tooltip-custom__btn .icon {
	font-size: 8px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.tooltip-custom__dropdown {
	position: absolute;
	top: calc(100% + 2.4rem);
	left: 0;
	width: 22rem;
	background: white;
	-webkit-box-shadow: 0px 4px 24px rgba(148, 167, 181, 0.1);
	box-shadow: 0px 4px 24px rgba(148, 167, 181, 0.1);
	border-radius: 1.8rem;
	z-index: 10;
	max-height: 46rem;
	overflow-y: auto;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(2rem);
	transform: translateY(2rem);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, transform;
	transition-property: opacity, visibility, transform, -webkit-transform;
}

.tooltip-custom__dropdown-close {
	position: absolute;
	top: 1.6rem;
	right: 1.6rem;
	width: 2rem;
	height: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1rem;
	z-index: 1;
}

.tooltip-custom__dropdown-close:hover {
	color: #0066ff;
}

.tooltip-custom__dropdown-cotent {
	padding: 1.6rem;
}

.tooltip-custom--opened .tooltip-custom__dropdown {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.tooltip-custom--opened .tooltip-custom__btn {
	border-color: #0066ff;
}

.tooltip-custom--opened .tooltip-custom__btn .icon {
	color: #0066ff;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tooltip-custom--top .tooltip-custom__dropdown {
	bottom: calc(100% + 8px);
	top: initial;
}

.decor--color-blue {
	color: #0066ff !important;
}

@media (max-width: 479.98px) {
	.decor--desktop-only {
		display: none !important;
	}
}

@media (max-width: 1199.98px) {
	.decor--fullscreen-only {
		display: none !important;
	}
}

@media (min-width: 480px) {
	.decor--mobile-only {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.decor--tablet-only {
		display: none !important;
	}
}

.decor--marker-orange {
	padding-left: 3.6rem !important;
	position: relative;
}

.decor--marker-orange:before {
	background-color: #ffc700;
	content: " ";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 1.6rem;
	bottom: 0;
	margin: auto 0;
}

.jq-ry-container {
	padding: 0;
}

.toggle-map .icon.hidden {
	display: none;
}

.icon {
	display: inline-block;
	width: 1em;
	height: auto;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.icon-logo {
	width: 2.88095238095em;
}

.icon-map {
	width: 1.46808510638em;
}

.icon-profile {
	width: 0.94915254237em;
}

.icon-search {
	width: 0.962962963em;
}

.icon-bell {
	width: 0.92em;
}

.icon-burger {
	width: 2.6em;
}

.icon-tick {
	width: 1.55555555556em;
}

.icon-star {
	width: 1.125em;
}

.icon-bag {
	width: 0.7em;
}

.icon-arr-down {
	width: 1.8em;
}

.icon-arr-right {
	width: 0.5em;
}

.icon-arr-left {
	width: 0.5625em;
}

.icon-arr-top {
	width: 1.83333333333em;
}

.icon-arrow {
	width: 1.375em;
}

.icon-eye {
	width: 1.66666666667em;
}

.icon-minus {
	width: 13em;
}

.icon-plus {
	width: 1.03846153846em;
}

.icon-gift {
	width: 0.80769230769em;
}

.icon-telegram {
	width: 0.98765432098em;
}

.icon-thanks {
	width: 1.47540983607em;
}

.icon-404 {
	width: 1.06349206349em;
}

.icon-mario {
	width: 1.05357142857em;
}

.icon-map-2,
.icon-map--eu,
.icon-map--us {
	width: 1.68695652174em;
}

.icon-map-3 {
	width: 1.68695652174em;
}

.icon-orders-empty {
	width: 1.34722222222em;
}

.icon-copy {
	width: 0.83333333333em;
}

.icon-profile-2 {
	width: 0.94444444444em;
}

.icon-profile-3 {
	width: 0.94444444444em;
}

.icon-profile-4 {
	width: 0.94444444444em;
}

.icon-profile-5 {
	width: 0.94444444444em;
}

.icon-hiw {
	width: 0.47736625514em;
}

.select-group .select2-container {
	width: 100% !important;
}

.select2-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
	height: 72px;
}

@media (max-width: 767.98px) {
	.select2-container {
		height: 56px;
	}
}

.select2-container .select2-selection--single {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 72px;
	padding: 2rem 2.8rem 0 2.4rem;
	font-size: 16px;
	line-height: 1.2em;
	color: #324354;
	letter-spacing: 0;
	border: 1px solid rgba(51, 51, 51, 0.08);
	border-radius: 1.6rem;
	background-color: white;
}

@media (max-width: 767.98px) {
	.select2-container .select2-selection--single .select2-selection__rendered {
		height: 56px;
		border-radius: 8px;
		padding: 2rem 2rem 8px 1.8rem;
	}
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
}

.select2-container .select2-search--inline .select2-search__field {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 1.6rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 12px 0;
}

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border-radius: 1.6rem;
	height: 72px;
	outline: none;
}

@media (max-width: 767.98px) {
	.select2-container--default .select2-selection--single {
		height: 56px;
	}
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 1.3em;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #0066ff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
	border-bottom: 1px solid #0066ff;
	border-right: 1px solid #0066ff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	position: absolute;
	display: block;
	content: '';
	height: 18px;
	width: 18px;
	right: 25px;
	bottom: 0;
	top: 30px;
	margin: auto;
}

.disabled_select+.select2-container--default .select2-selection--single .select2-selection__arrow:after {
	display: none;
}

.disabled_select+.select2-container--default {
	pointer-events: none;
}

@media (max-width: 767.98px) {
	.select2-container--default .select2-selection--single .select2-selection__arrow:after {
		top: 19px;
		right: 20px;
	}
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 50px;
}

@media (max-width: 767.98px) {
	.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
		top: 34px;
	}
}

.select2-container--default.select2-container--open .select2-selection__rendered {
	border-color: #0066ff;
	border-radius: 1.6rem 1.6rem 0 0;
	border-bottom: 1px solid transparent;
}

@media (max-width: 767.98px) {
	.select2-container--default.select2-container--open .select2-selection__rendered {
		border-radius: 8px 8px 0 0;
	}
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 1.6rem;
	cursor: text;
}

@media (max-width: 767.98px) {
	.select2-container--default .select2-selection--multiple {
		border-radius: 8px;
	}
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 1.6rem;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

@media (max-width: 767.98px) {
	.select2-container--default .select2-selection--multiple .select2-selection__choice {
		border-radius: 8px;
	}
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 230px;
	overflow-y: auto;
	padding-top: 1.4rem;
	padding-bottom: 0;
	margin: 0;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 1.6rem;
	outline: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
	background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

@media (max-width: 767.98px) {
	.select2-container--classic .select2-selection--single {
		border-radius: 8px;
	}
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 14px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 1.6rem;
	border-bottom-right-radius: 1.6rem;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
	background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 1.6rem;
	border-bottom-left-radius: 1.6rem;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
	background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
	background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 1.6rem;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 1.6rem;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}

.select2-container--open .select2-dropdown {
	top: 0;
	border: 1px solid #0066ff;
	border-top: none;
	border-radius: 0 0 1.6rem 1.6rem;
	overflow: hidden;
}

@media (max-width: 767.98px) {
	.select2-container--open .select2-dropdown {
		border-radius: 0 0 8px 8px;
	}
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: transparent;
	color: #0066ff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: transparent;
	color: #0066ff;
	font-size: 14px;
}

.select2-results__option {
	color: black;
}

.select2-results__option img {
	margin-right: 8px;
}

.select-img-container {
	margin-right: 8px;
	width: 24px;
	height: 24px;
	position: relative;
	display: inline-block;
}

.select-img-container img {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.select-optionWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.select-ttl {
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: #222426;
	margin-bottom: 12px;
}

.select-sub {
	font-size: 14px;
	color: #7A8599;
	display: block;
	margin-top: 12px;
}

.select2-results__option {
	padding: 1.1rem 2.4rem;
}

@media (max-width: 767.98px) {
	.select2-results__option {
		padding: 1.1rem 2rem;
	}
}

.select2-results__option:first-child {
	padding-top: 0;
}

.select2-dropdown--above {
	top: -3px !important;
}

.select-label {
	font-weight: 500;
	font-size: 14px;
	color: #222426;
	display: block;
	margin-bottom: 12px;
}

.select-group--noBorders .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 4px 35px 4px 0;
	border: none;
}

.select-group--noBorders .select2-container {
	height: 38px;
}

.select-group--noBorders .select2-container .select2-selection--single .select2-selection__rendered {
	height: 38px;
	background: transparent;
}

.select-group--noBorders .select2-container--default .select2-selection--single {
	height: 38px;
	background: transparent;
}

.select-group--noBorders .select2-container--default .select2-selection--single .select2-selection__arrow:after {
	top: 4px;
}

.select-type2Wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.select-type2Wrap .select-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.select-type2Wrap .select-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.select-type2Wrap .select-txt__value {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .3px;
	color: #2E3033;
	margin-right: 5px;
}

.select-type2Wrap .select-txt__type {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .3px;
	color: #7A8599;
	text-transform: uppercase;
}

.select2-results__option {
	font-size: 16px !important;
}

.horizontal-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.horizontal-select__ttl {
	font-weight: 500;
	font-size: 14px;
	color: #222426;
	margin-right: 16px;
	display: block;
	line-height: 1em;
}

@media (max-width: 479.98px) {
	.horizontal-select__ttl {
		font-size: 14px;
	}
}

.horizontal-select .select-group {
	margin-bottom: 0;
	max-width: 180px;
}

.horizontal-select .select2-container {
	width: auto !important;
}

.select2-dropdown {
	min-width: 120px !important;
}

.select-label {
	font-size: 1.4rem;
	line-height: 1.2em;
	margin-bottom: 5px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: white;
	font-weight: 400;
}

.select-group--withDefaultValue .select2-container .select2-selection--single .select2-selection__rendered {
	background-color: #d0def9 !important;
}

.select-group:not(:last-child) {
	margin-bottom: 1.6rem;
}

.select2-container--default.select2-container--above.select2-container--open .select2-selection__rendered {
	border-color: #00D1FF;
	border-radius: 0 0 1.6rem 1.6rem;
	border-bottom: 1px solid #00D1FF;
	border-top: 1px solid transparent;
}

@media (max-width: 767.98px) {
	.select2-container--default.select2-container--above.select2-container--open .select2-selection__rendered {
		border-radius: 0 0 8px 8px;
	}
}

.select2-container--open .select2-dropdown.select2-dropdown--above {
	border: 1px solid #00D1FF;
	border-top: 1px solid #00D1FF;
	border-bottom: 1px solid transparent;
	border-radius: 1.6rem 1.6rem 0 0;
	overflow: hidden;
	top: 0px !important;
}

@media (max-width: 767.98px) {
	.select2-container--open .select2-dropdown.select2-dropdown--above {
		border-radius: 8px 8px 0 0;
	}
}

.select2-container--open .select2-dropdown.select2-dropdown--above .select2-results__option:first-child {
	padding-top: 1.1rem;
}

.select2-container--open .select2-dropdown.select2-dropdown--above .select2-results__option:last-child {
	padding-bottom: 0;
}

.select2-search--dropdown {
	display: none !important;
}

button {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
}

.button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 1rem;
	font-weight: 500;
	line-height: 2.4rem;
	padding: 1.2rem 2.1rem;
	color: inherit;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	letter-spacing: 0.7px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 1.4rem;
	min-height: 5.6rem;
	background-color: #0066ff;
}

.button:hover {
	background-color: #0089ed;
}

.button span {
	color: white;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0;
}

.button .icon {
	color: white;
}

.button .icon-copy {
	font-size: 1.6rem;
	margin-right: 6px;
}

.button--large {
	min-height: 7.2rem;
}

.button--large span {
	font-size: 1.4rem;
}

.button--small {
	min-height: 4.8rem;
}

.button--small span {
	font-size: 1.4rem;
}

.button--xs {
	min-height: 4rem;
}

.button--xs span {
	font-size: 1.4rem;
}

.button--light {
	background: #f2fbff;
	border: 1px solid #d9f4ff;
	border-radius: 1.6rem;
}

.button--light:hover {
	background: #f2fbff;
	border: 1px solid #d9f4ff;
}

.button--light:hover span {
	color: #0066ff;
}

.button--light span {
	font-size: 1.4rem;
	color: #0066ff;
}

.button--empty {
	border: 1.5px solid #4cc9ff;
	border-radius: 1rem;
}

.button--empty span {
	font-size: 1.6rem;
	color: white;
}

.button--simple {
	background-color: transparent;
	border: 1.5px solid #4cc9ff;
	border-radius: 1rem;
}

.button--simple:hover {
	background-color: transparent;
	border-color: #0089ed;
}

.button--simple:hover span {
	color: #0089ed;
}

.button--simple span {
	font-size: 1.6rem;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	color: #4cc9ff;
}

.button--clear {
	background-color: transparent;
	padding: 0;
	min-height: auto;
}

.button--clear:hover {
	background-color: transparent;
}

.button--clear span {
	font-size: 14px;
	line-height: 12px;
	color: #0066ff;
	font-weight: 400;
}

.form-control {
	width: 100%;
	height: 7.2rem;
	padding: 2.1rem 2.4rem;
	font-size: 1.6rem;
	line-height: 1.2em;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	letter-spacing: 0;
	background: #ffffff;
	border: 1px solid rgba(51, 51, 51, 0.08);
	border-radius: 1.2rem;
	color: #333333;
}

@media (max-width: 767.98px) {
	.form-control {
		padding: 1.4rem 2.2rem;
		height: 5.6rem;
		border-radius: 8px;
	}
}

.form-group--small .form-control {
	height: 41px;
	padding: 10px;
	font-size: 14px;
}

.form-control::-webkit-input-placeholder {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 0.7;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: -0.015em;
	color: rgba(51, 51, 51, 0.3);
}

.form-control:-ms-input-placeholder {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 0.7;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: -0.015em;
	color: rgba(51, 51, 51, 0.3);
}

.form-control::placeholder {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 0.7;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: -0.015em;
	color: rgba(51, 51, 51, 0.3);
}

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border-color: #0066ff;
}

.form-control:focus::-webkit-input-placeholder {
	opacity: 0;
}

.form-control:focus:-ms-input-placeholder {
	opacity: 0;
}

.form-control:focus::placeholder {
	opacity: 0;
}

.form-control.error {
	border-bottom-color: rgba(255, 0, 92, 0.2) !important;
}

.form-control.error::-webkit-input-placeholder {
	color: #ff005c !important;
}

.form-control.error:-ms-input-placeholder {
	color: #ff005c !important;
}

.form-control.error::placeholder {
	color: #ff005c !important;
}

.form-control.error+.floating-label {
	color: #ff005c !important;
}

.form-control:disabled,
.form-control[disabled],
.form-control.disabled {
	pointer-events: none;
	background-color: transparent !important;
	opacity: 0.5 !important;
	border-color: rgba(82, 91, 109, 0.2);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control-withIcon {
	padding-right: 45px;
}

.form-group:last-child .form-control.error {
	border-color: rgba(255, 0, 92, 0.2) !important;
}

.form-group {
	position: relative;
	margin-bottom: 0;
}

.form-group:not(:last-child) {
	margin-bottom: 3.2rem;
}

@media (max-width: 767.98px) {
	.form-group:not(:last-child) {
		margin-bottom: 2.4rem;
	}
}

.form-group--checkAndLink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-group--checkAndLink a {
	font-size: 14px;
	line-height: 1.45em;
	padding: 0 4px;
}

.form-group--withDefaultValue input {
	background-color: #d0def9 !important;
}

.form-group--small {
	max-width: 11rem;
}

.form-group--error .form-control {
	border-color: red;
}

.form-group--floating .floating-label {
	position: absolute;
	top: -3px;
	left: 1.5rem;
	bottom: 0;
	margin: auto 0 !important;
	color: #0066ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1em;
	height: 3.4rem;
	cursor: auto;
	padding: 2px 8px;
	font-size: 1.6rem;
	background-color: #fff;
	z-index: 3;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
	.form-group--floating .floating-label {
		left: 1.1rem;
		height: 2.4rem;
		top: -2px;
	}
}

.form-group--floating input {
	padding: 2rem 2.8rem 0 2.4rem;
}

@media (max-width: 767.98px) {
	.form-group--floating input {
		padding: 2rem 2rem 8px 1.8rem;
	}
}

.form-group--floating input:focus {
	border-color: #0066ff;
}

.form-group--floating input:focus~.floating-label {
	-webkit-transform: translateX(-1.7rem) translateY(-1.3rem) translateZ(0) scale(0.62);
	transform: translateX(-1.7rem) translateY(-1.3rem) translateZ(0) scale(0.62);
	color: #0066ff;
}

@media (max-width: 767.98px) {
	.form-group--floating input:focus~.floating-label {
		-webkit-transform: translateX(-1.6rem) translateY(-1.4rem) translateZ(0) scale(0.6);
		transform: translateX(-1.6rem) translateY(-1.4rem) translateZ(0) scale(0.6);
	}
}

.form-group--floating input.edited~.floating-label {
	-webkit-transform: translateX(-1.7rem) translateY(-1.3rem) translateZ(0) scale(0.62);
	transform: translateX(-1.7rem) translateY(-1.3rem) translateZ(0) scale(0.62);
	color: #0066ff;
}

@media (max-width: 767.98px) {
	.form-group--floating input.edited~.floating-label {
		-webkit-transform: translateX(-1.6rem) translateY(-1.4rem) translateZ(0) scale(0.6);
		transform: translateX(-1.6rem) translateY(-1.4rem) translateZ(0) scale(0.6);
	}
}

.form-group--floating textarea:focus {
	border-color: #0066ff;
}

.form-group--floating textarea:focus~.floating-label {
	-webkit-transform: translateX(-1.4rem) translateY(-1.3rem) translateZ(0) scale(0.62);
	transform: translateX(-1.4rem) translateY(-1.3rem) translateZ(0) scale(0.62);
	color: #0066ff;
}

@media (max-width: 767.98px) {
	.form-group--floating textarea:focus~.floating-label {
		-webkit-transform: translateX(-1.3rem) translateY(-1.25rem) translateZ(0) scale(0.6);
		transform: translateX(-1.3rem) translateY(-1.25rem) translateZ(0) scale(0.6);
	}
}

.form-group--floating textarea.edited~.floating-label {
	-webkit-transform: translateX(-1.4rem) translateY(-1.3rem) translateZ(0) scale(0.62);
	transform: translateX(-1.4rem) translateY(-1.3rem) translateZ(0) scale(0.62);
	color: #0066ff;
}

@media (max-width: 767.98px) {
	.form-group--floating textarea.edited~.floating-label {
		-webkit-transform: translateX(-1.3rem) translateY(-1.25rem) translateZ(0) scale(0.6);
		transform: translateX(-1.3rem) translateY(-1.25rem) translateZ(0) scale(0.6);
	}
}

.form-group--floating.form-group--floating-textarea .floating-label {
	top: 1.6rem;
	bottom: initial;
}

.form-group--floating.form-group--floating-textarea textarea {
	padding: 3.2rem 2.8rem 1rem 2.2rem;
}

@media (max-width: 767.98px) {
	.form-group--floating.form-group--floating-textarea textarea {
		padding: 3.2rem 2.8rem 1rem 2rem;
	}
}

.form-group:disabled .form-control,
.form-group[disabled] .form-control,
.form-group.disabled .form-control {
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
}

.form-group--leftIcon .input-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-group--leftIcon .input-wrap .input-iconWrap {
	position: relative;
	width: 24px;
	height: 24px;
	margin-right: 16px;
}

.form-group--leftIcon .input-wrap .input-iconWrap svg {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.form-group--rightDirection .checkbox-label {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.form-group--rightDirection .checkbox-label .check-icon {
	margin-right: 0;
	margin-left: 10px;
}

.form-group .color {
	width: 2.4rem;
	height: 2.4rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 2px solid transparent;
	position: relative;
	z-index: 2;
}

.form-group .color--decor-checked {
	position: absolute;
	width: 3rem;
	height: 3rem;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: white;
	border: 1px solid #000000;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.form-group .color-tooltip {
	position: absolute;
	top: calc(100% - 4px);
	left: calc(50% + 2px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 16rem;
	min-width: 13rem;
	margin: 0 auto;
	background-color: white;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	display: block;
	font-weight: 500;
	color: #000000;
	padding: 1.8rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	z-index: 10;
	pointer-events: none;
}

input:disabled+span+.color,
input[disabled]+span+.color {
	opacity: 0.3;
}

.input-wrap,
.select-wrap {
	position: relative;
}

.input-wrap label {
	font-size: 1.4rem;
	line-height: 1.2em;
	margin-bottom: 5px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #606060;
}

.input-wrap--disabled .btn-copy-link {
	background: #dcdcdc;
	opacity: 0.5;
	pointer-events: none;
}

.input-wrap--disabled .form-control {
	background-color: white;
	opacity: 0.5;
}

.input-wrap--disabled label {
	opacity: 0.5;
	pointer-events: none;
}

.input-wrap--disabled:hover .input-tooltip {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.input-wrap--disabled textarea {
	max-height: 96px !important;
}

.input-wrap--disabled .input-sub>span {
	opacity: 0.5;
}

.input-wrap--success .btn-copy-link {
	background: #28a745;
}

.input-wrap--success .btn-copy-link:hover {
	background: #28a745;
}

.input-wrap--success .btn-copy-link .icon-checked {
	opacity: 1;
	visibility: visible;
}

.input-wrap--success .btn-copy-link .icon-link {
	opacity: 0;
	visibility: hidden;
}

.input-wrap .input-tooltip {
	background: #ffffff;
	-webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	width: 280px;
	padding: 10px;
	position: absolute;
	bottom: 100%;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
	.input-wrap .input-tooltip {
		background: #353539;
	}
}

.input-wrap .input-tooltip span {
	font-size: 14px;
	color: #324354;
}

@media (max-width: 767.98px) {
	.input-wrap .input-tooltip span {
		color: rgba(255, 255, 255, 0.8);
	}
}

.input-wrap .input-tooltip .icon-info {
	font-size: 20px;
	color: #324354;
	margin-right: 8px;
}

@media (max-width: 767.98px) {
	.input-wrap .input-tooltip .icon-info {
		color: rgba(255, 255, 255, 0.8);
	}
}

.input-wrap .input-tooltip .icon-small-arrow-down {
	display: block;
	color: white;
	font-size: 40px;
	position: absolute;
	top: calc(100% - 20px);
	left: 0;
}

@media (max-width: 767.98px) {
	.input-wrap .input-tooltip .icon-small-arrow-down {
		color: #353539;
	}
}

.input-wrap.error .input-error {
	color: #c91414 !important;
	line-height: 1.8em;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 6px;
}

.input-wrap.error .input-error__txt {
	color: #c91414 !important;
	line-height: 1em;
	font-size: 1rem;
	padding-top: 2px;
}

.input-wrap.error .input-error svg {
	font-size: 1.2rem;
	margin-right: 6px;
}

.input-inner {
	position: relative;
}

.input-inner .select2-container .select2-selection--single .select2-selection__rendered {
	border-radius: 0 6px 6px 0;
	border: none;
	border-top: 1px solid #dadee6;
	border-right: 1px solid #dadee6;
	border-bottom: 1px solid #dadee6;
}

label {
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}

label.error {
	position: absolute;
	bottom: 3px;
	left: 3px;
	font-size: 1rem;
	color: red;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 3px;
	margin-left: 3px;
	font-weight: 500;
}

.form-group--disabled label {
	pointer-events: none;
	opacity: 0.5 !important;
}

.hidden-input {
	visibility: hidden !important;
	position: absolute !important;
	z-index: -1 !important;
	opacity: 0 !important;
	height: 0 !important;
	width: 0 !important;
	left: 0 !important;
	top: 0 !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.field_clear_btn {
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	margin-bottom: auto;
	position: absolute;
	margin-top: auto;
	display: block;
	color: #d8d8d8;
	height: 30px;
	width: 30px;
	bottom: 0;
	right: 0;
	top: 0;
}

.field_clear_btn:hover {
	border-color: #b61f27;
	color: #b61f27;
}

.field_clear_btn:before,
.field_clear_btn:after {
	background-color: currentColor;
	position: absolute;
	display: block;
	margin: auto;
	content: "";
	height: 2px;
	width: 16px;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.field_clear_btn:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.field_clear_btn:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.checkbox-label {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 0;
}

.checkbox-label:hover .check-icon {
	border: 1px solid #0066ff;
}

.checkbox-label:disabled,
.checkbox-label[disabled],
.checkbox-label.disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
}

.checkbox-label .check-icon {
	border: 1px solid #bbdeee;
	border-radius: 3px;
	position: relative;
	height: 2rem;
	width: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 6px;
	background-color: white;
}

.checkbox-label .check-icon:before {
	-webkit-transform: rotate(-52.5deg) skew(-15deg);
	transform: rotate(-52.5deg) skew(-15deg);
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	border-bottom: solid 2px white;
	border-left: solid 2px white;
	position: absolute;
	margin: auto;
	content: "";
	height: 6px;
	width: 11px;
	opacity: 0;
	top: -5px;
	left: 1px;
	bottom: 0;
	right: 0;
	display: none;
}

.checkbox-label .check-value {
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	font-size: 1.4rem;
	line-height: 1.5em;
}

@media (max-width: 575.98px) {
	.checkbox-label .check-value {
		font-size: 1.4rem !important;
		line-height: 1.5em;
	}
}

.checkbox-label .check-value a,
.checkbox-label .check-value span,
.checkbox-label .check-value strong {
	font-size: 14px !important;
}

.checkbox-label .check-icon {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.checkbox-label .check-icon .icon {
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: white;
	font-size: 8px;
}

.checkbox-label.label_grey .check-value {
	color: #979797;
}

.checkbox-label input:checked~.check-icon {
	border: 1px solid #0066ff;
	background-color: #0066ff;
}

.checkbox-label input:checked~.check-icon .icon {
	opacity: 1;
}

.checkbox-label input:disabled~.check-icon {
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
}

.checkbox-label input:disabled~.check-value {
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
}

.checkbox-label input.input-color:checked~.color--decor-checked {
	opacity: 1;
}

.checkbox-label a {
	color: #0066ff;
	font-weight: 400;
}

.checkbox-label--color {
	padding: 3px;
}

.checkbox-label--color:hover .color-tooltip {
	opacity: 1;
	visibility: visible;
}

.radio-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	line-height: 1.6em;
	margin-bottom: 0;
}

.radio-label:hover .check-icon {
	border: solid 1px #58b147;
}

.radio-label:hover .check-value {
	color: #58b147;
}

.radio-label:disabled,
.radio-label[disabled],
.radio-label.disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
}

.radio-label .check-icon {
	border: solid 1px #ababab;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 50%;
	position: relative;
	display: block;
	height: 1.6rem;
	width: 1.6rem;
	background-color: white;
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.radio-label .check-icon:before {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	background-color: #58b147;
	border-radius: 50%;
	position: absolute;
	display: block;
	margin: auto;
	content: "";
	height: 1rem;
	width: 1rem;
	opacity: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

@media (max-width: 767.98px) {
	.radio-label .check-icon:before {
		height: 10px;
		width: 10px;
	}
}

.radio-label .check-value {
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	font-size: 1.6rem;
	line-height: 1.3em;
	font-weight: 500;
	padding-top: 1px;
	color: #ababab;
}

@media (max-width: 767.98px) {
	.radio-label .check-value {
		font-size: 1.4rem;
		line-height: 1.3em;
		padding-top: 0;
	}
}

.radio-label.label_grey .check-value {
	color: #979797;
}

.radio-label input:checked~.check-icon {
	border: solid 1px #58b147;
}

.radio-label input:checked~.check-icon:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.radio-label input:checked~.check-value {
	color: #58b147;
}

.radio-label input:disabled~.check-icon {
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
}

.radio-label input:disabled~.check-value {
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
}

textarea.form-control {
	min-height: 15rem;
	max-height: 18rem;
}

@media (max-width: 479.98px) {
	textarea.form-control {
		min-height: 17.5rem;
	}
}

textarea::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: transparent;
}

textarea::-webkit-scrollbar {
	width: 4px;
	background-color: transparent;
}

textarea::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: transparent;
}

.input-sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2px;
}

.input-sub>span {
	font-size: 13px;
	line-height: 1.45em;
	color: #757575;
}

.input-error {
	display: none;
}

.btn-copy-link {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 56px;
	height: 56px;
	font-size: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	background: #ffffff;
	border: 1px solid #dadee6;
	border-radius: 0 6px 6px 0;
	overflow: hidden;
}

.btn-copy-link .icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.form-control--withLink {
	padding-right: 64px;
}

.input-wrap--leftIcon {
	position: relative;
}

.input-wrap--leftIcon .icon {
	position: absolute;
	top: 0;
	left: 16px;
	bottom: 0;
	font-size: 24px;
	margin: auto 0;
}

.input-wrap--leftIcon .form-control {
	padding-left: 54px;
}

.combo--two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.combo--two .form-group:first-child {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.combo--two .form-group:last-child {
	width: 23%;
	margin-left: 8px;
}

.combo--two .form-group:last-child .form-control {
	text-align: center;
}

.combo--six {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.combo--six .form-control {
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.combo--six .form-control:not(:last-child) {
	margin-right: 4px;
}

.form-control--withHint::-webkit-input-placeholder {
	opacity: 0 !important;
}

.form-control--withHint:-ms-input-placeholder {
	opacity: 0 !important;
}

.form-control--withHint::placeholder {
	opacity: 0 !important;
}

.input-hint {
	position: absolute;
	top: 0;
	left: 16px;
	bottom: 0;
	margin: auto 0;
	line-height: 50px;
	pointer-events: none;
	font-size: 16px;
	color: rgba(50, 67, 84, 0.5);
	letter-spacing: 0;
}

@media (max-width: 767.98px) {
	.input-hint {
		color: rgba(255, 255, 255, 0.7) !important;
	}
}

.form-fromTo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-fromTo .form-group {
	width: 68px;
	margin-bottom: 0;
}

.form-fromTo__txt {
	font-size: 14px;
	color: #000000;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 6px;
}

@media (max-width: 767.98px) {
	.form-fromTo__txt {
		color: white;
	}
}

.form-fromTo__txt:first-child {
	margin-left: 0;
}

.form-fromTo__txt:last-child {
	margin-right: 0;
}

.input-autocomplete {
	list-style: none;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: calc(100% + 4px);
	z-index: 1000;
	background: white;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: none;
	-webkit-transform: translate(0, 20px);
	transform: translate(0, 20px);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 0;
	-webkit-box-shadow: 0 3px 7px rgba(46, 80, 165, 0.29);
	box-shadow: 0 3px 7px rgba(46, 80, 165, 0.29);
	max-height: 260px;
	overflow-y: auto;
	border-radius: 4px;
}

@media (max-width: 767.98px) {
	.input-autocomplete {
		background: #353539;
	}
}

.input-autocomplete__li {
	cursor: pointer;
	font-size: 14px;
	line-height: 2.2em;
	color: #070707;
	padding: 4px 16px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
	.input-autocomplete__li {
		color: rgba(255, 255, 255, 0.8);
	}
}

.input-autocomplete__li:not(.select-search__item):hover {
	background-color: rgba(255, 193, 7, 0.2);
}

.input-autocomplete.input-autocomplete--active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	pointer-events: auto;
}

.checkItemSpecial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 16px;
}

.checkItemSpecial:not(.checkItemSpecial--active) .checkItemSpecial-value .icon {
	opacity: 0.3;
}

.checkItemSpecial:not(.checkItemSpecial--active):hover .checkItemSpecial-value .icon {
	opacity: 0.5;
}

.checkItemSpecial:not(.checkItemSpecial--active).checkItemSpecial--error .checkItemSpecial-inner {
	border-color: #ff7373 !important;
}

.checkItemSpecial:not(.checkItemSpecial--active).checkItemSpecial--error .checkItemSpecial-value {
	background-color: #ff7373 !important;
}

.checkItemSpecial:not(.checkItemSpecial--active).checkItemSpecial--error .checkItemSpecial-value .icon {
	color: white !important;
}

.checkItemSpecial-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	cursor: pointer;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}

@media (max-width: 767.98px) {
	.checkItemSpecial-inner {
		background: #353539;
		border-color: transparent;
		color: white;
	}
}

.checkItemSpecial-txt {
	font-weight: 500;
	font-size: 16px;
	color: #324354;
	padding: 0 13px;
}

@media (max-width: 767.98px) {
	.checkItemSpecial-txt {
		color: white;
	}
}

.checkItemSpecial-value {
	width: 48px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ffc107;
	border-radius: 0 4px 4px 0;
	position: relative;
	left: 1px;
}

.checkItemSpecial-value .icon {
	font-size: 25px;
	color: #324354;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.checkItemSpecial-info {
	margin-top: 16px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767.98px) {
	.checkItemSpecial-info {
		color: rgba(255, 255, 255, 0.5);
	}
}

.radioItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	margin-bottom: 16px;
}

.radioItem-value {
	border: 1px solid #dcdcdc;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	position: relative;
	margin-right: 10px;
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}

@media (max-width: 767.98px) {
	.radioItem-value {
		border: 1px solid white;
	}
}

.radioItem--error .radioItem-value {
	border-color: #ff7373;
}

.radioItem-value:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 14px;
	height: 14px;
	background-color: transparent;
	content: " ";
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.radioItem--active .radioItem-value:before {
	background-color: #fcc668;
}

.radioItem--right .radioItem-value:before {
	background-color: #00a546;
}

.radioItem-txt {
	font-size: 14px;
}

.radioItem--error .radioItem-txt {
	color: #ff7373;
}

@media (max-width: 767.98px) {
	.radioItem-txt {
		color: rgba(255, 255, 255, 0.7);
	}
}

.input-wrap--labelIcon {
	padding-left: 40px;
}

.input-wrap--labelIcon label {
	position: absolute;
	top: 13px;
	left: 0;
	bottom: 0;
	margin: auto 0;
}

.input-inner {
	position: relative;
}

.range-slider .irs {
	height: 18px;
}

.range-slider .irs-line {
	background: rgba(23, 23, 28, 0.2);
	height: 4px;
	border: none;
	border-radius: 5px;
}

.range-slider .irs-bar {
	height: 4px;
	border: none;
}

.range-slider .irs-bar,
.range-slider .irs-line {
	top: 8px;
}

.range-slider .irs-slider {
	background: white;
	top: 0;
	width: 18px;
	height: 18px;
	border: 4px solid #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	-webkit-transition: -webkit-box-shadow 0.3s ease;
	transition: -webkit-box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.inputs-between__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.inputs-between__wrap .form-group {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 0;
}

.inputs-between__wrap .form-group:first-child {
	margin-right: 8px;
}

.inputs-between__wrap .form-group .form-control {
	height: 36px;
	padding: 8px;
	font-size: 12px;
}

.form-group--label-mod .input-wrap {
	position: relative;
}

.form-group--label-mod .input-label {
	position: absolute;
	pointer-events: none;
	left: 20px;
	top: 0;
	line-height: 56px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 0;
	font-size: 16px;
	color: #757575;
	font-weight: 400;
}

@media (max-width: 767.98px) {
	.form-group--label-mod .input-label {
		font-size: 14px;
	}
}

@media (max-width: 650px) {
	.form-group--label-mod .input-label {
		font-size: 12px;
	}
}

@media (max-width: 767.98px) {
	.form-group--label-mod .input-label {
		font-size: 16px;
	}
}

.form-group--label-mod .input-label sup {
	color: #ff5555;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.form-group--label-mod .form-control:focus~.input-label,
.form-group--label-mod .form-control:not(:focus):valid~.input-label {
	top: -15px;
	font-size: 10px;
}

.form-group--label-mod .form-control:focus~.input-label sup,
.form-group--label-mod .form-control:not(:focus):valid~.input-label sup {
	opacity: 0;
}

.check-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.changer {
	width: 3.2rem;
	height: 2.2rem;
	/* Hide default HTML checkbox */
	/* The slider */
	/* Rounded sliders */
}

.changer .switch {
	position: relative;
	display: block;
	width: 3.2rem;
	height: 2.2rem;
}

.changer .switch input {
	display: none;
}

.changer .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #eaeaea;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 4rem;
	height: 2.4rem;
	margin: auto;
}

.changer .slider:before {
	position: absolute;
	top: 0;
	left: 3px;
	bottom: 0;
	margin: auto 0;
	content: " ";
	width: 2rem;
	height: 2rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background: #ffffff;
}

.changer input:checked+.slider {
	background-color: #0066ff;
}

.changer input:checked+.slider:before {
	-webkit-transform: translateX(14px);
	transform: translateX(14px);
}

.changer .slider.round {
	border-radius: 34px;
}

.changer .slider.round:before {
	border-radius: 50%;
}

.changer .fix_ps {
	position: relative;
	left: 3px;
}

.changer-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.changer-group__ttl {
	color: #333333;
	margin-right: 1rem;
}

.changer-ttl {
	color: #333333;
	margin-right: 1rem;
}

.form-group_pass-button {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	margin: auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1.8rem;
	height: 1.8rem;
}

.form-group_pass-button:hover .icon {
	color: #58b147;
}

.form-group_pass-button .icon {
	font-size: 1.8rem;
	width: 1.8rem;
	height: 1.8rem;
	color: #aaaaaa;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.form-group_pass-button .icon-eye-cross {
	display: none;
}

.form-group_pass-button-visible .icon-eye {
	display: none;
}

.form-group_pass-button-visible .icon-eye-cross {
	display: inline-block;
}

.search-field {
	position: relative;
}

.search-field__btn {
	position: absolute;
	top: 0;
	left: 1rem;
	bottom: 0;
	margin: auto 0;
	font-size: 1.6rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #606060;
	height: 2rem;
	width: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
}

.search-field__btn .icon {
	display: block;
}

.search-field__btn:hover {
	color: black;
}

.search-field .form-group {
	margin-bottom: 0;
}

.search-field .form-control {
	border: 1px solid transparent;
	border-radius: 20px;
	padding: 1rem 1rem 1rem 3.6rem;
	background-color: #f4f4f4;
	height: 3.4rem;
}

.form-control[readonly] {
	background-color: transparent;
}

.form-control[readonly]:focus {
	border-color: #d2d2d2;
}

.input-wrap--btn-right {
	position: relative;
}

.input-wrap--btn-right .form-control {
	padding-right: 4.2rem;
}

.input-btn-edit {
	position: absolute;
	top: 1rem;
	right: 1rem;
	bottom: 1rem;
	margin: auto 0;
	z-index: 10;
	width: 1.4rem;
	height: 1.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.4rem;
	color: #909090;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.input-btn-edit:hover {
	color: black;
}

.select2-container--simple .select2-dropdown.select2-dropdown--above {
	border: 1px solid rgba(148, 167, 181, 0.15);
	border-radius: 8px;
}

.select2-container--simple .select2-dropdown {
	border: 1px solid rgba(148, 167, 181, 0.15);
	border-radius: 8px;
}

.select2-container--simple .select2-results>.select2-results__options {
	padding: 4px 0;
}

.select2-container--simple .select2-results__option {
	font-size: 1.2rem !important;
	padding: 5px 1.6rem;
}

@media (max-width: 767.98px) {
	.footer {
		display: none;
	}
}

#scroll_top {
	display: none;
	position: fixed;
	bottom: 2.6rem;
	right: 2.6rem;
	z-index: 99;
	width: 4.8rem;
	height: 4.8rem;
	transition: all .2s ease;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
	background: #fff;
	border-radius: .8rem;
}

#scroll_top svg {
	width: 3rem;
	height: 2rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}

.footer__content-row {
	border-bottom: 1px solid rgba(148, 167, 181, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 1199.98px) {
	.footer__content-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.footer__content-col {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 6.7rem;
}

@media (max-width: 1199.98px) {
	.footer__content-col {
		width: 50%;
	}
}

.footer__content-col:not(:last-child) {
	border-right: 1px solid rgba(148, 167, 181, 0.2);
}

@media (max-width: 1199.98px) {
	.footer__content-col:not(:last-child) {
		border-right: none;
	}
}

.footer__content-col h3,
.footer__content-col .h3 {
	font-weight: 500;
	max-width: 29.2rem;
	padding: 0 1.6rem;
	margin: 0 auto 2.4rem;
}

.footer__content-col p {
	max-width: 26rem;
	margin: 0 auto;
	text-align: center;
}

.footer__content-bottom {
	padding: 2.4rem 0;
	border-top: 1px solid #eaedf0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 3.5rem;
}

.footer__content-bottom svg.icon-logo {
    width: 13rem;
    height: 4rem;	
}

.footer__content-bottom ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__content-bottom li:not(:last-child) {
	margin-right: 2rem;
}

.footer__content-bottom a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__content-bottom a span {
	color: #333333;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.footer__content-bottom a strong {
	font-weight: 400;
	color: #0066ff;
	margin-left: 4px;
}

.footer__content-bottom a:hover span,
.footer__content-bottom a:hover .icon {
	color: #0089ed;
}

.footer__content-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2.8rem;
}

.header {
	position: relative;
	background: #fff;
	z-index: 101;
}

@media (max-width: 1199.98px) {
	.header {
		padding-top: 5.6rem;
	}
}

.header__text-pages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 23px;
}

@media (max-width: 1199.98px) {
	.header__text-pages {
		display: none;
	}
}

.header__text-pages-link {
	color: #333333;
}

.header__content {
	padding: 0 1.6rem 0 2.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: rgb(247 249 250);
	position: relative;
	z-index: 12;
}

@media (max-width: 1199.98px) {
	.header__content {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 5.6rem;
		background: #ffffff;
		padding: 0 2.3rem 0 1.6rem;
		border-bottom: 1px solid #eaedf0;
	}
}

.header__content:not(:last-child) {
	margin-bottom: 5.4rem;
}

@media (max-width: 1199.98px) {
	.header__content:not(:last-child) {
		margin-bottom: 0;
	}
}

.header__content-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__content-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 7.2rem;
}

@media (max-width: 1199.98px) {
	.header__content-right {
		display: none;
	}
}

.header__content-mobile-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 1200px) {
	.header__content-mobile-action {
		display: none;
	}
}

.header__content-mobile-burger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #0066ff;
	width: 2.6rem;
	height: 2.6rem;
	font-size: 1rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.js-menu_opened .header__content-mobile-burger .icon-burger {
	display: none;
}

.header__content-mobile-burger .icon-close {
	display: none;
	font-size: 2.4rem;
}

.js-menu_opened .header__content-mobile-burger .icon-close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__content-mobile-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	max-width: initial;
	background-color: #fff;
}

@media (min-width: 1200px) {
	.header__content-mobile-search {
		display: none;
	}
}

.header--mobile-search-visible .header__content-mobile-search {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.header__content-mobile-search .form-group {
	margin-bottom: 0;
	width: 100%;
}

.header__content-mobile-search .form-control {
	height: 5.6rem;
	color: #000;
	border: none;
	border-bottom: 1px solid #eaedf0;
	border-radius: 0;
	padding-left: 1.6rem;
	padding-right: 9.4rem;
	background-color: #fff;
}

.header__content-mobile-search .form-control:focus {
	border-color: #eaedf0;
}

.header__content-mobile-search .form-control::-webkit-input-placeholder {
	color: #94A7B5
}

.header__content-mobile-search .form-control:-ms-input-placeholder {
	color: #94A7B5
}

.header__content-mobile-search .form-control::placeholder {
	color: #94A7B5
}

.header__content-mobile-search-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #0066ff;
	font-size: 2.4rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 2.4rem;
}

.header__content-mobile-search-submit {
	width: 3.2rem;
	height: 3.2rem;
	font-size: 2.8rem;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: absolute;
	top: 1.8rem;
	right: 1.6rem;
	bottom: 1.8rem;
	margin: auto 0;
}

.header__content-logo {
	display: none;
	font-size: 4rem;
	width: 131px;
	height: 40px;
}

.header__content-logo img {
	width: 100%;
}

@media (max-width: 1199.98px) {
	.header__content-logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.header__content-tg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 1.5rem;
	height: 4rem;
	gap: 1rem;
	min-height: auto;
	border-radius: 1rem;
}

.header__content-tg .icon {
	font-size: 2.4rem;
}

.header__content-tg span {
	font-size: 1.4rem;
}

.header__content-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid rgba(177, 194, 206, 0.25);
	padding: 0 3rem;
	min-height: 7.2rem;
}

.header__content-cart .icon {
	font-size: 2.4rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 1rem;
	color: #0066ff;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.header__content-cart span:not(.header__content-nav-num) {
	font-size: 1.6rem;
	line-height: 1.25em;
	color: #333333;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.header__content-cart strong {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5em;
	color: #0066ff;
	margin-left: 1.2rem;
}

.header__content-cart:hover span,
.header__content-cart:hover .icon {
	color: #0089ed;
}

.header__content-cart:hover .header__content-nav-num {
	color: white;
}

.header__content-region {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid rgba(177, 194, 206, 0.25);
	padding: 0 2.7rem;
	min-height: 7.2rem;
}

.header__content-region .icon {
	font-size: 4.7rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.header__content-region .icon.hidden {
	display: none;
}

.header__content-region span {
	font-size: 1.6rem;
	line-height: 1.25em;
	margin-right: 0.8rem;
	color: #333333;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	max-width: 105px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.header__content-region:hover span,
.header__content-region:hover .icon {
	color: #0089ed;
}

.header__content-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 2.6rem;
	min-height: 7.2rem;
	border-right: 1px solid rgba(177, 194, 206, 0.25);
}

.header__content-link span {
	font-size: 2.8rem;
	text-align: center;
	color: #0066ff;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.header__content-link .icon {
	font-size: 2.2rem;
	color: #0066ff;
}

.header__content-link:hover span,
.header__content-link:hover .icon {
	color: #0089ed;
}

.header__content-account {
	padding-left: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__content-account-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 1rem;
	position: relative;
}

.header__content-account-link:first-child {
	padding-left: 1.6rem;
}

.header__content-account-link:last-child {
	padding-right: 0;
}

.header__content-account-link:not(:last-child):after {
	content: " ";
	background-color: rgba(177, 194, 206, 0.25);
	display: block;
	width: 1px;
	height: 2.4rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 0;
}

.header__content-account-link .icon {
	font-size: 5.9rem;
	margin-right: 1rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header__content-account-link span {
	font-size: 1.6rem;
	line-height: 1.25em;
	color: #0066ff;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.header__content-account-link:hover span {
	color: #0089ed;
}

.header__content-account-user-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__content-account-user-btn .icon {
	font-size: 5.6rem;
	margin-right: 1.5rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header__content-account-user-btn span {
	font-size: 1.6rem;
	line-height: 1.25em;
	color: #0066ff;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.header__content-account-user-btn:hover span {
	color: #0089ed;
}

.header__content-account-user-dropdown {
	background: #f8f9fb;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	top: calc(100% + 7px);
	left: -1.6rem;
	width: calc(100% + 3.2rem);
	height: auto;
	max-height: initial;
	border-top: 1px solid rgba(177, 194, 206, 0.25);
}

.header__content-account-user-list {
	padding: 1.4rem 3.2rem;
}

.header__content-account-user-list:not(:last-child) {
	border-bottom: 1px solid rgba(177, 194, 206, 0.25);
}

.header__content-account-user-list li:not(:last-child) {
	margin-bottom: 1.2rem;
}

.header__content-account-user-list a,
.header__content-account-user-list label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__content-account-user-list a span,
.header__content-account-user-list label span {
	color: #333333;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.header__content-account-user-list a input:checked+span,
.header__content-account-user-list label input:checked+span {
	color: #0066ff;
}

.header__content-account-user-list a strong,
.header__content-account-user-list label strong {
	font-weight: 700;
	color: #0066ff;
	margin-left: 1rem;
}

.header__content-account-user-list a:hover span,
.header__content-account-user-list a:hover .icon,
.header__content-account-user-list a.active span,
.header__content-account-user-list a.active .icon,
.header__content-account-user-list label:hover span,
.header__content-account-user-list label:hover .icon,
.header__content-account-user-list label.active span,
.header__content-account-user-list label.active .icon {
	color: #0089ed;
}

.header__content-announcement-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 3rem;
	min-height: 7.2rem;
	border-right: 1px solid rgba(177, 194, 206, 0.25);
	border-left: 1px solid rgba(177, 194, 206, 0.25);
	margin-left: 1.6rem;
}

.header__content-announcement-btn div {
	position: relative;
}

.header__content-announcement-btn span,
.header__content-announcement-btn:hover span {
	position: absolute;
	left: 80%;
	bottom: 70%;
	font-size: 1.2rem;
	color: #ffffff !important;
	font-weight: 700;
	min-height: 1.6rem;
	min-width: 0;
	padding: 0 0.6rem;
	margin: 0;
	border-radius: 9px;
}

.header__content-announcement-btn .icon {
	font-size: 2.2rem;
	color: #0066ff;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.header__content-announcement-btn:hover span,
.header__content-announcement-btn:hover .icon {
	color: #0089ed;
}

.header__content-announcement-dropdown {
	left: initial;
	right: 0;
	width: 30.5rem;
}

.header__content-announcement-list li {
	padding: 1.6rem 2.4rem;
}

.header__content-announcement-list li:not(:last-child) {
	border-bottom: 1px solid rgba(177, 194, 206, 0.25);
}

.header__content-announcement-list li:first-child,
.header__content-announcement-list li:last-child {
	padding: 1.2rem 2.4rem;
}

.header__content-announcement-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 1.4rem;
}

.header__content-announcement-item time {
	color: #94a7b5;
	line-height: 1.43em;
}

.header__content-announcement-item p {
	margin-bottom: 0;
}

.header__content-announcement-item strong {
	color: #0066ff;
	font-weight: 400;
}

.header__content-nav {
	margin-left: 2.3rem;
}

@media (max-width: 1199.98px) {
	.header__content-nav {
		display: none;
	}
}

.header__content-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 1px solid #e5ebef;
}

.header__content-nav a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 7.2rem;
	padding: 0 1.5rem;
	font-size: 1.6rem;
	line-height: 1.25em;
	color: #333333;
}

.header__content-nav a:hover {
	color: #0089ed;
}

.header__content-nav .active a {
	color: #0089ed;
}

.header__content-nav-num {
	font-size: 100%;
	position: static;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 7px;
	background-color: #ff005c;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: white;
	font-size: 1.2rem;
	font-weight: 500;
	min-height: 2.4rem;
	min-width: 2.4rem;
	padding: 0 5px;
}

.header__content-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.8rem;
	margin-top: 1.2rem;
}

.header__content-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 8.1rem;
}

.header__content-action-ico {
	position: relative;
}

.header__content-action:not(:last-child) {
	margin-right: 1rem;
}

.header__content-action .icon {
	font-size: 2.5rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 1rem;
	color: #0066ff;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	position: relative;
}

.header__content-action .icon-heart {
	color: transparent;
}

.header__content-action span:not(.header__content-nav-num) {
	font-size: 1.6rem;
	line-height: 1.25em;
	color: #333333;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.header__content-action .header__content-nav-num {
	position: absolute;
	left: 80%;
	bottom: 70%;
	font-size: 1.2rem;
	color: #ffffff;
	font-weight: 700;
	min-height: 1.6rem;
	min-width: 0;
	padding: 0 0.6rem;
	margin: 0;
	border-radius: 9px;
}

.header__content-action:hover span,
.header__content-action:hover .icon {
	color: #0089ed;
}

.header__content-action:hover .header__content-nav-num {
	color: white;
}

.header__search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1199.98px) {
	.header__search {
		display: none;
	}
}

.header__search.active .header__search-form .form-control {
	border-bottom: 1.5px solid #0066ff;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.header__search-logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 88px;
	font-size: 8.8rem;
	width: 28.8rem;
	margin-right: 4.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__search-logo img {
	width: 100%;
}

@media (max-width: 1399.98px) {
	.header__search-logo {
		width: 20.4rem;
		margin-right: 2.4rem;
	}
}

@media (max-width: 1199.98px) {
	.header__search-logo {
		display: none;
	}
}

.header__search-form {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 4.1rem 0 0;
	position: relative;
}

.header__search-form .form-group {
	width: 100%;
	margin-bottom: 0;
}

.header__search-form .form-control {
	border-radius: 1rem;
	border: 3px solid #0066ff;
	height: 5.6rem;
	padding: 1.6rem 2rem;
	-webkit-transition: none;
	transition: none;
}

.header__search-form .form-control::-webkit-input-placeholder {
	color: #94a7b5;
}

.header__search-form .form-control:-ms-input-placeholder {
	color: #94a7b5;
}

.header__search-form .form-control::placeholder {
	color: #94a7b5;
}

.header__search-form .form-control:focus {
	border-color: #0066ff;
}

.header__search-form.drop-visible .form-control {
	border: 1px solid transparent;
	border-radius: 1.2rem 1.2rem 0 0;
}

.header__search-form.drop-visible .form-control:focus {
	border: 1px solid transparent;
	border-radius: 1.2rem 1.2rem 0 0;
}

.header__search-form-submit {
	position: absolute;
	top: 0;
	right: 1.4rem;
	bottom: 0;
	margin: auto 0;
	color: #0066ff;
	width: 2.8rem;
	height: 2.8rem;
	font-size: 2.7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header__search-form-autocomplit {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #ffffff;
	border-radius: 0 0 1rem 1rem;
	border-top: 1.5px solid transparent;
}

@media (max-width: 1199.98px) {
	.header__search-form-autocomplit {
		border-radius: 0;
		-webkit-box-shadow: 0px 8px 8px rgba(177, 194, 206, 0.08);
		box-shadow: 0px 8px 8px rgba(177, 194, 206, 0.08);
	}
}

.header__search-form-autocomplit:before {
	position: absolute;
	top: -5.7rem;
	left: 0;
	width: 100%;
	height: calc(100% + 5.7rem);
	pointer-events: none;
	content: " ";
	border-radius: 1rem;
	border: 3px solid #0066ff;
}

@media (max-width: 1199.98px) {
	.header__search-form-autocomplit:before {
		display: none;
	}
}

.header__search-form-autocomplit-list {
	max-height: 35rem;
	overflow-y: overlay;
}

.header__search-form-autocomplit-list::-webkit-scrollbar-track {
	border-radius: 50px;
	background-color: transparent;
}

.header__search-form-autocomplit-list::-webkit-scrollbar {
	width: 16px;
	background-color: transparent;
}

.header__search-form-autocomplit-list::-webkit-scrollbar-thumb {
	border: 4px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	border-radius: 9999px;
	background-color: rgba(0, 102, 255, 0.1);
}

@media (max-width: 1199.98px) {
	.header__search-form-autocomplit-list::-webkit-scrollbar-thumb {
		border: 6px solid rgba(0, 0, 0, 0);
	}
}

.header__search-form-autocomplit-li {
	position: relative;
}

.header__search-form-autocomplit-li:not(:last-child) {
	border-bottom: 1px solid rgb(0 102 255 / 10%);
}

.header__search-form-autocomplit-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.1rem 2.3rem;
}

.header__search-form-autocomplit-item:hover .header__search-form-autocomplit-name {
	color: #0066ff;
}

.header__search-form-autocomplit-item:hover .header__search-form-autocomplit-brand {
	color: rgba(148, 167, 181, 0.5);
}

.header__search-form-autocomplit-txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1199.98px) {
	.header__search-form-autocomplit-txt {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.header__search-form-autocomplit-name {
	font-size: 1.6rem;
	line-height: 1.12em;
	color: #333333;
}

.header__search-form-autocomplit-name strong {
	color: #0066ff;
	font-weight: normal;
}

.header__search-form-autocomplit-brand {
	font-size: 1.6rem;
	line-height: 1.12em;
	color: rgba(148, 167, 181, 0.5);
	margin-left: 8px;
}

@media (max-width: 1199.98px) {
	.header__search-form-autocomplit-brand {
		margin-left: 0;
		margin-top: 2px;
	}
}

.header__search-form-autocomplit-img {
	width: 4.8rem;
	height: 4.8rem;
	position: relative;
	margin-right: 1.6rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header__search-form-autocomplit-img img {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.header__search>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__search>ul:first-child {
	margin-right: 4.6rem;
}

.header__search>ul li:not(:last-child) {
	margin-right: 2.8rem;
}

.header__search>ul li.active a span {
	color: #0089ed;
}

.header__search>ul a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__search>ul a span {
	font-size: 1.6rem;
	color: #333333;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.header__search>ul a strong {
	font-weight: 400;
	color: #0066ff;
	margin-left: 4px;
}

.header__search>ul a:hover span,
.header__search>ul a:hover .icon {
	color: #0089ed;
}

.header__cart {
	width: 100%;
}

.header__cart:not(:last-child) {
	margin-bottom: 3.2rem;
}

@media (max-width: 479.98px) {
	.header__cart:not(:last-child) {
		margin-bottom: 0;
	}
}

.hidden-search-dropdown {
	display: none;
}

.gift-message {
	background: #8ccc00;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 5.6rem;
	color: white;
	padding: 0 2.4rem 0 8px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

@media (min-width: 480px) {
	.gift-message {
		display: none;
	}
}

.gift-message__img {
	width: 5.6rem;
	height: 5.6rem;
	position: relative;
	margin-right: 8px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.gift-message__img img {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.gift-message__txt {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.33em;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.gift-message__close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 2.4rem;
	color: white;
	margin-left: 2.4rem;
}

.gift-message.gift-message--visible {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.mobile-menu {
	display: none;
	position: fixed;
	top: 5.6rem;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: white;
	padding: 0;
	z-index: 100;
}

@media (min-width: 1200px) {
	.mobile-menu {
		display: none !important;
	}
}

.mobile-menu__acc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.mobile-menu__acc .header__content-announcement-btn {
	border: none;
}

.mobile-menu__tg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.mobile-menu__content {
	height: calc(100vh - 5.6rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow-y: auto;
}

.mobile-menu__content-nav {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 2.4rem 0 3.4rem;
}

.mobile-menu__content-account {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 5px;
}

.mobile-menu__content-account:not(:last-child) {
	margin-bottom: 2.4rem;
}

.mobile-menu__content-account .icon {
	font-size: 4.9rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 1.2rem;
}

.mobile-menu__content-account .button {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 32rem;
	border-radius: 1.6rem;
}

.mobile-menu__content-links li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mobile-menu__content-links li:not(:last-child) {
	border-bottom: 1px solid rgba(148, 167, 181, 0.15);
}

.mobile-menu__content-links li strong {
	font-weight: 700;
	color: #0066ff;
	margin-left: 6px;
}

.mobile-menu__content-links li a {
	color: #333333;
	width: 100%;
	padding: 2.1rem 2.1rem 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1em;
}

.mobile-menu__content .filters {
	position: static;
}

.mobile-menu__content .filters:not(:last-child) {
	margin-bottom: 3.2rem;
}

.mobile-menu__content .filters .filter-item__value {
	height: 5.6rem;
}

.mobile-menu__content .filters .filters__chapter:not(:last-child) {
	margin-bottom: 2.2rem;
}

.mobile-menu__content .filters .filters__title {
	padding: 0 1.6rem;
	font-size: 1.6rem;
}

.mobile-menu__content-bottom {
	background: #0066ff;
	padding: 2rem 0 3.2rem;
}

.mobile-menu__content-bottom .button {
	width: 100%;
}

.mobile-menu__content-bottom .button:not(:last-child) {
	margin-bottom: 1.6rem;
}

.mobile-menu__content-currency {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1em;
	color: #ffffff;
	padding: 0 2.1rem 2rem;
	border-bottom: 1px solid #4cc9ff;
	margin-bottom: 1.9rem;
}

.mobile-menu__content-region {
	padding: 0 2.4rem;
}

.mobile-menu__content-region:not(:last-child) {
	margin-bottom: 2.9rem;
}

.mobile-menu__content-region-txt {
	font-size: 1.2rem;
	line-height: 1.03em;
	color: #ffffff;
	display: block;
}

.mobile-menu__content-region .icon {
	font-size: 11.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}

.course {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.course__top {
	border-radius: 1.8rem 1.8rem 0 0;
	padding: 2.4rem 2.4rem 1.9rem;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	min-height: 17.6rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media (max-width: 1199.98px) {
	.course__top {
		min-height: initial;
	}
}

@media (max-width: 575.98px) {
	.course__top {
		padding: 2.4rem 2.4rem 1.6rem;
	}
}

.course__top-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.course__top-img .h-object-fit {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.course__top-tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.17em;
	text-transform: uppercase;
	color: #ffffff;
	padding: 2px 6px;
}

.course__top-tag:not(:last-child) {
	margin-bottom: 2rem;
}

@media (max-width: 479.98px) {
	.course__top-tag:not(:last-child) {
		margin-bottom: 1.2rem;
	}
}

.course__top-tag.decor--green {
	background: #9fd700;
}

.course__top-tag.decor--purple {
	background: #db00ff;
}

.course__top-tag.decor--red {
	background: #ff005c;
}

.course__top-ttl {
	font-weight: 700;
	font-size: 3rem;
	line-height: 0.87em;
	text-transform: uppercase;
	color: #ffffff;
}

@media (max-width: 575.98px) {
	.course__top-ttl {
		font-size: 2.4rem;
	}
}

.course__top-ttl:not(:last-child) {
	margin-bottom: 5px;
}

.course__top-txt {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.36em;
	color: #ffffff;
}

@media (max-width: 575.98px) {
	.course__top-txt {
		font-size: 1.2rem;
	}
}

.course__top-txt a {
	color: #0066ff;
}

.course__top-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 1.6rem;
	right: 1.6rem;
	font-size: 1.2rem;
	color: #0066ff;
}

.course__main {
	padding: 1.1rem 1.5rem 1.1rem 2.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid rgba(148, 167, 181, 0.15);
	border-top: none;
	border-radius: 0 0 1.8rem 1.8rem;
	overflow: hidden;
	min-height: 95px;
}

@media (max-width: 479.98px) {
	.course__main {
		padding: 8px 8px 7px 1.6rem;
	}
}

.course__main-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.course__main-info-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.course__main-info-line:not(:last-child) {
	margin-bottom: 5px;
}

@media (max-width: 479.98px) {
	.course__main-info-line:not(:last-child) {
		margin-bottom: 0;
	}
}

.course__main-info-line span {
	font-size: 1.4rem;
}

@media (max-width: 479.98px) {
	.course__main-info-line span {
		font-size: 1.2rem;
		font-weight: 500;
	}
}

.course__main-info-line .icon {
	font-size: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 6px;
	color: #a2e70d;
}

.course__main-info-price {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.33em;
}

@media (max-width: 479.98px) {
	.course__main-info-price {
		font-size: 1.6rem;
	}
}

.course__main-info-price sup {
	top: -8.5px;
	font-size: 10px;
}

@media (max-width: 479.98px) {
	.course__main-info-price sup {
		font-size: 6px;
	}
}

.course__main-action {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.course__main-star {
	border: 1.5px solid rgba(0, 102, 255, 0.2);
	border-radius: 8px;
	overflow: hidden;
	width: 4rem;
	height: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.8rem;
	color: #0066ff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.course__main-star:hover {
	background-color: #ff005c;
	border-color: #ff005c;
	color: white;
}

.course__main-star:not(:last-child) {
	margin-right: 8px;
}

.course__main-cart {
	background-color: #0066ff;
	border-radius: 8px;
	overflow: hidden;
	width: 4rem;
	height: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.8rem;
	color: white;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.course__main-cart:hover {
	background-color: #0089ed;
}

.course__main-cart:not(:last-child) {
	margin-right: 8px;
}

.course__main-bag {
	background-color: #0066ff;
	border-radius: 8px;
	overflow: hidden;
	width: 4rem;
	height: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.8rem;
	color: white;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.course__main-bag:hover {
	background-color: #0089ed;
}

.course__main-bag:not(:last-child) {
	margin-right: 8px;
}

.course__extended {
	border: 1px solid rgba(148, 167, 181, 0.2);
	border-radius: 0 0 1.8rem 1.8rem;
}

.course__extended-aticle {
	padding: 1.8rem 2.4rem 1.7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid rgba(148, 167, 181, 0.2);
}

@media (max-width: 575.98px) {
	.course__extended-aticle {
		padding: 1.6rem 2.4rem 1.4rem;
	}
}

.course__extended-aticle p {
	line-height: 1.45em;
}

.course__extended-aticle p:not(:last-child) {
	margin-bottom: 0;
}

.course__extended-ttl {
	height: 5rem;
	line-height: 1em;
	color: #94a7b5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 2.4rem;
}

@media (max-width: 575.98px) {
	.course__extended-ttl {
		display: none;
	}
}

@media (max-width: 575.98px) {
	.course__extended-inner {
		display: none;
	}
}

@media (min-width: 576px) {
	.course__extended-inner {
		display: block !important;
	}
}

.course__extended-inner-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 1.6rem 7px;
}

@media (max-width: 575.98px) {
	.course__extended-inner-item {
		padding: 7px 8px;
	}
}

.course__extended-inner-item:first-child {
	border-top: 1px solid rgba(0, 102, 255, 0.15);
	border-bottom: 1px solid rgba(0, 102, 255, 0.15);
	background-color: rgba(0, 102, 255, 0.05);
}

@media (max-width: 575.98px) {
	.course__extended-inner-item:first-child {
		padding: 0 1.9rem 0 1.3rem;
	}
}

.course__extended-inner-item:not(:first-child):not(:last-child) {
	border-bottom: 1px solid rgba(148, 167, 181, 0.2);
}

.course__extended-inner-item:hover .course__extended-inner-item-name {
	color: #0066ff;
}

.course__extended-inner-item-txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.course__extended-inner-item-name {
	line-height: 1.5em;
	color: #333333;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.course__extended-inner-item-brand {
	line-height: 1.12em;
	color: rgba(148, 167, 181, 0.5);
	margin-top: 2px;
}

.course__extended-inner-item-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 4px 0;
}

.course__extended-inner-item-line-txt {
	font-size: 9px;
	margin-left: 4px;
}

@media (max-width: 575.98px) {
	.course__extended-inner-item-line-txt {
		color: #ff005c;
		font-size: 1rem;
		font-weight: 500;
	}
}

.course__extended-inner-item-price {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.33em;
	white-space: nowrap;
	color: #333333;
}

@media (max-width: 575.98px) {
	.course__extended-inner-item-price {
		color: #ff005c;
		font-size: 1.6rem;
		line-height: 1.13em;
	}
}

.course__extended-inner-item-price:not(:last-child) {
	margin-right: 5px;
}

.course__extended-inner-item-price sup {
	top: -8.5px;
	font-size: 6px;
}

.course__extended-inner-item-discount {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.33em;
	color: rgba(148, 167, 181, 0.7);
	position: relative;
	white-space: nowrap;
}

@media (max-width: 575.98px) {
	.course__extended-inner-item-discount {
		font-size: 1rem;
	}
}

.course__extended-inner-item-discount:not(:last-child) {
	margin-right: 5px;
}

.course__extended-inner-item-discount:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: rgba(148, 167, 181, 0.7);
	content: " ";
	margin: auto 0;
}

.course__extended-inner-item-discount sup {
	top: -8.5px;
	font-size: 6px;
}

@media (max-width: 575.98px) {
	.course__extended-inner-item-discount sup {
		top: -6px;
	}
}

.course__extended-inner-item-img {
	width: 4.8rem;
	height: 4.8rem;
	position: relative;
	margin-right: 7px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 575.98px) {
	.course__extended-inner-item-img {
		width: 6.4rem;
		height: 6.4rem;
	}
}

.course__extended-inner-item-img img {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.course__extended-inner-item-img .icon {
	font-size: 3.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #0066ff;
}

.course__extended-inner-item>.icon {
	font-size: 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #0066ff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.course__extended-cart {
	border-top: 1px solid rgba(0, 102, 255, 0.15);
	border-bottom: 1px solid rgba(0, 102, 255, 0.15);
	background-color: rgba(0, 102, 255, 0.05);
	padding: 1.6rem 1.6rem 1.5rem 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.course__extended-cart-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.course__extended-cart-price-val {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.33em;
	white-space: nowrap;
	color: #333333;
}

.course__extended-cart-price-val:not(:last-child) {
	margin-right: 5px;
}

.course__extended-cart-price-val sup {
	top: -8.5px;
	font-size: 8px;
}

.course__extended-cart-price-discount {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.33em;
	color: rgba(148, 167, 181, 0.7);
	position: relative;
	white-space: nowrap;
}

.course__extended-cart-price-discount:not(:last-child) {
	margin-right: 5px;
}

.course__extended-cart-price-discount:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: rgba(148, 167, 181, 0.7);
	content: " ";
	margin: auto 0;
}

.course__extended-cart-price-discount sup {
	top: -8.5px;
	font-size: 8px;
}

.course__extended-cart-btn {
	background: #0066ff;
	border-radius: 1rem;
	overflow: hidden;
	height: 4.8rem;
	padding: 1.5rem 2.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.course__extended-cart-btn:hover {
	background-color: #0089ed;
}

.course__extended-cart-btn .icon {
	color: #ffffff;
	font-size: 1.6rem;
	margin-right: 6px;
}

.course__extended-cart-btn span {
	font-weight: 500;
	line-height: 1em;
	color: #ffffff;
}

.course__extended-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.6rem 2.3rem 1.7rem;
}

.course__extended-mobile-btn {
	height: 5.5rem;
	line-height: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 2.1rem 0 2.3rem;
	width: 100%;
}

@media (min-width: 576px) {
	.course__extended-mobile-btn {
		display: none;
	}
}

.course__extended-mobile-btn span {
	color: #0066ff;
}

.course__extended-mobile-btn .icon {
	font-size: 1.4rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #0066ff;
}

.js-collapse_opened .course__extended-mobile-btn .icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.course.course--vertical .course__top {
	padding: 12.6rem 1.5rem 1.6rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.course.course--vertical .course__top-ttl:not(:last-child) {
	margin-bottom: 1.2rem;
}

.course.course--vertical .course__main-info-line span {
	font-size: 1rem;
}

.course.course--vertical .course__main {
	padding: 8px;
	-webkit-box-flex: initial;
	-ms-flex-positive: initial;
	flex-grow: initial;
}

@media (max-width: 575.98px) {
	.course.course--extended .course__top {
		border-radius: 1.4rem 1.4rem 0 0;
		padding: 5.6rem 2.4rem 1.8rem;
	}
}

@media (max-width: 575.98px) {
	.course.course--extended .course__top br {
		display: none;
	}
}

.course.course--extended .course__top-tag {
	margin-bottom: 5.8rem;
}

@media (max-width: 575.98px) {
	.course.course--extended .course__top-tag {
		margin-bottom: 1.1rem;
	}
}

.course.js-collapse-content {
	display: none;
}

.course-collapse {
	position: relative;
	min-height: 4.8rem;
}

.course-collapse .course__top-arrow {
	z-index: 10;
}

.course-collapse__button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.course-collapse .course {
	position: relative;
	z-index: 1;
}

.course-collapse.js-collapse_opened .course__top-arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.course-carousel {
	margin-bottom: 5.3rem;
}

@media (max-width: 479.98px) {
	.course-carousel {
		margin-bottom: 3.2rem;
	}
}

@media (max-width: 479.98px) {
	.course-carousel__content {
		position: relative;
	}
}

.course-carousel__content-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 479.98px) {
	.course-carousel__content-nav {
		position: absolute;
		top: calc(100% - 2px);
		left: 0;
		right: 0;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 auto;
	}
}

.course-carousel__content-nav:not(:last-child) {
	margin-bottom: 1.7rem;
}

.course-carousel__content-nav-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.course-carousel__content-nav-line>span:not(:last-child),
.course-carousel__content-nav-line>a:not(:last-child) {
	margin-right: 2.3rem;
}

@media (max-width: 479.98px) {
	.course-carousel__content-nav-line {
		display: none;
	}
}

.course-carousel__content-nav .swiper-pagination {
	position: static;
}

.course-carousel__content-nav .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
	opacity: 1;
	width: 6px;
	height: 6px;
	background: rgba(229, 229, 229, 0.5);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

@media (max-width: 479.98px) {
	.course-carousel__content-nav .swiper-pagination .swiper-pagination-bullet {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		margin: 0 2px;
		width: 4px;
		height: 4px;
	}
}

.course-carousel__content-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: rgba(0, 102, 255, 0.4);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

@media (max-width: 479.98px) {
	.course-carousel__content-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 1.5rem;
		border-radius: 1rem;
	}
}

@media (max-width: 479.98px) {
	.course-carousel__content-slider {
		margin: 0 -1.6rem;
		width: calc(100% + 3.2rem);
	}
}

.course-carousel__content-slider .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.course-carousel__content-slider .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
}

.course-carousel__content-slider .course {
	width: 100%;
}

@media (max-width: 767.98px) {
	.course-carousel__content-slider .course {
		margin-left: 1.6rem;
	}
}

@media (max-width: 479.98px) {
	.course-carousel__content-slider .course__top-ttl br {
		display: none;
	}
}

.course-carousel-minor__content-nav {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.course-carousel-minor__content-nav:not(:last-child) {
	margin-bottom: 1rem;
}

.course-carousel-minor__content-title {
	display: block;
	font-weight: 500;
	font-size: 1.4rem;
}

.course-carousel-minor__content-slider .course.course--vertical {
	width: 100%;
}

.course-carousel-minor__content-slider .course.course--vertical .course__top {
	padding: 9.8rem 2rem 1.9rem;
}

.course-carousel-minor__content-slider .course.course--vertical .course__main {
	padding: 1.1rem 1.2rem 1rem 1.6rem;
}

.course-carousel-minor__content-slider .course.course--vertical .course__top-ttl {
	font-size: 2rem;
}

.course-carousel-minor__content-slider .course.course--vertical .course__top-ttl:not(:last-child) {
	margin-bottom: 7px;
}

.course-carousel-minor__content-slider .course.course--vertical .course__top-tag {
	font-size: 8px;
	line-height: 1em;
	padding: 5px 8px;
}

.course-carousel-minor__content-slider .course.course--vertical .course__main-bag {
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 8px;
}

.course-carousel-minor__content-slider .course.course--vertical .course__main-info-line span {
	font-size: 9px;
}

.course-carousel-minor__content-slider .course.course--vertical .course__main-info-line .icon {
	font-size: 6px;
	margin-right: 5px;
}

.course-carousel-minor__content-slider .course.course--vertical .course__main-info-price {
	font-size: 1.6rem;
}

.course-carousel-minor__content-slider .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.course-carousel-minor__content-slider .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: initial;
}

.course-carousel-minor__content .swiper-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.course-carousel-minor__content .swiper-navigation .swiper-button {
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 1rem;
	height: 1.4rem;
	color: #0066ff;
	font-size: 1.6rem;
	margin: 0;
}

.course-carousel-minor__content .swiper-navigation .swiper-button:not(:last-child) {
	margin-right: 1.8rem;
}

.course-carousel-minor__content .swiper-navigation .swiper-button:after {
	display: none;
}

.course-recommended {
	padding: 4.8rem 0 0;
}

.course-recommended__content {
	margin-left: -1.6rem;
	margin-right: -1.6rem;
	width: calc(100% + 3.2rem);
}

.course-recommended__content h4,
.course-recommended__content .h4 {
	text-align: center;
}

.course-recommended__content h4:not(:last-child),
.course-recommended__content .h4:not(:last-child) {
	margin-bottom: 2.9rem;
}

.course-recommended__content-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-y: auto;
	margin-left: -1.6rem;
	margin-right: -1.6rem;
	padding: 0 8px;
}

.course-recommended__content-col {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 16.8rem;
	padding-left: 8px;
	padding-right: 8px;
}

.courses-main {
	padding-top: 5.5rem;
}

@media (max-width: 1199.98px) {
	.courses-main {
		padding-top: 0;
	}
}

@media (max-width: 1199.98px) {
	.courses-main__content-article {
		display: none;
	}
}

.courses-main__content-article:not(:last-child) {
	margin-bottom: 6rem;
}

.courses-main__content-article h1,
.courses-main__content-article .h1 {
	font-weight: 700;
	font-size: 3rem;
	line-height: 1em;
	margin-bottom: 0;
}

.courses-main__content-article h1:not(:last-child),
.courses-main__content-article .h1:not(:last-child) {
	margin-bottom: 5.4rem;
}

.courses-main__content-article p {
	font-weight: 300;
	font-size: 2.4rem;
	line-height: 1.33em;
}

.courses-main__content-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 1199.98px) {
	.courses-main__content-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.courses-main__content-aside {
	width: 30.4rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 3.2rem;
}

@media (max-width: 1399.98px) {
	.courses-main__content-aside {
		width: 20.4rem;
		margin-right: 2.4rem;
	}
}

@media (max-width: 1199.98px) {
	.courses-main__content-aside {
		width: 100%;
		max-width: 30.4rem;
		margin-right: 0;
		margin-bottom: 2.4rem;
	}
}

@media (max-width: 575.98px) {
	.courses-main__content-aside {
		max-width: initial;
	}
}

.courses-main__content-aside .filters {
	width: 100%;
}

@media (max-width: 1199.98px) {
	.courses-main__content-aside .filters {
		display: none;
	}
}

.courses-main__content-aside .filters .filter-item__value-name {
	color: #333333;
}

.courses-main__content-grid {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: block;
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-webkit-column-gap: 3.2rem;
	column-gap: 3.2rem;
	padding-top: 2.7rem;
}

@media (max-width: 1199.98px) {
	.courses-main__content-grid {
		-webkit-column-gap: 2.4rem;
		column-gap: 2.4rem;
		padding-top: 0;
	}
}

@media (max-width: 991.98px) {
	.courses-main__content-grid {
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media (max-width: 575.98px) {
	.courses-main__content-grid {
		-webkit-column-count: 1;
		column-count: 1;
	}
}

.courses-main__content-box {
	margin-bottom: 3.2rem;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	-webkit-column-break-after: column;
	break-after: column;
}

@media (max-width: 575.98px) {
	.courses-main__content-box {
		margin-bottom: 2.4rem;
	}
}

.courses-main__content-box .course {
	width: 100%;
}

.courses-main__content-box:nth-child(2):nth-last-child(2) {
	display: block;
}

.courses-main__content-box:nth-child(3):nth-last-child(2) {
	display: block;
}

.courses-main__content-box:nth-child(2):last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.courses-main__mobile-filters {
	width: 100%;
}

@media (min-width: 1200px) {
	.courses-main__mobile-filters {
		display: none;
	}
}

.courses-main__mobile-filters-tooltip {
	width: 100%;
}

.courses-main__mobile-filters-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: rgba(148, 167, 181, 0.07);
	border-radius: 5rem;
	padding: 1.6rem;
	width: 100%;
	height: 4.8rem;
}

.courses-main__mobile-filters-btn span {
	font-weight: 500;
	color: #0066ff;
}

.courses-main__mobile-filters-btn .icon {
	color: #0066ff;
	font-size: 1rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.courses-main__mobile-filters-dropdown {
	top: calc(100% + 4px);
	background-color: #f8f9fa;
	width: 100%;
}

.courses-main__mobile-title {
	width: 100%;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1em;
	color: #333333;
	margin-bottom: 2.2rem;
}

@media (min-width: 1200px) {
	.courses-main__mobile-title {
		display: none;
	}
}

.courses-main__mobile-title strong {
	color: #0066ff;
}

.courses-contents {
	padding-top: 6.4rem;
}

@media (max-width: 1199.98px) {
	.courses-contents {
		padding-top: 4px;
		padding-bottom: 6.4rem;
	}
}

.courses-contents__content-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1199.98px) {
	.courses-contents__content-top {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.courses-contents__content-top:not(:last-child) {
	margin-bottom: 11.5rem;
}

@media (max-width: 1199.98px) {
	.courses-contents__content-top:not(:last-child) {
		margin-bottom: 6.4rem;
	}
}

@media (max-width: 575.98px) {
	.courses-contents__content-top:not(:last-child) {
		margin-bottom: 1.2rem;
	}
}

.courses-contents__content-top .course__top-tag {
	margin-bottom: 1.6rem;
	font-size: 1.6rem;
	padding: 3px 10px;
}

@media (max-width: 1199.98px) {
	.courses-contents__content-top .course__top-tag {
		margin-bottom: 0;
	}
}

@media (max-width: 575.98px) {
	.courses-contents__content-top .course__top-tag {
		font-size: 1.2rem;
	}
}

.courses-contents__content-top h1,
.courses-contents__content-top .h1 {
	font-weight: 700;
	font-size: 10rem;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 4.4rem;
}

@media (max-width: 1199.98px) {

	.courses-contents__content-top h1,
	.courses-contents__content-top .h1 {
		font-size: 7.2rem;
		margin-bottom: 1.3rem;
	}
}

@media (max-width: 991.98px) {

	.courses-contents__content-top h1,
	.courses-contents__content-top .h1 {
		font-size: 6.4rem;
	}
}

@media (max-width: 575.98px) {

	.courses-contents__content-top h1,
	.courses-contents__content-top .h1 {
		font-size: 2.4rem;
		margin-bottom: 1.1rem;
	}
}

.courses-contents__content-top-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1199.98px) {
	.courses-contents__content-top-group {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.courses-contents__content-top-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.courses-contents__content-top-price {
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1.33em;
	white-space: nowrap;
	margin-right: 7.2rem;
}

@media (max-width: 1199.98px) {
	.courses-contents__content-top-price {
		display: none;
	}
}

.courses-contents__content-top-price sup {
	top: -13.5px;
	font-size: 1.4rem;
}

.courses-contents__content-top-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.courses-contents__content-top-star {
	border: 1px solid rgba(0, 102, 255, 0.2);
	border-radius: 8px;
	overflow: hidden;
	width: 7.2rem;
	height: 7.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 2.8rem;
	color: #0066ff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (max-width: 575.98px) {
	.courses-contents__content-top-star {
		width: 4.8rem;
		height: 4.8rem;
		font-size: 2.2rem;
		position: relative;
		bottom: 4px;
	}
}

.courses-contents__content-top-star:hover {
	background-color: #ff005c;
	border-color: #ff005c;
	color: white;
}

.courses-contents__content-top-star:not(:last-child) {
	margin-right: 1.6rem;
}

@media (max-width: 575.98px) {
	.courses-contents__content-top-star:not(:last-child) {
		margin-right: 0;
	}
}

.courses-contents__content-top-cart {
	border: 1px solid rgba(0, 102, 255, 0.2);
	background: #0066ff;
	border-radius: 1.2rem;
	overflow: hidden;
	height: 7.2rem;
	padding: 2.8rem 4.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media (max-width: 1199.98px) {
	.courses-contents__content-top-cart {
		display: none;
	}
}

.courses-contents__content-top-cart:hover {
	background-color: #0089ed;
}

.courses-contents__content-top-cart span {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1em;
	color: #ffffff;
}

.courses-contents__content-top-cart .icon {
	font-size: 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 7px;
	color: #ffffff;
}

.courses-contents__content-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 1199.98px) {
	.courses-contents__content-main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.courses-contents__content-artilce {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 5.6rem;
}

@media (max-width: 1199.98px) {
	.courses-contents__content-artilce {
		margin-right: 0;
		width: 100%;
	}
}

@media (max-width: 1199.98px) {
	.courses-contents__content-artilce:not(:last-child) {
		margin-bottom: 3.9rem;
	}
}

@media (max-width: 479.98px) {
	.courses-contents__content-artilce:not(:last-child) {
		margin-bottom: 3rem;
	}
}

.courses-contents__content-artilce-base:not(:last-child) {
	margin-bottom: 5.4rem;
}

@media (max-width: 1199.98px) {
	.courses-contents__content-artilce-base:not(:last-child) {
		margin-bottom: 0;
	}
}

.courses-contents__content-artilce-base blockquote {
	font-weight: 300;
	font-size: 2.4rem;
	line-height: 1.35em;
	max-width: 58rem;
}

@media (max-width: 1199.98px) {
	.courses-contents__content-artilce-base blockquote {
		max-width: initial;
		font-size: 2rem;
	}
}

@media (max-width: 575.98px) {
	.courses-contents__content-artilce-base blockquote {
		font-size: 1.6rem;
		letter-spacing: 0.1px;
		line-height: 1.4em;
	}
}

.courses-contents__content-artilce-base blockquote:not(:last-child) {
	margin-bottom: 3.4rem;
}

@media (max-width: 575.98px) {
	.courses-contents__content-artilce-base blockquote:not(:last-child) {
		margin-bottom: 2.7rem;
	}
}

@media (max-width: 575.98px) {
	.courses-contents__content-artilce-base p {
		line-height: 1.45em;
	}
}

.courses-contents__content-artilce-img {
	border-radius: 3.2rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media (max-width: 575.98px) {
	.courses-contents__content-artilce-img {
		border-radius: 1.4rem;
	}
}

.courses-contents__content-artilce-img:after {
	content: " ";
	display: block;
	padding-bottom: 38.474025974%;
	visibility: hidden;
}

.courses-contents__content-artilce-img .h-object-fit {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.courses-contents__content-artilce-img:not(:last-child) {
	margin-bottom: 3.7rem;
}

@media (max-width: 575.98px) {
	.courses-contents__content-artilce-img:not(:last-child) {
		margin-bottom: 2.3rem;
	}
}

.courses-contents__content-artilce-img .course__top-tag {
	position: absolute;
	top: 3.5rem;
	left: 4rem;
	z-index: 3;
	font-size: 1.6rem;
	padding: 3px 10px;
}

@media (max-width: 575.98px) {
	.courses-contents__content-artilce-img .course__top-tag {
		display: none;
	}
}

@media (max-width: 1199.98px) {
	.courses-contents__content-artilce-details {
		display: none;
	}
}

.courses-contents__content-artilce-details h3,
.courses-contents__content-artilce-details .h3 {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.62em;
	text-transform: uppercase;
}

.courses-contents__content-artilce-details h3:not(:last-child),
.courses-contents__content-artilce-details .h3:not(:last-child) {
	margin-bottom: 2rem;
}

.courses-contents__content-artilce-details p:not(:last-child) {
	margin-bottom: 2.9rem;
}

@media (max-width: 479.98px) {
	.courses-contents__content-artilce-details p:not(:last-child) {
		margin-bottom: 2rem;
	}
}

.courses-contents__content-artilce-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
}

@media (max-width: 479.98px) {
	.courses-contents__content-artilce-row {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-left: -1.6rem;
		margin-right: -1.6rem;
		overflow-y: auto;
	}
}

.courses-contents__content-artilce-row::-webkit-scrollbar {
	display: none;
}

.courses-contents__content-artilce-col {
	padding-left: 8px;
	padding-right: 8px;
	width: 33.33333%;
}

@media (max-width: 479.98px) {
	.courses-contents__content-artilce-col {
		width: 20.8rem;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

.courses-contents__content-artilce-col-img {
	border-radius: 1.6rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.courses-contents__content-artilce-col-img:after {
	content: " ";
	display: block;
	padding-bottom: 129.6875%;
	visibility: hidden;
}

.courses-contents__content-artilce-col-img .h-object-fit {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.courses-contents__content-aside {
	width: 64rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-top: 8px;
}

@media (max-width: 1399.98px) {
	.courses-contents__content-aside {
		width: 54rem;
	}
}

@media (max-width: 1199.98px) {
	.courses-contents__content-aside {
		width: 100%;
		margin-bottom: 4.6rem;
	}
}

.courses-contents__content-aside-ttl {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.38em;
	text-transform: uppercase;
	display: block;
}

@media (max-width: 575.98px) {
	.courses-contents__content-aside-ttl {
		text-transform: initial;
	}
}

.courses-contents__content-aside-ttl:not(:last-child) {
	margin-bottom: 3.2rem;
}

@media (max-width: 575.98px) {
	.courses-contents__content-aside-ttl:not(:last-child) {
		margin-bottom: 2.1rem;
	}
}

@media (max-width: 479.98px) {
	.courses-contents__content-aside-ttl:not(:last-child) {
		margin-bottom: 1.8rem;
	}
}

.courses-contents__content-aside-ttl a,
.courses-contents__content-aside-ttl span {
	color: #0066ff;
	font-size: 1.6rem;
}

.courses-contents__content-aside-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1.6rem;
	margin-right: -1.6rem;
}

@media (max-width: 479.98px) {
	.courses-contents__content-aside-row {
		margin-left: -1.2rem;
		margin-right: -1.2rem;
	}
}

.courses-contents__content-aside-col {
	padding-left: 1.6rem;
	padding-right: 1.6rem;
	width: 33.3333%;
	margin-bottom: 3.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 479.98px) {
	.courses-contents__content-aside-col {
		padding-left: 1.2rem;
		padding-right: 1.2rem;
		margin-bottom: 1.6rem;
	}
}

.courses-contents__content-aside-mass {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f2fbff;
	border: 1px solid #d9f4ff;
	border-radius: 1.8rem;
	padding: 5.7rem 0 0;
}

@media (max-width: 1399.98px) {
	.courses-contents__content-aside-mass {
		padding: 5.4rem 0 2.5rem;
	}
}

@media (max-width: 1199.98px) {
	.courses-contents__content-aside-mass {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 575.98px) {
	.courses-contents__content-aside-mass {
		padding: 2.4rem 0 1.2rem;
	}
}

@media (max-width: 479.98px) {
	.courses-contents__content-aside-mass {
		padding: 1.6rem 0 8px;
	}
}

.courses-contents__content-aside-mass .icon-course {
	font-size: 7.7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2.1rem;
	color: #0066ff;
	position: relative;
	left: 7px;
}

@media (max-width: 575.98px) {
	.courses-contents__content-aside-mass .icon-course {
		font-size: 3.9rem;
		margin-bottom: 3.7rem;
		left: 4px;
	}
}

.courses-contents__content-aside-mass .icon-tick-2 {
	font-size: 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.4rem;
	color: #0066ff;
}

@media (max-width: 575.98px) {
	.courses-contents__content-aside-mass .icon-tick-2 {
		margin-bottom: 8px;
	}
}

.courses-contents__content-aside-mass span {
	text-align: center;
	display: block;
	line-height: 1.3em;
}

@media (max-width: 479.98px) {
	.courses-contents__content-aside-mass span {
		font-weight: 500;
		font-size: 1.2rem;
	}
}

@media (min-width: 1200px) {
	.courses-contents__content-mobile-article {
		display: none;
	}
}

.courses-contents__content-mobile-article .courses-contents__content-artilce-details {
	display: block;
}

@media (max-width: 479.98px) {

	.courses-contents__content-mobile-article h3,
	.courses-contents__content-mobile-article .h3 {
		font-size: 1.6rem;
		text-transform: initial;
	}
}

@media (max-width: 479.98px) {

	.courses-contents__content-mobile-article h3:not(:last-child),
	.courses-contents__content-mobile-article .h3:not(:last-child) {
		margin-bottom: 8px;
	}
}

@media (max-width: 479.98px) {
	.courses-contents__content-mobile-article p {
		line-height: 1.45em;
	}
}

.courses-contents__content-mobile-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #f2fbff;
	border: 1px solid #d9f4ff;
	border-radius: 1.4rem;
	padding: 2.1rem 2.4rem;
}

.courses-contents__content-mobile-price-ttl {
	font-weight: 500;
}

.courses-contents__content-mobile-price-value {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.33em;
}

@media (max-width: 479.98px) {
	.courses-contents__content-mobile-price-value {
		font-size: 1.6rem;
	}
}

.courses-contents__content-mobile-price-value sup {
	top: -8.5px;
	font-size: 10px;
}

@media (max-width: 479.98px) {
	.courses-contents__content-mobile-price-value sup {
		font-size: 6px;
	}
}

.catalog {
	padding-top: 8px;
}

.catalog.search-result .catalog__grid-col {
	width: 25%;
}

@media (max-width: 1199.98px) {
	.catalog.search-result .catalog__grid-col {
		width: 33.333%;
	}
}

.catalog__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.catalog__aside {
	width: 30.4rem;
	margin-right: 3.2rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-top: 3px;
}

@media (max-width: 1399.98px) {
	.catalog__aside {
		width: 20.4rem;
		margin-right: 2.4rem;
	}
}

@media (max-width: 1199.98px) {
	.catalog__aside {
		display: none;
	}
}

.catalog__aside-banners:not(:last-child) {
	margin-bottom: 6.8rem;
}

.catalog__aside-banners .banner-simple.banner-simple--small .banner-simple__ttl {
	max-width: initial;
}

.catalog__aside-banners .banner-simple.banner-simple--small:not(:last-child) {
	margin-bottom: 1.6rem;
}

.catalog__grid {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

@media (max-width: 479.98px) {
	.catalog__grid {
		width: 100%;
	}
}

.catalog__grid-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
}

.catalog__grid-title.abs .tag-custom {
	position: absolute;
	left: calc(100% + 2rem);
	bottom: 3px;
	white-space: nowrap;
}

.catalog__grid-title.with-ico {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 479.98px) {
	.catalog__grid-title {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.catalog__grid-title:not(:last-child) {
	margin-bottom: 1.8rem;
}

.catalog__grid-title .icon {
	font-size: 2.6rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 1rem;
}

@media (max-width: 479.98px) {
	.catalog__grid-title .icon {
		margin-right: 6px;
	}
}

.catalog__grid-title * {
	position: relative;
}

@media (max-width: 479.98px) {
	.catalog__grid-title * {
		font-size: 1.6rem;
		line-height: 1.6rem;
	}
}

.catalog__grid-title *:not(:last-child) {
	margin-bottom: 0;
	margin-right: 2.1rem;
}

.catalog__grid-title *:not(a) {
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}

@media (max-width: 479.98px) {
	.catalog__grid-title *:not(a) {
		font-size: 1.8rem;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

.catalog__grid-title *:not(a) strong {
	color: #0066ff;
}

.catalog__grid-title .icon {
	margin-right: 1rem;
}

@media (max-width: 479.98px) {
	.catalog__grid-title svg {
		-webkit-box-flex: initial;
		-ms-flex-positive: initial;
		flex-grow: initial;
	}
}

.catalog__grid-title a {
	line-height: normal;
	font-size: 14px;
}

@media (max-width: 479.98px) {
	.catalog__grid-title a {
		font-weight: 500;
	}
}

.catalog__grid-title .tag-custom {
	padding: 10px 15px 10px 10px;
	border-radius: 8px;
}

.catalog__grid-title .tag-custom .tag-custom__txt {
	font-size: 14px;
	font-family: "Noto Sans", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	line-height: normal;
	font-weight: 500;
}

.catalog__grid-title .tag-custom svg {
	margin-right: 8px;
}

.catalog__grid-title .tag-custom--filled.discounts span {
	font-size: 1.4rem;
}

.catalog__grid-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1.6rem;
	margin-right: -1.6rem;
}

@media (max-width: 1399.98px) {
	.catalog__grid-row {
		margin-left: -1.2rem;
		margin-right: -1.2rem;
	}
}

@media (max-width: 991.98px) {
	.catalog__grid-row {
		margin-left: -1.6rem;
		margin-right: -1.6rem;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}

.catalog__grid-row:not(:last-child) {
	margin-bottom: 5.7rem;
}

@media (max-width: 479.98px) {
	.catalog__grid-row:not(:last-child) {
		margin-bottom: 4.8rem;
	}
}

@media (max-width: 479.98px) {
	.catalog__grid-row .catalog__grid-banners:not(:last-child) {
		margin-bottom: 2.4rem;
		margin-top: 1.6rem;
	}
}

.catalog__grid-row.grid-row--small {
	margin-left: -1.2rem;
	margin-right: -1.2rem;
}

.catalog__grid-row.grid-row--small::-webkit-scrollbar {
	display: none;
}

.catalog__grid-row.grid-row--small .catalog__grid-col {
	padding: 0 1.2rem;
	width: 20%;
	margin-bottom: 2.4rem;
}

@media (max-width: 479.98px) {
	.catalog__grid-row.grid-row--noscroll {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow-y: hidden;
		margin-left: -1.6rem;
		margin-right: -1.6rem;
		width: auto;
		padding: 0 8px;
	}
}

@media (max-width: 479.98px) {
	.catalog__grid-row.grid-row--noscroll .catalog__grid-col {
		width: 33.3333333%;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-bottom: 1.6rem;
	}
}

.catalog__grid-col {
	width: 33.33333%;
	padding: 0 1.6rem;
	margin-bottom: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 1399.98px) {
	.catalog__grid-col {
		padding: 0 1.2rem;
	}
}

@media (max-width: 991.98px) {
	.catalog__grid-col {
		padding: 0 1.6rem;
	}
}

.catalog__grid-banners {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.catalog__grid-banners--main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 976px;
	margin-bottom: 3.4rem;
	margin-top: 3rem;
	overflow: hidden;
}

@media (max-width: 575.98px) {
	.catalog__grid-banners--main {
		margin-top: 0;
		margin-bottom: 2.4rem;
	}
}

.catalog__grid-banners--main .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.catalog__grid-banners--main .swiper-container {
	width: 100%;
	height: 100%;
}

.catalog__grid-banners--main .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	width: 100% !important;
}

.catalog__grid-banners--main .swiper-pagination {
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2.1rem;
}
.catalog__grid-banners--main .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
	opacity: 1;
	width: 6px;
	height: 6px;
	background: rgba(148, 167, 181, 0.2);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

@media (max-width: 479.98px) {
	.catalog__grid-banners--main .swiper-pagination .swiper-pagination-bullet {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		margin: 0 2px;
		width: 4px;
		height: 4px;
	}
}

.catalog__grid-banners--main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0066ff;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.catalog__grid-banners--main .banner-simple:after {
	content: "";
	display: block;
	padding-bottom: 32.15%;
}

@media (max-width: 575.98px) {
	.catalog__grid-banners--main .banner-simple:after {
		padding-bottom: 62%;
	}
}

@media (max-width: 767.98px) {
	.catalog__grid-banners {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.catalog__grid-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.catalog__grid-nav:not(:last-child) {
	margin-bottom: 2.7rem;
}

.catalog__grid-nav .catalog__grid-title {
	width: auto;
}

.catalog__grid-nav .catalog__grid-title:not(:last-child) {
	margin-bottom: 0;
}

.catalog__grid-nav .catalog__grid-title .tag-custom {
	position: relative;
	top: 2px;
}

@media (max-width: 1199.98px) {
	.catalog__grid-nav .catalog__grid-title .tag-custom {
		top: 0;
	}
}

.catalog__grid-sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 767.98px) {
	.catalog__grid-sort {
		display: none;
	}
}

.catalog__grid-sort-ttl {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #94a7b5;
	margin-right: 2rem;
}

.catalog__grid-sort ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.catalog__grid-sort li:not(:last-child) {
	margin-right: 2.1rem;
}

.catalog__grid-sort a.active {
	color: #333333;
}

.filters {
	/* position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  z-index: 100; */
}

.filters__chapter:not(:last-child) {
	margin-bottom: 2rem;
}

.filters__chapter:not(:first-child) .filters__title {
	margin-top: 3.2rem;
}

.filters__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filters__top:not(:last-child) {
	margin-bottom: 1.4rem;
}

.filters__top .icon {
	font-size: 1rem;
	margin-right: 6px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #0066ff;
}

.filters__top .icon+span {
	padding-left: 0;
}

.filters__tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.filters__tags .tag-custom {
	margin-bottom: 8px;
}

.filters__tags .tag-custom:not(:last-child) {
	margin-right: 8px;
}

.filters__title {
	font-weight: 500;
	line-height: 1em;
	display: block;
	padding: 0 2rem;
}

.filters__title:not(:last-child) {
	margin-bottom: 1.2rem;
	line-height: 1.3em;
}

.filters__box {
	border-radius: 1.6rem;
	overflow: hidden;
}

.filters.filters--account .filter-item__value-name {
	color: #333333;
}

@media (max-width: 1199.98px) {
	.filters.filters--account .filter-item__value-name {
		color: white;
		font-size: 1.6rem;
	}
}

@media (max-width: 1199.98px) {
	.filters.filters--account .filter-item__value {
		border-bottom: 1px solid #33c1ff;
		height: 5.6rem;
	}
}

@media (max-width: 1199.98px) {
	.filters.filters--account .filter-item__value:last-child {
		border-bottom: 1px solid #33c1ff;
	}
}

@media (max-width: 1199.98px) {
	.filters.filters--account .filter-item__value:hover {
		background: #33c1ff;
	}
}

@media (max-width: 1199.98px) {
	.filters.filters--account .filter-item--light .filter-item__value {
		border-bottom: 1px solid #51cbff;
	}
}

@media (max-width: 1199.98px) {
	.filters.filters--account .filter-item--light:last-child .filter-item__value {
		border-bottom: 1px solid transparent;
	}
}

@media (max-width: 1199.98px) {
	.filters.filters--account .filter-item__value-price {
		color: white;
	}
}

@media (max-width: 1199.98px) {
	.filters.filters--account .filter-item:last-child .filter-item__value {
		border-bottom: 1px solid #33c1ff !important;
	}
}

@media (max-width: 1199.98px) {
	.filters.filters--account .filters__chapter {
		margin-bottom: 0;
	}
}

@media (max-width: 1199.98px) {
	.filters.filters--account .filters__chapter:not(:last-child) {
		margin-bottom: 0;
	}
}

@media (max-width: 1199.98px) {
	.filters.filters--account .filters__box {
		border-radius: 0;
	}
}

@media (max-width: 1199.98px) {
	.filters.filters--account .filter-item__value-num {
		color: white;
		width: 2.4rem;
		height: 2.4rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-radius: 50%;
		background: #ff005c;
		font-size: 1.2rem;
		font-weight: 500;
	}
}

.tag-custom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid #0066ff;
	border-radius: 8px;
	line-height: 1em;
	padding: 1.1rem 1.4rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}

.tag-custom:hover {
	border-color: #0066ff;
}

.tag-custom__txt:not(:last-child) {
	margin-right: 1.4rem;
}

.tag-custom__delete {
	font-size: 1.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tag-custom__delete .icon {
	font-size: 1.2rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #0066ff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 8px;
}

.tag-custom__delete:hover .icon-close {
	color: #0066ff;
}

.tag-custom>.icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #0066ff;
	font-size: 1.8rem;
	margin-right: 4px;
}

.tag-custom.tag-custom--filled {
	background: #0066ff;
}

.tag-custom.tag-custom--filled span {
	font-weight: 500;
}

.tag-custom.tag-custom--filled span,
.tag-custom.tag-custom--filled .icon {
	color: white;
}

.tag-custom.tag-custom--line {
	border: none;
	padding: 0;
}

.tag-custom.tag-custom--line>.icon {
	font-size: 2.4rem;
}

.tag-custom.tag-custom--line span {
	color: #0066ff;
}

.tag-custom .icon-close {
	font-size: 1.2rem;
}

.filter-item {
	width: 100%;
	color: #333333;
}

.filter-item:last-child .filter-item__value {
	border-bottom: none !important;
}

.filter-item__value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	background: rgba(167, 188, 203, 0.07);
	padding: 1rem 2rem 1rem;
	height: 4.8rem;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	border-bottom: 1px solid #ebeff2;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.filter-item__value:hover {
	background: #f2fbff;
}

.filter-item__value:before {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 1.6rem;
	bottom: 0;
	margin: auto 0;
}

.filter-item__value>.icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #0066ff;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.filter-item__value>.icon:first-child {
	font-size: 2.4rem;
	margin-right: 1.1rem;
}

.filter-item__value>.icon:last-child {
	font-size: 1rem;
	margin-left: 1.1rem;
	margin-right: -3px;
}

.filter-item__value-name {
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.filter-item__value-num {
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	color: #0066ff;
}

.filter-item__value-price {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.33em;
	white-space: nowrap;
	color: #0066ff;
}

.filter-item__value-price:not(:last-child) {
	margin-right: 5px;
}

.filter-item__value-price sup {
	top: -8.5px;
	font-size: 10px;
}

.filter-item input:checked~.filter-item__value {
	background: #0066ff;
	border-bottom: 1px solid #4cc9ff;
}

.filter-item input:checked~.filter-item__value .filter-item__value-name {
	color: white;
}

.filter-item input:checked~.filter-item__value .filter-item__value-num {
	color: white;
}

.filter-item input:checked~.filter-item__value>.icon {
	color: white;
}

.filter-item.filter-item--green .filter-item__value {
	padding-left: 3.8rem;
}

.filter-item.filter-item--green .filter-item__value:before {
	background-color: #c3f851;
	content: " ";
}

.filter-item.filter-item--orange .filter-item__value {
	padding-left: 3.8rem;
}

.filter-item.filter-item--orange .filter-item__value:before {
	background-color: #ffc700;
	content: " ";
}

.filter-item.filter-item--pink .filter-item__value {
	padding-left: 3.8rem;
}

.filter-item.filter-item--pink .filter-item__value:before {
	background-color: #ff87ac;
	content: " ";
}

.filter-item.filter-item--blue .filter-item__value {
	padding-left: 3.8rem;
}

.filter-item.filter-item--blue .filter-item__value:before {
	background-color: #5dd8ff;
	content: " ";
}

.filter-item.filter-item--violet .filter-item__value {
	padding-left: 3.8rem;
}

.filter-item.filter-item--violet .filter-item__value:before {
	background-color: #a7a7ff;
	content: " ";
}

.filter-item.filter-item--light .filter-item__value {
	border-bottom: 1px solid #cef0ff;
	background: #f2fbff;
}

@media (max-width: 1199.98px) {
	.filter-item.filter-item--light .filter-item__value {
		background: #26beff;
	}
}

.filter-item.filter-item--active .filter-item__value {
	background: #0066ff;
}

.filter-item.filter-item--active .filter-item__value-name,
.filter-item.filter-item--active .filter-item__value-num,
.filter-item.filter-item--active .filter-item__value-price {
	color: white;
}

.product {
	width: 100%;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 3rem 1.6rem 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-radius: 2.2rem;
	border: 2px solid #ebeff1;
}

@media (max-width: 991.98px) {
	.product {
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		border-radius: 0;
		border: none;
	}
}

@media (min-width: 992px) {
	.product:hover {
		border-color: #dde8ff;
	}
}

.product__label {
	position: absolute;
	top: 2.4rem;
	right: 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 3;
}

.product-card__picture .product__label {
	top: 0;
	right: auto;
	left: 0;
	align-items: center;
	background: #ffb800;
	border-radius: 2.2rem;
	padding-right: 1.6rem;
	color: #fff;
	padding-left: .8rem;
}

.product-card__picture .product__label span {
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.product__label .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 3.2rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.product__label .icon:not(:last-child) {
	margin-right: 4px;
}

.product-card__picture .product__label .icon {
	font-size: 3.8rem;
	margin: 0;
}

.product__picture {
	display: block;
	width: 100%;
	position: relative;
}

.product.not_av_card .product__picture {
	opacity: .5;
}

.product__picture:after {
	padding-bottom: 100%;
	visibility: hidden;
	content: " ";
	display: block;
}

.product__picture img {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.product__about {
	position: relative;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 4px;
}

@media (max-width: 991.98px) {
	.product__about {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.product__about-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product__about-line:not(:last-child) {
	margin-bottom: 1.4rem;
}

@media (max-width: 991.98px) {
	.product__about-line:not(:last-child) {
		margin-bottom: 7px;
	}
}

.product__about-category {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.6rem;
	color: #94A7B5;
	margin-bottom: .8rem;
}

.product__about-dose {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.6rem;
	color: #94A7B5;
}

.product.product--small .product__about-dose {
	display: none;
}

.product__about-tag {
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 6px 1.2rem;
	font-size: 8px;
	line-height: 1em;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
}

@media (max-width: 479.98px) {
	.product__about-tag {
		font-size: 7px;
		padding: 3px 6px;
		border-radius: 3px;
	}
}

.product__about-tag:not(:last-child) {
	margin-right: 1.6rem;
}

.product__about-tag.tag--orange {
	border-color: #ffd568;
}

.product__about-tag.tag--yellow {
	border-color: #fdff99;
}

.product__about-tag.tag--green {
	border-color: #c3f851;
}

.product__about-tag.tag--blue {
	border-color: #5dd8ff;
}

.product__about-tag.tag--violet {
	border-color: #d6d6ff;
}

.product__about-tag.tag--pink {
	border-color: #ff87ac;
}

.product__about-name {
	display: block;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1em;
	font-weight: 500;
	color: #333333;
}

@media (max-width: 479.98px) {
	.product__about-name {
		font-size: 1.2rem;
		line-height: 1.2em;
	}
}

.product__about-name:not(:last-child) {
	margin-bottom: 8px;
}

@media (max-width: 575.98px) {
	.product__about-name:not(:last-child) {
		margin-bottom: 0;
	}
}

.product__about-bottom {
	display: -webkit-box;
	margin-top: 8px;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
}

@media (max-width: 991.98px) {
	.product__about-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-top: 0;
	}
}

.product__about-rate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product__about-rate:not(:last-child) {
	margin-bottom: 1.2rem;
}

@media (max-width: 991.98px) {
	.product__about-rate:not(:last-child) {
		margin-bottom: 4px;
	}
}

.product__about-atten {
	font-size: 9px;
	line-height: 2.11em;
	color: #0066ff;
}

.product__about-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: .8rem;
}

@media (max-width: 479.98px) {
	.product__about-price {
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}
}

.product__about-price-val {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.8rem;
	white-space: nowrap;
	color: #0066ff;
	display: block;
	width: 100%;
}

.product__about-price-val.purple {
	color: #ff005c;
}

.product__about-price-val:not(:last-child) {}

.product__about-price-val sup {
	top: -8.5px;
	font-size: 10px;
}

@media (max-width: 479.98px) {
	.product__about-price-val sup {
		font-size: 6px;
	}
}

.product__about-price-discount {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.8rem;
	color: #94A7B5;
	position: relative;
	white-space: nowrap;
	margin-left: .8rem;
}

.product__about-price-discount:after {
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #94A7B5;
	content: " ";
}

.product__about-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	flex: 0 0 auto;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	right: 0;
}

.product__about-star {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 2.2rem;
	line-height: 2rem;
	color: #0066ff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	top: 1.6rem;
	left: 1.6rem;
	z-index: 2;
}

.product__about-star:hover {
	opacity: .8;
}

.product__about-star svg {
	width: 2.5rem;
	height: 2.1rem;
}

.product__about-star svg.active {
	display: none;
}
.product__about-star.active svg {
	display: none;
}
.product__about-star.active svg.active {
	display: block;
}

@media (max-width: 991.98px) {
	.product__about-star {
		display: none;
	}
}

.product__label-percent {
	position: absolute;
	top: 1.6rem;
	right: 1.6rem;
	z-index: 3;
	background: #ff005c;
	width: 5.6rem;
	height: 5.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
	font-weight: 800;	
}

.product__label-percent {
	font-size: 1.6rem;
}

.product-card__picture .product__label-percent {
	top: 0;
	right: 0;
	width: 8rem;
	height: 8rem;
	font-size: 2.2rem;
}
.product-card__picture .product__label-percent span {
	font-size: 2.2rem;
}

.product.product--small .product__label-percent {
	top: .8rem;
	right: .8rem;
}

.product__about-bag {
	background-color: #0066ff;
	border-radius: .8rem;
	overflow: hidden;
	height: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: white;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: .8rem 1.5rem;
}

.product__about-bag.disabled {
	opacity: .5;
	pointer-events: none;
}

@media (max-width: 991.98px) {
	.product__about-bag {
		width: 100%;
		position: relative;
	}
}

@media (max-width: 479.98px) {
	.product__about-bag {
		height: 3.2rem;
		border-radius: 6px;
	}
}

.product__about-bag .icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 6px;
	font-size: 1.8rem;
}

@media (max-width: 991.98px) {
	.product__about-bag .icon {
		display: none;
	}
}

.product__about-bag span {
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 2em;
	color: #ffffff;
}

.product__about-bag:hover {
	background-color: #0089ed;
}

.product__about-bag:not(:last-child) {
	margin-right: 8px;
}

.product__about-timer {
	position: absolute;
	bottom: calc(100% + 2.2rem);
	left: 50%;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ff005c;
	width: auto;
	height: 5.6rem;
	border-radius: 1rem;
	transform: translateX(-50%);
	padding: 0 1.3rem;
}

.product__about-timer-cell {
	flex: 0 0 2.7rem;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.product__about-timer-cell:not(:first-child) {
	margin-left: 1rem;
}

@media (max-width: 479.98px) {
	.product__about-timer-cell:not(:first-child) {
		margin-left: 3px;
	}
}

.product__about-timer-cell:not(:last-child):nth-child(3) {
	margin-left: 0;
	border-radius: 0 1rem 1rem 0;
	width: 4rem;
}

@media (max-width: 479.98px) {
	.product__about-timer-cell:not(:last-child):nth-child(3) {
		border-radius: 0 4px 4px 0;
	}
}

.product__about-timer-cell:not(:last-child):nth-child(3):before {
	content: ":";
	position: absolute;
	top: 0;
	left: -1px;
	bottom: 0;
	margin: auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.14em;
	color: #ffffff;
}

.product__about-timer-cell:not(:first-child):nth-last-child(3) {
	border-radius: 1rem 0 0 1rem;
	width: 4rem;
}

.product__about-timer-cell-sup {
	position: absolute;
	bottom: calc(100% + .6rem);
	left: .4rem;
	line-height: .9rem;
	color: #ffffff;
	font-family: "Open Sans";
	font-size: .9rem;
	font-weight: 500;
}

.product__about-timer-cell-val {
	font-weight: 700;
	font-size: 1.8rem;
	text-align: center;
	color: #ffffff;
	font-family: "Open Sans";
	line-height: 1.8rem;
}

@media (max-width: 991.98px) {
	.product__about-compare {
		display: none;
	}
}

.description_card, .description_card p, .description_card li {
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.description_card ul {
	margin-bottom: 2rem;
}

.description_card h2,
.description_card h3,
.description_card h4,
.description_card h5 {
	font-size: 1.6rem;
	color: #0066FF;
	line-height: 2.4rem;
	margin-bottom: .8rem;
}

.product.product--small {
	padding: 1.5rem 1.5rem 1.1rem;
	border-radius: 1.8rem;
}

@media (max-width: 991.98px) {
	.product.product--small {
		padding: 0;
		border: none;
	}
}

.product.product--small:hover .product__about-action {
	opacity: 1;
	visibility: visible;
}

.product.product--small .product__about-category {
	display: none;
}

.product.product--small .product__about {
	padding-top: .8rem;
	position: static;
	margin-top: 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.product.product--small .product__about-bottom {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.product.product--small .product__about-name {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0;
}

.product.product--small .product__label {
	top: 1.6rem;
	left: 1.6rem;
}

.product:not(.product--small) .product__label {
	top: 1.6rem;
	right: 1.6rem;
}

.product:not(.product--small) .product__label-percent + .product__label {
	display: none;
}

@media (max-width: 991.98px) {
	.product.product--small .product__label {
		top: 0;
		left: 0;
	}
}

.product.product--small .product__label .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2.6rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 991.98px) {
	.product.product--small .product__label .icon {
		font-size: 2.2rem;
	}
}

.product.product--small .product__about-price {
	margin-top: .5rem;
}

@media (max-width: 991.98px) {
	.product.product--small .product__about-price {
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}
}

.product.product--small .product__about-timer {
	position: static;
	margin: .8rem 0 .4rem;
	transform: none;
	width: auto;
	height: auto;
	border-radius: .4rem;
	padding: 0 1.4rem;
}

.product.product--small .product__about-timer-cell {
	width: 2.2rem;
	flex: 0 0 2.2rem;
	height: 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin: 0;
}

.product.product--small .product__about-timer-cell:not(:first-child):nth-last-child(3) {
	width: 2rem;
	flex: 0 0 2rem;
	justify-content: flex-start;
	margin: 0;
}

.product.product--small .product__about-timer-cell:not(:last-child):nth-child(3) {
	width: 2rem;
	flex: 0 0 2rem;
	justify-content: flex-end;
	margin: 0;
}

.product.product--small .product__about-timer-cell-sup {
	display: none;
}

.product.product--small .product__about-timer-cell-val {
	font-weight: 700;
	font-size: 1.1rem;
	text-align: center;
	color: #ffffff;
}

.product.product--small .product__about-star {
	display: none;
}

.product.product--small .product__about-action {
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.product.product--small .product__about-bottom {
	margin-top: 0;
}

.banner-simple {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2.4rem 2.4rem 2.4rem 3.1rem;
	border-radius: 1.8rem;
	position: relative;
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 767.98px) {
	.banner-simple {
		padding: 1.6rem 1.8rem;
	}
}

@media (max-width: 479.98px) {
	.banner-simple {
		padding: 1.6rem 1.8rem 1.5rem;
		border-radius: 1.2rem;
	}
}

.banner-simple:not(:last-child) {
	margin-right: 3.2rem;
}

@media (max-width: 991.98px) {
	.banner-simple:not(:last-child) {
		margin-right: 2.4rem;
	}
}

@media (max-width: 767.98px) {
	.banner-simple:not(:last-child) {
		margin-right: 0;
		margin-bottom: 2.4rem;
	}
}

@media (max-width: 479.98px) {
	.banner-simple:not(:last-child) {
		margin-bottom: 0;
	}
}

.banner-simple__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner-simple__img .h-object-fit {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.banner-simple__ttl {
	font-weight: 700;
	font-size: 2.3rem;
	line-height: 1.13em;
	text-transform: uppercase;
	color: #ffffff;
	position: relative;
	z-index: 1;
}

@media (max-width: 767.98px) {
	.banner-simple__ttl {
		font-size: 1.4rem;
	}
}

.banner-simple__ttl sup {
	font-size: 8px;
	top: -1em;
}

.banner-simple>.icon-arr-down {
	color: #0066ff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 1rem;
	position: relative;
}

.banner-simple .product__about-timer {
	position: static;
}

@media (max-width: 767.98px) {
	.banner-simple .product__about-timer .product__about-timer-cell {
		width: 3.3rem;
		height: 3.3rem;
		border-radius: 8px;
	}
}

@media (max-width: 767.98px) {
	.banner-simple .product__about-timer .product__about-timer-cell:not(:last-child):nth-child(3) {
		border-radius: 0 8px 8px 0;
	}
}

@media (max-width: 767.98px) {
	.banner-simple .product__about-timer .product__about-timer-cell:not(:first-child):nth-last-child(3) {
		border-radius: 8px 0 0 8px;
	}
}

@media (max-width: 767.98px) {
	.banner-simple .product__about-timer .product__about-timer-cell-sup {
		font-size: 9px;
		top: 1px;
		left: 5px;
	}
}

@media (max-width: 767.98px) {
	.banner-simple .product__about-timer .product__about-timer-cell-val {
		font-size: 1.4rem;
	}
}

.banner-simple.banner-simple--small {
	padding: 1.6rem 1.8rem;
}

@media (max-width: 767.98px) {
	.banner-simple.banner-simple--small {
		padding: 1.8rem;
		border-radius: 1.4rem;
	}
}

.banner-simple.banner-simple--small .banner-simple__ttl {
	font-size: 1.6rem;
	line-height: 1em;
	max-width: 10rem;
}

@media (max-width: 767.98px) {
	.banner-simple.banner-simple--small .banner-simple__ttl {
		max-width: 18rem;
		font-size: 1.4rem;
	}
}

.product-card {
	padding-top: 4.8rem;
}

.product-card__content {
	
}

.product-card__picture {
	max-width: 60rem;
	display: block;
	width: 100%;
	position: relative;
}

.product-card__picture:after {
	padding-bottom: 100%;
	visibility: hidden;
	content: " ";
	display: block;
}

.product-card__picture img {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.product-card__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 2rem;
}

@media (max-width: 991.98px) {
	.product-card__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		margin-top: 0;
	}
}

.product-card__nav {
	width: calc(50% - 1.6rem);
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 1199.98px) {
	.product-card__nav {
		display: none;
	}
}

.product-card__nav .banner-simple:not(:last-child) {
	margin-bottom: 2.8rem;
}

.product-card__advert {
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.product-card__advert:not(:last-child) {
	margin-bottom: 3.8rem;
}
.product-card__advert-chapter:not(:last-child) {
	margin-bottom: 4.2rem;
}

@media (max-width: 479.98px) {
	.product-card__advert-chapter .course-carousel-minor__content {
		display: none;
	}
}

.product-card__advert-banners .banner-simple .banner-simple__ttl {
	max-width: initial;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.product-card__advert-banners .banner-simple:not(:last-child) {
	margin-bottom: 1.6rem;
}

@media (max-width: 479.98px) {
	.product-card__advert-banners .banner-simple:not(:last-child) {
		margin-bottom: 8px;
	}
}

.product-card__advert-banners:not(:last-child) {
	margin-bottom: 1.6rem;
}

.product-card__advert .course:not(:last-child) {
	margin-bottom: 1.6rem;
}

@media (max-width: 479.98px) {
	.product-card__advert .course:not(:last-child) {
		margin-bottom: 8px;
	}
}

.product-card__title {
	display: block;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.product-card__title:not(:last-child) {
	margin-bottom: 1.8rem;
}

.product-card__analogues {
	overflow: hidden;
	border-radius: 1.2rem;
	border: 2px solid #e4e9ec;
}

.product-card__analogues-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.4rem 1.6rem 1.6rem;
}

.product-card__analogues-item:not(:last-child) {
	border-bottom: 1px solid #e4e9ec;
}

.product-card__analogues-item-txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.product-card__analogues-item-name {
	line-height: 1.6rem;
	color: #333333;
}

.product-card__analogues-item-price {
	font-weight: 700;
	font-size: 1.6rem;
	color: #0066ff;
}

.product-card__analogues-item .product__about-price-val {
	font-size: 1.6rem;
	line-height: 1.6rem;
}

.product-card__analogues-item .product__about-price-val.purple {
	color: #ff005c;
}

.product-card__analogues-item .product__about-price-discount {
	font-size: 1.6rem;
	line-height: 1.6rem;
}

.product-card__analogues-item-img {
	width: 6.4rem;
	height: 6.4rem;
	position: relative;
	margin-right: 1.6rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.product-card__analogues-item-img img {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.product-card__main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-top: 3rem;
}

@media (max-width: 1199.98px) {
	.product-card__main {
		width: 100%;
		padding-top: 0;
	}
}

.product-card__main-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-card__main-top:not(:last-child) {
	margin-bottom: 4.6rem;
}

.product-card__main-top-brand {
	width: 100%;
	line-height: 3.2rem;
	color: #94A7B5;
	font-size: 2.6rem;
	font-weight: 700;
	font-family: Montserrat;
}

.product-card__main-top-name {
	width: 100%;
	line-height: 3.2rem;
	color: #333;
	font-size: 2.6rem;
	font-weight: 700;
	font-family: Montserrat;
}

.product-card__main-top-discount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex: 0 0 17.6rem;
	max-width: 17.6rem;
	flex-wrap: wrap;
	border-radius: 1rem;
	background: #ff005c;
	position: relative;
}

.product-card__main-top-discount .product__about-timer {
	position: static;
}

.product-card__main-top-discount-timer {
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex: 1 1 100%;
	padding: 1.4rem 0;
}

.product-card__main-top-discount-timer-cell {
	flex-wrap: wrap;
	width: 2.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.product-card__main-top-discount-timer-cell:not(:first-child) {
	margin-left: 8px;
}

.product-card__main-top-discount-timer-cell:not(:last-child):nth-child(3) {
	margin-left: 0;
	border-radius: 0 1rem 1rem 0;
	width: 4rem;
}

.product-card__main-top-discount-timer-cell:not(:last-child):nth-child(3):before {
	content: ":";
	position: absolute;
	top: 0;
	left: -2.5px;
	bottom: 0;
	margin: auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 800;
	font-size: 1.8rem;
	line-height: 1.8rem;
	color: #ffffff;
}

.product-card__main-top-discount-timer-cell:not(:first-child):nth-last-child(3) {
	border-radius: 1rem 0 0 1rem;
	width: 4rem;
}

.product-card__main-top-discount-timer-cell-sup {
	font-size: 0.9rem;
	color: #ffffff;
	flex: 1 1 100%;
	line-height: 0.9rem;
	text-align: center;
	white-space: nowrap;
}

.product-card__main-top-discount-timer-cell-val {
	font-weight: 800;
	font-size: 1.8rem;
	color: #ffffff;
	font-family: 'MONTSERRAT';
	line-height: 1.8rem;
	flex: 1 1 100%;
	text-align: center;
}

.product-card__main-top-discount-timer+.product-card__main-top-discount-tag {
	display: none;
}

@media (max-width: 1199.98px) {
	.product-card__main-top-discount-timer+.product-card__main-top-discount-tag {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.product-card__main-top-discount-tag {
	position: absolute;
	bottom: -4.8rem;
	left: 100%;
	content: " ";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 2.6rem;
	padding: 4px 1.2rem;
	background-image: white;
	background-image: url("../images/useful/frame.svg");
	background-size: contain;
	background-repeat: no-repeat;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1em;
	color: #ff005c;
	padding: 0 1rem 2px 1.6rem;
}

.product-card__main-top--blackfriday .product-card__main-top-discount-tag {
	background-image: url("../images/useful/frame2.svg");
	color: white;
}

@media (max-width: 1199.98px) {
	.product-card__main-top-discount-tag {
		position: static;
		margin-left: 5px;
		color: white;
		padding: 0 1rem 2px 1.2rem;
		background-image: url("../images/useful/frame3.svg");
	}
}

.product-card__main-top-tag {
	width: 22.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.product-card__main-top-tag.hasDiscount {
	width: 100%;
	margin-bottom: 30px;
}

@media (max-width: 1399.98px) {
	.product-card__main-top-tag {
		width: 18rem;
	}
}

@media (max-width: 1199.98px) {
	.product-card__main-top-tag {
		width: auto;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-right: 6px;
	}
}

@media (min-width: 480px) {
	.product-card__main-top-tag .product__about-tag {
		border-width: 2px;
		border-radius: 8px;
		font-size: 1rem;
		padding: 9px 1.2rem;
	}
}

@media (max-width: 479.98px) {
	.product-card__main-top-tag .product__about-tag {
		padding: 3px 5px;
	}
}

.product-card__main-top-price {
	position: relative;
	margin-bottom: 1.5rem;
	flex: 1 1 100%;
}

.product-card__main-top-price-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

@media (max-width: 1199.98px) {
	.product-card__main-top-price-col {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		position: static;
	}
}

.product-card__main-top-price-col>.product-card__main-top-discount-tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	bottom: initial;
	top: 6px;
}

@media (max-width: 1199.98px) {
	.product-card__main-top-price-col>.product-card__main-top-discount-tag {
		display: none;
	}
}

.product-card__main-top-price-val {
	font-weight: 800;
	font-size: 2.4rem;
	line-height: 2.4rem;
	white-space: nowrap;
	color: #333;
}

.product-card__main-top-price-disc {
	position: relative;
	font-weight: 800;
	font-size: 2.4rem;
	line-height: 2.4rem;
	color: #94A7B5;
	margin-left: 0.8rem;
}

.product-card__main-top-price-disc.old span {
	position: relative;
	font-weight: 800;
	font-size: 2.4rem;
	line-height: 2.4rem;
	color: #94A7B5;
}

.product-card__main-top-price-disc.old span:after {
	position: absolute;
	top: 50%;
	left: 0;
	height: 1.5px;
	width: 100%;
	background-color: #94A7B5;
	content: " ";
	margin: auto 0;
}

.product-card__main-top-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	flex: 1 1 100%;
	max-width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-card__main-top-group.discount_on {
	flex: 0 0 100%;
	max-width: calc(100% - 17.6rem);
	padding-left: .8rem;
	margin-top: -.8rem;
}

.product-card__main-top-group .cart__content-mini-item {
	flex: 1 1 100%;
	line-height: 2.4rem;
}

.product-card__main-top-group.discount_on .cart__content-mini-item {
	padding-left: .8rem;
}

.product-card__main-top-counter {
	padding: 0 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #06F;
	border-radius: 1rem;
	height: 5.6rem;
	margin-top: 1.7rem;
	flex: 0 0 14.4rem;
	max-width: 14.4rem;
}

.discount_on .product-card__main-top-counter {
	flex: 0 0 50%;
	max-width: calc(50% - .4rem);
}

.product-card__main-top-counter-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: rgb(255 255 255 / 50%);
	font-size: 2.4rem;
	width: 2.4rem;
	height: 2.4rem;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.product-card__main-top-counter-btn:hover {
	color: #fff;
}

.product-card__main-top-counter-btn .icon-minus, .product-card__main-top-counter-btn .icon-plus {
	width: 2.4rem;
}

.product-card__main-top-counter-input {
	font-weight: 500;
	font-size: 2rem;
	height: 100%;
	width: 100%;
	text-align: center;
	color: #fff;
	border: none;
	background: none;
	max-width: 100%;
}

.product-card__main-top-counter-input:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.product-card__main-top-star {
	border-radius: 1rem;
	width: 100%;
	height: 5.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	font-size: 2.8rem;
	color: #0066ff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 2px solid #e8efff;
	padding: 0 1.6rem;
	gap: 1.2rem;
}

.product-card__main-top-star svg {
	width: 2.5rem;
	height: 2.1rem;
}

.product-card__main-top-star svg.active {
	display: none;
}

.product-card__main-top-star.active svg {
	display: none;
}

.product-card__main-top-star.active svg.active {
	display: block;
}

.product-card__main-top-star:hover {
	opacity: .8;
}
.product-card__main-top-star.active span {
	color: #0066ff!important;
}
.name_mobile_product {
	display: none;
}
.product-card__main-top-cart {
	background: #0066ff;
	border-radius: 1rem;
	overflow: hidden;
	height: 5.6rem;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	flex: 0 0 100%;
	margin-top: 1.7rem;
	max-width: calc(100% - 14.4rem - 0.8rem);
}

.product-card__main-top-cart.disabled {
	background: #94A7B5;
	pointer-events: none;
	max-width: 100%;
}

.discount_on .product-card__main-top-cart {
	flex: 0 0 50%;
	max-width: calc(50% - .4rem);
}

.product-card__main-top-cart:hover {
	background-color: #0089ed;
}

.product-card__main-top-cart span {
	color: #fff;
	text-align: center;
	font-family: Montserrat;
	font-weight: 700;
	line-height: 1.6rem;
	font-size: 1.6rem;
}

@media (max-width: 1199.98px) {
	.product-card__main-banners {
		display: none;
	}
}

.product-card__main-banners:not(:last-child) {
	margin-bottom: 2.7rem;
}

.product-card__article {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.product-card__article ul:not(:last-child) {
	margin-bottom: 2.9rem;
}

.product-card__article ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 479.98px) {
	.product-card__article ul li {
		border-bottom: none;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.product-card__article ul li:first-child {
	padding-top: 0;
}

.product-card__article ul li>span {
	width: calc(50% - 0.4rem);
	font-size: 1.6rem;
	line-height: 2.5rem;
}

.product-card__article ul li>span:first-child {
	color: #94a7b5;
	position: relative;
}

.product-card__article ul li>span:first-child span {
	color: #94a7b5;
	background: #fff;
	z-index: 1;
	font-size: 1.6rem;
	display: inline-block;
	padding-right: 3px;
	position: relative;
}

.product-card__article ul li>span:first-child:after {
	content: '';
	opacity: 0.6;
	border-bottom: 2px dotted #94A7B5;
	width: 100%;
	display: block;
	z-index: 0;
	bottom: 5px;
	position: absolute;
}

.product-card__article>h6,
.product-card__article>.h6 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.4rem;
	margin-bottom: .8rem;
}

.product-card__article>p {
	line-height: 1.75em;
}

.product-card__article>p:not(:last-child) {
	margin-bottom: 0;
}

.product-card__article>p+h6,
.product-card__article>p+.h6 {
	border-top: 1px solid #e0e7eb;
	padding-top: 2.4rem;
	margin-top: 2.2rem;
	font-size: 1.4rem;
}

@media (max-width: 479.98px) {

	.product-card__article>p+h6,
	.product-card__article>p+.h6 {
		border-top: none;
		margin-top: 1.8rem;
		padding-top: 0;
	}
}

.product-card__article>p+h6:not(:last-child),
.product-card__article>p+.h6:not(:last-child) {
	margin-bottom: 8px;
}

.product-card__recommended {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 3.2rem;
	width: 19.2rem;
}

@media (max-width: 1199.98px) {
	.product-card__recommended {
		width: 26rem;
	}
}

@media (max-width: 991.98px) {
	.product-card__recommended {
		width: 100%;
		margin-left: 0;
		margin-bottom: 3.9rem;
	}
}

.product-card__recommended-inner {
	padding-top: 1.1rem;
}

@media (max-width: 991.98px) {
	.product-card__recommended-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-top: 0;
	}
}

.product-card__recommended .product {
	/*  border: 1.5px solid rgba(148, 167, 181, 0.2); */
}

@media (min-width: 992px) {
	.product-card__recommended .product:hover {
		/* border: 1.5px solid #0066ff;
          -webkit-box-shadow: 0px 20px 24px rgba(0, 178, 255, 0.05);
          box-shadow: 0px 20px 24px rgba(0, 178, 255, 0.05); */
	}

	.product-card__recommended .product:hover .product__about-name {
		/*  color: #0066ff; */
	}
}

@media (max-width: 991.98px) {
	.product-card__recommended .product {
		width: calc(33.3333% - 1.2rem);
	}
}

.product-card__recommended .product:not(:last-child) {
	margin-bottom: 2.4rem;
}

.product-card__recommended .product .product__picture {
	max-width: 14.4rem;
	margin: 0 auto;
}

@media (min-width: 1200px) {
	.product-card__mobile-picture {
		display: none;
	}
}

@media (max-width: 479.98px) {
	.product-card__mobile-picture {
		max-width: 31.2rem;
		margin: 0 auto;
	}
}

@media (min-width: 992px) {
	.product-card__mobile-banners {
		display: none;
	}
}

.product-card__mobile-banners:not(:last-child) {
	margin-bottom: 4.1rem;
}

.product-card__mobile-banners .banner-simple:not(:last-child) {
	margin-bottom: 8px;
}

@media (max-width: 479.98px) {
	.product-card__mobile-banners .banner-simple__ttl {
		max-width: 18rem;
	}
}

.product-card__mobile-cart {
	padding: 1.5rem;
	background-color: #0066ff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 6.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 11;
	display: none;
}

@media (min-width: 1200px) {
	.product-card__mobile-cart {
		display: none;
	}
}

@media (max-width: 1199.98px) {
	.product-card__mobile-cart+section {
		padding-bottom: 4rem;
	}
}

.product-card__mobile-cart-ttl {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.17em;
	color: #ffffff;
}

.product-card__mobile-cart-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-card__mobile-cart-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-card__mobile-cart-line .icon {
	font-size: 1.5rem;
	color: white;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 6px;
}

.product-card__mobile-cart-line span {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1em;
	color: #ffffff;
}

.product-card__mobile-cart-price {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.33em;
	color: white;
	position: relative;
	white-space: nowrap;
	margin-right: 1rem;
}

.product-card__mobile-cart-price sup {
	top: -8.5px;
	font-size: 8px;
}

@media (max-width: 479.98px) {
	.product-card+.course-recommended {
		margin-top: -4rem;
	}
}

.filters-balloon {
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 0 3.2rem 8px 3.6rem;
	z-index: 10;
	pointer-events: auto;
	opacity: 0;
	visibility: hidden;
}

.filters-balloon.isVisible {
	opacity: 1;
	visibility: visible;
}

.filters-balloon:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	padding-bottom: 55.1724137931%;
	display: block;
	content: " ";
	background-image: url("../images//useful/frame4.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.filters-balloon span {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1em;
	color: #ffffff;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}

.gifts {
	padding-top: 5.5rem;
}

@media (max-width: 575.98px) {
	.gifts {
		padding-top: 8px;
	}
}

.gifts__content-article {
	max-width: 76rem;
}

.gifts__content-article:not(:last-child) {
	margin-bottom: 7rem;
}

@media (max-width: 991.98px) {
	.gifts__content-article:not(:last-child) {
		margin-bottom: 4.2rem;
	}
}

@media (max-width: 575.98px) {
	.gifts__content-article:not(:last-child) {
		margin-bottom: 2.7rem;
	}
}

.gifts__content-article h1,
.gifts__content-article .h1 {
	font-weight: 700;
	font-size: 3rem;
	line-height: 1em;
	margin-bottom: 0;
}

@media (max-width: 767.98px) {

	.gifts__content-article h1,
	.gifts__content-article .h1 {
		font-size: 2rem;
	}
}

@media (max-width: 575.98px) {

	.gifts__content-article h1,
	.gifts__content-article .h1 {
		font-size: 1.8rem;
	}
}

.gifts__content-article h1:not(:last-child),
.gifts__content-article .h1:not(:last-child) {
	margin-bottom: 5.4rem;
}

@media (max-width: 991.98px) {

	.gifts__content-article h1:not(:last-child),
	.gifts__content-article .h1:not(:last-child) {
		margin-bottom: 2.4rem;
	}
}

@media (max-width: 767.98px) {

	.gifts__content-article h1:not(:last-child),
	.gifts__content-article .h1:not(:last-child) {
		margin-bottom: 1.6rem;
	}
}

.gifts__content-article p {
	font-weight: 300;
	font-size: 2.4rem;
	line-height: 1.33em;
}

@media (max-width: 767.98px) {
	.gifts__content-article p {
		font-size: 1.6rem;
	}
}

@media (max-width: 575.98px) {
	.gifts__content-article p {
		font-size: 1.4rem;
		line-height: 1.45em;
		letter-spacing: 0.1px;
	}
}

.gifts__content-row {
	-webkit-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 3.2rem;
	column-gap: 3.2rem;
}

@media (max-width: 1199.98px) {
	.gifts__content-row {
		-webkit-column-count: 3;
		column-count: 3;
	}
}

@media (max-width: 991.98px) {
	.gifts__content-row {
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media (max-width: 767.98px) {
	.gifts__content-row {
		-webkit-column-gap: 1.6rem;
		column-gap: 1.6rem;
	}
}

.gifts__content-col {
	margin-bottom: 3.2rem;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	-webkit-column-break-after: column;
	break-after: column;
}

@media (max-width: 767.98px) {
	.gifts__content-col {
		margin-bottom: 1.6rem;
	}
}

@media (min-width: 768px) {
	.gifts__content-col:first-child:nth-last-child(3) {
		display: block;
	}

	.gifts__content-col:nth-child(2):nth-last-child(2) {
		display: block;
	}

	.gifts__content-col:nth-child(3):nth-last-child(2) {
		display: block;
	}

	.gifts__content-col:nth-child(3):last-child {
		display: inline-block;
	}

	.gifts__content-col:nth-child(2):last-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.gifts__content-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 1px solid rgba(148, 167, 181, 0.2);
	border-radius: 1.8rem;
	padding: 2.4rem 2.4rem 3.2rem;
}

@media (max-width: 575.98px) {
	.gifts__content-item {
		padding: 8px 8px 1.6rem;
	}
}

.gifts__content-item-img {
	position: relative;
	margin-bottom: 3.5rem;
}

@media (max-width: 575.98px) {
	.gifts__content-item-img {
		margin-bottom: 3px;
	}
}

.gifts__content-item-img:after {
	padding-bottom: 100%;
	display: block;
	visibility: hidden;
	content: " ";
}

.gifts__content-item-img img {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.gifts__content-item-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 7px;
}

@media (max-width: 767.98px) {
	.gifts__content-item-info {
		padding: 0;
	}
}

@media (max-width: 575.98px) {
	.gifts__content-item-info {
		padding: 0 6px;
	}
}

.gifts__content-item-info-ttl {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.11em;
	text-transform: capitalize;
	display: block;
}

@media (max-width: 767.98px) {
	.gifts__content-item-info-ttl {
		font-size: 1.4rem;
	}
}

@media (max-width: 575.98px) {
	.gifts__content-item-info-ttl {
		font-size: 1.2rem;
	}
}

.gifts__content-item-info-ttl:not(:last-child) {
	margin-bottom: 5px;
}

@media (max-width: 575.98px) {
	.gifts__content-item-info-ttl:not(:last-child) {
		margin-bottom: 0;
	}
}

.gifts__content-item-info-txt {
	line-height: 1.43em;
}

@media (max-width: 575.98px) {
	.gifts__content-item-info-txt {
		font-size: 1.2rem;
		line-height: 1.35em;
	}
}

.gifts__content-item-info-txt:not(:last-child) {
	margin-bottom: 2.2rem;
}

@media (max-width: 575.98px) {
	.gifts__content-item-info-txt:not(:last-child) {
		margin-bottom: 1.1rem;
	}
}

.gifts__content-item-info-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gifts__content-item-info-type .icon {
	font-size: 2.6rem;
	color: #0066ff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 1rem;
}

@media (max-width: 575.98px) {
	.gifts__content-item-info-type .icon {
		margin-right: 6px;
	}
}

.gifts__content-item-info-type span {
	color: #0066ff;
	line-height: 1.1em;
}

@media (max-width: 575.98px) {
	.gifts__content-item-info-type span {
		font-size: 1.2rem;
	}
}

.contact {
	padding: 5.5rem 0 12rem;
}

@media (max-width: 575.98px) {
	.contact {
		padding: 9px 0 0;
	}
}

.contact .container {
	position: relative;
}

.contact__top {
	font-size: 12rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 767.98px) {
	.contact__top {
		font-size: 8rem;
	}
}

@media (max-width: 575.98px) {
	.contact__top {
		font-size: 6.4rem;
	}
}

.contact__top:not(:last-child) {
	margin-bottom: 7.5rem;
}

@media (max-width: 767.98px) {
	.contact__top:not(:last-child) {
		margin-bottom: 4.2rem;
	}
}

@media (max-width: 575.98px) {
	.contact__top:not(:last-child) {
		margin-bottom: 4rem;
	}
}

.contact__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 1199.98px) {
	.contact__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.contact__content-article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-right: 8.2rem;
}

@media (max-width: 767.98px) {
	.contact__content-article {
		padding-right: 0;
		margin-bottom: 4.6em;
	}
}

@media (max-width: 575.98px) {
	.contact__content-article {
		margin-bottom: 3.3rem;
	}
}

.contact__content-article h1,
.contact__content-article .h1 {
	font-size: 3rem;
	line-height: 1em;
}

@media (max-width: 575.98px) {

	.contact__content-article h1,
	.contact__content-article .h1 {
		font-size: 2.4rem;
		letter-spacing: -0.6px;
	}
}

@media (max-width: 479.98px) {

	.contact__content-article h1,
	.contact__content-article .h1 {
		font-size: 1.8rem;
	}
}

.contact__content-article h1:not(:last-child),
.contact__content-article .h1:not(:last-child) {
	margin-bottom: 5.6rem;
}

@media (max-width: 575.98px) {

	.contact__content-article h1:not(:last-child),
	.contact__content-article .h1:not(:last-child) {
		margin-bottom: 1.4rem;
	}
}

.contact__content-article p {
	max-width: 53rem;
	font-weight: 300;
	font-size: 2.4rem;
	line-height: 1.33em;
}

@media (max-width: 479.98px) {
	.contact__content-article p {
		font-size: 1.4rem;
		line-height: 1.45em;
	}
}

.contact__content-article p:not(:last-child) {
	margin-bottom: 4.6rem;
}

@media (max-width: 575.98px) {
	.contact__content-article p:not(:last-child) {
		margin-bottom: 2.3rem;
	}
}

.contact__content-article>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact__content-article>a .icon {
	font-size: 8rem;
	margin-right: 1.7rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #0066ff;
}

@media (max-width: 575.98px) {
	.contact__content-article>a .icon {
		font-size: 4.8rem;
		margin-right: 1.4rem;
	}
}

.contact__content-article>a span {
	font-size: 1.8rem;
	color: #0066ff;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

@media (max-width: 575.98px) {
	.contact__content-article>a span {
		font-size: 1.6rem;
	}
}

.contact__content-article>a:hover {
	text-decoration: none;
}

.contact__content-article>a:hover span {
	color: #33c2ff;
}

.contact__content-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 64rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 9.8rem;
}

@media (max-width: 1199.98px) {
	.contact__content-form {
		width: 42rem;
		margin-top: 0;
	}
}

@media (max-width: 575.98px) {
	.contact__content-form {
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.contact__content-form-fields {
	width: 100%;
}

@media (max-width: 479.98px) {
	.contact__content-form-fields {
		margin-bottom: 1.7rem;
	}
}

.contact__content-form .form-group {
	width: 100%;
	margin-bottom: 0;
}

.contact__content-form .form-group:not(:last-child) {
	margin-bottom: 0;
}

.contact__content-form .form-group:not(:last-child) .form-control {
	border-bottom: 1px solid rgba(148, 167, 181, 0.2);
}

.contact__content-form .form-group:nth-child(n + 2) .form-control {
	border-top: none;
}

.contact__content-form .form-group:last-child .form-control {
	border-radius: 0 0 1.8rem 1.8rem;
}

.contact__content-form .form-group .form-control {
	border-radius: 0;
}

.contact__content-form .form-group .form-control:focus {
	border-color: rgba(148, 167, 181, 0.2);
}

.contact__content-form .select-group {
	width: 100%;
	position: relative;
	margin-bottom: 0;
}

.contact__content-form .select-group:not(:last-child) {
	margin-bottom: 0;
}

.contact__content-form .select-group:not(:last-child) .select2-selection__rendered {
	border-bottom: 1px solid rgba(148, 167, 181, 0.2);
}

.contact__content-form .select-group .select2-selection__rendered {
	border-radius: 1.8rem 1.8rem 0 0;
}

.contact__content-form .select-group .select2-container--default .select2-selection--single {
	background: transparent;
}

.contact__content-form .select-group .select2-container .select2-selection--single .select2-selection__rendered {
	background: transparent;
}

.contact__content-form .button {
	margin-top: 3.5rem;
	padding: 8px 4rem;
}

@media (max-width: 575.98px) {
	.contact__content-form .button {
		width: 100%;
		margin-top: 0;
	}
}

@media (max-width: 479.98px) {
	.contact__content-form .button {
		min-height: 4.8rem;
		border-radius: 8px;
	}
}

@media (max-width: 479.98px) {
	.contact__content-form .button span {
		font-size: 1.4rem;
	}
}

.contact__success {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
}

.contact__success-ttl {
	font-weight: 700;
	font-size: 4.8rem;
	line-height: 1em;
	text-transform: uppercase;
	color: #2f80ed;
	margin-bottom: 2.4rem;
	text-align: center;
}

@media (max-width: 575.98px) {
	.contact__success-ttl {
		font-size: 3.6rem;
	}
}

.contact__success p {
	font-size: 2rem;
	line-height: 1.5em;
	margin-bottom: 3.2rem;
	text-align: center;
}

@media (max-width: 575.98px) {
	.contact__success p {
		font-size: 1.8rem;
	}
}

.contact__success .icon {
	font-size: 12rem;
}

@media (max-width: 575.98px) {
	.contact__success .icon {
		font-size: 8rem;
	}
}

.contact.contact--success .contact__content {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.contact.contact--success .contact__success {
	opacity: 1;
	visibility: visible;
}

.contact .select2-container--default .select2-selection--single .select2-selection__arrow:after {
	top: 29px;
}

@media (max-width: 767.98px) {
	.contact .select2-container--default .select2-selection--single .select2-selection__arrow:after {
		top: 22px;
	}
}

.contact .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
	top: 39px;
}

@media (max-width: 767.98px) {
	.contact .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
		top: 30px;
	}
}

.contact-simple {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 52rem;
	margin: 0 auto;
}

.contact-simple h3,
.contact-simple .h3 {
	font-size: 1.8rem;
	line-height: 1.44em;
	text-align: center;
}

.contact-simple h3:not(:last-child),
.contact-simple .h3:not(:last-child) {
	margin-bottom: 3px;
}

@media (max-width: 575.98px) {

	.contact-simple h3:not(:last-child),
	.contact-simple .h3:not(:last-child) {
		margin-bottom: 2.4rem;
	}
}

@media (min-width: 480px) {

	.contact-simple h3 br,
	.contact-simple .h3 br {
		display: none;
	}
}

.contact-simple p {
	font-size: 1.8rem;
	text-align: center;
}

.contact-simple p:not(:last-child) {
	margin-bottom: 4.2rem;
}

@media (max-width: 575.98px) {
	.contact-simple p {
		display: none;
	}
}

.contact-simple .button {
	width: 100%;
	max-width: 19.2rem;
	margin: 0 auto;
}

.select_two_floating_label {
	position: absolute;
	top: -3px;
	left: 1.5rem;
	bottom: 0;
	margin: auto 0 !important;
	color: #0066ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1em;
	height: 3.4rem;
	cursor: auto;
	padding: 2px 8px;
	background-color: #fff;
	z-index: 3;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 1.6rem;
}

.select_two_floating_label.selected {
	-webkit-transform: translateX(-2rem) translateY(-1.3rem) translateZ(0) scale(0.62);
	transform: translateX(-2rem) translateY(-1.3rem) translateZ(0) scale(0.62);
}

@media (max-width: 575.98px) {
	.select_two_floating_label.selected {
		-webkit-transform: translateX(-2rem) translateY(-1.4rem) translateZ(0) scale(0.6);
		transform: translateX(-2rem) translateY(-1.4rem) translateZ(0) scale(0.6);
	}
}

@media (max-width: 575.98px) {
	.select_two_floating_label {
		left: 1.1rem;
		height: 2.4rem;
		top: -2px;
	}
}

.delivery,
.payment {
	padding-top: 8.6rem;
}

.payment__content-text {}

.payment_input {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.payment_input_item {
	flex: 0 0 100%;
	max-width: 300px;
}

.payment_input_item .form-control {
	border: 1px solid #ddd;
}

.payment_input_item .select2-container .select2-selection--single .select2-selection__rendered {
	border: 1px solid #ddd;
}

.payment__content-line {
	margin-top: 30px;
}

.payment_method,
.payment_button {
	margin-top: 30px;
}

.payment_method_list {
	display: grid;
	grid-template: auto / repeat(5, 1fr);
	grid-gap: 20px;
	margin-top: 20px;
}

.payment_method_list .pay_item {
	display: block;
}

.payment_method_list .pay_item:not(:last-child) {
	margin-bottom: 10px;
}

.payment_method_list .pay_item>input {
	display: none;
}

.payment_method_list .pay_item>span {
	display: block;
	padding: 15px 20px;
	border-radius: 1.2rem;
	border: 1px solid #ddd;
	font-weight: 500;
	font-size: 17px;
	position: relative;
	padding-left: 45px;
	cursor: pointer;
	transition: all .3s ease;
}

.payment_method_list .pay_item>span:hover {
	background: #ddd;
}

.payment_method_list .pay_item>span:after {
	content: '';
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	border-radius: 50%;
	border: 3px solid #06f;
	top: 50%;
	transform: translateY(-50%);
	left: 18px;
	transition: all .3s ease;
}

.payment_method_list .pay_item>input:checked+span {
	background: #06f;
	color: #fff;
	border-color: #06f;
}

.payment_method_list .pay_item>input:checked+span:after {
	border: 5px solid #fff;
}

.payment_button>button {
	padding: 15px 40px 15px 40px;
	border-radius: 1.2rem;
	background: #0066ff;
	color: #fff;
	font-weight: 500;
	border: none;
	outline: none;
	transition: all .2s ease;
}

.payment_button>button:hover {
	opacity: .7;
}

@media (max-width: 991.98px) {

	.delivery,
	.payment {
		padding-top: 0;
	}
}

.delivery__nav {
	margin-bottom: 4rem;
}

@media (min-width: 992px) {
	.delivery__nav {
		display: none;
	}
}

.delivery__nav .button {
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.delivery__nav .button:not(:last-child) {
	margin-bottom: 8px;
}

.delivery__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 991.98px) {
	.delivery__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.delivery__content-col {
	width: calc(50% - 1.6rem);
	margin-right: 11.2rem;
	max-width: 52.6rem;
}

@media (max-width: 1199.98px) {
	.delivery__content-col {
		margin-right: 6rem;
	}
}

@media (max-width: 991.98px) {
	.delivery__content-col {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 991.98px) {
	.delivery__content-col:not(:last-child) {
		margin-bottom: 7.4rem;
	}
}

.delivery__content h2,
.delivery__content .h2,
.payment__content h2 {
	font-size: 3rem;
	line-height: 1em;
}

@media (max-width: 479.98px) {

	.delivery__content h2,
	.delivery__content .h2,
	.payment__content h2 {
		font-size: 1.8rem;
	}
}

.delivery__content h2:not(:last-child),
.delivery__content .h2:not(:last-child),
.payment__content h2:not(:last-child) {
	margin-bottom: 3rem;
}

@media (max-width: 479.98px) {

	.delivery__content h2:not(:last-child),
	.delivery__content .h2:not(:last-child),
	.payment__content h2:not(:last-child) {
		margin-bottom: 1.6rem;
	}
}

.delivery__content h5,
.delivery__content .h5 {
	font-size: 1.4rem;
}

.delivery__content p {
	line-height: 1.6em;
	letter-spacing: -0.1px;
}

@media (max-width: 479.98px) {
	.delivery__content p {
		line-height: 1.45em;
		letter-spacing: 0;
	}
}

.delivery__content p:not(:last-child) {
	margin-bottom: 2.1rem;
}

.delivery__content p+ul,
.delivery__content p+ol {
	margin-top: -2rem;
}

.delivery__content ul {
	list-style: disc;
	padding-left: 2.4rem;
}

.delivery__content ol {
	padding-left: 1.4rem;
}

.delivery__content ol .delivery__content-picture {
	margin-left: -1.2rem;
	margin-top: 1r;
	margin-top: 2.1rem;
	margin-bottom: 2.2rem;
}

.delivery__content-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 6px;
}

.delivery__content-row:not(:last-child) {
	margin-bottom: 3.2rem;
}

@media (max-width: 479.98px) {
	.delivery__content-row:not(:last-child) {
		margin-bottom: 1.8rem;
	}
}

.delivery__content-img {
	border: 1px solid rgba(148, 167, 181, 0.3);
	border-radius: 1.2rem;
	position: relative;
	width: 19.2rem;
}

@media (max-width: 479.98px) {
	.delivery__content-img {
		width: 15.6rem;
		height: 8rem;
	}
}

.delivery__content-img:after {
	content: " ";
	padding-bottom: 54.1666666667%;
	display: block;
	visibility: hidden;
}

@media (max-width: 479.98px) {
	.delivery__content-img:after {
		display: none;
	}
}

.delivery__content-img:not(:last-child) {
	margin-right: 3.2rem;
}

@media (max-width: 479.98px) {
	.delivery__content-img:not(:last-child) {
		margin-right: 1.6rem;
	}
}

.delivery__content-img img {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

@media (max-width: 479.98px) {
	.delivery__content-img img {
		max-width: 65%;
	}
}

.delivery__content-picture {
	display: block;
	width: 100%;
	max-width: 32.5rem;
}

.delivery__content-picture img {
	display: block;
	width: 100%;
}

.modal {
	background: rgba(0, 102, 255, 0.9);
}

.modal.fade {
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

.modal-dialog {
	max-width: 30.3rem;
}

@media (max-width: 767.98px) {
	.modal-dialog {
		margin: 0.5rem auto;
	}
}

.modal-dialog.modal-dialog--authorization {
	max-width: 64rem;
}

.modal-dialog.modal-dialog--authorization .modal-content {
	padding: 0;
	overflow: hidden;
}

@media (max-width: 767.98px) {
	.modal-dialog.modal-dialog--authorization .modal-content {
		border-radius: 1.8rem;
	}
}

.modal-close {
	position: absolute;
	top: 2rem;
	right: 2rem;
	font-size: 2rem;
	color: white;
}

.modal-hiw .modal-dialog {
	max-width: 86.4rem;
}

@media (max-width: 479.98px) {
	.modal-hiw .modal-dialog {
		max-width: 31.2rem;
		margin: 0 auto;
	}
}

.modal-hiw .modal-dialog .modal-content {
	padding: 4.2rem 4.7rem 0;
	border-radius: 3.2rem;
}

@media (max-width: 991.98px) {
	.modal-hiw .modal-dialog .modal-content {
		padding: 2.4rem 2.4rem 3.2rem;
	}
}

@media (max-width: 479.98px) {
	.modal-hiw .modal-dialog .modal-content {
		border-radius: 1.8rem;
	}
}

.modal-gift {
	background: rgba(195, 248, 81, 0.9);
}

@media (max-width: 479.98px) {
	.modal-gift {
		display: none !important;
	}
}

.modal-content {
	background: #ffffff;
	border-radius: 2.4rem;
	padding: 3.5rem 2.4rem 2.4rem;
	border: none;
}

.modal-content__ttl {
	text-align: content;
	width: 100%;
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1em;
	text-align: center;
}

.modal-content__ttl:not(:last-child) {
	margin-bottom: 4.4rem;
}

.modal-content__icon {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal-content__icon .icon {
	font-size: 10.5rem;
}

.modal-content__icon .icon.hidden {
	display: none;
}

.modal-content__icon:not(:last-child) {
	margin-bottom: 4.8rem;
}

.modal-content__bottom {
	width: 100%;
}

.modal-content__bottom .button {
	padding: 1.2rem;
	width: 100%;
}

.modal-content__bottom .button:not(:last-child) {
	margin-bottom: 1.6rem;
}

.modal-content__centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-content__centered .icon-gift {
	position: absolute;
	top: 1.7rem;
	left: 2.4rem;
	font-size: 2.8rem;
	color: #ff005c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.modal-content__centered p {
	width: 100%;
	text-align: center;
}

.modal-content__centered .button {
	min-height: 4rem;
	border-radius: 1rem;
	margin-top: 7px;
}

.modal-content__subttl {
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.29em;
	display: block;
	color: #4a4a4a;
	text-align: center;
	width: 100%;
}

.modal-content__picture {
	width: 20.8rem;
	height: 20.8rem;
	position: relative;
	margin-bottom: 7px;
}

.modal-content__picture img {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.modal-content__authorization-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: none;
}

.modal-content__authorization-nav .nav-item {
	width: 50%;
}

.modal-content__authorization-nav-link {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 2.5rem 1rem 2.4rem;
	border: none;
	background: #ebf6ff;
	border-bottom: 1px solid #ebf6ff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #0066ff;
}

@media (max-width: 767.98px) {
	.modal-content__authorization-nav-link {
		padding: 1.7rem 1rem;
	}
}

.modal-content__authorization-nav-link:hover {
	color: #0066ff;
}

.modal-content__authorization-nav-link.active {
	color: #333333;
	background: #ffffff;
	border-bottom: 1px solid rgba(148, 167, 181, 0.2);
}

.modal-content__authorization-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 3.2rem;
}

@media (max-width: 767.98px) {
	.modal-content__authorization-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.modal-content__authorization-inner .icon-logo {
	font-size: 5rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 4.8rem;
	flex-shrink: 0;
}

@media (max-width: 767.98px) {
	.modal-content__authorization-inner .icon-logo {
		margin-right: 0;
		margin-bottom: 3.2rem;
	}
}

.modal-content__authorization-form {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media (max-width: 767.98px) {
	.modal-content__authorization-form {
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.modal-content__authorization-form-fields {
		width: 100%;
	}
}

.modal-content__authorization-form-fields:not(:last-child) {
	margin-bottom: 3.2rem;
}

.modal-content__authorization-form-fields .form-control::-webkit-input-placeholder {
	font-weight: 400;
	font-size: 2rem;
	line-height: 1em;
	color: rgba(148, 167, 181, 0.5);
}

.modal-content__authorization-form-fields .form-control:-ms-input-placeholder {
	font-weight: 400;
	font-size: 2rem;
	line-height: 1em;
	color: rgba(148, 167, 181, 0.5);
}

.modal-content__authorization-form-fields .form-control::placeholder {
	font-weight: 400;
	font-size: 2rem;
	line-height: 1em;
	color: rgba(148, 167, 181, 0.5);
}

.modal-content__authorization-form-fields .form-control:not(.edited)::-webkit-input-placeholder {
	opacity: 0;
}

.modal-content__authorization-form-fields .form-control:not(.edited):-ms-input-placeholder {
	opacity: 0;
}

.modal-content__authorization-form-fields .form-control:not(.edited)::placeholder {
	opacity: 0;
}

.modal-content__authorization-form-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-content__authorization-form-bottom .button {
	min-width: 11.2rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 2.4rem;
}

.modal-content__authorization-form .form-group {
	width: 100%;
	margin-bottom: 0;
}

.modal-content__authorization-form .form-group:first-child {
	margin-bottom: 0;
}

.modal-content__authorization-form .form-group:first-child .form-control {
	border-radius: 1.8rem 1.8rem 0 0;
}

.modal-content__authorization-form .form-group:not(:last-child) {
	margin-bottom: 0;
}

.modal-content__authorization-form .form-group:not(:last-child) .form-control {
	border-bottom: 1px solid rgba(148, 167, 181, 0.2);
}

.modal-content__authorization-form .form-group:nth-child(n + 2) .form-control {
	border-top: none;
}

.modal-content__authorization-form .form-group:last-child .form-control {
	border-radius: 0 0 1.8rem 1.8rem;
}

.modal-content__authorization-form .form-group .form-control {
	border-radius: 0;
}

.modal-content__authorization-form .form-group .form-control:focus {
	border-color: rgba(148, 167, 181, 0.2);
}

.modal-content__authorization-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2.7rem;
	border-top: 1px solid rgba(148, 167, 181, 0.15);
}

.modal-content__authorization-line p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-content__authorization-line p .link {
	font-weight: 400;
	padding: 0 4px;
}

.modal-content__hiw {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.modal-content__hiw>.icon {
	font-size: 48.6rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 2.6rem;
}

@media (max-width: 991.98px) {
	.modal-content__hiw>.icon {
		display: none;
	}
}

.modal-content__hiw-article {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: left;
	width: 100%;
	padding-top: 1.2rem;
}

@media (max-width: 991.98px) {
	.modal-content__hiw-article {
		padding-top: 0;
	}
}

.modal-content__hiw-article h2,
.modal-content__hiw-article .h2 {
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1.27em;
	text-align: left;
	width: 100%;
}

@media (max-width: 479.98px) {

	.modal-content__hiw-article h2,
	.modal-content__hiw-article .h2 {
		font-size: 1.8rem;
		line-height: 1.4em;
	}
}

.modal-content__hiw-article h2:not(:last-child),
.modal-content__hiw-article .h2:not(:last-child) {
	margin-bottom: 2.6rem;
}

@media (max-width: 479.98px) {

	.modal-content__hiw-article h2:not(:last-child),
	.modal-content__hiw-article .h2:not(:last-child) {
		margin-bottom: 1.6rem;
	}
}

.modal-content__hiw-article p {
	line-height: 1.57em;
	text-align: left;
	width: 100%;
}

@media (max-width: 479.98px) {
	.modal-content__hiw-article p {
		line-height: 1.29em;
	}
}

.modal-content__hiw-article p:not(:last-child) {
	margin-bottom: 2.2rem;
}

@media (max-width: 479.98px) {
	.modal-content__hiw-article p:not(:last-child) {
		margin-bottom: 1.8rem;
	}
}

.modal-content__hiw-article ul {
	counter-reset: section;
	text-align: left;
	width: 100%;
}

.modal-content__hiw-article ul:not(:last-child) {
	margin-bottom: 2.4rem;
}

@media (max-width: 479.98px) {
	.modal-content__hiw-article ul:not(:last-child) {
		margin-bottom: 1.8rem;
	}
}

.modal-content__hiw-article ul li {
	counter-increment: section;
	text-align: left;
	width: 100%;
	line-height: 1.6em;
}

@media (max-width: 479.98px) {
	.modal-content__hiw-article ul li {
		line-height: 1.29em;
	}
}

.modal-content__hiw-article ul li:before {
	content: counter(section) ". ";
	color: #0066ff;
	font-weight: 700;
}

.modal-content__hiw-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	padding-top: 1.7rem;
}

@media (max-width: 479.98px) {
	.modal-content__hiw-bottom {
		padding-top: 6px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.modal-content__hiw-bottom .button {
	min-width: 8.8rem;
}

.modal-complete-order .modal-dialog {
	max-width: 60rem;
}

.modal-complete-order h3,
.modal-complete-order .h3 {
	font-size: 3rem;
	text-transform: uppercase;
	text-align: center;
	color: #0066ff;
}

.modal-complete-order h2,
.modal-complete-order .h2 {
	font-size: 1.8rem;
	text-align: center;
	color: #333333;
}

.modal-complete-order .icon-success {
	margin: 3rem auto;
	font-size: 10rem;
}

.modal-cancel-order .modal-dialog {
	max-width: 42rem;
	margin: 0 auto;
}

@media (max-width: 479.98px) {
	.modal-cancel-order .modal-dialog {
		max-width: 31rem;
	}
}

.modal-cancel-order .modal-content {
	padding: 0;
}

.modal-cancel-order span {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #333333;
	padding: 35px;
}

.modal-cancel-order .modal-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 26px 0;
	border-top: 1px solid rgba(148, 167, 181, 0.2);
}

.modal-cancel-order .modal-actions button {
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #0066ff;
	padding: 0 23px;
}

.modal-cancel-order .modal-actions button.button {
	color: #ffffff;
}

.cart {
	padding-top: 2.6rem;
}

.cart__head {
	margin-bottom: 1.8rem;
}

.cart__head .cart__content-subttl:not(:last-child) {
	margin-bottom: 0;
}

.cart__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cart__content-inner:not(:last-child) {
	margin-bottom: 4.2rem;
}

@media (max-width: 479.98px) {
	.cart__content-inner:not(:last-child) {
		margin-bottom: 0;
	}
}

.cart__content-chapter:not(:last-child) {
	margin-bottom: 3.8rem;
}

.cart__content-ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 479.98px) {
	.cart__content-ttl {
		width: 100%;
	}
}

.cart__content-ttl h1,
.cart__content-ttl .h1 {
    font-size: 2.2rem;
    margin-bottom: 0;
    margin-right: 0;
    font-family: 'Montserrat';
    font-weight: 700;
}

@media (max-width: 479.98px) {
	.cart__content-ttl h1,
	.cart__content-ttl .h1 {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		font-size: 1.8rem;
	}
}

.cart__content-ttl span {
	font-size: 1.6rem;
	position: relative;
	top: 2px;
}

@media (max-width: 479.98px) {
	.cart__content-ttl span {
		font-size: 1.4rem;
	}
}

.cart__content-ttl:not(:last-child) {
	margin-bottom: 2.4rem;
}

.cart__content-subttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}

.cart__content-subttl:not(:last-child) {
	margin-bottom: 2.3rem;
}

.cart__content-subttl .icon {
	font-size: 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #0066ff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 9px;
}

.cart__content-subttl h6,
.cart__content-subttl .h6 {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1em;
	margin-bottom: 0;
	font-family: 'Montserrat';
}

@media (max-width: 479.98px) {

	.cart__content-subttl h6,
	.cart__content-subttl .h6 {
		font-size: 1.8rem;
	}
}

.cart__content-subttl-link {
	margin-left: 0;
	font-size: 1.4rem;
	line-height: 1.2rem;
	color: #0066ff;
}

.cart__content-subttl-desc {
	margin-top: 1rem;
	font-size: 1.4rem;
	line-height: 1.2rem;
	color: #333333;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.cart__content-main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 3.2rem;
}

@media (max-width: 1399.98px) {
	.cart__content-main {
		margin-right: 2.4rem;
	}
}

@media (max-width: 1199.98px) {
	.cart__content-main {
		width: 100%;
		margin-right: 0;
	}
}

@media (max-width: 767.98px) {
	.cart__content-main .cart__content-aside-cloud:not(:last-child) {
		margin-bottom: 2rem;
	}
}

.cart__content-aside {
	width: 30.4rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-top: 0;
}

.cart__content-aside-box {
	border: 1px solid rgba(148, 167, 181, 0.2);
	border-radius: 1.8rem;
}

@media (max-width: 479.98px) {
	.cart__content-aside-box {
		border-radius: 1.4rem;
	}
}

.cart__content-aside-box:not(:last-child) {
	margin-bottom: 2.3rem;
}

@media (max-width: 479.98px) {
	.cart__content-aside-box:not(:last-child) {
		margin-bottom: 1.5rem;
	}
}

.cart__content-aside-box li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.4rem 2.3rem;
}

.cart__content-aside-box li:not(:last-child) {
	border-bottom: 1px solid rgba(148, 167, 181, 0.2);
}

.cart__content-aside-box li strong {
	font-size: 1.8rem;
	font-weight: 700;
}

.cart__content-aside-region {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid rgba(148, 167, 181, 0.2);
	border-radius: 1.8rem;
	padding: 1.1rem 1.5rem 1.3rem 2.3rem;
}

@media (max-width: 479.98px) {
	.cart__content-aside-region {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		position: relative;
		padding: 1.3rem 10rem 1.1rem 1.4rem;
		border-radius: 1.4rem;
	}
}

.cart__content-aside-region:not(:last-child) {
	margin-bottom: 1.6rem;
}

@media (max-width: 479.98px) {
	.cart__content-aside-region-ttl {
		font-size: 1.2rem;
		line-height: 1em;
	}
}

.cart__content-aside-region-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.cart__content-aside-region-line span {
	color: #0066ff;
	margin-right: 1.5rem;
}

@media (max-width: 479.98px) {
	.cart__content-aside-region-line span {
		font-size: 1.2rem;
		margin-right: 0;
	}
}

.cart__content-aside-region-line .icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 4.6rem;
}

@media (max-width: 479.98px) {
	.cart__content-aside-region-line .icon {
		position: absolute;
		top: 0;
		right: 1.6rem;
		bottom: 0;
		margin: auto 0;
	}
}

.cart__content-aside-cloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.cart__content-aside-cloud:not(:last-child) {
	margin-bottom: 2.4rem;
}

.cart__content-aside-cloud .icon-mario {
	font-size: 5.6rem;
	margin-right: 1.4rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 479.98px) {
	.cart__content-aside-cloud .icon-mario {
		font-size: 4.8rem;
		margin-right: 9px;
	}
}

.cart__content-aside-cloud-txt {
	background: rgba(148, 167, 181, 0.08);
	border-radius: 1.8rem 1.8rem 1.8rem 0px;
	padding: 1.6rem 2.8rem;
}

@media (max-width: 479.98px) {
	.cart__content-aside-cloud-txt {
		position: relative;
		bottom: 4px;
	}
}

.cart__content-aside-cloud-list {
	background: rgba(148, 167, 181, 0.08);
	border-radius: 0px 1.8rem 1.8rem 1.8rem;
	min-width: 26.4rem;
}

.cart__content-aside-cloud-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 9px 2.3rem;
}

@media (max-width: 479.98px) {
	.cart__content-aside-cloud-list li {
		padding: 9px 2.7rem;
	}
}

.cart__content-aside-cloud-list li:not(:last-child) {
	border-bottom: 1px solid #e7ecef;
}

.cart__content-aside-cloud-list span {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.cart__content-aside-cloud-list span:first-child {
	width: 59%;
	color: #94a7b5;
}

@media (max-width: 479.98px) {
	.cart__content-aside-cloud-list span:first-child {
		width: 61%;
	}
}

.cart__content-aside-code {
	position: relative;
}

.cart__content-aside-code:not(:last-child) {
	margin-bottom: 3.2rem;
}

@media (max-width: 479.98px) {
	.cart__content-aside-code:not(:last-child) {
		margin-bottom: 2.5rem;
	}
}

.cart__content-aside-code .form-group {
	margin-bottom: 0;
}

.cart__content-aside-code .form-control {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.25em;
	color: #333333;
	border-radius: 1.8rem;
}

@media (max-width: 479.98px) {
	.cart__content-aside-code .form-control {
		border-radius: 1.4rem;
		font-size: 1.6rem;
		letter-spacing: 0.15em;
	}
}

.cart__content-aside-code .form-control::-webkit-input-placeholder {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.25em;
	color: rgba(148, 167, 181, 0.3);
}

.cart__content-aside-code .form-control:-ms-input-placeholder {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.25em;
	color: rgba(148, 167, 181, 0.3);
}

.cart__content-aside-code .form-control::placeholder {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.25em;
	color: rgba(148, 167, 181, 0.3);
}

@media (max-width: 479.98px) {
	.cart__content-aside-code .form-control::-webkit-input-placeholder {
		font-size: 1.6rem;
		letter-spacing: 0.15em;
	}

	.cart__content-aside-code .form-control:-ms-input-placeholder {
		font-size: 1.6rem;
		letter-spacing: 0.15em;
	}

	.cart__content-aside-code .form-control::placeholder {
		font-size: 1.6rem;
		letter-spacing: 0.15em;
	}
}

.cart__content-aside-code .button {
	position: absolute;
	top: 1.2rem;
	right: 1.2rem;
	bottom: 1.2rem;
	margin: auto 0;
	height: 4.8rem;
	padding: 1.2rem;
}

@media (max-width: 479.98px) {
	.cart__content-aside-code .button {
		height: 4rem;
		min-height: 4rem;
		border-radius: 8px;
		right: 8px;
		padding: 1rem;
	}
}

@media (max-width: 479.98px) {
	.cart__content-aside-code .button span {
		font-size: 1.2rem;
	}
}

.cart__content-aside-code .icon {
	font-size: 2.4rem;
	color: #0066ff;
	position: absolute;
	top: 1.2rem;
	left: 16rem;
	bottom: 1.2rem;
	margin: auto 0;
	opacity: 0;
}

.cart__content-aside-code-value {
	position: absolute;
	top: 1.2rem;
	right: 2rem;
	bottom: 1.2rem;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.33em;
	color: #0066ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
}

.cart__content-aside-code-invalid {
	position: absolute;
	top: 1.2rem;
	right: 5.2rem;
	bottom: 1.2rem;
	font-weight: 500;
	line-height: 1.14em;
	color: #ff005c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
}

.cart__content-aside-code.discount--success .icon-tick-2 {
	opacity: 1;
	visibility: visible;
}

.cart__content-aside-code.discount--success .button {
	opacity: 0;
	visibility: hidden;
}

.cart__content-aside-code.discount--success .cart__content-aside-discount-value {
	opacity: 1;
	visibility: visible;
}

.cart__content-aside-code.discount--error .icon-incorect {
	opacity: 1;
	visibility: visible;
}

.cart__content-aside-code.discount--error .button {
	opacity: 0;
	visibility: hidden;
}

.cart__content-aside-code.discount--error .cart__content-aside-discount-invalid {
	opacity: 1;
	visibility: visible;
}

.cart__content-aside-partner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 479.98px) {
	.cart__content-aside-partner {
		padding-right: 1.4rem;
	}
}

.cart__content-aside-partner:not(:last-child) {
	margin-bottom: 3rem;
}

@media (max-width: 479.98px) {
	.cart__content-aside-partner:not(:last-child) {
		margin-bottom: 2.7rem;
	}
}

@media (max-width: 479.98px) {
	.cart__content-aside-partner p {
		line-height: 1.45em;
	}
}

.cart__content-aside-partner .changer-group {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 2.4rem;
}

@media (max-width: 479.98px) {
	.cart__content-aside-partner .changer-group {
		margin-top: 8px;
	}
}

.cart__content-aside-form:not(:last-child) {
	margin-bottom: 4rem;
}

@media (max-width: 479.98px) {
	.cart__content-aside-form:not(:last-child) {
		margin-bottom: 3.1rem !important;
	}
}

.cart__content-aside-form {
	border: 2px solid #0066ff;
	border-radius: 1.8rem;
}

.cart__content-aside-form ul {

}

.cart__content-aside-form li {
	padding: 1.5rem 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 479.98px) {
	.cart__content-aside-form li {
		padding: 1.7rem 1.7rem 1.7rem 2.2rem;
	}
}

.cart__content-aside-form li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 102, 255, 0.15);
}

.cart__content-aside-form li:not(:last-child).cart__content-aside-form-accent {
	border-bottom: 1px solid #ebf9ff;
}

.cart__content-aside-form li:last-child {
	padding: 1.5rem 2.5rem;
	flex-wrap: wrap;
}

.cart__content-aside-form li:last-child > span {
	flex: 1 1 100%;
}

.cart__content-aside-form li>strong {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: normal;
    white-space: nowrap;
}

.cart__content-mini {
    padding: 1rem 2.5rem 1.8rem;
    border-bottom: 1px solid #dde8ff;
    margin-bottom: 1.8rem;
}

.cart__content-mini-item {
    display: flex;
    gap: .9rem;
    align-items: center;
}

.cart__content-mini-icon {
    color: #0066ff;
    font-size: 1.7rem;
}

.cart__content-alert {
    padding: 0 2.5rem;
    margin-bottom: 1.8rem;
    display: flex;
    gap: 1rem;
    line-height: normal;
}

.cart__content-alert-icon {
    font-size: 2.2rem;
    line-height: 2.2rem;
}

.cart__content-alert-text b {
    color: #FF005C;
    font-weight: normal;
}

.cart__content-button {
	padding: 0 1.5rem 1.5rem;
}

.cart__content-aside-form li>strong:not(:last-child) {
	margin-right: 5px;
}

.cart__content-aside-form li#attent_sale>strong {
	margin-right: 0;
}

.cart__content-aside-form li>strong sup {
	top: -8.5px;
	font-size: 10px;
}

.cart__content-aside-form-blue {
	color: #0066ff;
}

.cart__content-aside-form-accent {
	background: #ebf9ff;
	margin-top: -1px;
}

.cart__content-aside-form-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 479.98px) {
	.cart__content-aside-form-price {
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}
}

.cart__content-aside-form-price-val {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.33em;
	white-space: nowrap;
}

.cart__content-aside-form-price-val:not(:last-child) {
	margin-right: 7px;
}

.cart__content-aside-form-price-val sup {
	top: -10.5px;
	font-size: 10px;
}

.cart__content-aside-form-price-discount {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.33em;
	color: rgba(148, 167, 181, 0.7);
	position: relative;
	white-space: nowrap;
}

.cart__content-aside-form-price-discount:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: rgba(148, 167, 181, 0.7);
	content: " ";
	margin: auto 0;
}

.cart__content-aside-form-price-discount sup {
	top: -10.5px;
	font-size: 10px;
}

.cart__content-aside-form:not(:last-child) {
	margin-bottom: 4rem;
}

.cart__content-aside-form .button {
	width: 100%;
}

.cart__content-aside-form .button.disabled {
    background: #94A7B5;
    pointer-events: none;
}

.cart__content-aside-form .button span {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: Montserrat;
}

.cart__content-recommend {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1.6rem;
	margin-right: -1.6rem;
	padding-top: 7px;
}

@media (max-width: 479.98px) {
	.cart__content-recommend {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-y: auto;
	}
}

.cart__content-recommend-col {
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 1.6rem;
}

@media (max-width: 479.98px) {
	.cart__content-recommend-col {
		width: 11.2rem;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

.cart__content-mobile-ttl {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1em;
}

.cart__content-mobile-ttl:not(:last-child) {
	margin-bottom: 1.2rem;
}

.cart__content-mobile-price {
	display: none;
}

.cart-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: .8rem 2.4rem .8rem .8rem;
    border-radius: 1.4rem;
    background: #FAFAFA;
}

.cart-box:not(:last-child) {
	margin-bottom: 1.6rem;
}

.cart-box__img {
	width: 8.8rem;
	height: 8.8rem;
	position: relative;
	margin-right: 2.4rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cart-box__img img {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.cart-box__info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cart-box__info-group {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.cart-box__info-ttl {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 24px;
	margin: 0;
}

.cart-box__info-ttl a {
	color: #333;
	font-weight: 400;
}

.cart-box__info-brand {
    line-height: 2.4rem;
    color: #94a7b5;
    font-size: 1.6rem;
}

.cart-box__info-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cart-box__info-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cart-box__info-btn:not(:last-child) {
	margin-right: 1rem;
}

.cart-box__info-btn:hover span {
	color: #0066ff;
}

.cart-box__info-btn span {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 2.4rem;
	color: #0066ff;
}

.cart-box__info-btn .icon {
	color: #0066ff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 5px;
	font-size: 1.6rem;
}

.cart-box__info-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.cart-box__info-price:not(:last-child) {
	margin-right: 3.9rem;
}

.cart-box__info-price-val {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: normal;
    white-space: nowrap;
    color: #94A7B5;
}

.cart-box__info-price-val.summ_price {
    color: #333;
}

.cart-box__info-price-val.purple {
	color: #ff005c;
}

@media (max-width: 479.98px) {
	.cart-box__info-price-val {
		font-size: 1.6rem;
	}
}

.cart-box__info-price-val:not(:last-child) {
	margin-right: 1.2rem;
}

.cart-box__info-price-val sup {
	top: -8.5px;
	font-size: 8px;
}

.cart-box__info-price-discount {
    font-size: 1.6rem;
    line-height: normal;
    color: #94A7B5;
    position: relative;
    white-space: nowrap;
}

@media (max-width: 479.98px) {
	.cart-box__info-price-discount {
		font-size: 1.6rem;
	}
}

.cart-box__info-price-discount:not(:last-child) {
	margin-right: 5px;
}

.cart-box__info-price-discount:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: rgba(148, 167, 181, 0.7);
	content: " ";
	margin: auto 0;
}

.cart-box__info-price-discount sup {
	top: -8.5px;
	font-size: 8px;
}

.cart-box__info-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 3rem;
}

.cart-box__info-counter-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #0066ff;
	font-size: 2.4rem;
	width: 2.4rem;
	height: 2.4rem;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

@media (max-width: 1199.98px) {
	.cart-box__info-counter-btn {
		font-size: 2rem;
		width: 2rem;
		height: 2rem;
	}
}

.cart-box__info-counter-btn:hover {
	color: #0089ed;
}

.cart-box__info-counter-btn .icon-minus {
	font-size: 1.5px;
}

.cart-box__info-counter-input {
    font-size: 1.6rem;
    height: 1.6rem;
    width: 6.2rem;
    text-align: center;
    color: #333;
    border: none;
    background: none;
}

@media (max-width: 1199.98px) {
	.cart-box__info-counter-input {
		font-size: 1.8rem;
		width: 5.6rem;
	}
}

@media (max-width: 479.98px) {
	.cart-box__info-counter-input {
		width: 7rem;
	}
}

.cart-box__info-counter-input:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.cart-box__info-timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ff005c;
    border-radius: 4px;
	padding: 0 1.4rem;
}

.cart-box__info-timer:not(:last-child) {
	margin: 1rem 0;
}

.cart-box__info-timer-cell {
    width: 2.2rem;
    height: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.cart-box__info-timer-cell:not(:last-child):nth-child(3) {
    width: 2rem;
    justify-content: flex-end;
}

.cart-box__info-timer-cell:not(:last-child):nth-child(3):before {
	content: ":";
	position: absolute;
	top: 0;
	left: -1px;
	bottom: 0;
	margin: auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	font-size: 1.1rem;
	color: #ffffff;
}

.cart-box__info-timer-cell:not(:first-child):nth-last-child(3) {
	width: 2rem;
    justify-content: flex-start;
}

.cart-box__info-timer-cell-val {
    font-weight: 700;
    font-size: 1.1rem;
    text-align: center;
    color: #ffffff;
}

@media (min-width: 768px) {
	.cart-box.cart-box--purple {
		padding: 1.7rem 2.4rem 2.4rem 8px;
		border: 1px solid rgba(255, 0, 92, 0.2);
	}
}

@media (min-width: 768px) {
	.cart-box.cart-box--purple .cart-box__info-price {
		position: relative;
		top: 4px;
	}
}

@media (max-width: 767.98px) {
	.cart-box.cart-box--purple .cart-box__info-group {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

@media (max-width: 575.98px) {
	.cart-box.cart-box--purple .cart-box__info-group {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 575.98px) {
	.cart-box.cart-box--purple .cart-box__info {
		padding-bottom: 4rem;
	}
}

@media (max-width: 479.98px) {
	.cart-box.cart-box--purple .cart-box__info {
		padding-bottom: 2.6rem;
		padding-top: 5px;
	}
}

.cart-box.cart-box--blue {
	padding: 8px 3.6rem 8px 8px;
	background: #f2fbff;
	border: 1px solid #d9f4ff;
}

@media (max-width: 767.98px) {
	.cart-box:not(.cart-box--blue) .cart-box__info-action {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 2.4rem 2.3rem;
	}
}

.jet-cart {
	border: 1px solid rgba(0, 102, 255, 0.5);
	border-radius: 1.6rem;
	width: 100%;
}

@media (max-width: 767.98px) {
	.jet-cart {
		border: none;
		border-radius: 0;
	}
}

@media (max-width: 479.98px) {
	.jet-cart {
		background-color: #f6f8f9;
		margin-left: -1.6rem;
		margin-right: -1.6rem;
		width: calc(100% + 3.2rem);
	}
}

.jet-cart__row {
	padding: 8px 1.6rem;
	height: 7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	position: relative;
}

@media (max-width: 767.98px) {
	.jet-cart__row {
		padding: 8px;
	}
}

@media (min-width: 768px) {
	.jet-cart__row .swiper-slide {
		width: 16rem !important;
		margin-right: 8px;
	}
}

.jet-cart__row:first-child .jet-cart__group {
	padding-left: 8px;
}

@media (max-width: 767.98px) {
	.jet-cart__row:first-child .jet-cart__group {
		padding-left: 0;
	}
}

.jet-cart__row:first-child .jet-cart__group:last-child {
	margin-left: auto;
	padding-left: 3.6rem;
}

@media (max-width: 767.98px) {
	.jet-cart__row:first-child .jet-cart__group:last-child {
		padding-left: 1.6rem;
	}
}

.jet-cart__row:nth-child(n + 2) {
	border-top: 1px solid rgba(0, 102, 255, 0.1);
}

@media (min-width: 768px) {
	.jet-cart__row:nth-child(n + 2) .swiper-slide {
		width: 13.6rem !important;
		margin-right: 8px;
	}
}

.jet-cart__row:nth-child(n + 2) .jet-cart__group:last-child {
	margin-left: 3.8rem;
}

@media (max-width: 767.98px) {
	.jet-cart__row:nth-child(n + 2) .jet-cart__group:last-child {
		margin-left: 1.6rem;
	}
}

.jet-cart__main {
	min-width: 0;
	position: relative;
	z-index: 6;
}

.jet-cart__main-slider {
	width: 100%;
	position: relative;
}

.jet-cart__main-slider .swiper-container {
	width: 100%;
}

.jet-cart__main-slider .swiper-button {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 4rem;
	height: 4rem;
	font-size: 4rem;
	color: #0066ff;
	margin: auto 0;
	z-index: 3;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

@media (max-width: 767.98px) {
	.jet-cart__main-slider .swiper-button {
		display: none;
	}
}

.jet-cart__main-slider .swiper-button:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 13.6rem;
	height: 5.6rem;
	pointer-events: none;
}

.jet-cart__main-slider .swiper-button:after {
	height: 5.6rem;
	width: 5.6rem;
	background-color: #fff;
	content: " ";
	position: absolute;
	top: -8px;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
}

.jet-cart__main-slider .swiper-button:not(:last-child) {
	margin-right: 1.8rem;
}

.jet-cart__main-slider .swiper-button-prev {
	left: -2rem;
}

.jet-cart__main-slider .swiper-button-prev:before {
	left: 40px;
	background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.jet-cart__main-slider .swiper-button-prev:after {
	left: -1.6rem;
}

.jet-cart__main-slider .swiper-button-next {
	right: -2rem;
}

.jet-cart__main-slider .swiper-button-next:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 40px;
	background: -webkit-gradient(linear, left top, right top, color-stop(10.37%, #ffffff), color-stop(99.98%, rgba(255, 255, 255, 0.01)), color-stop(144.76%, rgba(255, 255, 255, 0)));
	background: linear-gradient(90deg, #ffffff 10.37%, rgba(255, 255, 255, 0.01) 99.98%, rgba(255, 255, 255, 0) 144.76%);
}

.jet-cart__main-slider .swiper-button-next:after {
	right: -1.6rem;
}

.jet-cart__main-slider .swiper-button.swiper-button-disabled {
	opacity: 0;
}

.jet-cart__main-empty {
	display: none;
	color: #0066ff;
	width: 100%;
	text-align: center;
}

@media (max-width: 767.98px) {
	.jet-cart__main-empty {
		text-align: left;
	}
}

.empty .jet-cart__main-empty {
	display: block;
}

.jet-cart__main.empty {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.jet-cart__price {
	font-weight: 700;
	font-size: 2rem;
	line-height: 2em;
}

@media (max-width: 479.98px) {
	.jet-cart__price {
		font-size: 1.6rem;
	}
}

.jet-cart__price sup {
	top: -8.5px;
	font-size: 10px;
}

@media (max-width: 479.98px) {
	.jet-cart__price sup {
		font-size: 6px;
	}
}

.jet-cart__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 5;
}

.jet-cart__group:first-child {
	margin-right: 2.6rem;
}

@media (max-width: 767.98px) {
	.jet-cart__group:first-child {
		display: none;
	}
}

.jet-cart__group:last-child {
	margin-left: 3.6rem;
}

.jet-cart__group>.icon {
	font-size: 2.6rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 1.4rem;
	width: 2.4rem;
	height: 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jet-cart__group>.icon-cart {
	color: #0066ff;
}

.jet-cart__group>.icon-gift {
	color: #ff005c;
}

.jet-cart__group>p {
	max-width: 18.6rem;
}

@media (max-width: 479.98px) {
	.jet-cart__group>p {
		font-size: 1.2rem;
		max-width: 15.6rem;
	}
}

.jet-cart__group .button {
	margin-left: 1.1rem;
}

.jet-cart__product {
	height: 5.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	background: #0066ff;
	border-radius: 1.2rem;
	padding: 4px 5px;
}

.jet-cart__product:hover .jet-cart__product-overlay {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.jet-cart__product-txt {
	width: calc(100% - 5.1rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.jet-cart__product-txt>.icon {
	position: absolute;
	top: 9px;
	right: 9px;
	font-size: 9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: white;
}

.jet-cart__product-name {
	width: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	font-size: 1.2rem;
	color: white;
}

.jet-cart__product-price {
	font-weight: 700;
	font-size: 1.2rem;
	color: white;
}

.jet-cart__product-price sup {
	top: -6.5px;
	font-size: 6px;
}

.jet-cart__product-num {
	position: absolute;
	bottom: 3px;
	right: 3px;
	width: 1.9rem;
	height: 1.9rem;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.3em;
	text-align: center;
	color: #0066ff;
	z-index: 1;
	background-color: white;
}

.jet-cart__product-img {
	width: 4.8rem;
	height: 4.8rem;
	position: relative;
	margin-right: 3px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.jet-cart__product-img img {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.jet-cart__product-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0066ff;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 1.8rem;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.jet-cart__product-overlay-link {
	color: white;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.5em;
	color: #ffffff;
}

.jet-cart__product-overlay-link:hover {
	color: #ffffff;
}

.jet-cart__product-overlay .product-card__main-top-counter {
	width: 100%;
	padding: 0;
	margin-right: 0;
	border: none;
}

.jet-cart__product-overlay .product-card__main-top-counter-btn {
	width: 2rem;
	height: 2rem;
	color: #ffffff;
}

.jet-cart__product-overlay .product-card__main-top-counter-input {
	background: #0066ff;
	width: 5.1rem;
	color: white;
	font-size: 2.2rem;
}

.jet-cart__product-delete {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 1.9rem;
	height: 1.9rem;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #0066ff;
	background-color: white;
}

.jet-cart__product-delete .icon {
	font-size: 9px;
}

.jet-cart__product.jet-cart__product--green {
	background: #8ccc00;
}

.jet-cart__product.jet-cart__product--green .jet-cart__product-overlay {
	background: #8ccc00;
}

.fixed-mini-cart {
	position: fixed;
	right: 40px;
	top: 104px;
	background: #ff005c;
	-webkit-box-shadow: 8px 8px 16px rgba(255, 0, 92, 0.2);
	box-shadow: 8px 8px 16px rgba(255, 0, 92, 0.2);
	border-radius: 8px 24px 24px 24px;
	padding: 22.5px 6px;
	min-width: 72px;
	min-height: 72px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 21;
}

@media (max-width: 767.98px) {
	.fixed-mini-cart {
		right: 16px;
		min-width: 64px;
		min-height: 64px;
		padding: 20px 4px;
	}
}

@media (max-width: 479.98px) {
	.fixed-mini-cart {
		bottom: 16px;
		top: auto;
	}
}

.fixed-mini-cart .icon {
	font-size: 15px;
	color: white;
}

.fixed-mini-cart__num {
	font-weight: 500;
	font-size: 2.2rem;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #ffffff;
	margin-left: 4px;
}

@media (max-width: 479.98px) {
	.fixed-mini-cart__num {
		font-size: 1.6rem;
	}
}

@media (max-width: 767.98px) {

	.cart--step2 .cart__content-subttl h6,
	.cart--step2 .cart__content-subttl .h6,
	.cart--step2 .cart__content-subttl .h6 {
		font-size: 1.6rem;
	}
}

@media (max-width: 767.98px) {
	.cart--step2 .cart__content-subttl {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width: 767.98px) {
	.cart--step2 .cart__content-inner {
		padding-top: 3rem;
	}
}

.cart--step2 .cart__content-aside {
	padding-top: 3.5rem;
}

@media (max-width: 1199.98px) {
	.cart--step2 .cart__content-aside {
		max-width: 100%;
	}
}

@media (max-width: 575.98px) {
	.cart--step2 .cart__content-aside {
		padding-top: 0;
	}
}

.cart--step2 .cart__content-aside-box--methods {
	border: 1px solid rgba(148, 167, 181, 0.2);
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (max-width: 575.98px) {
	.cart--step2 .cart__content-aside-box--methods {
		display: none;
	}
}

.cart--step2 .cart__content-aside-box--methods .payment-method {
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cart--step2 .cart__content-aside-box--methods .payment-method .icon {
	fill: transparent;
	font-size: 24px;
	margin-right: 7px;
}

.cart--step2 .cart__content-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.cart-column-small {
	max-width: calc(30.4rem + 3.2rem);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-top: 0;
	flex: 0 0 100%;
	padding-left: 3.2rem;
}

.cart-column-big {
	flex: 0 0 100%;
	padding-right: 3.2rem;
	max-width: calc(100% - calc(30.4rem + 3.2rem));
	border-right: 1px solid #f7f7f7;
}

@media (max-width: 991.98px) {
	.cart--step2 .cart__content-ttl {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}


@media (max-width: 991.98px) {
	.cart-address-form {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.cart-address__form-fields textarea.form-control {
	min-height: auto;
}

.cart-address__used {
	margin-bottom: 4rem;
}

@media (max-width: 991.98px) {
	.cart-address__used {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.cart-address__used-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.2rem;
}

.cart-address__used-item {
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 2.4rem;
	padding: 0 1.2rem;
}

.cart-address__used-item.hidden {
	display: none;
}

.cart-address__used-list.active .cart-address__used-item.hidden {
	display: block;
}

.cart-address__used-item span {
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #333333;
	display: block;
	padding: 1.2rem 4rem 1.2rem 1.7rem;
	border-radius: 1rem;
	background: #f7f7f7;
	cursor: pointer;
	transition: all .2s ease;
	position: relative;
}

.cart-address__used-item:hover span {
	background: #f3f7ff;
	color: #06F;
}

.cart-address__used-item button {
	position: absolute;
	top: 1.6rem;
	right: 2.8rem;
	color: #94A7B5;
	font-size: .8rem;
	line-height: .8rem;
	transition: all .2s ease;
}

.cart-address__used-item:hover button {
	color: #06F;
}

.cart-address__button_all.mobile, .cart__content-subttl-link.mobile {
	display: none;
}

.cart-address__button_all button {
	color: #06f;
	font-size: 1.4rem;
	position: relative;
	padding-right: 2.4rem;
}

.cart-address__button_all button svg {
	width: 1.6rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .2s ease;	
}

.cart-address__button_all button.active svg {
	transform: translateY(-50%) rotate(180deg);	
}

.cart-address__methods-list {
	display: flex;
	gap: 2.4rem;
	flex-wrap: wrap;
}

.cart-address__methods-item {
	flex: 1 1 100%;
	width: 100%;	
}

.cart-address__methods-item-inner {
	border-radius: 1rem;
	padding: 1.6rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	min-height: auto;
	align-items: center;
	background: #f7f7f7;
}

.cart-address__methods-item input {
	display: none;
}

.cart-address__methods-item input:checked+.cart-address__methods-item-inner {
	background: #0066ff;
	color: #fff;
}

.cart-address__methods-item input:checked+.cart-address__methods-item-inner .cart-address__methods-item-circle {
	background-color: #0066ff;
}

.cart-address__methods-item-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.cart-address__methods-item-circle {
	border: 2px solid #d5dbe1;
	height: 2.4rem;
	width: 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	transition: all .2s ease;
}

.cart-address__methods-item-circle .icon {
	font-size: 8px;
	stroke-width: 2px;
	color: transparent;
	stroke: #d5dbe1;
	transition: all .2s ease;
}

.cart-address__methods-item-title {
	font-size: 1.4rem;
	line-height: normal;
	color: #333;
	transition: all .2s ease;
}

.cart-address__methods-item input:checked+.cart-address__methods-item-inner .cart-address__methods-item-title {
	color: #fff;
}

.cart-address__methods-item input:checked+.cart-address__methods-item-inner .cart-address__methods-item-circle {
	border: 2px solid #fff;
}

.cart--complete .cart__content-aside-box--methods {
	border: 1px solid rgba(148, 167, 181, 0.2);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.cart-address__methods-item input:checked+.cart-address__methods-item-inner .cart-address__methods-item-circle .icon {
	stroke: #fff;
}

.cart-address__methods-item-inner:hover .cart-address__methods-item-circle {
	border: 2px solid #06f;
}
.cart-address__methods-item-inner:hover .cart-address__methods-item-circle .icon {
	stroke: #06f;
}
.cart-address__methods-item-inner:hover .cart-address__methods-item-title {
	color: #06f;
}
@media (max-width: 575.98px) {
	.cart--complete .cart__content-aside-box--methods {
		display: none;
	}
}

.cart--complete .cart__content-aside-box--methods .payment-method {
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cart--complete .cart__content-aside-box--methods .payment-method .icon {
	fill: transparent;
	font-size: 24px;
	margin-right: 7px;
}

.cart--complete .cart__content-aside {
	padding-top: 3.5rem;
}

@media (max-width: 1199.98px) {
	.cart--complete .cart__content-aside {
		max-width: 100%;
	}
}

@media (max-width: 575.98px) {
	.cart--complete .cart__content-aside {
		padding-top: 0;
	}
}

.cart--complete .cart__content-aside {
	padding: 0;
}

.cart--complete .cart__content-aside-form button {
	display: none;
}

@media (max-width: 479.98px) {
	.cart--complete .cart__content-aside-form button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.cart--complete .cart__content-mobile-price {
	margin: auto;
}

.cart--complete .cart-complete__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20px;
}

.cart--complete .cart-complete__head h2,
.cart--complete .cart-complete__head .h2 {
	font-weight: 700;
	font-size: 3rem;
	line-height: 4rem;
	color: #333333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 575.98px) {

	.cart--complete .cart-complete__head h2,
	.cart--complete .cart-complete__head .h2 {
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
}

.cart--complete .cart-complete__head h2 span,
.cart--complete .cart-complete__head .h2 span {
	color: #0066ff;
	font-weight: 700;
	font-size: 3rem;
	line-height: 4rem;
}

@media (max-width: 575.98px) {

	.cart--complete .cart-complete__head h2 span,
	.cart--complete .cart-complete__head .h2 span {
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
}

.cart--complete .cart-complete__subtitle {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

.cart--complete .cart-complete__subtitle p {
	margin: 0;
}

.cart--complete .cart-complete__notify {
	margin: 33px 0;
	border: 1px solid #ff005c;
	border-radius: 18px;
	padding: 24px 32px;
}

@media (max-width: 575.98px) {
	.cart--complete .cart-complete__notify {
		padding: 20px 24px;
	}
}

.cart--complete .cart-complete__notify p {
	font-size: 14px;
	line-height: 24px;
	color: #ff005c;
}

.cart--complete .cart-complete__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	word-break: break-word;
}

.cart--complete .cart-complete__info p:last-of-type {
	margin: 0;
}

.cart--complete .cart-complete__amount {
	margin-bottom: 23px;
}

.cart--complete .cart-complete__amount p {
	font-size: 14px;
	margin: 0;
}

.cart--complete .cart-complete__amount p b {
	color: #0066ff;
}

.cart--complete .cart-complete__session-title {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

.cart--complete .cart-complete__session .cart-box__info-timer {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 10px;
}

@media (max-width: 575.98px) {
	.cart--complete .cart-complete__session .cart-box__info-timer {
		position: relative;
		bottom: auto;
		left: auto;
	}
}

.cart--complete .cart-complete__qr {
	margin-top: 30px;
}

@media (max-width: 767.98px) {
	.cart--complete .cart-complete__qr-head {
		max-width: 250px;
	}
}

.cart--complete .cart-complete__qr-head span {
	font-weight: 700;
	font-size: 20px;
	line-height: normal;
	color: #333333;
}

@media (max-width: 767.98px) {
	.cart--complete .cart-complete__qr-head span {
		font-size: 1.8rem;
	}
}

.cart--complete .cart-complete__qr-head span .accent {
	color: #0066ff;
}

.cart--complete .cart-complete__qr-img {
	width: 256px;
	height: 256px;
	margin: 10px 0 16px;
}

@media (max-width: 575.98px) {
	.cart--complete .cart-complete__qr-img {
		width: 33rem;
		height: 33rem;
	}
}

.cart--complete .cart-complete__qr-addr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cart--complete .cart-complete__qr-addr b {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

.cart--complete .cart-complete__qr-addr span {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #0066ff;
}

@media (max-width: 479.98px) {
	.cart--complete .cart-complete__validate {
		display: none;
	}
}

.cart--complete .cart-complete__validate-head {
	margin-bottom: 22px;
}

.cart--complete .cart-complete__validate-head b {
	font-size: 14px;
}

.cart--complete .cart-complete__code {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 479.98px) {
	.cart--complete .cart-complete__code {
		display: none;
	}
}

.cart--complete .cart-complete__code .form-group {
	margin: 0;
	margin-right: 16px;
	max-width: 416px;
	width: 100%;
}

.cart--complete .cart-complete__code .floating-label {
	-webkit-transform: translateX(-1.7rem) translateY(-1.3rem) translateZ(0) scale(0.62);
	transform: translateX(-1.7rem) translateY(-1.3rem) translateZ(0) scale(0.62);
}

.cart--complete .cart-complete__code .button {
	height: 7.2rem;
}

@media (max-width: 767.98px) {
	.cart--complete .cart-complete__code .button {
		height: 5.8rem;
	}
}

.cart--complete .cart-complete__code .button:disabled {
	background-color: rgba(0, 102, 255, 0.3);
}

.cart--complete .cart-complete__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 30px;
}

.cart--complete .cart-complete__links a {
	font-size: 14px;
}

.account {
	padding-top: 3rem;
}

@media (max-width: 1199.98px) {
	.account {
		padding-top: 5.5rem;
	}
}

.account__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 767.98px) {
	.account__title {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.account__title:not(:last-child) {
	margin-bottom: 6rem;
}

@media (max-width: 767.98px) {
	.account__title:not(:last-child) {
		margin-bottom: 4rem;
	}
}

.account__title h1,
.account__title .h1 {
	margin-bottom: 0;
	font-size: 3rem;
}

@media (max-width: 767.98px) {

	.account__title h1,
	.account__title .h1 {
		font-size: 2.4rem;
	}
}

@media (max-width: 479.98px) {

	.account__title h1,
	.account__title .h1 {
		font-size: 1.8rem;
	}
}

.account__title h1:not(:last-child),
.account__title .h1:not(:last-child) {
	margin-bottom: 0;
	margin-right: 3rem;
}

.account__title h1 strong,
.account__title .h1 strong {
	color: #0066ff;
	margin-left: 6px;
}

.account__title>a {
	font-size: 1.6rem;
	margin-top: 1.2rem;
}

@media (max-width: 575.98px) {
	.account__title>a {
		font-size: 1.4rem;
		margin-top: 6px;
	}
}

.account__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 1199.98px) {
	.account__main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0 8px;
	}
}

.account__main-nav {
	width: 30.4rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 1399.98px) {
	.account__main-nav {
		width: 20.4rem;
	}
}

@media (max-width: 1199.98px) {
	.account__main-nav {
		position: fixed;
		top: 5.6rem;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 19;
	}
}

.account__main-nav-button {
	display: none;
}

@media (max-width: 1199.98px) {
	.account__main-nav-button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 5.6rem;
		background-color: #0066ff;
		padding: 0 2.5rem 0 1.2rem;
		width: 100%;
	}
}

.account__main-nav-button-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.account__main-nav-button-user .icon {
	font-size: 4.2rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 1.1rem;
	flex-shrink: 0;
}

.account__main-nav-button-user span {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1em;
	color: #ffffff;
}

.account__main-nav-button>.icon {
	font-size: 1.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #ffffff;
}

.account__main-nav-content {
	position: -webkit-sticky;
	position: sticky;
	top: 1rem;
}

@media (min-width: 1200px) {
	.account__main-nav-content {
		display: block !important;
	}
}

@media (max-width: 1199.98px) {
	.account__main-nav-content {
		display: none;
		position: fixed;
		top: 11.2rem;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: #0066ff;
		padding: 0;
		z-index: 50;
	}
}

@media (max-width: 1199.98px) {
	.account__main-nav-content-inner {
		height: calc(100vh - 11.2rem);
		overflow-y: auto;
		padding-bottom: 2.6rem;
	}
}

@media (min-width: 1200px) {
	.account__main-nav-content-inner-boxes {
		display: none;
	}
}

.account__main-nav-content-inner-boxes:not(:last-child) {
	margin-bottom: 2.4rem;
}

.account__main-nav-content-inner-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 1200px) {
	.account__main-nav-content-inner-bottom {
		display: none;
	}
}

.account__main-nav-content-inner-bottom .button {
	width: 100%;
	max-width: 31.2rem;
	margin: 0 auto;
}

.account__main-nav-content-inner-bottom .button:not(:last-child) {
	margin-bottom: 2.6rem;
}

.account__main-nav-content-inner-bottom .button span {
	color: white;
}

.account__main-nav-content-inner-bottom>.link {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1em;
	color: #ffffff;
}

.account__main-nav-content .filters {
	position: relative;
	top: 0;
}

@media (max-width: 1199.98px) {
	.account__main-nav-content .filters {
		margin-bottom: 2.4rem;
	}
}

@media (max-width: 1199.98px) {
	.account__main-nav-content .filters__chapter .filter-item--active {
		display: none;
	}
}

.account__main-nav-content .filters__chapter:not(:last-child) {
	margin-bottom: 2.4rem;
}

.account__main-nav-content .filter-item__value {
	padding: 1rem 2.4rem;
}

.account__main-nav-content .account__main-box {
	background: #ffffff;
	border-radius: 1.8rem;
	width: calc(100% - 4.8rem);
	margin: 0 auto;
}

.account__main-nav-content .account__main-box:not(:last-child) {
	margin-bottom: 1.6rem;
}

.account__main-nav-content .account__main-box:not(:first-child) .account__main-between:not(:last-child) {
	border-bottom: 1px solid rgba(148, 167, 181, 0.2);
}

.account__main-inner {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 3.2rem;
}

@media (max-width: 1199.98px) {
	.account__main-inner {
		width: 100%;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (max-width: 1199.98px) {
	.account__main-inner>.account__main-box:nth-child(1) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media (max-width: 1199.98px) {
	.account__main-inner>.account__main-box:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.account__main-inner.account__main-inner--centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.account__main-inner:last-child {
	margin-right: 0;
}

.account__main-inner .contact__content-form {
	margin-top: 0;
	width: 100%;
}

.account__main-inner .contact__content-form .select2-container .select2-selection--single .select2-selection__rendered {
	color: #0066ff;
	font-weight: 500;
}

@media (min-width: 768px) {
	.account__main-inner .contact__content-form .select2-container .select2-selection--single .select2-selection__rendered {
		font-size: 1.8rem;
	}
}

@media (max-width: 767.98px) {
	.account__main-inner .contact__content-form .select2-container .select2-selection--single .select2-selection__rendered {
		font-size: 1.4rem;
	}
}

@media (min-width: 768px) {
	.account__main-inner .contact__content-form .select_two_floating_label.selected {
		-webkit-transform: translateX(-1.1rem) translateY(-1.3rem) translateZ(0) scale(0.62);
		transform: translateX(-1.1rem) translateY(-1.3rem) translateZ(0) scale(0.62);
	}
}

@media (max-width: 767.98px) {
	.account__main-inner .contact__content-form .select_two_floating_label.selected {
		-webkit-transform: translateX(-1.5rem) translateY(-1.1rem) translateZ(0) scale(0.6);
		transform: translateX(-1.5rem) translateY(-1.1rem) translateZ(0) scale(0.6);
	}
}

@media (max-width: 767.98px) {
	.account__main-inner .contact__content-form .select_two_floating_label {
		left: 1.1rem;
		height: 2.4rem;
		top: -2px;
	}
}

.account__main-inner .contact__content-form .form-control {
	font-weight: 500;
}

@media (min-width: 768px) {
	.account__main-inner .contact__content-form .form-control {
		font-size: 1.8rem;
	}
}

@media (max-width: 767.98px) {
	.account__main-inner .contact__content-form .form-control {
		font-size: 1.4rem;
		padding: 2rem 2rem 8px 1.4rem;
	}
}

.account__main-inner .contact__content-form .form-group--textarea-small {
	min-height: 7.2rem;
	max-height: 7.2rem;
}

@media (max-width: 767.98px) {
	.account__main-inner .contact__content-form .form-group--textarea-small {
		min-height: 8.5rem;
		max-height: 8.5rem;
		border-bottom: 1px solid rgba(148, 167, 181, 0.2);
	}
}

.account__main-inner .contact__content-form .form-group--textarea-small textarea.form-control {
	min-height: 7.2rem;
	max-height: 7.2rem;
	padding: 3.6rem 2.4rem 0rem 2.1rem;
}

@media (max-width: 767.98px) {
	.account__main-inner .contact__content-form .form-group--textarea-small textarea.form-control {
		padding: 3.2rem 3.4rem 8px 1.4rem;
		min-height: 8.5rem;
		max-height: 8.5rem;
	}
}

.account__main-inner .contact__content-form .form-group--textarea-small textarea.edited~.floating-label {
	-webkit-transform: translateX(-1.6rem) translateY(-1.5rem) translateZ(0) scale(0.62) !important;
	transform: translateX(-1.6rem) translateY(-1.5rem) translateZ(0) scale(0.62) !important;
}

@media (max-width: 767.98px) {
	.account__main-inner .contact__content-form .form-group--textarea-small textarea.edited~.floating-label {
		-webkit-transform: translateX(-2.1rem) translateY(-2.5rem) translateZ(0) scale(0.6) !important;
		transform: translateX(-2.1rem) translateY(-2.5rem) translateZ(0) scale(0.6) !important;
	}
}

@media (max-width: 767.98px) {
	.account__main-inner .contact__content-form .form-group--floating input.edited~.floating-label {
		-webkit-transform: translateX(-2.2rem) translateY(-1.4rem) translateZ(0) scale(0.6);
		transform: translateX(-2.2rem) translateY(-1.4rem) translateZ(0) scale(0.6);
	}
}

.account__main-inner .contact__content-form .form-group--floating textarea.edited~.floating-label {
	-webkit-transform: translateX(-1.1rem) translateY(-1rem) translateZ(0) scale(0.62);
	transform: translateX(-1.1rem) translateY(-1rem) translateZ(0) scale(0.62);
}

@media (max-width: 767.98px) {
	.account__main-inner .contact__content-form .form-group--floating textarea.edited~.floating-label {
		-webkit-transform: translateX(-1.6rem) translateY(-0.75rem) translateZ(0) scale(0.6);
		transform: translateX(-1.6rem) translateY(-0.75rem) translateZ(0) scale(0.6);
	}
}

.account__main-inner .contact__content-form textarea.form-control {
	min-height: 13.6rem;
	padding: 3.6rem 2.8rem 1rem 2.2rem;
}

@media (min-width: 576px) {
	.account__main-inner .contact__content-form textarea.form-control {
		font-size: 1.8rem;
	}
}

@media (max-width: 767.98px) {
	.account__main-inner .contact__content-form textarea.form-control {
		font-size: 1.4rem;
		font-weight: 500;
		min-height: 23rem;
		padding: 3.2rem 2rem 8px 1.4rem;
	}
}

.account__main-inner .contact__content-form .button {
	margin-top: 2.5rem;
	padding: 8px 3.4rem;
	border-radius: 1.2rem;
}

@media (max-width: 767.98px) {
	.account__main-inner .contact__content-form .button {
		margin-top: 4px;
		min-height: 5.6rem;
	}
}

@media (max-width: 767.98px) {
	.account__main-inner .contact__content-form .select2-container--default .select2-selection--single {
		height: 64px;
	}
}

@media (max-width: 767.98px) {
	.account__main-inner .contact__content-form .select2-container {
		height: 64px;
	}
}

@media (max-width: 767.98px) {
	.account__main-inner .contact__content-form .select2-container .select2-selection--single .select2-selection__rendered {
		height: 64px;
	}
}

@media (max-width: 767.98px) {
	.account__main-inner .contact__content-form .select2-container .select2-selection--single .select2-selection__rendered {
		padding: 2rem 2rem 8px 1.4rem;
	}
}

.account__main-aside {
	width: 30.4rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.account__main-aside-statistic {
	padding: 1.5rem 1.6rem 2.1rem 2.3rem;
}

.account__main-aside-statistic:not(:last-child) {
	border-bottom: 1px solid rgba(148, 167, 181, 0.2);
}

.account__main-aside-statistic-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.account__main-aside-statistic-top:not(:last-child) {
	margin-bottom: 3rem;
}

.account__main-aside-statistic-top .icon {
	font-size: 2.4rem;
	color: #0066ff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.account__main-aside-statistic-ttl {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.33em;
}

.account__main-aside-statistic-ttl:not(:last-child) {
	margin-bottom: 1.1rem;
}

.account__main-aside-statistic .account__main-level {
	padding: 0;
}

.account__main-aside-statistic .account__main-level:not(:last-child) {
	border-bottom: none;
	margin-bottom: 2.6rem;
}

.account__main-aside-statistic .account__main-level-row {
	height: 1.6rem;
}

.account__main-aside-statistic .account__main-level-row-inner {
	background: #51eef8;
}

.account__main-aside-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.account__main-aside-group-col {
	width: calc(50% - 1.2rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.account__main-aside-group-num {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.33em;
	margin-bottom: 1.3rem;
}

.account__main-aside-group p {
	font-size: 1.2rem;
	line-height: 1.33em;
	color: #94a7b5;
	max-width: 10.5rem;
}

@media (max-width: 1199.98px) {
	.account__main-aside .account__main-box {
		display: none;
	}
}

.account__main-aside>.button {
	margin-top: 7px;
}

@media (max-width: 1199.98px) {
	.account__main-aside>.button {
		display: none;
	}
}

.account__main-aside>.button>span {
	font-size: 1.4rem;
}

.account__main-box {
	width: 100%;
	border: 1px solid rgba(148, 167, 181, 0.2);
	border-radius: 1.8rem;
}

.account__main-box:not(:last-child) {
	margin-bottom: 2.6rem;
}

@media (max-width: 1199.98px) {
	.account__main-box:not(:last-child) {
		margin-bottom: 1.6rem;
	}
}

.account__main-between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.4rem 1.6rem 1.8rem 2.4rem;
}

@media (max-width: 1199.98px) {
	.account__main-between {
		padding: 1.6rem 1.6rem 1.7rem 1.3rem;
	}
}

.account__main-between:not(:last-child) {
	border-bottom: 1px solid rgba(148, 167, 181, 0.2);
}

@media (max-width: 1199.98px) {
	.account__main-between:not(:last-child) {
		border-bottom: none;
	}
}

.account__main-between .icon-question {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 2.4rem;
	color: #0066ff;
}

@media (max-width: 1199.98px) {
	.account__main-between .icon-question {
		display: none;
	}
}

.account__main-level {
	padding: 2.8rem 2.4rem 2.1rem 2.4rem;
}

@media (max-width: 1199.98px) {
	.account__main-level {
		padding: 0 1.6rem 2rem;
		margin-top: -9px;
	}
}

.account__main-level:not(:last-child) {
	border-bottom: 1px solid rgba(148, 167, 181, 0.2);
}

.account__main-level-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.account__main-level-top:not(:last-child) {
	margin-bottom: 1.1rem;
}

.account__main-level-ttl {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.33em;
}

.account__main-level-ttl:not(:last-child) {
	margin-right: 1.5rem;
}

.account__main-level-discount {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.33em;
	color: #0066ff;
}

.account__main-level-discount:not(:last-child) {
	margin-right: 2.7rem;
}

.account__main-level-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative;
	background-color: #f4f6f8;
	border-radius: 1.2rem;
	overflow: hidden;
	height: 4rem;
}

.account__main-level-row:not(:last-child) {
	margin-bottom: 2.8rem;
}

@media (max-width: 1199.98px) {
	.account__main-level-row:not(:last-child) {
		margin-bottom: 2.2rem;
	}
}

.account__main-level-row-inner {
	background-color: #ace432;
}

.account__main-level-row-price {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 1.33em;
}

.account__main-level-row-price sup {
	top: -3.5px;
	font-size: 7px;
}

.account__main-level-row-price:first-child {
	left: 1.6rem;
	color: white;
}

.account__main-level-row-price:last-child {
	right: 1.6rem;
	color: #94a7b5;
}

.account__main-level-row.level-row--max .account__main-level-row-price:last-child {
	color: white;
}

.account__main-level-row.level-row--min .account__main-level-row-price:first-child {
	color: #94a7b5;
}

.account__main-level-sub {
	display: block;
	line-height: 1.14em;
	color: #94a7b5;
}

@media (max-width: 1199.98px) {
	.account__main-level-sub {
		font-size: 1.2rem;
	}
}

.account__main-track {
	padding: 1.1rem 1.2rem 1.2rem 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 1199.98px) {
	.account__main-track {
		padding: 8px 5px 7px 1.4rem;
	}
}

.account__main-track:not(:last-child) {
	border-bottom: 1px solid rgba(148, 167, 181, 0.2);
}

@media (max-width: 1199.98px) {
	.account__main-track:not(:first-child) {
		border-top: 1px solid rgba(148, 167, 181, 0.2);
	}
}

@media (max-width: 1199.98px) {
	.account__main-track>.button {
		min-height: 4rem;
		min-height: 4rem;
		padding: 8px 2.1rem;
	}
}

@media (max-width: 1199.98px) {
	.account__main-favor {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
		padding-top: 8px;
	}
}

.account__main-favor h5,
.account__main-favor .h5 {
	font-size: 1.4rem;
	line-height: 1.14em;
}

@media (max-width: 1199.98px) {

	.account__main-favor h5,
	.account__main-favor .h5 {
		font-size: 1.8rem;
	}
}

.account__main-favor h5:not(:last-child),
.account__main-favor .h5:not(:last-child) {
	margin-bottom: 2.9rem;
}

@media (max-width: 1199.98px) {

	.account__main-favor h5:not(:last-child),
	.account__main-favor .h5:not(:last-child) {
		margin-bottom: 2rem;
	}
}

.account__main-favor-grid {
	margin-left: -1.6rem;
	margin-right: -1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 767.98px) {
	.account__main-favor-grid {
		margin-left: -1.2rem;
		margin-right: -1.2rem;
	}
}

.account__main-favor-col {
	width: 33.33333%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 1.6rem;
	margin-bottom: 2.4rem;
}

@media (max-width: 1199.98px) {
	.account__main-favor-col {
		width: 20%;
	}
}

@media (max-width: 767.98px) {
	.account__main-favor-col {
		width: 50%;
		padding: 0 1.2rem;
	}
}

.account__main-favor-col .product {
	border: 1px solid #ebebeb;
	padding: 1.5rem 1.5rem 1.4rem;
}

@media (max-width: 1199.98px) {
	.account__main-favor-col .product {
		border-radius: 1.8rem;
	}
}

.account__main-favor-col .product .product__about-price-val {
	color: #333333;
}

@media (max-width: 1199.98px) {
	.account__main-favor>a:last-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-radius: 1.2rem;
		font-weight: 500;
		line-height: 2.4rem;
		padding: 1.2rem 2.1rem;
		color: inherit;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		letter-spacing: 0.7px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		font-size: 1.4rem;
		min-height: 5.6rem;
		background-color: #0066ff;
		color: white;
		max-width: 32.8rem;
		margin: 0 auto;
	}
}

.account__main-favor-mobile {
	display: none;
}

@media (max-width: 1199.98px) {
	.account__main-favor-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: calc(100% + 1.6rem);
		margin: 0 -8px 4rem;
	}
}

@media (max-width: 1199.98px) {
	.account__main-favor-mobile .button {
		width: 100%;
		max-width: 32.8rem;
	}
}

.account__main-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 8px;
	padding-top: 3px;
}

.account__main-user:not(:last-child) {
	margin-bottom: 2.4rem;
}

.account__main-user .icon {
	font-size: 9.3rem;
	margin-right: 2.3rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 1199.98px) {
	.account__main-user-info {
		padding-top: 8px;
	}
}

.account__main-user-info>span {
	font-size: 1.6rem;
	line-height: 1.25em;
	color: #333333;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

@media (max-width: 1199.98px) {
	.account__main-user-info>span {
		font-size: 1.8rem;
		font-weight: 500;
		margin-bottom: 1.6rem;
		display: block;
	}
}

.account__main-user-info-mobile {
	display: none;
}

@media (max-width: 1199.98px) {
	.account__main-user-info-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.account__main-user-info-mobile span {
	line-height: 1.43em;
	color: #94a7b5;
}

.account__main-subttl {
	line-height: 1.14em;
	color: #0066ff;
}

.account__main-price {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.33em;
}

@media (max-width: 479.98px) {
	.account__main-price {
		font-size: 1.6rem;
	}
}

.account__main-price sup {
	top: -8.5px;
	font-size: 10px;
}

@media (max-width: 479.98px) {
	.account__main-price sup {
		font-size: 6px;
	}
}

.account__main-orders {
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.account__main-orders-empty {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

@media (max-width: 1199.98px) {
	.account__main-orders-empty {
		padding: 20rem 0 10rem;
	}
}

.account__main-orders-empty>span {
	margin-bottom: 1.6rem;
}

.account__main-orders-empty .icon {
	font-size: 7.2rem;
}

.account__main-orders-empty .button {
	min-width: 15.2rem;
}

@media (max-width: 479.98px) {
	.account__main-orders-empty .button {
		position: fixed;
		bottom: 1.8rem;
		left: 1.6rem;
		right: 1.6rem;
		width: calc(100% - 3.2rem);
	}
}

.account__main-orders-item {
	background: #ffffff;
	border: 1px solid rgba(148, 167, 181, 0.2);
	border-radius: 1.8rem;
	overflow: hidden;
}

@media (max-width: 575.98px) {
	.account__main-orders-item {
		position: relative;
	}
}

.account__main-orders-item:not(:last-child) {
	margin-bottom: 2.4rem;
}

.account__main-orders-item-top {
	padding: 1.1rem 1rem 1.2rem 2.3rem;
	background-color: rgba(177, 194, 206, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.account__main-orders-item-top--white {
	background-color: #fff;
}

.account__main-orders-item-top .button--small--bordered {
	border: 1px solid #0066ff;
	background-color: transparent;
	color: #0066ff;
}

.account__main-orders-item-top .button--small--bordered span {
	color: inherit;
}

.account__main-orders-item-date {
	color: #94a7b5;
	line-height: 8px;
}

@media (min-width: 576px) {
	.account__main-orders-item-date {
		display: none;
	}
}

.account__main-orders-item-status {
	background: rgba(0, 102, 255, 0.06);
	min-height: 7.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 11px 11px 11px 24px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.account__main-orders-item-status--not-paid .circle {
	background: #ff005c;
}

.account__main-orders-item-status--paid .circle {
	background: #ffb800;
}

.account__main-orders-item-status--fulfilled .circle {
	background: #c3f851;
}

.account__main-orders-item-status--completed .circle {
	background: #0066ff;
}

.account__main-orders-item-status-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #333333;
}

@media (max-width: 767.98px) {
	.account__main-orders-item-status-left {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.account__main-orders-item-status-left .circle {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin-right: 6px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 767.98px) {
	.account__main-orders-item-status-left .circle {
		margin-top: 2px;
	}
}

.account__main-orders-item-status-left .text {
	line-height: 16px;
}

.account__main-orders-item-status-left .desc {
	margin-left: 3px;
}

.account__main-orders-item-status-right {
	margin-left: 30px;
}

.account__main-orders-item-status-right .button span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.account__main-orders-item-status-right .button span:not(:first-child) {
	margin-left: 3px;
}

@media (max-width: 767.98px) {
	.account__main-orders-item-status-right .button span:not(:first-child) {
		display: none;
	}
}

.account__main-orders-item-status-right .link {
	font-weight: 400;
}

@media (max-width: 767.98px) {
	.account__main-orders-item-status-right .link {
		display: none;
	}
}

.account__main-orders-item-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 575.98px) {
	.account__main-orders-item-nav {
		position: absolute;
		bottom: 1.9rem;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: calc(100% - 1.6rem);
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.account__main-orders-item-nav .link {
	font-weight: 400;
}

@media (max-width: 575.98px) {
	.account__main-orders-item-nav .button {
		width: 100%;
		min-height: 5.6rem;
	}
}

.account__main-orders-item-nav>.link:not(:last-child),
.account__main-orders-item-nav>.button:not(:last-child) {
	margin-right: 3.2rem;
}

@media (max-width: 575.98px) {

	.account__main-orders-item-nav>.link:not(:last-child),
	.account__main-orders-item-nav>.button:not(:last-child) {
		margin-right: 0;
		margin-top: 1.6rem;
	}
}

.account__main-orders-item-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 2.5rem 2.4rem;
}

@media (max-width: 575.98px) {
	.account__main-orders-item-row {
		padding: 1.1rem 2.2rem 0.9rem;
	}
}

.account__main-orders-item-row.account__main-orders-item-row--total {
	background-color: rgba(177, 194, 206, 0.1);
}

@media (max-width: 575.98px) {
	.account__main-orders-item-row.account__main-orders-item-row--total .account__main-orders-item-price-large {
		color: #333333;
		font-size: 1.8rem;
	}
}

.account__main-orders-item-row.account__main-orders-item-row--prod {
	padding: 8px 3.2rem 8px 1.6rem;
}

@media (max-width: 575.98px) {
	.account__main-orders-item-row.account__main-orders-item-row--prod {
		padding: 8px 1.6rem 1.2rem 8px;
	}
}

@media (max-width: 479.98px) {
	.account__main-orders-item-row.account__main-orders-item-row--prod .account__main-orders-item-price-val sup {
		top: -4.5px;
		font-size: 8px;
	}
}

@media (max-width: 479.98px) {
	.account__main-orders-item-row.account__main-orders-item-row--prod .account__main-orders-item-price-large {
		font-weight: 400;
		font-size: 1.2rem;
		color: #333333;
	}

	.account__main-orders-item-row.account__main-orders-item-row--prod .account__main-orders-item-price-large sup {
		top: -4.5px;
		font-size: 8px;
	}
}

@media (max-width: 575.98px) {
	.account__main-orders-item-row>span {
		font-size: 1.2rem;
	}
}

.account__main-orders-item-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 8px 3.2rem 8px 1.6rem;
}

.account__main-orders-item-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 36.5rem;
}

.account__main-orders-item-line:not(:last-child) {
	margin-bottom: 3px;
}

.account__main-orders-item-line .account__main-orders-item-copy .icon {
	font-size: 1.6rem;
	margin-left: 6px;
}

.account__main-orders-item-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.account__main-orders-item-product-img {
	width: 8rem;
	height: 8rem;
	position: relative;
	margin-right: 1.6rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 575.98px) {
	.account__main-orders-item-product-img {
		width: 5.6rem;
		height: 5.6rem;
		margin-right: 8px;
	}
}

.account__main-orders-item-product-img img {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.account__main-orders-item-product-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.account__main-orders-item-product-name {
	color: #0066ff;
	line-height: 1.71em;
}

.account__main-orders-item-product-txt {
	line-height: 1.71em;
}

@media (max-width: 575.98px) {
	.account__main-orders-item-product-txt span {
		display: block;
	}
}

.account__main-orders-item-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.account__main-orders-item-price-val {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1em;
	white-space: nowrap;
	color: #94a7b5;
}

.account__main-orders-item-price-val:not(:last-child) {
	margin-bottom: 1.1rem;
}

.account__main-orders-item-price-val sup {
	top: -4.5px;
	font-size: 6px;
}

.account__main-orders-item-price-large {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1em;
	white-space: nowrap;
	color: #94a7b5;
}

.account__main-orders-item-price-large sup {
	top: -6px;
	font-size: 8px;
}

.account__main-orders-item-list .account__main-orders-item-row {
	border-bottom: 1px solid rgba(177, 194, 206, 0.1);
}

.account__main-orders-item-list .account__main-orders-item-col {
	border-bottom: 1px solid rgba(177, 194, 206, 0.1);
}

@media (min-width: 576px) {
	.account__main-orders-item-list-content {
		display: block !important;
	}
}

@media (max-width: 575.98px) {
	.account__main-orders-item-list-content {
		display: none;
	}
}

.account__main-orders-item-list-mobile-btn {
	height: 7.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 2.4rem;
	color: #0066ff;
	width: 100%;
}

@media (min-width: 576px) {
	.account__main-orders-item-list-mobile-btn {
		display: none;
	}
}

.account__main-orders-item-list-mobile-btn .icon {
	font-size: 1.2rem;
}

.account__main-orders-item-desc {
	color: #94a7b5;
}

@media (max-width: 575.98px) {
	.account__main-orders-item-desc {
		font-size: 1.2rem;
	}
}

.account__main-orders-item>.account__main-orders-item-row:not(:last-child) {
	border-bottom: 1px solid rgba(177, 194, 206, 0.1);
}

@media (max-width: 575.98px) {
	.account__main-orders-item>.account__main-orders-item-row:last-child {
		padding-bottom: 12.5rem;
	}
}

.account__main-orders-item>.account__main-orders-item-col {
	padding: 2.5rem 2.4rem;
}

.account__main-orders-item>.account__main-orders-item-col:not(:last-child) {
	border-bottom: 1px solid rgba(177, 194, 206, 0.1);
}

@media (max-width: 575.98px) {
	.account__main-orders-item>.account__main-orders-item-col:last-child {
		padding-bottom: 12.5rem;
	}
}

.account__main-orders-item-copy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.account__main-orders-item-copy:hover span,
.account__main-orders-item-copy:hover .icon {
	color: #0089ed;
}

.account__main-orders-item-copy span {
	color: #0066ff;
}

@media (max-width: 575.98px) {
	.account__main-orders-item-copy span {
		display: none;
	}
}

.account__main-orders-item-copy .icon {
	color: #0066ff;
	font-size: 2rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 1.5rem;
}

@media (max-width: 575.98px) {
	.account__main-orders-item-copy .icon {
		font-size: 2.5rem;
	}
}

@media (max-width: 575.98px) {
	.account__main-orders-item-num {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		line-height: 1.1em;
	}
}

.account__main-favorites {
	width: 100%;
}

@media (max-width: 479.98px) {
	.account__main-favorites {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.account__main-favorites-col {
	width: 100%;
}

@media (max-width: 479.98px) {
	.account__main-favorites-col {
		width: calc(50% - 1.2rem);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.account__main-favorites-col:not(:last-child) {
	margin-bottom: 1.6rem;
}

.account__main-favorites-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid rgba(148, 167, 181, 0.2);
	border-radius: 1.8rem;
	padding: 8px 2.4rem 8px 8px;
}

@media (max-width: 479.98px) {
	.account__main-favorites-item {
		width: 100%;
		padding: 8px;
		border: 1px solid rgba(148, 167, 181, 0.15);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.account__main-favorites-item-base {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.account__main-favorites-item-img {
	width: 9.6rem;
	height: 9.6rem;
	position: relative;
	margin-right: 1.6rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 575.98px) {
	.account__main-favorites-item-img {
		width: 5.6rem;
		height: 5.6rem;
		margin-right: 8px;
	}
}

@media (max-width: 575.98px) {
	.account__main-favorites-item-img {
		width: 12.8rem;
		height: 12.8rem;
		margin-right: 0;
	}
}

.account__main-favorites-item-img img {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.account__main-favorites-item-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 479.98px) {
	.account__main-favorites-item-info {
		width: 100%;
	}
}

.account__main-favorites-item-name {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.33em;
	color: #333333;
	margin-bottom: 2px;
}

@media (max-width: 575.98px) {
	.account__main-favorites-item-name {
		font-size: 1.2rem;
	}
}

.account__main-favorites-item-name:hover {
	color: #0066ff;
}

.account__main-favorites-item-txt {
	color: #94a7b5;
}

@media (max-width: 575.98px) {
	.account__main-favorites-item-txt {
		font-size: 1.2rem;
		color: #94a7b5;
	}
}

@media (max-width: 575.98px) {
	.account__main-favorites-item-txt span {
		display: block;
		font-size: 1.2rem;
	}
}

.account__main-favorites-item-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.account__main-favorites-item-action .link {
	margin-right: 2.3rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: 400;
}

.account__main-favorites-item-action .link:hover {
	color: #0089ed;
}

.account__main-favorites-item-action .button .icon {
	color: white;
	font-size: 1.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 6px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.account__main-earned {
	width: 100%;
}

.account__main-earned-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 991.98px) {
	.account__main-earned-top {
		display: none;
	}
}

.account__main-earned-top:not(:last-child) {
	margin-bottom: 3.2rem;
}

.account__main-earned-top-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.account__main-earned-top .button:not(:last-child) {
	margin-right: 2.4rem;
}

.account__main-earned-top .button>span {
	font-size: 1.4rem;
}

.account__main-earned-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 991.98px) {
	.account__main-earned-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.account__main-earned-row:not(:last-child) {
	margin-bottom: 3.2rem;
}

@media (max-width: 479.98px) {
	.account__main-earned-row:not(:last-child) {
		margin-bottom: 3.1rem;
	}
}

.account__main-earned-level {
	border: 1px solid rgba(148, 167, 181, 0.15);
	border-radius: 1.8rem;
	padding: 1.5rem 2.3rem;
	width: 30.4rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 3.2rem;
}

@media (max-width: 991.98px) {
	.account__main-earned-level {
		width: 100%;
		margin-right: 0;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-bottom: 2.7rem;
	}
}

@media (max-width: 479.98px) {
	.account__main-earned-level {
		padding: 1.5rem 2.3rem 1.6rem;
	}
}

.account__main-earned-level .account__main-level {
	padding: 0;
}

.account__main-earned-level .account__main-level:not(:last-child) {
	border-bottom: none;
	margin-bottom: 2.6rem;
}

@media (max-width: 479.98px) {
	.account__main-earned-level .account__main-level:not(:last-child) {
		margin-bottom: 1.9rem;
	}
}

.account__main-earned-level .account__main-level-row {
	height: 1.6rem;
}

.account__main-earned-level .account__main-level-row-inner {
	background: #51eef8;
}

.account__main-earned-level .account__main-aside-group p {
	line-height: 1.67em;
}

@media (max-width: 479.98px) {
	.account__main-earned-level .account__main-aside-group p {
		line-height: 1.35em;
		max-width: 11rem;
	}
}

.account__main-earned-level .account__main-aside-group-num {
	margin-bottom: 1.1rem;
}

.account__main-earned-level .account__main-aside-statistic-top .icon {
	position: relative;
	left: 8px;
}

@media (max-width: 479.98px) {
	.account__main-earned-level .account__main-aside-statistic-top:not(:last-child) {
		margin-bottom: 3.9rem;
	}
}

.account__main-earned-money {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border: 1px solid rgba(148, 167, 181, 0.15);
	border-radius: 1.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 991.98px) {
	.account__main-earned-money {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 1.8rem;
	}
}

.account__main-earned-money-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.2rem 1.2rem 1.2rem 2.4rem;
	border-bottom: 1px solid rgba(148, 167, 181, 0.15);
}

@media (max-width: 479.98px) {
	.account__main-earned-money-top {
		padding: 1.4rem 1.5rem 1.6rem 2.2rem;
	}
}

.account__main-earned-money-top-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 991.98px) {
	.account__main-earned-money-top-group {
		display: none;
	}
}

.account__main-earned-money-top-question {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 4px;
}

.account__main-earned-money-top-question .icon {
	font-size: 2.4rem;
	color: #0066ff;
	margin-right: 9px;
}

.account__main-earned-money-top-question span {
	font-size: 1.2rem;
	line-height: 1.5em;
	color: #0066ff;
	max-width: 18rem;
}

.account__main-earned-money-top .button {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.account__main-earned-money-about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.account__main-earned-money-box {
	width: 33.333333%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 1.2rem;
	min-height: 9.5rem;
}

@media (max-width: 479.98px) {
	.account__main-earned-money-box {
		padding-bottom: 2px;
	}
}

.account__main-earned-money-box:not(:last-child) {
	border-right: 1px solid rgba(148, 167, 181, 0.15);
}

.account__main-earned-money-box:last-child .account__main-earned-money-price {
	color: #0066ff;
}

.account__main-earned-money-ttl {
	display: block;
	margin-bottom: 1px;
}

@media (max-width: 479.98px) {
	.account__main-earned-money-ttl {
		font-size: 1.2rem;
	}
}

.account__main-earned-money-price {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.33em;
}

.account__main-earned-money-price sup {
	top: -8.5px;
	font-size: 10px;
}

.account__main-earned-chart {
	width: 100%;
	position: relative;
}

.account__main-earned-chart:not(:last-child) {
	margin-bottom: 3rem;
}

.account__main-earned-chart:before {
	z-index: -1;
	content: " ";
	display: block;
	background: rgba(230, 252, 252, 0.2);
	border: 1px solid rgba(0, 102, 255, 0.2);
	border-radius: 1.8rem 1.8rem 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 9px);
	height: calc(100% - 2rem);
}

@media (max-width: 479.98px) {
	.account__main-earned-chart:before {
		display: none;
	}
}

.account__main-earned-chart-top {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.7rem 2.4rem 9px;
}

@media (max-width: 479.98px) {
	.account__main-earned-chart-top {
		padding: 0;
	}
}

@media (max-width: 479.98px) {
	.account__main-earned-chart-top>span {
		display: none;
	}
}

.account__main-earned-chart-top-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 479.98px) {
	.account__main-earned-chart-top-group {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.account__main-earned-chart-top-group .link {
	font-weight: 400;
}

.account__main-earned-chart-top-group .select-group:not(:last-child) {
	margin-right: 2.6rem;
	margin-bottom: 0;
}

.account__main-earned-chart-top-group .select-group .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0 3.2rem 0 0;
	border: none;
	height: 3.6rem;
	color: #0066ff;
	font-size: 1.4rem;
}

@media (max-width: 479.98px) {
	.account__main-earned-chart-top-group .select-group .select2-container .select2-selection--single .select2-selection__rendered {
		padding: 0 1.8rem 0 0;
	}
}

.account__main-earned-chart-top-group .select-group .select2-container--default .select2-selection--single {
	height: 3.6rem;
}

.account__main-earned-chart-top-group .select-group .select2-container {
	height: 3.6rem;
}

.account__main-earned-chart-top-group .select-group .select2-container--default .select2-selection--single .select2-selection__arrow:after {
	top: 0;
	right: 0;
	height: 12px;
	width: 12px;
}

@media (max-width: 479.98px) {
	.account__main-earned-chart-top-group .select-group .select2-container--default .select2-selection--single .select2-selection__arrow:after {
		height: 8px;
		width: 8px;
		top: 6px;
	}
}

.account__main-earned-chart-top-group .select-group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
	top: 1.6rem;
}

@media (max-width: 479.98px) {
	.account__main-earned-chart-top-group .select-group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
		top: 1.2rem;
	}
}

.account__main-earned-chart-inner {
	padding-left: 2.4rem;
}

@media (max-width: 479.98px) {
	.account__main-earned-chart-inner {
		overflow-x: auto;
		background: rgba(230, 252, 252, 0.2);
		padding: 2px 0 1.2rem;
		width: calc(100% + 4.8rem);
		margin-left: -2.4rem;
		margin-right: -2.4rem;
		padding-left: 2.4rem;
	}
}

@media (max-width: 479.98px) {
	.account__main-earned-chart-inner-sub {
		width: 64rem !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.account__main-earned-chart-inner canvas {
	width: 100% !important;
	height: 32.6rem !important;
}

@media (max-width: 767.98px) {
	.account__main-earned-chart-inner canvas {
		height: 26rem !important;
	}
}

@media (max-width: 479.98px) {
	.account__main-earned-chart-inner canvas {
		height: 26.2rem !important;
		width: calc(100% - 1.6rem) !important;
	}
}

.account__main-earned-box {
	max-width: 30.4rem;
	width: calc(33.33333% - 1.6rem);
	height: 100%;
	border: 1px solid rgba(148, 167, 181, 0.15);
	border-radius: 1.8rem;
}

@media (max-width: 991.98px) {
	.account__main-earned-box {
		max-width: initial;
		width: calc(50% - 1.6rem);
		margin-bottom: 3.2rem;
	}
}

@media (max-width: 767.98px) {
	.account__main-earned-box {
		width: 100%;
	}
}

@media (max-width: 479.98px) {
	.account__main-earned-box {
		margin-bottom: 2.3rem;
	}
}

@media (max-width: 479.98px) {
	.account__main-earned-box:nth-child(1) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (max-width: 479.98px) {
	.account__main-earned-box:nth-child(2) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

@media (max-width: 479.98px) {
	.account__main-earned-box:nth-child(3) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.account__main-earned-box-line {
	padding: 8px;
	min-height: 5.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.account__main-earned-box-line:not(:last-child) {
	border-bottom: 1px solid rgba(148, 167, 181, 0.15);
}

.account__main-earned-box-line:not(:first-child)>span:first-child {
	max-width: 13.2rem;
}

.account__main-earned-box-line .icon-question {
	color: #0066ff;
	font-size: 2.4rem;
	margin-right: 8px;
}

.account__main-earned-box-line>span:first-child {
	padding-left: 1.5rem;
	line-height: 1.29em;
	padding-top: 9px;
	padding-bottom: 9px;
}

.account__main-earned-box-line>span:last-child {
	color: #0066ff;
	padding-right: 1.4rem;
}

@media (max-width: 479.98px) {
	.account__main-earned-box-line>span:last-child {
		padding-right: 8px;
	}
}

.account__main-earned-box-line strong {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.33em;
	padding-right: 8px;
}

.account__main-earned-box-line strong sup {
	top: -8.5px;
	font-size: 10px;
}

.account__main-earned-box-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 3px;
}

.account__main-earned-box-group .icon {
	font-size: 3.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 1.1rem;
}

.account__main-earned-box-group span {
	color: #94a7b5;
}

.account__main-earned-box-group+strong {
	font-size: 1.4rem;
	padding-right: 1.4rem;
}

@media (max-width: 479.98px) {
	.account__main-earned-box-group+strong {
		padding-right: 8px;
	}
}

.account__main-earned-mobile-icon {
	color: #0066ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2.4rem;
}

@media (min-width: 992px) {
	.account__main-earned-mobile-icon {
		display: none;
	}
}

.account__main-earned-mobile-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
	margin-bottom: 2.4rem;
}

@media (min-width: 992px) {
	.account__main-earned-mobile-action {
		display: none;
	}
}

@media (max-width: 479.98px) {
	.account__main-earned-mobile-action {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (max-width: 479.98px) {
	.account__main-earned-mobile-action .button {
		width: 100%;
		border-radius: 1rem;
	}
}

.account__main-earned-mobile-action-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 4px;
}

@media (max-width: 479.98px) {
	.account__main-earned-mobile-action-group {
		margin-right: 0;
		margin-bottom: 1.8rem;
	}
}

.account__main-earned-mobile-action-group .icon {
	font-size: 2.4rem;
	color: #0066ff;
	margin-right: 9px;
}

@media (max-width: 479.98px) {
	.account__main-earned-mobile-action-group .icon {
		margin-right: 1.5rem;
	}
}

.account__main-earned-mobile-action-group span {
	font-size: 1.2rem;
	line-height: 1.5em;
	color: #0066ff;
	max-width: 18rem;
}

.account__main-earned-mobile-promocode {
	width: 100%;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 992px) {
	.account__main-earned-mobile-promocode {
		display: none;
	}
}

@media (max-width: 479.98px) {
	.account__main-earned-mobile-promocode {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.account__main-earned-mobile-promocode-copy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 21.3rem;
}

@media (max-width: 479.98px) {
	.account__main-earned-mobile-promocode-copy {
		width: 100%;
		margin-bottom: 2.2rem;
	}
}

.account__main-earned-mobile-promocode-copy-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.account__main-earned-mobile-promocode-copy-col strong {
	color: #0066ff;
	font-size: 1.8rem;
}

.account__main-earned-mobile-promocode-copy-btn {
	font-size: 2.4rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #0066ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 479.98px) {
	.account__main-earned-mobile-promocode>.button {
		width: 100%;
	}
}

.account__main-earned-mobile-chart-ttl {
	margin-bottom: 2rem;
}

@media (min-width: 480px) {
	.account__main-earned-mobile-chart-ttl {
		display: none;
	}
}

.account__main-earned-mobile-chart-ttl h5,
.account__main-earned-mobile-chart-ttl .h5 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.33em;
}

@media (min-width: 480px) {

	.account__main-earned-mobile-chart-ttl h5:not(:last-child),
	.account__main-earned-mobile-chart-ttl .h5:not(:last-child) {
		margin-bottom: 3rem;
	}
}

.account__main-earned-mobile-footer {
	margin-top: -3rem;
}

@media (min-width: 992px) {
	.account__main-earned-mobile-footer {
		display: none;
	}
}

.account__main-earned-mobile-footer .button {
	width: 100%;
}

.account__main-earned-notify {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -3px;
}

@media (max-width: 479.98px) {
	.account__main-earned-notify {
		margin-top: 0;
	}
}

.account__main-earned-notify:not(:last-child) {
	margin-bottom: 2.2rem;
}

@media (max-width: 479.98px) {
	.account__main-earned-notify:not(:last-child) {
		margin-bottom: 1.9rem;
	}
}

.account__main-earned-notify .icon {
	font-size: 2.4rem;
	color: #0066ff;
	margin-right: 9px;
}

@media (max-width: 479.98px) {
	.account__main-earned-notify .icon {
		margin-right: 1.6rem;
	}
}

.account__main-earned-notify span {
	font-size: 1.2rem;
	line-height: 1.5em;
	color: #0066ff;
	max-width: 18rem;
}

.account__main-earned-all {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.account__main-earned-all:not(:last-child) {
	margin-bottom: 3.2rem;
}

.account__main-earned-all-group {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 3.2rem;
	border: 1px solid rgba(148, 167, 181, 0.15);
	border-radius: 1.2rem;
	padding: 8px 8px 8px 2.4rem;
}

@media (max-width: 991.98px) {
	.account__main-earned-all-group {
		margin-right: 0;
		padding: 8px 8px 8px 1.6rem;
	}
}

.account__main-earned-all-group-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.account__main-earned-all-group-left>span {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.33em;
	margin-right: 1.5rem;
}

.account__main-earned-all-group-left>span sup {
	top: -8.5px;
	font-size: 10px;
}

.account__main-earned-all-group-left .button {
	padding: 8px 2.5rem;
	border-radius: 1rem;
}

.account__main-earned-all>.button {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 1.2rem 1.3rem;
}

@media (max-width: 991.98px) {
	.account__main-earned-all>.button {
		display: none;
	}
}

.account__main-earned-txt {
	max-width: 52.8rem;
}

@media (max-width: 479.98px) {
	.account__main-earned-txt {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

.account__main-earned-txt:not(:last-child) {
	margin-bottom: 4.8rem;
}

@media (max-width: 479.98px) {
	.account__main-earned-txt:not(:last-child) {
		padding-bottom: 14rem;
		margin-bottom: 0;
	}
}

@media (max-width: 479.98px) {
	.account__main-earned-txt p {
		line-height: 1.29em;
	}
}

.account__main-earned-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

@media (max-width: 479.98px) {
	.account__main-earned-form {
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 1.8rem;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: white;
	}
}

.account__main-earned-form .form-group {
	margin-bottom: 0;
	width: auto;
	max-width: 17.6rem;
	margin-right: 1.6rem;
}

@media (max-width: 479.98px) {
	.account__main-earned-form .form-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		max-width: 13rem;
	}
}

.account__main-earned-form .form-control {
	border: none;
	border-bottom: 1px solid #0066ff;
	border-radius: 0;
	font-weight: 700;
	font-size: 3.2rem;
	padding: 0 0 0 2.8rem;
	height: 4rem;
	width: 100%;
}

@media (max-width: 479.98px) {
	.account__main-earned-form .form-control {
		text-align: center;
		padding-left: 0;
		border-bottom: none;
	}
}

.account__main-earned-form-val {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
	color: #0066ff;
	font-weight: 700;
	font-size: 3.2rem;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 479.98px) {
	.account__main-earned-form-val {
		position: static;
	}
}

.account__main-earned-form>.button {
	min-width: 12rem;
	border-radius: 1rem;
}

@media (max-width: 479.98px) {
	.account__main-earned-form>.button {
		width: 100%;
		max-width: 33rem;
		position: relative;
		margin-top: 1.1rem;
	}
}

@media (max-width: 479.98px) {
	.account__main-earned-form>.button:before {
		position: absolute;
		top: -1.6rem;
		left: 0;
		width: 100%;
		height: 1px;
		display: block;
		background-color: #0066ff;
		content: " ";
	}
}

.account__main-partners {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.account__main-partners-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

@media (max-width: 575.98px) {
	.account__main-partners-top {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
}

.account__main-partners-top:not(:last-child) {
	margin-bottom: 2.4rem;
}

@media (max-width: 575.98px) {
	.account__main-partners-top:not(:last-child) {
		margin-bottom: 0;
	}
}

@media (max-width: 575.98px) {
	.account__main-partners-top .button {
		width: 100%;
	}
}

.account__main-partners-top .button:first-child {
	min-width: 24.8rem;
}

@media (max-width: 575.98px) {
	.account__main-partners-top .button:first-child {
		display: none;
	}
}

.account__main-partners-top .button:last-child span {
	font-size: 1.4rem;
}

.account__main-partners-row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 767.98px) {
	.account__main-partners-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width: 575.98px) {
	.account__main-partners-row {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

.account__main-partners-row:not(:last-child) {
	margin-bottom: 3.3rem;
}

@media (max-width: 575.98px) {
	.account__main-partners-row:not(:last-child) {
		margin-bottom: 2.4rem;
	}
}

.account__main-partners-box {
	border: 1px solid rgba(148, 167, 181, 0.15);
	border-radius: 1.8rem;
	padding: 2.3rem 3.2rem 2.7rem;
}

@media (max-width: 1199.98px) {
	.account__main-partners-box {
		width: calc(50% - 1.6rem);
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

@media (max-width: 767.98px) {
	.account__main-partners-box {
		width: 100%;
	}
}

@media (max-width: 479.98px) {
	.account__main-partners-box {
		padding: 1.6rem 2.2rem 1.9rem;
	}
}

.account__main-partners-box h5,
.account__main-partners-box .h5 {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.33em;
}

@media (max-width: 575.98px) {

	.account__main-partners-box h5,
	.account__main-partners-box .h5 {
		line-height: 1.11em;
	}
}

.account__main-partners-box h5:not(:last-child),
.account__main-partners-box .h5:not(:last-child) {
	margin-bottom: 1.4rem;
}

.account__main-partners-box p {
	line-height: 1.43em;
}

@media (max-width: 575.98px) {
	.account__main-partners-box p {
		line-height: 1.3em;
	}
}

.account__main-partners-box:first-child {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 3.2rem;
}

@media (min-width: 1200px) {
	.account__main-partners-box:first-child {
		width: 41.6rem;
	}
}

@media (max-width: 767.98px) {
	.account__main-partners-box:first-child {
		margin-bottom: 1.6rem;
	}
}

@media (max-width: 575.98px) {
	.account__main-partners-box:first-child {
		margin-bottom: 2.4rem;
	}
}

.account__main-partners-box:last-child {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border: 1px solid rgba(0, 102, 255, 0.3);
}

@media (max-width: 1199.98px) {
	.account__main-partners-box:last-child {
		-webkit-box-flex: initial;
		-ms-flex-positive: initial;
		flex-grow: initial;
	}
}

.account__main-partners-promo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 479.98px) {
	.account__main-partners-promo {
		margin-top: -5px;
	}
}

.account__main-partners-promo:not(:last-child) {
	margin-bottom: 1.3rem;
}

.account__main-partners-promo span {
	font-weight: 700;
	font-size: 3rem;
	line-height: 1em;
	color: #0066ff;
	margin-right: 1.1rem;
}

.account__main-partners-promo .icon {
	font-size: 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #0066ff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.account__main-partners-ttl {
	font-weight: 700;
	display: block;
}

@media (max-width: 575.98px) {
	.account__main-partners-ttl {
		display: none;
	}
}

.account__main-partners-ttl:not(:last-child) {
	margin-bottom: 1.8rem;
}

.account__main-partners>.button:not(:last-child) {
	margin-bottom: 2.4rem;
}

@media (max-width: 575.98px) {
	.account__main-partners>.button:not(:last-child) {
		margin-bottom: 3.2rem;
	}
}

@media (max-width: 575.98px) {
	.account__main-partners>.button {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}
}

.account__main-partners-table {
	border: 1px solid rgba(0, 102, 255, 0.3);
	border-radius: 1.8rem;
	width: 100%;
}

@media (max-width: 575.98px) {
	.account__main-partners-table {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 2.4rem;
	}
}

.account__main-partners-table-cell {
	padding: 1.1rem 1.2rem 1.2rem 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 575.98px) {
	.account__main-partners-table-cell {
		padding: 1.1rem 2rem 1.1rem 2.2rem;
	}
}

.account__main-partners-table-cell:not(:last-child) {
	border-bottom: 1px solid rgba(0, 102, 255, 0.3);
}

.account__main-partners-table-cell .button {
	padding: 1.2rem 1.4rem;
}

.account__main-partners-table-txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 479.98px) {
	.account__main-partners-table-txt {
		width: calc(100% - 4rem);
	}
}

@media (max-width: 479.98px) {
	.account__main-partners-table-txt a {
		white-space: nowrap;
		text-overflow: ellipsis;
		display: block;
		overflow: hidden;
		width: 100%;
	}
}

.account__main-partners-table .button {
	border-radius: 1rem;
}

@media (max-width: 575.98px) {
	.account__main-partners-table .button {
		padding: 0;
		background-color: transparent;
		border-radius: 0;
		height: initial;
	}
}

.account__main-partners-table .button .icon {
	margin-left: 8px;
}

@media (max-width: 575.98px) {
	.account__main-partners-table .button .icon {
		margin-right: 0;
		color: #0066ff;
		font-size: 2.4rem;
	}
}

@media (max-width: 575.98px) {
	.account__main-partners-table .button span {
		display: none;
	}
}

.account__main-notifications-chapter {
	max-width: 75.2rem;
}

.account__main-notifications-chapter:not(:last-child) {
	margin-bottom: 3.5rem;
}

@media (max-width: 479.98px) {
	.account__main-notifications-chapter:not(:last-child) {
		margin-bottom: 1.6rem;
	}
}

.account__main-notifications-chapter.notifications--red .icon-box {
	color: #94a7b5;
}

.account__main-notifications-chapter.notifications--red .icon-ticket {
	color: #94a7b5;
}

@media (max-width: 479.98px) {
	.account__main-notifications-chapter.notifications--red .account__main-notifications-item-txt {
		background: rgba(148, 167, 181, 0.1);
	}
}

@media (max-width: 479.98px) {
	.account__main-notifications-chapter.notifications--red .account__main-notifications-item-txt p {
		color: #94a7b5;
	}
}

@media (max-width: 479.98px) {
	.account__main-notifications-chapter.notifications--red .account__main-notifications-item-txt p a {
		color: #94a7b5;
	}
}

@media (max-width: 479.98px) {
	.account__main-notifications-chapter.notifications--red .account__main-notifications-item-txt time {
		color: rgba(148, 167, 181, 0.7);
	}
}

.account__main-notifications-chapter.notifications--red .account__main-notifications-item-ttl {
	color: #94a7b5;
}

@media (max-width: 479.98px) {
	.account__main-notifications-chapter.notifications--red .account__main-notifications-item-request {
		color: rgba(148, 167, 181, 0.7);
	}
}

.account__main-notifications-box {
	border: 1px solid rgba(0, 102, 255, 0.5);
	border-radius: 1.8rem;
}

@media (max-width: 479.98px) {
	.account__main-notifications-box {
		border: none;
		border-radius: 0;
	}
}

.account__main-notifications-box:not(:last-child) {
	margin-bottom: 2.4rem;
}

@media (max-width: 479.98px) {
	.account__main-notifications-box:not(:last-child) {
		margin-bottom: 1.6rem;
	}
}

.account__main-notifications-item {
	padding: 1.5rem 2.4rem 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 479.98px) {
	.account__main-notifications-item {
		padding: 0;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

.account__main-notifications-item:not(:last-child) {
	border-bottom: 1px solid rgba(0, 102, 255, 0.5);
}

@media (max-width: 479.98px) {
	.account__main-notifications-item:not(:last-child) {
		border-bottom: none;
		margin-bottom: 1.6rem;
	}
}

.account__main-notifications-item-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 2.4rem;
}

@media (max-width: 479.98px) {
	.account__main-notifications-item-icon {
		margin-right: 8px;
		width: 4.8rem;
	}
}

.account__main-notifications-item-icon .icon-box {
	font-size: 3.2rem;
	color: #0066ff;
}

@media (max-width: 479.98px) {
	.account__main-notifications-item-icon .icon-box {
		display: none;
	}
}

.account__main-notifications-item-icon .icon-ticket {
	font-size: 3.2rem;
	color: #0066ff;
}

@media (max-width: 479.98px) {
	.account__main-notifications-item-icon .icon-ticket {
		display: none;
	}
}

.account__main-notifications-item-request {
	display: block;
	font-size: 1.2rem;
	line-height: 1.67em;
	color: #94a7b5;
	margin-bottom: 3px;
}

@media (max-width: 479.98px) {
	.account__main-notifications-item-request {
		line-height: 1.58em;
		color: rgba(255, 255, 255, 0.7);
	}
}

.account__main-notifications-item-ttl {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.33em;
	color: #0066ff;
}

@media (max-width: 479.98px) {
	.account__main-notifications-item-ttl {
		font-size: 1.4rem;
		line-height: 1.36em;
		font-weight: 400;
		color: white;
	}
}

.account__main-notifications-item-txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 479.98px) {
	.account__main-notifications-item-txt {
		background: #0066ff;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		border-radius: 1.8rem 1.8rem 1.8rem 0;
		padding: 1.8rem 2.4rem;
	}
}

.account__main-notifications-item-txt time {
	color: #94a7b5;
	font-size: 1.4rem;
	line-height: 1.4em;
}

@media (max-width: 479.98px) {
	.account__main-notifications-item-txt time {
		font-size: 1.2rem;
		line-height: 1.58em;
		color: rgba(255, 255, 255, 0.7);
	}
}

@media (max-width: 479.98px) {
	.account__main-notifications-item-txt p {
		margin-bottom: 1.4rem;
		color: #ffffff;
		line-height: 1.45em;
	}
}

@media (max-width: 479.98px) {
	.account__main-notifications-item-txt p a {
		color: #ffffff;
		text-decoration: underline;
	}
}

@media (min-width: 480px) {
	.account__main-notifications-item-mobile-icon {
		display: none;
	}
}

.account__main-notifications-item-mobile-icon .icon {
	font-size: 4.9rem;
}

.account__main-notifications-item-mobile-icon .icon-mario {
	font-size: 4.8rem;
}

@media (min-width: 480px) {
	.account__main-notifications-item-mobile-icon .icon-tick-2 {
		color: #94a7b5;
	}
}

@media (max-width: 479.98px) {
	.account__main-notifications-item-mobile-icon .icon-tick-2 {
		color: #94a7b5;
	}
}

.account__main-notifications-item-num {
	font-size: 100%;
	position: absolute;
	top: 0;
	right: 2.4rem;
	bottom: 0;
	margin: auto 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #ff005c;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: white;
	font-weight: 500;
	height: 2.4rem;
	min-width: 2.4rem;
	padding: 0 5px;
}

@media (max-width: 479.98px) {
	.account__main-notifications-item-num {
		bottom: initial;
		top: 1.6rem;
		right: 1.6rem;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
}

.account__main-notifications-item-success {
	position: absolute;
	top: 0;
	right: 2.4rem;
	bottom: 0;
	margin: auto 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 2.4rem;
	width: 2.4rem;
	font-size: 2rem;
	color: #c3f851;
}

@media (max-width: 479.98px) {
	.account__main-notifications-item-success {
		display: none;
	}
}

.account__main-notifications-item.notifications-item--support {
	position: relative;
	padding: 1.5rem 6.4rem 1.8rem 2.4rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 479.98px) {
	.account__main-notifications-item.notifications-item--support {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 0;
	}
}

.account__main-notifications-item.notifications-item--support .account__main-notifications-item-icon {
	margin-top: 8px;
}

@media (max-width: 479.98px) {
	.account__main-notifications-item.notifications-item--support .account__main-notifications-item-txt {
		padding: 1.8rem 4.4rem 1.8rem 2.4rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 479.98px) {
	.account__main-notifications-item.notifications-item--support .account__main-notifications-item-request {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

@media (max-width: 479.98px) {
	.account__main-notifications-item.notifications-item--support .account__main-notifications-item-ttl {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.account__main-notifications-item.notifications-item--support p {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.33em;
}

@media (max-width: 479.98px) {
	.account__main-notifications-item.notifications-item--support p {
		font-size: 1.4rem;
		line-height: 1.36em;
		font-weight: 400;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 1.1rem;
	}
}

.account__main-notifications-ttl {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.14em;
	display: block;
}

@media (max-width: 479.98px) {
	.account__main-notifications-ttl {
		display: none;
	}
}

.account__main-notifications-ttl:not(:last-child) {
	margin-bottom: 2.1rem;
}

.account__main-settings-add-addr {
	width: 100%;
	position: relative;
	margin-top: 1rem;
	display: none;
}

.account__main-settings-add-addr:before {
	content: "";
	position: absolute;
	top: 0;
	left: -1.2rem;
	right: -1.2rem;
	height: 1px;
	background-color: #0066ff;
	z-index: 1;
}

@media (max-width: 575.98px) {
	.account__main-settings-add-addr:before {
		left: -0.8rem;
		right: -1.8rem;
	}
}

.account__main-settings-add-addr-form {
	width: 100%;
}

.account__main-settings-add-addr-form-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 767.98px) {
	.account__main-settings-add-addr-form-fields {
		grid-template-columns: 1fr;
	}
}

.account__main-settings-add-addr-form-fields .select-group {
	position: relative;
}

.account__main-settings-add-addr-form-fields .form-control,
.account__main-settings-add-addr-form-fields .select2-container .select2-selection--single .select2-selection__rendered {
	border: none;
}

.account__main-settings-add-addr-form-fields .form-group {
	margin: 0;
	position: relative;
}

@media (max-width: 767.98px) {
	.account__main-settings-add-addr-form-fields .form-group {
		grid-column: 1;
	}
}

.account__main-settings-add-addr-form-fields .form-group:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -1.2rem;
	right: -1.2rem;
	height: 1px;
	background-color: rgba(0, 102, 255, 0.15);
}

.account__main-settings-add-addr-form-fields .form-group:nth-child(odd):after {
	right: 0;
}

@media (max-width: 767.98px) {
	.account__main-settings-add-addr-form-fields .form-group:nth-child(odd):after {
		left: -1.2rem;
		right: -1.2rem;
	}
}

@media (max-width: 575.98px) {
	.account__main-settings-add-addr-form-fields .form-group:nth-child(odd):after {
		left: -0.8rem;
		right: -1.8rem;
	}
}

.account__main-settings-add-addr-form-fields .form-group:nth-child(odd):before {
	content: "";
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	z-index: 1;
	background-color: rgba(0, 102, 255, 0.15);
}

@media (max-width: 767.98px) {
	.account__main-settings-add-addr-form-fields .form-group:nth-child(odd):before {
		display: none;
	}
}

.account__main-settings-add-addr-form-fields .form-group:nth-child(even):after {
	left: 0;
}

@media (max-width: 767.98px) {
	.account__main-settings-add-addr-form-fields .form-group:nth-child(even):after {
		left: -1.2rem;
		right: -1.2rem;
	}
}

@media (max-width: 575.98px) {
	.account__main-settings-add-addr-form-fields .form-group:nth-child(even):after {
		left: -0.8rem;
		right: -1.8rem;
	}
}

.account__main-settings-add-addr-form-fields .form-group:last-child {
	grid-column: 1/3;
}

.account__main-settings-add-addr-form-fields .form-group:last-child:before {
	display: none;
}

.account__main-settings-add-addr-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 0 0;
}

@media (max-width: 767.98px) {
	.account__main-settings-add-addr-footer {
		padding: 1rem 0;
	}
}

.account__main-settings-add-addr-footer button:not(.button--clear) {
	min-height: 5.6rem !important;
	background-color: #0066ff !important;
	padding: 1.2rem 2.1rem !important;
	border-radius: 1rem !important;
}

.account__main-settings-add-addr-footer button span {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.account__main-settings-add-addr-footer .left {
	margin-left: 2rem;
}

.account__main-settings-add-addr-footer .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.account__main-settings-add-addr-footer .right button:not(:last-child) {
	margin-right: 3rem;
}

.account__main-settings-chapter {
	width: 100%;
}

.account__main-settings-chapter:not(:last-child) {
	margin-bottom: 3.2rem;
}

.account__main-settings-row {
	border: 1px solid rgba(148, 167, 181, 0.2);
	border-radius: 1.8rem;
}

.account__main-settings-row.active {
	border: 1px solid #0066ff;
}

.account__main-settings-row.active .account__main-settings-line:not(:last-child) {
	border-bottom: 1px solid #0066ff;
}

.account__main-settings-row:not(:last-child) {
	margin-bottom: 2.4rem;
}

@media (max-width: 575.98px) {
	.account__main-settings-row:not(:last-child) {
		margin-bottom: 1.6rem;
	}
}

.account__main-settings-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1.2rem 1.2rem;
	min-height: 7rem;
}

.account__main-settings-line--address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.account__main-settings-line--address.active {
	border-color: #0066ff;
}

.account__main-settings-line--address.active .account__main-settings-add-addr {
	display: block;
}

.account__main-settings-line--address.active .account__main-settings-line-row .js-add-address {
	display: none;
}

.account__main-settings-line--address-edit.active .account__main-settings-line-row {
	display: none;
}

.account__main-settings-line--address-edit.active .account__main-settings-add-addr {
	margin-top: 0;
}

.account__main-settings-line--address-edit.active .account__main-settings-add-addr:before {
	display: none;
}

@media (max-width: 575.98px) {
	.account__main-settings-line {
		padding: 5px 1.8rem 5px 8px;
		min-height: 6.2rem;
	}
}

.account__main-settings-line:not(:last-child) {
	border-bottom: 1px solid rgba(148, 167, 181, 0.2);
}

.account__main-settings-line>span:first-child {
	padding-left: 2rem;
	padding-right: 2rem;
}

@media (max-width: 575.98px) {
	.account__main-settings-line>span:first-child {
		padding-left: 1.4rem;
	}
}

.account__main-settings-line .changer-group {
	margin-right: 2rem;
}

@media (max-width: 575.98px) {
	.account__main-settings-line .changer-group {
		margin-right: 8px;
	}
}

@media (max-width: 575.98px) {
	.account__main-settings-line .button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background-color: transparent;
		height: initial;
		min-height: initial;
		border-radius: 0;
		padding: 0;
	}
}

@media (max-width: 575.98px) {
	.account__main-settings-line .button span {
		display: none;
	}
}

.account__main-settings-line .button .icon-edit {
	display: none;
}

@media (max-width: 575.98px) {
	.account__main-settings-line .button .icon-edit {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		color: #0066ff;
		font-size: 1.6rem;
		margin-right: 6px;
	}
}

.account__main-settings-line .button .icon-plus {
	display: none;
}

@media (max-width: 575.98px) {
	.account__main-settings-line .button .icon-plus {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		color: #0066ff;
		font-size: 2.4rem;
	}
}

.account__main-settings-line-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 5rem;
}

.account__main-settings-line-row>span:first-child {
	padding-left: 2rem;
	padding-right: 2rem;
}

@media (max-width: 575.98px) {
	.account__main-settings-line-row>span:first-child {
		padding-left: 1.4rem;
	}
}

.account__main-settings-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.account__main-settings-user .icon {
	font-size: 4.9rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 1.9rem;
}

@media (max-width: 575.98px) {
	.account__main-settings-user .icon {
		margin-right: 1.4rem;
	}
}

.account__main-settings-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 2rem;
	padding-right: 2rem;
}

@media (max-width: 575.98px) {
	.account__main-settings-group {
		padding-left: 1.4rem;
	}
}

@media (max-width: 575.98px) {
	.account__main-settings-group span {
		line-height: 1.2em;
	}
}

.account__main-settings-group .icon {
	font-size: 1.7rem;
	margin-right: 8px;
	color: #0066ff;
}

@media (max-width: 575.98px) {
	.account__main-settings-group .icon {
		display: none;
	}
}

.account__main-settings-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 1.2rem;
}

@media (max-width: 575.98px) {
	.account__main-settings-action {
		padding-right: 6px;
	}
}

.account__main-settings-action button {
	color: #0066ff;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.account__main-settings-action button:hover {
	color: #0089ed;
}

.account__main-settings-action button:hover .icon {
	color: #0089ed;
}

.account__main-settings-action button:not(:last-child) {
	margin-right: 2rem;
}

@media (max-width: 575.98px) {
	.account__main-settings-action button:not(:last-child) {
		margin-right: 0;
	}
}

@media (max-width: 575.98px) {
	.account__main-settings-action button:last-child {
		display: none;
	}
}

.account__main-settings-action button .icon {
	font-size: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #0066ff;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.account__main-settings-ttl {
	display: block;
	font-weight: 700;
	margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
	.account__main-settings-ttl {
		font-size: 1.8rem;
		margin-bottom: 3.2rem;
	}
}

.account__main-settings-tune {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: -4px;
}

.account__main-settings-tune .account__main-settings-ttl {
	font-size: 1.8rem;
}

@media (max-width: 479.98px) {
	.account__main-settings-tune .account__main-settings-ttl {
		margin-bottom: 2rem;
	}
}

@media (max-width: 479.98px) {
	.account__main-settings-tune>.button {
		width: 100%;
	}
}

.account__main-settings-change {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 2.6rem;
	padding-left: 1rem;
}

@media (max-width: 479.98px) {
	.account__main-settings-change {
		padding-top: 0;
	}
}

.account__main-settings-change:not(:last-child) {
	margin-bottom: 2.5rem;
}

@media (max-width: 479.98px) {
	.account__main-settings-change:not(:last-child) {
		margin-bottom: 3.4rem;
	}
}

.account__main-settings-change .icon {
	font-size: 9rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 2.3rem;
}

.account__main-settings-change span {
	font-size: 1.6rem;
}

.account__main-settings-grid {
	padding-top: 4.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 479.98px) {
	.account__main-settings-grid {
		padding-top: 4rem;
		margin-left: -6px;
		margin-right: -6px;
	}
}

@media (max-width: 479.98px) {
	.account__main-settings-grid-col {
		width: 20%;
		padding-left: 6px;
		padding-right: 6px;
		margin-bottom: 1rem;
	}
}

.account__main-support-article {
	max-width: 46.4rem;
	margin-top: -6px;
}

.new_support_list {
	width: 100%;
}

.new_support_list_item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 2rem 0;
	border-bottom: 1px solid #e5ecef;
}

.new_support_list_item:first-child {
	border-top: 1px solid #e5ecef;
}

.new_support_list_item_icon svg {
	width: 4rem;
	height: 4rem;
}

.new_support_list_item_text {
	flex: 1 1 auto;
}

.new_support_list_item_button .button {
	color: #fff;
	font-family: Montserrat;
	font-size: 1.2rem;
	letter-spacing: normal;
	font-weight: 600;
	height: 4rem;
	min-height: auto;
}

.new_support_list_item_button .button span {
	color: #fff;
	font-family: Montserrat;
	font-size: 1.2rem;
	letter-spacing: normal;
	font-weight: 600;
}

@media (max-width: 479.98px) {
	.account__main-support-article {
		max-width: 100%;
		margin-top: -8px;
	}
}

.account__main-support-article:not(:last-child) {
	margin-bottom: 4rem;
}

@media (max-width: 479.98px) {
	.account__main-support-article:not(:last-child) {
		margin-bottom: 3.2rem;
	}
}

@media (max-width: 479.98px) {
	.account__main-support-article p {
		line-height: 1.29em;
	}
}

@media (max-width: 479.98px) {
	.account__main-support-article p:not(:last-child) {
		margin-bottom: 2.5rem;
	}
}

.account__main-support-article .button {
	min-width: 16.8rem;
	border-radius: 1.2rem;
}

@media (max-width: 479.98px) {
	.account__main-support-article .button {
		width: 100%;
	}
}

.account__main-support-article .button span {
	font-size: 1.6rem;
}

.account__main-support-list {
	width: 100%;
}

.account__main-support-list .account__main-notifications-chapter {
	max-width: initial;
}

.account__main-support-list .account__main-notifications-ttl {
	display: block;
}

@media (max-width: 479.98px) {
	.account__main-support-list .account__main-notifications-ttl {
		font-size: 1.8rem;
	}
}

.account__main-support-list .account__main-notifications-chapter:not(:last-child) {
	margin-bottom: 2.5rem;
}

@media (max-width: 479.98px) {
	.account__main-support-list .account__main-notifications-chapter:not(:last-child) {
		margin-bottom: 3.8rem;
	}
}

.account__main .datepickerInput {
	width: 1px;
	height: 1px;
	opacity: 0;
	padding: 0;
	border: 0;
}

@media (max-width: 479.98px) {
	.account.account--money {
		margin-left: -1rem;
		margin-right: -1rem;
		width: calc(100% + 2rem);
	}
}

@media (max-width: 479.98px) {
	.account.account--money .account__title:not(:last-child) {
		margin-bottom: 1.7rem;
	}
}

.account-avatar {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 1.6rem;
	margin-bottom: 1.6rem;
}

@media (max-width: 479.98px) {
	.account-avatar {
		margin-right: 0;
		margin-bottom: 0;
	}
}

.account-avatar__val {
	border: 2px solid transparent;
	border-radius: 1.2rem;
	font-size: 1.6rem;
	width: 7.2rem;
	height: 7.2rem;
	display: block;
	border: 1px solid rgba(148, 167, 181, 0.2);
	border-radius: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 5.2rem;
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}

@media (max-width: 479.98px) {
	.account-avatar__val {
		width: 5.6rem;
		height: 5.6rem;
		border-radius: 1.2rem;
		font-size: 4.6rem;
	}
}

.account-avatar input:checked~.account-avatar__val {
	border-color: #0066ff;
}

.js-account-mobile_opened .account__main-nav-button .icon-arr-down {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.js-collapse_opened .account__main-orders-item-list-mobile-btn .icon-arr-down {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.account-request-messages__head {
	margin-left: calc(30.4rem + 3.2rem);
	margin-bottom: 3.5rem;
}

@media (max-width: 1399.98px) {
	.account-request-messages__head {
		margin-left: calc(20.4rem + 3.2rem);
	}
}

@media (max-width: 1199.98px) {
	.account-request-messages__head {
		margin-left: 0;
		display: none;
	}
}

.account-request-messages__head .closed {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 22px;
	font-size: 14px;
	color: #333333;
}

.account-request-messages__head .closed .icon {
	font-size: 10px;
	color: #0066ff;
	margin-right: 5px;
}

.account-request-messages__head--mobile {
	display: none;
	margin: 0;
	padding: 14px 24px 20px;
	position: relative;
}

.account-request-messages__head--mobile:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: rgba(148, 167, 181, 0.3);
	display: block;
}

@media (max-width: 1199.98px) {
	.account-request-messages__head--mobile {
		display: block;
	}
}

.account-request-messages__head h1,
.account-request-messages__head .h1 {
	margin-bottom: 1rem;
}

@media (max-width: 1199.98px) {

	.account-request-messages__head h1,
	.account-request-messages__head .h1 {
		font-size: 16px;
		margin: 0;
	}
}

@media (max-width: 1199.98px) {
	.account-request-messages__head span {
		font-size: 14px;
	}
}

.account-request-messages__head span strong {
	color: #0066ff;
	font-weight: 400;
	margin-left: 3px;
}

.account-request-messages__inner {
	width: 100%;
}

.account-request-messages__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 4rem;
}

@media (max-width: 1199.98px) {
	.account-request-messages__form {
		padding: 8px;
		margin-bottom: 0;
	}
}

.account-request-messages__form .form-group {
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 1.6rem;
}

.account-request-messages__form .form-group .form-control {
	border: 1px solid rgba(0, 102, 255, 0.2);
	min-height: 7.2rem;
	line-height: inherit;
}

@media (max-width: 1199.98px) {
	.account-request-messages__form .form-group .form-control {
		border: none;
		padding: 1rem;
		background-color: transparent;
		height: auto;
		min-height: 2rem;
		max-height: 12rem;
	}
}

.account-request-messages__form .form-group .form-control:focus {
	border: 1px solid #0066ff;
}

@media (max-width: 1199.98px) {
	.account-request-messages__form .form-group .form-control:focus {
		border: none;
	}
}

.account-request-messages__form-submit {
	background: #0066ff;
	border-radius: 5rem;
	height: 7.2rem;
	width: 7.2rem;
	font-size: 3.7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 1199.98px) {
	.account-request-messages__form-submit {
		height: 48px;
		width: 48px;
		font-size: 24px;
	}
}

.account-request-messages__form-submit .icon {
	margin-left: -0.5rem;
}

@media (max-width: 479.98px) {
	.account-request-messages__content {
		padding-bottom: 120px;
	}
}

.account-request-messages-message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 2.4rem;
}

.account-request-messages-message--sup .account-request-messages-message__content {
	border-radius: 1.8rem 1.8rem 1.8rem 0px;
}

.account-request-messages-message--sup .account-request-messages-message__avatar {
	margin-right: 0.8rem;
}

.account-request-messages-message--new .account-request-messages-message__content {
	background: #0066ff;
}

.account-request-messages-message--new .account-request-messages-message__content p {
	color: white;
}

.account-request-messages-message--new .account-request-messages-message__content span {
	color: rgba(255, 255, 255, 0.7);
}

.account-request-messages-message--user {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.account-request-messages-message--user .account-request-messages-message__content {
	border-radius: 1.8rem 1.8rem 0 1.8rem;
}

.account-request-messages-message--user .account-request-messages-message__avatar {
	margin-left: 0.8rem;
}

.account-request-messages-message__avatar {
	font-size: 5.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.account-request-messages-message__content {
	padding: 1.7rem 2.4rem 1rem;
	background: rgba(148, 167, 181, 0.1);
	overflow: hidden;
	max-width: 57.6rem;
}

.account-request-messages-message__content p {
	color: #333333;
	font-size: 1.4rem;
	line-height: 1.9rem;
	margin-bottom: 1.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.account-request-messages-message__content p .icon-tick {
	font-size: 10px;
	margin-right: 7px;
	color: #0066ff;
}

.account-request-messages-message__content span {
	color: #94a7b5;
	font-size: 1.2rem;
}

.event {
	padding-top: 5.3rem;
}

@media (max-width: 1199.98px) {
	.event {
		padding-top: 3rem;
	}
}

.event__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 3rem;
}

@media (max-width: 991.98px) {
	.event__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (max-width: 575.98px) {
	.event__inner {
		gap: 3.7rem;
	}
}

.event__main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 86.4rem;
}

@media (max-width: 991.98px) {
	.event__main {
		max-width: 100%;
	}
}

.event__list {
	width: 30.4rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 6rem;
}

.event__list-ttl {
	font-weight: 700;
	font-size: 22px;
	line-height: 16px;
	color: #333333;
	margin-bottom: 4rem;
}

.event__list-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 3.4rem;
}

@media (max-width: 575.98px) {
	.event__list-inner {
		gap: 2.6rem;
	}
}

@media (max-width: 1199.98px) {
	.event__list {
		width: 25rem;
	}
}

@media (max-width: 991.98px) {
	.event__list {
		width: 80%;
	}
}

@media (max-width: 575.98px) {
	.event__list {
		width: 100%;
		margin-top: 0;
	}
}

.event__ttl {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	max-width: 64rem;
	margin-bottom: 4rem;
	min-height: 8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (max-width: 575.98px) {
	.event__ttl {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 2.6rem;
		min-height: auto;
	}
}

.event__img {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	margin-bottom: 3.8rem;
}

@media (max-width: 575.98px) {
	.event__img {
		border-radius: 12px;
		margin-bottom: 3rem;
	}
}

.event__img .h-object-fit {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.event__img:after {
	content: "";
	display: block;
	padding-bottom: 35.2%;
}

.event__desc * {
	font-size: 16px !important;
}

.event__desc br {
	margin: 0 5px;
}

#modal_support.modal {
	background: none;
}

#modal_support .modal-dialog.modal-dialog--authorization {
	max-width: 48rem;
}

.support_content_modal {
	padding: 3rem;
	text-align: center;
}

.support_content_modal_button {
	margin-top: 2.5rem;
	text-align: center;
}

.support_content_modal_button .button {
	margin: 0 auto;
	height: 4rem;
	min-height: auto;
	padding: 0 4rem;
}

.event-card__img {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 1.1rem;
}

@media (max-width: 575.98px) {
	.event-card__img {
		margin-bottom: 0.6rem;
	}
}

.event-card__img .h-object-fit {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.event-card__img:after {
	content: "";
	display: block;
	padding-bottom: 35.2%;
}

.lang_ref {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 3rem;
	gap: 10px;
}

.lang_ref span {
	line-height: 0;
	display: inline-block;
	cursor: pointer;
	transition: all .2s ease;
	padding: 0 2.5px;
	border-radius: 3px;
	border: 1px solid transparent;
}

.lang_ref span img {
	width: 25px;
	transition: all .2s ease;
}

.lang_ref span:not(.active):hover img {
	transform: scale(1.2);
}

.lang_ref span.active {
	border: 1px solid #06f;
}

.event-card__ttl {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

@media (max-width: 575.98px) {
	.event-card__ttl {
		font-weight: 700;
	}
}

.cart-box__info-btn .icon.mobile_heart {
	fill: none;
	stroke: #0066FF;
	width: 1.2rem;
	height: 1rem;
	stroke-width: 1px;
}

.cart-box__info-btn.add_to_fav.active .icon.mobile_heart {
	fill: #ff005c;
	stroke: #ff005c;
}

.mobile_price_account,
.mobile_price,
.mobile_head_filter,
.sort_tag_mobile,
.mobile_fixed_filter,
.mobile_top_filter_container,
.favorite_button_cart_mobile,
.product-card__main-top-discount-mobile,
.description_card_head {
	display: none;
}

.mobile_bottom_filter,
.mobile_category_var,
.mobile_dose_var {
	display: none;
}