/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

.poppins-regular {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.urbanist-semibold {
	font-family: "Urbanist", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.urbanist-medium {
	font-family: "Urbanist", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.commissioner-regular {
	font-family: "Commissioner", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "slnt" 0, "FLAR" 0, "VOLM" 0;
}

.commissioner-medium {
	font-family: "Commissioner", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-variation-settings: "slnt" 0, "FLAR" 0, "VOLM" 0;
}

.commissioner-semibold {
	font-family: "Commissioner", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-variation-settings: "slnt" 0, "FLAR" 0, "VOLM" 0;
}

.commissioner-extrabold {
	font-family: "Commissioner", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-variation-settings: "slnt" 0, "FLAR" 0, "VOLM" 0;
}

.commissioner-bold {
	font-family: "Commissioner", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-variation-settings: "slnt" 0, "FLAR" 0, "VOLM" 0;
}

.commissioner-black {
	font-family: "Commissioner", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	font-variation-settings: "slnt" 0, "FLAR" 0, "VOLM" 0;
}

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

body {
	font: 400 16px/1 "Commissioner", sans-serif;
	min-width: 320px;
	height: 100%;
	background: linear-gradient(158deg, #000 0%, #47145f 100%), rgba(0, 0, 0, 0.4);
	position: relative;
}
body:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	background: url("../images/bg-3.svg") center center no-repeat;
	background-size: 100%;
	z-index: -1;
}

body.open {
	overflow: hidden;
}
body.open .fancybox-overlay {
	display: block;
}

.hidden {
	display: none;
}

.link {
	color: #DCD8F3;
	text-decoration: underline;
}
@media screen and (min-width: 1024px) {
	.link:hover {
		text-decoration: underline;
		background: linear-gradient(180deg, #ffc1c4 0%, #f3878b 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

p {
	margin: 0;
}

img,
svg {
	width: 100%;
	max-width: 100%;
	height: auto;
}

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

* {
	outline: none;
	box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
}
* ::-moz-selection {
	background: #DCD8F3;
	color: #fff;
}
* ::selection {
	background: #DCD8F3;
	color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}
input.placeholder,
textarea.placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}

.wrapper {
	display: table;
	width: 100%;
	height: 100vh;
	table-layout: fixed;
	overflow: hidden;
	background-image: url("../images/bg-4.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.wrapper:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: url("../images/bg-1.svg") top center no-repeat;
	background-size: 100%;
	z-index: -1;
}
.wrapper:after {
	content: "";
	width: 100%;
	height: 100%;
	top: 320px;
	left: 0;
	position: absolute;
	background: url("../images/bg-2.svg") top center no-repeat;
	background-size: 100%;
	z-index: -1;
}

.container {
	width: 100%;
	max-width: 1852px;
	margin: 0 auto;
	padding: 0 15px;
}
@media screen and (max-width: 991px) {
	.container {
		padding: 0 10px;
	}
}

.btn {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -0.02em;
	color: #DCD8F3;
	text-decoration: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 50px;
	padding: 14px 20px;
	background-color: transparent;
}
@media screen and (min-width: 1024px) {
	.btn:hover {
		background: #f3878b;
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.btn:hover svg {
		fill: #f3878b;
	}
}

.btn-border {
	border: 1px solid #DCD8F3;
}
@media screen and (min-width: 1024px) {
	.btn-border:hover {
		background: #f3878b;
		border-color: #f3878b;
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.btn-border:hover svg {
		fill: #f3878b;
	}
}

.btn-no-border {
	-webkit-backdrop-filter: blur(40px);
	        backdrop-filter: blur(40px);
	position: relative;
	overflow: hidden;
}
.btn-no-border:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(220, 216, 243, 0.2);
}
@media screen and (min-width: 1024px) {
	.btn-no-border:hover {
		background: #f3878b;
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.btn-no-border:hover svg {
		fill: #f3878b;
	}
}

.btn-search {
	padding: 0;
	background: none;
	outline: none;
	border: none;
	cursor: pointer;
	flex-shrink: 0;
}
.btn-search svg {
	width: 24px;
	height: 24px;
	stroke: #DCD8F3;
}
@media screen and (min-width: 1024px) {
	.btn-search:hover svg {
		stroke: #f3878b;
	}
}

.btn-submit {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	padding: 0;
	background: none;
	outline: none;
	border: none;
}
.btn-submit svg {
	width: 24px;
	height: 24px;
	stroke: #DCD8F3;
}
@media screen and (min-width: 1024px) {
	.btn-submit:hover svg {
		stroke: #f3878b;
	}
}

.btn-color {
	border: none;
	padding: 15px 20px;
	box-shadow: 0 3px 2px 0 rgba(243, 135, 139, 0.03), 0 7px 5px 0 rgba(243, 135, 139, 0.04), 0 13px 10px 0 rgba(243, 135, 139, 0.05), 0 22px 18px 0 rgba(243, 135, 139, 0.06), 0 42px 33px 0 rgba(243, 135, 139, 0.07), 0 100px 80px 0 rgba(243, 135, 139, 0.1);
	background: linear-gradient(160deg, #9e00e9 0%, #ff9a7d 100%);
}
@media screen and (min-width: 1024px) {
	.btn-color:hover {
		color: #fff;
		-webkit-text-fill-color: #fff;
		box-shadow: 0 3px 2px 0 rgba(243, 135, 139, 0.03), 0 7px 5px 0 rgba(243, 135, 139, 0.04), 0 13px 10px 0 rgba(243, 135, 139, 0.05), 0 22px 18px 0 rgba(243, 135, 139, 0.06), 0 42px 33px 0 rgba(243, 135, 139, 0.07), 0 100px 80px 0 rgba(243, 135, 139, 0.1);
		background: linear-gradient(160deg, #9e00e9 0%, #ff9a7d 100%);
	}
	.btn-color:hover svg {
		fill: #f3878b;
	}
}

.thumb-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 50px;
}

.heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin: 0 0 20px;
}
@media screen and (min-width: 992px) {
	.heading-left {
		max-width: calc(100% - 70px);
		padding-right: 50px;
	}
}
.heading-title {
	font-weight: 800;
	font-size: 36px;
	text-transform: uppercase;
	color: #DCD8F3;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media screen and (max-width: 991px) {
	.heading {
		flex-direction: column;
		align-items: flex-start;
	}
	.heading-title {
		font-size: 20px;
	}
}

.search-block {
	position: relative;
}
.search-block input {
	border: none;
	border-radius: 50px;
	padding: 15px 20px;
	width: 532px;
	height: 50px;
	color: #fff;
	-webkit-backdrop-filter: blur(40px);
	        backdrop-filter: blur(40px);
	background: rgba(220, 216, 243, 0.2);
	border: 1px solid transparent;
}
@media screen and (min-width: 992px) {
	.search-block input:focus {
		border-color: #f3878b;
	}
}
@media screen and (max-width: 991px) {
	.search-block input {
		width: 100%;
	}
}

.pagination {
	margin: 20px 0 50px;
}
.pagination-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.pagination-list svg {
	width: 7px;
	height: 16px;
}
.pagination-list a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #DCD8F3;
	text-decoration: none;
	border: 1px solid #DCD8F3;
	border-radius: 50px;
	padding: 10px;
	min-width: 42px;
	height: 42px;
	font-family: "Urbanist", sans-serif;
	font-weight: 500;
	font-size: 18px;
}
.pagination-list a svg {
	fill: #DCD8F3;
}
@media screen and (min-width: 1024px) {
	.pagination-list a:hover {
		background: #f3878b;
		border-color: #f3878b;
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.pagination-list a:hover svg {
		fill: #f3878b;
	}
}
.pagination-list .current span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 3px 2px 0 rgba(243, 135, 139, 0.03), 0 7px 5px 0 rgba(243, 135, 139, 0.04), 0 13px 10px 0 rgba(243, 135, 139, 0.05), 0 22px 18px 0 rgba(243, 135, 139, 0.06), 0 42px 33px 0 rgba(243, 135, 139, 0.07), 0 100px 80px 0 rgba(243, 135, 139, 0.1);
	background: linear-gradient(160deg, #9e00e9 0%, #ff9a7d 100%);
	border-radius: 50px;
	padding: 10px;
	min-width: 42px;
	height: 42px;
}
@media screen and (max-width: 640px) {
	.pagination-list li {
		display: none;
	}
	.pagination-list li.show_mobile {
		display: inline-block;
	}
}

.filter-drop {
	border-radius: 50px;
	-webkit-backdrop-filter: blur(40px);
	        backdrop-filter: blur(40px);
	background: rgba(220, 216, 243, 0.2);
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
@media screen and (max-width: 991px) {
	.filter-drop {
		position: static;
		transform: none;
		width: 100%;
	}
}
.filter-drop__button {
	cursor: pointer;
	border-radius: 50px;
	width: 64px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 991px) {
	.filter-drop__button {
		width: 100%;
		text-align: center;
		padding: 7px 20px;
	}
}
.filter-drop__button svg {
	width: 24px;
	height: 24px;
}
.filter-drop__list {
	display: none;
	margin: 0;
	padding: 0;
	align-items: center;
	gap: 20px;
	list-style: none;
	padding: 0 20px;
}
@media screen and (max-width: 991px) {
	.filter-drop__list {
		width: 100%;
		padding-bottom: 20px;
	}
}
.filter-drop__list .link {
	text-decoration: none;
}
.filter-drop__list .link.active {
	background: linear-gradient(180deg, #ffc1c4 0%, #f3878b 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.filter-drop.active .filter-drop__list {
	display: flex;
}
@media screen and (max-width: 991px) {
	.filter-drop.active {
		border-radius: 30px;
		flex-direction: column;
		width: 100%;
		text-align: center;
	}
	.filter-drop.active .filter-drop__list {
		flex-direction: column;
	}
}

.header {
	z-index: 4;
}
@media screen and (min-width: 992px) {
	.header {
		position: relative;
	}
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 30px;
}
.header-inner > .btn-search {
	padding: 11px;
}
.header-inner > .btn-search svg {
	width: 18px;
	height: 18px;
}
@media screen and (min-width: 992px) {
	.header-inner > .btn-search {
		display: none;
	}
}
.header__logo {
	display: inline-block;
	width: 171px;
	margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
	.header__logo {
		width: 157px;
	}
}
@media screen and (max-width: 991px) {
	.header {
		margin: 10px 0 0;
	}
}

.col {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	flex-grow: 0;
	gap: 50px;
}
.col.second {
	margin-left: 10px;
	flex-shrink: 1;
	flex-grow: 1;
	position: relative;
	z-index: 1;
	justify-content: flex-end;
}
@media screen and (max-width: 991px) {
	.col.second {
		position: absolute;
		width: 100%;
		left: 0;
	}
}
.col .inner {
	display: flex;
	align-items: center;
	position: relative;
}
@media screen and (max-width: 991px) {
	.col .inner {
		position: static;
	}
}
.col .nav {
	display: flex;
	align-items: center;
	gap: 50px;
}
@media screen and (max-width: 1200px) {
	.col .nav {
		gap: 30px;
	}
}
.col .nav a {
	font-weight: 400;
	font-size: 20px;
	letter-spacing: -0.02em;
	text-decoration: none;
	position: relative;
	padding: 58px 0;
}
.col .nav a:before {
	content: "";
	width: 100%;
	height: 4px;
	border-radius: 16px;
	box-shadow: 0 8px 20px 0 rgba(243, 135, 139, 0.68), 0 14px 30px 0 #f3878b, 0 22px 40px 0 #f3878b, 0 33px 51px 0 #f3878b, 0 52px 64px 0 #f3878b, 0 87px 87px 0 #f3878b, 0 173px 184px 0 #f3878b;
	background: linear-gradient(180deg, rgb(158, 0, 233) 0%, rgb(255, 154, 125) 100%);
	position: absolute;
	top: 0;
	display: none;
}
.col .nav a.active {
	background: linear-gradient(180deg, #ffc1c4 0%, #f3878b 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	pointer-events: none;
}
.col .nav a.active:before {
	display: inline-block;
}
@media screen and (max-width: 991px) {
	.col .nav {
		display: none;
	}
}
.col .list-member {
	display: flex;
	gap: 10px;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 991px) {
	.col .list-member {
		display: none;
	}
}

.col .list-member, .col .list-member li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-menu .burger {
	display: none;
	background: linear-gradient(160deg, #9e00e9 0%, #ff9a7d 100%);
	width: 40px;
	height: 40px;
	border-radius: 50px;
	align-items: center;
	border: none;
	justify-content: center;
}
.mobile-menu .burger svg {
	width: 24px;
	min-width: 24px;
	height: 24px;
	fill: #fff;
}
.mobile-menu .burger svg:last-child {
	display: none;
}
@media screen and (max-width: 991px) {
	.mobile-menu .burger {
		display: flex;
	}
}
.mobile-menu.active .burger {
	border: 1px solid #f3878b;
	position: absolute;
	top: 37px;
	left: 10px;
	z-index: 6;
}
.mobile-menu.active .burger svg:first-child {
	display: none;
}
.mobile-menu.active .burger svg:last-child {
	display: inline;
}
.mobile-menu.active .mobile-menu__inner {
	display: block;
}
.mobile-menu.active .mobile-menu__close {
	display: flex;
}
.mobile-menu__close {
	position: fixed;
	top: 37px;
	right: 10px;
	z-index: 6;
	display: none;
}
.mobile-menu__close .btn {
	width: 40px;
	height: 40px;
	padding: 0;
}
.mobile-menu__close svg {
	width: 24px;
	height: 24px;
}
.mobile-menu__inner {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	display: none;
	-webkit-backdrop-filter: blur(40px);
	        backdrop-filter: blur(40px);
	background: rgba(14, 4, 20, 0.8);
	overflow-y: auto;
}
.mobile-menu__drop {
	display: none;
	flex-direction: column;
	border-bottom: 1px solid rgba(220, 216, 243, 0.1);
}
.mobile-menu__drop-image {
	padding: 20px 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.mobile-menu__drop-image-block {
	border: 2px solid 2px solid rgba(220, 216, 243, 0.3);
	border-radius: 50px;
	padding: 15px 0px;
	width: 80px;
	height: 80px;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.mobile-menu__drop-image-block img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mobile-menu__drop-image-name {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: -0.02em;
	color: #DCD8F3;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile-menu__drop-links {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-bottom: 20px;
}
.mobile-menu__drop-links svg {
	width: 20px;
	height: 20px;
}
.mobile-menu__drop-links a {
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	text-decoration: none;
	position: relative;
}
@media screen and (min-width: 1024px) {
	.mobile-menu__drop-links a:hover {
		-webkit-text-fill-color: initial;
		color: #fff;
		background: rgba(217, 217, 217, 0.1);
		background-clip: unset;
		text-decoration: none;
	}
}
.mobile-menu__drop-links hr {
	border-color: rgba(220, 216, 243, 0.2);
	border-bottom: none;
	width: calc(100% - 40px);
	margin: 5px 20px;
}
.mobile-menu .nav {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	margin-top: 30px;
}
.mobile-menu .nav a {
	font-weight: 400;
	font-size: 20px;
	letter-spacing: -0.02em;
	text-decoration: none;
	position: relative;
}
.mobile-menu .nav a.active {
	background: linear-gradient(180deg, #ffc1c4 0%, #f3878b 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	pointer-events: none;
}
.mobile-menu .nav a.active:before {
	display: inline-block;
}
.mobile-menu .list-member {
	padding-top: 100px;
	padding-left: 0;
	padding-bottom: 20px;
	margin: 0 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.form-primary {
	display: none;
	position: absolute;
	z-index: 1;
	right: 0;
}
.form-primary.active {
	display: block;
}
@media screen and (max-width: 991px) {
	.form-primary.active {
		background: #0a0309;
		width: 100%;
		padding: 30px 10px;
		right: 10px;
	}
}
.form-primary.active + nav {
	opacity: 0;
}

.list-member-drop {
	display: none;
	position: relative;
}
.list-member-drop__button {
	border: 2px solid #f3878b;
	border-radius: 50px;
	padding: 15px 0px;
	width: 50px;
	height: 50px;
	position: relative;
	overflow: hidden;
}
.list-member-drop__button img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.list-member-drop__popup {
	position: absolute;
	right: 0;
	top: calc(100% + 15px);
	min-width: 250px;
	z-index: 1;
	display: none;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	gap: 20px;
	border: 2px solid rgba(220, 216, 243, 0.1);
	border-radius: 30px;
	-webkit-backdrop-filter: blur(40px);
	        backdrop-filter: blur(40px);
	background: rgba(14, 4, 20, 0.8);
}
.list-member-drop__popup-image {
	padding: 40px 20px 0;
}
.list-member-drop__popup-image-block {
	border: 2px solid 2px solid rgba(220, 216, 243, 0.3);
	border-radius: 50px;
	padding: 15px 0px;
	width: 80px;
	height: 80px;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.list-member-drop__popup-image-block img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.list-member-drop__popup-image-name {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: -0.02em;
	color: #DCD8F3;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list-member-drop__popup-links {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-bottom: 20px;
}
.list-member-drop__popup-links svg {
	width: 20px;
	height: 20px;
	min-width: 20px;
}
.list-member-drop__popup-links a {
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	text-decoration: none;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -0.02em;
	color: #DCD8F3;
}
@media screen and (min-width: 1024px) {
	.list-member-drop__popup-links a:hover {
		-webkit-text-fill-color: initial;
		color: #fff;
		background: rgba(217, 217, 217, 0.1);
		background-clip: unset;
		text-decoration: none;
	}
}
.list-member-drop__popup-links hr {
	border-color: rgba(220, 216, 243, 0.2);
	border-bottom: none;
	width: calc(100% - 40px);
	margin: 5px 20px;
}
.list-member-drop.active .list-member-drop__popup {
	display: flex;
}

.logged-in .col .list-member {
	display: none;
}
.logged-in .list-member-drop {
	display: block;
}
@media screen and (max-width: 991px) {
	.logged-in .list-member-drop {
		display: none;
	}
}
.logged-in .mobile-menu__drop {
	display: flex;
}
.logged-in .mobile-menu .list-member {
	display: none;
}

.footer {
	display: table-row;
	height: 1px;
}
@media screen and (max-width: 991px) {
	.footer {
		background: none;
	}
}
.footer-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 0 0 125px;
}
.footer-top__title {
	font-weight: 900;
	font-size: 36px;
	line-height: 1;
	color: #DCD8F3;
	padding: 45px 0;
}
.footer-top__title--colored {
	background: linear-gradient(159deg, #9e00e9 0%, #ff9a7d 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.footer-top__text {
	color: #9e85a8;
	font-size: 18px;
	font-weight: 400;
	max-width: 1048px;
	line-height: 1.5;
}
.footer-top__text p {
	margin-bottom: 22px;
}
.footer-bottom {
	border-radius: 50px 50px 0 0;
	padding: 30px 0px;
	width: 100%;
	-webkit-backdrop-filter: blur(30px);
	        backdrop-filter: blur(30px);
	background: rgba(255, 255, 255, 0.1);
	position: relative;
}
@media screen and (max-width: 991px) {
	.footer-bottom {
		border-radius: 20px 20px 0 0;
		-webkit-backdrop-filter: blur(30px);
		        backdrop-filter: blur(30px);
		background: rgba(255, 255, 255, 0.1);
	}
}
.footer-bottom:before {
	content: "";
	border-radius: 200px 200px 0 0;
	width: 94%;
	height: 25px;
	-webkit-backdrop-filter: blur(30px);
	        backdrop-filter: blur(30px);
	background: rgba(255, 255, 255, 0.05);
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.footer-bottom:after {
	content: "";
	border-radius: 200px 200px 0 0;
	width: 90%;
	height: 25px;
	-webkit-backdrop-filter: blur(30px);
	        backdrop-filter: blur(30px);
	background: rgba(255, 255, 255, 0.03);
	position: absolute;
	bottom: calc(100% + 25px);
	left: 50%;
	transform: translateX(-50%);
}
.footer-bottom .box {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer-bottom__logo {
	display: inline-block;
	width: 171px;
	margin-bottom: 15px;
}
.footer-bottom__list {
	list-style: none;
	display: flex;
	gap: 30px;
	margin-bottom: 20px;
	padding-left: 0;
}
.footer-bottom__list a {
	text-decoration: none;
	color: #9e85a8;
	font-size: 20px;
	letter-spacing: -0.02em;
	font-weight: 500;
}
@media screen and (max-width: 991px) {
	.footer-bottom__list {
		flex-direction: column;
		text-align: center;
	}
}
.footer-bottom__text {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 1264px;
}
.footer-bottom__text p {
	color: #9e85a8;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 18px;
}
.footer-bottom__text p:last-child {
	margin-bottom: 0;
}
.footer-bottom__text a {
	color: #9e85a8;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
}

.item.thumb {
	margin: 0;
}

.thumb {
	width: 25%;
	padding: 0 10px 20px;
}
@media screen and (max-width: 1200px) {
	.thumb {
		width: 33.3%;
	}
}
@media screen and (max-width: 991px) {
	.thumb {
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.thumb {
		width: 100%;
	}
}
.thumb .box-img {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 15px;
	padding-top: 70.45%;
}
.thumb .box-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.thumb .tag {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 15px 0;
	padding: 10px 20px;
	-webkit-backdrop-filter: blur(45.2999992371px);
	        backdrop-filter: blur(45.2999992371px);
	background: rgba(158, 133, 168, 0.5);
	font-weight: 500;
	font-size: 14px;
	color: #DCD8F3;
	z-index: 2;
}
.thumb .count {
	position: absolute;
	bottom: 15px;
	right: 15px;
	border-radius: 50px;
	padding: 4px 10px;
	-webkit-backdrop-filter: blur(70px);
	        backdrop-filter: blur(70px);
	background: rgba(158, 133, 168, 0.5);
	display: flex;
	align-items: center;
	flex-shrink: 0;
	flex-grow: 0;
	gap: 5px;
	z-index: 2;
}
.thumb .count svg {
	width: 20px;
	height: 20px;
}
.thumb .count span {
	font-weight: 600;
	font-size: 12px;
	font-family: "Urbanist", sans-serif;
	line-height: 1.5;
	color: #fff;
}
.thumb .box-description {
	font-weight: 600;
	font-size: 16px;
	color: #DCD8F3;
}
.thumb-text {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
.thumb a {
	text-decoration: none;
}
@media screen and (min-width: 1024px) {
	.thumb a:hover .box-description {
		background: linear-gradient(180deg, #ffc1c4 0%, #f3878b 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}
.thumb.viewed .box-img:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.thumb.viewed .tag {
	display: block;
}

.categories .heading {
	justify-content: space-between;
}
@media screen and (max-width: 991px) {
	.categories .heading .search-block {
		width: 100%;
	}
}

.thumb-category.item {
	margin: 0;
}
.thumb-category {
	width: 20%;
	padding: 0 10px 20px;
}
@media screen and (max-width: 1200px) {
	.thumb-category {
		width: 25%;
	}
}
@media screen and (max-width: 991px) {
	.thumb-category {
		padding: 0 5px 10px;
		width: 33.3%;
	}
}
@media screen and (max-width: 768px) {
	.thumb-category {
		width: 50%;
	}
}
.thumb-category .box-img {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	font-size: 0;
	border: 2px solid transparent;
	padding-top: 68.97%;
	padding-top: 67.97%;
}
.thumb-category .box-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.thumb-category .box-img:before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(36, 10, 43, 0) 0%, rgba(36, 10, 43, 0.7) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.thumb-category .count {
	border-radius: 50px;
	padding: 4px 10px;
	-webkit-backdrop-filter: blur(70px);
	        backdrop-filter: blur(70px);
	background: rgba(158, 133, 168, 0.5);
	display: flex;
	align-items: center;
	gap: 5px;
	z-index: 2;
}
@media screen and (max-width: 991px) {
	.thumb-category .count {
		position: absolute;
		top: 10px;
		right: 10px;
	}
}
.thumb-studio .count svg,
.thumb-category .count svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}
.thumb-category .count span {
	font-weight: 600;
	font-size: 12px;
	font-family: "Urbanist", sans-serif;
	line-height: 1.5;
	color: #fff;
}
.thumb-category .box-description {
	font-weight: 600;
	font-size: 16px;
	color: #DCD8F3;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
}
@media screen and (max-width: 991px) {
	.thumb-category .box-description {
		height: 100%;
		align-items: flex-end;
	}
}
.thumb-category a {
	text-decoration: none;
}
@media screen and (min-width: 1024px) {
	.thumb-category a:hover .box-img {
		border: 2px solid #f3878b;
	}
}

.models .heading {
	justify-content: space-between;
}
.models .heading-left {
	display: flex;
	align-items: center;
	gap: 30px;
}
@media screen and (max-width: 991px) {
	.models .heading-left {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		width: 100%;
	}
}
.models .heading-filter {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 5px;
}
.models .heading-filter .active {
	border: none;
	padding: 15px 20px;
	box-shadow: 0 3px 2px 0 rgba(243, 135, 139, 0.03), 0 7px 5px 0 rgba(243, 135, 139, 0.04), 0 13px 10px 0 rgba(243, 135, 139, 0.05), 0 22px 18px 0 rgba(243, 135, 139, 0.06), 0 42px 33px 0 rgba(243, 135, 139, 0.07), 0 100px 80px 0 rgba(243, 135, 139, 0.1);
	background: linear-gradient(160deg, #9e00e9 0%, #ff9a7d 100%);
	pointer-events: none;
}
.models .heading-filter a {
	font-weight: 400;
	font-size: 18px;
	letter-spacing: -0.02em;
	color: #fff;
}
@media screen and (max-width: 991px) {
	.models .heading-filter {
		margin-bottom: 10px;
		width: 100%;
	}
	.models .heading-filter a {
		font-size: 15px;
	}
	.models .heading-filter .btn {
		padding: 10px 20px;
	}
	.models .heading-filter li {
		width: 33.3%;
	}
}

.thumb-model {
	width: 16.6%;
	padding: 0 10px 20px;
	-webkit-backdrop-filter: blur(20px);
	        backdrop-filter: blur(20px);
	background: linear-gradient(180deg, #240a2b 0%, #240a2b 100%);
}
@media screen and (max-width: 1200px) {
	.thumb-model {
		width: 25%;
	}
}
@media screen and (max-width: 991px) {
	.thumb-model {
		padding: 0 5px 10px;
		width: 33.3%;
	}
}
@media screen and (max-width: 768px) {
	.thumb-model {
		width: 50%;
	}
}
.thumb-model .box-img {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	font-size: 0;
	border: 2px solid transparent;
	padding-top: 139.37%;
	background-image: url("../images/svg-icons/profile.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 158px 158px;
}
.thumb-model .box-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.thumb-model .box-img:before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(36, 10, 43, 0) 0%, rgba(36, 10, 43, 0.7) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.thumb-model .count {
	border-radius: 50px;
	padding: 4px 10px;
	-webkit-backdrop-filter: blur(70px);
	        backdrop-filter: blur(70px);
	background: rgba(158, 133, 168, 0.5);
	display: flex;
	align-items: center;
	flex-shrink: 0;
	flex-grow: 0;
	gap: 5px;
	z-index: 2;
}
@media screen and (max-width: 991px) {
	.thumb-model .count {
		position: absolute;
		top: 10px;
		right: 10px;
	}
}
.thumb-model .count svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}
.thumb-model .count span {
	font-weight: 600;
	font-size: 12px;
	font-family: "Urbanist", sans-serif;
	line-height: 1.5;
	color: #fff;
}
.thumb-model .box-description {
	font-weight: 600;
	font-size: 16px;
	color: #DCD8F3;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
}
@media screen and (max-width: 991px) {
	.thumb-model .box-description {
		height: 100%;
		align-items: flex-end;
	}
}
.thumb-model a {
	text-decoration: none;
}
@media screen and (min-width: 1024px) {
	.thumb-model a:hover .box-img {
		border: 2px solid #f3878b;
	}
}

.studies .heading {
	justify-content: space-between;
}
.studies .heading-left {
	display: flex;
	align-items: center;
	gap: 30px;
}

.thumb-studio {
	width: 25%;
	padding: 0 10px 20px;
}
@media screen and (max-width: 991px) {
	.thumb-studio {
		padding: 0 5px 10px;
		width: 33.3%;
	}
}
@media screen and (max-width: 768px) {
	.thumb-studio {
		width: 50%;
	}
}
.thumb-studio .box-img {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	font-size: 0;
	border: 2px solid transparent;
	padding-top: 70.45%;
	-webkit-backdrop-filter: blur(20px);
	        backdrop-filter: blur(20px);
	background: rgba(220, 216, 243, 0.2);
}
.thumb-studio .box-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 80%;
	height: auto;
	transform: translate(-50%, -50%);
}
.thumb-studio .count {
	border-radius: 50px;
	padding: 4px 10px;
	-webkit-backdrop-filter: blur(70px);
	        backdrop-filter: blur(70px);
	background: rgba(158, 133, 168, 0.5);
	display: flex;
	align-items: center;
	flex-shrink: 0;
	flex-grow: 0;
	gap: 5px;
}
.thumb-studio .count svg {
	width: 20px;
	height: 20px;
}
.thumb-studio .count span {
	font-weight: 600;
	font-size: 12px;
	font-family: "Urbanist", sans-serif;
	line-height: 1.5;
	color: #fff;
}
.thumb-studio .box-description {
	font-weight: 600;
	font-size: 16px;
	color: #DCD8F3;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.thumb-studio a {
	text-decoration: none;
}
@media screen and (min-width: 1024px) {
	.thumb-studio a:hover .box-img {
		border: 2px solid #f3878b;
	}
}

.video .headline {
	margin: 0 0 15px;
}
.video .headline .title {
	margin: 0 0 30px;
	font-weight: 600;
	font-size: 30px;
	color: #DCD8F3;
}
.video .wrap-outer:after {
	content: "";
	clear: both;
}
@media screen and (max-width: 991px) {
	.video .wrap-outer {
		display: flex;
		flex-direction: column;
		margin-bottom: 50px;
	}
}
.video .clearfix {
	clear: both;
}
.video .player-wrap {
	max-width: 1300px;
	width: 71%;
	float: left;
	position: relative;
	border-radius: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}
@media screen and (min-width: 1024px) {
	.video .player-wrap:hover .btn-player {
		color: #fff;
	}
}
@media screen and (max-width: 991px) {
	.video .player-wrap {
		padding-top: 0;
		width: 100%;
	}
}

.video .player-wrap .fp-poster img {
	top: 0 !important;
	height: 100% !important;
}

.video .player-wrap .player-wrap{
	width: 100%;
	margin: 0;
}

.video .player-wrap .kt-player {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: auto !important;
	z-index: 1;
}
.video .player-wrap .btn-player {
	position: absolute;
	inset: 0;
	font-size: 100px;
	z-index: 2;
	background-color: transparent;
	color: rgba(255, 255, 255, 0.7);
	transition: color 0.4s;
	cursor: pointer;
}
.video .player-wrap .btn-player svg {
	display: block;
	margin: 0 auto;
	fill: #DCD8F3;
}
@media screen and (min-width: 1024px) {
	.video .player-wrap .btn-player:hover svg {
		fill: #f3878b;
	}
}
.video .side-info {
	max-width: 500px;
	width: 29%;
	padding-left: 15px;
	float: right;
}
@media screen and (max-width: 991px) {
	.video .side-info {
		width: 100%;
		max-width: initial;
		padding-left: 0;
	}
}
.video .tags-list {
	margin-bottom: 20px;
}
.video .info-buttons__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
@media screen and (max-width: 1530px) {
	.video .info-buttons__top {
		flex-direction: column;
	}
}
.video .info-buttons__top .list-btns {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 5px;
}
@media screen and (max-width: 1530px) {
	.video .info-buttons__top .list-btns {
		width: 100%;
	}
	.video .info-buttons__top .list-btns li {
		width: 33.3%;
	}
}
.video .info-buttons__top .list-btns .list-btn {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 10px 3px 5px;
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	gap: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	text-align: center;
	-webkit-backdrop-filter: blur(40px);
	        backdrop-filter: blur(40px);
	position: relative;
	border-radius: 50px;
}
.video .info-buttons__top .list-btns .list-btn:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(220, 216, 243, 0.2);
}
.video .info-buttons__top .list-btns .list-btn .number {
	font-family: "Urbanist", sans-serif;
}
.video .info-buttons__top .list-btns svg {
	vertical-align: middle;
	width: 17px;
	height: 17px;
	flex-grow: 0;
	flex-shrink: 0;
}
.video .info-buttons__top .list-btns span {
	vertical-align: middle;
}
.video .info-buttons .rating-container {
	display: flex;
	gap: 5px;
	position: relative;
}
@media screen and (max-width: 1530px) {
	.video .info-buttons .rating-container {
		width: 100%;
		margin-bottom: 20px;
	}
}

.video .info-buttons .rating-container .voters {
    position: absolute;
    top: -17px;
    left: 0;
    font-size: 15px;
    color: #DCD8F3;
}

.video .info-buttons .rating-container .btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Urbanist", sans-serif;
	font-weight: 500;
	font-size: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.video .info-buttons .rating-container .btn.disabled {
	cursor: default !important;
	pointer-events: none !important;
}
@media screen and (max-width: 1530px) {
	.video .info-buttons .rating-container .btn {
		width: 50%;
	}
}
.video .info-buttons .rating-container .btn svg {
	width: 22px;
	height: 20px;
	fill: #fff;
	flex-grow: 0;
	flex-shrink: 0;
}
.video .info-buttons .rating-container .btn-active {
	background-color: #fff;
	color: #7f298c;
}
.video .info-buttons .rating-container .btn-active svg {
	fill: url(#colored_thumb);
}
.video .info-buttons__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
}
.video .info-buttons__bottom .list-btn {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 5px;
	width: 100%;
}
.video .info-buttons__bottom .list-btn li {
	width: 33.3%;
}
.video .info-buttons__bottom .list-btn .btn {
	width: 100%;
	text-align: center;
	display: inline-block;
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	gap: 5px;
	padding: 10px 10px 10px 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.video .info-buttons__bottom .list-btn svg {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	flex-grow: 0;
	flex-shrink: 0;
}
.video .info-buttons__bottom .list-btn span {
	vertical-align: middle;
}
.video .models-list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	overflow-x: auto;
}
.video .models-list li {
	max-width: 100px;
	margin-right: 5px;
}
.video .models-list a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 3px;
}
@media screen and (min-width: 1024px) {
	.video .models-list a:hover .name-block {
		color: #f3878b;
	}
}
.video .models-list .image-block {
	background-image: url("../images/svg-icons/profile.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 36px 45px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid rgba(220, 216, 243, 0.3);
	overflow: hidden;
	margin-bottom: 10px;
}
.video .models-list .name-block {
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
}
.video .info-studio {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.video .info-studio .info-title a {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
}
.video .info-studio .btn {
	border-radius: 20px;
}
.video .info-studio img {
	width: 77px;
}
.video .info-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	color: #DCD8F3;
}
.video .similar {
	max-width: 1300px;
	width: 71%;
	float: left;
}
.video .similar .thumb-wrap {
	margin-bottom: 0;
}
@media screen and (max-width: 991px) {
	.video .similar {
		width: 100%;
		max-width: initial;
	}
}
.video .similar .thumb {
	width: 33.3%;
}
@media screen and (max-width: 991px) {
	.video .similar .thumb {
		width: 100%;
	}
}
.video .similar .btn {
	margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
	.video .similar .btn {
		margin-bottom: 0;
	}
}
.video .comments .block {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 20px;
}
.video .comments .avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #DCD8F3;
	background-image: url("../images/svg-icons/profile.svg");
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
	overflow: hidden;
	position: relative;
}
.video .comments .avatar img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.video .comments .user-top {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 5px;
}
.video .comments .user-top .name-link {
	color: #f3878b;
	text-decoration: none;
}
.video .comments .user-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 10px;
}
.video .comments .rating-container {
	display: flex;
	gap: 5px;
}
.video .comments .rating-container .btn {
	display: inline-flex !important;
	font-family: "Urbanist", sans-serif;
	font-weight: 500;
	font-size: 12px;
	padding: 8px 10px;
	gap: 5px;
}
.video .comments .rating-container .btn svg {
	width: 12px;
	height: 12px;
	fill: #fff;
	flex-grow: 1;
	flex-shrink: 0;
}
.video .comments .rating-container .btn-active {
	background-color: #fff;
	color: #7f298c;
}
.video .comments .rating-container .btn-active svg {
	fill: url(#colored_thumb);
}

.video .comments .rating-container .btn.disabled {
	cursor: default !important;
	pointer-events: none !important;
}

.video .comments-user {
	margin-bottom: 30px;
}
.video .comments hr {
	border-color: rgba(220, 216, 243, 0.2);
	border-bottom: none;
	width: calc(100% - 40px);
	margin: 5px 20px;
}
.video .comments-block {
	margin: 30px 0;
}
.video .comments-block .input-block {
	position: relative;
	margin-bottom: 20px;
}
.video .comments-block .input-block .icon-label {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
}
.video .comments-block .input-block .visible {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.video .comments-block .input-block .visible svg {
	width: 24px;
	height: 17px;
}
.video .comments-block .input-block .visible .eye {
	display: inline-block;
}
.video .comments-block .input-block .visible .stroked {
	display: none;
}
.video .comments-block .input-block.active .visible .stroked {
	display: inline-block;
}
.video .comments-block .input-block.active .visible .eye {
	display: none;
}
.video .comments-block .input-block input {
	border-radius: 50px;
	padding: 16px 20px;
	width: 100%;
	background: rgba(220, 216, 243, 0.2);
	border: none;
	color: #DCD8F3;
}
.video .comments-block .input-block textarea {
	border-radius: 30px;
	padding: 16px 20px;
	width: 100%;
	background: rgba(220, 216, 243, 0.2);
	border: none;
	color: #DCD8F3;
	height: 150px;
	resize: none;
}
.video .comments-block .input-block.error input {
	border: 1px solid #f3878b;
}
.video .comments-block button[type=submit] {
	width: 100%;
}
.video .comments-block button[type=submit] svg {
	width: 9px;
	height: 16px;
}
.video .comments-block button[type=submit] svg:nth-child(1) {
	opacity: 0.33;
}
.video .comments-block button[type=submit] svg:nth-child(2) {
	opacity: 0.5;
}

.tags-list {
	list-style: none;
	padding: 0;
	margin: 0 0 50px;
}

.tag-letter {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 15px;
}
.tag-letter span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	min-width: 50px;
	border-radius: 50px;
	padding: 5px 10px;
	-webkit-backdrop-filter: blur(30px);
	        backdrop-filter: blur(30px);
	background: linear-gradient(160deg, #9e00e9 0%, #ff9a7d 100%);
	font-weight: 400;
	font-size: 24px;
	color: #fff;
}
@media screen and (max-width: 991px) {
	.tag-letter span {
		width: 100%;
		justify-content: flex-start;
		height: 40px;
	}
}
.tag-letter svg {
	width: 24px;
	height: 24px;
	fill: #DCD8F3;
}

.item {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.item svg {
	width: 19px;
	height: 19px;
	fill: #DCD8F3;
}
.item .btn {
	padding: 7px 10px;
	font-size: 15px;
}
.item .btn-border {
	border-color: rgba(220, 216, 243, 0.2);
}
@media screen and (min-width: 1024px) {
	.item .btn-color:hover svg {
		fill: #fff;
	}
	.item .btn-border:hover {
		border-color: #f3878b;
	}
	.item .btn-border:hover svg {
		fill: #f3878b;
	}
}

.settings {
	width: 100%;
	max-width: 614px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 50px;
	border-radius: 30px;
	padding: 30px 20px 20px 20px;
	-webkit-backdrop-filter: blur(82.4000015259px);
	        backdrop-filter: blur(82.4000015259px);
	background: rgba(88, 83, 90, 0.2);
	margin: 0 auto;
}
.settings-title {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	color: #DCD8F3;
}
.settings-box {
	width: 100%;
}
.settings-avatar {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}
@media screen and (max-width: 768px) {
	.settings-avatar {
		flex-direction: column;
		align-items: center;
		gap: 35px;
	}
}
.settings-avatar__image {
	position: relative;
	width: 120px;
	height: 120px;
	flex-shrink: 0;
}
.settings-avatar__image-block {
	border: 2px solid rgba(220, 216, 243, 0.3);
	border-radius: 50%;
	overflow: hidden;
	height: 100%;
	width: 100%;
	background: url("../images/svg-icons/profile.svg");
	background-repeat: no-repeat;
	background-size: 70px 70px;
	background-position: center center;
}

.settings-avatar__image-block img.load {
	width: 100%;
	height: 100%;
	height: auto;
}
.settings-avatar__edit {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: none;
	background-color: rgba(14, 4, 20, 0.8);
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
}
.settings-avatar__edit svg {
	fill: #fff;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.settings-avatar__buttons {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.settings-avatar__buttons svg {
	width: 24px;
	height: 24px;
}
.settings-delete svg {
	width: 20px;
	height: 20px;
}
.settings .box {
	margin-bottom: 20px;
}
.settings .input-block {
	position: relative;
	margin-bottom: 10px;
}
.settings .input-block .icon-label {
	position: absolute;
	left: 10px;
	top: 12px;
	width: 24px;
	height: 24px;
}
.settings .input-block .visible {
	position: absolute;
	right: 10px;
	top: 16px;
	cursor: pointer;
}
.settings .input-block .visible svg {
	width: 24px;
	height: 17px;
}
.settings .input-block .visible .eye {
	display: inline-block;
}
.settings .input-block .visible .stroked {
	display: none;
}
.settings .input-block.active .visible .stroked {
	display: inline-block;
}
.settings .input-block.active .visible .eye {
	display: none;
}
.settings input {
	border-radius: 50px;
	padding: 16px 20px 16px 40px;
	width: 100%;
	background: rgba(220, 216, 243, 0.2);
	border: none;
	color: #DCD8F3;
}

.fancybox-overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.85);
	overflow-x: hidden;
}

.popup {
	background: linear-gradient(158deg, #000 0%, #47145f 100%), rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	display: flex;
}
.popup-left {
	flex-basis: 50%;
	display: flex;
	align-items: center;
	padding: 0 15px;
	overflow-y: auto;
}
@media screen and (max-width: 991px) {
	.popup-left {
		display: none;
	}
}
.popup-left__block {
	width: 100%;
	max-width: 749px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: auto auto;
	padding: 50px;
}
@media screen and (max-width: 991px) {
	.popup-left__block {
		max-width: 100%;
		padding: 11px;
	}
}
.popup-left__logo {
	width: 264px;
}
.popup-left__title {
	font-weight: 900;
	font-size: 50px;
	line-height: 1;
	color: #DCD8F3;
	padding: 45px 0;
	max-width: 458px;
}
.popup-left__title--colored {
	background: linear-gradient(159deg, #9e00e9 0%, #ff9a7d 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.popup-left__text {
	color: rgba(158, 133, 168, 0.5);
	font-size: 18px;
	font-weight: 400;
	width: 100%;
	line-height: 1.5;
}
.popup-left__text p {
	margin-bottom: 22px;
}
.popup-right {
	flex-basis: 50%;
	-webkit-backdrop-filter: blur(82.4000015259px);
	        backdrop-filter: blur(82.4000015259px);
	background: rgba(88, 83, 90, 0.2);
	border-radius: 50px 30px 30px 50px;
	padding: 0 100px;
	display: flex;
	align-items: center;
	overflow-y: auto;
}
@media screen and (max-width: 1200px) {
	.popup-right {
		padding: 0 50px;
	}
}
@media screen and (max-width: 991px) {
	.popup-right {
		flex-basis: 100%;
		padding: 0 11px;
		background-color: transparent;
	}
}
.popup-right__block {
	max-width: 660px;
	margin: auto auto;
	padding: 50px;
}
@media screen and (max-width: 991px) {
	.popup-right__block {
		max-width: 100%;
		padding: 11px;
	}
}
.popup-right .headline .title {
	font-weight: 800;
	font-size: 40px;
	text-transform: uppercase;
	background: linear-gradient(161deg, #9e00e9 0%, #ff9a7d 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.popup-right .headline .subtitle {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
}
@media screen and (max-width: 991px) {
	.popup-right .headline {
		text-align: center;
	}
	.popup-right .headline .title {
		margin-bottom: 20px;
	}
}
.popup-right .box {
	margin-bottom: 20px;
}
.popup-right .input-block {
	position: relative;
	margin-bottom: 20px;
}
.popup-right .input-block .icon-label {
	position: absolute;
	left: 10px;
	top: 12px;
	width: 24px;
	height: 24px;
}
.popup-right .input-block .visible {
	position: absolute;
	right: 10px;
	top: 16px;
	cursor: pointer;
}
.popup-right .input-block .visible svg {
	width: 24px;
	height: 17px;
}
.popup-right .input-block .visible .eye {
	display: inline-block;
}
.popup-right .input-block .visible .stroked {
	display: none;
}
.popup-right .input-block.active .visible .stroked {
	display: inline-block;
}
.popup-right .input-block.active .visible .eye {
	display: none;
}
.popup-right .input-block textarea,
.popup-right .input-block input {
	border-radius: 50px;
	padding: 16px 20px 16px 40px;
	width: 100%;
	background: rgba(220, 216, 243, 0.2);
	border: none;
	color: #DCD8F3;
}

.popup-right .input-block textarea {
	resize: vertical;
	min-height: 60px;
	border-radius: 20px;
}


.popup-right .input-block.error input {
	border: 1px solid #f3878b;
}
.popup-right button[type=submit] {
	width: 100%;
}
.popup-right button[type=submit] svg {
	width: 9px;
	height: 16px;
}
.popup-right button[type=submit] svg:nth-child(1) {
	opacity: 0.33;
}
.popup-right button[type=submit] svg:nth-child(2) {
	opacity: 0.5;
}
.popup-right .form {
	margin-bottom: 50px;
}
.popup-right__text {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	color: rgba(158, 133, 168, 0.5);
}
@media screen and (max-width: 991px) {
	.popup-right__text {
		font-size: 12px;
	}
}
.popup-right__text a {
	color: inherit;
}
.popup .remember-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.popup .remember-block__left input[type=checkbox] {
	margin: 0;
	display: none;
}
.popup .remember-block__left input[type=checkbox] + label {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #DCD8F3;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.popup .remember-block__left input[type=checkbox] + label .checkmark {
	border: 1px solid #DCD8F3;
	border-radius: 5px;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup .remember-block__left input[type=checkbox] + label .checkmark svg {
	width: 13px;
	height: 10px;
	display: none;
}
.popup .remember-block__left input[type=checkbox]:checked + label .checkmark svg {
	display: inline-block;
}
.popup .remember-block__right a {
	color: #DCD8F3;
}
.popup-close {
	position: absolute;
	top: 50px;
	right: 50px;
}
.popup-close .btn {
	width: 50px;
	height: 50px;
	padding: 0;
}
.popup-close svg {
	width: 30px;
	height: 30px;
}
@media screen and (max-width: 991px) {
	.popup-close {
		top: 10px;
		right: 10px;
	}
	.popup-close .btn {
		width: 40px;
		height: 40px;
	}
}
.popup .or {
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: #DCD8F3;
	margin: 20px 0;
}

.footer-top.seo_holder {
	margin-bottom: 0;
}

.footer-top.seo_holder .footer-top__text {
	max-width: 100%;
	line-height: 1.2;
	font-size: 16px;
}

.lazyload, 
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
}

.no-thumb {
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    font-size: 20px;
    text-align: center;
    background: linear-gradient(159deg, #9e00e9 0%, #ff9a7d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.block-share.popup-right {
	background: transparent;
    padding: 0;
    border-radius: 0;
}

.block-share.popup-right form {
	width: 100%;
}

.block-share.popup-right .input-block input {
	padding: 10px 15px;
}

.generic-error,
.field-error {
	color: red;
}

.generic-error {
	margin: 0 0 10px;
}

.success {
	color: green;
}

.video .info-buttons__bottom .list-btn li.btn-favourites {
	display: list-item !important;
}

.video .info-buttons__bottom .list-btn li.btn-favourites ul {
	padding: 0;
	overflow: hidden;
}

.video .info-buttons__bottom .list-btn li.btn-favourites ul li {
	width: 100%;
}

.video .info-buttons__bottom .list-btn .btn.delete {
	background-color: #7f298c;
    color: #fff;
}

.video .info-buttons__bottom .list-btn .btn.delete:hover span{
	color: #fff;
}

.no-player .message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #fff;
    font-size: 24px; 
    background: rgba(0, 0, 0, 0.8);
}

.thumb .line {
    position: absolute;
    top: 50%; 
    transform: translateY(-50%);
    width: 100%;
    font-size: 14px;
    color: #fff;
    z-index: 2;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 0;
}


.thumb-wrap form {
	display: flex;
    flex-wrap: wrap;
	width: 100%;
}

.settings .submit.btn {
	width: 100%;
}

.settings-avatar__buttons .btn-border.active {
	background: #f3878b;
	border-color: #f3878b;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.captcha-control img {
	max-width: 165px;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}

.popup-right .input-block .captcha-control .icon-label {
	top: 91px;
}

.ajax_search {
	display: none;
}

section.models .search-block {
	margin: 0 10px 0 auto;
}


section.models .search-block,
section.models .search-block input { 
    max-width: 532px;
	width: 100%;
}

section.models .search-block.mobile {
    max-width: 532px;
    margin: -24px 0 10px auto;
	display: none;
}

@media screen and (max-width: 991px) {
	section.models .search-block.mobile {
		max-width: 532px;
		margin: -10px auto 10px;
	}
}

.models .heading-left {
	order: 0;
}

.models .search-block {
	order: 1;
}

.models .filter-drop {
	order: 2;
}

.filter-drop.active + .search-block {
	display: none;
}

@media screen and (max-width: 1250px) {
	.models .search-block {
		display: none;
	}
	section.models .search-block.mobile {
		display: block;
	}
}


.thumb-wrap .item .swipe-hint {
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px 10px;
    font-size: 30px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 29px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block !important;
	z-index: 2;
}

.thumb-wrap .item .swipe-hint .svg-icon {
    -webkit-animation: swipe-horizontal 1s linear infinite;
    animation: swipe-horizontal 1s linear infinite;
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}
@-webkit-keyframes swipe-horizontal {
    0%,
    50%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(10%, 0);
        transform: translate(10%, 0);
    }

    75% {
        -webkit-transform: translate(-10%, 0);
        transform: translate(-10%, 0);
    }
}

@keyframes swipe-horizontal {
    0%,
    50%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(10%, 0);
        transform: translate(10%, 0);
    }

    75% {
        -webkit-transform: translate(-10%, 0);
        transform: translate(-10%, 0);
    }
}

@media screen and (min-width: 767px) {
    .thumb-wrap .item .swipe-hint {
        display: none !important;
    }
}

.thumb-wrap .item .box-img video {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
}

.preview-progress {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    width: 0;
    height: 3px;
	background: linear-gradient(160deg, #9e00e9 0%, #ff9a7d 100%);
    -webkit-transition: width 1.2s;
    -o-transition: width 1.2s;
    transition: width 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: width;
}

.preview-progress.is-full {
    width: 100%;
}

.content.homepage .box.message {
	color: #fff;
}

.field_comment_hint {
	padding: 3px 0 0;
    font-size: 13px;
    color: rgb(183 183 183);
}

.heading-title.small {
	color: rgb(220 216 243); 
    font-size: 20px;
    margin: 0;
}

@media screen and (max-width: 992px) {
	.heading-title.small {
		margin: 0 0 10px;
	}
	
}

.empty-content {
	color: #fff;
}

.heading_text {
	color: #9e85a8;
	font-size: 18px;
}

.footer-top.empty-content {
	margin: 0 0 40px;
}