@charset "UTF-8";
/* Colors */
/* Font Sizes */
/* Font Families*/
/* Box Shadows */
/* Button */
/* Input */
/* Normal Padding */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&amp;display=swap');
:root {
	--color-brand: #d54e4e;
	--swiper-theme-color: #d54e4e;
	--swiper-pagination-color: #d54e4e;
	--slider-image-width: 16rem;
	--slider-image-heigth: 40rem;
	--search-category-width: 30rem;
	--search-category-result-width: calc(var(--search-category-width) + 2rem);
	--header-search-category-width: 26rem;
	--header-search-category-result-width: calc(var(--header-search-category-width) + 2rem);
	--font-size-title--xl: 6rem;
	--font-size-title--lg: 5.2rem;
	--font-size-title--md: 4.2rem;
	--font-size-title--sm: 3.6rem;
	--font-size-title--xsm: 2.4rem;
	--font-size-title--xs: 2rem;
	--font-size-title--xxs: 1.7rem;
	--font-size-toptitle: 2rem;
	--container-width: 1320px;
	--container-gutter: 16px;
	--container-pusher: calc((100vw - var(--container-width)) / 2 + (var(--container-gutter)));
	--tab-content-padding: 3.7rem;
	--blog-detail-main-image-height: 46rem;
	--profile-box-padding: 2.5rem;
	--profile-container-padding: 13.8rem;
	--container-padding: 13.8rem;
	--profile-message-sidebar-width: 50rem;
	--profile-sidebar-width: 50rem;
	--input-height: 5.8rem;
	--sidebar-filter-padding: 4.5rem;
	--modal-padding: 2rem;
	--discover-content-padding: 6.5rem;
	--index-search-z-index: 12;
	--index-header-z-index: 13;
}
@media (min-width: 576px) {
	:root {
		--container-width: 540px;
	}
}
@media (min-width: 768px) {
	:root {
		--container-width: 720px;
	}
}
@media (min-width: 992px) {
	:root {
		--container-width: 960px;
	}
}
@media (min-width: 1200px) {
	:root {
		--container-width: 1150px;
	}
}
@media (min-width: 1350px) {
	:root {
		--container-width: 1320px;
	}
}
@media (min-width: 1530px) {
	:root {
		--container-width: 1320px;
	}
}
@media (max-width: 1529px) {
	:root {
		--search-category-width: 26rem;
		--profile-sidebar-width: 45rem;
	}
}
@media (max-width: 1367px) {
	:root {
		--discover-content-padding: 4rem;
	}
}
@media (max-width: 1349px) {
	:root {
		--search-category-width: 25rem;
		--header-search-category-width: 25rem;
	}
}
@media (max-width: 1200px) {
	:root {
		--slider-image-width: 14rem;
		--font-size-title--xl: 5rem;
		--font-size-title--lg: 4rem;
		--font-size-title--md: 3.5rem;
		--font-size-title--sm: 3rem;
		--font-size-title--xsm: 2.2rem;
		--font-size-title--xs: 1.8rem;
		--font-size-title--xxs: 1.6rem;
		--font-size-toptitle: 1.8rem;
		--header-search-category-width: 150px;
		--container-padding: var(--container-gutter);
		--profile-message-sidebar-width: 46rem;
		--discover-content-padding: 0;
		--profile-sidebar-width: 40rem;
	}
}
@media (max-width: 992px) {
	:root {
		--profile-message-sidebar-width: 100%;
		--profile-sidebar-width: 100%;
	}
}
@media (max-width: 767px) {
	:root {
		--font-size-title--xl: 5rem;
		--font-size-title--lg: 3.2rem;
		--font-size-title--md: 2.9rem;
		--font-size-title--sm: 2.6rem;
		--font-size-title--xsm: 2.2rem;
		--font-size-title--xs: 1.8rem;
		--font-size-title--xxs: 1.6rem;
		--font-size-toptitle: 16px;
		--search-category-width: 100%;
		--blog-detail-main-image-height: 30rem;
		--tab-content-padding: var(--container-gutter);
	}
}
@media (max-width: 576px) {
	:root {
		--sidebar-filter-padding: var(--container-gutter);
	}
}
@media (max-width: 480px) {
	:root {
		--modal-padding: 1rem;
	}
}
@media (max-width: 424px) {
	:root {
		--blog-detail-main-image-height: 50vw;
	}
}

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

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

[tabindex='-1']:focus:not(:focus-visible) {
	outline: 0 !important;
}

@-ms-viewport {
	width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
}

[tabindex='-1']:focus {
	outline: 0 !important;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 400;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

dfn {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #030100;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

caption {
	color: rgba(3, 1, 0, 0.4);
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

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

a {
	text-decoration: none;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}

p {
	margin: 0;
}

.icon-font {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.overflow-wrapper {
	overflow: hidden;
	width: 100%;
}

/*!
 * Bootstrap Grid v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
	width: 100%;
	padding-right: var(--container-gutter);
	padding-left: var(--container-gutter);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container,
	.container-sm {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container,
	.container-sm,
	.container-md {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1140px;
	}
}

.row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: calc(-1 * var(--container-gutter));
	margin-left: calc(-1 * var(--container-gutter));
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
	position: relative;
	width: 100%;
	padding-right: var(--container-gutter);
	padding-left: var(--container-gutter);
}

.col {
	-ms-flex-preferred-size: 0;
	-webkit-flex-basis: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	max-width: 100%;
}

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

.row-cols-2 > * {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3 > * {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.row-cols-4 > * {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5 > * {
	-ms-flex: 0 0 20%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6 > * {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

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

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

.col-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-sm-1 > * {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-sm-2 > * {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-sm-3 > * {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.row-cols-sm-4 > * {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-sm-5 > * {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-sm-6 > * {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		order: -1;
	}
	.order-sm-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-md-1 > * {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-md-2 > * {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-md-3 > * {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.row-cols-md-4 > * {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-md-5 > * {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-md-6 > * {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		order: -1;
	}
	.order-md-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		order: 13;
	}
	.order-md-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		order: 0;
	}
	.order-md-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		order: 1;
	}
	.order-md-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		order: 2;
	}
	.order-md-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		order: 3;
	}
	.order-md-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		order: 4;
	}
	.order-md-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		order: 5;
	}
	.order-md-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		order: 6;
	}
	.order-md-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		order: 7;
	}
	.order-md-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		order: 8;
	}
	.order-md-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		order: 9;
	}
	.order-md-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		order: 10;
	}
	.order-md-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		order: 11;
	}
	.order-md-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-lg-1 > * {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-lg-2 > * {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-lg-3 > * {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.row-cols-lg-4 > * {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-lg-5 > * {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-lg-6 > * {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		order: -1;
	}
	.order-lg-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-xl-1 > * {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-xl-2 > * {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-xl-3 > * {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.row-cols-xl-4 > * {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-xl-5 > * {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-xl-6 > * {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		order: -1;
	}
	.order-xl-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1367px) {
	.col-xxl {
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-xxl-1 > * {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-xxl-2 > * {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-xxl-3 > * {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.row-cols-xxl-4 > * {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-xxl-5 > * {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-xxl-6 > * {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xxl-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xxl-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xxl-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xxl-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xxl-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xxl-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xxl-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xxl-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xxl-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xxl-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xxl-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xxl-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xxl-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xxl-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		order: -1;
	}
	.order-xxl-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		order: 13;
	}
	.order-xxl-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		order: 0;
	}
	.order-xxl-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		order: 1;
	}
	.order-xxl-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		order: 2;
	}
	.order-xxl-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		order: 3;
	}
	.order-xxl-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		order: 4;
	}
	.order-xxl-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		order: 5;
	}
	.order-xxl-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		order: 6;
	}
	.order-xxl-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		order: 7;
	}
	.order-xxl-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		order: 8;
	}
	.order-xxl-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		order: 9;
	}
	.order-xxl-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		order: 10;
	}
	.order-xxl-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		order: 11;
	}
	.order-xxl-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		order: 12;
	}
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !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: -ms-flexbox !important;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !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: -ms-flexbox !important;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !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: -ms-flexbox !important;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !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: -ms-flexbox !important;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !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: -ms-flexbox !important;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}

.flex-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	-webkit-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	-webkit-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	-webkit-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-ms-flex: 1 1 auto !important;
	-webkit-box-flex: 1 !important;
	-webkit-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	-webkit-box-flex: 0 !important;
	-webkit-flex-grow: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	-webkit-box-flex: 1 !important;
	-webkit-flex-grow: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	-webkit-flex-shrink: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	-webkit-flex-shrink: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	-webkit-justify-content: flex-start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	-webkit-justify-content: space-around !important;
	justify-content: space-around !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	-webkit-align-items: flex-end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	-webkit-align-items: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	-webkit-align-items: stretch !important;
	align-items: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-ms-flex-direction: column !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		-webkit-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		-webkit-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		-webkit-justify-content: space-around !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-ms-flex-align: start !important;
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-ms-flex-align: end !important;
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-ms-flex-align: center !important;
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		align-items: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-ms-flex-direction: column !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		-webkit-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		-webkit-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-md-start {
		-ms-flex-pack: start !important;
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		-webkit-justify-content: space-around !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-ms-flex-align: start !important;
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-ms-flex-align: end !important;
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-ms-flex-align: center !important;
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		align-items: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-ms-flex-direction: column !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		-webkit-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		-webkit-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		-webkit-justify-content: space-around !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-ms-flex-align: start !important;
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-ms-flex-align: end !important;
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-ms-flex-align: center !important;
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		align-items: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-ms-flex-direction: column !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		-webkit-justify-content: space-around !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-ms-flex-align: start !important;
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-ms-flex-align: end !important;
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-ms-flex-align: center !important;
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		align-items: stretch !important;
	}
}

@-webkit-keyframes modal-video {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes modal-video {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes modal-video-inner {
	from {
		-webkit-transform: translate(0, 100px);
		transform: translate(0, 100px);
	}
	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes modal-video-inner {
	from {
		-webkit-transform: translate(0, 100px);
		transform: translate(0, 100px);
	}
	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.modal-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000000;
	cursor: pointer;
	opacity: 1;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-name: modal-video;
	animation-name: modal-video;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.modal-video-close {
	opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
	-webkit-transform: translate(0, 100px);
	-ms-transform: translate(0, 100px);
	transform: translate(0, 100px);
}

.modal-video-body {
	max-width: 940px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: table;
}

.modal-video-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.modal-video-movie-wrap {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
	background-color: #333;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-name: modal-video-inner;
	animation-name: modal-video-inner;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-video-close-btn {
	position: absolute;
	z-index: 2;
	top: -35px;
	right: -35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	border: none;
	background: transparent;
}
.modal-video-close-btn:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal-video-close-btn:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modal-video-close-btn:before,
.modal-video-close-btn:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #fff;
	border-radius: 5px;
	margin-top: -6px;
}

.modal-video-body {
	padding: 0 var(--container-gutter);
}

.modal-video-close-btn {
	position: absolute;
	z-index: 2;
	top: -50px;
	right: 0;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	cursor: pointer;
}
.modal-video-close-btn:hover,
.modal-video-close-btn:focus {
	background-color: #ffb45d;
	outline: 0;
}
.modal-video-close-btn:hover::after,
.modal-video-close-btn:hover::before,
.modal-video-close-btn:focus::after,
.modal-video-close-btn:focus::before {
	background: #fff;
}
.modal-video-close-btn:hover::before,
.modal-video-close-btn:focus::before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.modal-video-close-btn:hover::after,
.modal-video-close-btn:focus::after {
	opacity: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.modal-video-close-btn::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal-video-close-btn::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modal-video-close-btn::after,
.modal-video-close-btn::before {
	content: '';
	position: absolute;
	top: 25px;
	left: 10px;
	width: 20px;
	height: 3px;
	border-radius: 10px;
	background-color: #ffb45d;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}

/**
 * Swiper 6.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 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;
	z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: 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 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	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: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), 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: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), 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: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), 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: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.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-button-next,
.swiper-button-prev {
	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: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev: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-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000000;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 0.3s opacity;
	-o-transition: 0.3s opacity;
	transition: 0.3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-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%);
	-ms-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: 0.2s transform, 0.2s top;
	-o-transition: 0.2s transform, 0.2s top;
	transition: 0.2s transform, 0.2s top;
}

.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%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 0.2s transform, 0.2s left;
	-o-transition: 0.2s transform, 0.2s left;
	transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 0.2s transform, 0.2s right;
	-o-transition: 0.2s transform, 0.2s right;
	transition: 0.2s transform, 0.2s right;
}

.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);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-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-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
	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;
}

.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: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.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%;
	-ms-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);
	}
}

.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;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-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;
	-ms-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;
	-ms-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-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	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-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

html,
body {
	overflow-x: hidden;
	width: 100%;
}

html {
	font-size: 9px;
}
@media (max-width: 1529px) {
	html {
		font-size: 8px;
	}
}
@media (max-width: 1367px) {
	html {
		font-size: 7px;
	}
}
@media (max-width: 767px) {
	html {
		font-size: 9px;
	}
}

body {
	font-family: 'Outfit';
	font-size: 1.6rem;
	background-color: #f9f9f9;
	color: #030100;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility !important;
}
body.gray-bg {
	background: #f6f6f6;
}
body.fixed {
	overflow: hidden;
	max-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100vh;
}
body.fixed .footer {
	margin-top: auto !important;
}
@media (min-width: 993px) {
	body.fixed--only-desktop {
		overflow: hidden;
		max-height: 100vh;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 100vh;
	}
	body.fixed--only-desktop .footer {
		margin-top: auto !important;
	}
}

.js-copy textarea {
	cursor: pointer;
}

.container {
	max-width: var(--container-width);
}
.container--medium {
	padding: 0 var(--container-medium-padding);
}
.container--small {
	padding: 0 var(--container-small-padding);
}
.container--xsmall {
	padding: 0 var(--container-xsmall-padding);
}
@media (max-width: 767px) {
	.container--mobile-full {
		padding: 0;
		max-width: 100vw;
	}
}
@media (max-width: 992px) {
	.container--tablet-full {
		padding: 0;
		max-width: unset;
		width: 100%;
	}
	.container--tablet-full .container {
		padding: 0 var(--container-gutter);
		max-width: unset;
		width: 100%;
	}
}

.color-red {
	color: #d54e4e;
}

button {
	border: 0;
	cursor: pointer;
}

.title {
	font-family: 'Outfit', serif;
	font-style: normal;
	line-height: 1.3em;
	color: #353333;
}
.title--colored span.color-red {
	color: #d54e4e;
}
.title--red {
	color: #d54e4e;
}
.title--gray {
	color: #868585;
}
.title--gray.title--colored span {
	color: #353333;
}
@media (max-width: 768px) {
	.title--gray.title--colored span {
		display: block;
	}
}
.title--xl {
	font-size: var(--font-size-title--xl);
	font-weight: bold;
}
.title--lg {
	font-size: var(--font-size-title--lg);
	font-weight: bold;
}
.title--md {
	font-size: var(--font-size-title--md);
	font-weight: bold;
}
.title--sm {
	font-size: var(--font-size-title--sm);
	font-weight: 600;
}
.title--xsm {
	font-size: var(--font-size-title--xsm);
	font-weight: 500;
	line-height: 1.6em;
	font-family: 'Outfit';
}
.title--xs {
	font-size: var(--font-size-title--xs);
	font-weight: 500;
	line-height: 1.6em;
	font-family: 'Outfit';
}
.title--xxs {
	font-size: var(--font-size-title--xxs);
	font-weight: 500;
	line-height: 1.6em;
	font-family: 'Outfit';
}

.toptitle {
	font-weight: 300;
	color: rgba(3, 1, 0, 0.5);
	font-size: var(--font-size-toptitle);
	line-height: 1.45em;
	margin-bottom: 0.75em;
}

.section__divider {
	height: 1px;
	background: rgba(3, 1, 0, 0.1);
}
.section__divider + .section .section-head {
	margin-top: 10rem;
}
@media (max-width: 767px) {
	.section__divider + .section .section-head {
		margin-top: 5rem;
	}
}

@media (max-width: 992px) {
	.section--slider .section-head-right {
		display: block;
	}
}

.section--white {
	background-color: #fff;
	padding-top: 35rem;
}
@media (max-width: 1367px) {
	.section--white {
		padding-top: 27rem;
	}
}
@media (max-width: 992px) {
	.section--white {
		padding-top: 34rem;
	}
}
@media (max-width: 767px) {
	.section--white {
		padding-top: 31rem;
	}
}
@media (max-width: 576px) {
	.section--white {
		padding-top: 30rem;
	}
}

.section--testimonial {
	padding-top: 0;
	position: relative;
	z-index: 3;
}
.section--testimonial .section-content {
	padding-bottom: 4rem;
}

.section--popular-books {
	margin-bottom: -5rem;
}
.section--popular-books .section-head {
	margin-bottom: 4rem;
}
@media (max-width: 1200px) {
	.section--popular-books .section-head {
		margin-bottom: 4rem;
	}
}
@media (max-width: 992px) {
	.section--popular-books .section-head {
		margin-bottom: 0rem;
	}
}
@media (max-width: 767px) {
	.section--popular-books .section-head {
		margin-bottom: 3rem;
	}
}
@media (max-width: 576px) {
	.section--popular-books .section-head {
		margin-bottom: 0;
	}
}
.section--popular-books .section-content {
	padding-bottom: 0;
}
@media (max-width: 1529px) {
	.section--popular-books .section-content .popular-books .book-item {
		-webkit-transform: translateY(5rem) translateZ(0) scale(1, 1);
		transform: translateY(5rem) translateZ(0) scale(1, 1);
	}
	.section--popular-books .section-content .popular-books .book-item:hover {
		-webkit-transform: translateY(1rem) translateZ(0) scale(1, 1);
		transform: translateY(1rem) translateZ(0) scale(1, 1);
	}
}

.section--blog .section-content {
	padding-bottom: 2rem;
}
/*
.section-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 6rem;
  margin-top: 5rem; }
  @media (max-width: 767px) {
    .section-head {
      margin-top: 4rem; } }
  .section-head-right {
    margin-left: 20px; }
    @media (max-width: 992px) {
      .section-head-right {
        display: none; } }
  .section-head--small .section-head__toptitle {
    font-size: 2rem;
    letter-spacing: -.4px; }
  .section-head__toptitle {
    color: #d54e4e;
    margin-bottom: 10px;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: -.5px; }
    @media (max-width: 767px) {
      .section-head__toptitle {
        font-size: 16px; } }
  .section-head__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #d54e4e;
    font-size: 2.1rem;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    -o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
    .section-head__link:hover {
      color: #c22e2e; }
      .section-head__link:hover .icon {
        -webkit-transform: translateX(2px);
            -ms-transform: translateX(2px);
                transform: translateX(2px); }
    .section-head__link .icon {
      margin-left: 3rem;
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      -o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }

.section-content {
  padding-bottom: 10rem; }
  @media (max-width: 992px) {
    .section-content {
      padding-bottom: 7rem; } }
  @media (max-width: 767px) {
    .section-content {
      padding-bottom: 4rem; } }

.section-mobile-link {
  display: none;
  margin-top: 30px; }
  @media (max-width: 992px) {
    .section-mobile-link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }*/

.swiper-pagination-bullet {
	width: 1.2rem;
	height: 1.2rem;
	background: #e0ceb8;
	opacity: 1;
}
@media (max-width: 767px) {
	.swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
}
.swiper-pagination-bullet-active {
	background: var(--swiper-pagination-color);
}
.swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important;
}
.swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important;
}
.swiper-pagination-bullet-active-next {
	-webkit-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important;
}
.swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important;
}

.mobile-gutter-box {
	width: 0.5rem;
	height: 1rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.swiper-button:hover .btn {
	color: #fff !important;
}

.swiper-button .btn {
	font-size: 1.5rem;
	color: rgba(3, 1, 0, 0.6);
}
@media (max-width: 576px) {
	.swiper-button .btn {
		width: 30px;
		height: 30px;
		font-size: 8px;
	}
}

.swiper-button-disabled {
	opacity: 1 !important;
	pointer-events: all !important;
}
.swiper-button-disabled:hover .btn {
	background: #fff;
	color: inherit !important;
}
.swiper-button-disabled .btn__icon {
	color: rgba(3, 1, 0, 0.2) !important;
}

.swiper-button-next {
	width: unset;
	z-index: 4;
}
.swiper-button-next::after {
	content: unset;
}

.swiper-button-prev {
	width: unset;
	z-index: 4;
}
.swiper-button-prev::after {
	content: unset;
}

.swiper-container.visible-active {
	overflow: visible;
}
.swiper-container.visible-active .swiper-slide {
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	pointer-events: none;
}
.swiper-container.visible-active .swiper-slide.swiper-slide-active,
.swiper-container.visible-active .swiper-slide.is-visible {
	opacity: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1);
	pointer-events: all;
}

.swiper-red-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 2.4rem;
}
.swiper-red-nav .swiper-button-prev {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	margin-right: 2rem;
}
.swiper-red-nav__btn {
	position: static;
	color: rgba(134, 133, 133, 0.5);
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	outline: 0 !important;
	/* @include bp(tablet) {

       &:not(.swiper-button-disabled):hover {
         color: rgba($c-gray, .5);
       }
     }*/
}
.swiper-red-nav__btn.swiper-button-disabled {
	opacity: 0.5 !important;
}
.swiper-red-nav__btn:not(.swiper-button-disabled):hover,
.swiper-red-nav__btn:not(.swiper-button-disabled):focus {
	color: #d54e4e;
}

.overlay {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.38)));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.38) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.38) 100%);
	position: fixed;
	z-index: 11;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	opacity: 0;
	pointer-events: none;
}
.overlay.active ~ .player-thumbs {
	z-index: -1;
}
.overlay--modal {
	background: rgba(0, 0, 0, 0.12);
	z-index: 22;
}
.overlay--header {
	z-index: 12;
}
.overlay--transparent {
	z-index: 6;
}
.overlay.active {
	opacity: 1;
	pointer-events: all;
}

@media (max-width: 768px) {
	.nice-scroll {
		-webkit-overflow-scrolling: touch;
	}
}

.nice-scroll::-webkit-scrollbar {
	width: 5px;
	margin-right: 5px;
}

.nice-scroll::-webkit-scrollbar-track {
	background: transparent;
	margin-top: 15px;
	margin-bottom: 15px;
}

.nice-scroll::-webkit-scrollbar-thumb {
	background: #ddd;
	border-radius: 3px;
}

@media (max-width: 768px) {
	.scroll-hidden {
		-webkit-overflow-scrolling: touch;
	}
}

.scroll-hidden::-webkit-scrollbar {
	width: 2px;
	margin-right: 5px;
}

.scroll-hidden::-webkit-scrollbar-track {
	background: transparent;
	margin-top: 15px;
	margin-bottom: 15px;
}

.scroll-hidden::-webkit-scrollbar-thumb {
	background: #eee;
}

.scroll-none {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}
.scroll-none::-webkit-scrollbar {
	display: none;
}

.hidden {
	display: none;
}

.fit-image img {
	width: inherit;
	height: inherit;
	-o-object-fit: cover;
	object-fit: cover;
}

[class^='icomoon-'],
[class*=' icomoon-'] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-star-half:before {
	content: '\f089';
}

.icon-star:before {
	content: '\f005';
}

.mb-0 {
	margin-bottom: 0rem;
}

.mbi-0 {
	margin-bottom: 0rem !important;
}

.mt-0 {
	margin-top: 0rem;
}

.mti-0 {
	margin-top: 0rem !important;
}

.ml-0 {
	margin-left: 0rem;
}

.mr-0 {
	margin-right: 0rem;
}

.pb-0 {
	padding-bottom: 0rem;
}

.pt-0 {
	padding-top: 0rem;
}

.mb-1 {
	margin-bottom: 1rem;
}

.mbi-1 {
	margin-bottom: 1rem !important;
}

.mt-1 {
	margin-top: 1rem;
}

.mti-1 {
	margin-top: 1rem !important;
}

.ml-1 {
	margin-left: 1rem;
}

.mr-1 {
	margin-right: 1rem;
}

.pb-1 {
	padding-bottom: 1rem;
}

.pt-1 {
	padding-top: 1rem;
}

.mb-2 {
	margin-bottom: 2rem;
}

.mbi-2 {
	margin-bottom: 2rem !important;
}

.mt-2 {
	margin-top: 2rem;
}

.mti-2 {
	margin-top: 2rem !important;
}

.ml-2 {
	margin-left: 2rem;
}

.mr-2 {
	margin-right: 2rem;
}

.pb-2 {
	padding-bottom: 2rem;
}

.pt-2 {
	padding-top: 2rem;
}

.mb-3 {
	margin-bottom: 3rem;
}

.mbi-3 {
	margin-bottom: 3rem !important;
}

.mt-3 {
	margin-top: 3rem;
}

.mti-3 {
	margin-top: 3rem !important;
}

.ml-3 {
	margin-left: 3rem;
}

.mr-3 {
	margin-right: 3rem;
}

.pb-3 {
	padding-bottom: 3rem;
}

.pt-3 {
	padding-top: 3rem;
}

.mb-4 {
	margin-bottom: 4rem;
}

.mbi-4 {
	margin-bottom: 4rem !important;
}

.mt-4 {
	margin-top: 4rem;
}

.mti-4 {
	margin-top: 4rem !important;
}

.ml-4 {
	margin-left: 4rem;
}

.mr-4 {
	margin-right: 4rem;
}

.pb-4 {
	padding-bottom: 4rem;
}

.pt-4 {
	padding-top: 4rem;
}

.mb-5 {
	margin-bottom: 5rem;
}

.mbi-5 {
	margin-bottom: 5rem !important;
}

.mt-5 {
	margin-top: 5rem;
}

.mti-5 {
	margin-top: 5rem !important;
}

.ml-5 {
	margin-left: 5rem;
}

.mr-5 {
	margin-right: 5rem;
}

.pb-5 {
	padding-bottom: 5rem;
}

.pt-5 {
	padding-top: 5rem;
}

.mb-6 {
	margin-bottom: 6rem;
}

.mbi-6 {
	margin-bottom: 6rem !important;
}

.mt-6 {
	margin-top: 6rem;
}

.mti-6 {
	margin-top: 6rem !important;
}

.ml-6 {
	margin-left: 6rem;
}

.mr-6 {
	margin-right: 6rem;
}

.pb-6 {
	padding-bottom: 6rem;
}

.pt-6 {
	padding-top: 6rem;
}

.mb-7 {
	margin-bottom: 7rem;
}

.mbi-7 {
	margin-bottom: 7rem !important;
}

.mt-7 {
	margin-top: 7rem;
}

.mti-7 {
	margin-top: 7rem !important;
}

.ml-7 {
	margin-left: 7rem;
}

.mr-7 {
	margin-right: 7rem;
}

.pb-7 {
	padding-bottom: 7rem;
}

.pt-7 {
	padding-top: 7rem;
}

.mb-8 {
	margin-bottom: 8rem;
}

.mbi-8 {
	margin-bottom: 8rem !important;
}

.mt-8 {
	margin-top: 8rem;
}

.mti-8 {
	margin-top: 8rem !important;
}

.ml-8 {
	margin-left: 8rem;
}

.mr-8 {
	margin-right: 8rem;
}

.pb-8 {
	padding-bottom: 8rem;
}

.pt-8 {
	padding-top: 8rem;
}

.scroll-disabled {
	overflow: hidden;
	height: 100vh;
	position: fixed;
}
.scroll-disabled .profile-post-enter {
	z-index: -1 !important;
}

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

.rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.o-hidden {
	overflow: hidden;
}

.divider {
	width: 100%;
	height: 1px;
	background: rgba(3, 1, 0, 0.1);
}
.divider--light {
	background: rgba(3, 1, 0, 0.05);
}
.divider.mb-0 {
	margin-bottom: 0 !important;
}

.divider--1 {
	margin: 1rem 0;
}

.divider--2 {
	margin: 2rem 0;
}

.divider--3 {
	margin: 3rem 0;
}

.divider--4 {
	margin: 4rem 0;
}

.divider--5 {
	margin: 5rem 0;
}

.divider--6 {
	margin: 6rem 0;
}

.divider--7 {
	margin: 7rem 0;
}

.divider--8 {
	margin: 8rem 0;
}

.divider--9 {
	margin: 9rem 0;
}

.divider--10 {
	margin: 10rem 0;
}

@media (max-width: 992px) {
	.divider--tablet-1 {
		margin: 1rem 0;
	}
	.divider--tablet-2 {
		margin: 2rem 0;
	}
	.divider--tablet-3 {
		margin: 3rem 0;
	}
	.divider--tablet-4 {
		margin: 4rem 0;
	}
	.divider--tablet-5 {
		margin: 5rem 0;
	}
	.divider--tablet-6 {
		margin: 6rem 0;
	}
	.divider--tablet-7 {
		margin: 7rem 0;
	}
	.divider--tablet-8 {
		margin: 8rem 0;
	}
	.divider--tablet-9 {
		margin: 9rem 0;
	}
	.divider--tablet-10 {
		margin: 10rem 0;
	}
}

@media (max-width: 767px) {
	.divider--mobile-1 {
		margin: 0.5rem 0;
	}
	.divider--mobile-2 {
		margin: 1rem 0;
	}
	.divider--mobile-3 {
		margin: 1.5rem 0;
	}
	.divider--mobile-4 {
		margin: 2rem 0;
	}
	.divider--mobile-5 {
		margin: 2.5rem 0;
	}
	.divider--mobile-6 {
		margin: 3rem 0;
	}
	.divider--mobile-7 {
		margin: 3.5rem 0;
	}
	.divider--mobile-8 {
		margin: 4rem 0;
	}
	.divider--mobile-9 {
		margin: 4.5rem 0;
	}
	.divider--mobile-10 {
		margin: 5rem 0;
	}
}

.w-100 {
	width: 100% !important;
}

.sticky-item {
	position: -webkit-sticky;
	position: sticky;
	top: 30px;
}
.sticky-item.static {
	position: static;
}

@media (max-width: 992px) {
	.hidden-tablet {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hidden-tablet-small-under {
		display: none !important;
	}
}

@media (max-width: 576px) {
	.hidden-mobile-xl {
		display: none !important;
	}
}

@media (max-width: 424px) {
	.hidden-mobile-lg {
		display: none !important;
	}
}

@media (max-width: 374px) {
	.hidden-mobile-sm {
		display: none !important;
	}
}

@media (max-width: 350px) {
	.hidden-mobile-xs {
		display: none !important;
	}
}

.removeLinear:after {
	opacity: 0 !important;
}

.addLinear:before {
	opacity: 1 !important;
}

.scroll-more-content-wrapper {
	position: relative;
}
.scroll-more-content-wrapper::before,
.scroll-more-content-wrapper::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 30px;
	pointer-events: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 2;
	left: 0;
}
.scroll-more-content-wrapper.top-none::before {
	opacity: 1 !important;
}
.scroll-more-content-wrapper.bottom-none::after {
	opacity: 0 !important;
}
.scroll-more-content-wrapper::before {
	top: 0;
	opacity: 0;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		color-stop(rgba(255, 255, 255, 0.6)),
		to(rgba(255, 255, 255, 0))
	);
	background-image: -o-linear-gradient(top, #fff, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
	background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
}
.scroll-more-content-wrapper::after {
	bottom: 0;
	opacity: 1;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#fff),
		color-stop(rgba(255, 255, 255, 0.6)),
		to(rgba(255, 255, 255, 0))
	);
	background-image: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
	background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
}

.form-box {
	border-radius: 3rem;
	background-color: #fff;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 1.5rem;
}
.form-box-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.form-box-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: unset;
		-webkit-justify-content: unset;
		-ms-flex-pack: unset;
		justify-content: unset;
	}
}
.form-box-wrapper {
	max-width: calc(50% - 7.5px);
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(50% - 7.5px);
	-ms-flex: 0 0 calc(50% - 7.5px);
	flex: 0 0 calc(50% - 7.5px);
}
@media (max-width: 767px) {
	.form-box-wrapper {
		margin-right: 0;
		max-width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}
@media (max-width: 767px) {
	.form-box-wrapper:last-child {
		margin-top: 30px;
	}
}
.form-box-header {
	border-bottom: 1px solid #ebedf5;
	padding: 2em 2.8em;
}
@media (max-width: 1200px) {
	.form-box-header {
		padding: 2em 2.5em;
	}
}
@media (max-width: 992px) {
	.form-box-header {
		padding: 25px;
	}
}
.form-box__title {
	font-weight: bold;
	font-size: 1.3em;
	color: #030100;
	margin-bottom: 1.4em;
}
.form-box__text {
	font-family: 'Outfit';
	font-weight: 400;
	font-size: 1em;
	opacity: 0.4;
	color: #030100;
	line-height: 1.5em;
}
.form-box__info-text {
	font-family: 'Outfit';
	font-size: 0.85em;
	opacity: 0.4;
	color: #030100;
	line-height: 1.5em;
	letter-spacing: -0.32;
}
.form-box-content {
	padding: 2em 2.8em;
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (max-width: 1200px) {
	.form-box-content {
		padding: 2em 2.5em;
	}
}
@media (max-width: 992px) {
	.form-box-content {
		padding: 25px;
	}
}
.form-box__submit-btn {
	margin-top: auto;
}

.input {
	border: none;
	outline: none;
	width: 100%;
	color: #030100;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 0 2.2rem;
	height: 100%;
	border-radius: inherit;
	font-weight: 500;
	font-family: 'Outfit';
	background: #fff;
}
@media (max-width: 350px) {
	.input {
		font-size: 14px;
		padding: 15px 18px;
	}
}
.input::-webkit-input-placeholder {
	color: #030100;
	font-weight: 500;
	font-family: 'Outfit';
	opacity: 0.2;
	font-size: 1.5rem;
}
.input::-moz-placeholder {
	color: #030100;
	font-weight: 500;
	font-family: 'Outfit';
	opacity: 0.2;
	font-size: 1.5rem;
}
.input:-ms-input-placeholder {
	color: #030100;
	font-weight: 500;
	font-family: 'Outfit';
	opacity: 0.2;
	font-size: 1.5rem;
}
.input::-ms-input-placeholder {
	color: #030100;
	font-weight: 500;
	font-family: 'Outfit';
	opacity: 0.2;
	font-size: 1.5rem;
}
.input::placeholder {
	color: #030100;
	font-weight: 500;
	font-family: 'Outfit';
	opacity: 0.2;
	font-size: 1.5rem;
}
@media (max-width: 374px) {
	.input::-webkit-input-placeholder {
		font-size: 14px;
	}
	.input::-moz-placeholder {
		font-size: 14px;
	}
	.input:-ms-input-placeholder {
		font-size: 14px;
	}
	.input::-ms-input-placeholder {
		font-size: 14px;
	}
	.input::placeholder {
		font-size: 14px;
	}
}
.input[readonly] {
	background: #f6f6f6;
	color: #868585;
}
.input.with-icon input {
	padding-right: 40px;
}
.input[type='password'] {
	letter-spacing: 3px;
	font-size: 16px;
}
@media (max-width: 480px) {
	.input[type='password'] {
		font-size: 13px;
		letter-spacing: 3px;
	}
}
@media (max-width: 424px) {
	.input[type='password'] {
		font-size: 13px;
		letter-spacing: 2px;
	}
}
.input[type='password']::-webkit-input-placeholder {
	letter-spacing: 0;
	font-size: 1.5rem;
}
.input[type='password']::-moz-placeholder {
	letter-spacing: 0;
	font-size: 1.5rem;
}
.input[type='password']:-ms-input-placeholder {
	letter-spacing: 0;
	font-size: 1.5rem;
}
.input[type='password']::-ms-input-placeholder {
	letter-spacing: 0;
	font-size: 1.5rem;
}
.input[type='password']::placeholder {
	letter-spacing: 0;
	font-size: 1.5rem;
}
@media (max-width: 350px) {
	.input[type='password']::-webkit-input-placeholder {
		font-size: 14px;
	}
	.input[type='password']::-moz-placeholder {
		font-size: 14px;
	}
	.input[type='password']:-ms-input-placeholder {
		font-size: 14px;
	}
	.input[type='password']::-ms-input-placeholder {
		font-size: 14px;
	}
	.input[type='password']::placeholder {
		font-size: 14px;
	}
}
.input-subtitle {
	color: rgba(3, 1, 0, 0.5);
	font-weight: 400;
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	/*    &__right {
          margin-left: auto;
          color: $c-green;
          font-weight: 500;
          font-family: $font-family-base;

          @include bp(mobile-small) {
            font-size: 14px;
          }

          @include bp(mobile-x-small) {
            font-size: 13px;
          }
        }*/
}
.input-infotitle {
	color: #030100;
	font-weight: 400;
	font-size: 1.8rem;
	margin-bottom: 2.5rem;
}
.input-txt {
	color: #030100;
	font-weight: 400;
	font-size: 2rem;
}
.input-txt strong {
	font-weight: 500;
	color: #030100;
}
.input-outer {
	width: 100%;
	border: 1px solid rgba(3, 1, 0, 0.15);
	background: #fff;
	border-radius: 1.2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	height: var(--input-height);
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	/*  &--readonly{
      .input-icon{
        color: rgba($c-text, .5)!important;
      }
    }*/
}
.input-outer--gray {
	background: rgba(199, 199, 199, 0.1);
	border: 1px solid rgba(53, 51, 51, 0.1);
}
.input-outer--gray .input {
	background: rgba(199, 199, 199, 0.1);
}
.input-outer--w-btn input {
	padding-right: 13rem;
}
.input-outer--w-btn .input-outer__add-btn {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: auto;
	background: transparent;
	min-width: unset;
	border-left: 1px solid rgba(3, 1, 0, 0.1);
	padding-left: 2rem;
	border-radius: 0;
	height: 5rem;
	font-size: 1.6rem;
}
.input-outer--w-btn .input-outer__add-btn:hover {
	background: transparent !important;
	color: #c22e2e !important;
}
.input-outer--w-btn .input-outer__add-btn:focus {
	outline: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.input-outer--w-btn .input-outer__add-btn .btn__icon {
	font-size: 1.4rem;
	margin-left: 1rem;
}
.input-outer--w-btn .input-outer .select2-container {
	padding-right: 100px;
}
.input-outer--w-btn .select2-selection__arrow {
	right: 105px !important;
}
.input-outer.input-error {
	border: 1px solid #cc0000 !important;
	margin-bottom: 1.5rem !important;
	overflow: initial;
}
.input-outer.input-texted .input-icon:not(.input-icon__right) {
	color: #3c804f;
}
.input-outer.w-textarea {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 15rem;
}
.input-outer.w-textarea .input {
	resize: none;
	overflow-y: auto;
	height: 100%;
	padding: 2.5rem;
	line-height: 1.6em;
}
.input-h-auto {
	height: auto;
}
.input-h-auto .input {
	padding: 20px 25px;
}
.input-cvv {
	width: 172px;
	margin-left: auto;
}
@media (max-width: 424px) {
	.input-cvv {
		width: 100%;
	}
}
.input-cvv__icon {
	position: absolute;
	top: calc(50% + 1px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	font-size: 2rem;
	color: #030100;
}
.input-focused {
	border-color: #ffb45d;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.input-disabled {
	pointer-events: none;
	border-color: transparent;
}
.input-num-start-outer {
	width: 155px;
}
.input-num-start-outer input {
	width: 100%;
}
.input-icon {
	color: rgba(3, 1, 0, 0.2);
	font-size: 2.2rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	left: 15px;
	pointer-events: none;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.input-icon__right {
	position: absolute;
	right: 2.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 2.4rem;
	color: rgba(3, 1, 0, 0.2);
	cursor: pointer;
	left: unset;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	/*  &.input-icon-blued {
        background: $c-blue;
        color: #fff;
        font-size: 16px;
        width: 42px;
        height: 42px;
        right: 8px;
        border-radius: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: $transition;

        &:hover {
          background-color: darken($c-blue, 10%);
        }
      }*/
}
.input-icon__right:hover {
	color: rgba(3, 1, 0, 0.5);
}
.input-icon__right.active {
	color: #d54e4e;
}
.input-button-r {
	position: absolute;
	top: 5px;
	right: 5px;
	height: calc(100% - 10px);
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 16px;
	min-width: 64px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.input-search {
	height: 76px;
	max-width: 800px;
	width: 100%;
	-webkit-box-shadow: 0 10px 20px -8px rgba(3, 1, 0, 0.1);
	box-shadow: 0 10px 20px -8px rgba(3, 1, 0, 0.1);
}
@media (max-width: 374px) {
	.input-search .btn-txt {
		display: none;
	}
	.input-search .btn-icon {
		margin-left: 0;
	}
}
.input-search > div {
	height: 100%;
}
.input-search input {
	width: calc(100% - 141px);
}
@media (max-width: 424px) {
	.input-search input {
		width: calc(100% - 120px);
	}
}
@media (max-width: 374px) {
	.input-search input {
		width: calc(100% - 80px);
	}
}
.input-search input::-webkit-input-placeholder {
	font-weight: 300;
	font-size: 18px;
	color: #030100;
}
.input-search input::-moz-placeholder {
	font-weight: 300;
	font-size: 18px;
	color: #030100;
}
.input-search input:-ms-input-placeholder {
	font-weight: 300;
	font-size: 18px;
	color: #030100;
}
.input-search input::-ms-input-placeholder {
	font-weight: 300;
	font-size: 18px;
	color: #030100;
}
.input-search input::placeholder {
	font-weight: 300;
	font-size: 18px;
	color: #030100;
}
.input-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: nowrap;
	-ms-flex-flow: nowrap;
	flex-flow: nowrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	/* @include bp(tablet-small) {
      flex-direction: column;
    }*/
}
@media (max-width: 768px) {
	.input-group--num {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.input-group--double {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.input-group--double .input-group {
	margin-right: 10px;
}
.input-group--double .input-group:last-child {
	margin-right: 0;
}
.input-group--double .select2-selection__rendered {
	padding: 0 15px !important;
}
.input-group--triple {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.input-group--triple .select2-dropdown {
	max-width: 100% !important;
}
.input-group--triple .select2-selection__rendered {
	padding: 0 15px !important;
}
.input-group--triple {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.input-group.aifs {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.input-group.aic {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 768px) {
	.input-group.aic {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.input-group > div {
	margin-right: 15px;
}
.input-group > div:last-child {
	margin-right: 0;
}
.input-group--column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.input-group--column .input-outer:first-child,
.input-group--column .select-outer:first-child {
	border-radius: 20px 20px 0 0;
	border-bottom: none;
}
.input-group--column .input-outer:last-child,
.input-group--column .select-outer:last-child {
	border-radius: 0 0 20px 20px;
}
.input-group--other {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.select-outer {
	border-radius: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: var(--input-height);
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	position: relative;
	width: 100%;
	background: #fff;
	font-family: 'Outfit';
}
.select-outer__suffix {
	font-weight: 500;
	font-family: 'Outfit';
	font-size: 15px;
	color: #030100;
	position: absolute;
	top: 16px;
	right: 40px;
	pointer-events: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 350px) {
	.select-outer__suffix {
		font-size: 14px;
	}
}
.select-outer--w-btn .select-outer__add-btn {
	position: absolute;
	top: 9px;
	right: 10px;
	height: 42px;
	border-radius: 13px;
	width: 86px;
}
.select-outer--w-btn .select-outer__add-btn .btn-icon {
	font-size: 12px;
	margin-left: 10px;
}
.select-outer--w-btn .select-outer .select2-container {
	padding-right: 100px;
}
.select-outer--w-btn .select2-selection__arrow {
	right: 110px !important;
}
.select-outer--blue {
	background: #fff;
}
.select-outer .mobile-native-select__text {
	display: none;
}
.select-outer > select {
	width: 100%;
	border: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.788 8'%3E%3Cpath fill='%231DBAB5' transform='translate(0 -63.953)' d='M5.758,64.088a.323.323,0,0,0-.258-.135H.367a.323.323,0,0,0-.258.135.523.523,0,0,0,0,.639l2.567,3.179a.314.314,0,0,0,.516,0l2.567-3.179a.523.523,0,0,0,0-.639Z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position-x: calc(100% - 7px);
	background-position-y: calc(50% + 4px);
	background-size: 17px;
	padding: 0 2.2rem;
	height: 100%;
	font-family: 'Outfit';
	font-weight: 500;
	color: rgba(3, 1, 0, 0.8);
}
@media (max-width: 374px) {
	.select-outer > select {
		background-position-x: calc(100%);
	}
}
.select-outer > select option:disabled {
	color: red;
}
.select-outer.input-error {
	border: none !important;
	margin-bottom: 1.5rem !important;
}
.select-outer.input-error .select2-container {
	border: 1px solid #cc0000 !important;
}
.select-outer.with-icon {
	position: relative;
}
.select-outer.with-icon .select2-container--open + .select-icon {
	color: #fff;
}
.select-outer.with-icon .select-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
	z-index: 1;
}
.select-outer.with-icon .select2-selection__rendered {
	padding-left: 45px !important;
}

label.error {
	margin-bottom: 0;
	margin-top: 1.5rem;
	color: #cc0000;
	font-weight: 600;
	font-size: 1.3rem;
	position: absolute;
	bottom: -2rem;
}

input:-internal-autofill-selected {
	border-radius: inherit;
}

textarea[data-autoheight='true'] {
	overflow: visible;
}

.switch {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	cursor: pointer;
	font-family: 'Outfit';
}
.switch--small .switch__toggle {
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
}
.switch__toggle {
	outline: none;
	height: 22px;
	width: 41px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0;
	cursor: pointer;
	border-radius: 17px;
	background-color: #fff;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	margin-right: 15px;
}
.switch__toggle::before {
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	left: 5px;
	top: 4px;
	background-color: #fff;
	border-radius: 50%;
}
.switch__title {
	color: rgba(3, 1, 0, 0.6);
	font-size: 20px;
	line-height: 1em;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.switch__text {
	margin-top: 10px;
	opacity: 0.7;
	color: #030100;
	letter-spacing: 0.17px;
	font-size: 15px;
}
.switch__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: none;
}
.switch__input:checked + span {
	background-color: #d54e4e;
}
.switch__input:checked + span::before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
}

.tick-checkbox {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	cursor: pointer;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'Outfit';
	width: 100%;
}
.tick-checkbox:hover .tick-checkbox__title {
	opacity: 1;
}
.tick-checkbox--reverse .tick-checkbox__toggle {
	-webkit-box-ordinal-group: 1000;
	-webkit-order: 999;
	-ms-flex-order: 999;
	order: 999;
	margin-left: auto;
	margin-right: 0;
}
.tick-checkbox--reverse .tick-checkbox__content {
	margin-right: 1rem;
}
.tick-checkbox--radio.tick-checkbox--small .tick-checkbox__toggle {
	border-radius: 50%;
	width: 2.4rem;
	height: 2.4rem;
}
.tick-checkbox--radio.tick-checkbox--small .tick-checkbox__input:checked + span::after {
	width: 1.2rem;
	height: 1.2rem;
}
.tick-checkbox--radio .tick-checkbox__toggle {
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
}
.tick-checkbox--radio .tick-checkbox__toggle::after {
	width: 1.4rem !important;
	height: 1.4rem !important;
}
.tick-checkbox--radio .tick-checkbox__title {
	font-size: 1.8rem;
	font-weight: 500;
	color: #030100;
}
.tick-checkbox--radio .tick-checkbox__text {
	font-size: 1.6rem;
	font-weight: 400;
	color: #868585;
	margin-top: 0.8rem;
}
.tick-checkbox--radio .tick-checkbox__input:checked + span {
	background: transparent;
	position: relative;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.tick-checkbox--radio .tick-checkbox__input:checked + span::after {
	content: '';
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #d54e4e;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.tick-checkbox__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: none;
}
.tick-checkbox__input:checked + span {
	background-color: #d54e4e;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.788 8'%3E%3Cpath fill='%23fff' d='M9.146 0L3.722 5.477 1.489 3.244 0 4.733l3.722 3.775 6.913-6.966z'%3E%3C/path%3E%3C/svg%3E");
	border-color: #d54e4e;
}
.tick-checkbox__input:checked ~ .tick-checkbox__content .tick-checkbox__title {
	color: #030100;
	opacity: 1;
}
.tick-checkbox__input:checked ~ .tick-checkbox__icon {
	color: #d54e4e;
}
.tick-checkbox__icon {
	margin-right: 2.4rem;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background: #f2f2f2;
	display: grid;
	place-items: center;
	font-size: 2.3rem;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 424px) {
	.tick-checkbox__icon {
		width: 4rem;
		height: 4rem;
		font-size: 2rem;
		margin-right: 2rem;
	}
}
.tick-checkbox__toggle {
	outline: none;
	height: 2.4rem;
	width: 2.4rem;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-radius: 0.6rem;
	position: relative;
	margin: 0;
	cursor: pointer;
	background-color: #fcfffe;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	margin-right: 2rem;
	border: 1px solid rgba(3, 1, 0, 0.15);
	background-repeat: no-repeat;
	background-position-x: calc(50% + 1px);
	background-position-y: 50%;
	background-size: 1.2rem;
}
.tick-checkbox__title {
	color: rgba(3, 1, 0, 0.7);
	font-size: 2rem;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.3em;
	opacity: 0.8;
}
.tick-checkbox__txt {
	font-size: 1.5rem;
	color: #030100;
	font-weight: 500;
	font-family: 'Outfit';
}
.tick-checkbox__link {
	color: #3c804f;
}

.hidden-input {
	visibility: hidden;
	position: absolute;
	z-index: -999;
}

.input-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 576px) {
	.input-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.input-row .input-group {
	width: 50%;
}
@media (max-width: 576px) {
	.input-row .input-group {
		width: 100%;
	}
}
.input-row .input-group + .input-group {
	margin-left: 2rem;
}
@media (max-width: 576px) {
	.input-row .input-group + .input-group {
		margin-left: 0;
	}
}

.btn {
	width: auto;
	border-radius: 30px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 5.8rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	font-size: 1.8rem;
	letter-spacing: -0.36px;
	font-weight: 500;
	padding: 0 2rem;
	min-width: 17rem;
	cursor: pointer;
}
.btn:focus {
	outline: 0;
}
.btn.text-change {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.btn.text-change .animation-text {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -40%);
	-ms-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%);
	left: 50%;
	opacity: 0;
	width: 100%;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.btn.text-change .btn__txt {
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.btn.text-change:not(.no-animation):hover .btn__txt:not(.animation-text) {
	opacity: 0 !important;
}
.btn.text-change:not(.no-animation):hover .animation-text {
	opacity: 1 !important;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.btn.text-change .deactive-text {
	display: block !important;
}
.btn.text-change .active-text {
	display: none !important;
}
.btn.text-change.active .deactive-text {
	display: none !important;
}
.btn.text-change.active .active-text {
	display: block !important;
}
.btn.icon-change .deactive-icon {
	display: grid !important;
}
.btn.icon-change .active-icon {
	display: none !important;
}
.btn.icon-change.active .deactive-icon {
	display: none !important;
}
.btn.icon-change.active .active-icon {
	display: grid !important;
}
.btn.bs-none {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn--xl {
	height: 8.2rem;
	font-size: 2.2rem;
	padding: 0 4rem;
	min-width: 30rem;
}
@media (max-width: 767px) {
	.btn--xl {
		height: 7.2rem;
		padding: 0 3rem;
	}
}
@media (max-width: 424px) {
	.btn--xl {
		min-width: 25rem;
	}
}
.btn--xl.btn--i-left .btn__icon {
	margin-right: 5rem;
}
@media (max-width: 576px) {
	.btn--xl.btn--i-left .btn__icon {
		margin-right: 3rem;
	}
}
.btn--xl.btn--i-right .btn__icon {
	margin-left: 5rem;
}
@media (max-width: 576px) {
	.btn--xl.btn--i-right .btn__icon {
		margin-left: 3rem;
	}
}
.btn--red {
	background-color: #d54e4e;
	color: #fff !important;
}
.btn--red:hover {
	background-color: #c22e2e;
}
.btn--gray {
	background-color: rgba(53, 52, 51, 0.05);
	color: rgba(53, 52, 51, 0.6);
}
.btn--gray:hover {
	background-color: rgba(53, 52, 51, 0.15);
}
.btn--blue {
	background-color: #5d82c7;
	color: #fff;
}
.btn--blue:hover {
	background-color: #3e67b3;
}
.btn--facebook {
	color: #5d82c7;
	background: #f9f9f9;
}
.btn--facebook:hover {
	background-color: #eadbc8;
}
.btn--google {
	color: #dd4b39;
	background: #f9f9f9;
}
.btn--google:hover {
	background-color: #eadbc8;
}
.btn--lg {
	height: 7.2rem;
	font-size: 1.8rem;
	padding: 0 3rem;
	border-radius: 1.6rem;
}
.btn--lg.btn--i-left .btn__icon {
	margin-right: 3rem;
}
.btn--lg.btn--i-right .btn__icon {
	margin-left: 3rem;
}
.btn--white {
	background-color: #fff;
	color: #d54e4e;
}
.btn--white__icon {
	color: inherit;
}
.btn--white:hover {
	background-color: #d54e4e;
	color: #fff;
}
.btn--orange {
	background-color: #ffb45d;
	color: #fff;
}
.btn--orange__icon {
	color: inherit;
}
.btn--orange:hover {
	background-color: #ffa844;
	color: #fff;
}
.btn--orange-dark {
	background-color: #ffb053;
	color: #fff;
}
.btn--orange-dark__icon {
	color: inherit;
}
.btn--orange-dark:hover {
	background-color: #ffa43a;
	color: #fff;
}
.btn--yellow {
	border: 1px solid var(--color-brand);
	color: var(--color-brand) !important;
	background: #fff !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn--yellow .btn__icon {
	color: inherit;
	transition: all 0.3s ease;
}
.btn--yellow:hover {
	border: 1px solid var(--color-brand);
	background: var(--color-brand) !important;
	color: #fff !important;
}
.btn--yellow:hover .btn__icon {
	color: #fff !important;
}
.btn--transparent {
	background-color: transparent;
	color: #030100;
}
.btn--transparent__icon {
	color: inherit;
}
.btn--link {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}
.btn--link.btn--red {
	color: #d54e4e;
	max-height: unset;
	text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.btn--link.btn--red:hover {
	color: #fff;
	background: #d54e4e;
}
.btn--outline-red {
	background: transparent;
	border: 1px solid rgba(213, 78, 78, 0.85);
	color: rgba(213, 78, 78, 0.85);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn--outline-red:hover {
	background-color: #d54e4e;
	color: #fff;
}
.btn--i {
	min-width: unset;
	width: 5rem;
	height: 5rem;
	padding: 0;
}
.btn--i .btn__icon {
	height: 1em;
}
.btn--i-left.icon-fixed {
	padding-left: 2.8rem;
}
.btn--i-left.icon-fixed .btn__icon {
	margin-right: 0;
	padding-right: 4.8rem;
	height: 4rem;
	display: grid;
	place-items: center;
}
.btn--i-left.icon-fixed .btn__txt {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.btn--i-left .btn__icon {
	font-size: 3.2rem;
	height: 1em;
	margin-right: 2rem;
}
.btn--i-right.icon-fixed .btn__icon {
	margin-left: 0;
}
.btn--i-right.icon-fixed .btn__txt {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.btn--i-right .btn__icon {
	font-size: 2.5rem;
	height: 1em;
	margin-left: 2rem;
}
.btn--round {
	border-radius: 50%;
}
.btn__caret {
	margin-left: 2rem;
	font-size: 7px;
	opacity: 0.5;
	height: 1em;
}

.button-group {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.button-group .button {
	width: calc(50% - 7px);
	margin-top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.button-group .button i {
	position: static;
	margin-right: 5px;
	-webkit-transform: unset;
	-ms-transform: unset;
	transform: unset;
}

.btn-group {
	background: #d54e4e;
	border-radius: 23px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 6px 8px;
	position: relative;
	color: #030100;
}
.btn-group--light {
	background: #fff;
}
.btn-group--light .btn-group__btn.active .btn-group__txt {
	color: #fff;
}
.btn-group--light .btn-group__txt {
	color: #030100;
}
.btn-group__bg {
	background: #d54e4e;
	position: absolute;
	border-radius: 1.4rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.btn-group__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	font-weight: 600;
}
.btn-group__txt {
	font-size: 1.4rem;
	color: #fff;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}

.btn-betweens {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.btn-betweens-right .btn:first-child {
	margin-right: 1.2rem;
}
@media (max-width: 576px) {
	.btn-betweens-right .btn:first-child {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0 !important;
		width: 6rem;
	}
}
.btn-betweens-right .btn--i {
	font-size: 2.7rem;
}
@media (max-width: 576px) {
	.btn-betweens.mobile-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.btn-betweens.mobile-reverse .btn:first-child {
		margin-top: 1.2rem;
	}
	.btn-betweens:not(.mobile-reverse):not(.mobile-row) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.btn-betweens:not(.mobile-reverse):not(.mobile-row) .btn {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.btn-betweens:not(.mobile-reverse):not(.mobile-row) .btn:first-child {
		margin-bottom: 1.2rem;
	}
	.btn-betweens .btn {
		width: 100%;
	}
}

.status {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.8rem 2.8rem;
	min-width: 14rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	border-radius: 1rem;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-weight: 500;
	font-size: 1.8rem;
}
.status--small {
	padding: 1rem 1.5rem;
	min-width: unset;
	border-radius: 0.8rem;
}
.status--success {
	color: #6dc66d;
	background: rgba(109, 198, 109, 0.1);
	border-color: rgba(109, 198, 109, 0.5);
}
.status--danger {
	color: #ff825d;
	background: rgba(255, 130, 93, 0.1);
	border-color: rgba(255, 130, 93, 0.5);
}
.status--warning {
	color: var(--color-brand);
	background: rgba(213, 79, 78, 0.05);
	line-height: 130%;
}

.modal {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -48%);
	-ms-transform: translate(-50%, -48%);
	transform: translate(-50%, -48%);
	background: #fff;
	border-radius: 1.6rem;
	z-index: 251;
	pointer-events: none;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 0;
	min-height: 25rem;
	min-width: 40rem;
	overflow: hidden;
	width: 52rem;
	max-width: calc(100% - 3.6rem);
}
.modal .select2-container {
	width: 100% !important;
}
.modal:not(.active) .search-results {
	pointer-events: none !important;
}
@media (max-width: 576px) {
	.modal {
		min-width: unset;
	}
}
.modal--standart .modal-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 4rem 3.5rem;
	border-bottom: 1px solid rgba(3, 1, 0, 0.1);
}
@media (max-width: 480px) {
	.modal--standart .modal-header {
		padding: 2.5rem;
	}
}
.modal--standart .modal-header .modal-title {
	margin-bottom: 2rem;
}
.modal--standart .modal-content {
	padding: 2rem 3.5rem 4rem 3.5rem;
}
@media (max-width: 480px) {
	.modal--standart .modal-content {
		padding: 2.5rem;
	}
}
.modal--text {
	max-height: calc(100vh - 4rem);
	width: 64rem;
}
.modal--text .modal-header {
	padding: 2rem 3.5rem 0 3.5rem;
}
@media (max-width: 480px) {
	.modal--text .modal-header {
		padding: 2.5rem 2.5rem 0 2.5rem;
	}
}
.modal--text .modal-header .modal-title {
	margin-bottom: 2rem;
}
.modal--text .modal-content {
	padding: 2rem 3.5rem 4rem 3.5rem;
	max-height: calc(100vh - 20rem);
	overflow-y: auto;
}
@media (max-width: 480px) {
	.modal--text .modal-content {
		padding: 2.5rem;
	}
}
.modal--share {
	width: 50rem;
}
@media (max-width: 767px) {
	.modal--share {
		min-height: 20rem;
	}
}
.modal--share .input {
	padding-right: 6rem;
	padding-left: 15px;
}
.modal--share .input-outer {
	height: 5rem;
}
.modal--share .input-icon__right {
	right: 15px;
}
.modal--share .input-icon__right:hover {
	color: #d54e4e;
}
.modal--share .modal-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(246, 246, 246, 0.5);
}
.modal--share .modal-content .social__item {
	height: 1em;
}
.modal--loan .modal-header .modal-text {
	margin-top: 2rem;
}
@media (max-width: 480px) {
	.modal--loan .modal-header .modal-text {
		margin-top: 0;
	}
}
.modal--add-library {
	width: 96rem;
	height: 53rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
@media (max-width: 992px) {
	.modal--add-library {
		height: auto;
	}
}
.modal--add-library .modal-left {
	padding: 3rem;
	border-right: 1px solid rgba(3, 1, 0, 0.1);
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 767px) {
	.modal--add-library .modal-left {
		display: none;
	}
}
.modal--add-library .modal-right {
	padding: 3rem;
	width: 100%;
}
.modal--add-library .modal-header {
	padding: 0;
	border-bottom: 0;
	margin-bottom: 2rem;
}
.modal--add-library .modal-content {
	padding: 0;
	height: 37.5rem;
}
.modal--add-library .modal-footer {
	padding: 0;
	border-top: 0;
}
.modal--add-library .book-item__img {
	width: 30rem;
	height: 47rem;
}
.modal--add-library label {
	margin-bottom: 0;
}
.modal--add-library .input {
	padding-right: 15rem;
}
.modal--add-library .input-outer {
	height: 7.2rem;
	border-radius: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2.5rem !important;
}
.modal--add-library .input-button {
	border-left: 1px solid rgba(3, 1, 0, 0.1);
}
.modal--add-library .add-library-options {
	width: 100%;
	max-height: 27rem;
	overflow-y: auto;
	padding-right: 5px;
	padding-bottom: 1rem;
}
.modal--add-library .add-library-options-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1.6rem 1.6rem 1.6rem 0;
	border: 1px solid rgba(3, 1, 0, 0.15);
	margin-bottom: 1rem;
	width: 100%;
	border-radius: 1rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.modal--add-library .add-library-options-item__icon {
	border-right: 1px solid rgba(3, 1, 0, 0.1);
	padding: 0 2.5rem;
	display: grid;
	place-items: center;
	color: #030100;
	font-size: 2.3rem;
}
@media (max-width: 424px) {
	.modal--add-library .add-library-options-item__icon {
		padding: 0 2rem;
	}
}
@media (max-width: 374px) {
	.modal--add-library .add-library-options-item__icon {
		display: none;
	}
}
.modal--add-library .add-library-options-item-content {
	opacity: 0.55;
	padding-left: 2.5rem;
}
@media (max-width: 424px) {
	.modal--add-library .add-library-options-item-content {
		padding-left: 2rem;
	}
}
.modal--add-library .add-library-options-item-content__title {
	color: #030100;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 0.5rem;
}
.modal--add-library .add-library-options-item-wrapper {
	width: 100%;
	display: block;
}
.modal--add-library .add-library-options-item-wrapper input:checked + .add-library-options-item {
	background: #faecec;
	border-color: #d54e4e;
}
.modal--add-library
	.add-library-options-item-wrapper
	input:checked
	+ .add-library-options-item
	.add-library-options-item__icon {
	color: #d54e4e;
}
.modal--add-library
	.add-library-options-item-wrapper
	input:checked
	+ .add-library-options-item
	.add-library-options-item-content {
	opacity: 1;
}
.modal--select-corporation {
	width: 57rem;
	height: auto;
}
.modal--select-corporation .modal-header {
	border-bottom: 0;
	margin-bottom: 1rem;
	text-align: center;
	padding: 4rem 0 1rem 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.modal--select-corporation .modal-content {
	padding: 0;
	border: 0;
}
.modal--select-corporation .modal-footer {
	padding-top: 0;
	border-top: 0;
}
.modal--select-corporation .general-tab-bar {
	height: 7rem;
}
.modal--select-corporation .general-tab-bar-item {
	padding: 0 1rem;
	font-size: 1.8rem;
}
.modal--select-corporation .select-corporation .divider {
	width: calc(100% + 8rem);
	margin-left: -4rem;
}
.modal--select-corporation .select-corporation-form__text {
	font-size: 1.7rem;
	line-height: 1.65em;
	font-weight: 400;
	color: #868585;
}
.modal--select-corporation .select-corporation-form__text a {
	color: #353333;
}
.modal--select-corporation .select-corporation-form__text a:hover {
	color: #d54e4e;
}
.modal--public-state {
	width: 60rem;
}
.modal--public-state .modal-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 4rem calc(var(--modal-padding) * 2);
	border-bottom: 1px solid rgba(3, 1, 0, 0.1);
}
.modal--public-state .modal-content {
	padding: 4rem calc(var(--modal-padding) * 2);
}
.modal--public-state .select-public-state-checkboxes {
	display: block;
	margin-bottom: 1rem;
}
.modal--public-state .select-public-state-checkboxes .tick-checkbox {
	margin-bottom: 3.6rem;
}
.modal--public-state .btn--red {
	padding: 0 4rem;
}
.modal--add-review {
	width: 70rem;
	max-height: 90vh;
	overflow-y: auto;
}
.modal--add-review .modal-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 4rem 3.5rem;
	border-bottom: 1px solid rgba(3, 1, 0, 0.1);
}
@media (max-width: 480px) {
	.modal--add-review .modal-header {
		padding: 2.5rem;
	}
}
.modal--add-review .modal-header .modal-title {
	margin-bottom: 2rem;
}
.modal--add-review .modal-header .input-group .input-outer.w-textarea {
	height: 13rem;
}
.modal--add-review .modal-content {
	padding: 4rem 3.5rem;
}
@media (max-width: 480px) {
	.modal--add-review .modal-content {
		padding: 2.5rem;
	}
}
.modal--add-review .reading-state {
	border: 1px solid rgba(3, 1, 0, 0.05);
	margin-bottom: 2rem;
}
.modal--add-review .reading-state .book-item__img {
	width: 8.2rem;
	height: 11rem;
}
@media (max-width: 480px) {
	.modal--add-review .reading-state .book-item__img {
		display: none;
	}
}
.modal--add-review .reading-state .book-detail-info-items {
	margin: 1rem 0 0 0;
	padding: 2rem 0 0 0;
}
@media (max-width: 767px) {
	.modal--add-review .reading-state .book-detail-info-items {
		width: 100%;
		padding-top: 1.5rem;
		margin-top: 1.5rem;
	}
}
@media (max-width: 767px) {
	.modal--add-review .reading-state .book-detail-info-header {
		min-height: unset;
	}
}
.modal--add-review .reading-state .book-detail-info-authors {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.modal--add-review .reading-state .book-detail-info-authors {
		margin-top: 0;
	}
}
.modal--add-review .reading-state .book-detail-info-content {
	padding-left: 2rem;
	padding-right: 0;
}
@media (max-width: 480px) {
	.modal--add-review .reading-state .book-detail-info-content {
		padding: 0;
	}
}
.modal--add-review .reading-state .book-detail-info-content-header-left {
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.modal--add-review .btn--red {
	padding: 0 4rem;
}
@media (max-width: 992px) {
	.modal--add-review .add-review-form .search-wrapper {
		width: 100%;
		margin-left: 0;
	}
	.modal--add-review .add-review-form .search-wrapper .search-input-wrapper {
		height: auto;
		margin-bottom: 0;
		padding-left: 0;
	}
}
.modal--create-list {
	width: 70rem;
	overflow: visible;
}
.modal--create-list .modal-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 4rem 3.5rem 2rem 3.5rem;
	border-bottom: 1px solid rgba(3, 1, 0, 0.1);
}
@media (max-width: 480px) {
	.modal--create-list .modal-header {
		padding: 2.5rem;
	}
}
.modal--create-list .modal-header .modal-title {
	margin-bottom: 2rem;
}
.modal--create-list .modal-header .input-group {
	width: 100%;
}
.modal--create-list .modal-header .input-group .input-outer.w-textarea {
	height: 13rem;
}
.modal--create-list .modal-content {
	padding: 2rem 3.5rem 4rem 3.5rem;
}
@media (max-width: 480px) {
	.modal--create-list .modal-content {
		padding: 2.5rem;
	}
}
.modal--create-list .btn-betweens {
	margin-top: 4rem;
}
.modal--create-list .btn--red {
	padding: 0 4rem;
	min-width: 25rem;
}
.modal.active {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
	pointer-events: all;
}
.modal-tab-content {
	background: rgba(246, 246, 246, 0.7);
	border-radius: 1rem;
	padding: 1rem 2rem;
}
.modal-tab-content .tag-infos-table {
	padding: 0;
}
.modal-tab-content .tag-infos-table-row {
	padding: 1.5rem 0;
	position: relative;
}
.modal-tab-content .tag-infos-table-row::after {
	content: '';
	background: #f8f8f8;
	left: 0;
	bottom: -2px;
	height: 4px;
	position: absolute;
	width: 8rem;
	z-index: 2;
}
.modal-tab-content .tag-infos-table-row__title {
	font-size: 1.6rem;
}
.modal-tab-content .tag-infos-table-row__text {
	font-size: 1.6rem;
}
.modal-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: var(--modal-padding);
	border-bottom: 1px solid rgba(3, 1, 0, 0.1);
}
.modal-header.no-border {
	border-bottom: 0;
	padding-bottom: 0;
}
.modal-header .input-group {
	width: 100%;
}
.modal-toptitle {
	font-weight: 500;
	font-size: 1.9rem;
	color: #030100;
}
.modal-subtitle {
	font-weight: 400;
	font-size: 1.6rem;
	color: rgba(3, 1, 0, 0.4);
}
.modal-title {
	font-weight: 800;
	font-size: 1.8rem;
	letter-spacing: 0.036rem;
	color: rgba(3, 1, 0, 0.3);
}
.modal-text {
	font-weight: 400;
	font-size: 1.7rem;
	color: #868585;
	line-height: 1.7em;
}
.modal-text--note {
	padding-left: 10px;
	position: relative;
}
.modal-text--note::before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #d54e4e;
	position: absolute;
	left: 0;
	top: 6px;
}
.modal-text--note b {
	font-weight: 400;
}
.modal-text--heavy {
	font-weight: 500;
	font-size: 1.8rem;
}
.modal-text b {
	font-weight: 500;
	color: #353333;
}
.modal-close {
	width: 4rem;
	height: 4rem;
	display: grid;
	place-items: center;
	background: #f9f9f9;
	border-radius: 1rem;
	cursor: pointer;
}
.modal-content {
	padding: var(--modal-padding);
	height: 100%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.modal-footer {
	padding: var(--modal-padding);
	border-top: 1px solid rgba(3, 1, 0, 0.1);
}
.modal .btn--red:not(.btn--link) {
	min-width: 23rem;
}
@media (max-width: 576px) {
	.modal .btn--red:not(.btn--link) {
		min-width: 17rem;
	}
}

.js-open-modal {
	cursor: pointer;
}

textarea.modal-text {
	width: 100%;
	border: 0;
	background: transparent;
	overflow: visible;
	height: auto;
	padding: 1.5rem 0;
	resize: none;
}
textarea.modal-text:focus {
	outline: 0;
}

.js-public-state .public-icon {
	display: none;
}

.js-public-state.public {
	color: #d54e4e;
}
.js-public-state.public .btn__icon {
	display: none;
}
.js-public-state.public .btn__icon.public-icon {
	display: block;
}

.status-input {
	width: 100%;
}
.status-input label {
	display: block;
	width: 100%;
	opacity: 0.7;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-webkit-filter: grayscale(0.3);
	filter: grayscale(0.3);
	cursor: pointer;
}
.status-input .status {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	border: 2px solid transparent;
}
.status-input input {
	opacity: 0;
	position: absolute;
	z-index: -99;
}
.status-input input:checked + label {
	opacity: 1;
	-webkit-filter: none;
	filter: none;
}
.status-input input:checked + label .status {
	border: 2px solid;
}

/*@import "component/_popup.scss";
@import "component/_search_filter.scss";*/
.accordion-content {
	overflow: hidden;
	height: 0;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	width: 100%;
}

.tab-content {
	opacity: 1;
	-webkit-animation: filteredScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards;
	animation: filteredScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards;
}
.tab-content.filtering {
	-webkit-animation: filteringScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards;
	animation: filteringScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards;
}
.tab-content.filtered {
	display: none;
}

@-webkit-keyframes filteringScale {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes filteringScale {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@-webkit-keyframes filteredScale {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes filteredScale {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.blur-badge {
	padding: 1.5rem 2.5rem 1.5rem 1.5rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	overflow: hidden;
	border-radius: 1.4rem;
	margin-bottom: 3rem;
	display: block;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 767px) {
	.blur-badge {
		padding: 10px;
		border-radius: 4px;
	}
}
.blur-badge:not(.no-hover):hover::after {
	-webkit-box-shadow: inset 0 0 400px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 0 400px rgba(255, 255, 255, 0.3);
}
.blur-badge::after {
	content: '';
	width: 100%;
	height: 100%;
	background: transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-box-shadow: inset 0 0 200px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 0 200px rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	-webkit-filter: brightness(0.8);
	filter: brightness(0.8);
	border-radius: 1.4rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 767px) {
	.blur-badge::after {
		border-radius: 4px;
	}
}
.blur-badge-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	position: relative;
	z-index: 2;
}
.blur-badge span {
	font-size: 1.6rem;
	line-height: 1.5em;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.32px;
}
@media (max-width: 1200px) {
	.blur-badge span {
		font-size: 1.4rem;
	}
}
@media (max-width: 767px) {
	.blur-badge span {
		font-size: 12px;
	}
}
.blur-badge .icon {
	color: #ffb45d;
	font-size: 2rem;
	margin-right: 1.5rem;
}
@media (max-width: 767px) {
	.blur-badge .icon {
		font-size: 14px;
		margin-right: 6px;
	}
}

.badge {
	height: 6rem;
	padding: 0 1.2rem;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 1rem;
	font-size: 1.6rem;
	font-weight: 500;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	text-decoration: none;
	background-color: #ede7e0;
	color: #4e4d4c;
}
.badge--large {
	padding: 0 2.5rem;
	font-size: 1.8rem;
}
.badge[href]:hover {
	-webkit-box-shadow: 0 5px 5px -7px rgba(3, 1, 0, 0.2);
	box-shadow: 0 5px 5px -7px rgba(3, 1, 0, 0.2);
}
.badge--corporate {
	background: transparent;
	border: 1px solid #e0d5c8;
	padding: 0 2rem;
}
.badge--corporate .badge__text {
	color: #030100;
}
.badge--light-yellow {
	background-color: #f9f9f9;
}
.badge--light-yellow[href]:hover {
	background-color: #ede7e0;
}
.badge--transparent-white {
	background-color: rgba(255, 255, 255, 0.6);
}
.badge--transparent-white[href]:hover {
	background-color: white;
}
.badge--gray {
	background-color: #faf9f8;
}
.badge--gray[href]:hover {
	background-color: #f9f9f9;
}
.badge__img {
	margin-right: 2rem;
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 50%;
}
.badge__img img {
	height: inherit;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.book-item {
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	display: block;
}
.book-item-badge {
	background: #fff;
	border-radius: 20px;
	position: absolute;
	top: 1.3rem;
	left: 1.3rem;
	font-size: 3rem;
	width: 1.3em;
	height: 1.3em;
	padding: 5px;
	display: grid;
	place-items: center;
	-webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
	.book-item-badge {
		font-size: 1.8rem;
		border-radius: 5px;
	}
}
.book-item-badge span {
	height: 1em;
	display: block;
}
.book-item.no-hover .book-item__img {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.book-item__img {
	border-radius: 8px;
	-webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
	width: var(--slider-image-width);
	height: var(--slider-image-heigth);
	overflow: hidden;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	position: relative;
}
.book-item__img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: inherit;
	aspect-ratio: 2/3;
}
.book-item:not(.no-hover):hover {
	transform: translateY(-3px);
}
.book-item:not(.no-hover):hover .book-item__img {
	-webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
}
.book-item:not(.no-hover):hover .book-item__title {
	text-decoration: underline;
}
.book-item:not(.no-hover):hover .book-item__detail-btn {
	display: none !important;
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
	transform: translateX(-50%) translateY(-50%) translateZ(0);
}
.book-item--reverse .book-item-info {
	margin-bottom: 10px;
	margin-top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.book-item--big {
	width: 100%;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.book-item--big:hover .book-item__title {
	color: #d54e4e;
	text-decoration: none;
}
.book-item--big .book-item__img {
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	width: 100%;
	border-radius: 1.6rem;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}
@media (max-width: 480px) {
	.book-item--big .book-item__img {
		border-radius: 8px;
	}
}
.book-item--big .book-item__img::after {
	content: '';
	width: 90%;
	height: 90%;
	background: inherit;
	position: absolute;
	top: 10%;
	left: 5%;
	-webkit-filter: blur(13px);
	filter: blur(13px);
	z-index: -1;
}
.book-item--big .book-item__img img {
	height: inherit;
	border-radius: inherit;
}
.book-item--big .book-item__title {
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.book-item--horizontal:hover {
	-webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
}
.book-item--horizontal .book-item__detail-btn {
	bottom: calc(50% - 50px) !important;
}
.book-item--horizontal .book-detail-info__title {
	color: #353333;
	font-size: 2.7rem;
}
.book-item--horizontal .book-detail-info__title:hover {
	color: #d54e4e;
	text-decoration: underline;
}
.book-item--horizontal .book-detail-info-header-right {
	height: auto;
}
@media (max-width: 767px) {
	.book-item--horizontal .book-detail-info-save-btn {
		display: none;
	}
}
@media (max-width: 767px) {
	.book-item--horizontal .book-detail-info-more-btn {
		width: 4rem;
		height: 4rem;
		font-size: 1.8rem;
		border-radius: 0.8rem;
	}
}
.book-item-info {
	text-align: left;
	margin-top: 2rem;
}
.book-item__title {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.3em;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.book-item__author {
	font-size: 1.2rem;
	line-height: 1.4em;
	font-weight: 400;
	color: rgba(3, 1, 0, 0.4);
}
.book-item__detail-btn {
	position: absolute;
	bottom: 30%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateZ(0) scale(1, 1);
	-webkit-box-shadow: 0 7px 11px rgba(0, 0, 0, 0.15);
	box-shadow: 0 7px 11px rgba(0, 0, 0, 0.15);
}
@media (max-width: 992px) {
	.book-item__detail-btn {
		bottom: 20%;
	}
}

.langs {
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.langs-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding-right: 2rem;
}
.langs-menu::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #868585;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	border-radius: 3px;
}
.langs-menu:hover .header-langs-menu::after,
.langs-menu.active .header-langs-menu::after {
	border-top-color: #030100;
}
.langs-menu:hover .header-langs-menu__code,
.langs-menu.active .header-langs-menu__code {
	opacity: 1;
}
.langs-menu.active::after {
	-webkit-transform: translateY(-7px) rotate(-180deg);
	-ms-transform: translateY(-7px) rotate(-180deg);
	transform: translateY(-7px) rotate(-180deg);
}
.langs-menu.active + .langs-menu-content {
	-webkit-transform: translateY(0) translateZ(0) translateX(-50%) scale(1, 1);
	transform: translateY(0) translateZ(0) translateX(-50%) scale(1, 1);
	opacity: 1;
	pointer-events: all;
}
.langs-menu__img {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 1.2rem;
}
.langs-menu__img img {
	-o-object-fit: cover;
	object-fit: cover;
	height: inherit;
	width: 100%;
}
.langs-menu__code {
	text-transform: uppercase;
	color: #030100;
	opacity: 0.8;
	font-weight: bold;
	font-size: 1.6rem;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.langs-menu-content {
	background: #fff;
	border-radius: 6px;
	padding: 2rem;
	top: calc(100% + 10px);
	position: absolute;
	width: 100%;
	-webkit-box-shadow: 0 0 10px rgba(3, 1, 0, 0.1), 0 10px 20px -8px rgba(3, 1, 0, 0.1);
	box-shadow: 0 0 10px rgba(3, 1, 0, 0.1), 0 10px 20px -8px rgba(3, 1, 0, 0.1);
	-webkit-transform: translateY(20px) translateX(-50%);
	-ms-transform: translateY(20px) translateX(-50%);
	transform: translateY(20px) translateX(-50%);
	left: 50%;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	opacity: 0;
	pointer-events: none;
	z-index: 3;
}
.langs-menu-content__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.5rem 1rem;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-radius: 0.6rem;
}
.langs-menu-content__item:hover {
	background: rgba(248, 243, 237, 0.4);
}
.langs-menu-content__item + .langs-menu-content__item {
	margin-top: 5px;
}
.langs-menu-content__item.active {
	background: #f9f9f9;
}
.langs-menu-content__item .langs-menu__img {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
/*
.search {
  background-color: #FFF;
  border-radius: 1.4rem;
  height: 10rem;
  padding: 1rem 1.1rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 10px 20px -8px rgba(3, 1, 0, 0.1);
          box-shadow: 0 10px 20px -8px rgba(3, 1, 0, 0.1);
  position: relative;
  z-index: var(--index-search-z-index); }
  .search-wrapper {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .search-wrapper.no-category {
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 100% !important;
          -ms-flex: 0 0 100% !important;
              flex: 0 0 100% !important;
      max-width: 100% !important;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 6rem;
      margin-bottom: 2rem;
      background: rgba(199, 199, 199, 0.1);
      border: 1px solid rgba(53, 52, 51, 0.1);
      border-radius: 1rem;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .search-wrapper.no-category .search-results {
        width: calc(100% + 2px);
        margin-left: -1px;
        border: 1px solid rgba(3, 1, 0, 0.1); }
        .search-wrapper.no-category .search-results-item {
          padding: 1rem; }
          .search-wrapper.no-category .search-results-item-right {
            padding-left: 0; }
      .search-wrapper.no-category .search-input {
        background: transparent;
        padding-left: 0; }
        .search-wrapper.no-category .search-input-wrapper {
          margin-left: 2.6rem; }
      .search-wrapper.no-category .search__btn {
        width: 4.6rem;
        height: 4.6rem;
        margin-top: .6rem;
        margin-right: .6rem;
        font-size: 2rem; }
    @media (max-width: 1200px) {
      .search-wrapper {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80%;
            -ms-flex: 0 0 80%;
                flex: 0 0 80%;
        max-width: 80%; } }
    @media (max-width: 992px) {
      .search-wrapper {
        -webkit-box-flex: unset;
        -webkit-flex: unset;
            -ms-flex: unset;
                flex: unset;
        max-width: unset;
        width: calc(100% + 32px);
        margin-left: -16px; } }
    @media (max-width: 767px) {
      .search-wrapper {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-left: 0; } }
  @media (max-width: 767px) {
    .search {
      height: auto;
      padding: 10px 20px 20px 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .search-categories {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2.6rem 0 2.6rem;
    position: relative;
    cursor: pointer;
    border-radius: 1rem;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    -o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: var(--search-category-width);
    min-width: var(--search-category-width); }
    @media (max-width: 1529px) {
      .search-categories {
        padding: 0 1.6rem 0 1.6rem; } }
    @media (max-width: 767px) {
      .search-categories {
        height: 8rem;
        margin: 2rem 0 1rem 0; } }
    .search-categories.active {
      background-color: #d54e4e;
      color: #FFF; }
      .search-categories.active .search-categories__icon {
        color: #FFF; }
      .search-categories.active .search-categories__text {
        color: #FFF; }
      .search-categories.active .search-categories__caret {
        color: #FFF;
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
    .search-categories:not(.active):hover {
      background: #fafafa; }
    .search-categories::after {
      position: absolute;
      right: -1rem;
      content: '';
      width: 1px;
      height: 5rem;
      background-color: #e5e5e5;
      margin: auto 0 auto 0; }
      @media (max-width: 767px) {
        .search-categories::after {
          height: 1px;
          right: unset;
          left: 0;
          width: 100%;
          margin: 0;
          top: -1rem; } }
    .search-categories__icon {
      margin-right: 2.4rem;
      font-size: 2.2rem;
      color: #e5e5e5;
      height: 1em; }
    .search-categories__text {
      color: rgba(3, 1, 0, 0.7);
      font-size: 2rem;
      font-weight: 300; }
    .search-categories__caret {
      color: #999897;
      font-size: .9rem;
      height: 1em;
      -webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      -o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      margin-left: auto; }
  .search-input-wrapper {
    margin: 0 2.6rem 0 3.6rem;
    width: 100%;
    position: relative;
     }
    .search-input-wrapper__placeholder {
      left: 5rem;
      top: 50%;
      opacity: 1;
      pointer-events: none;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute;
      color: rgba(3, 1, 0, 0.5);
      font-size: 2rem;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
      .search-input-wrapper__placeholder::after {
        content: ''; }
        @media (max-width: 767px) {
          .search-input-wrapper__placeholder::after {
            content: ''; } }
      @media (max-width: 1349px) {
        .search-input-wrapper__placeholder {
          left: 6rem; } }
      @media (max-width: 767px) {
        .search-input-wrapper__placeholder {
          left: 6.3rem; } }
    .search-input-wrapper input:focus + .search-input-wrapper__placeholder, .search-input-wrapper input:valid + .search-input-wrapper__placeholder {
      opacity: 0; }
    @media (max-width: 1529px) {
      .search-input-wrapper {
        margin: 0 1.6rem 0 2.6rem; } }
    @media (max-width: 767px) {
      .search-input-wrapper {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
            -ms-flex-order: -1;
                order: -1;
        margin: 0;
        height: 6rem;
        margin-bottom: .5rem;
        padding-left: 1.6rem; } }
  .search-input {
    border: 0;
    height: 100%;
    padding: 0 0 0 4rem;
    font-size: 2rem; }
    @media (max-width: 767px) {
      .search-input {
        padding: 0 0 0 4.5rem; } }
    .search-input:focus + .search-input__icon {
      color: #d54e4e; }
    .search-input__icon {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
      color: #e5e5e5;
      font-size: 2.2rem;
      height: 1em;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      -o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
      @media (max-width: 1349px) {
        .search-input__icon {
          left: 1rem; } }
  .search__btn {
    width: 8rem;
    height: 8rem;
    font-weight: 700;
    letter-spacing: .6px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #FFB45D;
    font-size: 2.6rem; }
    @media (max-width: 767px) {
      .search__btn {
        width: 100%;
        background: #FFB45D;
        color: #FFF; } }
    .search__btn:hover {
      background: #FFB45D;
      color: #FFF; }
  .search-category-content {
    background: #FFF;
    border-radius: .6rem;
    padding: 2rem;
    top: calc(100% + 1rem);
    position: absolute;
    width: var(--search-category-result-width);
    -webkit-box-shadow: 0 10px 20px -8px rgba(3, 1, 0, 0.1);
            box-shadow: 0 10px 20px -8px rgba(3, 1, 0, 0.1);
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    -o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    opacity: 0;
    pointer-events: none;
    z-index: var(--index-search-z-index);
    left: 0;
    max-height: 295px;
    overflow-y: auto;
    overflow-x: hidden; }
    .search-category-content.active {
      -webkit-transform: translateY(0) translateZ(0) scale(1, 1);
              transform: translateY(0) translateZ(0) scale(1, 1);
      opacity: 1;
      pointer-events: all; }
    @media (max-width: 767px) {
      .search-category-content {
        width: 100%; } }
    .search-category-content-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      -o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      cursor: pointer;
      padding: 1.6rem 1.6rem;
      border-radius: 1rem;
      color: rgba(3, 1, 0, 0.7);
      height: 5.5rem; }
      .search-category-content-item + .search-category-content-item {
        margin-top: .4rem; }
      .search-category-content-item:hover {
        background-color: rgba(192, 191, 191, 0.15); }
        .search-category-content-item:hover img {
          opacity: 1;
          -webkit-filter: none;
                  filter: none; }
      .search-category-content-item.active {
        background: #d54e4e;
        color: #FFF; }
        .search-category-content-item.active img {
          -webkit-filter: brightness(0) grayscale(0) invert(1);
                  filter: brightness(0) grayscale(0) invert(1);
          opacity: 1;
          -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
          -o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
          transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
      .search-category-content-item-img {
        width: 2.2rem;
        height: 2.2rem;
        margin-right: 2rem;
        -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        -o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
        .search-category-content-item-img img {
          -webkit-filter: brightness(0) grayscale(1) invert(0);
                  filter: brightness(0) grayscale(1) invert(0);
          opacity: .1;
          -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
          -o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
          transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
          -o-object-fit: contain;
             object-fit: contain;
          width: 100%;
          height: 1.5em; }
      .search-category-content-item__text {
        font-size: 2rem; }
  .search-results {
    background: #FFF;
    border-radius: 1.4rem;
    padding: 1.8rem 1.6rem;
    top: calc(100% + 1rem);
    position: absolute;
    width: 100%;
    -webkit-box-shadow: 0 10px 20px -8px rgba(3, 1, 0, 0.1);
            box-shadow: 0 10px 20px -8px rgba(3, 1, 0, 0.1);
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    -o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    opacity: 0;
    pointer-events: none;
    z-index: var(--index-search-z-index);
    left: 0; }
    @media (max-width: 374px) {
      .search-results {
        padding: 1.6rem 0; } }
    .search-results.active {
      -webkit-transform: translateY(0) translateZ(0) scale(1, 1);
              transform: translateY(0) translateZ(0) scale(1, 1);
      opacity: 1;
      pointer-events: all; }
    .search-results-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      border-radius: 1rem;
      -webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      -o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
      @media (max-width: 767px) {
        .search-results-item {
          padding: 1.6rem 1.6rem; } }
      .search-results-item:hover {
        background-color: rgba(192, 191, 191, 0.15); }
        .search-results-item:hover .search-category-content-item-img img {
          -webkit-filter: none;
                  filter: none;
          opacity: 1; }
      .search-results-item-left {
        border-right: 1px solid #e5e5e5;
        width: calc(var(--search-category-width) + .8rem);
        padding-right: 1.6rem; }
        @media (max-width: 767px) {
          .search-results-item-left {
            display: none; } }
        .search-results-item-left .search-category-content-item-img img {
          -webkit-filter: brightness(0) grayscale(1);
                  filter: brightness(0) grayscale(1);
          opacity: .1;
          -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
          -o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
          transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
        .search-results-item-left .search-category-content-item:hover {
          background: inherit; }
        .search-results-item-right {
            width: calc(var(--search-category-width)*2.5 + .8rem);
            text-align:left;
            padding:7px 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            color: rgba(154, 153, 153, 0.8);
            font-weight: 400;
            font-size: 2rem;
            padding-left: 3rem;
        }
        @media (max-width: 767px) {
          .search-results-item-right {
            padding-left: 0; } }
        @media (max-width: 480px) {
          .search-results-item-right {
            font-size: 15px;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; } }
        @media (max-width: 374px) {
          .search-results-item-right {
            font-size: 14px; } }
        @media (max-width: 350px) {
          .search-results-item-right {
            font-size: 13px; } }
        .search-results-item-right span {
          color: rgba(3, 1, 0, 0.8); }
*/
.social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 3.4rem;
}
@media (max-width: 767px) {
	.social {
		font-size: 25px;
	}
}
.social__item {
	color: #868585;
	font-size: 1em;
	cursor: pointer;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	/*  &.instagram {
          &:hover {
              color: #c32aa3;
          }
      }

      &.facebook {
          &:hover {
              color: #1877f2;
          }
      }

      &.twitter {
          &:hover {
              color: #1da1f2;
          }
      }

      &.youtube {
          &:hover {
              color: #ff0000;
          }
      }*/
}
.social__item + .social__item {
	margin-left: 1.5em;
}
@media (min-width: 1200px) and (max-width: 1350px) {
	.social__item + .social__item {
		margin-left: 35px;
	}
}
@media (max-width: 374px) {
	.social__item + .social__item {
		margin-left: 30px;
	}
}
.social__item:hover {
	color: #d54e4e !important;
}

.category-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 1.2rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 3.8rem;
	-webkit-box-shadow: 0 0 transparent;
	box-shadow: 0 0 transparent;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	position: relative;
	overflow: hidden;
	height: 16rem;
}
@media (max-width: 992px) {
	.category-item {
		padding: 0 2rem;
	}
}
@media (max-width: 767px) {
	.category-item {
		height: 100px;
		padding: 0 25px;
	}
}
.category-item::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.category-item:hover::after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.category-item:hover .category-item__icon {
	border-color: rgba(255, 255, 255, 0.2);
}
.category-item:hover .category-item__subtitle {
	color: rgba(255, 255, 255, 0.6);
}
.category-item__icon {
	font-size: 4.7rem;
	margin-right: 3.8rem;
	padding-right: 3.8rem;
	border-right: 1px solid rgba(3, 1, 0, 0.1);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 7rem;
	color: inherit;
	position: relative;
	z-index: 2;
}
@media (max-width: 992px) {
	.category-item__icon {
		height: 5rem;
		margin-right: 2rem;
		padding-right: 2rem;
	}
}
@media (max-width: 767px) {
	.category-item__icon {
		margin-right: 3rem;
		padding-right: 3rem;
		font-size: 4rem;
	}
}
@media (max-width: 350px) {
	.category-item__icon {
		margin-right: 2rem;
		padding-right: 2rem;
		font-size: 3.5rem;
	}
}
.category-item-content {
	display: grid;
	position: relative;
	z-index: 2;
	place-items: baseline;
	text-align: left;
}
.category-item__title {
	font-size: 2.4rem;
	line-height: 1.3em;
	font-weight: 500;
	color: inherit;
}
@media (max-width: 1200px) {
	.category-item__title {
		font-size: 2rem;
	}
}
@media (max-width: 350px) {
	.category-item__title {
		font-size: 1.8rem;
	}
}
.category-item__subtitle {
	font-size: 2rem;
	line-height: 1.3em;
	color: rgba(3, 1, 0, 0.6);
	margin-top: 4px;
}
@media (max-width: 1200px) {
	.category-item__subtitle {
		font-size: 1.8rem;
	}
}
@media (max-width: 767px) {
	.category-item__subtitle {
		font-size: 1.6rem;
	}
}
.category-item--big {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 34rem;
	background-color: #f9f9f9;
}
.category-item--big .category-item-content {
	place-items: center;
	text-align: center;
}
.category-item--big .category-item__icon {
	border-bottom: 1px solid rgba(3, 1, 0, 0.1);
	border-right: 0;
	padding-left: 2rem;
	padding-right: 2rem;
	margin-right: 0;
	margin-bottom: 3rem;
	height: auto;
	padding-bottom: 3.5rem;
}
.category-item--hukuk {
	color: #e6a457;
	/*&::after {
      background-color: $c-orange--dark;
    }*/
}
.category-item--hukuk:hover {
	background-color: #e6a457 !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #e6a457;
	box-shadow: 0 10px 20px -10px #e6a457;
}
.category-item--matematik {
	color: #724ed5;
	/*  &::after {
        background-color: $c-purple;
      }*/
}
.category-item--matematik:hover {
	background-color: #724ed5 !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #724ed5;
	box-shadow: 0 10px 20px -10px #724ed5;
}
.category-item--tip {
	color: #35b7de;
	/* &::after {
       background-color: $c-blue;
     }*/
}
.category-item--tip:hover {
	background-color: #35b7de !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #35b7de;
	box-shadow: 0 10px 20px -10px #35b7de;
}
.category-item--edebiyat {
	color: #d54e4e;
	/* &::after {
       background-color: $c-red;
     }*/
}
.category-item--edebiyat:hover {
	background-color: #d54e4e !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #d54e4e;
	box-shadow: 0 10px 20px -10px #d54e4e;
}
.category-item--psikoloji {
	color: #45cbb6;
}
.category-item--psikoloji:hover {
	background-color: #45cbb6 !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #45cbb6;
	box-shadow: 0 10px 20px -10px #45cbb6;
}
.category-item--cografya {
	color: #3c804f;
	/*  &::after {
        background-color: $c-green;
      }*/
}
.category-item--cografya:hover {
	background-color: #3c804f !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #3c804f;
	box-shadow: 0 10px 20px -10px #3c804f;
}
.category-item--tarih {
	color: #ac713e;
	/* &::after {
       background-color: $c-brown;
     }*/
}
.category-item--tarih:hover {
	background-color: #ac713e !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #ac713e;
	box-shadow: 0 10px 20px -10px #ac713e;
}
.category-item--felsefe {
	color: #e6c057;
}
.category-item--felsefe:hover {
	background-color: #e6c057 !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #e6c057;
	box-shadow: 0 10px 20px -10px #e6c057;
}
.category-item--fizik {
	color: #d54e4e;
}
.category-item--fizik:hover {
	background-color: #d54e4e !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #d54e4e;
	box-shadow: 0 10px 20px -10px #d54e4e;
}
.category-item--kimya {
	color: #4ccab6;
}
.category-item--kimya:hover {
	background-color: #4ccab6 !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #4ccab6;
	box-shadow: 0 10px 20px -10px #4ccab6;
}
.category-item--muzik {
	color: #b645cb;
}
.category-item--muzik:hover {
	background-color: #b645cb !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #b645cb;
	box-shadow: 0 10px 20px -10px #b645cb;
}
.category-item--cevre {
	color: #5f9f61;
}
.category-item--cevre:hover {
	background-color: #5f9f61 !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #5f9f61;
	box-shadow: 0 10px 20px -10px #5f9f61;
}
.category-item--ekonomi {
	color: #5990e3;
}
.category-item--ekonomi:hover {
	background-color: #5990e3 !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #5990e3;
	box-shadow: 0 10px 20px -10px #5990e3;
}
.category-item--astroloji {
	color: #3fb8dc;
}
.category-item--astroloji:hover {
	background-color: #3fb8dc !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #3fb8dc;
	box-shadow: 0 10px 20px -10px #3fb8dc;
}
.category-item--roman {
	color: #d34f51;
}
.category-item--roman:hover {
	background-color: #d34f51 !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #d34f51;
	box-shadow: 0 10px 20px -10px #d34f51;
}
.category-item--astronomi {
	color: #bc5dcd;
}
.category-item--astronomi:hover {
	background-color: #bc5dcd !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #bc5dcd;
	box-shadow: 0 10px 20px -10px #bc5dcd;
}
.category-item--bilgisayar {
	color: #4ccab6;
}
.category-item--bilgisayar:hover {
	background-color: #4ccab6 !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #4ccab6;
	box-shadow: 0 10px 20px -10px #4ccab6;
}
.category-item--cocuk-gelisim {
	color: #3fb8dc;
}
.category-item--cocuk-gelisim:hover {
	background-color: #3fb8dc !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #3fb8dc;
	box-shadow: 0 10px 20px -10px #3fb8dc;
}
.category-item--ders {
	color: #4ccab6;
}
.category-item--ders:hover {
	background-color: #4ccab6 !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #4ccab6;
	box-shadow: 0 10px 20px -10px #4ccab6;
}
.category-item--diger {
	color: #e5a55b;
}
.category-item--diger:hover {
	background-color: #e5a55b !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #e5a55b;
	box-shadow: 0 10px 20px -10px #e5a55b;
}
.category-item--din {
	color: #bc5dcd;
}
.category-item--din:hover {
	background-color: #bc5dcd !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #bc5dcd;
	box-shadow: 0 10px 20px -10px #bc5dcd;
}
.category-item--e-kitap {
	color: #e5bf5f;
}
.category-item--e-kitap:hover {
	background-color: #e5bf5f !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #e5bf5f;
	box-shadow: 0 10px 20px -10px #e5bf5f;
}
.category-item--her-yerden-erisim {
	color: #3fb8dc;
}
.category-item--her-yerden-erisim:hover {
	background-color: #3fb8dc !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #3fb8dc;
	box-shadow: 0 10px 20px -10px #3fb8dc;
}
.category-item--isletme {
	color: #d54e4e;
}
.category-item--isletme:hover {
	background-color: #d54e4e !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #d54e4e;
	box-shadow: 0 10px 20px -10px #d54e4e;
}
.category-item--kisisel-gelisim {
	color: #e5a55b;
}
.category-item--kisisel-gelisim:hover {
	background-color: #e5a55b !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #e5a55b;
	box-shadow: 0 10px 20px -10px #e5a55b;
}
.category-item--medya {
	color: #bc5dcd;
}
.category-item--medya:hover {
	background-color: #bc5dcd !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #bc5dcd;
	box-shadow: 0 10px 20px -10px #bc5dcd;
}
.category-item--mimarlik {
	color: #5990e3;
}
.category-item--mimarlik:hover {
	background-color: #5990e3 !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #5990e3;
	box-shadow: 0 10px 20px -10px #5990e3;
}
.category-item--ordu {
	color: #3e8051;
}
.category-item--ordu:hover {
	background-color: #3e8051 !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #3e8051;
	box-shadow: 0 10px 20px -10px #3e8051;
}
.category-item--politika {
	color: #d34f51;
}
.category-item--politika:hover {
	background-color: #d34f51 !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #d34f51;
	box-shadow: 0 10px 20px -10px #d34f51;
}
.category-item--populer-eserler {
	color: #d34f51;
}
.category-item--populer-eserler:hover {
	background-color: #d34f51 !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #d34f51;
	box-shadow: 0 10px 20px -10px #d34f51;
}
.category-item--sanat {
	color: #d54e4e;
}
.category-item--sanat:hover {
	background-color: #d54e4e !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #d54e4e;
	box-shadow: 0 10px 20px -10px #d54e4e;
}
.category-item--sesli-kitap {
	color: #5990e3;
}
.category-item--sesli-kitap:hover {
	background-color: #5990e3 !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #5990e3;
	box-shadow: 0 10px 20px -10px #5990e3;
}
.category-item--sosyoloji {
	color: #3b814f;
}
.category-item--sosyoloji:hover {
	background-color: #3b814f !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #3b814f;
	box-shadow: 0 10px 20px -10px #3b814f;
}
.category-item--spor {
	color: #bc5dcd;
}
.category-item--spor:hover {
	background-color: #bc5dcd !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #bc5dcd;
	box-shadow: 0 10px 20px -10px #bc5dcd;
}
.category-item--sureli-yayinlar {
	color: #5990e3;
}
.category-item--sureli-yayinlar:hover {
	background-color: #5990e3 !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #5990e3;
	box-shadow: 0 10px 20px -10px #5990e3;
}
.category-item--turizm {
	color: #3fb8dc;
}
.category-item--turizm:hover {
	background-color: #3fb8dc !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #3fb8dc;
	box-shadow: 0 10px 20px -10px #3fb8dc;
}
.category-item--yeni-eserler {
	color: #e5bf5f;
}
.category-item--yeni-eserler:hover {
	background-color: #e5bf5f !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #e5bf5f;
	box-shadow: 0 10px 20px -10px #e5bf5f;
}
.category-item--ziraat-zooloji {
	color: #e5bf5f;
}
.category-item--ziraat-zooloji:hover {
	background-color: #e5bf5f !important;
	color: #fff;
	-webkit-box-shadow: 0 10px 20px -10px #e5bf5f;
	box-shadow: 0 10px 20px -10px #e5bf5f;
}

.category-item,
.category-item .icon-font {
	color: var(--color-brand) !important;
}
.category-item:hover {
	background-color: var(--color-brand) !important;
	color: #fff !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.category-item:hover .icon-font {
	color: #fff !important;
}

.banner-author {
	height: 30rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #d54e4e;
	border-radius: 1.6rem;
	overflow: hidden;
	position: relative;
}
@media (max-width: 767px) {
	.banner-author {
		height: auto;
		padding: 4rem 0;
	}
}
.banner--small {
	height: 20rem;
}
@media (max-width: 767px) {
	.banner--small {
		height: auto;
		padding: 4rem 0;
	}
}
.banner--small .banner-content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 0 7rem;
}
@media (max-width: 1200px) {
	.banner--small .banner-content {
		padding: 0 4rem;
	}
}
@media (max-width: 767px) {
	.banner--small .banner-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 2.5rem;
	}
}
.banner--small .banner__title {
	text-align: left;
	line-height: 1.3em;
	max-width: unset;
}
@media (max-width: 767px) {
	.banner--small .banner__title {
		text-align: center;
		margin-bottom: 1rem;
	}
}
@media (max-width: 767px) {
	.banner--small .banner__text {
		text-align: center;
		font-size: 1.6rem;
	}
}
.banner--small .banner__btn {
	margin-top: 0;
}
@media (max-width: 1200px) {
	.banner--small .banner__btn {
		margin-left: 2rem;
		min-width: 26rem;
	}
}
@media (max-width: 767px) {
	.banner--small .banner__btn {
		margin-top: 2rem;
		margin-left: 0;
	}
}
.banner-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.banner__title {
	color: #fff;
	line-height: 1em;
	font-weight: 600;
	max-width: 500px;
	text-align: center;
	font-family: 'Outfit';
}
@media (max-width: 767px) {
	.banner__title {
		max-width: calc(100% - 30px);
	}
}
.banner__title span {
	color: #ffb45d;
}
.banner__text {
	color: rgba(255, 255, 255, 0.7);
	font-size: 2rem;
	line-height: 1em;
	font-weight: 500;
	max-width: 500px;
}
@media (max-width: 767px) {
	.banner__text {
		font-size: 1.8rem;
	}
}
.banner__btn {
	margin-top: 5rem;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.banner-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 5rem;
}
@media (max-width: 992px) {
	.banner-bg {
		padding: 0 2rem;
	}
}
@media (max-width: 767px) {
	.banner-bg {
		opacity: 0.5;
	}
}
.banner-bg__left {
	height: calc(100% + 10rem);
	opacity: 1;
	-webkit-transform: translate(-8rem, -22rem);
	-ms-transform: translate(-8rem, -22rem);
	transform: translate(-8rem, -22rem);
}
@media (max-width: 767px) {
	.banner-bg__left {
		height: 100%;
	}
}
.banner-bg__right {
	height: calc(100% + 10rem);
	opacity: 1;
	-webkit-transform: translate(8rem, 12rem);
	-ms-transform: translate(8rem, 12rem);
	transform: translate(8rem, 12rem);
}
@media (max-width: 767px) {
	.banner-bg__right {
		height: 100%;
	}
}

.pagination {
	width: 100%;
	height: 11rem;
	border-radius: 1.2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	overflow: hidden;
}
@media (max-width: 767px) {
	.pagination {
		height: 8rem;
	}
}
.pagination-nav-item {
	width: 11rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: grid;
	place-items: center;
	height: 100%;
	color: rgba(3, 1, 0, 0.4);
	border-right: 1px solid rgba(3, 1, 0, 0.1);
}
@media (max-width: 1200px) {
	.pagination-nav-item {
		width: 9rem;
	}
}
@media (max-width: 767px) {
	.pagination-nav-item {
		width: 6.5rem;
	}
}
@media (max-width: 424px) {
	.pagination-nav-item {
		width: 50px;
	}
}
@media (max-width: 374px) {
	.pagination-nav-item {
		width: 45px;
	}
}
@media (max-width: 350px) {
	.pagination-nav-item {
		width: 40px;
	}
}
.pagination-nav-item.disabled {
	background: #f8f8f8;
	color: rgba(3, 1, 0, 0.1);
	pointer-events: none;
	border-color: #eee;
}
.pagination-nav-item:hover .pagination-nav-item__icon {
	opacity: 1;
}
.pagination-nav-item__icon {
	width: 3.5rem;
	line-height: 1em;
	height: 100%;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0.4;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 1200px) {
	.pagination-nav-item__icon {
		width: 3rem;
	}
}
@media (max-width: 767px) {
	.pagination-nav-item__icon {
		width: 2.5rem;
	}
}
@media (max-width: 374px) {
	.pagination-nav-item__icon {
		width: 20px;
	}
}
.pagination-nav-item__icon img {
	width: inherit;
}
.pagination-nav-item.disabled .pagination-item__icon {
	color: rgba(3, 1, 0, 0.6);
}
.pagination-page {
	width: 100%;
	height: 100%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 1200px) {
	.pagination-page {
		padding: 0 1rem;
	}
}
.pagination-page + .pagination-nav-item {
	border-left: 1px solid rgba(3, 1, 0, 0.1);
	border-right: 0;
}
.pagination-page__item {
	width: 5.5rem;
	height: 5.5rem;
	border-radius: 50%;
	color: rgba(3, 1, 0, 0.4);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 2.2rem;
}
@media (max-width: 1529px) {
	.pagination-page__item {
		width: 4.5rem;
		height: 4.5rem;
	}
}
@media (max-width: 1200px) {
	.pagination-page__item {
		width: 4.5rem;
		height: 4.5rem;
		font-size: 2rem;
	}
}
@media (max-width: 480px) {
	.pagination-page__item {
		font-size: 15px;
		width: 34px;
		height: 34px;
	}
}
@media (max-width: 424px) {
	.pagination-page__item {
		font-size: 15px;
		width: 30px;
		height: 30px;
	}
}
.pagination-page__item + .pagination-page__item {
	margin-left: 1rem;
}
@media (max-width: 1200px) {
	.pagination-page__item + .pagination-page__item {
		margin-left: 0.5rem;
	}
}
@media (max-width: 424px) {
	.pagination-page__item + .pagination-page__item {
		margin-left: 2px;
	}
}
.pagination-page__item:hover {
	background-color: #f9f9f9;
	color: rgba(3, 1, 0, 0.8);
}
.pagination-page__item.active {
	background-color: #d54e4e;
	color: #fff !important;
}
.pagination-page__item--more {
	letter-spacing: 2px;
	font-size: 3rem;
	-webkit-transform: translateY(-0.5rem);
	-ms-transform: translateY(-0.5rem);
	transform: translateY(-0.5rem);
}
@media (max-width: 1349px) {
	.pagination-page__item--more {
		font-size: 2.7rem;
	}
}
@media (max-width: 480px) {
	.pagination-page__item--more {
		font-size: 20px;
	}
}
.pagination-page__item--more:hover {
	background-color: unset;
	color: rgba(3, 1, 0, 0.4);
}

.blog-item {
	width: 100%;
	height: 60rem;
	position: relative;
	overflow: hidden;
	border-radius: 1.4rem;
}
@media (max-width: 1200px) {
	.blog-item {
		height: 50rem;
	}
}
@media (max-width: 767px) {
	.blog-item {
		height: 45rem;
	}
}
@media (max-width: 374px) {
	.blog-item {
		height: 40rem;
	}
}
.blog-item:hover .blog-item__link .icon {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
.blog-item:hover .blog-item__link::before {
	left: -65px;
}
@media (max-width: 1349px) {
	.blog-item:hover .blog-item__link::before {
		left: -62px;
	}
}
.blog-item:hover::after {
	opacity: 0.75;
}
.blog-item__category {
	position: absolute;
	top: -70px;
}
@media (max-width: 767px) {
	.blog-item__category {
		top: -50px;
	}
}
.blog-item__category:hover ~ .blog-item__link {
	color: #fff;
	background: transparent;
}
.blog-item__category:hover ~ .blog-item__link .icon {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.blog-item::after {
	content: '';
	width: inherit;
	height: inherit;
	z-index: 2;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.74)));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.74) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.74) 100%);
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	opacity: 0.5;
}
.blog-item-img {
	width: 100%;
	height: 100%;
	display: block;
}
.blog-item-img img {
	width: inherit;
	height: inherit;
	-o-object-fit: cover;
	object-fit: cover;
}
.blog-item-content {
	position: absolute;
	z-index: 3;
	bottom: 7rem;
	left: 4.5rem;
}
@media (max-width: 1200px) {
	.blog-item-content {
		bottom: 4.5rem;
	}
}
@media (max-width: 767px) {
	.blog-item-content {
		left: 25px;
		bottom: 25px;
	}
}
.blog-item__title {
	font-size: var(--font-size-title--sm);
	line-height: 1.4em;
	font-weight: 600;
	color: #fff;
	padding-bottom: 10rem;
	display: block;
	padding-right: 4.5rem;
}
@media (max-width: 1200px) {
	.blog-item__title {
		padding-bottom: 60px;
	}
}
@media (max-width: 767px) {
	.blog-item__title {
		padding-right: 25px;
		padding-bottom: 60px;
	}
}
.blog-item__link {
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	position: relative;
}
.blog-item__link::before {
	content: '';
	background: #d54e4e;
	left: -70px;
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.blog-item__link span {
	max-width: 88px;
	font-weight: 500;
	line-height: 1.3em;
	font-size: 2.6rem;
	margin-right: 4.8rem;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 1200px) {
	.blog-item__link span {
		font-size: 2.2rem;
		margin-right: 2rem;
	}
}
@media (max-width: 767px) {
	.blog-item__link span {
		font-size: 16px;
		max-width: 60px;
		margin-right: 2rem;
	}
}
.blog-item__link .icon {
	font-size: 3rem;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 1200px) {
	.blog-item__link .icon {
		font-size: 2.2rem;
	}
}
@media (max-width: 767px) {
	.blog-item__link .icon {
		font-size: 13px;
	}
}

.news-item {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 1.4rem;
}
.news-item--big .news-item-img {
	height: 40rem;
}
@media (max-width: 1200px) {
	.news-item--big .news-item-img {
		height: 34rem;
	}
}
@media (max-width: 480px) {
	.news-item--big .news-item-img {
		height: 28rem;
	}
}
@media (max-width: 424px) {
	.news-item--big .news-item-img {
		height: 25rem;
	}
}
.news-item--big .news-item-content {
	padding: 4.8rem 10rem 0 2rem;
}
@media (max-width: 1440px) {
	.news-item--big .news-item-content {
		padding: 4.8rem 5rem 0 2rem;
	}
}
@media (max-width: 1200px) {
	.news-item--big .news-item-content {
		padding: 4.8rem 2rem 0 2rem;
	}
}
@media (max-width: 480px) {
	.news-item--big .news-item-content {
		padding: 3rem 2rem 0 2rem;
	}
}
.news-item:hover .news-item__title {
	color: #d54e4e;
}
.news-item:hover .news-item__link {
	color: #d54e4e;
}
.news-item:hover .news-item__link .icon {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
.news-item-img {
	width: 100%;
	height: 28rem;
	display: block;
	overflow: hidden;
	border-radius: 1.4rem;
	position: relative;
}
@media (max-width: 1200px) {
	.news-item-img {
		height: 22rem;
	}
}
@media (max-width: 424px) {
	.news-item-img {
		height: 25rem;
	}
}
.news-item-img .news-badge {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 2rem;
	left: 2rem;
	padding: 2rem;
}
.news-item-img .news-badge .icon {
	color: #ffb45d;
	font-size: 2rem;
	margin-right: 1.5rem;
	z-index: 1;
}
.news-item-img .news-badge span {
	z-index: 1;
	font-size: 1.6rem;
	line-height: 1.5em;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.32px;
}
.news-item-img img {
	width: inherit;
	height: inherit;
	-o-object-fit: cover;
	object-fit: cover;
}
.news-item-badge {
	z-index: 3;
	bottom: 0;
	position: absolute;
	left: 3rem;
}
.news-item-content {
	padding: 4rem 1.3rem 0 1.3rem;
}
@media (max-width: 1200px) {
	.news-item-content {
		padding: 3rem 1rem 0 1rem;
	}
}
@media (max-width: 480px) {
	.news-item-content {
		padding: 2rem 2rem 0 2rem;
	}
}
.news-item__title {
	font-size: 2.4rem;
	line-height: 1.4em;
	font-weight: 600;
	color: #353333;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
	.news-item__title {
		margin-bottom: 2rem;
	}
}
@media (max-width: 480px) {
	.news-item__title {
		margin-bottom: 2rem;
	}
}
.news-item__text {
	font-size: 1.8rem;
	line-height: 1.7em;
	font-weight: 400;
	color: rgba(53, 51, 51, 0.6);
	margin-bottom: 2.7rem;
}
@media (max-width: 480px) {
	.news-item__text {
		margin-bottom: 2rem;
		max-height: 165px;
		overflow: hidden;
		font-size: 1.8rem;
	}
}
.news-item__link {
	color: #353333;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	position: relative;
	height: 5rem;
}
.news-item__link span {
	font-weight: 500;
	line-height: 1.3em;
	font-size: 2.2rem;
	margin-right: 3rem;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 767px) {
	.news-item__link span {
		font-size: 16px;
	}
}
.news-item__link .icon {
	font-size: 2.4rem;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 767px) {
	.news-item__link .icon {
		font-size: 15px;
	}
}

.book-pages {
	position: relative;
}
.book-pages::after {
	width: 1px;
	height: calc(100% - 29px);
	background: rgba(53, 51, 51, 0.1);
	left: 10rem;
	content: '';
	position: absolute;
	top: 7rem;
}
@media (max-width: 767px) {
	.book-pages::after {
		left: 6.6rem;
	}
}
@media (max-width: 480px) {
	.book-pages::after {
		left: 4.6rem;
	}
}
.book-pages-search {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 7rem;
	font-size: 1.8rem;
	margin-bottom: 2rem;
	font-weight: 500;
	position: relative;
}
.book-pages-search__input {
	width: 100%;
	padding: 0 2rem 0 2.8rem;
	height: 100%;
	border: 1px solid rgba(53, 51, 51, 0.1);
	border-radius: 1rem;
	background: rgba(199, 199, 199, 0.1);
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	padding-right: 7rem;
}
.book-pages-search__input:focus {
	outline: 0;
	border: 1px solid #ffb45d;
}
.book-pages-search__btn {
	width: 5rem;
	height: 5rem;
	color: #ffb45d;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 2.1rem;
	border-radius: 0.8rem;
	position: absolute;
	top: 1rem;
	right: 1rem;
}
.book-pages-search::-webkit-input-placeholder {
	color: rgba(3, 1, 0, 0.5);
}
.book-pages-search::-moz-placeholder {
	color: rgba(3, 1, 0, 0.5);
}
.book-pages-search:-ms-input-placeholder {
	color: rgba(3, 1, 0, 0.5);
}
.book-pages-search::-ms-input-placeholder {
	color: rgba(3, 1, 0, 0.5);
}
.book-pages-search::placeholder {
	color: rgba(3, 1, 0, 0.5);
}
/* İçinde ara - daha geniş arama çubuğu, ikon input içinde sağda */
.book-fulltext-search-bar {
	height: 7rem;
	min-height: 7rem;
	width: 100%;
	max-width: 100%;
	position: relative;
}
.book-fulltext-search-bar .book-fulltext-search__input {
	flex: 1;
	min-width: 0;
	width: 100%;
	padding-right: 5rem;
	height: 100%;
	border: 1px solid rgba(53, 51, 51, 0.1);
	border-radius: 1rem;
	background: rgba(199, 199, 199, 0.1);
	font-size: 1.6rem;
}
.book-fulltext-search-bar .book-pages-search__btn {
	position: absolute;
	top: 50%;
	right: 0.8rem;
	transform: translateY(-50%);
	width: 4rem;
	height: 4rem;
	margin: 0;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.book-pages-item {
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.3rem 1.3rem 1.3rem 2.8rem;
	border-radius: 1.4rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 767px) {
	.book-pages-item {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media (max-width: 480px) {
	.book-pages-item {
		padding-left: 0;
		padding-right: 0;
	}
}
.book-pages-item-icon {
	font-size: 4.2rem;
	margin-right: 6.7rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	height: 1em;
}
@media (max-width: 767px) {
	.book-pages-item-icon {
		margin-right: 2.5rem;
		font-size: 3.6rem;
	}
}
@media (min-width: 481px) {
	.book-pages-item:hover {
		background: #f6f6f6;
	}
	.book-pages-item:hover .book-pages-item-icon {
		color: #333333;
	}
	.book-pages-item:hover .book-pages-item__title {
		color: #353333;
	}
	.book-pages-item:hover .book-pages-item-btn {
		background: #d54e4e;
		color: #fff;
	}
}
.book-pages-item__page-number {
	color: rgba(3, 1, 0, 0.3);
	font-size: 1.7rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
@media (max-width: 767px) {
	.book-pages-item__page-number {
		font-size: 1.5rem;
	}
}
.book-pages-item__title {
	font-size: 2rem;
	font-weight: 500;
	color: rgba(53, 51, 51, 0.7);
	line-height: 1.6em;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	padding-right: 2rem;
}
@media (max-width: 767px) {
	.book-pages-item__title {
		font-size: 1.6rem;
	}
}
.book-pages-item-btn {
	margin-left: auto;
	padding-right: 3.2rem;
	padding-left: 3.2rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: rgba(3, 1, 0, 0.3) !important;
}
.book-pages-item-btn:hover {
	color: #ffffff !important;
}
@media (max-width: 767px) {
	.book-pages-item-btn {
		width: 5rem;
		min-width: unset;
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		padding: 0;
		height: 5rem;
		text-align: center;
	}
	.book-pages-item-btn .btn__icon {
		margin-left: 0;
	}
	.book-pages-item-btn .btn__txt {
		display: none;
	}
}

.placeholder-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5rem 0;
}
.placeholder-content__icon {
	margin-bottom: 2rem;
}
.placeholder-content__title {
	color: rgba(134, 133, 133, 0.2);
	font-size: 5rem;
	font-weight: 600;
}

.listing-sidebar {
	margin-right: 4rem;
}
@media (max-width: 1529px) {
	.listing-sidebar {
		margin-right: 2rem;
	}
}
@media (max-width: 1349px) {
	.listing-sidebar {
		margin-right: 2rem;
	}
}
@media (max-width: 1200px) {
	.listing-sidebar {
		margin-right: 0;
	}
}
.listing-sidebar-box {
	background: #fff;
	padding: var(--sidebar-filter-padding);
	border-radius: 2.2rem;
}
.listing-sidebar-box-mobile-header {
	display: none;
}
@media (max-width: 992px) {
	.listing-sidebar-box-mobile-header {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 1rem var(--sidebar-filter-padding);
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: 1px solid rgba(3, 1, 0, 0.1);
	}
}
.listing-sidebar-box-mobile-header__title {
	font-family: 'Outfit' !important;
	font-weight: 600;
}
.listing-sidebar-box-mobile-header__close {
	-webkit-box-shadow: 0 10px 20px -8px rgba(3, 1, 0, 0.1);
	box-shadow: 0 10px 20px -8px rgba(3, 1, 0, 0.1);
	border: 1px solid rgba(3, 1, 0, 0.1);
}
@media (max-width: 1349px) {
	.listing-sidebar-box {
		padding: 3.5rem;
	}
}
.listing-sidebar-box + .listing-sidebar-box {
	margin-top: 2rem;
}
.listing-sidebar-filters-box {
	padding: 0.5rem 0 1.5rem 0;
}
.listing-sidebar-filters-wrapper {
	max-height: 360px;
	overflow-y: auto;
	margin-bottom: 1rem;
}
.listing-sidebar-filters-wrapper::-webkit-scrollbar {
	width: 1rem;
	border-radius: 6px;
}
.listing-sidebar-filters-wrapper::-webkit-scrollbar-track {
	background: rgba(3, 1, 0, 0.05);
	margin: 0 0;
	border-radius: 6px;
}
.listing-sidebar-filters-wrapper::-webkit-scrollbar-thumb {
	background: rgba(3, 1, 0, 0.2);
	border-radius: 6px;
}
.listing-sidebar-filters-wrapper .listing-checkbox {
	margin-bottom: 1.8rem;
}
.listing-sidebar-filters-wrapper .listing-checkbox:last-child {
	margin-bottom: 0;
}
.listing-sidebar-filters-wrapper .listing-checkbox label {
	margin-bottom: 0;
}
.listing-sidebar-filters__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(3, 1, 0, 0.55);
	margin-bottom: 0;
	padding: 3rem 0;
	font-size: 2rem;
	cursor: pointer;
	font-weight: 500;
}
.listing-sidebar-filters__title svg {
	font-size: 8px;
}
.listing-sidebar-filters__title.active {
	color: #030100;
}
.listing-sidebar-filters__title.active svg {
	color: #d54e4e;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.listing-sidebar-filters-inputs {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.listing-sidebar-filters-inputs .input-group {
	max-width: calc(50% - 15px);
}
.listing-sidebar-filters-inputs .input-outer {
	border-color: rgba(3, 1, 0, 0.15);
	border-radius: 1.2rem;
}
.listing-sidebar-filters-inputs .input {
	text-align: center;
}
.listing-sidebar-filters .accordion-item {
	border-top: 1px solid rgba(3, 1, 0, 0.05);
}
.listing-sidebar-filters .accordion-item.active {
	margin-bottom: 3rem;
}
.listing-sidebar-filters .accordion-item:first-child {
	border-top: 0;
}
.listing-sidebar-filters .accordion-item + .listing-sidebar-filters .accordion-item {
	border-top: 1px solid rgba(3, 1, 0, 0.05);
	margin-top: 3rem;
}
.listing-sidebar-filters .accordion-content {
	padding: 0 var(--sidebar-filter-padding);
}
.listing-sidebar .input-divider {
	margin-left: 1rem;
	margin-right: 1rem;
	color: #868585;
}
.listing-sidebar-search {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 10rem;
	background: #fff;
	border-radius: 2.2rem;
	padding: 0 1.4rem;
	font-size: 2.1rem;
	margin-bottom: 2rem;
}
@media (max-width: 992px) {
	.listing-sidebar-search {
		position: absolute;
		top: 0;
		width: calc(100% - 32px);
		margin-bottom: 0;
	}
}
@media (max-width: 576px) {
	.listing-sidebar-search {
		width: calc(100% - 52px);
	}
}
.listing-sidebar-search__input {
	margin-right: 2rem;
	height: 100%;
	border: 0;
	background: transparent;
	width: 100%;
	padding-left: 2rem;
	font-weight: 400;
	color: #030100;
}
.listing-sidebar-search__input:focus {
	outline: 0;
}
.listing-sidebar-search__input::-webkit-input-placeholder {
	color: rgba(78, 77, 76, 0.7);
}
.listing-sidebar-search__input::-moz-placeholder {
	color: rgba(78, 77, 76, 0.7);
}
.listing-sidebar-search__input:-ms-input-placeholder {
	color: rgba(78, 77, 76, 0.7);
}
.listing-sidebar-search__input::-ms-input-placeholder {
	color: rgba(78, 77, 76, 0.7);
}
.listing-sidebar-search__input::placeholder {
	color: rgba(78, 77, 76, 0.7);
}
.listing-sidebar-search__btn {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 7.2rem;
	width: 7.2rem;
}
.listing-sidebar-tags {
	margin-top: 4rem;
	padding-top: 4rem;
	border-top: 1px solid rgba(3, 1, 0, 0.1);
}
.listing-sidebar-tags__item {
	margin-top: 1.5rem;
	margin-right: 1.5rem;
}
@media (max-width: 992px) {
	.listing-sidebar-share-wrapper {
		display: none;
	}
}
.listing-sidebar-share__text {
	font-size: 1.6rem;
	line-height: 1.6em;
	color: rgba(3, 1, 0, 0.4);
	font-weight: 400;
	margin-top: 1.5rem;
}
.listing-sidebar-share .social {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2.5rem;
}

.animated-tabs {
	position: relative;
}
.animated-tabs-line {
	background: #d54e4e;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}

.comment-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 4rem 5.5rem 4rem 3rem;
	background: #fff;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	border-radius: 1.6rem;
	margin: 1.2rem 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.comment-item .comment-area {
	width: 100%;
	max-height: 0;
	overflow: hidden;
	padding: 0;
}
.comment-item .comment-area.active {
	padding-top: 2rem;
	max-height: 600px;
}
.comment-item .comment-area-form .input-outer {
	height: 10rem;
}
.comment-item .comment-area-content {
	margin-left: 0;
}
.comment-item .comment-area__author-name {
	font-size: 1.8rem;
}
@media (max-width: 992px) {
	.comment-item .comment-area__author-name {
		position: static;
	}
}
@media (max-width: 992px) {
	.comment-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative;
		padding: 3rem;
	}
	.comment-item-content {
		margin-left: 0;
		width: auto !important;
	}
}
@media (max-width: 424px) {
	.comment-item {
		padding: 2rem;
	}
}
.comment-item .comment-item {
	padding: 3rem 0 0 0;
	margin: 0;
	margin-top: 3rem;
	border-top: 1px solid rgba(3, 1, 0, 0.05);
	border-radius: 0;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
@media (max-width: 992px) {
	.comment-item .comment-item.comment-reply-item {
		padding-left: 3rem;
	}
}
.comment-item .comment-item.comment-reply-item .comment-item-content {
	width: calc(100% - 3rem);
}
@media (max-width: 992px) {
	.comment-item .comment-item.comment-reply-item .comment-item-content {
		margin-left: 0;
	}
}
.comment-item-reply {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.comment-item .divider {
	margin: 3rem 0;
}
.comment-item-owner img {
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
}
.comment-item-content {
	width: calc(100% - 10.2rem);
	margin-left: 4.2rem;
}
@media (max-width: 992px) {
	.comment-item-content {
		width: calc(100% - 8rem);
		margin-left: 2rem;
	}
}
@media (max-width: 424px) {
	.comment-item-content {
		margin-left: 0;
		width: calc(100% - 6rem);
	}
}
.comment-item-content__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 2.8rem;
}
@media (max-width: 992px) {
	.comment-item-content__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		position: absolute;
		top: 3.5rem;
		left: 11rem;
	}
	.comment-item-content__top .comment-item-content__date {
		margin-top: 6px;
	}
}
.comment-item-content__top .owner-name {
	color: rgba(3, 1, 0, 0.8);
	font-size: 2.2rem;
	font-weight: 500;
}
.comment-item-content__date {
	font-size: 2rem;
	color: rgba(3, 1, 0, 0.4);
	font-weight: 500;
}
@media (max-width: 576px) {
	.comment-item-content__date {
		font-size: 1.8rem;
	}
}
.comment-item-content__text {
	color: rgba(53, 51, 51, 0.6);
	font-size: 1.8rem;
	margin-top: 2.8rem;
	margin-bottom: 3.1rem;
	line-height: 1.66em;
	font-weight: 400;
}
@media (max-width: 576px) {
	.comment-item-content__text {
		font-size: 1.6rem;
	}
}
.comment-item-content__reply {
	color: rgba(213, 78, 78, 0.8);
	font-weight: 500;
	font-size: 2rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.comment-item-content__reply:hover {
	color: #d54e4e;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}

.star {
	height: 2.5rem;
	position: relative;
	width: auto;
}
@media (max-width: 767px) {
	.star {
		height: 2rem;
	}
}
.star img {
	height: inherit;
}
.star-bg {
	height: inherit;
}
.star-bg img {
	opacity: 0.1;
	-webkit-filter: brightness(0) grayscale(1);
	filter: brightness(0) grayscale(1);
}
.star-item {
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.rating {
	background: #f6f6f6;
	border-radius: 1.2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 2.4rem;
	height: 6.6rem;
	margin-bottom: 3rem;
}
@media (max-width: 576px) {
	.rating {
		height: 9rem;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 2rem;
	}
}
@media (max-width: 374px) {
	.rating {
		padding: 0 1rem;
	}
}
.rating__title {
	color: rgba(3, 1, 0, 0.4);
	font-weight: bold;
	font-size: 1.6rem;
}
.rating__point {
	color: #030100;
	font-weight: 500;
	font-size: 2.6rem;
	border-left: 1px solid rgba(3, 1, 0, 0.1);
	padding-left: 2.4rem;
	margin-left: 2.4rem;
	min-width: 7rem;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 576px) {
	.rating__point {
		padding-left: 2rem;
		margin-left: 2rem;
	}
}
.rating-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.rating-stars {
	cursor: pointer;
}
.rating-stars > input {
	display: none;
}
.rating-stars > input:checked ~ label {
	color: #ffb45d;
}
.rating-stars > input:checked ~ label:hover {
	color: #ffa844;
}
.rating-stars > input:checked ~ label:hover ~ label {
	color: #ffa844;
}
.rating-stars > input:checked + label:hover {
	color: #ffa844;
}
.rating-stars > label {
	margin-bottom: 0;
	color: #ddd;
	float: right;
}
.rating-stars > label:before {
	margin: 5px;
	font-size: 2.3rem;
	font-family: icomoon;
	display: inline-block;
	content: '\f005';
}
@media (max-width: 374px) {
	.rating-stars > label:before {
		margin: 3px;
	}
}
.rating-stars > label:hover ~ input:checked ~ label {
	color: #ffb45d;
}
.rating-stars > .half:before {
	content: '\f089';
	position: absolute;
}
.rating-stars:not(:checked) > label:hover {
	color: #ffb45d;
}
.rating-stars:not(:checked) > label:hover ~ label {
	color: #ffb45d;
}

.action-item {
	background: rgba(249, 248, 247, 0.8);
	border-radius: 1.4rem;
	padding: 2.4rem 2.9rem 0 2.9rem;
}
@media (max-width: 480px) {
	.action-item {
		padding: 1.6rem 1.6rem 0 1.6rem;
	}
}
.action-item--quote .action-item-content-quote {
	padding: 2.5rem;
	border: 1px solid #e6e0da;
	border-radius: 1.4rem;
	position: relative;
	margin-top: 1rem;
}
@media (max-width: 576px) {
	.action-item--quote .action-item-content-quote {
		padding: 0;
		border: 0;
	}
}
.action-item--quote .action-item-content-quote-text {
	font-weight: 400;
	font-style: italic;
	color: rgba(3, 1, 0, 0.8);
	padding-left: 2.5rem;
	border-left: 2px solid rgba(3, 1, 0, 0.2);
}
@media (max-width: 576px) {
	.action-item--quote .action-item-content-quote-text {
		padding-left: 2rem;
	}
}
.action-item--quote .action-item-content-quote-text p {
	font-size: 1.8rem;
	line-height: 1.5em;
}
@media (max-width: 576px) {
	.action-item--quote .action-item-content-quote-text p {
		font-size: 1.6rem;
	}
}
.action-item--quote .action-item-content-quote-text p + p {
	margin-top: 1.5rem;
}
@media (max-width: 576px) {
	.action-item--quote .action-item-content-quote-text p + p {
		margin-top: 1rem;
	}
}
.action-item--quote .action-item-footer {
	border-top: 0;
	padding-top: 0;
}
@media (max-width: 576px) {
	.action-item--quote .action-item-footer {
		border-top: 1px solid rgba(3, 1, 0, 0.1);
		padding-top: 2rem;
	}
}
.action-item--list .action-item-list {
	padding: 0 2rem 0 2rem;
	border: 1px solid rgba(3, 1, 0, 0.05);
	border-radius: 1.4rem;
	position: relative;
	margin-top: 1rem;
}
.action-item--list .action-item-list-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.5rem 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 1.5rem;
}
.action-item--list .action-item-list-header-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.action-item--list .action-item-list-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: 25rem;
	overflow: hidden;
}
.action-item--list .action-item-list-content .book-item {
	margin-bottom: 3rem;
}
@media (max-width: 992px) {
	.action-item--list .action-item-list-content .book-item .book-item__detail-btn {
		display: none;
	}
	.action-item--list .action-item-list-content .book-item:hover .book-item__img {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
@media (max-width: 767px) {
	.action-item--list .action-item-list-content .book-item {
		width: 30%;
		margin-bottom: 2rem;
	}
	.action-item--list .action-item-list-content .book-item:nth-child(n + 4) {
		display: none;
	}
}
.action-item--list .action-item-list-content .book-item__img {
	width: 15rem;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media (max-width: 767px) {
	.action-item--list .action-item-list-content .book-item__img {
		width: 100%;
		height: 18rem;
	}
}
@media (max-width: 576px) {
	.action-item--list .action-item-list-content .book-item__img {
		width: 100%;
		height: 27vw;
	}
}
@media (max-width: 424px) {
	.action-item--list .action-item-list-content .book-item__img {
		height: 26vw;
		border-radius: 6px;
	}
}
.action-item--list .action-item-list-content .book-item__detail-btn {
	width: 4rem;
	height: 4rem;
	bottom: 35%;
	font-size: 1.5rem;
}
.action-item--list .action-item-list-content .book-item + .book-item {
	margin-left: 1rem;
}
.action-item--list .action-item-list__name {
	font-size: 1.8rem;
	color: #030100;
	font-weight: 500;
	margin-right: 1.5rem;
}
.action-item--list .action-item-list__name:hover {
	color: #d54e4e;
}
.action-item--list .action-item-list__badge {
	color: rgba(3, 1, 0, 0.5);
	font-size: 1.6rem;
	font-weight: 500;
	padding: 0.6rem 1rem;
	background: #f2f2f2;
	border-radius: 0.6rem;
	text-align: center;
	margin-right: 2rem;
}
@media (max-width: 992px) {
	.action-item--list .action-item-list__book-count {
		display: none;
	}
}
.action-item--list .action-item-list-detail-btn {
	text-decoration: underline;
	color: rgba(3, 1, 0, 0.4);
	font-size: 1.6rem;
	font-weight: 400;
}
@media (max-width: 576px) {
	.action-item--list .action-item-list-detail-btn {
		display: none;
	}
}
.action-item--list .action-item-list-detail-btn:hover {
	color: #030100;
}
.action-item--list .action-item-footer {
	border-top: 0;
	padding-top: 0;
}
.action-item--reader {
	padding: 2.4rem 2.9rem;
}
@media (max-width: 992px) {
	.action-item--reader .action-item-header {
		display: block;
	}
}
@media (max-width: 992px) {
	.action-item--reader .action-item-status {
		margin-top: 2rem;
	}
	.action-item--reader .action-item-status .status {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
}
@media (max-width: 480px) {
	.action-item--reader.post {
		padding: 1.6rem 1.6rem 2rem 1.6rem;
	}
}
.action-item--reader.post .action-item-content {
	padding: 2rem 0;
}
@media (max-width: 767px) {
	.action-item--reader.post .action-item-content {
		width: 100%;
		margin-left: 0;
	}
}
.action-item--reader.post .action-item-footer {
	padding: 2rem 0 0 0;
	margin-top: 2rem;
}
.action-item--reference {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 2.4rem 2.9rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 480px) {
	.action-item--reference {
		padding: 1.6rem 1.6rem 2rem 1.6rem;
	}
}
.action-item--reference.post {
	display: block;
}
.action-item--reference.post .reading-state {
	margin-top: 2rem;
}
.action-item--reference.post .action-item-content {
	padding: 2rem 0;
}
@media (max-width: 767px) {
	.action-item--reference.post .action-item-content {
		width: 100%;
		margin-left: 0;
	}
}
.action-item--reference.post .action-item-footer {
	border-top: 0;
	padding: 0;
}
.action-item--reference .book-item__img {
	width: 13rem;
}
@media (max-width: 767px) {
	.action-item--reference .book-item__img {
		width: 5rem;
		border-radius: 6px;
	}
}
.action-item--reference .action-item-left {
	margin-right: 3rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 767px) {
	.action-item--reference .action-item-left {
		margin-right: 2rem;
	}
}
.action-item--reference .action-item-right {
	width: calc(100% - 16rem);
}
@media (max-width: 767px) {
	.action-item--reference .action-item-right {
		width: calc(100% - 8rem);
	}
}
@media (max-width: 767px) {
	.action-item--reference .action-item-profile-title {
		min-height: 6rem;
	}
	.action-item--reference .action-item-profile-title .status {
		line-height: 1em;
		display: block;
		padding: 0;
		background: transparent;
		margin-bottom: 1rem;
	}
}
.action-item--reference .action-item-content {
	margin-top: 1rem;
	padding: 0;
}
@media (max-width: 767px) {
	.action-item--reference .action-item-content {
		width: calc(100% + 7rem);
		margin-left: -7rem;
	}
}
.action-item--reference .action-item-reference {
	padding-left: 3rem;
	border-left: 2px solid #d8d8d8;
	border-radius: 1px;
}
@media (max-width: 767px) {
	.action-item--reference .action-item-reference {
		padding-left: 2rem;
	}
}
.action-item--reference .action-item-reference__text {
	font-size: 1.8rem;
	line-height: 1.77em;
	font-weight: 400;
	color: #868585;
}
@media (max-width: 767px) {
	.action-item--reference .action-item-reference__text {
		font-size: 1.6rem;
	}
}
.action-item--reference .action-item-reference-info {
	border: 0;
	margin-top: 2.5rem;
	margin-bottom: 0;
	padding: 0;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
@media (max-width: 767px) {
	.action-item--reference .action-item-reference-info {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.action-item--reference .action-item-reference-info .book-detail-info-item {
	font-size: 1.7rem;
}
@media (max-width: 1200px) {
	.action-item--reference .action-item-reference-info .book-detail-info-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.action-item--reference .action-item-reference-info .book-detail-info-item__name {
		margin-top: 0;
	}
}
.action-item--reference .action-item-reference-info .book-detail-info-item + .book-detail-info-item {
	margin-left: 5rem;
}
@media (max-width: 767px) {
	.action-item--reference .action-item-reference-info .book-detail-info-item + .book-detail-info-item {
		margin-top: 0;
		margin-left: 2rem;
	}
}
.action-item--rosette .rosette-item {
	width: 8rem;
	height: 8rem;
	margin-right: 2.8rem;
	font-size: 3.4rem;
	margin-bottom: 0;
	cursor: default;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 576px) {
	.action-item--rosette .rosette-item {
		width: 4.6rem;
		height: 4.6rem;
		font-size: 2.1rem;
		position: absolute;
		left: 1.2rem;
		top: 1.2rem;
	}
}
.action-item--rosette .action-item-left {
	margin-right: 3rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 576px) {
	.action-item--rosette .action-item-left {
		margin-right: 0;
	}
}
.action-item--rosette .action-item-content {
	padding: 0;
}
.action-item--rosette .action-item-rosette {
	margin: 3rem 0;
	padding: 2.2rem 2.5rem;
	border: 1px solid rgba(3, 1, 0, 0.05);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 2rem;
	position: relative;
}
@media (max-width: 767px) {
	.action-item--rosette .action-item-rosette {
		margin: 2rem 0;
	}
}
@media (max-width: 576px) {
	.action-item--rosette .action-item-rosette {
		padding: 1.2rem;
		border-radius: 1.2rem;
	}
}
.action-item--rosette .action-item-rosette:hover .action-item-rosette-btn {
	background: #d54e4e;
	color: #fff;
}
@media (max-width: 576px) {
	.action-item--rosette .action-item-rosette-info {
		width: 100%;
	}
}
.action-item--rosette .action-item-rosette__title {
	font-weight: 500;
	color: #030100;
	font-size: 1.8rem;
	margin-bottom: 1rem;
	max-width: 60rem;
}
@media (max-width: 576px) {
	.action-item--rosette .action-item-rosette__title {
		padding-left: 6.1rem;
		min-height: 6rem;
		border-bottom: 1px solid rgba(3, 1, 0, 0.05);
		padding-bottom: 1rem;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
.action-item--rosette .action-item-rosette__text {
	font-weight: 400;
	color: #868585;
	font-size: 1.5rem;
	line-height: 1.5em;
	max-width: 60rem;
}
.action-item--rosette .action-item-rosette-btn {
	margin-left: auto;
	width: 5rem;
	height: 8rem;
	background: #f6f6f6;
	color: #d54e4e;
}
@media (max-width: 767px) {
	.action-item--rosette .action-item-rosette-btn {
		display: none;
	}
}
.action-item--rosette .action-item-rosette-btn:hover {
	background: #d54e4e;
	color: #fff;
}
.action-item--rosette .action-item-footer {
	border-top: 0;
	padding-top: 0;
}
.action-item--reading-state .action-item-content {
	padding-top: 1rem;
}
.action-item--reading-state .action-item-footer {
	border-top: 0;
	padding-top: 0;
}
@media (max-width: 767px) {
	.action-item--review .action-item-header {
		display: block;
	}
	.action-item--review .action-item-header .star {
		margin-top: 2rem;
	}
}
@media (max-width: 767px) {
	.action-item--review .action-item-content {
		padding-top: 2rem;
	}
}
.action-item-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.action-item-profile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
@media (max-width: 767px) {
	.action-item-profile {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.action-item-profile-title {
	font-size: 1.9rem;
	color: rgba(3, 1, 0, 0.4);
	font-weight: 500;
	margin-bottom: 1rem;
	line-height: 1.5em;
}
@media (max-width: 767px) {
	.action-item-profile-title {
		min-height: 40px;
		font-size: 1.6rem;
		line-height: 1.4em;
		margin-bottom: 1.5rem;
	}
}
.action-item-profile-title .status {
	margin-right: 1.5rem;
}
.action-item-profile-title a {
	color: #030100;
}
.action-item-profile-title a:hover {
	color: #d54e4e;
}
.action-item-profile-title b {
	font-weight: 500;
	color: #030100;
}
.action-item-profile-img {
	width: 5.4rem;
	height: 5.4rem;
	border-radius: 0.8rem;
	overflow: hidden;
	margin-right: 2rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 767px) {
	.action-item-profile-img {
		width: 40px;
		height: 40px;
	}
}
.action-item-profile-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 767px) {
	.action-item-profile-info {
		margin-left: -6.5rem;
	}
}
.action-item-profile__username {
	color: rgba(3, 1, 0, 0.5);
	font-size: 1.7rem;
	font-weight: 400;
}
@media (max-width: 767px) {
	.action-item-profile__username {
		font-size: 1.5rem;
	}
}
.action-item-profile-icon {
	margin: 0 1.5em;
	padding: 0 2rem;
	border: 1px solid #eee;
	border-top: 0;
	border-bottom: 0;
}
@media (max-width: 767px) {
	.action-item-profile-icon {
		padding: 0 1rem;
	}
}
.action-item-profile-icon img {
	width: 2rem;
	max-height: 2.2rem;
}
@media (max-width: 767px) {
	.action-item-profile-icon img {
		width: 1.7rem;
	}
}
.action-item-profile__time {
	color: rgba(3, 1, 0, 0.5);
	font-size: 1.8rem;
	font-weight: 400;
}
@media (max-width: 767px) {
	.action-item-profile__time {
		font-size: 1.5rem;
	}
}
.action-item-content {
	padding: 3.2rem 0;
}
@media (max-width: 480px) {
	.action-item-content {
		padding: 2rem 0;
	}
}
.action-item-content__text {
	color: #868585;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.6em;
}
@media (max-width: 767px) {
	.action-item-content__text {
		font-size: 1.6rem;
	}
}
.action-item-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 2.4rem 0;
	border-top: 1px solid rgba(3, 1, 0, 0.1);
}
@media (max-width: 576px) {
	.action-item-footer {
		padding: 2rem 0;
	}
}
.action-item-footer-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.action-item-footer-left .action-item-footer-btn + .action-item-footer-btn {
	margin-left: 8rem;
}
@media (max-width: 992px) {
	.action-item-footer-left .action-item-footer-btn + .action-item-footer-btn {
		margin-left: 4rem;
	}
}
.action-item-footer-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
.action-item-footer-btn .active-icon {
	display: none;
}
.action-item-footer-btn:not(.active):hover .action-item-footer-btn-icon {
	color: #ffb45d;
}
.action-item-footer-btn:not(.active):hover .action-item-footer-btn__text {
	color: #ffb45d;
}
.action-item-footer-btn--like.active .action-item-footer-btn-icon {
	color: #d54e4e;
}
.action-item-footer-btn--like.active .action-item-footer-btn-icon span {
	display: none;
}
.action-item-footer-btn--like.active .action-item-footer-btn-icon span.active-icon {
	display: block !important;
}
.action-item-footer-btn--like.active .action-item-footer-btn__text {
	color: #4e4d4c;
}
.action-item-footer-btn--like:not(.active):hover .action-item-footer-btn-icon {
	color: #d54e4e;
}
.action-item-footer-btn--like:not(.active):hover .action-item-footer-btn__text {
	color: #d54e4e;
}
.action-item-footer-btn--star.active .action-item-footer-btn-icon {
	color: #ffb45d;
}
.action-item-footer-btn--star.active .action-item-footer-btn-icon span {
	display: none;
}
.action-item-footer-btn--star.active .action-item-footer-btn-icon span.active-icon {
	display: block !important;
}
.action-item-footer-btn--star.active .action-item-footer-btn__text {
	color: #4e4d4c;
}
.action-item-footer-btn--star:not(.active):hover .action-item-footer-btn-icon {
	color: #ffb45d;
}
.action-item-footer-btn--star:not(.active):hover .action-item-footer-btn__text {
	color: #ffb45d;
}
.action-item-footer-btn--save.active .action-item-footer-btn-icon {
	color: #d54e4e;
}
.action-item-footer-btn--save.active .action-item-footer-btn__text {
	color: #4e4d4c;
}
.action-item-footer-btn--save:not(.active):hover .action-item-footer-btn-icon {
	color: #d54e4e;
}
.action-item-footer-btn--save:not(.active):hover .action-item-footer-btn__text {
	color: #d54e4e;
}
.action-item-footer-btn--more .action-item-footer-btn-icon {
	font-size: 3rem;
	color: rgba(66, 65, 64, 0.2);
}
.action-item-footer-btn.active .action-item-footer-btn__text {
	font-weight: 500;
}
.action-item-footer-btn-icon {
	font-size: 2.1rem;
	color: rgba(66, 65, 64, 0.6);
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.action-item-footer-btn__text {
	margin-left: 2rem;
	color: rgba(78, 77, 76, 0.7);
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	font-weight: 400;
}
@media (max-width: 767px) {
	.action-item-footer-btn__text {
		display: none;
	}
}

.category-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	gap: 16px 16px;
	grid-template-areas:
		'a c f'
		'b d f'
		'b e g';
	height: 51.2rem;
}
@media (max-width: 992px) {
	.category-grid {
		height: 46rem;
	}
}
@media (max-width: 767px) {
	.category-grid {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		gap: 0;
	}
}
.category-grid .category-item {
	background-color: rgba(248, 243, 237, 0.5);
	height: unset;
}
@media (max-width: 992px) {
	.category-grid .category-item {
		padding: 0 2rem;
	}
}
@media (max-width: 767px) {
	.category-grid .category-item {
		height: 100px;
		padding: 0 25px;
		margin-bottom: 1.6rem;
		gap: 0;
	}
}
@media (max-width: 767px) {
	.category-grid .category-item--big {
		display: none;
	}
}
/*.category-grid .category-item--hukuk {
      grid-area: a; }
    .category-grid .category-item--matematik {
      grid-area: b; }
    .category-grid .category-item--tip {
      grid-area: c; }
    .category-grid .category-item--edebiyat {
      grid-area: d; }
    .category-grid .category-item--cografya {
      grid-area: e; }
    .category-grid .category-item--tarih {
      grid-area: f; }
    .category-grid .category-item--psikoloji {
      grid-area: g; }*/

.message-item {
	padding: 2.2rem 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid rgba(3, 1, 0, 0.05);
	position: relative;
}
.message-item:hover {
	background: rgba(248, 243, 237, 0.45);
}
.message-item.more-btn-active {
	z-index: 20;
}
.message-item.active .message-item__name {
	color: #d54e4e;
}
.message-item.active .message-item-arrow {
	opacity: 1;
	pointer-events: all;
	-webkit-transform: translateY(-50%) translateX(0) translateZ(0) scale(1, 1);
	transform: translateY(-50%) translateX(0) translateZ(0) scale(1, 1);
}
.message-item.active .message-item-more-btn {
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(-50%) translateX(1rem) translateZ(0) scale(1, 1);
	transform: translateY(-50%) translateX(1rem) translateZ(0) scale(1, 1);
}
.message-item-img {
	width: 4.8rem;
	height: 4.8rem;
	border-radius: 0.8rem;
	overflow: hidden;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.message-item-right {
	margin-left: 2.5rem;
	width: calc(100% - 7.3rem);
}
.message-item-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.message-item__name {
	font-weight: 500;
	font-size: 1.8rem;
}
.message-item__time {
	font-weight: 300;
	font-size: 1.6rem;
	color: rgba(3, 1, 0, 0.4);
}
.message-item__text {
	font-weight: 400;
	font-size: 1.8rem;
	color: rgba(3, 1, 0, 0.75);
	max-width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 1rem;
}
.message-item-more {
	position: absolute !important;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 1rem;
	z-index: 2;
	height: 6rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.message-item-more-btn {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 2rem;
	width: 4rem;
	height: 4rem;
	color: rgba(3, 1, 0, 0.4);
	font-size: 1.5rem;
}
.message-item-more-btn.active + .message-item-more-content {
	pointer-events: all;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.message-item-more-content {
	right: 100% !important;
	top: -5px !important;
	left: unset !important;
}
.message-item-arrow {
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 2rem;
	color: #d54e4e;
	font-size: 2.4rem;
	-webkit-transform: translate(-15px, -50%);
	-ms-transform: translate(-15px, -50%);
	transform: translate(-15px, -50%);
}

.playlist {
	padding: 1rem 2rem;
	position: relative;
	background: #fff;
	border-radius: 1.2rem;
	margin-top: 1.2rem;
}
.playlist::after {
	content: '';
	position: absolute;
	top: 0;
	right: 13.5rem;
	background: rgba(3, 1, 0, 0.05);
	width: 1px;
	height: 100%;
}
@media (max-width: 767px) {
	.playlist::after {
		display: none;
	}
}
.playlist-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 1.2rem;
	padding: 1.4rem 0.6rem;
	cursor: pointer;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 767px) {
	.playlist-item {
		padding: 1rem 0.6rem;
	}
}
.playlist-item + .playlist-item {
	margin-top: 1.2rem;
}
.playlist-item:hover {
	background: #fafafa;
}
.playlist-item__play-btn {
	width: 4.8rem;
	height: 4.8rem;
	margin-right: 2.4rem;
	background: #f6f6f6;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 767px) {
	.playlist-item__play-btn {
		width: 4.2rem;
		height: 4.2rem;
		border-radius: 0.8rem;
		margin-right: 2rem;
	}
}
.playlist-item__play-btn:hover {
	background: #f6f6f6;
}
.playlist-item__play-btn .pause-icon {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #d54e4e;
}
.playlist-item__toptitle {
	font-size: 1.7rem;
	margin-bottom: 5px;
	color: rgba(3, 1, 0, 0.3);
	font-weight: 400;
}
@media (max-width: 767px) {
	.playlist-item__toptitle {
		font-size: 1.5rem;
	}
}
.playlist-item__title {
	color: #030100;
	opacity: 0.7;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	font-weight: 500;
	font-size: 2rem;
}
@media (max-width: 767px) {
	.playlist-item__title {
		font-size: 1.7rem;
	}
}
.playlist-item__duration {
	color: #030100;
	opacity: 0.3;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	padding: 0 3rem;
	font-weight: 500;
	font-size: 2rem;
	margin-left: auto;
}
@media (max-width: 767px) {
	.playlist-item__duration {
		display: none;
	}
}
.playlist-item.active {
	background: #f6f6f6;
}
.playlist-item.active .playlist-item__title,
.playlist-item.active .playlist-item__duration {
	opacity: 1;
}
.playlist-item.active .playlist-item__play-btn .btn__icon {
	display: none;
}
.playlist-item.active .playlist-item__play-btn .pause-icon {
	display: block;
}

.player {
	position: fixed;
	left: 50%;
	-webkit-transform: translate(-50%, 10rem);
	-ms-transform: translate(-50%, 10rem);
	transform: translate(-50%, 10rem);
	background: #fff;
	border-radius: 1.4rem 1.4rem 0 0;
	border: 1px solid #e3ddd8;
	height: 20rem;
	width: calc(var(--container-width) - ((var(--container-padding) + var(--container-gutter)) * 2) + 0.4rem);
	z-index: 20;
	bottom: -21rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 1529px) {
	.player {
		width: calc(var(--container-width) - (10rem + var(--container-gutter) * 2));
	}
}
@media (max-width: 1200px) {
	.player {
		width: calc(var(--container-width) - (var(--container-gutter) * 2));
	}
}
@media (max-width: 992px) {
	.player {
		height: auto;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		padding-bottom: 1.5rem;
	}
}
@media (max-width: 767px) {
	.player {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 100vw;
		left: 0;
	}
}
.player.active {
	bottom: 0;
}
@media (min-width: 993px) {
	.player.next-tracks-active,
	.player.episodes-active {
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.player.next-tracks-active .next-tracks-wrapper {
		display: block;
	}
	.player.next-tracks-active .episodes-wrapper {
		display: none;
	}
	.player.episodes-active .episodes-wrapper {
		display: block;
	}
	.player.episodes-active .next-tracks-wrapper {
		display: none;
	}
}
.player-volume-btn:hover {
	color: #d54e4e !important;
}
.player-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 10rem;
}
@media (max-width: 992px) {
	.player-top {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
	}
}
.player-bottom {
	border-top: 1px solid #e3ddd8;
	padding: 0 2rem;
}
@media (max-width: 992px) {
	.player-bottom {
		display: none;
	}
}
.player-bottom .swiper-button .btn {
	border: 1px solid rgba(3, 1, 0, 0.1);
	height: 3.6rem;
	width: 3.6rem;
}
.player-bottom .swiper-button-prev {
	left: -3.8rem;
}
.player-bottom .swiper-button-next {
	right: -3.8rem;
}
.player-bottom .playlist-item {
	border-radius: 0;
	height: 7rem;
}
.player-bottom .playlist-item__play-btn {
	width: 3.8rem;
	height: 3.8rem;
	font-size: 1.2rem;
	border-radius: 0.8rem;
}
.player-bottom .playlist-item__toptitle {
	font-size: 1.5rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.player-bottom .playlist-item__title {
	font-size: 1.8rem;
}
.player-bottom .playlist-item:hover .playlist-item__toptitle {
	color: rgba(3, 1, 0, 0.6);
}
.player-bottom .playlist-item:hover .playlist-item__title {
	opacity: 0.9;
}
.player-bottom .playlist-item.active {
	background: transparent;
}
.player-bottom .playlist-item.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #d54e4e;
}
.player-bottom .create-list-books-item {
	border: 0;
	opacity: 0.7;
	height: 7rem;
}
.player-bottom .create-list-books-item-content {
	margin-left: 2rem;
}
.player-bottom .create-list-books-item__title {
	margin-left: 0;
	font-weight: 500;
	font-size: 1.8rem;
	color: #030100;
	margin-bottom: 4px;
}
.player-bottom .create-list-books-item__author {
	margin-left: 0;
	font-weight: 400;
	font-size: 1.5rem;
	color: rgba(3, 1, 0, 0.5);
}
.player-bottom .create-list-books-item:hover .create-list-books-item {
	opacity: 0.8;
}
.player-bottom .create-list-books-item.active {
	opacity: 1;
}
.player-bottom .create-list-books-item.active::after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #d54e4e;
}
.player-bottom .next-tracks,
.player-bottom .episodes {
	z-index: 22;
}
.player-bottom .next-tracks-wrapper,
.player-bottom .episodes-wrapper {
	position: relative;
}
.player-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 2rem;
}
@media (max-width: 992px) {
	.player-right > .player-right-btn {
		display: none;
	}
	.player-right > .player-right-btn.more-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.player-right .more-item {
		position: absolute;
		right: 1.8rem;
		top: 1.5rem;
	}
	.player-right .more-item-content-link__text {
		color: #868585 !important;
	}
	.player-right .more-item-content-link.d-lg-none .more-item-content-link__icon {
		display: block !important;
		color: #868585 !important;
	}
	.player-right .more-item-content-link.d-lg-none .more-item-content-link__icon.active-icon {
		display: none !important;
	}
}
.player-right-btn {
	color: rgba(3, 1, 0, 0.4);
	width: 4.6rem;
	height: 4.6rem;
}
@media (max-width: 992px) {
	.player-right-btn {
		width: 4rem;
		height: 4rem;
		font-size: 1.5rem;
	}
}
.player-right-btn:hover {
	background: #f6f6f6;
	color: rgba(3, 1, 0, 0.6);
}
.player-right-btn + .player-right-btn {
	margin-left: 1rem;
}
.player__minify-btn {
	position: absolute;
	width: 3.8rem;
	height: 3.8rem;
	border: 1px solid rgba(3, 1, 0, 0.1);
	border-radius: 5px 5px 0 0;
	top: -3.8rem;
	right: 2rem;
	display: grid;
	place-items: center;
	background: #fff;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	cursor: pointer;
	color: rgba(3, 1, 0, 0.6);
}
.player__minify-btn:hover {
	background: #f6f6f6;
	color: #030100;
}
.player-book-info {
	padding: 2rem 2.4rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 100%;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 992px) {
	.player-book-info {
		width: 100%;
		border-bottom: 1px solid rgba(3, 1, 0, 0.05);
		margin-bottom: 1.5rem;
		padding: 1.5rem 6rem 1.5rem 1.8rem;
	}
}
.player-book-info .playlist-item-content > *:first-child {
	margin-bottom: 1rem;
}
.player-book-info .playlist-item-content .playlist-item__title {
	line-height: 1.3em;
}
.player-book-info .playlist-item-content .playlist-item__toptitle {
	margin-bottom: 0;
}
.player-book-img {
	width: 9rem;
	height: 12rem;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
	border-radius: 0.6rem;
	margin-right: 2.4rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 992px) {
	.player-book-img {
		width: 4rem;
		height: 5.2rem;
		border-radius: 4px;
	}
}
.player-duration {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 4rem;
	border-left: 1px solid #e3ddd8;
	height: 100%;
	width: 100%;
}
@media (max-width: 1200px) {
	.player-duration {
		padding: 0 2rem;
	}
}
@media (max-width: 992px) {
	.player-duration {
		width: calc(100% - 17rem);
		border-left: 0;
		padding: 0 1.5rem 0 0;
		position: relative;
	}
}
.player-duration__text {
	color: rgba(3, 1, 0, 0.3);
	font-size: 1.6rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: 400;
}
@media (max-width: 767px) {
	.player-duration__text {
		position: absolute;
		-webkit-transform: translateY(1.5rem);
		-ms-transform: translateY(1.5rem);
		transform: translateY(1.5rem);
	}
	.player-duration__text:last-child {
		right: 1.8rem;
	}
}
.player-duration-line {
	width: 100%;
	margin-right: 1rem;
	margin-left: 1rem;
	height: 1rem;
	background: rgba(3, 1, 0, 0.07);
	border-radius: 2px;
	position: relative;
}
@media (max-width: 767px) {
	.player-duration-line {
		margin: 0;
		-webkit-transform: translateY(-1rem);
		-ms-transform: translateY(-1rem);
		transform: translateY(-1rem);
	}
}
.player-duration-line span {
	background: #d54e4e;
	position: absolute;
	left: 0;
	top: 0;
	height: inherit;
	-webkit-transition: 1s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 1s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 1s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	border-radius: 4px;
	width: 100%;
}
.player-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 1rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-left: 1px solid rgba(3, 1, 0, 0.1);
	height: 100%;
}
@media (max-width: 992px) {
	.player-buttons {
		width: 17rem;
		border-left: 0;
	}
}
.player-buttons-item {
	width: 5.6rem;
	height: 5.6rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	display: grid;
	place-items: center;
	cursor: pointer;
}
@media (max-width: 992px) {
	.player-buttons-item {
		width: 4.2rem;
		height: 4.2rem;
		font-size: 1.3rem;
	}
}
.player-buttons-item + .player-buttons-item {
	margin-left: 1rem;
}
.player-buttons-item--prev,
.player-buttons-item--next {
	color: rgba(0, 0, 0, 0.6);
	font-size: 1.4rem;
	border-radius: 1rem;
}
@media (max-width: 992px) {
	.player-buttons-item--prev,
	.player-buttons-item--next {
		border-radius: 0.06rem;
		font-size: 1.3rem;
	}
}
.player-buttons-item--prev:hover,
.player-buttons-item--next:hover {
	background: #f2f2f2;
	color: #030100;
}
.player-buttons-item--prev {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.player-buttons-item--play .btn__icon {
	display: none;
}
.player-buttons-item--play .icon-pause {
	display: block;
}
.player-buttons-item--play.active .btn__icon {
	display: block;
}
.player-buttons-item--play.active .icon-pause {
	display: none;
}
.player-thumbs {
	position: fixed;
	bottom: 0;
	right: 30rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 4;
}
@media (max-width: 992px) {
	.player-thumbs {
		right: var(--container-pusher);
	}
}
@media (max-width: 576px) {
	.player-thumbs {
		right: var(--container-gutter);
	}
}
.player-thumbs-item {
	border-radius: 1.2rem 1.2rem 0 0;
	position: static;
	width: 5.2rem;
	height: 5.2rem;
	font-size: 1.9rem;
	color: rgba(3, 1, 0, 0.7);
}
.player-thumbs-item:hover {
	color: #d54e4e;
}
.player-thumbs-item + .player-thumbs-item {
	margin-left: 1.2rem;
}

.faq-item + .faq-item {
	margin-top: 3.6rem;
}

.faq-item.active .faq-item-header__title {
	color: #d54e4e;
}

.faq-item.active .faq-item-header__icon {
	background: #d54e4e;
}
.faq-item.active .faq-item-header__icon span {
	background: #fff;
}
.faq-item.active .faq-item-header__icon span:first-child {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}

.faq-item:not(.active) .faq-item-header:hover .faq-item-header__title {
	color: black;
}

.faq-item-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
}
.faq-item-header__title {
	font-size: 1.8rem;
	font-weight: 500;
	color: #353333;
	line-height: 2.5rem;
	padding-right: 4rem;
}
@media (max-width: 992px) {
	.faq-item-header__title {
		padding-right: 2rem;
	}
}
.faq-item-header__icon {
	width: 5.2rem;
	height: 5.2rem;
	display: grid;
	place-items: center;
	color: #030100;
	background: #f9f9f9;
	position: relative;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 1rem;
}
@media (max-width: 767px) {
	.faq-item-header__icon {
		width: 40px;
		height: 40px;
		border-radius: 8px;
	}
}
.faq-item-header__icon span {
	position: absolute;
	width: 2.6rem;
	left: 50%;
	top: 50%;
	height: 2px;
	background: rgba(3, 1, 0, 0.5);
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
	.faq-item-header__icon span {
		width: 20px;
	}
}
.faq-item-header__icon span:first-child {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item-content {
	padding-right: calc(5.2rem + 4rem);
}
.faq-item-content .accordion-calc {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.faq-item-content p {
	color: #030100;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2.8rem;
}

.select2-container {
	height: 100%;
}
.select2-container--focus .select2-selection {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
.select2-container--open .select2-selection {
	border-color: #ffb45d !important;
}
.select2-container--default .select2-selection--single {
	background-color: transparent;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid rgba(3, 1, 0, 0.15);
	border-radius: 1.2rem !important;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.select2-container--default .select2-results > .select2-results__options {
	max-height: 240px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
	width: 5px;
	margin-right: 5px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
	background: transparent;
	margin-top: 5px;
	margin-bottom: 5px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
	background: #ddd;
	border-radius: 3px;
}

.select2-selection__rendered {
	padding: 0 2.2rem !important;
	font-size: 1.6rem;
	color: #030100 !important;
	font-weight: 500;
}

.select2-selection__placeholder {
	color: rgba(3, 1, 0, 0.4) !important;
	font-weight: 400;
	font-size: 1.6rem;
}

.select2-selection__arrow {
	height: auto !important;
	width: auto !important;
	top: 50% !important;
	right: 2.5rem !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.select2-selection__arrow b {
	border-color: rgba(134, 133, 133, 0.5) transparent transparent transparent !important;
	border-width: 0.5rem 0.5rem 0 0.5rem !important;
}

.select2-dropdown {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-box-shadow: 0 10px 20px -8px rgba(3, 1, 0, 0.1);
	box-shadow: 0 10px 20px -8px rgba(3, 1, 0, 0.1);
	border-radius: 1.2rem !important;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid rgba(3, 1, 0, 0.1) !important;
}
.select2-dropdown.select--center {
	text-align: center;
}

.select2-results__option {
	padding: 1rem 1.5rem !important;
	color: rgba(3, 1, 0, 0.8);
	border-bottom: 1px solid rgba(177, 169, 165, 0.14);
	font-weight: 400;
	-webkit-transition: 0.15s;
	-o-transition: 0.15s;
	transition: 0.15s;
}
.select2-results__option:last-child {
	border-bottom: none;
}
.select2-results__option--highlighted.select2-results__option--selectable {
	background-color: transparent !important;
	color: rgba(3, 1, 0, 0.6) !important;
}
.select2-results__option--highlighted.select2-results__option--selectable:hover {
	color: #030100 !important;
	background-color: #f6f6f6 !important;
}
.select2-results__option--selected {
	background-color: transparent !important;
	color: #030100 !important;
	font-weight: 500;
}

.select2-search--dropdown {
	display: none !important;
}

.select2-results__option--selected.select2-results__option--highlighted {
	background-color: transparent !important;
	color: #353333 !important;
}

.swal2-icon {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 2rem 0 0 !important;
}

.swal2-popup {
	padding: 2rem 2.5rem !important;
	border-radius: 2rem !important;
	width: auto !important;
	max-width: 50rem !important;
}

.swal2-header {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	padding: 0 !important;
}

.swal2-title {
	margin-bottom: 0 !important;
}

.remote-access-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 2rem;
}
.remote-access-item:hover .remote-access-item__title {
	color: #d54e4e;
}
.remote-access-item:hover .remote-access-item__text {
	color: rgba(3, 1, 0, 0.7);
}
.remote-access-item-img {
	padding: 0 4rem;
	width: 25%;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 576px) {
	.remote-access-item-img {
		padding: 0 2rem;
		min-width: 11rem;
	}
}
.remote-access-item-img img {
	height: 9rem;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.remote-access-item-content {
	border-left: 1px solid rgba(3, 1, 0, 0.05);
	padding: 3.2rem 4rem;
}
@media (max-width: 576px) {
	.remote-access-item-content {
		padding: 2rem;
	}
}
.remote-access-item__title {
	font-size: 2.2rem;
	font-weight: 500;
	color: rgba(3, 1, 0, 0.8);
	margin-bottom: 2rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
	.remote-access-item__title {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}
}
.remote-access-item__text {
	color: rgba(134, 133, 133, 0.8);
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.6em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
	.remote-access-item__text {
		font-size: 1.6rem;
	}
}

.rosette-item {
	margin-bottom: 1rem;
	border: 0.3rem solid #fff;
	border-radius: 1.2rem;
	background: rgba(252, 39, 171, 0.2);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
	font-size: 1.6rem;
	width: 4.6rem;
	height: 4.6rem;
	display: grid;
	place-items: center;
	cursor: pointer;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.rosette-item:hover {
	-webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15);
}
.rosette-item__icon {
	color: #fc27ab;
}
.rosette-item--gray {
	background: rgba(134, 133, 133, 0.2);
}
.rosette-item--gray .rosette-item__icon {
	color: #868585;
}

.read-target-lines {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 9rem;
}
.read-target-lines-item {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.read-target-lines-item__stick {
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#d54e4e), to(#ffb45d));
	background: -o-linear-gradient(bottom, #d54e4e, #ffb45d);
	background: linear-gradient(to top, #d54e4e, #ffb45d);
	width: 2em;
	border-radius: 1em;
	font-size: 0.3rem;
}
.read-target-lines-item__stick.zero {
	width: 2em;
	height: 2em;
	border-radius: 50%;
	background: rgba(134, 133, 133, 0.1);
}
.read-target-lines-item span:last-child {
	font-size: 1.5rem;
	margin-top: 1rem;
	font-weight: 600;
	color: rgba(3, 1, 0, 0.6);
	cursor: default;
}

.read-target-info {
	border-top: 1px solid rgba(3, 1, 0, 0.05);
	padding-top: 2rem;
	margin-top: 2rem;
}
.read-target-info-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.read-target-info-item + .read-target-info-item {
	margin-top: 1rem;
}
.read-target-info-item__title {
	color: rgba(3, 1, 0, 0.6);
	font-weight: 500;
	font-size: 1.7rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.read-target-info-item__count {
	color: rgba(3, 1, 0, 0.8);
	font-weight: 500;
	font-size: 1.7rem;
}

.user-img {
	width: 4.2rem;
	height: 4.2rem;
	border-radius: 0.8rem;
	overflow: hidden;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.user-info {
	margin-left: 1.8rem;
}
.user-info__name {
	font-size: 1.8rem;
	color: rgba(3, 1, 0, 0.6);
	font-weight: 500;
	line-height: 1.3em;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 17rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.user-info__username {
	color: rgba(3, 1, 0, 0.4);
	font-size: 1.6rem;
	font-weight: 300;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}

.profile-card {
	background: #fff;
	border-radius: 1.4rem;
	overflow: hidden;
}
.profile-card-head {
	height: 16rem;
	width: 100%;
}
.profile-card-content {
	padding: 2rem 2.7rem;
}
.profile-card-content__text {
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1.7em;
	font-size: 1.8rem;
	font-weight: 400;
	color: #868585;
}
@media (max-width: 424px) {
	.profile-card-content__text {
		margin-top: 0;
	}
}
.profile-card-content-social .social {
	font-size: 2.7rem;
}
.profile-card-content-buttons {
	margin-top: 2rem;
}
@media (max-width: 374px) {
	.profile-card-content-buttons {
		display: block;
	}
}
.profile-card-content-buttons .btn {
	width: 100%;
	max-width: calc(50% - 0.7rem);
	min-width: 16rem;
}
@media (max-width: 374px) {
	.profile-card-content-buttons .btn {
		max-width: 100%;
	}
	.profile-card-content-buttons .btn:first-child {
		margin-bottom: 1rem;
	}
}
.profile-card-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-transform: translateY(-4rem);
	-ms-transform: translateY(-4rem);
	transform: translateY(-4rem);
	margin-bottom: -2rem;
}
@media (max-width: 767px) {
	.profile-card-info {
		-webkit-transform: translateY(-3rem);
		-ms-transform: translateY(-3rem);
		transform: translateY(-3rem);
		margin-bottom: -1rem;
	}
}
.profile-card-info-user {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.profile-card-info-user .user-img {
	width: 9rem;
	height: 9rem;
	border-radius: 1rem;
}
@media (max-width: 767px) {
	.profile-card-info-user .user-img {
		width: 6.5rem;
		height: 6.5rem;
	}
}
.profile-card-info-user .user-info__name {
	font-size: 2.4rem;
	color: #030100;
}
@media (max-width: 767px) {
	.profile-card-info-user .user-info__name {
		font-size: 2rem;
	}
}
.profile-card-info-user .user-info__username {
	font-size: 1.8rem;
}
@media (max-width: 767px) {
	.profile-card-info-user .user-info__username {
		font-size: 1.6rem;
	}
}
.profile-card-info .btn {
	width: 4.8rem;
	height: 4.8rem;
	font-size: 2rem;
}
.profile-card .discover-box {
	padding: 1.7rem 2.2rem;
	border-radius: 1.4rem;
	border: 1px solid rgba(3, 1, 0, 0.05);
}
.profile-card .discover-rosette {
	max-width: 50rem;
}
@media (max-width: 992px) {
	.profile-card .discover-rosette {
		display: none;
	}
}
.profile-card .discover-rosette .discover-box-header {
	margin-bottom: 2rem;
}
.profile-card .discover-rosette div[class^='col'] {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 14%;
	-ms-flex: 0 0 14%;
	flex: 0 0 14%;
	max-width: 14%;
}

@media (max-width: 1200px) and (min-width: 993px) {
	.profile-card .discover-rosette div[class^='col'] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.profile-card .discover-rosette div[class^='col']:nth-last-child(-n + 2) {
		display: none;
	}
}

.loadmore-btn {
	width: 10rem;
	height: 10rem;
	background: #fff;
	border-radius: 50%;
	margin: 6rem auto 4rem auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	cursor: pointer;
}
@media (max-width: 992px) {
	.loadmore-btn {
		width: 8rem;
		height: 8rem;
	}
}
.loadmore-btn:hover {
	background: #d54e4e;
}
.loadmore-btn:hover .loadmore-btn__dot {
	background: #fff;
}
.loadmore-btn__dot {
	width: 0.8rem;
	height: 0.8rem;
	background: rgba(3, 1, 0, 0.3);
	border-radius: 50%;
}
@media (max-width: 992px) {
	.loadmore-btn__dot {
		width: 5px;
		height: 5px;
	}
}
.loadmore-btn__dot + .loadmore-btn__dot {
	margin-left: 0.7rem;
}
@media (max-width: 992px) {
	.loadmore-btn__dot + .loadmore-btn__dot {
		margin-left: 0.5rem;
	}
}

.reading-state {
	padding: 2rem;
	border: 1px solid rgba(3, 1, 0, 0.05);
	border-radius: 1.4rem;
	position: relative;
	margin-top: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.reading-state .book-item__img {
	width: 14rem;
	height: 19rem;
}
@media (max-width: 767px) {
	.reading-state .book-item__img {
		width: 6rem;
		height: 8rem;
	}
}
.reading-state-line {
	width: 100%;
	height: 2.6rem;
	background: rgba(3, 1, 0, 0.07);
	border-radius: 0.6rem;
	position: relative;
}
@media (max-width: 767px) {
	.reading-state-line {
		width: calc(100% + 9rem);
		margin-left: -9rem;
	}
}
.reading-state-line p {
	position: absolute;
	color: #fff;
	font-size: 1.4rem;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	font-weight: 600;
	letter-spacing: 0.05px;
}
.reading-state-line span {
	background: #ca5757;
	position: absolute;
	left: 0;
	top: 0;
	height: inherit;
	-webkit-transition: 1s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 1s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 1s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	border-radius: 0.6rem;
	width: 100%;
	min-width: 100px;
}
.reading-state .book-detail-info-item + .book-detail-info-item {
	margin-left: 2rem !important;
}
.reading-state .book-detail-info-items {
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 0;
	padding-bottom: 1.8rem;
}
@media (max-width: 767px) {
	.reading-state .book-detail-info-items {
		width: calc(100% + 9rem);
		margin-left: -9rem;
		padding-bottom: 1rem;
	}
}
.reading-state .book-detail-info-items .book-detail-info-item {
	max-width: calc(50% - 1rem);
}
@media (max-width: 1529px) {
	.reading-state .book-detail-info-items .book-detail-info-item:last-child {
		display: none;
	}
}
@media (max-width: 767px) {
	.reading-state .book-detail-info-items .book-detail-info-item__title {
		display: none;
	}
}
@media (max-width: 767px) {
	.reading-state .book-detail-info-header {
		min-height: 8rem;
	}
}
@media (max-width: 767px) {
	.reading-state .book-detail-info-header-left {
		width: 100%;
	}
}
.reading-state .book-detail-info-authors .book-detail-info-item:not(:first-child) {
	display: none;
}
.reading-state .book-detail-info-authors .book-detail-info-item__title {
	display: none;
}
.reading-state .book-detail-info-content {
	padding: 0 3rem;
	width: 100%;
}
@media (max-width: 992px) {
	.reading-state .book-detail-info-content {
		margin-bottom: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
@media (max-width: 767px) {
	.reading-state .book-detail-info-content {
		padding-right: 0;
	}
}
.reading-state .book-detail-info__title {
	font-size: 1.8rem;
	color: #030100;
}

.follow-card {
	background: #fff;
	border-radius: 1.4rem;
	padding: 2rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.follow-card:hover {
	-webkit-box-shadow: 0 10px 20px -8px rgba(3, 1, 0, 0.1);
	box-shadow: 0 10px 20px -8px rgba(3, 1, 0, 0.1);
}
.follow-card-user {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.follow-card-user .user-img {
	width: 8.4rem;
	height: 8.4rem;
	border-radius: 1.2rem;
}
@media (max-width: 576px) {
	.follow-card-user .user-img {
		width: 6rem;
		height: 6rem;
		border-radius: 1rem;
	}
}
.follow-card-user .user-info {
	text-align: center;
	margin-left: 0;
	margin-top: 2rem;
}
.follow-card-user .user-info__name {
	font-size: 2rem;
}
@media (max-width: 576px) {
	.follow-card-user .user-info__name {
		font-size: 1.8rem;
	}
}
.follow-card-user .user-info__username {
	font-size: 1.8rem;
}
@media (max-width: 576px) {
	.follow-card-user .user-info__username {
		font-size: 1.6rem;
	}
}
@media (max-width: 480px) {
	.follow-card-social {
		display: none;
	}
}
.follow-card-social .social {
	font-size: 2.3rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 480px) {
	.follow-card .divider {
		display: none;
	}
}
.follow-card-buttons {
	margin-top: 2.6rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.follow-card-buttons .btn {
	width: 100%;
	max-width: calc(100% - 6.4rem);
	height: 5rem;
	min-width: unset;
}
.follow-card-buttons .btn:not(.more-item):not(.active) {
	display: none;
}
@media (max-width: 480px) {
	.follow-card-buttons .btn {
		max-width: 100%;
	}
}
.follow-card-buttons .btn--i {
	width: 5rem;
	height: 5rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 480px) {
	.follow-card-buttons .btn--i {
		display: none;
	}
}

.more-item {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.more-item--left .more-item-content {
	top: 0;
}
.more-item--left .more-item-content::after {
	top: calc(50% - 6px);
	right: -13px;
	border-color: transparent;
	border-left-color: #fff;
	-webkit-filter: drop-shadow(1px 0px rgba(3, 1, 0, 0.1));
	filter: drop-shadow(1px 0px rgba(3, 1, 0, 0.1));
}
.more-item--right .more-item-content {
	top: 0;
}
.more-item--right .more-item-content::after {
	top: calc(50% - 6px);
	left: -13px;
	border-color: transparent;
	border-right-color: #fff;
	-webkit-filter: drop-shadow(-1px 0px rgba(3, 1, 0, 0.1));
	filter: drop-shadow(-1px 0px rgba(3, 1, 0, 0.1));
}
.more-item--bottom .more-item-content {
	top: unset;
}
.more-item--top .more-item-content {
	right: 0;
	top: -100%;
}
.more-item--top .more-item-content::after {
	top: unset;
	bottom: -12px;
	right: 1.5rem;
	border-color: transparent;
	border-top-color: #fff;
	-webkit-filter: drop-shadow(0 1px rgba(3, 1, 0, 0.1));
	filter: drop-shadow(0 1px rgba(3, 1, 0, 0.1));
}
.more-item.active .more-item-content {
	pointer-events: all;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.more-item-btn {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.more-item-content {
	width: 15rem;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	border-radius: 1.4rem;
	background: #fff;
	-webkit-box-shadow: 0 10px 20px -8px rgba(3, 1, 0, 0.1);
	box-shadow: 0 10px 20px -8px rgba(3, 1, 0, 0.1);
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	z-index: 3;
	border: 1px solid rgba(3, 1, 0, 0.1);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.more-item-content::after {
	content: '';
	position: absolute;
	top: -12px;
	right: 1.5rem;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	border-radius: 3px;
	-webkit-filter: drop-shadow(0 -1px rgba(3, 1, 0, 0.1));
	filter: drop-shadow(0 -1px rgba(3, 1, 0, 0.1));
}
.more-item-content-link {
	padding: 1rem 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
.more-item-content-link.active .more-item-content-link__icon,
.more-item-content-link:hover .more-item-content-link__icon {
	color: #d54e4e;
}
.more-item-content-link.active .more-item-content-link__text,
.more-item-content-link:hover .more-item-content-link__text {
	color: #030100;
}
.more-item-content-link__icon {
	margin-right: 1rem;
	color: #868585;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.more-item-content-link__text {
	color: #868585;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.more-item-content-link + .more-item-content-link {
	border-top: 1px solid rgba(3, 1, 0, 0.1);
}

.create-list-books {
	overflow-y: auto;
	max-height: 29rem;
}
.create-list-books-item {
	border: 1px solid rgba(3, 1, 0, 0.1);
	padding: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
	border-radius: 1.2rem;
}
.create-list-books-item__title {
	font-weight: 500;
	color: rgba(3, 1, 0, 0.8);
	margin-left: 1.5rem;
}
.create-list-books-item__delete {
	margin-left: auto;
	opacity: 0.5;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	cursor: pointer;
	height: 1em;
}
.create-list-books-item__delete:hover {
	color: #d54e4e;
	opacity: 1;
}
.create-list-books-item-img {
	width: 3rem;
	height: 4rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 4px;
	overflow: hidden;
}

.app-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 424px) {
	.app-buttons {
		display: block;
	}
}
.app-buttons-item {
	width: calc(50% - 10px);
	background: rgba(242, 242, 242, 0.8);
	border-radius: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 2.4rem;
	height: 6.8rem;
	cursor: pointer;
}
@media (max-width: 424px) {
	.app-buttons-item {
		width: 100%;
	}
	.app-buttons-item + .app-buttons-item {
		margin-top: 1rem;
	}
}
.app-buttons-item:hover {
	background: #e5e5e5;
}
.app-buttons-item img {
	height: 3.6rem;
	max-width: 100%;
}
@media (max-width: 424px) {
	.app-buttons-item img {
		display: block;
		margin: 0 auto;
	}
}

.cookie-alert {
	position: fixed;
	width: 50rem;
	max-width: calc(100% - 3rem);
	background-color: #fff;
	border-radius: 1.4rem;
	z-index: 21;
	right: 1.5rem;
	bottom: 1.5rem;
	padding: 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	opacity: 0;
	border: 1px solid rgba(3, 1, 0, 0.1);
	background: #2a2a2a;
}
.cookie-alert.active {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.cookie-alert__text {
	font-weight: 500;
	color: #030100;
	line-height: 1.5em;
	color: #fff;
}
.cookie-alert__text a {
	color: #d54e4e;
}
.cookie-alert__exit {
	margin-left: 1.5rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 3rem;
	width: 3rem;
	padding: 0;
	border-radius: 0.8rem;
	cursor: pointer;
	background: #fff;
}
.cookie-alert__exit .btn-icon {
	font-size: 1.4rem;
}

.breadcrumb {
	position: relative;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	z-index: 3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.breadcrumb--static {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.breadcrumb-container {
	overflow-x: auto;
	border: 1px solid rgba(177, 169, 165, 0.4);
	border-radius: 12px;
}
.breadcrumb .breadcrumb-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	background: #fff;
	padding: 1.3rem 2rem;
	height: 4.7rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	font-weight: 400;
}
.breadcrumb .breadcrumb-list li {
	margin-right: 2rem;
	font-size: 1.5rem;
	color: #333333;
	opacity: 0.6;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.breadcrumb .breadcrumb-list li:last-child {
	margin-right: 0;
}
.breadcrumb .breadcrumb-list li:hover,
.breadcrumb .breadcrumb-list li.active {
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	opacity: 1;
}
.breadcrumb .breadcrumb-list .breadcrumb-icon {
	opacity: 1;
	background: #efefef;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	opacity: 1;
	width: 2.4rem;
	height: 2.4rem;
}
.breadcrumb .breadcrumb-list .breadcrumb-icon .btn__icon {
	color: #343230;
	opacity: 0.5;
	font-size: 7px;
	width: 1em;
	height: 1em;
}

.subheader {
	padding: 6.5rem 0 0 0;
}
@media (max-width: 767px) {
	.subheader {
		padding-top: 4rem;
	}
}
.subheader--white {
	background-color: #fff;
}
.subheader__title.title {
	text-align: center;
	font-family: 'Outfit';
	margin: 2.5rem;
	font-weight: 600;
}
@media (max-width: 576px) {
	.subheader__title.title {
		margin-bottom: 2rem;
	}
}
.subheader__subtitle.title {
	text-align: center;
	font-weight: bold;
	width: 50rem;
	max-width: 100%;
	margin: 3rem auto;
}
@media (max-width: 576px) {
	.subheader__subtitle.title {
		margin-bottom: 2rem;
	}
}
.subheader__text {
	text-align: center;
	color: rgba(134, 133, 133, 0.7);
	font-size: 2rem;
	line-height: 1.6em;
	font-weight: 400;
	margin-bottom: 5rem;
	max-width: 775px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}
@media (max-width: 576px) {
	.subheader__text {
		font-size: 1.6rem;
	}
}
.subheader .breadcrumb {
	text-align: center;
}
@media (max-width: 576px) {
	.subheader .breadcrumb {
		margin-top: 4rem;
	}
}

.share-content {
	background: #fff;
	padding: 5.4rem 6.4rem;
	border-radius: 1.6rem;
}
.share-content-title__title {
	color: rgba(3, 1, 0, 0.8);
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 2rem;
}
.share-content-title__text {
	color: rgba(53, 51, 51, 0.6);
	font-weight: 400;
}
.share-content-title__text a {
	color: #d54e4e;
}
.share-content-title__text a:hover {
	color: #c22e2e;
}
/*
.intro {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: -9rem; }
  @media (max-width: 767px) {
    .intro {
      margin-top: 20px; } }
  .intro__corporate {
    margin-bottom: 4rem; }
    @media (max-width: 767px) {
      .intro__corporate {
        margin-left: auto;
        margin-right: auto; } }
  .intro__toptitle {
    margin-bottom: 0; }
  .intro__title {
    margin-bottom: 4rem; }
  .intro-slider-wrapper {
    -webkit-transform: translateY(-9rem);
        -ms-transform: translateY(-9rem);
            transform: translateY(-9rem); }
    @media (max-width: 992px) {
      .intro-slider-wrapper {
        margin-top: -100px;
        -webkit-transform: translateY(100px);
            -ms-transform: translateY(100px);
                transform: translateY(100px); } }
  .intro .main-slider {
    -webkit-transform: translateY(22rem);
        -ms-transform: translateY(22rem);
            transform: translateY(22rem);
    overflow: visible;
    width: 100%; }
    @media (max-width: 1367px) {
      .intro .main-slider {
        -webkit-transform: translateY(18rem);
            -ms-transform: translateY(18rem);
                transform: translateY(18rem); } }
    @media (max-width: 992px) {
      .intro .main-slider {
        -webkit-transform: translateY(6rem);
            -ms-transform: translateY(6rem);
                transform: translateY(6rem); } }
    .intro .main-slider-container {
      overflow: initial; }
    .intro .main-slider .swiper-slide {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .intro .main-slider .swiper-slide {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
        .intro .main-slider .swiper-slide.swiper-slide-active, .intro .main-slider .swiper-slide.is-visible {
            opacity: 1 !important;
            visibility: visible !important;
            -webkit-transition: 1s;
            -o-transition: 1s;
            transition: 1s;
            -webkit-transform: translateZ(0) scale(1, 1);
            transform: translateZ(0) scale(1, 1);
        }
    .intro .main-slider-wrapper {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      padding-right: calc(16.66667% - var(--slider-image-width) - 48px);
      padding-left: calc(16.66667% - var(--slider-image-width) - 48px); }
      @media (max-width: 767px) {
        .intro .main-slider-wrapper {
          padding: 0 25px;
          max-width: 400px;
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 576px) {
        .intro .main-slider-wrapper {
          padding: 0 40px; } }
      @media (max-width: 424px) {
        .intro .main-slider-wrapper {
          max-width: 350px; } }
    .intro .main-slider .swiper-button {
      -webkit-transform: translateY(-40px);
          -ms-transform: translateY(-40px);
              transform: translateY(-40px); }
      @media (max-width: 576px) {
        .intro .main-slider .swiper-button {
          -webkit-transform: translateY(-60px);
              -ms-transform: translateY(-60px);
                  transform: translateY(-60px); } }
      .intro .main-slider .swiper-button-next {
        right: -3rem; }
        @media (max-width: 576px) {
          .intro .main-slider .swiper-button-next {
            right: -1.5rem; } }
      .intro .main-slider .swiper-button-prev {
        left: -3rem; }
        @media (max-width: 576px) {
          .intro .main-slider .swiper-button-prev {
            left: -1.5rem; } }
    .intro .main-slider .book-item {
      display: block; }
      .intro .main-slider .book-item__img {
        height: 67rem; }
        @media (max-width: 767px) {
          .intro .main-slider .book-item__img {
            height: 63rem; } }
        @media (max-width: 576px) {
          .intro .main-slider .book-item__img {
            height: 480px; } }
        @media (max-width: 424px) {
          .intro .main-slider .book-item__img {
            height: 375px; } }
        @media (max-width: 350px) {
          .intro .main-slider .book-item__img {
            height: 340px; } }
      .intro .main-slider .book-item-info {
        text-align: center;
        margin-top: 3.5rem; }
      .intro .main-slider .book-item__title {
        font-size: 2.6rem;
        line-height: 1.4em; }
      .intro .main-slider .book-item__author {
        font-size: 2rem; }
      .intro .main-slider .book-item__img {
        position: relative; }
      .intro .main-slider .book-item__category {
        position: absolute;
        bottom: 2.5rem;
        left: 2.5rem;
        margin-bottom: 0; }
  .intro .slider {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    overflow: hidden;
    position: relative;
    width: var(--slider-image-width);
    margin-top: 4rem;
    opacity: .6; }
    .intro .slider .book-item {
      margin-bottom: 4rem; }
      .intro .slider .book-item-info {
        margin-top: 10px; }
      .intro .slider .book-item__img {
        width: var(--slider-image-width);
        height: 24rem; }
        @media (max-width: 1200px) {
          .intro .slider .book-item__img {
            height: 21rem; } }
        @media (max-width: 992px) {
          .intro .slider .book-item__img {
            height: 19rem; } }
        .intro .slider .book-item__img img {
          height: inherit; }
    .intro .slider.blur {
      pointer-events: none; }
    .intro .slider-blur {
      width: var(--slider-image-width);
      height: 100%;
      top: 0;
      left: 0;
      position: absolute; }
      .intro .slider-blur::before {
        content: '';
        position: absolute;
        top: 0;
        left: -10%;
        z-index: 2;
        width: 120%;
        height: 50%;
        background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(rgba(248, 243, 237, 0.2)));
        background: -o-linear-gradient(top, #f9f9f9, rgba(248, 243, 237, 0.2));
        background: linear-gradient(to bottom, #f9f9f9, rgba(248, 243, 237, 0.2));
        -webkit-backdrop-filter: blur(3px);
                backdrop-filter: blur(3px); }
      .intro .slider-blur::after {
        content: '';
        position: absolute;
        top: 50%;
        left: -10%;
        z-index: 2;
        width: 120%;
        height: 50%;
        -webkit-backdrop-filter: blur(1px);
                backdrop-filter: blur(1px); }
    .intro .slider.type-2 {
      -webkit-transform: translateY(200px);
          -ms-transform: translateY(200px);
              transform: translateY(200px);
      opacity: 1; }
      @media (max-width: 1367px) {
        .intro .slider.type-2 {
          -webkit-transform: translateY(150px);
              -ms-transform: translateY(150px);
                  transform: translateY(150px); } }
      @media (max-width: 992px) {
        .intro .slider.type-2 {
          -webkit-transform: translateY(12rem);
              -ms-transform: translateY(12rem);
                  transform: translateY(12rem); } }
      .intro .slider.type-2::before {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #fff), color-stop(15%, rgba(255, 255, 255, 0.9)), color-stop(25%, rgba(255, 255, 255, 0.2)), to(transparent));
        background: -o-linear-gradient(bottom, #fff 10%, rgba(255, 255, 255, 0.9) 15%, rgba(255, 255, 255, 0.2) 25%, transparent 100%);
        background: linear-gradient(to top, #fff 10%, rgba(255, 255, 255, 0.9) 15%, rgba(255, 255, 255, 0.2) 25%, transparent 100%); }
      .intro .slider.type-2 .book-item + .book-item {
        margin-top: 8rem; }
    .intro .slider::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      background: transparent; }
  @media (max-width: 1200px) {
    .intro div[class^='col'].md-pr-0 {
      padding-right: 0; }
    .intro div[class^='col'].md-pl-0 {
      padding-left: 0; }
    .intro div[class^='col'].md-p-0 {
      padding: 0; } }
*/
@-webkit-keyframes slider {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-700px);
		transform: translateY(-700px);
	}
}

@keyframes slider {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-700px);
		transform: translateY(-700px);
	}
}

.other-products {
	padding-bottom: 10rem;
	margin-bottom: 8rem;
	border-bottom: 1px solid #eee;
	overflow: initial;
}
@media (max-width: 767px) {
	.other-products {
		margin-bottom: 4rem;
	}
}
.other-products-dots {
	bottom: 25px !important;
}
.other-products-item {
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}
.other-products-item img {
	-o-object-fit: cover;
	object-fit: cover;
	height: inherit;
}

.popular-books-shape {
	background: #f9f9f9;
	height: 12rem;
	top: 1rem;
	left: 0;
	width: 100%;
	position: relative;
	z-index: 2;
	margin-bottom: -2rem;
}
@media (max-width: 992px) {
	.popular-books-shape {
		height: 12rem;
		margin-bottom: -5rem;
		top: 2rem;
	}
}

@media (max-width: 576px) {
	.popular-books .swiper-slide {
		opacity: 1 !important;
		visibility: visible !important;
	}
}

.popular-books.other-books-slider .book-item {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}
.popular-books.other-books-slider .book-item__title {
	font-size: 2rem;
	max-height: unset;
}
@media (max-width: 992px) {
	.popular-books.other-books-slider .book-item__title {
		max-height: unset;
	}
}
.popular-books.other-books-slider .book-item__author {
	margin-bottom: 0;
}
.popular-books.other-books-slider .book-item-info {
	height: auto;
}
.popular-books.other-books-slider .book-item:hover {
	transform: translateY(-3px);
}

.popular-books .book-item {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.6;
	display: block;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(7rem) translateZ(0) scale(1, 1);
	transform: translateY(7rem) translateZ(0) scale(1, 1);
}
.popular-books .book-item__title {
	font-size: 2rem;
	max-height: 55px;
	overflow: hidden;
	margin-bottom: 2rem;
}
@media (max-width: 992px) {
	.popular-books .book-item__title {
		max-height: 42px;
	}
}
@media (max-width: 767px) {
	.popular-books .book-item__title {
		font-size: 16px;
		margin-bottom: 1rem;
	}
}
.popular-books .book-item__author {
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
@media (max-width: 767px) {
	.popular-books .book-item__author {
		font-size: 14px;
		margin-bottom: 1rem;
	}
}
.popular-books .book-item:hover {
	-webkit-transform: translateY(1rem);
	-ms-transform: translateY(1rem);
	transform: translateY(1rem);
	opacity: 1;
}
.popular-books .book-item-info {
	height: 102px;
}
.popular-books .book-item__img {
	width: 100%;
	height: auto;
	border-radius: 1.2rem;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.testimonial-slider .swiper-container {
	padding-bottom: 50px;
	overflow: visible;
}

.testimonial-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	padding: 6rem 5rem;
	background: #fff;
	border-radius: 1.2rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 992px) {
	.testimonial-item {
		padding: 3rem;
	}
}
.testimonial-item:hover {
	-webkit-box-shadow: 0 20px 20px -12px rgba(3, 1, 0, 0.1);
	box-shadow: 0 20px 20px -12px rgba(3, 1, 0, 0.1);
}
.testimonial-item__text {
	color: rgba(3, 1, 0, 0.6);
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 6rem;
}
@media (max-width: 992px) {
	.testimonial-item__text {
		margin-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.testimonial-item__text {
		font-size: 14px;
	}
}
.testimonial-item__author {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.testimonial-item__img {
	width: 6.8rem;
	height: 6.8rem;
	border-radius: 50%;
	overflow: hidden;
}
.testimonial-item__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.testimonial-item__cnt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 3rem;
}
.testimonial-item__name {
	color: #030100;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 2.2rem;
}
.testimonial-item__branch {
	font-weight: 300;
	font-size: 1.6rem;
	color: rgba(3, 1, 0, 0.4);
}

@media (max-width: 992px) {
	.section--blog .blog-slider .swiper-container {
		overflow: visible;
	}
}

.section--blog .blog-item {
	height: 70rem;
	border-radius: 1.4rem;
}
@media (max-width: 1200px) {
	.section--blog .blog-item {
		height: 62rem;
	}
}
@media (max-width: 767px) {
	.section--blog .blog-item {
		height: 40rem;
	}
}

.section--blog .blog__title {
	font-size: var(--font-size-title--md);
}

.section-head__toptitle {
	font-size: 16px;
}

.info {
	margin-top: 5rem;
	padding: 5rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
@media (max-width: 767px) {
	.info {
		padding-bottom: 7rem;
		padding-top: 7rem;
		border-top: 1px solid rgba(3, 1, 0, 0.1);
	}
}
@media (max-width: 767px) {
	.info div[class^='col']:not(:first-child) {
		margin-top: 30px;
	}
}
.info-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 767px) {
	.info-item {
		width: 300px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.info-item__icon {
	height: 5rem;
	margin-right: 5rem;
}
@media (max-width: 1529px) {
	.info-item__icon {
		margin-right: 3rem;
	}
}
@media (max-width: 1200px) {
	.info-item__icon {
		margin-right: 2rem;
	}
}
@media (max-width: 992px) {
	.info-item__icon {
		height: 4rem;
	}
}
@media (max-width: 767px) {
	.info-item__icon {
		height: 5rem;
		margin-right: 1rem;
		min-width: 60px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.info-item__icon img {
	height: inherit;
	-o-object-fit: cover;
	object-fit: cover;
}
.info-item__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: 500;
	font-size: 2.3rem;
	line-height: 1.2em;
}
@media (max-width: 1200px) {
	.info-item__title {
		font-size: 2rem;
	}
}
@media (max-width: 992px) {
	.info-item__title {
		font-size: 1.65rem;
	}
}
@media (max-width: 767px) {
	.info-item__title {
		font-size: 2rem;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.header {
	height: 9rem;
}
@media (max-width: 767px) {
	.header.mobile-radius-0 .header-content-wrapper {
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
	}
}
.header.account-menu-active .header__logo {
	z-index: 3;
}
@media (max-width: 992px) {
	.header.no-login .header-content-right {
		display: none;
	}
}
.header:not(.no-login) .header-mobile-divider.w-login {
	background: transparent;
	margin-top: 0;
	margin-bottom: 20px;
}
.header.active {
	position: relative;
	z-index: 15;
}
.header.active .header-content {
	z-index: 14;
}
.header.active .header__logo {
	z-index: 16;
}
.header.active .header-mobile-menu-open {
	z-index: 16;
}
.header--simple .header__logo {
	margin-top: 5rem;
}
@media (max-width: 1200px) {
	.header--simple .header__logo {
		margin-top: 3rem;
	}
}
.header--white .header-content {
	z-index: var(--index-header-z-index);
}
.header--white .header-content-wrapper {
	background: #f9f9f9;
}
@media (max-width: 1200px) {
	.header--white .header-content-wrapper {
		padding: 0 0 0 1rem;
	}
}
@media (max-width: 992px) {
	.header--white .header-content-wrapper {
		padding: 0 2rem;
	}
}
@media (max-width: 576px) {
	.header--white .header-content-wrapper {
		width: 100vw;
	}
}
.header--white .header-content-wrapper.search-active {
	z-index: var(--index-header-z-index);
}
.header--white .header-content-wrapper.slide {
	background: #fff;
	z-index: var(--index-header-z-index);
}
.header--white .header-content-wrapper.slide.filter-opened {
	z-index: 22;
}
.header--white .header-content-wrapper.slide.search-active {
	z-index: 13;
}
.header--full-white {
	background: #fff;
}
.header--full-white .header-content-wrapper {
	background: #fff;
}
@media (min-width: 993px) {
	.header .search {
		height: 6rem;
		margin-bottom: 0;
		background: rgba(199, 199, 199, 0.1);
		border-radius: 1rem;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: 1px solid rgba(53, 52, 51, 0.1);
		padding: 0.6rem;
	}
	.header .search-category-content {
		width: var(--header-search-category-result-width);
		top: calc(100% + 3rem);
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	.header .search-category-content {
		padding: 1rem;
	}
}
@media (min-width: 993px) {
	.header .search-category-content-item {
		padding: 1rem 1rem;
		border-radius: 0.8rem;
		height: 4.5rem;
	}
	.header .search-category-content-item.active {
		color: #fff;
	}
	.header .search-category-content-item + .header .search-category-content-item {
		margin-top: 0.4rem;
	}
	.header .search-category-content-item-img {
		width: 1.8rem;
		height: 1.8rem;
		margin-right: 1.8rem;
	}
	.header .search-category-content-item__text {
		font-size: 1.8rem;
	}
	.header .search-categories {
		padding: 0 1rem;
		width: var(--header-search-category-width);
		min-width: var(--header-search-category-width);
		border-radius: 0.6rem;
	}
	.header .search-categories__text {
		font-size: 1.6rem;
	}
	.header .search-categories__icon {
		margin-right: 1.8rem;
		font-size: 1.8rem;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	.header .search-categories__icon {
		display: none;
	}
}
@media (min-width: 993px) {
	.header .search-results {
		top: calc(100% + 3rem);
	}
	.header .search-results-item-left {
		width: var(--header-search-category-width);
	}
	.header .search-results-item-right {
		font-size: 1.8rem;
	}
	.header .search-input {
		background: transparent;
		font-size: 1.6rem;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	.header .search-input__icon {
		left: 0;
	}
}
@media (min-width: 993px) {
	.header .search-input-wrapper__placeholder {
		font-size: 1.6rem !important;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	.header .search-input-wrapper__placeholder {
		left: 4rem;
	}
}
@media (min-width: 993px) and (max-width: 1440px) {
	.header .search-input-wrapper__placeholder::after {
		content: '';
	}
}
@media (min-width: 993px) {
	.header .search__btn {
		height: 4.6rem;
		width: 4.6rem;
		font-size: 1.8rem;
		border-radius: 0.6rem;
	}
	.header .search-wrapper {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-width: unset;
		width: 82rem;
		margin-left: 5rem;
	}
}
@media (min-width: 993px) and (max-width: 1529px) {
	.header .search-wrapper {
		width: 75rem;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	.header .search-wrapper {
		width: 58rem;
		margin-left: 2rem;
	}
}
@media (min-width: 993px) and (max-width: 992px) {
	.header .search-wrapper {
		display: none;
	}
}
@media (max-width: 992px) {
	.header .search {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.header .search-category-content {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		max-height: unset;
		padding-top: 0;
	}
	.header .search-results {
		padding-top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		max-height: unset;
	}
}
@media (max-width: 992px) {
	.header .search-wrapper {
		height: 250px;
	}
}
@media (max-width: 992px) and (min-width: 768px) {
	.header .search-wrapper {
		width: 100%;
		margin-left: 0;
	}
}
.header-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
@media (max-width: 992px) {
	.header-content {
		opacity: 0;
		pointer-events: none;
		background: #fff;
		width: 100vw;
		height: 100vh;
		position: fixed;
		-webkit-transform: translateY(50px) translateX(-50%) translateZ(0) scale(1, 1);
		transform: translateY(50px) translateX(-50%) translateZ(0) scale(1, 1);
		-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
		-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
		transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
		z-index: 4;
		left: 50%;
		top: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		overflow-y: hidden;
		max-height: 100vh;
		padding: 80px 25px 0 25px;
	}
	.header-content.active {
		-webkit-transform: translateY(0) translateX(-50%) translateZ(0) scale(1, 1);
		transform: translateY(0) translateX(-50%) translateZ(0) scale(1, 1);
		opacity: 1;
		pointer-events: all;
	}
}
.header-content-wrapper {
	width: calc(var(--container-width) - (2 * 12px));
	height: 9rem;
	position: fixed;
	top: 0;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #e3ddd8;
	border-top: 0;
	padding: 0 0 0 3rem;
	border-radius: 0 0 1.4rem 1.4rem;
}
@media (max-width: 992px) {
	.header-content-wrapper {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 3rem;
		width: var(--container-width);
	}
}
@media (max-width: 767px) {
	.header-content-wrapper {
		width: 100vw;
		padding: 0 2rem;
		border-left: 0;
		border-right: 0;
		-webkit-box-shadow: 0 14px 12px -7px rgba(44, 27, 14, 0.05);
		box-shadow: 0 14px 12px -7px rgba(44, 27, 14, 0.05);
		border-radius: 0;
	}
}
.header-content-wrapper.desktop-menu-opened {
	z-index: 14;
}
.header-content-wrapper.slide {
	background: #fff;
	border-radius: 0 0 1.4rem 1.4rem;
	z-index: 13;
}
@media (max-width: 992px) {
	.header-content-wrapper.slide {
		padding: 0 2rem;
		-webkit-box-shadow: 0 6px 10px -5px rgba(3, 1, 0, 0.1);
		box-shadow: 0 6px 10px -5px rgba(3, 1, 0, 0.1);
	}
}
@media (max-width: 767px) {
	.header-content-wrapper.slide {
		-webkit-box-shadow: 0 14px 12px -7px rgba(44, 27, 14, 0.05);
		box-shadow: 0 14px 12px -7px rgba(44, 27, 14, 0.05);
	}
}
.header-content-wrapper.slide.search-active {
	z-index: 11;
}
.header-content-wrapper.slide.search-active .search-wrapper {
	pointer-events: none !important;
}
.header-content-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
@media (max-width: 992px) {
	.header-content-left {
		display: block;
		max-height: calc(100vh - 90px);
		overflow-y: auto;
		padding-bottom: 6rem;
		padding-top: 2rem;
		border-top: 1px solid #eeee;
	}
	.header-content-left .search-wrapper {
		display: none;
	}
}
.header-content-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
@media (max-width: 992px) {
	.header-content-right {
		height: auto;
	}
	.header-content-right .header-account-item-button {
		display: none;
	}
}
@media (min-width: 993px) {
	.header [class*='mobile'] {
		display: none;
	}
}
@media (max-width: 992px) {
	.header .container {
		padding: 0;
		max-width: calc(100% - 50px);
	}
}
.header-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	margin-left: 10rem;
}
@media (max-width: 1529px) {
	.header-menu {
		margin-left: 4rem;
	}
}
@media (max-width: 1200px) {
	.header-menu {
		margin-left: 1rem;
	}
}
@media (max-width: 992px) {
	.header-menu {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-left: 0;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}
.header-menu a {
	--gutter: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	font-size: 1.9rem;
	opacity: 0.6;
	position: relative;
	padding: 0 var(--gutter);
	font-weight: 400;
}
@media (max-width: 992px) {
	.header-menu a {
		font-size: 20px;
		opacity: 1;
		padding: 0;
		width: 100%;
	}
	.header-menu a:focus,
	.header-menu a:hover {
		color: #d54e4e;
	}
}
.header-menu a::after {
	content: '';
	height: 2px;
	background-color: #d54e4e;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	position: absolute;
	bottom: -1px;
	width: 0;
	left: 0;
}
.header-menu a:hover {
	opacity: 1;
}
@media (min-width: 993px) {
	.header-menu a:hover::after {
		width: 100%;
	}
}
.header-menu a + a {
	margin-left: 3.5rem;
}
@media (max-width: 1529px) {
	.header-menu a + a {
		margin-left: 2rem;
	}
}
@media (max-width: 1200px) {
	.header-menu a + a {
		margin-left: 0.5rem;
	}
}
@media (max-width: 992px) {
	.header-menu a + a {
		margin-left: 0;
		margin-top: 42px;
	}
}
.header-mobile-corporate {
	display: none;
}
@media (max-width: 767px) {
	.header-mobile-corporate {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
		margin-left: 0 !important;
		margin-bottom: 25px;
		width: 380px;
		max-width: 100%;
	}
}
.header-mobile-langs {
	display: none;
}
@media (max-width: 992px) {
	.header-mobile-langs {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}
.header-mobile-langs .langs-menu {
	margin-bottom: 0;
	background: #f6f6f6 !important;
}
.header-mobile-langs .langs-menu-content {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	max-width: 200px;
	position: static;
}
.header-mobile-langs .langs-menu-content-wrapper {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(3, 1, 0, 0.3);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	pointer-events: none;
}
.header-mobile-langs .langs-menu-content-wrapper.active {
	opacity: 1;
	pointer-events: all;
}
.header-mobile-langs .langs-menu-content-wrapper.active .langs-menu-content {
	opacity: 1;
	pointer-events: all;
}
.header-mobile-login {
	color: #d54e4e;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 400px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-mobile-login .btn {
	width: calc(50% - 1rem);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.header-mobile-divider {
	width: 100%;
	height: 1px;
	background: rgba(3, 1, 0, 0.1);
	margin-top: 30px;
	margin-bottom: 30px;
}
.header-mobile-divider.mt-0 {
	margin-top: 0;
}
.header-mobile-middle-menu {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.header-mobile-middle-menu a {
	width: calc(50% - 5px);
	font-size: 18px;
	margin-bottom: 42px;
}
.header-mobile-middle-menu a + a {
	margin-top: 0;
}
.header-mobile-bottom-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.header-mobile-bottom-menu a {
	font-size: 14px;
	opacity: 0.5;
	color: #17262f;
	width: calc(50% - 10px);
	margin-bottom: 30px;
}
.header-mobile-bottom-menu a:hover {
	opacity: 1;
	color: #17262f;
}
.header-mobile-bottom-menu a + a {
	margin-top: 0;
}
.header-mobile-menu-open {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 42px;
	width: 42px;
	cursor: pointer;
	color: #fff;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	z-index: 3;
}
.header-mobile-menu-open.active span {
	background: #d54e4e;
}
.header-mobile-menu-open.active span:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(44deg);
	-ms-transform: translateY(8px) rotate(44deg);
	transform: translateY(8px) rotate(44deg);
}
.header-mobile-menu-open.active span:nth-child(2) {
	opacity: 0;
}
.header-mobile-menu-open.active span:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-46deg);
	-ms-transform: translateY(-8px) rotate(-46deg);
	transform: translateY(-8px) rotate(-46deg);
}
.header-mobile-menu-open span {
	width: 24px;
	height: 3px;
	background: rgba(3, 1, 0, 0.45);
	display: block;
	border-radius: 3px;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.header-mobile-menu-open span:nth-child(2) {
	-webkit-transition: 0.15s;
	-o-transition: 0.15s;
	transition: 0.15s;
}
.header-mobile-menu-open span + span {
	margin-top: 5px;
}
.header-mobile-account__arrow {
	color: #d54e4e;
	font-size: 21px;
	margin-left: auto;
}
.header-mobile-search {
	display: none;
}
@media (max-width: 992px) {
	.header-mobile-search {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100vw;
		height: 100vh;
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 18;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
		-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
		transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		overflow-y: auto;
		max-height: 100vh;
	}
	.header-mobile-search .search-input {
		padding-right: 4rem;
	}
	.header-mobile-search.active {
		opacity: 1;
		pointer-events: all;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
.header-mobile-search-close {
	font-size: 2rem;
	opacity: 0.5;
	top: 3rem;
	right: 3px;
	margin-right: 2rem;
	position: absolute;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	z-index: 22;
	display: none;
}
@media (max-width: 992px) {
	.header-mobile-search-close {
		display: block;
	}
}
.header-mobile-search-close:hover {
	opacity: 1;
}
.header-login {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 992px) {
	.header-login {
		display: none;
	}
}
@media (max-width: 1529px) {
	.header-login .btn:first-child {
		display: none;
	}
}
.header-login .btn + .btn {
	margin-left: 1.5rem;
}
.header-account {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 2rem;
	border-right: 1px solid #e3ddd8;
	height: 100%;
}
@media (max-width: 992px) {
	.header-account {
		border-right: 0;
		padding-right: 0;
		height: 0;
	}
}
.header-account-item {
	position: relative;
	height: 100%;
	display: grid;
	place-items: center;
}
.header-account-item-content-wrapper {
	max-height: 57rem;
	overflow-y: auto;
}
@media (max-width: 992px) {
	.header-account-item-content-wrapper {
		max-height: calc(var(--window-inner-height) - 7rem);
	}
}
.header-account-item.active .header-account-item-button__icon {
	color: #030100;
}
.header-account-item.active .header-account-item-content {
	opacity: 1;
	pointer-events: all;
	-webkit-transform: translateY(0) translateX(-50%) translateZ(0) scale(1, 1);
	transform: translateY(0) translateX(-50%) translateZ(0) scale(1, 1);
}
@media (max-width: 992px) {
	.header-account-item.active .header-account-item-content {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
.header-account-item + .header-account-item {
	margin-left: 2rem;
}
.header-account-item-button {
	cursor: pointer;
	font-size: 2rem;
	min-width: 3rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.header-account-item-button .has-new {
	width: 1.2rem;
	height: 1.2rem;
	border: 2px solid #fff;
	background: #d54e4e;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 50%;
}
.header-account-item-button__icon {
	width: 1em;
	height: 1em;
	color: rgba(3, 1, 0, 0.2);
}
@media (max-width: 992px) {
	.header-account-item-button__icon {
		color: rgba(3, 1, 0, 0.45);
	}
}
.header-account-item-content {
	background: #fff;
	border-radius: 1.4rem;
	top: calc(100% + 15px);
	position: absolute;
	width: 35rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	opacity: 0;
	pointer-events: none;
	z-index: 6;
	left: 50%;
	-webkit-transform: translateY(20px) translateX(-50%) translateZ(0) scale(1, 1);
	transform: translateY(20px) translateX(-50%) translateZ(0) scale(1, 1);
}
@media (max-width: 992px) {
	.header-account-item-content {
		position: fixed;
		width: 100vw !important;
		height: 100vh;
		z-index: 18;
		left: 0;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
.header-account-item-content::after {
	content: '';
	width: 0;
	height: 0;
	border: 1rem solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: -2rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.header-account-item-content-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 2.5rem 2rem 2rem 2rem;
}
@media (max-width: 992px) {
	.header-account-item-content-header {
		height: 7rem;
		padding-left: 6rem;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
	}
}
.header-account-item-content-header__mobile-back {
	display: none;
}
@media (max-width: 992px) {
	.header-account-item-content-header__mobile-back {
		display: block;
		position: absolute;
		left: 2rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 2.4rem;
		color: rgba(3, 1, 0, 0.6);
	}
}
.header-account-item-content-header__title {
	font-size: 1.8rem;
	color: rgba(3, 1, 0, 0.6);
	font-weight: 500;
}
@media (max-width: 992px) {
	.header-account-item-content-header__title {
		font-size: 2.2rem;
		font-weight: 600;
	}
}
.header-account-item-content-header__link {
	text-decoration: underline;
	font-size: 1.8rem;
	color: rgba(3, 1, 0, 0.4);
	font-weight: 400;
}
.header-account-item-content-header__link:hover {
	color: #030100;
}
.header-notification-content {
	width: 49rem;
	max-height: unset;
	overflow: visible;
}
.header-notification-content .header-account-item-content-wrapper {
	max-height: 56rem;
	overflow-y: auto;
}
@media (max-width: 992px) {
	.header-notification-content .header-account-item-content-wrapper {
		max-height: calc(var(--window-inner-height) - 7rem);
	}
}
.header-notification-content-item {
	border-top: 1px solid rgba(3, 1, 0, 0.05);
	padding: 1.8rem 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.header-notification-content-item:hover {
	background: rgba(248, 243, 237, 0.45);
}
.header-notification-content-item-img {
	width: 4.2rem;
	height: 4.2rem;
	border-radius: 0.8rem;
	overflow: hidden;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.header-notification-content-item-right {
	margin-left: 1.8rem;
	width: calc(100% - 6.8rem);
}
.header-notification-content-item__title {
	font-weight: 500;
	font-size: 1.8rem;
	color: rgba(3, 1, 0, 0.75);
}
.header-notification-content-item__title span {
	color: #030100;
}
.header-notification-content-item__time {
	font-weight: 300;
	font-size: 1.6rem;
	color: rgba(3, 1, 0, 0.4);
	margin-top: 0.5rem;
}
.header-message-content {
	width: 49rem;
}
.header-profile-button {
	opacity: 1;
}
.header-profile-button-img {
	width: 4.6rem;
	height: 4.6rem;
	border-radius: 0.8rem;
	overflow: hidden;
}
@media (max-width: 992px) {
	.header-profile-button-img {
		width: 42px;
		height: 42px;
		border-radius: 0.7rem;
	}
}
.header-profile-button-img img {
	width: inherit;
	height: inherit;
	-o-object-fit: cover;
	object-fit: cover;
}
.header-profile-content {
	padding: 2rem;
}
.header-profile-content-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(3, 1, 0, 0.05);
}
@media (max-width: 992px) {
	.header-profile-content-header {
		border: 1px solid rgba(201, 199, 217, 0.5);
		padding: 1rem 2rem 1rem 1rem;
		border-radius: 1rem;
		height: 60px;
	}
}
.header-profile-content .header-profile-button-img {
	height: 5.4rem;
	width: 5.4rem;
	border-radius: 1rem;
	display: block;
}
.header-profile-content-info {
	margin-left: 2rem;
}
.header-profile-content-info__name {
	font-size: 2rem;
	color: #030100;
	font-weight: 500;
	line-height: 1.3em;
}
@media (max-width: 992px) {
	.header-profile-content-info__name {
		color: rgba(3, 1, 0, 0.6);
	}
}
.header-profile-content-info__username {
	color: rgba(3, 1, 0, 0.4);
	font-size: 1.8rem;
	font-weight: 400;
}
.header-profile-content-menu__link {
	display: block;
	font-size: 1.9rem;
	line-height: 1.7em;
	color: rgba(3, 1, 0, 0.7);
	font-weight: 400;
}
.header-profile-content-menu__link.transparent {
	color: rgba(3, 1, 0, 0.3);
}
.header-profile-content-menu__link:hover {
	color: #030100;
}
.header-profile-content-menu__link + .header-profile-content-menu__link {
	margin-top: 1rem;
}
.header-langs {
	padding: 0 2.5rem;
	height: 100%;
	display: grid;
	place-items: center;
}
.header-langs .langs-menu {
	height: 100%;
}
.header-langs .langs-menu-content {
	top: calc(100% + 20px);
	min-width: 110px;
	left: 50%;
	-webkit-transform: translateY(10px) translateX(-50%);
	-ms-transform: translateY(10px) translateX(-50%);
	transform: translateY(10px) translateX(-50%);
	border-radius: 1.4rem;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header-langs .langs-menu-content::after {
	content: '';
	width: 0;
	height: 0;
	border: 1rem solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: -2rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media (max-width: 992px) {
	.header-langs {
		display: none;
	}
}
.header-mobile-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-mobile-right .header-account-item-button {
	margin-right: 1.5rem;
	font-size: 2.4rem;
}
.header__logo {
	height: 4rem;
	position: relative;
	z-index: 5;
}
.header__logo img {
	height: inherit;
}
.header__logo img.mobile {
	display: none;
}
@media (max-width: 767px) {
	.header__logo img {
		display: none;
	}
	.header__logo img.mobile {
		display: block;
	}
}

/*.header{
  &-top{
    transition: $transition;
    padding: 5rem 0;
    .search{
      margin: 0;
      height: 6rem;
      margin-left: 4rem;
      width: 90%;
      &__btn{
        height: 4rem;
      }
    }
    .header-account{
      margin-left: auto;
      margin-right: 2.2rem;
    }
    .header-menu{
      margin-left: 9.8rem;
    }
  }
  .header-bottom{
    transition: $transition;
    .header__logo{
      display: none;
    }
    &-right{
      display: none;
    }
  }
  &-corporate{
    margin-left: 0;
    margin-top: 3rem;
    &-login{
      display: flex;
      justify-content: center;
    }
  }
}*/
@media (max-width: 992px) {
	.header-bottom .header__logo {
		display: unset !important;
	}
}

.footer {
	border-top: 1px solid rgba(3, 1, 0, 0.1);
	margin-top: 12rem;
}
.footer--simple {
	border: 0;
	margin-top: 5rem;
}
@media (max-width: 1200px) {
	.footer--simple {
		margin-top: 3rem;
	}
}
.footer--simple .footer-copyright {
	padding: 2.8rem 3rem 4rem 3rem;
}
@media (max-width: 767px) {
	.footer--simple .footer-copyright {
		padding: 2rem 3rem 3.2rem 3rem;
	}
}
@media (max-width: 767px) {
	.footer--simple .footer-copyright-cards {
		display: none;
	}
}
.footer--simple .footer-copyright::after {
	height: 8px;
}
.footer-info {
	background: #fff;
	border-radius: 1.2rem;
	padding: 4rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.footer-info {
		padding: 3rem;
		margin-top: -6rem;
		-webkit-transform: translateY(calc(-50% + 6rem));
		-ms-transform: translateY(calc(-50% + 6rem));
		transform: translateY(calc(-50% + 6rem));
	}
}
.footer-info .row {
	margin: 0;
}
.footer-info .column {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
}
.footer-info__logo {
	height: 6rem;
}
.footer-info__logo img {
	height: inherit;
}
.footer-info-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding-left: 8px;
}
@media (max-width: 767px) {
	.footer-info-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
	}
}
.footer-info-content__divider {
	height: 7rem;
	width: 1px;
	background-color: rgba(3, 1, 0, 0.1);
}
@media (max-width: 767px) {
	.footer-info-content__divider {
		height: 1px;
		width: calc(100% + 6rem);
		margin: 20px 0;
		margin-left: -3rem;
		-webkit-transform: translateY(1.8px);
		-ms-transform: translateY(1.8px);
		transform: translateY(1.8px);
	}
}
@media (max-width: 767px) {
	.footer-info-content-item {
		text-align: center;
	}
}
.footer-info-content-item:last-child {
	padding-right: 5rem;
}
@media (max-width: 1367px) {
	.footer-info-content-item:last-child {
		padding-right: 2rem;
	}
}
@media (max-width: 767px) {
	.footer-info-content-item:last-child {
		padding-right: 0;
	}
}
.footer-info-content-item .toptitle {
	margin-bottom: 0.4em;
}
.footer-info-content-item__text {
	font-weight: 500;
}
.footer-info-content-item__text:hover {
	color: #d54e4e;
}
.footer-info-content-item__text.mail {
	font-size: 2.7rem;
}
@media (max-width: 767px) {
	.footer-info-content-item__text.mail {
		font-size: 20px;
	}
}
.footer-info-content-item__text.phone {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 767px) {
	.footer-info-content-item__text.phone {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.footer-info-content-item__text.phone .icon {
	height: 2.5rem;
	margin-right: 1.5rem;
}
.footer-info-content-item__text.phone .icon img {
	height: inherit;
	-o-object-fit: contain;
	object-fit: contain;
}
.footer-info-content-item__text.phone span {
	font-size: 2.7rem;
}
@media (max-width: 767px) {
	.footer-info-content-item__text.phone span {
		font-size: 20px;
	}
}
.footer-content {
	min-height: 40rem;
	padding-bottom: 5rem;
}
@media (max-width: 992px) {
	.footer-content {
		min-height: unset;
	}
}
.footer-content-left {
	padding-left: 4rem;
}
@media (max-width: 992px) {
	.footer-content-left {
		padding-left: 0;
	}
}
@media (max-width: 992px) {
	.footer-content-social {
		text-align: center;
		display: grid;
		place-items: center;
	}
	.footer-content-social .toptitle {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
}
.footer-menu__title {
	font-size: 2rem;
	color: rgba(3, 1, 0, 0.8);
	font-weight: 500;
	margin-bottom: 3.5rem;
}
.footer-menu-content a + a {
	margin-top: 1rem;
}
.footer-menu-content__link {
	font-size: 1.8rem;
	color: rgba(3, 1, 0, 0.4);
	font-weight: 400;
	height: 2em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-menu-content__link:hover {
	color: #030100;
}
.footer-menu-content__link.bold {
	font-size: 2rem;
	color: rgba(3, 1, 0, 0.8);
	font-weight: 500;
	margin-bottom: 2.5rem;
	height: 2em;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.footer-menu-content__link.bold:hover {
	color: #030100;
}
.footer-menu-content__link.bold + .footer-menu-content__link.bold {
	margin-top: 1rem;
}
@media (max-width: 992px) {
	.footer-langs {
		display: none;
	}
}
.footer-langs .langs-menu {
	width: auto;
	min-width: 150px;
	border-radius: 0.6rem;
	margin-bottom: 4.5rem;
	background-color: rgba(239, 228, 216, 0.6);
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	padding: 1.8rem 3.6rem 1.8rem 1.8rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 1367px) {
	.footer-langs .langs-menu {
		min-width: 18rem;
	}
}
.footer-langs .langs-menu:hover,
.footer-langs .langs-menu.active {
	background-color: #efe4d8;
}
.footer-langs .langs-menu::after {
	right: 1.8rem;
}
.footer-bottom-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 4rem 0;
	border-top: 1px solid rgba(3, 1, 0, 0.1);
}
.footer-bottom-links a {
	color: rgba(23, 38, 47, 0.5);
}
.footer-bottom-links a:hover {
	color: #030100;
}
.footer-bottom-links a + a {
	margin-left: 5rem;
}
@media (max-width: 1200px) {
	.footer-bottom-links a + a {
		margin-left: 3rem;
	}
}
.footer-copyright {
	border-top: 1px solid rgba(3, 1, 0, 0.1);
	position: relative;
	padding: 4.8rem 3rem 6rem 3rem;
	font-weight: 500;
}
@media (max-width: 992px) {
	.footer-copyright {
		text-align: center;
		padding: 4rem 3rem 5rem 3rem;
	}
	.footer-copyright .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
.footer-copyright::after {
	content: '';
	background: #d54e4e;
	height: 12px;
	border-radius: 12px 12px 0 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer-copyright__text {
	color: rgba(23, 38, 47, 0.5);
}
.footer-copyright__text span + span {
	margin-left: 1rem;
}
@media (max-width: 992px) {
	.footer-copyright__text {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		width: 100%;
		line-height: 1.2em;
	}
	.footer-copyright__text span {
		display: block;
		margin-left: 0;
	}
}
.footer-copyright-cards {
	height: 4rem;
	width: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media (max-width: 992px) {
	.footer-copyright-cards {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 4rem;
		height: auto;
		max-height: 4rem;
		max-width: 100%;
	}
}
.footer-copyright-cards img {
	height: inherit;
}
@media (max-width: 992px) {
	.footer-copyright-cards img {
		height: auto;
		width: auto;
		-o-object-fit: contain;
		object-fit: contain;
	}
}
@media (max-width: 576px) {
	.footer-copyright-cards img {
		width: 100%;
	}
}

.listing-header {
	padding: 6.5rem 0 6rem 0;
}
@media (max-width: 768px) {
	.listing-header {
		padding-top: 3rem;
	}
}
.listing-header__title {
	font-size: 3.1rem;
	font-weight: 300;
	color: #030100;
	margin: 6rem 0 0rem 0;
	text-align: center;
}
@media (max-width: 767px) {
	.listing-header__title {
		font-size: 2.5rem;
		margin-top: 5rem;
	}
}

.listing-filter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 var(--container-pusher);
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid rgba(3, 1, 0, 0.1);
	margin-bottom: 4rem;
}
.listing-filter--scroll-more {
	position: relative;
}
.listing-filter--scroll-more .listing-filter-item {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-width: 12rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.listing-filter--scroll-more .listing-filter-content {
	overflow-x: hidden;
}
@media (max-width: 992px) {
	.listing-filter--scroll-more .listing-filter-content {
		overflow-x: auto;
	}
}
.listing-filter--scroll-more .listing-filter-more-btn {
	position: absolute;
	top: 0;
	width: 6rem;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 992px) {
	.listing-filter--scroll-more .listing-filter-more-btn {
		display: none;
	}
}
.listing-filter--scroll-more .listing-filter-more-btn.active {
	opacity: 1;
	pointer-events: all;
}
.listing-filter--scroll-more .listing-filter-more-btn .btn {
	width: 3rem;
	height: 3rem;
	font-size: 1.1rem;
	color: #030100;
}
.listing-filter--scroll-more .listing-filter-more-btn .btn:hover {
	color: #fff;
}
.listing-filter--scroll-more .listing-filter-more-btn--left {
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(#f9f9f9), to(rgba(248, 243, 237, 0.2)));
	background: -o-linear-gradient(left, #f9f9f9, rgba(248, 243, 237, 0.2));
	background: linear-gradient(to right, #f9f9f9, rgba(248, 243, 237, 0.2));
}
.listing-filter--scroll-more .listing-filter-more-btn--right {
	right: 0;
	background: -webkit-gradient(linear, right top, left top, from(#f9f9f9), to(rgba(248, 243, 237, 0.2)));
	background: -o-linear-gradient(right, #f9f9f9, rgba(248, 243, 237, 0.2));
	background: linear-gradient(to left, #f9f9f9, rgba(248, 243, 237, 0.2));
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.listing-filter-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 var(--container-pusher);
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid rgba(3, 1, 0, 0.1);
	margin-bottom: 4rem;
	position: relative;
}
.listing-filter-wrapper-backdrop {
	width: 100%;
	height: 20rem;
	content: '';
	background: rgba(0, 0, 0, 0);
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}
@media (min-width: 993px) {
	.listing-filter-wrapper-backdrop {
		display: none;
	}
}
@media (max-width: 1529px) {
	.listing-filter-wrapper {
		padding: 0 6rem;
	}
}
@media (min-width: 1201px) and (max-width: 1270px) {
	.listing-filter-wrapper {
		padding: 0 3rem;
	}
}
@media (max-width: 1200px) {
	.listing-filter-wrapper {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 8rem;
	}
}
@media (max-width: 992px) {
	.listing-filter-wrapper {
		padding: 0;
	}
}
.listing-filter-wrapper .filter-item {
	color: rgba(3, 1, 0, 0.4);
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	cursor: pointer;
}
.listing-filter-wrapper .filter-item:not(.active):hover {
	color: rgba(3, 1, 0, 0.7);
}
.listing-filter-wrapper .filter-item.active {
	color: #d54e4e;
}
.listing-filter-wrapper .listing-filter {
	padding: 0;
	margin-bottom: 0;
	border: 0;
}
.listing-filter-wrapper .listing-filter-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
@media (max-width: 1200px) {
	.listing-filter-wrapper .listing-filter-left {
		position: absolute;
		top: 13rem;
		left: var(--container-pusher);
		height: 5rem;
	}
}
@media (max-width: 576px) {
	.listing-filter-wrapper .listing-filter-left {
		left: 0;
	}
}
.listing-filter-wrapper .listing-filter-left-content {
	background: #fff;
	position: absolute;
	left: 0;
	top: 6.9rem;
	width: 111rem;
	min-height: 66rem;
	height: auto;
	z-index: 15;
	border-radius: 0 0 1.4rem 1.4rem;
	opacity: 0;
	pointer-events: none;
	padding: 1rem 4rem 4rem 4rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 1200px) {
	.listing-filter-wrapper .listing-filter-left-content {
		border-radius: 1.4rem;
		top: 50%;
		left: 50%;
		position: fixed;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: calc(100% - 2rem);
		height: auto;
	}
}
@media (max-width: 767px) {
	.listing-filter-wrapper .listing-filter-left-content {
		width: 100vw;
		height: 100vh;
		max-height: calc(var(--window-inner-height));
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		border-radius: 0;
		overflow-y: auto;
		top: 0;
		left: 0;
	}
}
.listing-filter-wrapper .listing-filter-left-content.filter-all-content .filter-all-content-header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: none;
}
@media (max-width: 767px) {
	.listing-filter-wrapper .listing-filter-left-content.filter-all-content .filter-all-content-header {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
.listing-filter-wrapper .listing-filter-left-content.filter-all-content .filter-all-content-header__title {
	font-family: 'Outfit';
}
.listing-filter-wrapper .listing-filter-left-content.filter-sort-content {
	padding: 0 4rem 3rem 4rem;
	width: 40rem;
	height: auto;
	min-height: unset;
}
@media (max-width: 767px) {
	.listing-filter-wrapper .listing-filter-left-content.filter-sort-content {
		top: 50%;
		left: 50%;
		border-radius: 2rem;
		max-width: calc(100% - 4rem);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
.listing-filter-wrapper .listing-filter-left-content.filter-sort-content label {
	margin-bottom: 1.5rem;
}
.listing-filter-wrapper .listing-filter-left-content.filter-sort-content .btn {
	width: 100%;
	margin-top: 0.5rem;
}
.listing-filter-wrapper .listing-filter-left-content .btn-betweens {
	margin-top: 3rem;
}
.listing-filter-wrapper .listing-filter-left-content .btn-betweens .btn--red {
	min-width: 25rem;
}
.listing-filter-wrapper .listing-filter-left .filter-item {
	font-size: 2.2rem;
	height: 1.5em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 2rem;
}
.listing-filter-wrapper .listing-filter-left .filter-item.active::after {
	content: '';
	height: 2px;
	background-color: #d54e4e;
	position: absolute;
	bottom: 2px;
	width: 0;
	left: 0;
}
.listing-filter-wrapper .listing-filter-left .filter-item.active + .listing-filter-left-content {
	opacity: 1;
	pointer-events: all;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
@media (max-width: 1200px) {
	.listing-filter-wrapper .listing-filter-left .filter-item.active + .listing-filter-left-content {
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		top: 0;
	}
}
@media (max-width: 767px) {
	.listing-filter-wrapper .listing-filter-left .filter-item.active + .listing-filter-left-content {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		top: 50%;
	}
}
@media (max-width: 767px) {
	.listing-filter-wrapper .listing-filter-left .filter-item.active + .listing-filter-left-content {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: 0;
		left: 0;
	}
	.listing-filter-wrapper .listing-filter-left .filter-item.active + .listing-filter-left-content.filter-sort-content {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
.listing-filter-wrapper .listing-filter-left .filter-item.filter-all {
	border-right: 1px solid rgba(3, 1, 0, 0.05);
}
.listing-filter-wrapper .listing-filter-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1200px) {
	.listing-filter-wrapper .listing-filter-right {
		position: absolute;
		top: 13rem;
		right: calc(var(--container-pusher) + var(--container-gutter));
		height: 5rem;
	}
}
@media (max-width: 576px) {
	.listing-filter-wrapper .listing-filter-right {
		right: var(--container-gutter);
	}
}
.listing-filter-wrapper .listing-filter-right .filter-item {
	font-size: 2.1rem;
	height: 1em;
}
.listing-filter-wrapper .listing-filter-right .filter-item:first-child {
	margin-right: 2rem;
}
.listing-filter.w-left-right {
	padding: 0;
}
@media (max-width: 992px) {
	.listing-filter.w-left-right {
		width: 100%;
	}
}
@media (max-width: 992px) {
	.listing-filter {
		overflow-x: auto;
	}
}
.listing-filter-mobile {
	display: none;
}
@media (max-width: 992px) {
	.listing-filter-mobile {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (max-width: 374px) {
	.listing-filter-mobile {
		display: block;
	}
}
.listing-filter-mobile__title {
	color: #d54e4e;
	font-weight: 500;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2rem;
	background: #fff;
	padding: 2.4rem 2.9rem;
	border-radius: 1rem;
}
@media (max-width: 374px) {
	.listing-filter-mobile__title {
		margin-bottom: 10px;
	}
}
.listing-filter-mobile__title .icon {
	margin-right: 10px;
	font-size: 14px;
}
.listing-filter-mobile__title span {
	font-size: 1.6rem;
	color: #030100;
	font-weight: 500;
}
.listing-filter-mobile__select {
	color: #d54e4e;
	font-weight: 500;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2rem;
	background: #fff;
	border-radius: 1rem;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-width: 140px;
}
.listing-filter-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 15rem;
}
@media (max-width: 1529px) {
	.listing-filter-content {
		padding: 0 var(--container-gutter);
	}
}
@media (max-width: 992px) {
	.listing-filter-content {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.listing-filter-item {
	padding: 3rem 1rem;
	color: rgba(3, 1, 0, 0.6);
	font-size: 1.8rem;
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	border-bottom: 2px solid transparent;
}
.listing-filter-wrapper .icon {
	width: 22px;
	height: 22px;
	margin-top: -1px;
}
.listing-filter-item:not(:last-child) {
	margin-right: 2rem;
}
@media (max-width: 992px) {
	.listing-filter-item {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}
.listing-filter-item span {
	margin-left: 0.5rem;
}
.listing-filter-item.sortable.up .icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.listing-filter-item:not(.active):hover {
	color: #030100;
}
.listing-filter-item.active {
	color: #030100;
}
.listing-filter-item.active .icon {
	color: #d54e4e;
}
.listing-filter-item .icon {
	margin-left: 3rem;
	font-size: 7px;
	color: rgba(53, 51, 51, 0.5);
}

.listing-content-book-wrapper {
	margin: 0;
}
.listing-content-book-wrapper .search-highlight {
	background: #fff59d;
	border-radius: 2px;
}
.listing-content-book-wrapper .book-item__snippet {
	font-size: 1.8rem;
	color: rgba(53, 51, 51, 0.78);
	margin-top: 4px;
	line-height: 1.4em;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-wrap: break-word;
	word-break: break-word;
}
@media (max-width: 424px) {
	.listing-content-book-wrapper .book-item__snippet {
		font-size: 1.4rem;
	}
}
.listing-content-book-wrapper .book-item__snippet-page {
	color: rgba(53, 51, 51, 0.55);
	white-space: nowrap;
}
.listing-content-book-wrapper .book-item--horizontal-column.minify .minify-content.book-item-info {
	min-width: 0;
	max-width: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.listing-content-book-wrapper .book-item--horizontal-column.minify .book-item__title,
.listing-content-book-wrapper .book-item--horizontal-column.minify .book-item__author {
	max-width: 100%;
	overflow-wrap: anywhere;
	word-wrap: break-word;
}
.listing-content-book-wrapper .search-allcontents-section .row {
	min-width: 0;
}
.listing-content-book-wrapper .book-detail-info-snippets {
	margin-top: 8px;
	margin-bottom: 8px;
}
.listing-content-book-wrapper .search-allcontents-section {
	margin-top: 2rem;
	padding-top: 1.25rem;
	border-top: 1px solid #e8e8e8;
	clear: both;
}
.listing-content-book-wrapper .search-allcontents-section__title {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #353333;
}
@media (max-width: 1367px) {
	.listing-content-book-wrapper {
	}
}
.listing-content-book-wrapper div[class^='col'] {
	padding: 0 16px;
}
@media (max-width: 1367px) {
	.listing-content-book-wrapper div[class^='col'] {
		padding: 0 8px;
	}
}
/* Arama listesi: Yazar • Sayfa • Yayınevi tek satır, uzun metinler ellipsis */
.listing-content-book-wrapper .book-item--horizontal-column .book-detail-top .book-detail-info-items {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.listing-content-book-wrapper .book-item--horizontal-column .book-detail-top .book-detail-info-items .book-detail-info-item {
	min-width: 0;
}
.listing-content-book-wrapper .book-item--horizontal-column .book-detail-top .book-detail-info-items .book-detail-info-item__name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	max-width: 100%;
}
@media (max-width: 992px) {
	.listing-content-book-wrapper .book-item--horizontal-column .book-detail-top {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
@media (max-width: 767px) {
	.listing-content-book-wrapper .book-item--horizontal-column .book-detail-top {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.listing-content-book-wrapper .book-item--horizontal-column .book-detail-top .book-image {
		width: 12rem;
		height: auto;
		border-radius: 1rem;
	}
	.listing-content-book-wrapper .book-item--horizontal-column .book-detail-top .book-item__detail-btn {
		display: none;
	}
	.listing-content-book-wrapper .book-item--horizontal-column .book-detail-top .book-detail-info {
		padding: 0;
	}
	.listing-content-book-wrapper .book-item--horizontal-column .book-detail-top .book-detail-info-header-left {
		width: 100%;
	}
	.listing-content-book-wrapper .book-item--horizontal-column .book-detail-top .book-detail-info__title {
		font-size: 2rem;
	}
	.listing-content-book-wrapper .book-item--horizontal-column .book-detail-top .book-detail-info-authors {
		margin-top: 0;
	}
	.listing-content-book-wrapper
		.book-item--horizontal-column
		.book-detail-top
		.book-detail-info-authors
		.book-detail-info-item {
		width: 100%;
	}
	.listing-content-book-wrapper
		.book-item--horizontal-column
		.book-detail-top
		.book-detail-info-authors
		.book-detail-info-item:last-child {
		display: none;
	}
	.listing-content-book-wrapper
		.book-item--horizontal-column
		.book-detail-top
		.book-detail-info-authors
		.book-detail-info-item__title {
		display: none;
	}
	.listing-content-book-wrapper .book-item--horizontal-column .book-detail-top .book-detail-info-items {
		padding: 1.5rem 0 0 0;
		margin: 1.5rem 0 0 0;
		border-bottom: 0;
	}
	.listing-content-book-wrapper
		.book-item--horizontal-column
		.book-detail-top
		.book-detail-info-items
		.book-detail-info-item {
		font-size: 1.6rem;
	}
	.listing-content-book-wrapper
		.book-item--horizontal-column
		.book-detail-top
		.book-detail-info-items
		.book-detail-info-item__title {
		display: none;
	}
}
@media (max-width: 576px) {
	.listing-content-book-wrapper .book-item--horizontal-column .book-detail-top .book-detail-info-items {
		padding: 1rem 0 0 0;
		margin: 1rem 0 0 0;
	}
	.listing-content-book-wrapper
		.book-item--horizontal-column
		.book-detail-top
		.book-detail-info-items
		.book-detail-info-item {
		max-width: unset;
		width: calc(50% - 1rem);
	}
	.listing-content-book-wrapper
		.book-item--horizontal-column
		.book-detail-top
		.book-detail-info-items
		.book-detail-info-item:last-child {
		margin-top: 1rem;
	}
	.listing-content-book-wrapper
		.book-item--horizontal-column
		.book-detail-top
		.book-detail-info-items
		.book-detail-info-item__title {
		display: none;
	}
}
.listing-content-book-wrapper .book-item--horizontal-column .minify-content {
	display: none;
}
.listing-content-book-wrapper .book-item--horizontal-column.minify {
	min-width: 20%;
	max-width: 20%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	margin-bottom: 4rem;
	overflow-x: hidden;
}
@media (max-width: 1529px) {
	.listing-content-book-wrapper .book-item--horizontal-column.minify {
		min-width: 25%;
		max-width: 25%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
}
@media (max-width: 992px) {
	.listing-content-book-wrapper .book-item--horizontal-column.minify {
		min-width: 33.33333%;
		max-width: 33.33333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
	}
}
@media (max-width: 767px) {
	.listing-content-book-wrapper .book-item--horizontal-column.minify {
		min-width: 50%;
		max-width: 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}
.listing-content-book-wrapper .book-item--horizontal-column.minify .minify-content {
	display: block;
}
.listing-content-book-wrapper .book-item--horizontal-column.minify .book-detail-info {
	display: none;
}
.listing-content-book-wrapper .book-item--horizontal-column.minify .book-detail-top {
	background: transparent;
	padding: 0;
	display: block;
}
.listing-content-book-wrapper .book-item--horizontal-column.minify .book-detail-top:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	transition: all 0.3s ease;
}
.listing-content-book-wrapper .book-item--horizontal-column.minify .book-detail-top:hover img {
	transition: all 0.3s ease;
}
.listing-content-book-wrapper .book-item--horizontal-column.minify .book-detail-top:hover {
	transform: translateY(-3px);
}
.listing-content-book-wrapper .book-item--horizontal-column.minify .book-detail-top:hover .book-image img {
	-webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
}
.listing-content-book-wrapper .book-item--horizontal-column.minify .book-image {
	width: auto;
	aspect-ratio: 2 / 3;
	display: block;
	height: 37rem;
}
@media (max-width: 1349px) {
	.listing-content-book-wrapper .book-item--horizontal-column.minify .book-image {
		height: 40rem;
	}
}
@media (max-width: 992px) {
	.listing-content-book-wrapper .book-item--horizontal-column.minify .book-image {
		height: 37rem;
	}
}
@media (max-width: 480px) {
	.listing-content-book-wrapper .book-item--horizontal-column.minify .book-image {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 374px) {
	.listing-content-book-wrapper .book-item--horizontal-column.minify .book-image {
		width: auto;
		height: 26rem;
	}
}
.listing-content-book-wrapper .book-item__img {
	width: 100%;
}

@media (max-width: 992px) {
	.listing-content .listing-sidebar-filters-box {
		position: fixed;
		width: 100vw;
		height: 100vh;
		opacity: 0;
		pointer-events: none;
		left: 0;
		top: 0;
		max-height: 100vh;
		overflow-y: auto;
		-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
		-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
		transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
		z-index: 17;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		border-radius: 0;
	}
	.listing-content .listing-sidebar-filters-box.active {
		opacity: 1;
		pointer-events: all;
	}
}

.listing-content .book-item {
	margin-bottom: 8rem;
}
@media (max-width: 424px) {
	.listing-content .book-item {
		margin-bottom: 4rem;
	}
}
@media (max-width: 424px) {
	.listing-content .book-item-info {
		margin-top: 1.5rem;
	}
}
.listing-content .book-item__title {
	font-size: 2rem;
	line-height: 1.5em;
	margin-bottom: 1rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 424px) {
	.listing-content .book-item__title {
		font-size: 1.6rem;
		margin-bottom: 4px;
	}
}
.listing-content .book-item__author {
	font-size: 1.8rem;
}
@media (max-width: 424px) {
	.listing-content .book-item__author {
		font-size: 1.4rem;
	}
}
.listing-content .book-item__detail-btn {
	bottom: 35%;
}
@media (max-width: 374px) {
	.listing-content .book-item__detail-btn {
		width: 5rem;
		height: 5rem;
	}
}

.listing--category-detail .category-grid {
	margin-top: 5rem;
}
.listing--category-detail .category-grid .category-item {
	background: #fff;
}

.listing--category-detail .popular-books-shape {
	height: 4rem;
}
@media (max-width: 767px) {
	.listing--category-detail .popular-books-shape {
		height: 3rem;
	}
}

.listing--category-detail .listing-header {
	padding-top: 6rem;
	padding-bottom: 0;
}
.listing--category-detail .listing-header .section-head {
	margin-bottom: 2rem;
}
.listing--category-detail .listing-header .section-content {
	padding-bottom: 0;
	margin-bottom: -2rem;
}
@media (max-width: 767px) {
	.listing--category-detail .listing-header .section-content {
		margin-top: -1rem;
	}
}
.listing--category-detail .listing-header .section-content .book-item {
	max-width: 224px;
}
@media (max-width: 1440px) {
	.listing--category-detail .listing-header .section-content .book-item {
		max-width: 188px;
	}
}
@media (max-width: 1367px) {
	.listing--category-detail .listing-header .section-content .book-item {
		max-width: 207px;
	}
}
@media (max-width: 1200px) {
	.listing--category-detail .listing-header .section-content .book-item {
		max-width: 217px;
	}
}
@media (max-width: 767px) {
	.listing--category-detail .listing-header .section-content .book-item {
		max-width: 244px;
	}
}
@media (max-width: 424px) {
	.listing--category-detail .listing-header .section-content .book-item {
		max-width: unset;
	}
}
@media (max-width: 350px) {
	.listing--category-detail .listing-header .section-content .book-item {
		max-width: 239.33px;
	}
}
@media (max-width: 767px) {
	.listing--category-detail .listing-header {
		padding: 3rem 0;
	}
}

.listing--category-detail .listing-header__title {
	margin-top: 1.5rem;
	color: rgba(3, 1, 0, 0.5);
	font-size: 2.4rem;
	width: 500px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3em;
}
@media (max-width: 767px) {
	.listing--category-detail .listing-header__title {
		font-size: 16px;
	}
}

.listing--category-detail .listing-filter {
	margin-top: 0rem;
	position: relative;
}
.listing--category-detail .listing-filter-wrapper {
	-webkit-transform: translateY(-2rem);
	-ms-transform: translateY(-2rem);
	transform: translateY(-2rem);
	z-index: 10;
	position: relative;
}
.listing--category-detail .listing-filter-wrapper.filter-all-active {
	z-index: 23;
}
.listing--category-detail .listing-filter-wrapper.filter-all-active .listing-filter-wrapper-backdrop {
	pointer-events: all;
}
@media (max-width: 767px) {
	.listing--category-detail .listing-filter-wrapper {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-top: -2rem;
		margin-bottom: 10rem;
	}
}
@media (min-width: 993px) {
	.listing--category-detail .listing-filter-content {
		padding-left: 0;
		padding-right: 0;
	}
}
.listing--category-detail .listing-filter-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 992px) {
	.listing--category-detail .listing-filter-item {
		margin-right: 1rem;
	}
}
.listing--category-detail .listing-filter-item svg {
	margin-left: 0;
	margin-right: 1.8rem;
	font-size: 2rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-webkit-transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
	color: rgba(134, 133, 133, 0.2);
}
.listing--category-detail .listing-filter-item span {
	margin-left: 0.5rem;
}
.listing--category-detail .listing-filter-item:hover svg {
	color: #d54e4e;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 992px) {
	.listing--category-detail .listing-filter-mobile {
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 16px;
	}
}
@media (max-width: 767px) {
	.listing--category-detail .listing-filter-mobile {
		max-width: 540px;
	}
}
@media (max-width: 576px) {
	.listing--category-detail .listing-filter-mobile {
		max-width: 100%;
		padding: 0 var(--container-gutter);
	}
}
@media (max-width: 374px) {
	.listing--category-detail .listing-filter-mobile {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (max-width: 374px) {
	.listing--category-detail .listing-filter-mobile__title {
		margin-bottom: 0;
	}
}
.listing--category-detail .listing-filter-mobile__select {
	height: 6.4rem;
	border-radius: 1rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #030100;
	padding: 0 4rem 0 2.9rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.551' height='7.437' viewBox='0 0 10.551 7.437'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23d54e4e;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(10.551) rotate(90)'%3E%3Cpath class='a' d='M4.46,1.15a1,1,0,0,1,1.631,0l3.34,4.708a1,1,0,0,1-.816,1.579H1.935A1,1,0,0,1,1.12,5.858Z' transform='translate(7.437 0) rotate(90)'/%3E%3C/g%3E%3C/svg%3E");
	background-position: calc(100% - 2rem) calc(50% + 2px);
	background-repeat: no-repeat;
}
.listing--category-detail .listing-filter-mobile__select:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.listing--category-detail .listing-header__title.title-first {
	font-size: 3.2rem;
	font-weight: 600;
	color: #030100;
}
@media (max-width: 767px) {
	.listing--category-detail .listing-header__title.title-first {
		font-size: 2.6rem;
	}
}

.listing--category-detail-info__title {
	margin-bottom: 3rem;
}

.listing--category-detail-info__text {
	margin-bottom: 0;
	margin-top: 3rem;
	line-height: 1.4em;
	font-size: 2rem;
	color: rgba(3, 1, 0, 0.6);
	font-weight: 400;
}
.listing--category-detail-info__text a {
	color: rgba(3, 1, 0, 0.8);
	font-weight: 500;
	margin: 0 0.7rem;
}
.listing--category-detail-info__text a:hover {
	color: #030100;
}

.listing--category-detail .section--slider {
	margin-bottom: 0;
}

@media (max-width: 992px) {
	.listing .pagination {
		margin-bottom: 1rem;
	}
}

@media (max-width: 767px) {
	.listing--search .listing-filter {
		margin-top: 0rem !important;
	}
}

@media (max-width: 992px) {
	.listing--search.no-result .listing-header {
		padding-top: 3rem;
		padding-bottom: 0;
	}
}

@media (max-width: 992px) {
	.listing--search.no-result .section--slider .section-head {
		margin-bottom: 2rem;
	}
}

.listing--search.no-result .section--slider .section-content {
	padding-bottom: 0 !important;
}

.listing--search.no-result .section--slider .swiper-pagination {
	bottom: -2rem;
}

.listing--search .listing-header {
	padding-bottom: 6rem;
}

.listing-content-book-wrapper .book-detail-top {
	background: white;
	margin-bottom: 2rem;
	padding: 2rem;
	border-radius: 2rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.listing-content-book-wrapper .book-image {
	width: 28rem;
	height: 33rem;
	position: relative;
}
.listing-content-book-wrapper .book-image img {
	width: 100%;
	height: 100%;
	border-radius: 1.2rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.listing-content-book-wrapper .book-detail-info {
	width: 100%;
	padding: 2rem 3.5rem 2rem 1.5rem;
	margin-left: 2rem;
}
@media (max-width: 1529px) {
	.listing-content-book-wrapper .book-detail-info {
		padding: 0 2rem;
	}
}

.forgot-password-page-form {
	padding: 4.9rem 4.6rem 6.3rem;
}

.forgot-password-page .input-group--w-text {
	margin-top: 0 !important;
	margin-bottom: 3.3rem;
}

.forgot-password-page__text {
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(134, 133, 133, 0.8);
	margin-top: 4.3rem;
	margin-bottom: 5.5rem;
	text-align: center;
}

@media (max-width: 1529px) {
	.forgot-password-page-form h2 {
		font-size: 2.8rem !important;
	}
}

@media (max-width: 424px) {
	.forgot-password-page__text {
		margin-top: 3.1rem;
		margin-bottom: 3.2rem;
	}
}

.listing-category-filter .listing-filter-mobile {
	display: none;
}

.listing--category .listing-content-category-wrapper {
	margin: 0 -8px;
}
.listing--category .listing-content-category-wrapper div[class^='col'] {
	padding: 0 8px;
	margin-bottom: 16px;
}
@media (max-width: 992px) {
	.listing--category .listing-content-category-wrapper {
		margin: 0 -8px;
	}
	.listing--category .listing-content-category-wrapper div[class^='col'] {
		padding: 0 8px;
		margin-bottom: 16px;
	}
}

.listing--category .listing-filter {
	margin-top: 4rem;
	padding: 0;
}
.listing--category .listing-filter-mobile {
	margin-top: 3rem;
}

.listing--category .section--slider {
	margin-bottom: -17rem;
}
.listing--category .section--slider .category-item {
}
.listing--category .section--slider .swiper-pagination {
	bottom: -8rem;
	display: none;
}
@media (max-width: 767px) {
	.listing--category .section--slider .swiper-pagination {
		bottom: -6rem;
	}
}
@media (max-width: 992px) {
	.listing--category .section--slider .swiper-pagination {
		display: unset;
	}
	.listing--category .section--slider .section-head-right {
		display: none;
	}
}

@media (max-width: 767px) {
	.listing--category .big-category-slider .category-item {
		height: 30rem;
	}
}

@media (max-width: 576px) {
	.most-search-divider {
		margin: 4rem 0;
	}
}

.most-search__title {
	display: inline;
	margin-right: 3.2rem;
	margin-bottom: 2rem;
}
@media (max-width: 767px) {
	.most-search__title {
		display: block;
		margin-right: 0;
	}
}

.most-search__item {
	margin-right: 3.2rem;
	margin-bottom: 2rem;
}
@media (max-width: 767px) {
	.most-search__item {
		margin-right: 1rem;
		margin-bottom: 1rem;
	}
}

@media (max-width: 767px) {
	.listing--blog-slider .blog-item {
		height: 34rem;
	}
	.listing--blog-slider .blog-item__title {
		font-size: 22px;
		padding-bottom: 45px;
	}
}

.listing--blog .popular-words-slider-wrapper {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
}

.listing--blog .popular-words-slider__title {
	margin-bottom: 1rem;
}

.listing--blog .popular-words-slider .swiper-slide.is-visible {
	width: auto !important;
}

.listing--blog .tick-checkbox__input:checked + span {
	border-color: #d54e4e;
	background-color: #d54e4e;
	border-radius: 0.6rem;
}

.listing--blog .tick-checkbox__title {
	font-size: 2rem;
	font-weight: 400;
}

@media (max-width: 1200px) {
	.listing--blog-row {
		position: relative;
	}
	.listing--blog-row > div[class^='col'] {
		position: static;
	}
}

.listing--blog-sidebar-column .mobile-categories-btn {
	display: none;
}

@media (max-width: 992px) {
	.listing--blog-sidebar-column {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.listing--blog-sidebar-column .mobile-categories-btn {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		max-width: calc(50% - 1rem);
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 calc(50% - 1rem);
		-ms-flex: 0 0 calc(50% - 1rem);
		flex: 0 0 calc(50% - 1rem);
		margin-right: 2rem;
		height: 8rem;
	}
	.listing--blog-sidebar-column .mobile-categories-btn .listing-filter-mobile__title {
		width: 100%;
	}
	.listing--blog-sidebar-column .mobile-categories-btn .listing-filter-mobile__title span {
		font-size: 1.8rem;
	}
}

@media (max-width: 576px) {
	.listing--blog-sidebar-column {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.listing--blog-sidebar-column .mobile-categories-btn {
		max-width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 1rem;
	}
}

@media (max-width: 424px) {
	.listing--blog-sidebar-column .mobile-categories-btn .listing-filter-mobile__title {
		margin-bottom: 0;
	}
}

.listing--blog .listing-header {
	max-height: 67rem;
	margin-bottom: 38rem;
}
@media (max-width: 1200px) {
	.listing--blog .listing-header {
		margin-bottom: 25rem;
	}
}
@media (max-width: 992px) {
	.listing--blog .listing-header {
		margin-bottom: 27rem;
	}
}
@media (max-width: 767px) {
	.listing--blog .listing-header {
		margin-bottom: 21rem;
		height: 55rem;
	}
}
@media (max-width: 374px) {
	.listing--blog .listing-header {
		margin-bottom: 21rem;
	}
}

.listing--blog .listing-sidebar-search {
	margin-bottom: 4rem;
}

@media (max-width: 992px) {
	.listing--blog .listing-sidebar {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.listing--blog .listing-sidebar-search {
		position: relative;
		max-width: calc(100%);
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 calc(100%);
		-ms-flex: 0 0 calc(100%);
		flex: 0 0 calc(100%);
		width: 100%;
		height: 8rem;
		padding: 0 1rem;
		border-radius: 1rem;
		font-size: 1.8rem;
		margin-bottom: 0;
	}
	.listing--blog .listing-sidebar-search__btn {
		height: 6rem;
		width: 6rem;
		font-size: 2.5rem;
		border-radius: 0.7rem;
	}
}

@media (max-width: 576px) {
	.listing--blog .listing-sidebar-search {
		max-width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.listing--blog .listing-content {
	margin-top: 4rem;
}
.listing--blog .listing-content-blog-wrapper {
	margin: 0 -8px;
}
.listing--blog .listing-content-blog-wrapper div[class^='col'] {
	padding: 0 8px;
	margin-bottom: 6rem;
}
.listing--blog .listing-content-blog-wrapper div[class^='col']:last-child {
	margin-bottom: 0;
}

.book-detail .popular-books .swiper-pagination {
	bottom: -1rem;
}

.book-detail-wrapper {
	padding: 0;
}
@media (max-width: 1529px) {
	.book-detail-wrapper {
		padding: 0;
	}
}
@media (max-width: 1200px) {
	.book-detail-wrapper {
		padding: 0;
	}
}

@media (max-width: 1200px) and (min-width: 993px) {
	.book-detail-wrapper .book-detail-info-items {
		padding: 1.5rem 0;
	}
}

.book-detail-header {
	padding-top: 4rem;
}
@media (max-width: 767px) {
	.book-detail-header {
		padding-top: 0;
	}
}

.book-detail .breadcrumb {
	margin-bottom: 2.5rem;
}
.book-detail .breadcrumb-list {
	background-color: transparent;
}
.book-detail .breadcrumb-icon {
	background: #fff !important;
}
.book-detail .breadcrumb::after {
	content: unset;
}

.book-detail .section-content {
	padding-bottom: 2rem;
}

.book-detail-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	border-radius: 2rem;
	padding: 5rem;
}
@media (max-width: 992px) {
	.book-detail-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 1rem;
	}
}

.book-detail-slider {
	width: 48rem;
	margin-right: 2rem;
	padding: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 1200px) {
	.book-detail-slider {
		width: 45rem;
	}
}
@media (max-width: 992px) {
	.book-detail-slider {
		width: 36rem;
		margin-right: 0;
	}
}
@media (max-width: 576px) {
	.book-detail-slider {
		width: 31rem;
	}
}
.book-detail-slider .book-item {
	height: 69rem;
}
@media (max-width: 1200px) {
	.book-detail-slider .book-item {
		height: 66rem;
	}
}
@media (max-width: 992px) {
	.book-detail-slider .book-item {
		height: 48rem;
	}
}
@media (max-width: 576px) {
	.book-detail-slider .book-item {
		height: 42rem;
	}
}
.book-detail-slider .book-item__category {
	position: absolute;
	bottom: 2rem;
	left: 2rem;
	margin-bottom: 0;
}
.book-detail-slider .main-slider {
	width: 100%;
}
.book-detail-slider .swiper-button-next {
	right: -2.7rem;
}
.book-detail-slider .swiper-button-next .btn {
	width: 5.4rem;
	height: 5.4rem !important;
	font-size: 1.6rem;
}
.book-detail-slider .swiper-button-prev {
	left: -2.7rem;
}
.book-detail-slider .swiper-button-prev .btn {
	width: 5.4rem;
	height: 5.4rem !important;
	font-size: 1.6rem;
}

.book-detail-info {
	width: 100%;
}
.book-detail-info-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	border-radius: 2rem;
	padding: 4rem 5rem;
	height: calc(100% - 10.1rem);
}
@media (max-width: 1200px) {
	.book-detail-info-content {
		padding: 4rem;
	}
}
@media (max-width: 992px) {
	.book-detail-info-content {
		padding-top: 20rem;
		-webkit-transform: translateY(-15rem);
		-ms-transform: translateY(-15rem);
		transform: translateY(-15rem);
		height: auto;
		margin-bottom: -15rem;
	}
}
@media (max-width: 767px) {
	.book-detail-info-content {
		border-radius: 1rem;
		padding-top: 18rem;
	}
}
@media (max-width: 576px) {
	.book-detail-info-content {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media (max-width: 424px) {
	.book-detail-info-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.book-detail-info-buttons {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 2rem;
	margin-top: 45px;
	padding: 0 5rem;
}
@media (max-width: 767px) {
	.book-detail-info-buttons {
		grid-column-gap: 0;
		border-radius: 1rem;
		background: #fff;
		overflow: hidden;
		padding: 0 2rem;
	}
}
.book-detail-info-buttons .btn {
	height: 45px;
	border-radius: 30px;
	border: 1px solid var(--color-brand);
	color: var(--color-brand) !important;
}

.book-detail-info-buttons .btn svg {
	color: var(--color-brand) !important;
	transition: all 0.3s ease;
}

.book-detail-info-buttons .btn:hover {
	border: 1px solid var(--color-brand) !important;
	background-color: var(--color-brand) !important;
	color: #fff !important;
}
.book-detail-info-buttons .btn:hover svg {
	color: #fff !important;
}

@media (max-width: 767px) {
	.book-detail-info-buttons .btn {
		border-radius: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		min-width: unset;
		padding: 0;
		height: 10rem;
	}
	.book-detail-info-buttons .btn + .book-detail-info-buttons .btn {
		margin-left: 1rem;
	}
}
.book-detail-info-buttons .btn__icon {
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 767px) {
	.book-detail-info-buttons .btn__icon {
		margin-right: 0;
		margin-bottom: 1.6rem;
		font-size: 2.2rem;
	}
}
.book-detail-info-buttons .btn:hover {
	background: #fff;
	color: #4e4d4c;
}
.book-detail-info-buttons .btn:hover .btn__icon {
	color: #d54e4e;
}
.book-detail-info-buttons .btn__icon {
	color: rgba(0, 0, 0, 1);
}
.book-detail-info__title {
	color: #d54e4e;
	font-size: 32px;
	line-height: 1.2em;
	font-weight: 600;
}
@media (max-width: 767px) {
	.book-detail-info__title {
		font-size: 2.5rem;
		line-height: 1.2em;
	}
}
.book-detail-info-authors {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1rem;
}
.book-detail-info-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 400;
}
@media (max-width: 1200px) {
	.book-detail-info-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
@media (max-width: 767px) {
	.book-detail-info-item {
		width: calc(50% - 1rem);
	}
}
.book-detail-info-item__title {
	color: #9a9999;
	margin-right: 1rem;
}
.book-detail-info-item__name {
	color: #424140;
}
@media (max-width: 1200px) {
	.book-detail-info-item__name {
		margin-top: 0.5rem;
	}
}
.book-detail-info-item + .book-detail-info-item {
	margin-left: 4rem;
}
.book-detail-info-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2.5rem 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	margin: 2rem 0;
}
@media (max-width: 1529px) {
	.book-detail-info-items {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (max-width: 767px) {
	.book-detail-info-items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.book-detail-info-items .book-detail-info-item + .book-detail-info-item {
	margin-left: 10rem;
}
@media (max-width: 1529px) {
	.book-detail-info-items .book-detail-info-item + .book-detail-info-item {
		margin-left: 1rem;
	}
}
@media (max-width: 767px) {
	.book-detail-info-items .book-detail-info-item + .book-detail-info-item {
		margin-left: 0;
	}
}
.book-detail-info-items .book-detail-info-item {
	padding-left: 15px;
	position: relative;
}
@media (max-width: 767px) {
	.book-detail-info-items .book-detail-info-item {
		max-width: calc(33% - 0.5rem);
		width: auto;
		font-size: 1.6rem;
	}
}
.book-detail-info-items .book-detail-info-item::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #d54e4e;
	position: absolute;
}
.book-detail-info-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.book-detail-info-header-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 767px) {
	.book-detail-info-header-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 8rem;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (max-width: 767px) {
	.book-detail-info-header-left {
		width: calc(100% - 5rem);
	}
}
.book-detail-info-save-btn {
	font-size: 3.1rem;
	margin-right: 2rem;
	color: rgba(134, 133, 133, 0.4);
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
@media (max-width: 767px) {
	.book-detail-info-save-btn {
		margin-right: 0;
	}
}
.book-detail-info-save-btn:hover {
	color: #d54e4e;
}
.book-detail-info-more-btn {
	background: #f9f9f9;
	color: rgba(66, 65, 64, 0.8);
	cursor: pointer;
}
@media (max-width: 1200px) {
	.book-detail-info-more-btn {
		width: 5rem;
		height: 5rem;
		font-size: 2rem;
	}
}
@media (max-width: 767px) {
	.book-detail-info-more-btn {
		width: 4rem;
		height: 4rem;
		font-size: 1.8rem;
		border-radius: 0.8rem;
	}
}
.book-detail-info-more-btn:hover {
	color: #fff;
	background: #d54e4e;
}
.book-detail-info-text {
	font-size: 1.7rem;
	line-height: 1.7em;
	color: #868585;
	font-weight: 400;
}
@media (max-width: 1200px) {
	.book-detail-info-text {
		font-size: 1.6rem;
		line-height: 1.6em;
	}
}
@media (max-width: 767px) {
	.book-detail-info-text {
		display: none;
	}
	.listing-content-book-wrapper .book-item--horizontal-column .book-detail-top .book-detail-info-text {
		display: block;
	}
}
.book-detail-info-text p {
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.book-detail-info-text p.active {
	-webkit-line-clamp: 5;
}
@media (max-width: 1200px) {
	.book-detail-info-text p {
		-webkit-line-clamp: 2;
	}
}
@media (max-width: 992px) {
	.book-detail-info-text p {
		-webkit-line-clamp: 3;
	}
}
.book-detail-info-text a {
	color: #d54e4e;
	text-decoration: underline;
}
.book-detail-info-text a:hover {
	color: #c22e2e;
	font-weight: 400;
}
.book-detail-info-text p + p {
	margin-top: 3rem;
}
.book-detail-info-footer {
	margin-top: auto;
}
@media (max-width: 992px) {
	.book-detail-info-footer {
		margin-top: 3rem;
	}
}
@media (max-width: 767px) {
	.book-detail-info-footer {
		margin-top: 0;
	}
}
.book-detail-info-actions {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2.5rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #eeeeee;
	gap: 15px;
}
@media (max-width: 767px) {
	.book-detail-info-actions {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.book-detail-info-actions-btn {
	height: 6rem;
	border-radius: 30px;
}
.book-detail-info-actions-btn.float-left {
	margin-left: 0 !important;
}
@media (max-width: 767px) {
	.book-detail-info-actions-btn {
		width: calc(50% - 1rem);
		min-width: calc(50% - 1rem);
	}
}
.book-detail-info-actions-btn .btn__icon {
	margin-right: 2rem;
	font-size: 3.2rem;
	width: 1em;
	height: 1em;
}
.book-detail-info-actions-btn .btn__text {
	border-left: 1px solid rgba(3, 1, 0, 0.05);
	width: 100%;
	height: 50%;
	margin-top: auto;
	margin-bottom: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.book-detail-info-actions-btn:nth-child(1).book-detail-info-actions-btn--buy {
	margin-left: 0;
}
@media (max-width: 767px) {
	.book-detail-info-actions-btn:nth-child(1).book-detail-info-actions-btn--buy {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.book-detail-info-actions-btn:nth-child(2).book-detail-info-actions-btn--buy {
		width: calc(50% - 1rem);
		min-width: calc(50% - 1rem);
		margin-top: 0;
	}
}
.book-detail-info-actions-btn.btn--yellow .btn__icon {
	color: #d54e4e;
}
.book-detail-info-actions-btn.btn--yellow + .book-detail-info-actions-btn.btn--yellow {
	margin-left: 2rem;
}
.book-detail-info-actions-btn--buy {
	margin-left: auto;
	width: 26rem;
}
@media (max-width: 1200px) {
	.book-detail-info-actions-btn--buy {
		width: 23rem;
	}
}
@media (max-width: 767px) {
	.book-detail-info-actions-btn--buy {
		width: 100%;
		margin-top: 2rem;
	}
}
.book-detail-info-actions-btn--buy .btn__text {
	border-left-color: rgba(255, 255, 255, 0.2);
}
.book-detail-info-stats {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 1em;
}
@media (max-width: 767px) {
	.book-detail-info-stats {
		padding: 0;
	}
}
.book-detail-info-stats-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: rgba(3, 1, 0, 0.5);
	font-weight: 500;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 767px) {
	.book-detail-info-stats-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	.book-detail-info-stats-item + .book-detail-info-stats-item {
		margin-left: 1rem;
	}
}
.book-detail-info-stats-item__icon {
	color: #d54e4e;
	margin-right: 1.5rem;
	height: 1em;
}
@media (max-width: 767px) {
	.book-detail-info-stats-item__icon {
		margin-right: 0;
		margin-bottom: 1rem;
	}
}
.book-detail-info-stats-item__icon .icon {
	height: 1em;
}

.book-detail-tab-bar {
	height: 8rem;
	padding: 0 0.7rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 1.4rem;
	margin-bottom: 1.3rem;
	margin-top: 5rem;
}
@media (max-width: 992px) {
	.book-detail-tab-bar {
		overflow-x: auto;
		overflow-y: hidden;
	}
}
@media (max-width: 767px) {
	.book-detail-tab-bar {
		height: auto;
		padding: 0.7rem;
		margin-top: 3rem;
	}
}
.book-detail-tab-bar-item {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 6.6rem;
	font-size: 1.8rem;
	font-weight: 500;
	color: rgba(3, 1, 0, 0.45);
	background: transparent;
	cursor: pointer;
	border-radius: 1.2rem;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	max-width: 100%;
	min-width: 150px;
	width: 100%;
	padding: 0 3rem;
	position: relative;
}
@media (max-width: 767px) {
	.book-detail-tab-bar-item {
		height: auto;
		padding: 1rem 2rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.book-detail-tab-bar-item:hover {
	color: rgba(3, 1, 0, 0.7);
}
.book-detail-tab-bar-item:hover .book-detail-tab-bar-item__icon {
	color: rgba(3, 1, 0, 0.4) !important;
}
@media (max-width: 1200px) {
	.book-detail-tab-bar-item {
		min-width: 130px;
	}
}
@media (max-width: 992px) {
	.book-detail-tab-bar-item {
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content;
	}
}
.book-detail-tab-bar-item__icon {
	margin-right: 2rem;
	height: 1em;
	color: rgba(3, 1, 0, 0.1);
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	font-size: 2.4rem;
}
@media (max-width: 767px) {
	.book-detail-tab-bar-item__icon {
		margin-right: 0;
		margin-bottom: 1rem;
		font-size: 2rem;
	}
}
.book-detail-tab-bar-item:not(.active):not(:first-child)::after {
	content: '';
	width: 1px;
	height: 3rem;
	background: #eee;
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.book-detail-tab-bar-item + .book-detail-tab-bar-item {
	margin-left: 1rem;
}
.book-detail-tab-bar-item.active {
	background: rgba(227, 221, 216, 0.2);
	color: #030100;
	/*   & + .book-detail-tab-bar-item {
               &::after {
                 content: unset;
               }
             }*/
}
.book-detail-tab-bar-item.active .book-detail-tab-bar-item__icon {
	color: #d54e4e !important;
}

.book-detail-tab-content {
	background: #fff;
	border-radius: 2rem;
}

.general-tab-wrapper {
	background: #fff;
	border-radius: 1.6rem;
}

.general-tab-bar {
	height: 8rem;
	padding: 0 var(--tab-content-padding);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-bottom: 2px solid rgba(3, 1, 0, 0.05);
	border-radius: 2rem 2rem 0 0;
}
@media (max-width: 767px) {
	.general-tab-bar {
		overflow-x: auto;
		overflow-y: hidden;
	}
}
.general-tab-bar .animated-tabs-line {
	bottom: -2px;
}
@media (max-width: 992px) {
	.general-tab-bar .animated-tabs-line {
		bottom: 0;
	}
}
.general-tab-bar .mobile-gutter-box {
	margin-left: var(--tab-content-padding);
}
.general-tab-bar-item {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	font-size: 2rem;
	font-weight: 500;
	color: rgba(3, 1, 0, 0.5);
	background: transparent;
	cursor: pointer;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	padding: 0 6rem;
	position: relative;
}
@media (max-width: 992px) {
	.general-tab-bar-item {
		padding: 0 3rem;
	}
}
@media (max-width: 767px) {
	.general-tab-bar-item {
		padding: 0 1.6rem;
		font-size: 1.8rem;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}
.general-tab-bar-item.active {
	color: #030100;
}

.general-tab-content {
	padding: var(--tab-content-padding);
}
.general-tab-content--tags {
	overflow: hidden;
}
.general-tab-content.ptb-0 {
	padding-top: 0;
	padding-bottom: 0;
}
.general-tab-content.pt-half {
	padding-top: 2rem;
}

.general-tab-content .action-item + .action-item {
	margin-top: 1.4rem;
}

.reviews-header {
	padding: calc(var(--tab-content-padding) - 0.6rem) var(--tab-content-padding);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 992px) {
	.reviews-header {
		display: block;
	}
}

.reviews-card {
	padding: 1.8rem;
	border-radius: 1.4rem;
	background: #faf9f8;
	-webkit-box-flex: 5;
	-webkit-flex: 5;
	-ms-flex: 5;
	flex: 5;
	margin-right: 3rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
@media (max-width: 992px) {
	.reviews-card {
		margin-bottom: 2rem;
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.reviews-card {
		display: block;
	}
}
.reviews-card-img {
	width: 13rem;
	height: 19rem;
	border-radius: 0.8rem;
	overflow: hidden;
}
@media (max-width: 767px) {
	.reviews-card-img {
		display: none;
	}
}
.reviews-card-img img {
	width: inherit;
	height: inherit;
	-o-object-fit: cover;
	object-fit: cover;
}
.reviews-card-point {
	padding: 0 4.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 1200px) {
	.reviews-card-point {
		padding: 0 3rem;
	}
}
@media (max-width: 767px) {
	.reviews-card-point {
		margin-top: 2rem;
	}
}
.reviews-card-point__number {
	font-size: 6.3rem;
	line-height: 1em;
	margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
	.reviews-card-point__number {
		font-size: 5rem;
	}
}
.reviews-card-chart {
	padding-left: 3.5rem;
	border-left: 1px solid rgba(3, 1, 0, 0.05);
}
@media (max-width: 767px) {
	.reviews-card-chart {
		border: 0;
		padding-left: 1rem;
		margin-top: 2rem;
	}
}
.reviews-card-chart.active .reviews-card-chart-item-line span {
	width: 100%;
}
.reviews-card-chart-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 3rem;
}
.reviews-card-chart-item + .reviews-card-chart-item {
	margin-top: 1rem;
}
.reviews-card-chart-item-star {
	color: #ffb45d;
	margin-right: 1.4rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 1.2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.reviews-card-chart-item-star .count {
	font-size: 1.6rem;
	font-weight: 500;
	margin-left: 0.5rem;
	color: #030100;
	width: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.reviews-card-chart-item-line {
	width: 25rem;
	margin-right: 1.4rem;
	height: 6px;
	background: rgba(3, 1, 0, 0.07);
	border-radius: 2px;
	position: relative;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 1200px) {
	.reviews-card-chart-item-line {
		width: 22rem;
	}
}
@media (max-width: 767px) {
	.reviews-card-chart-item-line {
		width: calc(100% - 9rem);
	}
}
.reviews-card-chart-item-line span {
	background: #d54e4e;
	position: absolute;
	left: 0;
	top: 0;
	height: inherit;
	-webkit-transition: 1s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 1s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 1s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	border-radius: 2px;
	width: 0;
}
.reviews-card-chart-item-count {
	font-size: 1.6rem;
	font-weight: 500;
	margin-left: 0.4rem;
	color: #030100;
	opacity: 0.5;
}

.reviews__toptitle {
	color: #ffb45d;
	font-size: 2rem;
	letter-spacing: -0.4px;
	font-weight: 500;
	margin-bottom: 1.5rem;
}
@media (max-width: 1200px) {
	.reviews__toptitle {
		font-size: 1.8rem;
	}
}

.reviews-title {
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
	.reviews-title {
		font-size: 2.5rem;
	}
}
@media (max-width: 767px) {
	.reviews-title {
		font-size: 2.2rem;
	}
}

.reviews-right {
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.tag-infos {
		padding: 0 var(--container-gutter);
	}
}

@media (max-width: 424px) {
	.tag-infos {
		padding: 0;
	}
}

.tag-infos-table {
	padding: 0;
}
.tag-infos-table-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 2rem 0;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.tag-infos-table-row:hover .tag-infos-row__title {
	color: rgba(53, 51, 51, 0.75);
}
.tag-infos-table-row:hover .tag-infos-row__text {
	color: rgba(53, 51, 51, 0.95);
}
.tag-infos-table-row__title {
	font-size: 2rem;
	letter-spacing: 0.04rem;
	color: rgba(53, 51, 51, 0.6);
	font-weight: 500;
}
@media (max-width: 480px) {
	.tag-infos-table-row__title {
		font-size: 1.8rem;
	}
}
@media (max-width: 374px) {
	.tag-infos-table-row__title {
		font-size: 1.6rem;
	}
}
.tag-infos-table-row__text {
	font-size: 2rem;
	color: rgba(53, 51, 51, 0.85);
	font-weight: bold;
	text-align: right;
}
@media (max-width: 480px) {
	.tag-infos-table-row__text {
		font-size: 1.8rem;
	}
}
@media (max-width: 374px) {
	.tag-infos-table-row__text {
		font-size: 1.6rem;
	}
}
.tag-infos-table-row + .tag-infos-table-row {
	border-top: 1px solid rgba(3, 1, 0, 0.05);
}

.tag-infos-badges {
	margin-top: 3rem;
}
@media (min-width: 993px) {
	.tag-infos-badges .badge {
		margin-bottom: 20px;
	}
	.tag-infos-badges-slider .swiper-wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.tag-infos-badges-slider .swiper-slide {
		width: -webkit-min-content !important;
		width: -moz-min-content !important;
		width: min-content !important;
	}
}
.tag-infos-badges-slider .swiper-slide {
	width: auto !important;
}

.report {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
@media (max-width: 992px) {
	.report {
		display: block;
	}
}
.report-content {
	max-width: 50rem;
	border-right: 1px solid rgba(3, 1, 0, 0.05);
	padding-right: 5rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-top: var(--tab-content-padding);
	padding-bottom: var(--tab-content-padding);
}
@media (max-width: 992px) {
	.report-content {
		padding-right: 0;
		max-width: 100%;
		border: 0;
	}
}
.report-content__toptitle {
	font-weight: 500;
	color: #ffb45d;
	font-size: 2rem;
	margin-bottom: 1rem;
}
.report-content__text {
	color: #868585;
	font-size: 1.8rem;
	line-height: 1.77em;
	margin-top: 3rem;
	font-weight: 400;
}
.report-form {
	padding-left: 5rem;
	width: 100%;
	padding-top: var(--tab-content-padding);
	padding-bottom: var(--tab-content-padding);
}
@media (max-width: 992px) {
	.report-form {
		padding-left: 0;
		max-width: 100%;
	}
}
.report-form-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 576px) {
	.report-form-bottom {
		display: block;
	}
}
.report-form-bottom .btn {
	min-width: 26rem;
}
@media (max-width: 1200px) {
	.report-form-bottom .btn {
		min-width: 23rem;
	}
}
@media (max-width: 576px) {
	.report-form-bottom .btn {
		margin-top: 3rem;
		width: 100%;
	}
}

.article {
	/* .deactive{
       transition: $transition;
       opacity: 0;
       transform: translateY(-100%);
       display: none;
   }
   .active{
       transition: $transition;
       opacity: 1;
       transform: translateY(0);
       display: unset !important;
   }
   .active-flex{
       transition: $transition;
       opacity: 1;
       transform: translateY(0);
       display: flex ;
   }
   .active-block{
       transition: $transition;
       opacity: 1;
       transform: translateY(0);
       display: block !important;
   }*/
	/*.comments-title{
      transition: $transition;
  }*/
}
.article-header--image {
	margin-bottom: -16rem;
	height: var(--blog-detail-main-image-height);
}
.article-header--image img {
	width: 100%;
	height: inherit;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 1.2rem;
}
.article-content {
	margin-top: 16rem;
}
.article-content-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 992px) {
	.article-content-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.article-content-owner {
	padding-top: 5rem;
	padding-bottom: 5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 992px) {
	.article-content-owner {
		padding: 3rem 0;
	}
}
.article-content-owner__image img {
	border-radius: 50%;
	width: 5.6rem;
	height: 5.6rem;
	-o-object-fit: cover;
	object-fit: cover;
}
.article-content-owner__name p {
	font-weight: 500;
	color: #030100;
	font-size: 2rem;
	margin-left: 1.7rem;
}
.article-content-details {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 992px) {
	.article-content-details {
		width: 100%;
		margin-bottom: 2rem;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}
.article-content-details-item {
	opacity: 0.6;
	margin-right: 5.2rem !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.article-content-details-item__text {
	font-weight: 500;
	color: #030100;
	font-size: 1.8rem;
}
.article-content-details-item__icon {
	height: 1.7rem;
	margin-right: 1.5rem;
	fill: #030100;
}
.article-content-details-item:last-child {
	margin-right: 0 !important;
}
.article-content-text .article-content-text__title {
	font-size: 3.6rem;
	color: #353333;
	margin-top: 3.7rem;
}
.article-content-text .article-content-text__subtitle {
	font-size: 2.4rem;
	color: rgba(3, 1, 0, 0.8);
	font-weight: 500;
}
.article-content-text .article-content-text__text {
	font-size: 2rem;
	color: rgba(53, 51, 51, 0.6);
	margin: 4rem 0;
	line-height: 1.6em;
	font-weight: 400;
}
.article-content .share-content {
	margin-top: 6.5rem;
	margin-bottom: 13.5rem;
}
.article .section-slider {
	margin-bottom: 10rem;
}
.article .section-head {
	margin-top: 12rem;
}
.article .listing--blog-slider {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.article .article-content--article-owner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
	}
	.article .article-content-owner {
		padding-bottom: 3rem;
		padding-top: 3rem;
	}
	.article .article-content-details {
		margin-bottom: 3rem;
	}
	.article .article-content-details-item {
		margin-right: 1rem !important;
	}
	.article .article-content-details-item__icon {
		margin-right: 0.5rem;
	}
	.article .article-content .share-content {
		margin-bottom: 6.5rem;
	}
	.article .article-content .share-content-title {
		margin-bottom: 3rem;
	}
	.article .section-head {
		margin-top: 6.5rem;
	}
}

.article--blog .article-header .breadcrumb {
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}
.article--blog .article-header .breadcrumb::after {
	content: unset;
}

.article--blog .blog-share {
	height: var(--blog-detail-main-image-height);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translateY(-28rem);
	-ms-transform: translateY(-28rem);
	transform: translateY(-28rem);
}
@media (max-width: 992px) {
	.article--blog .blog-share {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		height: auto;
		padding-bottom: 2.5rem;
		border-bottom: 1px solid rgba(177, 169, 165, 0.25);
		margin-bottom: 3.1rem;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.article--blog .blog-share .share-social-text {
	display: none;
	font-size: 2rem;
	font-weight: 500;
	color: #030100;
}
@media (max-width: 992px) {
	.article--blog .blog-share .share-social-text {
		display: unset;
	}
}
.article--blog .blog-share .social {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (max-width: 992px) {
	.article--blog .blog-share .social {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 70%;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
.article--blog .blog-share .social__item {
	margin-left: 0;
	background: white;
	width: 2.7em;
	height: 2.7em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 0.55em;
	margin-bottom: 1.5rem;
	-webkit-box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.1);
	font-size: 3rem;
}
@media (max-width: 992px) {
	.article--blog .blog-share .social__item {
		margin-bottom: 0;
		margin-left: 1.1em;
		font-size: 2.5rem;
	}
}
@media (max-width: 767px) {
	.article--blog .blog-share .social__item {
		font-size: 2rem;
	}
}

.article--blog .article-content-text p {
	font-size: 2rem;
	line-height: 1.6em;
	margin-bottom: 3rem;
	margin-top: 1rem;
	color: rgba(53, 51, 51, 0.6);
}
@media (max-width: 767px) {
	.article--blog .article-content-text p {
		font-size: 1.8rem;
	}
}

.article--blog .article-content-text__intro p {
	color: #353333;
	line-height: 1.4em;
	margin-bottom: 3rem;
	font-weight: bold;
	margin-top: 0;
	font-size: 3.4rem;
}
@media (max-width: 1200px) {
	.article--blog .article-content-text__intro p {
		font-size: var(--font-size-title--xsm);
	}
}

.article--blog .article-content-text__w-image .article-content-text__image {
	height: 27rem;
}
.article--blog .article-content-text__w-image .article-content-text__image img {
	width: 100%;
	height: 100%;
	border-radius: 1.4rem;
	margin-top: 0.7rem;
}
@media (max-width: 992px) {
	.article--blog .article-content-text__w-image .article-content-text__image img {
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.article--blog .article-content-text__w-image p {
	margin: 0;
}

.article--blog .article-content-text .divider {
	margin-top: 9rem;
}

.article--blog .article-content-text-quote {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 5.5rem 10rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 1.6rem;
	border: 1px solid #ede7e0;
	margin-top: 5rem;
	margin-bottom: 6rem;
}
.article--blog .article-content-text-quote__icon {
	position: absolute;
	width: 9rem;
	height: 9rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	left: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-color: #b1a9a5;
	border: 1px solid #ede7e0;
	color: #d54e4e;
	font-size: 13rem;
	line-height: 1em;
	font-family: 'Outfit', serif;
	text-align: center;
}
.article--blog .article-content-text-quote__icon p {
	color: #d54e4e;
	font-size: 11rem;
	height: 11.5rem;
}
.article--blog .article-content-text-quote__text {
	color: rgba(3, 1, 0, 0.7);
	font-style: italic;
	line-height: 1.85em;
	font-size: 1.9rem;
}

.article--blog .article-content-text a {
	display: inline-block;
	color: #ffb45d;
	margin: 0 5px;
	font-weight: 600;
}
.article--blog .article-content-text a:hover {
	color: #030100;
}

.article--blog .article-content-text h2,
.article--blog .article-content-text h3,
.article--blog .article-content-text h4,
.article--blog .article-content-text h5,
.article--blog .article-content-text h6 {
	margin-bottom: 2rem;
	color: #353333;
}

.article--blog .article-content-text h2 {
	font-size: 2.6rem;
	font-weight: 500;
}

.article--blog .article-content-text h3 {
	font-size: 2.4rem;
	font-weight: 500;
}

.article--blog .article-content-text h4 {
	font-size: 2rem;
	font-weight: 500;
}

.article--blog .article-content .comments-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 4.3rem;
}
.article--blog .article-content .comments-title p {
	font-size: 2.4rem;
	color: rgba(3, 1, 0, 0.6);
	font-weight: 500;
}
.article--blog .article-content .comments-title span {
	font-size: 2.4rem;
	color: rgba(3, 1, 0, 0.8);
	font-weight: 500;
	padding: 1.3rem 1.9rem 1.1rem 1.9rem;
	background: rgba(134, 133, 133, 0.1);
	border-radius: 0.7rem;
	margin-left: 3.6rem;
}

.see-comment {
	margin-bottom: 6rem;
	padding: 3.5rem 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 10rem;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	max-height: 10rem;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
@media (max-width: 992px) {
	.see-comment {
		margin-bottom: 0;
	}
}
.see-comment.hide {
	max-height: 0;
	overflow: hidden;
	margin-bottom: 0;
	opacity: 0;
	padding: 0;
	-webkit-transform: translateY(-5rem);
	-ms-transform: translateY(-5rem);
	transform: translateY(-5rem);
}
.see-comment:hover .see-comment__count {
	background: #fff;
}
.see-comment:hover .btn__txt {
	color: #fff;
}
.see-comment .btn__txt {
	font-size: 2.4rem;
	color: rgba(3, 1, 0, 0.8);
	font-weight: 500;
}
.see-comment__count {
	background: rgba(134, 133, 133, 0.1);
	border-radius: 0.7rem;
	margin-left: 3.1rem;
	color: #d54e4e;
	width: 5.8rem;
	height: 5.8rem;
	display: grid;
	place-items: center;
	font-size: 2.8rem;
	font-weight: 400;
}

.comments-content-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: rgba(3, 1, 0, 0.6);
	font-size: 2.4rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 3rem;
}
.comments-content-title__count {
	margin-left: 3rem;
	width: 4.8rem;
	height: 4.8rem;
	color: rgba(3, 1, 0, 0.8);
	background-color: rgba(134, 133, 133, 0.1);
	border-radius: 0.7rem;
	display: grid;
	place-items: center;
	font-weight: 400;
}

@media (max-width: 992px) {
	.blog-detail-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media (max-width: 992px) {
	.section--slider {
		padding-bottom: 0;
	}
	.section--slider .section-head {
		margin-top: 4rem !important;
	}
	.section--slider .section-head-right {
		display: none;
	}
	.article-content .divider.divider--6 {
		margin-bottom: 2.5rem;
		margin-top: 2.5rem;
	}
	.article-content-text__w-image .article-content-text__image {
		margin-bottom: 4rem;
	}
	.article-content-text-quote {
		padding: 3.2rem !important;
	}
	.article-content-text-quote__icon {
		width: 6.4rem;
		height: 6.4rem;
		top: 0 !important;
		left: unset !important;
		right: -2rem;
	}
	.comments.tab-wrapper .comment-area {
		overflow-x: hidden;
		position: relative;
	}
	.comments.tab-wrapper .comment-area.active {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.comments.tab-wrapper .comment-area.active .comment-area-content {
		margin-left: 0;
	}
	.comments.tab-wrapper .comment-area.active .comment-area-content .comment-area-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.comments.tab-wrapper .comment-area.active .comment-area-content .comment-area-buttons .btn {
		width: 100%;
		margin-left: 0;
	}
	.comments.tab-wrapper .comment-area.active .comment-area-content .comment-area-buttons .btn:last-child {
		margin-bottom: 1.2rem;
	}
	.comments.tab-wrapper .comment-area.active .comment-area__author-name {
		position: absolute;
		top: 4rem;
		left: 11rem;
	}
}

.listing--blog-slider {
	margin-bottom: 4rem;
}
.listing--blog-slider .swiper-pagination {
	bottom: -4rem;
	display: none;
}
@media (max-width: 992px) {
	.listing--blog-slider .swiper-pagination {
		bottom: -6rem;
		display: unset;
	}
}
@media (max-width: 767px) {
	.listing--blog-slider .swiper-pagination {
		bottom: -4rem;
	}
}

.login-comment {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 10rem !important;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.login-comment .btn__icon {
	color: #fff;
	font-size: 3.2rem;
}
.login-comment .btn__txt {
	font-size: 2.4rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8);
	margin-left: 3.5rem;
	line-height: 1.5rem;
}

.comment-area {
	padding: 2.4rem 3rem;
	background: #fff;
	border-radius: 1.6rem;
	margin-top: 1.2rem;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 424px) {
	.comment-area {
		padding: 2.4rem 2rem;
	}
}
.comment-area.active .comment-area__author-name {
	max-height: 50px;
	opacity: 1;
	margin-bottom: 1rem;
}
.comment-area.active .comment-area-form .input-outer {
	border-bottom-color: rgba(3, 1, 0, 0.05);
	max-height: 600px;
	resize: vertical;
}
.comment-area.active .comment-area-buttons {
	max-height: 100px;
	opacity: 1;
	margin-top: 2rem;
}
.comment-area__author-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	overflow: hidden;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.comment-area__author-img img {
	width: inherit;
	height: inherit;
	-o-object-fit: cover;
	object-fit: cover;
}
.comment-area-content {
	margin-left: 4.2rem;
	width: 100%;
}
.comment-area__author-name {
	font-size: 2.2rem;
	font-weight: 500;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.comment-area-form {
	width: 100%;
}
.comment-area-form .input-outer {
	border: 0;
	max-height: 6rem;
	border-radius: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-bottom: 1px solid transparent;
	height: 18rem;
}
.comment-area-form .input-outer textarea {
	width: 100%;
	padding: 2rem 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	resize: none;
	min-height: 7rem;
}
.comment-area-form .input-outer textarea::-webkit-input-placeholder {
	color: #353333;
	opacity: 0.5;
}
.comment-area-form .input-outer textarea::-moz-placeholder {
	color: #353333;
	opacity: 0.5;
}
.comment-area-form .input-outer textarea:-ms-input-placeholder {
	color: #353333;
	opacity: 0.5;
}
.comment-area-form .input-outer textarea::-ms-input-placeholder {
	color: #353333;
	opacity: 0.5;
}
.comment-area-form .input-outer textarea::placeholder {
	color: #353333;
	opacity: 0.5;
}
.comment-area .comment-form {
	width: 100%;
	margin-top: 1.7rem;
}
.comment-area .comment-form input {
	width: 100%;
	border: none;
	outline: none;
}
.comment-area .comment-form textarea:focus,
.comment-area .comment-form input:focus {
	outline: none;
}
.comment-area-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	opacity: 0;
}
.comment-area-buttons .btn {
	width: 16rem;
	margin-left: 2rem;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.profile {
	margin-top: 2.5rem;
}
.profile-tab-bar {
	margin-top: 0;
	height: 9rem;
	padding: 0.9rem;
}
.profile-tab-bar-item {
	height: 7.2rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 1529px) {
	.profile-tab-bar-item {
		min-width: unset;
		padding: 1rem;
	}
}
@media (max-width: 992px) {
	.profile-tab-bar-item {
		min-width: 14rem;
	}
}
.profile-tab-bar-item.active .profile-tab-bar-item-top {
	color: rgba(3, 1, 0, 0.6);
}
.profile-tab-bar-item.active .profile-tab-bar-item__icon {
	color: #d54e4e;
}
.profile-tab-bar-item:not(.active):hover .profile-tab-bar-item-top {
	color: rgba(3, 1, 0, 0.7);
}
.profile-tab-bar-item-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.6rem;
	color: rgba(3, 1, 0, 0.4);
	font-weight: bold;
}
@media (max-width: 1200px) {
	.profile-tab-bar-item-top {
		font-size: 1.5rem;
	}
	.profile-tab-bar-item-top .book-detail-tab-bar-item__icon {
		font-size: 2rem;
		margin-right: 1rem;
		margin-bottom: 0 !important;
	}
}
.profile-tab-bar-item__icon {
	font-size: 1.3rem;
	margin-right: 0.8rem;
}
.profile-tab-bar-item .count {
	margin-top: 0.8rem;
	font-size: 2.4rem;
	color: rgba(3, 1, 0, 0.6);
}
@media (max-width: 767px) {
	.profile-post-enter {
		position: fixed;
		bottom: 0;
		left: 0;
		padding: 1rem var(--container-gutter);
		background: #f9f9f9;
		width: 100%;
		z-index: 14;
		overflow: hidden;
	}
	.profile-post-enter.active {
		z-index: 30;
		padding: 0;
		background: transparent;
	}
	.profile-post-enter.active .profile-post-enter-mobile-open {
		opacity: 0;
		pointer-events: none;
	}
	.profile-post-enter.active .profile-post-enter-footer {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.profile-post-enter.active .profile-post-enter-form {
		border-radius: 2rem 2rem 0 0;
	}
	.profile-post-enter.active .profile-post-enter-form .input-outer {
		height: 14rem;
	}
	.profile-post-enter.active .profile-post-enter-form textarea {
		padding-right: 1.8rem !important;
		height: 100%;
	}
}
.profile-post-enter-mobile-open {
	display: none;
	width: 4.6rem;
	height: 4.6rem;
	font-size: 2.3rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.profile-post-enter-mobile-open {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
.profile-post-enter-form {
	background: #fff;
	border-radius: 1.4rem;
}
@media (max-width: 767px) {
	.profile-post-enter-form {
		position: relative;
	}
}
.profile-post-enter-form .input-outer {
	height: 10rem;
	border: 0;
}
@media (max-width: 767px) {
	.profile-post-enter-form .input-outer {
		height: 8rem;
	}
}
.profile-post-enter-form textarea {
	resize: none;
	overflow-y: auto;
	height: 100%;
	padding: 2.5rem;
	line-height: 1.6em;
}
@media (max-width: 767px) {
	.profile-post-enter-form textarea {
		padding: 2.5rem 7rem 2.5rem 1.8rem !important;
	}
}
.profile-post-enter-form textarea::-webkit-input-placeholder {
	font-size: 2.2rem;
	font-weight: 300;
}
.profile-post-enter-form textarea::-moz-placeholder {
	font-size: 2.2rem;
	font-weight: 300;
}
.profile-post-enter-form textarea:-ms-input-placeholder {
	font-size: 2.2rem;
	font-weight: 300;
}
.profile-post-enter-form textarea::-ms-input-placeholder {
	font-size: 2.2rem;
	font-weight: 300;
}
.profile-post-enter-form textarea::placeholder {
	font-size: 2.2rem;
	font-weight: 300;
}
.profile-post-enter-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2rem;
}
@media (max-width: 767px) {
	.profile-post-enter-footer {
		display: none;
	}
}
.profile-post-enter-types {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 767px) {
	.profile-post-enter-types {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}
}
.profile-post-enter-types-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1rem;
	border-radius: 0.9rem;
	padding: 1rem 1.7rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	cursor: pointer;
}
@media (max-width: 1529px) {
	.profile-post-enter-types-item {
		padding: 1rem;
		margin-right: 0.5rem;
	}
}

@media (max-width: 1200px) and (min-width: 993px) {
	.profile-post-enter-types-item {
		padding: 1rem;
		margin-right: 0.5rem;
	}
}
@media (max-width: 767px) {
	.profile-post-enter-types-item {
		width: 4.6rem;
		height: 4.6rem;
		border-radius: 0.9rem;
		padding: 0;
		display: grid;
		place-items: center;
		font-size: 2rem;
	}
}
.profile-post-enter-types-item.active {
	background: rgba(227, 221, 216, 0.2);
}
.profile-post-enter-types-item.active .profile-post-enter-types-item__icon {
	color: #d54e4e;
}
.profile-post-enter-types-item.active .profile-post-enter-types-item__text {
	color: #353333;
}
.profile-post-enter-types-item:not(.active):hover {
	background: rgba(227, 221, 216, 0.1);
}
.profile-post-enter-types-item:not(.active):hover .profile-post-enter-types-item__icon {
	color: rgba(3, 1, 0, 0.3);
}
.profile-post-enter-types-item:not(.active):hover .profile-post-enter-types-item__text {
	color: #353333;
}
.profile-post-enter-types-item__icon {
	color: rgba(3, 1, 0, 0.1);
	font-size: 2rem;
	margin-right: 1.5rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 767px) {
	.profile-post-enter-types-item__icon {
		margin-right: 0;
	}
}

@media (max-width: 1200px) and (min-width: 993px) {
	.profile-post-enter-types-item__icon {
		font-size: 1.7rem;
		margin-right: 0.7rem;
	}
}
.profile-post-enter-types-item__text {
	color: rgba(3, 1, 0, 0.4);
	font-size: 1.4rem;
	font-weight: 500;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 767px) {
	.profile-post-enter-types-item__text {
		display: none;
	}
}
.profile-post-enter-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 767px) {
	.profile-post-enter-buttons {
		padding-bottom: 1.5rem;
		margin-bottom: 1rem;
		border-bottom: 1px solid rgba(3, 1, 0, 0.05);
		width: 100%;
	}
}
.profile-post-enter-buttons .btn {
	height: 4.4rem;
}
@media (max-width: 992px) {
	.profile-post-enter-buttons .btn--red {
		min-width: 14rem;
	}
}

@media (max-width: 1200px) and (min-width: 993px) {
	.profile-post-enter-buttons .btn--red {
		min-width: 12rem;
	}
}
@media (max-width: 767px) {
	.profile-post-enter-buttons .btn--red {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 5.2rem;
	}
}
.profile-post-enter-buttons .btn--i {
	width: 4.4rem;
	margin-right: 1.4rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 767px) {
	.profile-post-enter-buttons .btn--i {
		height: 5.2rem;
		width: 5.2rem;
		margin-right: 2rem;
		font-size: 2.6rem;
	}
}
@media (max-width: 767px) {
	.profile--general .container {
		padding: 0 var(--container-gutter) !important;
	}
}
.profile--general .listing-filter {
	padding: 0;
}
@media (max-width: 767px) {
	.profile--general .listing-filter {
		width: calc(100% + (var(--container-gutter) * 2));
		margin-left: calc(var(--container-gutter) * -1);
	}
}
.profile--general .listing-filter-content {
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
}
@media (max-width: 767px) {
	.profile--general .listing-filter-content {
		padding-left: var(--container-gutter);
	}
}
.profile--general .listing-filter-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1.5rem 1rem 2.5rem 1rem;
}
.profile--general .listing-filter-item:not(:last-child) {
	margin-right: 1rem;
}
@media (max-width: 1200px) {
	.profile--general .listing-filter-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.profile--general .listing-filter-item svg {
	margin-bottom: 0;
	margin-left: 0;
	font-size: 1.9rem;
	margin-right: 1.8rem;
	height: 1em;
}
@media (max-width: 1200px) {
	.profile--general .listing-filter-item svg {
		margin-right: 0;
		margin-bottom: 1rem;
	}
}
.profile--general .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 992px) {
	.profile--general .container {
		display: block;
	}
}
.profile--general .action-item {
	margin-bottom: 1rem;
	background: #fff;
}
@media (max-width: 767px) {
	.profile--messages {
		margin-top: 0;
	}
}
@media (max-width: 992px) {
	.profile--messages .profile-message-sidebar {
		max-height: unset;
	}
}
@media (max-width: 767px) {
	.profile--messages .profile-message-sidebar-header {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media (max-width: 992px) {
	.profile--messages .profile-message-content {
		display: none;
	}
}
@media (max-width: 767px) {
	.profile--message-detail {
		margin-top: 0;
	}
}
@media (max-width: 992px) {
	.profile--message-detail .profile-message-sidebar {
		display: none;
	}
}
@media (max-width: 992px) {
	.profile--message-detail .profile-message-content {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.profile--new-message {
		margin-top: 0;
	}
}
@media (max-width: 992px) {
	.profile--new-message .profile-message {
		max-height: unset;
	}
}
@media (max-width: 992px) {
	.profile--new-message .profile-message-sidebar {
		display: none;
	}
}
@media (max-width: 992px) {
	.profile--new-message .profile-message-content {
		width: 100%;
	}
}
.profile .container {
	padding: 0 var(--container-gutter);
}
@media (max-width: 992px) {
	.profile .container {
		padding: 0;
	}
}
.profile-sidebar {
	width: var(--profile-sidebar-width);
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 992px) {
	.profile-sidebar .discover-box-mobile-wrapper {
		max-height: 0;
		overflow: hidden;
		-webkit-transition: 1s;
		-o-transition: 1s;
		transition: 1s;
		opacity: 0;
	}
}
.profile-sidebar .discover-box-mobile-wrapper.active {
	opacity: 1;
	max-height: 100rem;
}
.profile-sidebar-mobile__show-more {
	display: none;
	color: #868585;
}
.profile-sidebar-mobile__show-more:hover {
	background: #fff;
	color: #868585;
}
.profile-sidebar-mobile__show-more .btn__txt {
	height: 1em;
}
.profile-sidebar-mobile__show-more .btn__txt.active-text {
	display: none;
}
.profile-sidebar-mobile__show-more.active .btn__txt {
	display: none;
}
.profile-sidebar-mobile__show-more.active .btn__txt.active-text {
	display: block;
}
.profile-sidebar-mobile__show-more.active .btn__icon {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
	background: #d54e4e;
	color: #fff;
}
.profile-sidebar-mobile__show-more .btn__icon {
	font-size: 1.2rem;
	width: 2.8rem;
	height: 2.8rem;
	background: #f9f9f9;
	border-radius: 50%;
	color: rgba(3, 1, 0, 0.5);
	display: grid;
	place-items: center;
	position: absolute;
	right: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 992px) {
	.profile-sidebar-mobile__show-more {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
.profile-sidebar .discover-read-target {
	background: #fff;
	margin-top: 1rem;
	border-radius: 1.4rem;
	padding: 2.2rem 2.6rem;
}
.profile-sidebar .discover-rosette--mobile {
	background: #fff;
	display: none;
}
@media (max-width: 992px) {
	.profile-sidebar .discover-rosette--mobile {
		display: block;
		padding: var(--container-gutter);
		margin-top: 1rem;
		border-radius: 1.4rem;
	}
}
.profile-sidebar .discover-rosette--mobile div[class^='col'] {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 14%;
	-ms-flex: 0 0 14%;
	flex: 0 0 14%;
	max-width: 14%;
}
@media (max-width: 374px) {
	.profile-sidebar .discover-rosette--mobile div[class^='col'] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.1%;
		-ms-flex: 0 0 16.1%;
		flex: 0 0 16.1%;
		max-width: 16.1%;
	}
	.profile-sidebar .discover-rosette--mobile div[class^='col']:nth-last-child(-n + 2) {
		display: none;
	}
}
.profile-sidebar .read-target-lines-item {
	font-size: 0.4rem;
}
.profile-sidebar .read-target-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.profile-sidebar .read-target-info-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 0;
}
.profile-sidebar .read-target-info-item__title {
	font-size: 1.5rem;
	margin-bottom: 0.8rem;
}
.profile-sidebar .read-target-info-item__count {
	font-size: 1.8rem;
}
.profile-right {
	padding-left: 5.4rem;
	width: calc(100% - var(--profile-sidebar-width));
}
@media (max-width: 1529px) {
	.profile-right {
		padding-left: 2rem;
	}
}
@media (max-width: 992px) {
	.profile-right {
		width: 100%;
		padding-left: 0;
		margin-top: 4rem;
	}
}
@media (max-width: 767px) {
	.profile-right {
		margin-top: 2rem;
	}
}
.profile-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 var(--profile-container-padding);
}
@media (max-width: 1529px) {
	.profile-content {
		padding: 0 5rem;
	}
}
@media (max-width: 1200px) {
	.profile-content {
		padding: 0;
	}
}
.profile-box {
	background: #fff;
	border-radius: 1.4rem;
	min-height: 100%;
	max-height: 87rem;
	height: auto;
	width: 100%;
}
.profile-box__title {
	color: #d54e4e;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 3rem;
}
.profile-menu {
	border-radius: 1.4rem;
	overflow: hidden;
	background: #fff;
	margin-bottom: 1.6rem;
}
.profile-menu-mobile-open {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	padding: 2.5rem 3rem;
	border-radius: 1rem;
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: 600;
}
@media (min-width: 993px) {
	.profile-menu-mobile-open {
		display: none;
	}
}
.profile-menu-mobile-open .icon {
	margin-right: 2rem;
	color: #d54e4e;
}
.profile-menu-wrapper {
	margin-right: 2rem;
	width: var(--profile-message-sidebar-width);
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.profile-menu-wrapper.popup {
	width: 320px;
	max-width: calc(100% - (var(--container-gutter) * 2));
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 30;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.profile-menu-wrapper.popup.active {
	opacity: 1;
	pointer-events: all;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
	.profile-menu-wrapper {
		width: 320px;
		max-width: calc(100% - (var(--container-gutter) * 2));
		height: auto;
		position: fixed;
		top: 50%;
		left: 50%;
		z-index: 30;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
		-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
		transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.profile-menu-wrapper.active {
		opacity: 1;
		pointer-events: all;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
.profile-menu-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 3rem 3.5rem;
}
@media (max-width: 992px) {
	.profile-menu-item {
		padding: 2.5rem;
	}
}
.profile-menu-item + .profile-menu-item {
	border-top: 1px solid #eee;
}
@media (min-width: 993px) {
	.profile-menu-item.active .profile-menu-item__icon {
		color: #d54e4e;
	}
	.profile-menu-item.active .profile-menu-item__title {
		color: #030100;
	}
}
.profile-menu-item:not(.active):hover .profile-menu-item__icon {
	color: rgba(3, 1, 0, 0.4);
}
.profile-menu-item:not(.active):hover .profile-menu-item__title {
	color: rgba(3, 1, 0, 0.7);
}
.profile-menu-item__icon {
	color: rgba(3, 1, 0, 0.1);
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	margin-right: 3rem;
	font-size: 2.5rem;
}
@media (max-width: 992px) {
	.profile-menu-item__icon {
		margin-right: 2rem;
	}
}
.profile-menu-item__title {
	color: rgba(3, 1, 0, 0.5);
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	font-size: 2rem;
	font-weight: 500;
}
@media (max-width: 992px) {
	.profile-menu-item__title {
		font-size: 1.8rem;
	}
}
.profile-logout-btn {
	height: 8rem;
	text-align: center;
	color: rgba(3, 1, 0, 0.5);
	border-radius: 1.4rem;
}
.profile-message {
	max-height: calc(100vh - 8rem - 17.5rem);
	overflow: hidden;
}
@media (max-width: 992px) {
	.profile-message {
		max-height: calc(100vh - 8rem - 24.5rem);
	}
}
@media (max-width: 767px) {
	.profile-message {
		max-height: calc(100vh - 9rem - 12.1rem);
	}
}
.profile-message-sidebar {
	overflow: hidden;
	margin-right: 2rem;
	width: var(--profile-message-sidebar-width);
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 767px) {
	.profile-message-sidebar {
		border-radius: 0;
	}
}
.profile-message-sidebar-header {
	padding: 2rem var(--profile-box-padding);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #eee;
	height: 9.4rem;
}
.profile-message-sidebar-header-btn {
	margin-left: 2rem;
	height: 5.4rem;
}
@media (max-width: 424px) {
	.profile-message-sidebar-header-btn {
		min-width: 13rem;
	}
}
@media (max-width: 374px) {
	.profile-message-sidebar-header-btn {
		min-width: unset;
	}
}
.profile-message-sidebar-header-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.profile-message-sidebar-header__icon {
	font-size: 3rem;
	margin-right: 2rem;
	color: rgba(3, 1, 0, 0.1);
	height: 1em;
}
.profile-message-sidebar-header-select {
	position: relative;
	font-size: 2.2rem;
	font-weight: 500;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
.profile-message-sidebar-header-select.active .profile-message-sidebar-header-select__icon {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.profile-message-sidebar-header-select.active .profile-message-sidebar-header-select-menu {
	opacity: 1;
	pointer-events: all;
	-webkit-transform: translateY(0) translateX(-50%) translateZ(0) scale(1, 1);
	transform: translateY(0) translateX(-50%) translateZ(0) scale(1, 1);
}
.profile-message-sidebar-header-select__icon {
	margin-left: 1.4rem;
	font-size: 1.2rem;
	color: rgba(3, 1, 0, 0.4);
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}
.profile-message-sidebar-header-select-menu {
	background: #fff;
	border-radius: 1.4rem;
	top: calc(100% + 3rem);
	position: absolute;
	width: 24rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	opacity: 0;
	pointer-events: none;
	z-index: 7;
	left: 50%;
	-webkit-transform: translateY(20px) translateX(-50%) translateZ(0) scale(1, 1);
	transform: translateY(20px) translateX(-50%) translateZ(0) scale(1, 1);
	-webkit-box-shadow: 0 20px 20px -12px rgba(3, 1, 0, 0.1);
	box-shadow: 0 20px 20px -12px rgba(3, 1, 0, 0.1);
	padding: 2rem;
}
.profile-message-sidebar-header-select-menu-item {
	padding: 1.5rem;
	font-size: 1.6rem;
	border-radius: 0.8rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	/*  &:first-child{
                  border-radius: 1.4rem 1.4rem 0 0;
                }
                &:last-child{
                  border-radius: 0 0 1.4rem 1.4rem ;
                }*/
}
.profile-message-sidebar-header-select-menu-item.active {
	background: #f9f9f9;
	color: #030100;
}
.profile-message-sidebar-header-select-menu-item:not(.active):hover {
	background: rgba(248, 243, 237, 0.4);
}
.profile-message-sidebar-header-select-menu-item + .profile-message-sidebar-header-select-menu-item {
	margin-top: 4px;
}
.profile-message-sidebar-header-select-menu::after {
	content: '';
	width: 0;
	height: 0;
	border: 1rem solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: -2rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.profile-message-sidebar-content {
	overflow-y: auto;
	max-height: calc(100% - 9rem);
}
@media (max-width: 992px) {
	.profile-message-sidebar-content {
		max-height: calc(100% - 10rem);
	}
}
.profile-message-sidebar-content .message-item:last-child .message-item-more-content {
	top: -36% !important;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.profile-message-sidebar-content .message-item-right {
	width: calc(100% - 13.3rem);
}
@media (max-width: 424px) {
	.profile-message-sidebar-content .message-item-right {
		margin-left: 1.5rem;
		width: calc(100% - 11.3rem);
	}
}
.profile-message-sidebar-content .message-item__name {
	font-size: 2rem;
}
@media (max-width: 424px) {
	.profile-message-sidebar-content .message-item__name {
		font-size: 1.8rem;
		max-width: 140px;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow-x: hidden;
		white-space: nowrap;
		margin-right: 1rem;
	}
}
.profile-message-sidebar-content .message-item__time {
	font-weight: 400;
	font-size: 1.4rem;
}
@media (max-width: 424px) {
	.profile-message-sidebar-content .message-item__time {
		font-size: 1.3rem;
	}
}
.profile-message-sidebar-content .message-item__text {
	color: rgba(3, 1, 0, 0.6);
	font-size: 1.7rem;
	font-weight: 300;
}
.profile-message-content {
	height: auto;
	width: 100%;
}
@media (max-width: 767px) {
	.profile-message-content {
		border-radius: 0;
	}
}
.profile-message-content-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2.2rem 3.5rem;
	border-bottom: 2px solid rgba(3, 1, 0, 0.05);
	height: 9.4rem;
}
@media (max-width: 767px) {
	.profile-message-content-header {
		padding: 2.2rem 2rem;
	}
}
.profile-message-content-header__back-btn {
	font-size: 3rem;
	margin-right: 2.4rem;
	color: rgba(3, 1, 0, 0.1);
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.profile-message-content-header__back-btn:hover {
	color: rgba(3, 1, 0, 0.5);
}
.profile-message-content-header__title {
	color: rgba(3, 1, 0, 0.4);
	font-size: 2.2rem;
	font-weight: 500;
	margin-right: 2rem;
}
@media (max-width: 424px) {
	.profile-message-content-header__title {
		font-size: 2rem;
	}
}
.profile-message-content-header__title.dark {
	color: #030100;
}
.profile-message-content-header__title a {
	color: #030100;
}
.profile-message-content-header__title a:hover {
	color: #d54e4e;
}
.profile-message-content-header-more {
	margin-left: auto;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.profile-message-content-header-more-btn {
	width: 5rem;
	height: 5rem;
	cursor: pointer;
}
.profile-message-content--empty {
	display: grid;
	place-items: center;
}
.profile-message-content--empty .profile-message-content-placeholder {
	display: grid;
	place-items: center;
	text-align: center;
}
.profile-message-content--empty .profile-message-content-placeholder__icon {
	font-size: 7rem;
	color: rgba(3, 1, 0, 0.1);
	margin-bottom: 4rem;
}
.profile-message-content--empty .profile-message-content-placeholder__text {
	color: rgba(3, 1, 0, 0.5);
	font-size: 2.4rem;
	line-height: 1.4em;
	font-weight: 300;
}

.profile--follow .profile-followers-wrapper .row {
	margin: 0 -0.7rem;
}
.profile--follow .profile-followers-wrapper .row div[class^='col'] {
	padding: 0 0.7rem;
	margin-bottom: 1.4rem;
}

@media (max-width: 1529px) and (min-width: 993px) {
	.profile--follow .profile-followers-wrapper .row div[class^='col'] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333%;
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
}
@media (max-width: 374px) {
	.profile--follow .profile-followers-wrapper .row div[class^='col'] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.profile--favorites .row.book-wrapper {
	margin: 0 -1rem;
}
.profile--favorites .row.book-wrapper .book-item {
	margin-bottom: 7rem;
}
@media (max-width: 992px) {
	.profile--favorites .row.book-wrapper .book-item {
		margin-bottom: 4rem;
	}
}
@media (max-width: 480px) {
	.profile--favorites .row.book-wrapper .book-item-info {
		margin-top: 2rem;
	}
}
.profile--favorites .row.book-wrapper .book-item__img {
	width: 100%;
}
.profile--favorites .row.book-wrapper .book-item__title {
	font-size: 2rem;
}
@media (max-width: 480px) {
	.profile--favorites .row.book-wrapper .book-item__title {
		font-size: 1.8rem;
	}
}
.profile--favorites .row.book-wrapper .book-item__author {
	font-size: 1.8rem;
}
@media (max-width: 480px) {
	.profile--favorites .row.book-wrapper .book-item__author {
		font-size: 1.6rem;
	}
}
.profile--favorites .row.book-wrapper div[class^='col'] {
	padding: 0 1rem;
}
.profile--favorites .row.book-wrapper .loadmore-btn {
	margin-top: 1rem;
}

.profile--library .loadmore-btn {
	margin-top: 1rem;
}

.profile--library .listing-content-book-wrapper {
	margin: 0;
}

.library-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 2rem;
}
@media (max-width: 576px) {
	.library-top {
		display: block;
	}
}
.library-top-search {
	width: 100%;
}
.library-top-search .listing-sidebar-search {
	height: 7rem;
	border-radius: 1.4rem;
	margin-bottom: 0;
}
@media (max-width: 992px) {
	.library-top-search .listing-sidebar-search {
		position: static;
		width: 100%;
	}
}
.library-top-search .listing-sidebar-search input {
	font-size: 1.8rem;
	font-weight: 500;
}
.library-top-search .listing-sidebar-search input::-webkit-input-placeholder {
	font-size: 1.8rem;
}
.library-top-search .listing-sidebar-search input::-moz-placeholder {
	font-size: 1.8rem;
}
.library-top-search .listing-sidebar-search input:-ms-input-placeholder {
	font-size: 1.8rem;
}
.library-top-search .listing-sidebar-search input::-ms-input-placeholder {
	font-size: 1.8rem;
}
.library-top-search .listing-sidebar-search input::placeholder {
	font-size: 1.8rem;
}
.library-top-search .listing-sidebar-search__btn {
	width: 5rem;
	height: 5rem;
}
.library-top-btn {
	width: 28rem;
	margin-left: 2rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 7rem;
	border-radius: 1.4rem;
}
@media (max-width: 1200px) {
	.library-top-btn {
		width: 24rem;
	}
}
@media (max-width: 576px) {
	.library-top-btn {
		width: 100%;
		margin-top: 2rem;
		margin-left: 0;
	}
}
.library-top-btn .btn__icon {
	font-size: 2.1rem;
}

.message-detail-content {
	overflow-y: auto;
	max-height: 100%;
	padding: 0 5rem 3rem 5rem;
}
@media (max-width: 1200px) {
	.message-detail-content {
		padding: 0 3rem 3rem 3rem;
	}
}
@media (max-width: 767px) {
	.message-detail-content {
		padding: 0 2rem 3rem 2rem;
	}
}
.message-detail-content-wrapper {
	padding: 0 0 11rem 0;
	position: relative;
	height: calc(100% - 10.4rem);
}
.message-detail-content__time {
	font-size: 1.7rem;
	color: rgba(3, 1, 0, 0.4);
	font-weight: 300;
	padding: 3rem;
	text-align: center;
}
.message-detail-content-form {
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #eee;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 11rem;
}
.message-detail-content-form-btn {
	margin-right: 2rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}
.message-detail-content-form .input-group {
	width: 100%;
	margin-right: 2rem;
}
.message-detail-content-form .input-outer {
	border: 0;
	height: 12rem;
	padding: 0;
	border-radius: 0 0 1.4rem 1.4rem;
}
.message-detail-content-form .input-outer .input {
	padding: 4rem 5rem;
}
@media (max-width: 767px) {
	.message-detail-content-form .input-outer .input {
		padding: 4rem 1rem 4rem 2rem;
	}
}
.message-detail-content-form .input-outer .input::-webkit-input-placeholder {
	opacity: 0.6;
	font-weight: 300;
}
.message-detail-content-form .input-outer .input::-moz-placeholder {
	opacity: 0.6;
	font-weight: 300;
}
.message-detail-content-form .input-outer .input:-ms-input-placeholder {
	opacity: 0.6;
	font-weight: 300;
}
.message-detail-content-form .input-outer .input::-ms-input-placeholder {
	opacity: 0.6;
	font-weight: 300;
}
.message-detail-content-form .input-outer .input::placeholder {
	opacity: 0.6;
	font-weight: 300;
}

.message-detail-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.message-detail-item__profile-img {
	width: 2.5em;
	height: 2.5em;
	border: 0.4em;
	overflow: hidden;
	margin-right: 1em;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 2rem;
}
@media (max-width: 480px) {
	.message-detail-item__profile-img {
		font-size: 1.6rem;
	}
}
@media (max-width: 374px) {
	.message-detail-item__profile-img {
		display: none;
	}
}
.message-detail-item__text {
	padding: 2.8rem 3.3rem;
	border: 1px solid rgba(3, 1, 0, 0.15);
	border-radius: 1.4rem;
	color: rgba(3, 1, 0, 0.8);
	font-size: 1.7rem;
	line-height: 1.77em;
	max-width: calc(100% - 7rem);
	width: 100%;
}
@media (max-width: 480px) {
	.message-detail-item__text {
		padding: 2rem;
		max-width: calc(100% - 5rem);
	}
}
@media (max-width: 374px) {
	.message-detail-item__text {
		max-width: 100%;
	}
}
.message-detail-item--right .message-detail-item__text {
	background: rgba(248, 243, 237, 0.65);
	border: none;
}
.message-detail-item + .message-detail-item {
	margin-top: 2.3rem;
}

.new-message {
	min-height: unset;
	height: 100%;
}
.new-message-form {
	padding: 3rem 7.2rem 5rem 7.2rem;
}
@media (max-width: 992px) {
	.new-message-form {
		padding: 3rem 2rem;
	}
}
.new-message-form .input-outer.w-textarea {
	height: 32rem;
	max-height: calc(100vh - 67rem);
}
@media (max-width: 480px) {
	.new-message-form .input-outer.w-textarea {
		height: 50vw;
		max-height: 25rem;
	}
}
.new-message .btn-betweens .btn {
	padding: 0 6rem;
}

@media (max-width: 992px) {
	.profile-settings {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.profile-settings {
		padding: 0 var(--container-gutter);
	}
}

.profile-settings-content {
	width: 100%;
}

.profile-settings-photo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 4rem;
}
.profile-settings-photo-img {
	width: 6.6rem;
	height: 6.6rem;
	border-radius: 1rem;
	overflow: hidden;
	margin-right: 3rem;
}
.profile-settings-photo__name {
	font-size: 2.2rem;
	color: #030100;
	font-weight: 500;
	margin-bottom: 1rem;
}
.profile-settings-photo__link {
	font-size: 1.8rem;
	color: #ffb45d;
	text-decoration: underline;
	font-weight: 500;
}
.profile-settings-photo input {
	pointer-events: none;
	opacity: 0;
	position: absolute;
	z-index: -999;
	width: 0;
}
.profile-settings-photo input::-webkit-file-upload-button {
	visibility: hidden;
	display: none;
}

.profile-settings-buttons {
	margin-top: 3.2rem;
}
.profile-settings-buttons .btn {
	padding: 0 4rem;
}

.profile-settings-box {
	padding: 4rem 7.2rem 6rem 7.2rem;
	min-height: unset;
	max-height: unset;
	margin-bottom: 1.6rem;
}
@media (max-width: 992px) {
	.profile-settings-box {
		padding: 4rem;
	}
}
@media (max-width: 424px) {
	.profile-settings-box {
		padding: 3rem;
	}
}
@media (max-width: 374px) {
	.profile-settings-box {
		padding: 3rem 2rem;
	}
}

.profile-settings-form .input-outer.w-textarea {
	min-height: 11rem;
	height: auto;
}

.profile-settings-social-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
}
@media (max-width: 480px) {
	.profile-settings-social-item {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.profile-settings-social-item + .profile-settings-social-item {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #eee;
}
.profile-settings-social-item-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.profile-settings-social-item__icon {
	margin-right: 2.6rem;
	width: 5.8rem;
	height: 5.8rem;
	display: grid;
	place-items: center;
	background: #f9f9f9;
	border-radius: 1.2rem;
	font-size: 2.2rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 374px) {
	.profile-settings-social-item__icon {
		margin-right: 2rem;
	}
}
.profile-settings-social-item__icon.facebook {
	color: #5d82c7;
}
.profile-settings-social-item__icon.twitter {
	color: #55acee;
}
.profile-settings-social-item__icon.linkedin {
	color: #0077b5;
}
.profile-settings-social-item__icon.instagram {
	color: #e4405f;
}
.profile-settings-social-item__title {
	font-size: 1.8rem;
	color: rgba(3, 1, 0, 0.7);
	font-weight: 400;
}
@media (max-width: 480px) {
	.profile-settings-social-item__title {
		display: none;
	}
}

.profile-settings-social .input-outer {
	width: 27rem;
}
@media (max-width: 767px) {
	.profile-settings-social .input-outer {
		width: 22rem;
	}
}
@media (max-width: 480px) {
	.profile-settings-social .input-outer {
		width: 100%;
	}
}

.contact .breadcrumb::after {
	content: unset;
}

.contact-content {
	margin-top: 3.5rem;
}
.contact-content .row {
	--container-gutter: 8px;
}

.contact-map {
	width: 100%;
	border-radius: 2rem;
	border: 0.6rem solid #fff;
	height: 27rem;
	-webkit-transform: translateY(-6rem);
	-ms-transform: translateY(-6rem);
	transform: translateY(-6rem);
	margin-bottom: -4.5rem;
}
@media (max-width: 992px) {
	.contact-map {
		margin-bottom: -3rem;
	}
}
.contact-map iframe {
	border-radius: 2rem;
	width: 100%;
	height: 100%;
}
.contact-map-btn {
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.contact-box {
	background: #fff;
	border-radius: 2rem;
}
.contact-box__title {
	color: #d54e4e;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 4rem;
}

.contact-info {
	padding: 3rem 5rem;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
@media (max-width: 1529px) {
	.contact-info {
		padding: 3rem;
	}
}
.contact-info-item {
	padding: 3rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	/*  & + & {
          border-top: 1px solid $c-divider;
        }*/
}
@media (max-width: 992px) {
	.contact-info-item {
		width: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 3rem 4rem;
	}
}
@media (max-width: 767px) {
	.contact-info-item {
		padding: 3rem 0;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
@media (max-width: 480px) {
	.contact-info-item {
		padding: 2rem 0;
	}
}
.contact-info-item__icon {
	height: 4rem;
	margin-right: 4.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 767px) {
	.contact-info-item__icon {
		font-size: 3rem;
		-webkit-transform: translateY(-30%);
		-ms-transform: translateY(-30%);
		transform: translateY(-30%);
	}
}
@media (max-width: 480px) {
	.contact-info-item__icon {
		margin-right: 3rem;
	}
}
@media (max-width: 424px) {
	.contact-info-item__icon {
		height: 2.5rem;
		margin-right: 1rem;
		-webkit-transform: translateY(-20%);
		-ms-transform: translateY(-20%);
		transform: translateY(-20%);
	}
}
.contact-info-item__icon img {
	height: inherit;
}
.contact-info-item__title {
	font-weight: bold;
	color: #d54e4e;
	font-size: 1.6rem;
	margin-bottom: 1.65rem;
}
.contact-info-item-text {
	max-width: 330px;
}
.contact-info-item-text * {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.4em;
	color: #4e4d4c;
}
@media (max-width: 767px) {
	.contact-info-item-text * {
		font-size: 1.7rem;
	}
}
.contact-info-item-text.phone a {
	font-size: 2.8rem;
	letter-spacing: 1px;
}
@media (max-width: 767px) {
	.contact-info-item-text.phone a {
		font-size: 2.4rem;
	}
}
.contact-info-item-text a {
	display: block;
}
.contact-info-item-text a:hover {
	color: #d54e4e;
}
.contact-info-item-text a + a {
	margin-top: 1.5rem;
}

.contact-form {
	padding: 5rem 5rem;
}
@media (max-width: 1529px) {
	.contact-form {
		padding: 5rem 3rem;
	}
}
@media (max-width: 992px) {
	.contact-form {
		padding: 5rem 6rem;
		margin-top: 3rem;
	}
}
@media (max-width: 767px) {
	.contact-form {
		padding: 5rem 3rem;
		margin-top: 3rem;
	}
}
@media (max-width: 480px) {
	.contact-form {
		padding: 4rem 3rem;
	}
}

@media (max-width: 768px) {
	.info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 3rem;
		padding-top: 0;
	}
	.info-item {
		margin-top: 4.4rem;
	}
}

.about-header {
	padding-bottom: 24rem;
	position: relative;
}
.about-header-bg {
	position: absolute;
	bottom: -24rem;
	left: 0;
	height: 40rem;
}
@media (max-width: 1200px) {
	.about-header-bg {
		height: 25rem;
	}
}
@media (max-width: 992px) {
	.about-header-bg {
		display: none;
	}
}
.about-header-bg img {
	height: inherit;
}
.about-header-bg--right {
	left: unset;
	right: 0;
	-webkit-transform: scale(-1, -1);
	-ms-transform: scale(-1, -1);
	transform: scale(-1, -1);
	bottom: -20rem;
}
.about-header .subheader__text {
	max-width: 100%;
	width: 650px;
}

.about-content {
	margin-top: 3.5rem;
}
.about-content-intro {
	position: relative;
	-webkit-transform: translateY(-24rem);
	-ms-transform: translateY(-24rem);
	transform: translateY(-24rem);
	margin-bottom: -17rem;
}
.about-content-intro.video {
	cursor: pointer;
}
.about-content-intro-img {
	width: 100%;
	height: 55rem;
	border-radius: 2rem;
	overflow: hidden;
}
@media (max-width: 992px) {
	.about-content-intro-img {
		height: 40rem;
	}
}
.about-content-intro-img img {
	width: inherit;
	height: inherit;
	-o-object-fit: cover;
	object-fit: cover;
}
.about-content-intro__play {
	width: 3.8em;
	height: 3.8em;
	display: grid;
	place-items: center;
	font-size: 4.5rem;
	color: #fff;
	background: #ffb45d;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
@media (max-width: 992px) {
	.about-content-intro__play {
		font-size: 3rem;
	}
}
.about-content-text {
	padding: 0 var(--container-padding);
}
.about-content-text .divider {
	margin-top: 6rem;
}
@media (max-width: 1529px) {
	.about-content-text {
		padding: 0 5rem;
	}
}
@media (max-width: 1200px) {
	.about-content-text {
		padding: 0 var(--container-gutter);
	}
}

.about-tab {
	background: transparent;
	margin-top: 7rem;
}
.about-tab-bar {
	background: #f9f9f9;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.about-tab-bar-item {
	padding: 0 3rem;
	text-align: center;
}
@media (max-width: 767px) {
	.about-tab-bar-item {
		padding: 0 1rem;
		margin-right: 1rem;
	}
}
.about-tab-bar .general-tab-bar {
	background: #f9f9f9;
	padding: 0 calc(((100vw - var(--container-width)) / 2) + (var(--container-padding) * 2) + var(--container-gutter));
}
@media (max-width: 1200px) {
	.about-tab-bar .general-tab-bar {
		padding: 0 calc(((100vw - var(--container-width)) / 2) + (var(--container-padding)) + var(--container-gutter));
	}
}
@media (max-width: 992px) {
	.about-tab-bar .general-tab-bar {
		padding: 0 calc(((100vw - var(--container-width)) / 2) - (var(--container-padding)) + var(--container-gutter));
	}
}
@media (max-width: 767px) {
	.about-tab-bar .general-tab-bar {
		padding: 0 var(--container-gutter);
	}
}
.about-tab-content {
	margin-top: 4.5rem;
}
@media (max-width: 576px) {
	.about-tab-content {
		margin-top: 2rem;
	}
}
.about-tab-content .container {
	padding: 0 calc((var(--container-padding)));
}
@media (max-width: 1529px) {
	.about-tab-content .container {
		padding: 0 5rem;
	}
}
@media (max-width: 1200px) {
	.about-tab-content .container {
		padding: 0 var(--container-gutter);
	}
}
.about-tab-content .default-page-content {
	padding: 8rem 10rem;
}
.about-tab-content .default-page-content__subtitle {
	font-size: 2rem;
}

@media (max-width: 768px) {
	.about-content-text {
		padding: unset;
	}
	.about .divider {
		margin-top: 3rem !important;
		margin-bottom: 3rem;
	}
	.about-tab {
		margin-top: 2.5rem;
	}
}

@media (max-width: 576px) {
	.about-header {
		padding-bottom: 10rem;
	}
	.about-content-intro {
		-webkit-transform: translateY(-14rem);
		-ms-transform: translateY(-14rem);
		transform: translateY(-14rem);
		margin-bottom: -12rem;
	}
	.about-content-intro-img {
		height: 60vw;
	}
	.about-content-intro__play {
		font-size: 2.5rem;
	}
	.about-tab-bar {
		overflow-x: auto;
	}
	.about-tab-bar .general-tab-bar {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
	.about-tab .container {
		padding: var(--container-gutter);
	}
	.about-tab .container .default-page-content {
		padding: 4rem 3.4rem !important;
	}
}

.book-detail--listen {
	padding-bottom: 6rem;
}
.book-detail--listen.player-opened {
	padding-bottom: 15rem;
}
.book-detail--listen.player-expanded {
	padding-bottom: 22rem;
}
@media (max-width: 992px) {
	.book-detail--listen {
		padding-bottom: 15rem !important;
	}
}
.book-detail--listen .create-list-books-item {
	cursor: pointer;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.book-detail--listen .create-list-books-item-content {
	margin-left: 2rem;
}
.book-detail--listen .create-list-books-item__title {
	margin-left: 0;
	font-weight: 500;
	font-size: 1.8rem;
	color: #030100;
	margin-bottom: 4px;
}
.book-detail--listen .create-list-books-item__author {
	margin-left: 0;
	font-weight: 400;
	font-size: 1.5rem;
	color: rgba(3, 1, 0, 0.5);
}
@media (max-width: 992px) {
	.book-detail--listen .book-detail-header {
		margin-top: 4rem;
	}
}
.book-detail--listen .book-detail-info-authors .book-detail-info-item {
	margin-bottom: 2rem;
}
@media (max-width: 576px) {
	.book-detail--listen .book-detail-info-authors {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.book-detail--listen .book-detail-info-authors .book-detail-info-item {
		width: calc(50% - 1rem);
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 1rem;
		min-width: calc(50% - 1rem);
	}
	.book-detail--listen .book-detail-info-authors .book-detail-info-item:last-child {
		margin-top: 0;
	}
}
.book-detail--listen .book-detail-info-items {
	border-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0.5rem;
}
.book-detail--listen .book-detail-info-items .book-detail-info-item {
	margin-bottom: 2rem;
}
@media (max-width: 767px) {
	.book-detail--listen .book-detail-info-items .book-detail-info-item {
		-webkit-box-flex: unset;
		-webkit-flex: unset;
		-ms-flex: unset;
		flex: unset;
	}
}
.book-detail--listen .book-detail-info-content {
	height: auto;
	padding: 3rem 3.5rem 1rem 3.5rem;
}
@media (max-width: 992px) {
	.book-detail--listen .book-detail-info-content {
		padding-top: 20rem;
		-webkit-transform: translateY(-15rem);
		-ms-transform: translateY(-15rem);
		transform: translateY(-15rem);
		height: auto;
		margin-bottom: -15rem;
	}
}
@media (max-width: 767px) {
	.book-detail--listen .book-detail-info-content {
		padding-top: 18rem;
	}
}
@media (max-width: 576px) {
	.book-detail--listen .book-detail-info-content {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media (max-width: 424px) {
	.book-detail--listen .book-detail-info-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.book-detail--listen .book-detail-info-more-btn {
	width: 4.8rem;
	height: 4.8rem;
	background: rgba(246, 246, 246, 0.75);
}
.book-detail--listen .book-detail-info-more-btn:hover {
	background: #f6f6f6;
	color: #030100;
}
.book-detail--listen .book-detail-info-header {
	position: relative;
}
.book-detail--listen .book-detail-info-header-left {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.book-detail--listen .book-detail-info-header .book-detail-info-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.book-detail--listen .book-detail-info-header .book-detail-info-item__title {
	font-size: 1.6rem;
	margin-bottom: 5px;
	padding-right: 1rem;
}
.book-detail--listen .book-detail-info-header-right {
	position: absolute;
	top: 0;
	right: 0;
}
.book-detail--listen .book-detail-info__title {
	padding-right: 7rem;
}
@media (max-width: 767px) {
	.book-detail--listen .book-detail-info__title {
		padding-right: 0;
	}
}
.book-detail--listen .book-detail-info-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 0 !important;
}
.book-detail--listen .book-detail-info-buttons {
	margin-top: 1.2rem;
	grid-column-gap: 1.2rem;
}
@media (max-width: 767px) {
	.book-detail--listen .book-detail-info-buttons {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		background: transparent;
		padding: 0;
	}
}
.book-detail--listen .book-detail-info-buttons .btn {
	height: 7rem;
	border-radius: 1.2rem;
}
.book-detail--listen .book-detail-info-buttons .btn__icon {
	color: #d54e4e;
}
.book-detail--listen .book-detail-info-buttons .btn.btn--red {
	color: #fff;
}
.book-detail--listen .book-detail-info-buttons .btn.btn--red .btn__icon {
	color: #fff;
}
.book-detail--listen .book-detail-info-buttons .btn.btn--red:hover {
	background-color: #c22e2e;
}
@media (max-width: 767px) {
	.book-detail--listen .book-detail-info-buttons .btn {
		padding: 0 2rem;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		width: calc(50% - 1rem);
	}
	.book-detail--listen .book-detail-info-buttons .btn:first-child {
		background: #d54e4e;
		color: #fff;
		width: 100%;
		margin-bottom: 2rem;
	}
	.book-detail--listen .book-detail-info-buttons .btn:first-child .btn__icon {
		color: #fff;
	}
	.book-detail--listen .book-detail-info-buttons .btn .btn__icon {
		margin-bottom: 0;
	}
}
.book-detail--listen .book-detail-info-buttons .btn:hover {
	background: #d54e4e;
	color: #fff;
}
.book-detail--listen .book-detail-info-buttons .btn:hover .btn__icon {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.15);
}
.book-detail--listen .swiper-pagination {
	bottom: -1rem;
}

.player-mobile-content {
	position: fixed;
	left: 50%;
	bottom: 2rem;
	-webkit-transform: translate(-50%, 2rem);
	-ms-transform: translate(-50%, 2rem);
	transform: translate(-50%, 2rem);
	background: #fff;
	border-radius: 1.6rem;
	z-index: 251;
	pointer-events: none;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 0;
	overflow: hidden;
	width: 52rem;
	max-width: calc(100% - 3.6rem);
	padding: 2rem 2rem 1rem 2rem;
	max-height: 60rem;
	overflow-y: auto;
}
.player-mobile-content .create-list-books-item-content {
	margin-left: 2rem;
}
.player-mobile-content .create-list-books-item__title {
	margin-left: 0;
	font-weight: 500;
	font-size: 1.8rem;
	color: #030100;
	margin-bottom: 4px;
}
.player-mobile-content .create-list-books-item__author {
	margin-left: 0;
	font-weight: 400;
	font-size: 1.5rem;
	color: rgba(3, 1, 0, 0.5);
}
.player-mobile-content.active {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 1;
	pointer-events: all;
}

.episodes-mobile {
	padding-bottom: 2rem;
}

.faq-content-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 7rem;
}
.faq-content-section:last-child {
	padding-top: 0 !important;
	border: 0 !important;
}
@media (max-width: 992px) {
	.faq-content-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 4rem;
	}
}
@media (max-width: 992px) {
	.faq-content-section {
		padding: 0 calc(var(--container-gutter) * 2);
	}
}
@media (max-width: 767px) {
	.faq-content-section {
		padding: 0 var(--container-gutter);
	}
}
@media (max-width: 576px) {
	.faq-content-section {
		padding: 0;
	}
}
.faq-content-section + .faq-content-section {
	padding-top: 7rem;
	margin-top: 7rem;
	border-top: 1px solid rgba(3, 1, 0, 0.1);
}
@media (max-width: 767px) {
	.faq-content-section + .faq-content-section {
		margin-top: 4rem;
		padding-top: 4rem;
	}
}
.faq-content-section__title {
	color: #353333;
	width: 25%;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 6rem;
	font-weight: 600;
}
@media (max-width: 992px) {
	.faq-content-section__title {
		margin-bottom: 3rem;
		width: 100%;
	}
}
.faq-content-section-wrapper {
	width: 100%;
	padding-left: 3rem;
}
@media (max-width: 992px) {
	.faq-content-section-wrapper {
		padding-left: 0;
	}
}

.remote-access-header {
	padding-bottom: 12rem;
	overflow: hidden;
}
@media (max-width: 992px) {
	.remote-access-header {
		padding-bottom: 2rem;
	}
}
.remote-access-header > .container {
	position: relative;
}

.remote-access-book-wrapper {
	position: absolute;
	top: 15rem;
	right: -15rem;
	width: 50rem;
}
@media (max-width: 1529px) {
	.remote-access-book-wrapper {
		right: -22rem;
	}
	.remote-access-book-wrapper .offset-lg-2 {
		margin-left: 0;
	}
}
@media (max-width: 1367px) {
	.remote-access-book-wrapper {
		right: -24rem;
	}
}
@media (max-width: 1200px) {
	.remote-access-book-wrapper {
		right: -35rem;
	}
}
@media (max-width: 992px) {
	.remote-access-book-wrapper {
		display: none;
	}
}
.remote-access-book-wrapper--left {
	right: unset;
	left: -10rem;
}
@media (max-width: 1367px) {
	.remote-access-book-wrapper--left {
		left: -12rem;
	}
}
@media (max-width: 1200px) {
	.remote-access-book-wrapper--left {
		left: -23rem;
	}
}

.remote-access-book::before {
	content: '';
	position: absolute;
	top: 0;
	left: -10%;
	z-index: 2;
	width: 120%;
	height: 100%;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(3%, white),
		color-stop(10%, rgba(255, 255, 255, 0.9)),
		to(rgba(255, 255, 255, 0))
	);
	background: -o-linear-gradient(top, white 3%, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0));
	background: linear-gradient(to bottom, white 3%, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0));
}

.remote-access-book .book-item {
	margin-bottom: 2.5rem;
	opacity: 0.8;
}
.remote-access-book .book-item__img {
	height: 24rem;
}

.remote-access-book.type-1 {
	-webkit-transform: translateY(15rem);
	-ms-transform: translateY(15rem);
	transform: translateY(15rem);
}

.remote-access .book-detail-tab-content {
	background: rgba(255, 255, 255, 0);
	border-radius: 0;
	overflow: visible;
}

.remote-access .listing-filter {
	margin-top: 0;
	padding: 0;
}
@media (max-width: 576px) {
	.remote-access .listing-filter {
		width: calc(100% + (var(--container-gutter) * 2));
		margin-left: calc(var(--container-gutter) * -1);
	}
}
.remote-access .listing-filter-item {
	padding-top: 4rem;
}

.remote-access-item + .remote-access-item {
	margin-top: 2rem;
}

.remote-access .pagination {
	margin-top: 5.7rem;
}

.discover {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1200px) {
	.discover {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 13.8rem;
		padding-right: 13.8rem;
		min-height: calc(100vh - 23rem);
		display: block;
	}
}
@media (max-width: 992px) {
	.discover {
		padding: 0;
		min-height: calc(100vh - 30.6rem);
	}
}
@media (max-width: 767px) {
	.discover {
		padding: 0;
		min-height: calc(100vh - 20.8rem);
	}
}
.discover-mobile-tabs {
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 2rem 0 0 0;
	margin-bottom: 1rem;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 7rem;
}
@media (max-width: 767px) {
	.discover-mobile-tabs {
		width: calc(100% + (var(--container-gutter) * 2));
		margin-left: calc(var(--container-gutter) * -1);
		padding: 2rem var(--container-gutter) 0 var(--container-gutter);
	}
}
.discover-mobile-tabs-item {
	margin-right: 3rem;
	color: rgba(3, 1, 0, 0.34);
	font-weight: bold;
	font-size: 2rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	cursor: pointer;
}
.discover-mobile-tabs-item:not(.active):hover {
	color: rgba(3, 1, 0, 0.6);
}
.discover-mobile-tabs-item.active {
	color: #d54e4e;
}
@media (max-width: 1200px) {
	.discover-mobile-tabs {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
.discover-left,
.discover-right {
	padding-top: 2.5rem;
}
.discover-left {
	border-right: 1px solid rgba(3, 1, 0, 0.1);
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 17%;
	-ms-flex: 0 0 17%;
	flex: 0 0 17%;
	max-width: 17%;
}
@media (max-width: 1200px) {
	.discover-left {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		border-right: 0;
		padding-top: 0;
	}
	.discover-left .divider {
		display: none;
	}
}
.discover-left .discover-box {
	padding-right: 3rem;
	text-align: left;
}
@media (max-width: 1200px) {
	.discover-left .discover-box {
		padding: 2rem;
		background: #fff;
		border-radius: 2rem;
	}
}
.discover-left .discover-register {
	/* &__icon {
         justify-content: flex-start;
       }

       &__text {
         text-align: left;
       }*/
}
@media (max-width: 1200px) {
	.discover-left .discover-register {
		padding-right: 0;
		padding-top: 2.5rem !important;
	}
}
.discover-right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 19%;
	-ms-flex: 0 0 19%;
	flex: 0 0 19%;
	max-width: 19%;
}
@media (max-width: 1200px) {
	.discover-right {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 0;
	}
}
.discover-right .discover-box {
	background: #fff;
	border-radius: 2rem;
	padding: 3rem;
	margin-bottom: 1rem;
}
@media (max-width: 1200px) {
	.discover-right .discover-box {
		padding: 2rem;
	}
}
@media (max-width: 1200px) {
	.discover-right .discover-box:not(.discover-readers) {
		display: none;
	}
}
.discover-box-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 3rem;
}
@media (max-width: 1200px) {
	.discover-box-header {
		margin-bottom: 1rem;
	}
}
.discover-box-header__title {
	color: #d54e4e;
	font-weight: 500;
	font-size: 1.8rem;
}
.discover-box-header__link {
	color: rgba(3, 1, 0, 0.4);
	font-weight: 400;
	font-size: 1.6rem;
	text-decoration: underline;
}
.discover-box-header__link:hover {
	color: #030100;
}
.discover-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 64%;
	-ms-flex: 0 0 64%;
	flex: 0 0 64%;
	max-width: 64%;
	padding-top: 2.5rem;
	padding-left: var(--discover-content-padding);
	padding-right: var(--discover-content-padding);
}
@media (max-width: 1200px) {
	.discover-content {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 1.5rem;
	}
}
.discover-content-bar {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 0;
	height: 7.2rem;
	border-radius: 1.4rem;
}
@media (max-width: 992px) {
	.discover-content-bar {
		height: 8rem;
	}
}
@media (max-width: 767px) {
	.discover-content-bar {
		padding: 1rem;
	}
}
.discover-content-bar .mobile-gutter-box {
	margin-left: var(--container-gutter);
}
.discover-content-bar-item {
	border-radius: 0.9rem;
	height: 5.8rem;
}
@media (max-width: 992px) {
	.discover-content-bar-item {
		height: 6.4rem;
		background: #fff;
		color: rgba(3, 1, 0, 0.4);
		border-radius: 1rem;
		min-width: 14rem;
	}
	.discover-content-bar-item__icon {
		color: rgba(3, 1, 0, 0.7);
	}
	.discover-content-bar-item.active {
		color: #fff;
		background: #d54e4e;
	}
	.discover-content-bar-item.active .book-detail-tab-bar-item__icon {
		color: #fff;
	}
}
@media (max-width: 767px) {
	.discover-content-bar-item {
		font-size: 1.5rem;
		min-width: 31%;
		padding: 1rem;
		white-space: nowrap;
	}
}
.discover-content-filter-bar {
	width: calc(100% + (var(--discover-content-padding) * 2));
	margin-left: calc(var(--discover-content-padding) * -1);
	padding-left: var(--discover-content-padding);
	padding-right: var(--discover-content-padding);
}
@media (max-width: 576px) {
	.discover-content-filter-bar {
		width: calc(100% + (var(--container-gutter) * 2));
		margin-left: calc(var(--container-gutter) * -1);
	}
}
.discover-content .action-item {
	margin-bottom: 1rem;
	background: #fff;
}
@media (max-width: 1529px) {
	.discover-content .action-item .action-item-footer-btn + .action-item-footer-btn {
		margin-left: 5rem;
	}
}
@media (max-width: 1200px) {
	.discover-content .action-item .book-detail-info-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.discover-content .action-item .book-detail-info-item__name {
		margin-top: 0;
	}
}
.discover-content .listing-filter {
	margin-bottom: 2rem;
}
.discover-content .listing-filter-content {
	padding: 0;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
@media (max-width: 576px) {
	.discover-content .listing-filter-content {
		padding-left: var(--container-gutter);
	}
}
.discover-content .listing-filter-content .listing-filter-item {
	padding: 1.5rem 2rem 2.5rem 2rem;
}
@media (max-width: 424px) {
	.discover-content .listing-filter-content .listing-filter-item {
		padding: 1.5rem 1rem 2.5rem 1rem;
	}
}
@media (max-width: 374px) {
	.discover-content .listing-filter-content .listing-filter-item {
		margin-right: 1rem;
	}
}
.discover-content .loadmore-btn {
	margin-top: 6rem;
}
.discover-categories.filtered {
	display: block;
}
@media (max-width: 1200px) {
	.discover-categories.filtered {
		display: none;
	}
}
@media (max-width: 1200px) {
	.discover-categories {
		background: #fff;
		border-radius: 2rem;
		padding: 2rem;
	}
}
.discover-categories-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1200px) {
	.discover-categories-item {
		padding: 2rem 0;
	}
}
.discover-categories-item + .discover-categories-item {
	margin-top: 2rem;
}
@media (max-width: 1200px) {
	.discover-categories-item + .discover-categories-item {
		margin-top: 0;
		border-top: 1px solid rgba(3, 1, 0, 0.05);
	}
}
.discover-categories-item:hover .discover-categories-item__icon {
	color: #ffb45d;
}
.discover-categories-item:hover .discover-categories-item__title {
	color: #030100;
}
.discover-categories-item__icon {
	font-size: 2.6rem;
	color: rgba(3, 1, 0, 0.2);
	margin-right: 2.5rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.discover-categories-item__title {
	color: rgba(3, 1, 0, 0.6);
	font-weight: 500;
	font-size: 1.8rem;
	margin-bottom: 0.5rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.discover-categories-item__count {
	color: rgba(3, 1, 0, 0.4);
	font-weight: 400;
	font-size: 1.6rem;
}
.discover-agenda.filtered {
	display: block;
}
@media (max-width: 1200px) {
	.discover-agenda.filtered {
		display: none;
	}
}
.discover-agenda-item {
	display: block;
}
@media (max-width: 1200px) {
	.discover-agenda-item {
		padding: 2rem 0;
	}
}
.discover-agenda-item + .discover-agenda-item {
	margin-top: 2.5rem;
}
@media (max-width: 1200px) {
	.discover-agenda-item + .discover-agenda-item {
		margin-top: 0;
		border-top: 1px solid rgba(3, 1, 0, 0.05);
	}
}
.discover-agenda-item:hover .discover-agenda-item__title {
	color: #d54e4e;
}
.discover-agenda-item__title {
	color: rgba(3, 1, 0, 0.7);
	font-weight: 400;
	font-size: 1.8rem;
	margin-bottom: 0.5rem;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.discover-agenda-item__count {
	color: rgba(3, 1, 0, 0.4);
	font-weight: 400;
	font-size: 1.6rem;
	padding-left: 1rem;
}
.discover-readers.filtered {
	display: block;
}
@media (max-width: 1200px) {
	.discover-readers.filtered {
		display: none;
	}
}
@media (max-width: 1200px) {
	.discover-readers-content {
		padding-top: 3rem;
	}
}
.discover-readers-content__title {
	-webkit-transform: translateY(-2.5rem);
	-ms-transform: translateY(-2.5rem);
	transform: translateY(-2.5rem);
	font-size: 2.2rem;
	color: rgba(3, 1, 0, 0.5);
	letter-spacing: -0.04rem;
	font-weight: 500;
}
@media (max-width: 1200px) {
	.discover-readers-item .user-info-name {
		max-width: 21rem;
	}
}
.discover-readers-item:hover .user-info__name {
	color: rgba(3, 1, 0, 0.8);
}
.discover-readers-item:hover .user-info__username {
	color: rgba(3, 1, 0, 0.7);
}
.discover-readers-item + .discover-readers-item {
	margin-top: 2rem;
}
@media (max-width: 1200px) {
	.discover-register {
		max-width: 40rem;
		background: transparent !important;
		padding: 0 !important;
	}
}
@media (max-width: 992px) {
	.discover-register {
		display: none;
	}
}
.discover-register__icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 2rem;
}
.discover-register__icon img {
	height: 3rem;
}
.discover-register__text {
	font-size: 1.7rem;
	color: #353333;
	font-weight: 400;
	margin-bottom: 2.5rem;
	text-align: center;
}
.discover-register__text span {
	color: #9a9999;
}
.discover-rosette-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.discover-rosette-content .row {
	margin: 0 -8px;
}
.discover-rosette-content .row div[class^='col'] {
	padding: 0 8px;
}
.discover-rosette-content__title {
	margin: 3rem 0;
	color: rgba(134, 133, 133, 0.7);
	font-size: 1.6rem;
	font-weight: 500;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.discover-rosette-content__title span {
	background: #fff;
	position: relative;
	z-index: 2;
	padding-right: 2rem;
}
.discover-rosette-content__title::after {
	content: '';
	width: 100%;
	right: 0;
	top: 50%;
	background: rgba(3, 1, 0, 0.1);
	position: absolute;
	height: 1px;
}
.discover-read-target .read-target-lines-item {
	height: 8rem;
}
.discover-read-target span:last-child {
	font-size: 1.3rem;
}

.default-page .breadcrumb {
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}
.default-page .breadcrumb::after {
	content: unset !important;
}

.default-page-header__title {
	font-size: 4.2rem;
	color: #d54e4e;
	margin-top: 4.4rem;
	margin-bottom: 2rem;
	text-align: center;
	font-family: 'Outfit';
}

.default-page-content {
	position: relative;
	background: #fff;
	padding: 11rem;
	border-radius: 2rem;
}
.default-page-content.no-gutter {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.default-page-content-item {
	border-bottom: 1px solid rgba(177, 169, 165, 0.3);
}
.default-page-content-item:first-child .default-content__title:first-child {
	margin-top: 0;
}
.default-page-content-item:first-child .default-page-content__title {
	margin-top: 0;
}
.default-page-content-item:last-child {
	border-bottom: none;
}
.default-page-content-item:last-child .default-content__text:last-child {
	margin-bottom: 0;
}
.default-page-content__title {
	font-size: 2.4rem;
	color: #ca5757;
	margin-top: 5.5rem;
	margin-bottom: 4.5rem;
	font-weight: 600;
}
.default-page-content__subtitle {
	font-size: 2.4rem;
	color: #030100;
	opacity: 0.6;
	margin-bottom: 2rem;
	font-weight: 500;
}
.default-page-content__text {
	color: #868585;
	font-size: 2rem;
	margin-bottom: 3.5rem;
	font-weight: 400;
	line-height: 1.6em;
}
.default-page-content__text-dark {
	color: #353333;
	font-size: 1.9rem;
	margin-bottom: 3.5rem;
	font-weight: 500;
	line-height: 1.6em;
}

@media (max-width: 1529px) {
	.default-page-content__text {
		font-size: 1.7rem;
	}
}

@media (max-width: 768px) {
	.default-page-content {
		padding: 3rem !important;
	}
}

@media (max-width: 424px) {
	.default-page-header__title {
		font-size: 3.8rem;
	}
	.default-page-header .breadcrumb {
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
		margin-bottom: 30px;
	}
}

.login {
	margin-top: 6rem;
	margin-bottom: 10rem;
}
@media (min-width: 769px) {
	.login {
		min-height: calc(100vh - 33.8rem);
	}
}
@media (min-width: 993px) {
	.login {
		min-height: calc(100vh - 35.9rem);
	}
}
@media (max-width: 992px) {
	.login {
		margin-bottom: 3rem;
		margin-top: 3rem;
	}
}
@media (max-width: 768px) {
	.login {
		min-height: calc(100vh - 33.8rem);
	}
}
@media (max-width: 767px) {
	.login {
		margin-bottom: 3rem;
		margin-top: 3rem;
		min-height: calc(100vh - 24rem);
	}
}
.login-page {
}
@media (max-width: 1529px) {
	.login-page {
		padding: 0;
	}
}
.login-page-form {
	background: #fff;
	border-radius: 2rem;
}
.login-page-form h4 {
	font-weight: 500;
	color: #d54e4e;
	text-align: center;
}
.login-page-form h2 {
	color: #353333;
	text-align: center;
	font-family: 'Outfit', serif;
}
.login-page-form h2 span {
	color: #868585;
}
.login-page-form .password-reminder {
	font-size: 1.5rem;
	font-weight: 400;
	color: rgba(3, 1, 0, 0.4);
}
.login-page-form .forgot-password-checkbox .tick-checkbox,
.login-page-form .user-aggrement-checkbox .tick-checkbox {
	margin-bottom: 0;
}
.login-page-form .forgot-password-checkbox .tick-checkbox__title,
.login-page-form .user-aggrement-checkbox .tick-checkbox__title {
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(3, 1, 0, 0.7);
}
.login-page-form .forgot-password-checkbox a,
.login-page-form .user-aggrement-checkbox a {
	color: #d54e4e;
	text-decoration: underline;
	font-weight: 400;
	font-size: 1.7rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.login-page-form .user-aggrement-checkbox {
	margin-bottom: 3rem;
}
.login-page-form .forgot-password-checkbox {
	margin-bottom: 2rem;
}
.login-page .btn--facebook,
.login-page .btn--google {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.login-page__text {
	color: rgba(134, 133, 133, 0.8);
	text-align: center;
	margin: 4rem 0;
	font-weight: 400;
}
.login .register-link,
.login .login-link {
	padding: 3.6rem;
	background: #fff;
	margin-top: 1.8rem;
	border-radius: 2rem;
}
.login .register-link span,
.login .login-link span {
	font-size: 1.8rem;
	color: rgba(3, 1, 0, 0.5);
}
.login .register-link a,
.login .login-link a {
	font-size: 1.8rem;
	color: #d54e4e;
	margin-left: 1.2rem;
	font-weight: 500;
	-webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	position: relative;
}
.login .register-link a::after,
.login .login-link a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #d54e4e;
	bottom: 0;
	left: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.25s linear;
	transition: -webkit-transform 0.25s linear;
	-o-transition: transform 0.25s linear;
	transition: transform 0.25s linear;
	transition: transform 0.25s linear, -webkit-transform 0.25s linear;
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
}
.login .register-link a:hover,
.login .login-link a:hover {
	color: #c22e2e;
}
.login .register-link a:hover::after,
.login .login-link a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}
@media (max-width: 992px) {
	.login-right-content {
		margin-top: 50px;
	}
}
.login-right-content .info-item {
	margin-top: 7rem;
	padding-left: 6.7rem;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	align-items: flex-start;
}
@media (max-width: 992px) {
	.login-right-content .info-item {
		padding-left: 0;
		margin-top: 50px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.login-right-content .info-item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}
}
.login-right-content .info-item__icon {
	margin-right: 3rem;
}
.login-right-content .info-item:first-child {
	margin-top: 0;
}
.login-right-content p {
	color: #868585;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.8em;
	margin-top: 2rem;
	width: 100%;
}
@media (max-width: 992px) {
	.login-right-content p {
		padding-left: 0;
		text-align: center;
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2rem;
	}
}
@media (max-width: 767px) {
	.login-right-content p {
		text-align: left;
		margin-left: 0;
		margin-right: 0;
	}
}
.login .input[type='password'] {
	letter-spacing: 3px;
	font-size: 1.5rem;
}
.login .tick-checkbox__input:checked + span {
	border-color: #d54e4e;
	background-color: #d54e4e;
	border-radius: 0.6rem;
}
.login .or-divider {
	margin: 4rem 0 0 0;
	width: 100%;
	border-top: 1px solid #eee;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.login .or-divider span {
	background-color: #fff;
	padding: 1rem 2.5rem;
	font-weight: 500;
	-webkit-transform: translateY(-2rem);
	-ms-transform: translateY(-2rem);
	transform: translateY(-2rem);
	display: inline-block;
	font-size: 1.6rem;
	color: rgba(3, 1, 0, 0.85);
}
.login .modal-close {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: rgba(213, 78, 78, 0.2);
}
.login .modal-close:hover {
	background: #d54e4e;
}
.login .login-page-detail-header {
	margin-top: 3rem;
}
.login .login-page-detail .breadcrumb {
	margin-bottom: 2.5rem;
}
.login .login-page-detail .breadcrumb-list {
	background-color: transparent;
}
.login .login-page-detail .breadcrumb-icon .btn__icon {
	background: #fff !important;
}
.login .login-page-detail .breadcrumb::after {
	content: unset;
}
.login .login-page-detail .section-content {
	padding-bottom: 2rem;
}
.login .login-page-detail-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.login .login-page-detail-info {
	width: calc(100% - 48rem);
	background-color: #fff;
	border-radius: 2rem;
	padding: 4rem 5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.login .login-page-detail-info__title {
	color: #d54e4e;
	font-size: 3rem;
	line-height: 1.6em;
	font-weight: 500;
}
.login .login-page-detail-info-authors {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1rem;
}
.login .login-page-detail-info-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 400;
}
.login .login-page-detail-info-item__title {
	color: #9a9999;
	margin-right: 1rem;
}
.login .login-page-detail-info-item__name {
	color: #424140;
}
.login .login-page-detail-info-item + .login .login-page-detail-info-item {
	margin-left: 4rem;
}
.login .login-page-detail-info-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2.5rem 0;
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
	margin: 2rem 0;
}
.login .login-page-detail-info-items .login-page-detail-info-item + .login-page-detail-info-item {
	margin-left: 10rem;
}
.login .login-page-detail-info-items .login-page-detail-info-item {
	padding-left: 15px;
	position: relative;
}
.login .login-page-detail-info-items .login-page-detail-info-item::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #d54e4e;
	position: absolute;
}
.login .login-page-detail-info-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.login .login-page-detail-info-header-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.login .login-page-detail-info-save-btn {
	font-size: 3.1rem;
	margin-right: 3.5rem;
	color: rgba(134, 133, 133, 0.4);
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
.login .login-page-detail-info-save-btn:hover {
	color: #d54e4e;
}
.login .login-page-detail-info-more-btn {
	color: rgba(3, 1, 0, 0.75);
	cursor: pointer;
}
.login .login-page-detail-info-more-btn:hover {
	color: #fff;
	background: #d54e4e;
}
.login .login-page-detail-info-text {
	font-size: 1.7rem;
	line-height: 1.7em;
	color: #868585;
	font-weight: 400;
}
.login .login-page-detail-info-text p {
	margin-bottom: 0;
}
.login .login-page-detail-info-text p a {
	margin-left: 1rem;
	color: #d54e4e;
	text-decoration: underline;
}
.login .login-page-detail-info-text p a:hover {
	color: #c22e2e;
	font-weight: 400;
}
.login .login-page-detail-info-text p + p {
	margin-top: 3rem;
}
.login .login-page-detail-info-footer {
	margin-top: auto;
}
.login .login-page-detail-info-actions {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2.5rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #f9f9f9;
}
.login .login-page-detail-info-actions-btn {
	padding-left: 6rem;
	height: 6.8rem;
}
.login .login-page-detail-info-actions-btn .btn__icon {
	position: absolute;
	left: 2rem;
	padding-right: 2rem;
	font-size: 2.1rem;
	height: 1em;
}
.login .login-page-detail-info-actions-btn .btn__icon svg {
	height: 1em;
	width: 1em;
}
.login .login-page-detail-info-actions-btn .btn__text {
	border-left: 1px solid rgba(3, 1, 0, 0.05);
	width: 100%;
	height: 50%;
	margin-top: auto;
	margin-bottom: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.login .login-page-detail-info-actions-btn.btn--yellow .btn__icon {
	color: #d54e4e;
}
.login .login-page-detail-info-actions-btn.btn--yellow + .login .login-page-detail-info-actions-btn.btn--yellow {
	margin-left: 2rem;
}
.login .login-page-detail-info-actions-btn--buy {
	margin-left: auto;
	width: 26rem;
}
.login .login-page-detail-info-actions-btn--buy .btn__text {
	border-left-color: rgba(255, 255, 255, 0.2);
}
.login .login-page-detail-info-stats {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 1em;
}
.login .login-page-detail-info-stats-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: rgba(3, 1, 0, 0.5);
	font-weight: 500;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.login .login-page-detail-info-stats-item__icon {
	color: #d54e4e;
	margin-right: 1.5rem;
	height: 1em;
}
.login .login-page-detail-info-stats-item__icon .icon {
	height: 1em;
}
.login .login-page-detail-tab {
	background: #fff;
	border-radius: 2rem;
	padding: 5rem 4rem 5rem 4rem;
}
@media (max-width: 424px) {
	.login .login-page-detail-tab {
		padding: 3rem;
	}
}
.login .login-page-detail-tab-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 2rem;
	margin-bottom: 3rem;
}
.login .login-page-detail-tab-bar .btn-group__btn {
	height: 6rem;
}
.login .login-page-detail-tab-bar__item {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 6.4rem;
	font-size: 1.8rem;
	font-weight: 500;
	color: rgba(3, 1, 0, 0.6);
	background: transparent;
	cursor: pointer;
	border-radius: 1.2rem;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	width: 50%;
	position: relative;
}
.login .login-page-detail-tab-bar__item:not(.active):not(:first-child)::after {
	content: '';
	width: 1px;
	height: 3rem;
	background: #eee;
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	-o-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
	transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.login .login-page-detail-tab-bar__item + .login .login-page-detail-tab-bar__item {
	margin-left: 1rem;
}
.login .login-page-detail-tab-bar__item.active {
	background: #d54e4e;
	color: #fff;
}
.login .login-page-detail-tab-bar__item.active + .login-page-detail-tab-bar__item::after {
	content: unset;
}
.login .btn-group--light {
	width: 100%;
}
.login .btn-group--light .btn-group__txt {
	font-size: 1.8rem;
	color: rgba(3, 1, 0, 0.6);
}
@media (max-width: 1529px) {
	.login .login-form h2 {
		font-size: 3rem;
	}
}
@media (max-width: 424px) {
	.login .login-link,
	.login .register-link {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.login .login-link a,
	.login .register-link a {
		margin-top: 2rem;
		margin-left: 0;
	}
}

.login-page-form .input-group--w-text:first-child {
	margin-top: 0 !important;
}

.forgot-password .login-page {
	max-width: 57rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.forgot-password .login-page__text {
	line-height: 1.7em;
	margin: 3rem 0 4rem 0;
}

/*# sourceMappingURL=style.css.map */
.loader-spinner {
	border: 5px solid #f4cabd;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border-top: 5px solid #d54e4e;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#homeBrandPartial .swiper-pagination {
	visibility: hidden !important;
}
