/*! nouislider - 14.6.2 - 9/16/2020 */

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-target {
	position: relative
}

.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.noUi-connects {
	overflow: hidden;
	z-index: 0
}

.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	transform-style: flat
}

.noUi-connect {
	height: 100%;
	width: 100%
}

.noUi-origin {
	height: 10%;
	width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto
}

.noUi-vertical .noUi-origin {
	width: 0
}

.noUi-horizontal .noUi-origin {
	height: 0
}

.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute
}

.noUi-touch-area {
	height: 100%;
	width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: transform .3s;
	transition: transform .3s
}

.noUi-state-drag * {
	cursor: inherit!important
}

.noUi-horizontal {
	height: 18px
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	right: -17px;
	top: -6px
}

.noUi-vertical {
	width: 18px
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	right: -6px;
	top: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto
}

.noUi-target {
	background: #FAFAFA;
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-connects {
	border-radius: 3px
}

.noUi-connect {
	background: #3FB8AF
}

.noUi-draggable {
	cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize
}

.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after,
.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px
}

.noUi-handle:after {
	left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}

.noUi-vertical .noUi-handle:after {
	top: 17px
}

[disabled] .noUi-connect {
	background: #B8B8B8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
	cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-pips {
	position: absolute;
	color: #999
}

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px
}

.noUi-marker {
	position: absolute;
	background: #CCC
}

.noUi-marker-sub {
	background: #AAA
}

.noUi-marker-large {
	background: #AAA
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%
}

.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%
}

.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%
}

.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
	left: auto;
	bottom: 10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
	-webkit-transform: translate(0, -18px);
	transform: translate(0, -18px);
	top: auto;
	right: 28px
}

:root {
	--color-white: #ffffff;
	--color-dark-pink: #72436f;
	--color-pink: #a85a9d;
	--color-light-pink: #fd6895;
	--color-orange: #e79899;
	--color-sand: #d0baae;
	--color-gray: #302f3f;
	--color-black: #21202a;
	--color-green: #68fde2;
	--gradient-from: #f37f7f;
	--gradient-to: #944b8c;
	--color-text: #fbe0d0
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.25;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
[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 {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: 0.35em 0.75em 0.625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

*,
::before,
::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@font-face {
	font-family: 'BloggerSans';
	font-display: swap;
	src: local("BloggerSans"), url("data:font/woff2;base64,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") format("woff2"), url(/themes/snow/public/fonts/subset-BloggerSans.svg) format("svg"), url(/themes/snow/public/fonts/subset-BloggerSans.ttf) format("truetype"), url(/themes/snow/public/fonts/subset-BloggerSans.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@media screen and (min-width: 361px) {
	@font-face {
		font-family: 'BloggerSans';
		font-display: swap;
		src: local("BloggerSans"), url(/themes/snow/public/fonts/subset-BloggerSans-Light.woff2) format("woff2"), url(/themes/snow/public/fonts/subset-BloggerSans-Light.svg) format("svg"), url(/themes/snow/public/fonts/subset-BloggerSans-Light.ttf) format("truetype"), url(/themes/snow/public/fonts/subset-BloggerSans-Light.woff) format("woff");
		font-weight: 300;
		font-style: normal
	}
	@font-face {
		font-family: 'BloggerSans';
		font-display: swap;
		src: local("BloggerSans"), url(/themes/snow/public/fonts/subset-BloggerSans-Medium.woff2) format("woff2"), url(/themes/snow/public/fonts/subset-BloggerSans-Medium.svg) format("svg"), url(/themes/snow/public/fonts/subset-BloggerSans-Medium.ttf) format("truetype"), url(/themes/snow/public/fonts/subset-BloggerSans-Medium.woff) format("woff");
		font-weight: 500;
		font-style: normal
	}
}

html {
	font-style: normal;
	font-weight: normal;
	line-height: 1.4;
	color: var(--color-text);
	font-size: 17px
}

body {
	background-color: var(--color-black);
	color: var(--color-text);
	font-family: "BloggerSans", sans-serif;
	font-size: 17px;
	line-height: 1.4;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-y: none
}

@media only screen and (max-width: 769px) {
	body {
		font-size: 16px
	}
}

a {
	color: #e79899;
	cursor: pointer;
	text-decoration: none
}

@media (hover),
(min-width: 0\0),
(min--moz-device-pixel-ratio: 0) {
	a:hover:not(.button) {
		text-decoration: underline
	}
}

a:active:not(.button) {
	text-decoration: underline
}

a.external-link-arrow {
	text-decoration: none !important
}

a.external-link-arrow:hover svg {
	--color: var(--color-pink)
}

a.external-link {
	color: var(--color-orange);
	text-decoration: none !important
}

a.external-link span {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-right: 4px;
	padding-bottom: 1px;
	border-bottom: 1px solid transparent
}

a.external-link:hover span {
	color: var(--color-pink);
	border-bottom-color: var(--color-dark-pink)
}

a.external-link:hover svg {
	--color: var(--color-pink)
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0;
	font-weight: 500;
	line-height: 1
}

h1,
.h1 {
	font-size: 38px;
	margin-top: 5px;
	margin-bottom: 20px
}

@media only screen and (max-width: 1025px) {
	h1,
	.h1 {
		font-size: 35px
	}
}

@media only screen and (max-width: 577px) {
	h1,
	.h1 {
		font-size: 30px
	}
}

h2,
.h2 {
	font-size: 32px;
	line-height: 35px;
	margin-top: 5px;
	margin-bottom: 20px
}

@media only screen and (max-width: 1025px) {
	h2,
	.h2 {
		font-size: 29px;
		line-height: 1
	}
}

@media only screen and (max-width: 577px) {
	h2,
	.h2 {
		font-size: 24px
	}
}

h3,
.h3 {
	font-size: 26px;
	line-height: 1;
	margin-top: 2px;
	margin-bottom: 10px
}

@media only screen and (max-width: 1025px) {
	h3,
	.h3 {
		font-size: 25px
	}
}

@media only screen and (max-width: 577px) {
	h3,
	.h3 {
		font-size: 20px
	}
}

h4,
.h4 {
	font-size: 22px;
	line-height: 1;
	margin-top: 5px;
	margin-bottom: 5px
}

@media only screen and (max-width: 1025px) {
	h4,
	.h4 {
		font-size: 21px
	}
}

@media only screen and (max-width: 577px) {
	h4,
	.h4 {
		font-size: 19px
	}
}

h5,
.h5 {
	font-size: 18px;
	line-height: 1;
	margin-top: 5px;
	margin-bottom: 5px
}

h6,
.h6 {
	font-size: 17px;
	line-height: 1;
	margin-top: 5px;
	margin-bottom: 5px
}

.font-light-24 {
	font-weight: 300;
	font-size: 24px
}

.font-light-18 {
	font-weight: 300;
	color: var(--color-orange);
	font-size: 18px
}

.font-light-16 {
	font-weight: 300;
	color: var(--color-orange);
	font-size: 16px
}

p {
	line-height: 1.47;
	margin: 0 0 12px 0
}

p:last-child {
	margin: 0
}

small,
.small {
	font-size: 80%
}

.uppercase {
	text-transform: uppercase
}

.text-center {
	text-align: center !important
}

.lowercase {
	text-transform: lowercase !important
}

.text-overflow {
	display: inline-block;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.fast {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 25%, 0);
		transform: translate3d(0, 25%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 25%, 0);
		transform: translate3d(0, 25%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -25%, 0);
		transform: translate3d(0, -25%, 0)
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -25%, 0);
		transform: translate3d(0, -25%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -25%, 0);
		transform: translate3d(0, -25%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -25%, 0);
		transform: translate3d(0, -25%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 25%, 0);
		transform: translate3d(0, 25%, 0)
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 25%, 0);
		transform: translate3d(0, 25%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

#linear-gradient-color2 {
	--color-stop-1: var(--gradient-from);
	--color-stop-2: var(--gradient-to)
}

[class*="icon-svg"] {
	width: 22px;
	height: 22px
}

[class*="icon-svg"].icon-svg-plus {
	--color: var(--color-orange)
}

[class*="icon-svg"].icon-svg-enter {
	--color: var(--color-text);
	--color-chevron: var(--color-text)
}

[class*="icon-svg"].icon-svg-anonymous {
	--color: var(--color-text)
}

[class*="icon-svg"].icon-svg-instagram {
	--color: var(--color-text)
}

[class*="icon-svg"].icon-svg-vk {
	--color: var(--color-text)
}

[class*="icon-svg"].icon-svg-like {
	--color: var(--color-orange)
}

[class*="icon-svg"].icon-svg-dislike {
	--color: var(--color-orange)
}

[class*="icon-svg"].icon-svg-info {
	--color: var(--color-text);
	--color-bg: url(#linear-gradient-color2)
}

[class*="icon-svg"].icon-svg-play {
	--color: var(--color-text);
	--color-bg: url(#linear-gradient-color2)
}

[class*="icon-svg"].icon-svg-search {
	--color: url(#linear-gradient-color2);
	--color-flare: var(--color-orange)
}

[class*="icon-svg"].icon-svg-sort {
	--color: var(--color-text)
}

[class*="icon-svg"].icon-svg-link {
	--color: var(--color-orange);
	--color-shadow: var(--color-pink);
	width: 14px;
	height: 14px
}

[class*="icon-svg"].icon-svg-telegram {
	--color: var(--color-orange)
}

[class*="icon-svg"].icon-svg-dropdown {
	--color-top: var(--color-orange);
	--color-bottom: var(--color-pink)
}

[class*="icon-svg"].icon-svg-close {
	--color: url(#linear-gradient-color2)
}

[class*="icon-svg"].icon-svg-random {
	--color: var(--color-text);
	--color-bg: url(#linear-gradient-color2)
}

[class*="icon-svg"].icon-svg-star {
	--color-border: var(--color-orange);
	--color-fill: transparent
}

[class*="icon-svg"].icon-svg-menu-toggle {
	--color: url(#linear-gradient-color2)
}

[class*="icon-svg"].icon-svg-arrow-next {
	--color: var(--color-pink)
}

[class*="icon-svg"].icon-svg-arrow-prev {
	--color: var(--color-pink)
}

[class*="icon-svg"].icon-svg-chevron-left {
	--color: #9B9B9B
}

[class*="icon-svg"].icon-svg-chevron-right {
	--color: #9B9B9B
}

[class*="icon-svg"].icon-svg-play-triangle {
	--color: url(#linear-gradient-color2)
}

[class*="flag-"] {
	display: inline-block;
	position: relative;
	background-image: url(/themes/snow/public/images/flags.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px
}

[class*="flag-"].flag-usa {
	background-position: -40px -140px
}

[class*="flag-"].flag-russia {
	background-position: -40px -140px
}

[class*="flag-"].flag-japan {
	background-position: -160px -260px
}

[class*="flag-"].flag-south-korea {
	background-position: -20px -480px
}

[class*="flag-"].flag-ussr {
	background-position: -40px -140px
}

[class*="flag-"].flag-india {
	background-position: -40px -140px
}

[class*="flag-"].flag-france {
	background-position: -40px -140px
}

[class*="flag-"].flag-great-britain {
	background-position: -40px -140px
}

[class*="flag-"].flag-spain {
	background-position: -40px -140px
}

[class*="flag-"].flag-italy {
	background-position: -40px -140px
}

[class*="flag-"].flag-great-canada {
	background-position: -40px -140px
}

[class*="flag-"].flag-china {
	background-position: -40px -140px
}

[class*="flag-"].flag-taiwan {
	background-position: -40px -500px
}

.swal2-popup.swal2-toast {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	padding: .625em;
	overflow-y: hidden;
	background: #fff;
	-webkit-box-shadow: 0 0 0.625em #d9d9d9;
	box-shadow: 0 0 0.625em #d9d9d9
}

.swal2-popup.swal2-toast .swal2-header {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0
}

.swal2-popup.swal2-toast .swal2-title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 0.6em;
	font-size: 1em
}

.swal2-popup.swal2-toast .swal2-footer {
	margin: 0.5em 0 0;
	padding: 0.5em 0 0;
	font-size: .8em
}

.swal2-popup.swal2-toast .swal2-close {
	position: static;
	width: .8em;
	height: .8em;
	line-height: .8
}

.swal2-popup.swal2-toast .swal2-content {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0;
	font-size: 1em
}

.swal2-popup.swal2-toast .swal2-icon {
	width: 2em;
	min-width: 2em;
	height: 2em;
	margin: 0
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.8em;
	font-weight: bold
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
		font-size: .25em
	}
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
	width: 2em;
	height: 2em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
	top: .875em;
	width: 1.375em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
	left: .3125em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
	right: .3125em
}

.swal2-popup.swal2-toast .swal2-actions {
	-ms-flex-preferred-size: auto !important;
	flex-basis: auto !important;
	width: auto;
	height: auto;
	margin: 0 .3125em
}

.swal2-popup.swal2-toast .swal2-styled {
	margin: 0 .3125em;
	padding: .3125em .625em;
	font-size: 1em
}

.swal2-popup.swal2-toast .swal2-styled:focus {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4)
}

.swal2-popup.swal2-toast .swal2-success {
	border-color: #a5dc86
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
	position: absolute;
	width: 1.6em;
	height: 3em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 50%
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
	top: -.8em;
	left: -.5em;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 2em 2em;
	-ms-transform-origin: 2em 2em;
	transform-origin: 2em 2em;
	border-radius: 4em 0 0 4em
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
	top: -.25em;
	left: .9375em;
	-webkit-transform-origin: 0 1.5em;
	-ms-transform-origin: 0 1.5em;
	transform-origin: 0 1.5em;
	border-radius: 0 4em 4em 0
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
	width: 2em;
	height: 2em
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
	top: 0;
	left: .4375em;
	width: .4375em;
	height: 2.6875em
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
	height: .3125em
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
	top: 1.125em;
	left: .1875em;
	width: .75em
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
	top: .9375em;
	right: .1875em;
	width: 1.375em
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
	-webkit-animation: swal2-toast-animate-success-line-tip .75s;
	animation: swal2-toast-animate-success-line-tip .75s
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
	-webkit-animation: swal2-toast-animate-success-line-long .75s;
	animation: swal2-toast-animate-success-line-long .75s
}

.swal2-popup.swal2-toast.swal2-show {
	-webkit-animation: swal2-toast-show 0.5s;
	animation: swal2-toast-show 0.5s
}

.swal2-popup.swal2-toast.swal2-hide {
	-webkit-animation: swal2-toast-hide 0.1s forwards;
	animation: swal2-toast-hide 0.1s forwards
}

.swal2-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	z-index: 1060000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .625em;
	overflow-x: hidden;
	-webkit-transition: background-color 0.1s;
	-o-transition: background-color 0.1s;
	transition: background-color 0.1s;
	-webkit-overflow-scrolling: touch
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
	background: rgba(0, 0, 0, 0.4)
}

.swal2-container.swal2-backdrop-hide {
	background: transparent !important
}

.swal2-container.swal2-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.swal2-container.swal2-top-start,
.swal2-container.swal2-top-left {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.swal2-container.swal2-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.swal2-container.swal2-center-start,
.swal2-container.swal2-center-left {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.swal2-container.swal2-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.swal2-container.swal2-bottom-start,
.swal2-container.swal2-bottom-left {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.swal2-container.swal2-bottom>:first-child,
.swal2-container.swal2-bottom-start>:first-child,
.swal2-container.swal2-bottom-left>:first-child,
.swal2-container.swal2-bottom-end>:first-child,
.swal2-container.swal2-bottom-right>:first-child {
	margin-top: auto
}

.swal2-container.swal2-grow-fullscreen>.swal2-modal {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.swal2-container.swal2-grow-row>.swal2-modal {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.swal2-container.swal2-grow-column {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swal2-container.swal2-grow-column.swal2-top,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-bottom {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.swal2-container.swal2-grow-column.swal2-top-start,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-bottom-left {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-top-right,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-bottom-right {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.swal2-container.swal2-grow-column>.swal2-modal {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.swal2-container.swal2-no-transition {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal {
	margin: auto
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.swal2-container .swal2-modal {
		margin: 0 !important
	}
}

.swal2-popup {
	display: none;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32em;
	max-width: 100%;
	padding: 1.25em;
	border: none;
	border-radius: .3125em;
	background: #fff;
	font-family: inherit;
	font-size: 1rem
}

.swal2-popup:focus {
	outline: none
}

.swal2-popup.swal2-loading {
	overflow-y: hidden
}

.swal2-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 1.8em
}

.swal2-title {
	position: relative;
	max-width: 100%;
	margin: 0 0 0.4em;
	padding: 0;
	color: #595959;
	font-size: 1.875em;
	font-weight: 600;
	text-align: center;
	text-transform: none;
	word-wrap: break-word
}

.swal2-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 1.25em auto 0
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
	opacity: .4
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1))
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 2.5em;
	height: 2.5em;
	margin: .46875em;
	padding: 0;
	-webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
	animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
	border: .25em solid transparent;
	border-radius: 100%;
	border-color: transparent;
	background-color: transparent !important;
	color: transparent !important;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
	margin-right: 30px;
	margin-left: 30px
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	-webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
	animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
	border: 3px solid #999;
	border-radius: 50%;
	border-right-color: transparent;
	-webkit-box-shadow: 1px 1px 1px #fff;
	box-shadow: 1px 1px 1px #fff
}

.swal2-styled {
	margin: .3125em;
	padding: .625em 2em;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 500
}

.swal2-styled:not([disabled]) {
	cursor: pointer
}

.swal2-styled.swal2-confirm {
	border: 0;
	border-radius: .25em;
	background: initial;
	background-color: #3085d6;
	color: #fff;
	font-size: 1.0625em
}

.swal2-styled.swal2-cancel {
	border: 0;
	border-radius: .25em;
	background: initial;
	background-color: #aaa;
	color: #fff;
	font-size: 1.0625em
}

.swal2-styled:focus {
	outline: none;
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4)
}

.swal2-styled::-moz-focus-inner {
	border: 0
}

.swal2-footer {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 1.25em 0 0;
	padding: 1em 0 0;
	border-top: 1px solid #eee;
	color: #545454;
	font-size: 1em
}

.swal2-timer-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: .25em;
	overflow: hidden;
	border-bottom-right-radius: .3125em;
	border-bottom-left-radius: .3125em
}

.swal2-timer-progress-bar {
	width: 100%;
	height: .25em;
	background: rgba(0, 0, 0, 0.2)
}

.swal2-image {
	max-width: 100%;
	margin: 1.25em auto
}

.swal2-close {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 1.2em;
	height: 1.2em;
	padding: 0;
	overflow: hidden;
	-webkit-transition: color 0.1s ease-out;
	-o-transition: color 0.1s ease-out;
	transition: color 0.1s ease-out;
	border: none;
	border-radius: 0;
	background: rgba(0, 0, 0, 0);
	color: #ccc;
	font-family: serif;
	font-size: 2.5em;
	line-height: 1.2;
	cursor: pointer
}

.swal2-close:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background: rgba(0, 0, 0, 0);
	color: #f27474
}

.swal2-close::-moz-focus-inner {
	border: 0
}

.swal2-content {
	z-index: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0 1.6em;
	color: #545454;
	font-size: 1.125em;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	word-wrap: break-word
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
	margin: 1em auto
}

.swal2-input,
.swal2-file,
.swal2-textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	-webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
	transition: border-color 0.3s, -webkit-box-shadow 0.3s;
	-o-transition: border-color 0.3s, box-shadow 0.3s;
	transition: border-color 0.3s, box-shadow 0.3s;
	transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
	border: 1px solid #d9d9d9;
	border-radius: .1875em;
	background: inherit;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
	color: inherit;
	font-size: 1.125em
}

.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
	border-color: #f27474 !important;
	-webkit-box-shadow: 0 0 2px #f27474 !important;
	box-shadow: 0 0 2px #f27474 !important
}

.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
	border: 1px solid #b4dbed;
	outline: none;
	-webkit-box-shadow: 0 0 3px #c4e6f5;
	box-shadow: 0 0 3px #c4e6f5
}

.swal2-input::-webkit-input-placeholder,
.swal2-file::-webkit-input-placeholder,
.swal2-textarea::-webkit-input-placeholder {
	color: #ccc
}

.swal2-input::-moz-placeholder,
.swal2-file::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
	color: #ccc
}

.swal2-input:-ms-input-placeholder,
.swal2-file:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
	color: #ccc
}

.swal2-input::-ms-input-placeholder,
.swal2-file::-ms-input-placeholder,
.swal2-textarea::-ms-input-placeholder {
	color: #ccc
}

.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
	color: #ccc
}

.swal2-range {
	margin: 1em auto;
	background: #fff
}

.swal2-range input {
	width: 80%
}

.swal2-range output {
	width: 20%;
	color: inherit;
	font-weight: 600;
	text-align: center
}

.swal2-range input,
.swal2-range output {
	height: 2.625em;
	padding: 0;
	font-size: 1.125em;
	line-height: 2.625em
}

.swal2-input {
	height: 2.625em;
	padding: 0 0.75em
}

.swal2-input[type='number'] {
	max-width: 10em
}

.swal2-file {
	background: inherit;
	font-size: 1.125em
}

.swal2-textarea {
	height: 6.75em;
	padding: .75em
}

.swal2-select {
	min-width: 50%;
	max-width: 100%;
	padding: .375em .625em;
	background: inherit;
	color: inherit;
	font-size: 1.125em
}

.swal2-radio,
.swal2-checkbox {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	color: inherit
}

.swal2-radio label,
.swal2-checkbox label {
	margin: 0 .6em;
	font-size: 1.125em
}

.swal2-radio input,
.swal2-checkbox input {
	margin: 0 .4em
}

.swal2-validation-message {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .625em;
	overflow: hidden;
	background: #f0f0f0;
	color: #666;
	font-size: 1em;
	font-weight: 300
}

.swal2-validation-message::before {
	content: '!';
	display: inline-block;
	width: 1.5em;
	min-width: 1.5em;
	height: 1.5em;
	margin: 0 .625em;
	border-radius: 50%;
	background-color: #f27474;
	color: #fff;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center
}

.swal2-icon {
	position: relative;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 5em;
	height: 5em;
	margin: 1.25em auto 1.875em;
	border: .25em solid transparent;
	border-radius: 50%;
	font-family: inherit;
	line-height: 5em;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.swal2-icon .swal2-icon-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 3.75em
}

.swal2-icon.swal2-error {
	border-color: #f27474;
	color: #f27474
}

.swal2-icon.swal2-error .swal2-x-mark {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
	display: block;
	position: absolute;
	top: 2.3125em;
	width: 2.9375em;
	height: .3125em;
	border-radius: .125em;
	background-color: #f27474
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
	left: 1.0625em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
	right: 1em;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.swal2-icon.swal2-error.swal2-icon-show {
	-webkit-animation: swal2-animate-error-icon .5s;
	animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
	-webkit-animation: swal2-animate-error-x-mark .5s;
	animation: swal2-animate-error-x-mark .5s
}

.swal2-icon.swal2-warning {
	border-color: #facea8;
	color: #f8bb86
}

.swal2-icon.swal2-info {
	border-color: #9de0f6;
	color: #3fc3ee
}

.swal2-icon.swal2-question {
	border-color: #c9dae1;
	color: #87adbd
}

.swal2-icon.swal2-success {
	border-color: #a5dc86;
	color: #a5dc86
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
	position: absolute;
	width: 3.75em;
	height: 7.5em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 50%
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
	top: -.4375em;
	left: -2.0635em;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 3.75em 3.75em;
	-ms-transform-origin: 3.75em 3.75em;
	transform-origin: 3.75em 3.75em;
	border-radius: 7.5em 0 0 7.5em
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
	top: -.6875em;
	left: 1.875em;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 3.75em;
	-ms-transform-origin: 0 3.75em;
	transform-origin: 0 3.75em;
	border-radius: 0 7.5em 7.5em 0
}

.swal2-icon.swal2-success .swal2-success-ring {
	position: absolute;
	z-index: 2;
	top: -.25em;
	left: -.25em;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	border: 0.25em solid rgba(165, 220, 134, 0.3);
	border-radius: 50%
}

.swal2-icon.swal2-success .swal2-success-fix {
	position: absolute;
	z-index: 1;
	top: .5em;
	left: 1.625em;
	width: .4375em;
	height: 5.625em;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^='swal2-success-line'] {
	display: block;
	position: absolute;
	z-index: 2;
	height: .3125em;
	border-radius: .125em;
	background-color: #a5dc86
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
	top: 2.875em;
	left: .8125em;
	width: 1.5625em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
	top: 2.375em;
	right: .5em;
	width: 2.9375em;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
	-webkit-animation: swal2-animate-success-line-tip .75s;
	animation: swal2-animate-success-line-tip .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
	-webkit-animation: swal2-animate-success-line-long .75s;
	animation: swal2-animate-success-line-long .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
	-webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
	animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.swal2-progress-steps {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 1.25em;
	padding: 0;
	background: inherit;
	font-weight: 600
}

.swal2-progress-steps li {
	display: inline-block;
	position: relative
}

.swal2-progress-steps .swal2-progress-step {
	z-index: 20;
	width: 2em;
	height: 2em;
	border-radius: 2em;
	background: #3085d6;
	color: #fff;
	line-height: 2em;
	text-align: center
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
	background: #3085d6
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
	background: #add8e6;
	color: #fff
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
	background: #add8e6
}

.swal2-progress-steps .swal2-progress-step-line {
	z-index: 10;
	width: 2.5em;
	height: .4em;
	margin: 0 -1px;
	background: #3085d6
}

[class^='swal2'] {
	-webkit-tap-highlight-color: transparent
}

.swal2-show {
	-webkit-animation: swal2-show 0.3s;
	animation: swal2-show 0.3s
}

.swal2-hide {
	-webkit-animation: swal2-hide 0.15s forwards;
	animation: swal2-hide 0.15s forwards
}

.swal2-noanimation {
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

.swal2-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

.swal2-rtl .swal2-close {
	right: auto;
	left: 0
}

.swal2-rtl .swal2-timer-progress-bar {
	right: 0;
	left: auto
}

@supports (-ms-accelerator: true) {
	.swal2-range input {
		width: 100% !important
	}
	.swal2-range output {
		display: none
	}
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.swal2-range input {
		width: 100% !important
	}
	.swal2-range output {
		display: none
	}
}

@-moz-document url-prefix() {
	.swal2-close:focus {
		outline: 2px solid rgba(50, 100, 150, 0.4)
	}
}

@-webkit-keyframes swal2-toast-show {
	0% {
		-webkit-transform: translateY(-0.625em) rotateZ(2deg);
		transform: translateY(-0.625em) rotateZ(2deg)
	}
	33% {
		-webkit-transform: translateY(0) rotateZ(-2deg);
		transform: translateY(0) rotateZ(-2deg)
	}
	66% {
		-webkit-transform: translateY(0.3125em) rotateZ(2deg);
		transform: translateY(0.3125em) rotateZ(2deg)
	}
	100% {
		-webkit-transform: translateY(0) rotateZ(0deg);
		transform: translateY(0) rotateZ(0deg)
	}
}

@keyframes swal2-toast-show {
	0% {
		-webkit-transform: translateY(-0.625em) rotateZ(2deg);
		transform: translateY(-0.625em) rotateZ(2deg)
	}
	33% {
		-webkit-transform: translateY(0) rotateZ(-2deg);
		transform: translateY(0) rotateZ(-2deg)
	}
	66% {
		-webkit-transform: translateY(0.3125em) rotateZ(2deg);
		transform: translateY(0.3125em) rotateZ(2deg)
	}
	100% {
		-webkit-transform: translateY(0) rotateZ(0deg);
		transform: translateY(0) rotateZ(0deg)
	}
}

@-webkit-keyframes swal2-toast-hide {
	100% {
		-webkit-transform: rotateZ(1deg);
		transform: rotateZ(1deg);
		opacity: 0
	}
}

@keyframes swal2-toast-hide {
	100% {
		-webkit-transform: rotateZ(1deg);
		transform: rotateZ(1deg);
		opacity: 0
	}
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
	0% {
		top: .5625em;
		left: .0625em;
		width: 0
	}
	54% {
		top: .125em;
		left: .125em;
		width: 0
	}
	70% {
		top: .625em;
		left: -.25em;
		width: 1.625em
	}
	84% {
		top: 1.0625em;
		left: .75em;
		width: .5em
	}
	100% {
		top: 1.125em;
		left: .1875em;
		width: .75em
	}
}

@keyframes swal2-toast-animate-success-line-tip {
	0% {
		top: .5625em;
		left: .0625em;
		width: 0
	}
	54% {
		top: .125em;
		left: .125em;
		width: 0
	}
	70% {
		top: .625em;
		left: -.25em;
		width: 1.625em
	}
	84% {
		top: 1.0625em;
		left: .75em;
		width: .5em
	}
	100% {
		top: 1.125em;
		left: .1875em;
		width: .75em
	}
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
	0% {
		top: 1.625em;
		right: 1.375em;
		width: 0
	}
	65% {
		top: 1.25em;
		right: .9375em;
		width: 0
	}
	84% {
		top: .9375em;
		right: 0;
		width: 1.125em
	}
	100% {
		top: .9375em;
		right: .1875em;
		width: 1.375em
	}
}

@keyframes swal2-toast-animate-success-line-long {
	0% {
		top: 1.625em;
		right: 1.375em;
		width: 0
	}
	65% {
		top: 1.25em;
		right: .9375em;
		width: 0
	}
	84% {
		top: .9375em;
		right: 0;
		width: 1.125em
	}
	100% {
		top: .9375em;
		right: .1875em;
		width: 1.375em
	}
}

@-webkit-keyframes swal2-show {
	0% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7)
	}
	45% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
	80% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes swal2-show {
	0% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7)
	}
	45% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
	80% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes swal2-hide {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0
	}
}

@keyframes swal2-hide {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0
	}
}

@-webkit-keyframes swal2-animate-success-line-tip {
	0% {
		top: 1.1875em;
		left: .0625em;
		width: 0
	}
	54% {
		top: 1.0625em;
		left: .125em;
		width: 0
	}
	70% {
		top: 2.1875em;
		left: -.375em;
		width: 3.125em
	}
	84% {
		top: 3em;
		left: 1.3125em;
		width: 1.0625em
	}
	100% {
		top: 2.8125em;
		left: .8125em;
		width: 1.5625em
	}
}

@keyframes swal2-animate-success-line-tip {
	0% {
		top: 1.1875em;
		left: .0625em;
		width: 0
	}
	54% {
		top: 1.0625em;
		left: .125em;
		width: 0
	}
	70% {
		top: 2.1875em;
		left: -.375em;
		width: 3.125em
	}
	84% {
		top: 3em;
		left: 1.3125em;
		width: 1.0625em
	}
	100% {
		top: 2.8125em;
		left: .8125em;
		width: 1.5625em
	}
}

@-webkit-keyframes swal2-animate-success-line-long {
	0% {
		top: 3.375em;
		right: 2.875em;
		width: 0
	}
	65% {
		top: 3.375em;
		right: 2.875em;
		width: 0
	}
	84% {
		top: 2.1875em;
		right: 0;
		width: 3.4375em
	}
	100% {
		top: 2.375em;
		right: .5em;
		width: 2.9375em
	}
}

@keyframes swal2-animate-success-line-long {
	0% {
		top: 3.375em;
		right: 2.875em;
		width: 0
	}
	65% {
		top: 3.375em;
		right: 2.875em;
		width: 0
	}
	84% {
		top: 2.1875em;
		right: 0;
		width: 3.4375em
	}
	100% {
		top: 2.375em;
		right: .5em;
		width: 2.9375em
	}
}

@-webkit-keyframes swal2-rotate-success-circular-line {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	5% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	12% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
	100% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
}

@keyframes swal2-rotate-success-circular-line {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	5% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	12% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
	100% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
}

@-webkit-keyframes swal2-animate-error-x-mark {
	0% {
		margin-top: 1.625em;
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
		opacity: 0
	}
	50% {
		margin-top: 1.625em;
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
		opacity: 0
	}
	80% {
		margin-top: -.375em;
		-webkit-transform: scale(1.15);
		transform: scale(1.15)
	}
	100% {
		margin-top: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes swal2-animate-error-x-mark {
	0% {
		margin-top: 1.625em;
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
		opacity: 0
	}
	50% {
		margin-top: 1.625em;
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
		opacity: 0
	}
	80% {
		margin-top: -.375em;
		-webkit-transform: scale(1.15);
		transform: scale(1.15)
	}
	100% {
		margin-top: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@-webkit-keyframes swal2-animate-error-icon {
	0% {
		-webkit-transform: rotateX(100deg);
		transform: rotateX(100deg);
		opacity: 0
	}
	100% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1
	}
}

@keyframes swal2-animate-error-icon {
	0% {
		-webkit-transform: rotateX(100deg);
		transform: rotateX(100deg);
		opacity: 0
	}
	100% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1
	}
}

@-webkit-keyframes swal2-rotate-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swal2-rotate-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
	overflow: hidden
}

body.swal2-height-auto {
	height: auto !important
}

body.swal2-no-backdrop .swal2-container {
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	max-width: calc(100% - .625em * 2);
	background-color: transparent !important
}

body.swal2-no-backdrop .swal2-container>.swal2-modal {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}

body.swal2-no-backdrop .swal2-container.swal2-top {
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-top-start,
body.swal2-no-backdrop .swal2-container.swal2-top-left {
	top: 0;
	left: 0
}

body.swal2-no-backdrop .swal2-container.swal2-top-end,
body.swal2-no-backdrop .swal2-container.swal2-top-right {
	top: 0;
	right: 0
}

body.swal2-no-backdrop .swal2-container.swal2-center {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

body.swal2-no-backdrop .swal2-container.swal2-center-start,
body.swal2-no-backdrop .swal2-container.swal2-center-left {
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-center-end,
body.swal2-no-backdrop .swal2-container.swal2-center-right {
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-bottom {
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-start,
body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
	bottom: 0;
	left: 0
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-end,
body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
	right: 0;
	bottom: 0
}

@media print {
	body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
		overflow-y: scroll !important
	}
	body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden='true'] {
		display: none
	}
	body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
		position: static !important
	}
}

body.swal2-toast-shown .swal2-container {
	background-color: transparent
}

body.swal2-toast-shown .swal2-container.swal2-top {
	top: 0;
	right: auto;
	bottom: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
	top: 0;
	right: 0;
	bottom: auto;
	left: auto
}

body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
	top: 0;
	right: auto;
	bottom: auto;
	left: 0
}

body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-center {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
	top: 50%;
	right: 0;
	bottom: auto;
	left: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
	top: auto;
	right: auto;
	bottom: 0;
	left: 0
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
	top: auto;
	right: auto;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
	top: auto;
	right: 0;
	bottom: 0;
	left: auto
}

body.swal2-toast-column .swal2-toast {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

body.swal2-toast-column .swal2-toast .swal2-actions {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	height: 2.2em;
	margin-top: .3125em
}

body.swal2-toast-column .swal2-toast .swal2-loading {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

body.swal2-toast-column .swal2-toast .swal2-input {
	height: 2em;
	margin: .3125em auto;
	font-size: 1em
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
	font-size: 1em
}

.container {
	width: 100%;
	max-width: 1005px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative
}

@media only screen and (max-width: 1025px) {
	.container {
		max-width: 100%
	}
}

@media only screen and (max-width: 577px) {
	.container {
		padding: 0 12px
	}
}

.full-width {
	width: 100%
}

[data-simplebar] {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 0
}

.simplebar-offset {
	direction: inherit !important;
	-webkit-box-sizing: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0 !important;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
	direction: inherit;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	visibility: visible;
	max-width: 100%;
	max-height: 100%;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	width: 0;
	height: 0
}

.simplebar-content:before,
.simplebar-content:after {
	content: ' ';
	display: table
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
	-webkit-box-sizing: inherit !important;
	box-sizing: inherit !important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	-webkit-box-flex: inherit;
	-ms-flex-positive: inherit;
	flex-grow: inherit;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0
}

.simplebar-height-auto-observer {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1
}

.simplebar-track {
	border-radius: 8px;
	z-index: 1;
	position: absolute;
	right: 5px;
	bottom: 0;
	pointer-events: none;
	overflow: hidden
}

.simplebar-track::before {
	background: var(--color-pink);
	opacity: 0.3;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all
}

.simplebar-scrollbar {
	position: absolute;
	left: 0;
	right: 0;
	min-height: 10px
}

.simplebar-scrollbar:before {
	position: absolute;
	content: '';
	background: var(--color-pink);
	border-radius: 7px;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
	opacity: 0.5;
	-webkit-transition: opacity 0s linear;
	-o-transition: opacity 0s linear;
	transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
	top: 0;
	width: 3px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 3px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto
}

[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0
}

.hs-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none
}

@font-face {
	font-family: 'swiper-icons';
	src: url("data:application/font-woff;charset=utf-8;base64, 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") 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;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-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 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-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;
	-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-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -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 {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}

.swiper-button {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 36px;
	width: 36px;
	padding: 0;
	-webkit-box-shadow: 0px 4px 4px rgba(35, 36, 52, 0.73);
	box-shadow: 0px 4px 4px rgba(35, 36, 52, 0.73);
	background-color: var(--color-text);
	z-index: 10;
	border: none;
	outline: none;
	cursor: pointer
}

.swiper-button::before {
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	border-radius: 50%;
	position: absolute;
	pointer-events: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
	background-image: -o-linear-gradient(left, #f37f7f, #944b8c);
	background-image: linear-gradient(to right, #f37f7f, #944b8c);
	content: "";
	opacity: 0
}

.swiper-button svg {
	z-index: 1;
	--color: var(--color-pink);
	width: 64%;
	height: 64%;
	position: relative
}

.swiper-button-prev {
	left: 0
}

.swiper-button-prev svg {
	right: 1px
}

.swiper-button-next {
	right: 0
}

.swiper-button-next svg {
	left: 1px
}

.swiper-button-disabled {
	display: none
}

@media (hover),
(min-width: 0\0),
(min--moz-device-pixel-ratio: 0) {
	.swiper-button::before {
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.swiper-button:hover::before {
		opacity: 1
	}
	.swiper-button:hover svg {
		--color: var(--color-text)
	}
}

.swiper-button:active::before {
	opacity: 1
}

.swiper-button:active svg {
	--color: var(--color-text)
}

@media only screen and (max-width: 769px) {
	.swiper-button {
		height: 30px;
		width: 30px
	}
}

.breadcrumbs {
	padding: 0 0 6px 0;
	margin-bottom: 19px;
	position: relative
}

.breadcrumbs::before {
	position: absolute;
	bottom: 0;
	background: -o-linear-gradient(25deg, #f37f7f, #944b8c);
	background: linear-gradient(65deg, #f37f7f, #944b8c);
	opacity: 0.4;
	height: 1px;
	width: 100%;
	display: inline-block;
	content: ""
}

@media only screen and (max-width: 769px) {
	.breadcrumbs {
		padding-bottom: 2px;
		margin-bottom: 18px
	}
}

.breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0
}

@media only screen and (max-width: 769px) {
	.breadcrumbs ul {
		white-space: nowrap;
		overflow-x: hidden
	}
}

.breadcrumbs ul li {
	position: relative;
	display: inline
}

.breadcrumbs ul li>span {
	font-size: 16px;
	color: var(--color-text);
	font-weight: 300
}

.breadcrumbs ul li a {
	color: var(--color-orange);
	font-size: 16px;
	font-weight: 300;
	text-decoration: none !important
}

.breadcrumbs ul li a:hover {
	color: var(--color-pink)
}

.breadcrumbs ul li:not(:last-child) {
	padding-right: 2px
}

.breadcrumbs ul li:not(:last-child)::after {
	margin-left: 6px;
	content: "»";
	font-size: 15px;
	color: var(--color-orange)
}

.breadcrumbs ul li:nth-last-child(-n+2)::after {
	color: var(--color-text)
}

.button {
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 8px;
	cursor: pointer;
	padding: 9px 25px;
	border: none;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	line-height: 1;
	font-weight: 500;
	color: var(--color-text);
	background-color: transparent;
	min-height: 40px
}

.button::before {
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	border-radius: 8px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
	background-image: -o-linear-gradient(left, #f37f7f, #944b8c);
	background-image: linear-gradient(to right, #f37f7f, #944b8c);
	content: ""
}

.button::after {
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	border-radius: 8px;
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	background-color: var(--color-black);
	content: "";
	opacity: 0
}

.button span {
	z-index: 1
}

.button:disabled,
.button.button_disabled {
	pointer-events: none;
	cursor: default;
	opacity: .5
}

@media (hover),
(min-width: 0\0),
(min--moz-device-pixel-ratio: 0) {
	.button::after {
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.button:hover::after {
		opacity: 1
	}
}

.button:active::after {
	opacity: 1
}

.button.button_type_border::after {
	opacity: 1
}

@media (hover),
(min-width: 0\0),
(min--moz-device-pixel-ratio: 0) {
	.button.button_type_border:hover::after {
		opacity: 0
	}
}

.button.button_type_border:active::after {
	opacity: 0
}

.button.button_type_with-icon {
	color: var(--color-text)
}

.button.button_type_with-icon::before {
	opacity: .4
}

.button.button_type_with-icon .icon,
.button.button_type_with-icon svg {
	margin-right: 10px;
	z-index: 1
}

.ipad .button.button_type_with-icon span {
	position: relative;
	top: 2px
}

@media (hover),
(min-width: 0\0),
(min--moz-device-pixel-ratio: 0) {
	.button.button_type_with-icon,
	.button.button_type_with-icon::before {
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.button.button_type_with-icon:hover {
		color: var(--color-text)
	}
	.button.button_type_with-icon:hover::after {
		background-color: transparent
	}
	.button.button_type_with-icon:hover::before {
		opacity: .7
	}
}

.button.button_type_with-icon:active {
	color: var(--color-text)
}

.button.button_type_with-icon:active::after {
	background-color: transparent
}

.button.button_type_with-icon:active::before {
	opacity: .7
}

.button.button_type_pink-border {
	color: var(--color-text);
	border: 1px solid var(--color-pink);
	background: transparent
}

.button.button_type_pink-border::before,
.button.button_type_pink-border::after {
	content: none
}

.button.button_type_pink-border .icon,
.button.button_type_pink-border svg {
	margin-right: 10px;
	z-index: 1;
	--color: var(--color-text)
}

.ipad .button.button_type_pink-border span {
	position: relative;
	top: 2px
}

@media (hover),
(min-width: 0\0),
(min--moz-device-pixel-ratio: 0) {
	.button.button_type_pink-border:hover {
		background: var(--color-pink)
	}
}

.button.button_type_pink-border:active {
	background: var(--color-pink)
}

.button-link {
	border: none;
	background: none;
	padding: 0;
	outline: none;
	color: var(--color-orange);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.show-more-wrap {
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	overflow-y: hidden;
	position: relative;
	padding-bottom: 10px
}

.show-more-wrap::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	content: "";
	background-image: -webkit-gradient(linear, left bottom, left top, from(#21202a), to(rgba(33, 32, 42, 0)));
	background-image: -o-linear-gradient(bottom, #21202a, rgba(33, 32, 42, 0));
	background-image: linear-gradient(to top, #21202a, rgba(33, 32, 42, 0))
}

.show-more__toggle {
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	color: var(--color-orange);
	text-decoration: none !important;
	display: inline-block;
	margin-top: 6px
}

.show-more__toggle svg {
	margin-bottom: -7px
}

.show-more__toggle[aria-hidden="true"] {
	display: none
}

[aria-expanded="true"]+.show-more__toggle svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

@media (hover),
(min-width: 0\0),
(min--moz-device-pixel-ratio: 0) {
	.show-more__toggle {
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.show-more__toggle:hover {
		color: var(--color-pink)
	}
	.show-more__toggle:hover svg {
		--color-top: var(--color-pink)
	}
}

.show-more__toggle:active {
	color: var(--color-pink)
}

.show-more__toggle:active svg {
	--color-top: var(--color-pink)
}

@media only screen and (max-width: 769px) {
	.show-more__toggle {
		display: inline-block;
		font-size: 16px;
		font-weight: 400;
		margin-top: 3px
	}
	.show-more__toggle svg {
		margin-left: -5px
	}
}

.form-item:not(:last-child) {
	margin-bottom: 25px
}

.form-item input[type="text"],
.form-item input[type="search"],
.form-item input[type="number"],
.form-item input[type="date"],
.form-item input[type="time"],
.form-item input[type="email"],
.form-item input[type="tel"] {
	border-radius: 8px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	min-height: 40px;
	padding: 10px 11px;
	font-size: 16px;
	color: var(--color-text);
	border: 1px solid #e79899b3;
	outline: none;
	background-color: transparent
}

.form-item input[type="text"]:focus,
.form-item input[type="search"]:focus,
.form-item input[type="number"]:focus,
.form-item input[type="date"]:focus,
.form-item input[type="time"]:focus,
.form-item input[type="email"]:focus,
.form-item input[type="tel"]:focus {
	border-color: var(--color-orange)
}

.form-item label {
	font-size: 14px;
	line-height: 15px;
	color: var(--color-orange);
	margin-bottom: 6px;
	display: inline-block
}

.form-item_type_range {
	width: calc(100% - 16px);
	margin: 0 auto
}

.form-item_type_range label {
	margin: 0 -5px 14px -5px
}

.form-item_type_range .noUi-target {
	border-radius: 4px;
	border: none;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 35px
}

.form-item_type_range .noUi-base {
	pointer-events: none
}

.form-item_type_range .noUi-connects {
	border-radius: 4px;
	height: 4px;
	background: transparent;
	overflow: visible
}

.form-item_type_range .noUi-connects::before {
	content: "";
	border-radius: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--color-pink);
	opacity: 0.4
}

.form-item_type_range .noUi-connects .noUi-connect {
	border-radius: 4px;
	top: -1px;
	bottom: -1px;
	height: auto;
	background-image: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
	background-image: -o-linear-gradient(left, #f37f7f, #944b8c);
	background-image: linear-gradient(to right, #f37f7f, #944b8c)
}

.form-item_type_range .noUi-handle {
	border-radius: 8px;
	cursor: pointer;
	outline: none;
	width: 16px;
	height: 16px;
	right: -8px;
	background: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
	background: -o-linear-gradient(left, #f37f7f, #944b8c);
	background: linear-gradient(to right, #f37f7f, #944b8c);
	border: 2px solid var(--color-orange);
	pointer-events: auto;
	-webkit-box-shadow: 3px 0px 4px rgba(138, 52, 128, 0.26);
	box-shadow: 3px 0px 4px rgba(138, 52, 128, 0.26)
}

.form-item_type_range .noUi-handle::before,
.form-item_type_range .noUi-handle::after {
	content: none
}

.form-item_type_range .noUi-handle .noUi-touch-area {
	border-radius: 8px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background: transparent
}

.form-item_type_range .noUi-handle .noUi-touch-area:hover {
	background: var(--color-text)
}

.form-item_type_range .noUi-handle.noUi-active .noUi-touch-area {
	background: var(--color-text)
}

.form-item_type_range .noUi-pips {
	top: 4px;
	height: 30px;
	padding: 10px 0 0 0
}

.form-item_type_range .noUi-marker {
	display: none
}

.form-item_type_range .noUi-value {
	font-size: 12px;
	line-height: 13px;
	color: var(--color-orange);
	opacity: 0.7;
	text-align: center;
	display: inline-block
}

.form-item_type_range .noUi-value::before {
	display: block;
	content: '0000';
	font-weight: 500;
	height: 0;
	overflow: hidden;
	visibility: hidden
}

.player {
	margin-top: 16px;
	margin-bottom: 16px;
	position: relative
}

.player .player-nav a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background: #222
}

.player .player-nav a.player-nav__prev {
	left: 20px
}

.player .player-nav a.player-nav__next {
	right: 20px
}

.player .player-nav a svg {
	width: 12px;
	height: 12px
}

.player-wrap {
	width: 100%;
	position: relative;
	padding-top: 41%
}

@media only screen and (max-width: 577px) {
	.player-wrap {
		padding-top: 52.2%
	}
}

.player-wrap#lazy-player {
	background-color: #000;
	cursor: pointer
}

.player-wrap#lazy-player:before,
.player-wrap#lazy-player:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: border-color 0.2s ease-in-out, border-width 0.2s ease-in-out;
	-o-transition: border-color 0.2s ease-in-out, border-width 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out, border-width 0.2s ease-in-out
}

.player-wrap#lazy-player:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fbe0d0;
	margin-left: 6px
}

.player-wrap#lazy-player:after {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 5px solid #fbe0d0
}

.player-wrap#lazy-player:hover:before {
	border-left-color: #e79899;
	border-width: 25px 0 25px 43.3px
}

.player-wrap#lazy-player:hover:after {
	border-color: #e79899
}

.player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media only screen and (max-width: 769px) {
	.player {
		margin-bottom: 0
	}
	.player .player-nav {
		display: none
	}
}

.rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.rating-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -1px
}

@media (hover),
(min-width: 0\0),
(min--moz-device-pixel-ratio: 0) {
	.rating-wrap:hover .rating__star_checked a .icon-svg-star {
		--color-border: var(--color-orange);
		--color-fill: transparent
	}
}

.rating__star a {
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1px;
	text-decoration: none !important
}

.rating__star_hover a .icon-svg-star {
	--color-border: transparent !important;
	--color-fill: var(--color-orange) !important
}

.rating__star_checked a .icon-svg-star {
	--color-border: transparent;
	--color-fill: var(--color-orange)
}

.select {
	display: inline-block;
	position: relative;
	cursor: pointer;
	min-width: 100px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.select select {
	position: absolute;
	height: 40px;
	width: 100%;
	z-index: 4;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 0
}

.desktop .select select {
	visibility: hidden
}

@media only screen and (max-width: 769px) {
	.select select {
		height: 32px
	}
}

.select[aria-expanded="true"] .select-field {
	z-index: 5
}

.select[aria-expanded="true"] .select-field svg {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}

.select[aria-expanded="true"] .select-list {
	display: block;
	z-index: 4
}

.select[aria-selected="true"] .select-field__label {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
	font-size: 14px
}

@media only screen and (max-width: 769px) {
	.select[aria-selected="true"] .select-field__label {
		-webkit-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
		transform: translateY(-4px);
		font-size: 12px
	}
	.select[aria-selected="true"] .select-field__value {
		-webkit-transform: translateY(-3px);
		-ms-transform: translateY(-3px);
		transform: translateY(-3px);
		font-size: 12px
	}
}

.select .select-field {
	border-radius: 4px;
	height: 40px;
	width: 100%;
	padding: 12px 35px 10px 12px;
	background: var(--color-black);
	border: 1px solid var(--color-dark-pink);
	position: relative;
	z-index: 3
}

@media only screen and (max-width: 769px) {
	.select .select-field {
		height: 32px;
		padding-top: 7px;
		padding-bottom: 5px
	}
}

.select .select-field__label {
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: var(--color-orange);
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s
}

@media only screen and (max-width: 769px) {
	.select .select-field__label {
		-webkit-transform: translateY(2px);
		-ms-transform: translateY(2px);
		transform: translateY(2px);
		font-size: 14px
	}
}

.select .select-field__value {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
	font-weight: 300;
	font-size: 14px;
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.select .select-field svg {
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 25px
}

.select .select-list {
	border-radius: 4px;
	position: absolute;
	top: calc(100% - 12px);
	width: 100%;
	background: var(--color-black);
	border: 1px solid var(--color-pink);
	padding: 18px 0 6px 0;
	display: none;
	z-index: 2
}

.select .select-list .simplebar-track {
	right: 0
}

.select .select-list-wrap {
	height: 100%;
	max-height: 165px
}

.select .select-list ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.select .select-list ul li {
	position: relative;
	padding: 4px 25px 5px 9px;
	color: var(--color-orange);
	font-size: 14px;
	font-weight: 300
}

.select .select-list ul li::before {
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
	background: -o-linear-gradient(left, #f37f7f, #944b8c);
	background: linear-gradient(to right, #f37f7f, #944b8c);
	opacity: 0
}

.select .select-list ul li::after {
	border-radius: 50%;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	width: 7px;
	height: 7px;
	background-color: var(--color-orange);
	content: "";
	opacity: 0
}

@media (hover),
(min-width: 0\0),
(min--moz-device-pixel-ratio: 0) {
	.select .select-list ul li::before,
	.select .select-list ul li::after {
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.select .select-list ul li:hover {
		font-weight: 500
	}
	.select .select-list ul li:hover::before {
		opacity: .2
	}
	.select .select-list ul li:hover::after {
		opacity: 1
	}
}

.select .select-list ul li.selected {
	font-weight: 500;
	cursor: default
}

.select .select-list ul li.selected::before {
	opacity: .2
}

.select .select-list ul li.selected::after {
	opacity: 1
}

.tabs-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 100px;
	background-color: var(--color-text);
	overflow: hidden
}

.tabs-list a {
	border-radius: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	cursor: pointer;
	padding: 5px 25px;
	border: none;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	line-height: 1;
	font-weight: 400;
	color: var(--color-text);
	background-color: transparent;
	text-decoration: none !important;
	min-height: 38px;
	font-size: 19px
}

.tabs-list a::before {
	border-radius: 100px;
	position: absolute;
	pointer-events: none;
	top: 0;
	right: -6px;
	bottom: 0;
	left: -6px;
	background-image: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
	background-image: -o-linear-gradient(left, #f37f7f, #944b8c);
	background-image: linear-gradient(to right, #f37f7f, #944b8c);
	content: "";
	opacity: 0
}

.tabs-list a>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	z-index: 1;
	color: var(--color-pink);
	font-size: inherit;
	text-align: center;
	-webkit-transition: font-size 0.1s;
	-o-transition: font-size 0.1s;
	transition: font-size 0.1s
}

.macos .tabs-list a>* {
	position: relative;
	top: 1px
}

.ios .tabs-list a>* {
	position: relative;
	top: 2px
}

@media only screen and (max-width: 577px) {
	.tabs-list a {
		min-height: 24px;
		font-size: 18px;
		padding: 6px 18px
	}
}

.tabs-list a[aria-selected="true"] {
	-webkit-box-shadow: 5px 0px 4px rgba(146, 82, 139, 0.26);
	box-shadow: 5px 0px 4px rgba(146, 82, 139, 0.26);
	z-index: 2
}

.tabs-list a[aria-selected="true"]:first-of-type>* {
	margin-left: 4px
}

.tabs-list a[aria-selected="true"]:last-of-type>* {
	margin-right: 4px
}

.tabs-list a[aria-selected="true"]::before {
	opacity: 1
}

.tabs-list a[aria-selected="true"]>* {
	font-weight: 500;
	color: var(--color-text)
}

@media (hover),
(min-width: 0\0),
(min--moz-device-pixel-ratio: 0) {
	.tabs-list a>* {
		-webkit-transition: -webkit-transform 0.2s ease-in-out;
		transition: -webkit-transform 0.2s ease-in-out;
		-o-transition: transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out
	}
	.tabs-list a:hover>* {
		-webkit-transform: scale(1.04);
		-ms-transform: scale(1.04);
		transform: scale(1.04)
	}
}

.tabs-list a:active>* {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04)
}

.tabs .tabs-content .tabs-content-wrap[aria-hidden="true"] {
	display: none
}

.tippy-tooltip {
	position: relative;
	background: #302f3f;
	border-radius: 2px;
	padding: 0;
	color: #fbe0d0;
	font-size: 16px;
	line-height: 1.25;
	-webkit-transition-property: visibility, opacity, -webkit-transform;
	transition-property: visibility, opacity, -webkit-transform;
	-o-transition-property: visibility, opacity, transform;
	transition-property: visibility, opacity, transform;
	transition-property: visibility, opacity, transform, -webkit-transform;
	outline: 0;
	border: 1px solid #6a6691
}

.tippy-tooltip[data-animation=fade][data-state=hidden] {
	opacity: 0
}

.tippy-tooltip[data-interactive][data-state=visible] {
	pointer-events: auto
}

.tippy-tooltip[data-inertia][data-state=visible] {
	-webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
	-o-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
	transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11)
}

.tippy-tooltip .tippy-arrow {
	position: absolute;
	border: 1px solid #6a6691;
	width: 12px;
	height: 12px;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #302f3f
}

.tippy-tooltip[data-placement^=top]>.tippy-arrow {
	bottom: -6px
}

.tippy-tooltip.tippy-tooltip[data-placement^=bottom]>.tippy-arrow {
	top: -6px
}

.tippy-tooltip[data-placement^=left]>.tippy-arrow {
	right: -6px
}

.tippy-tooltip[data-placement^=right]>.tippy-arrow {
	left: -6px
}

.tippy-tooltip[data-placement="top-start"]>.tippy-arrow {
	bottom: -6px;
	left: 22px !important
}

.tippy-tooltip[data-placement="top-end"]>.tippy-arrow {
	right: 22px;
	left: auto !important;
	bottom: -6px
}

.tippy-content {
	background: #302f3f;
	padding: 11px 16px 10px 16px;
	position: relative
}

.tippy-iOS {
	cursor: pointer !important;
	-webkit-tap-highlight-color: transparent
}

.tippy-popper {
	pointer-events: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	max-width: calc(100vw - 24px)
}

[data-schedule-info-content-template] {
	display: none
}

.tippy-popper .schedule-info-tooltip-theme {
	border: none;
	border-radius: 8px;
	font-size: 17px
}

.tippy-popper .schedule-info-tooltip-theme .tippy-content {
	border-radius: 8px;
	padding: 20px 25px
}

.tippy-popper .schedule-info-tooltip-theme .tippy-arrow {
	position: absolute;
	top: 17px !important;
	left: -15px !important;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	border-radius: 0;
	border: none;
	width: 15px;
	height: 40px;
	background: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='40' viewBox='0 0 15 40' fill='none'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14.8958 -9.0001C14.8958 -13.4183 18.4776 -17 22.8958 -17H434C438.418 -17 442 -13.4183 442 -9V368C442 372.418 438.418 376 434 376H228.448H22.8958C18.4776 376 14.8958 372.418 14.8958 368L14.8919 39.5352C14.8918 37.2168 13.8861 35.0125 12.1351 33.493L3.65787 26.1368C0.0898396 23.0406 -0.0324272 17.5432 3.39442 14.2914L12.4024 5.74369C13.9942 4.23317 14.8957 2.13508 14.8957 -0.0593695L14.8958 -9.0001Z' fill='%23302F3F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='15' height='40' fill='transparent'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

@media (max-width: 800px) {
	.tippy-popper .schedule-info-tooltip-theme .tippy-content {
		padding: 18px
	}
	.tippy-popper .schedule-info-tooltip-theme[data-placement="top-start"] .tippy-arrow {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		bottom: -27px;
		top: auto !important;
		left: 30px !important
	}
	.tippy-popper .schedule-info-tooltip-theme[data-placement="bottom-start"] {
		margin-top: 8px
	}
	.tippy-popper .schedule-info-tooltip-theme[data-placement="bottom-start"] .tippy-arrow {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		left: 30px !important;
		top: -27px !important
	}
}

.catalog {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 34px 20px;
	margin: 16px 0;
	list-style: none;
	padding: 0
}

@media only screen and (max-width: 769px) {
	.catalog {
		grid-gap: 15px;
		grid-template-columns: repeat(3, 1fr)
	}
}

@media only screen and (max-width: 577px) {
	.catalog {
		grid-template-columns: repeat(2, 1fr)
	}
}

.catalog.catalog_3 {
	grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width: 769px) {
	.catalog.catalog_3 {
		grid-gap: 20px 12px;
		grid-template-columns: repeat(2, 1fr)
	}
}

.catalog.catalog_5 {
	grid-template-columns: repeat(5, 1fr)
}

@media only screen and (max-width: 993px) {
	.catalog.catalog_5 {
		grid-template-columns: repeat(4, 1fr)
	}
}

@media only screen and (max-width: 769px) {
	.catalog.catalog_5 {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 22px 15px
	}
}

@media only screen and (max-width: 577px) {
	.catalog.catalog_5 {
		grid-template-columns: repeat(2, 1fr)
	}
}

.catalog-item {
	position: relative;
	cursor: pointer
}

.catalog-item>a {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	z-index: 2
}

.catalog-item__img {
	border-radius: 8px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
	overflow: hidden;
	padding-top: 59%;
	margin-bottom: 9px;
	position: relative;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.catalog-item__img img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.catalog-item__img::after {
	border-radius: 8px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: "";
	border: 2px solid var(--color-pink);
	opacity: 0;
	z-index: 1
}

.catalog-item__img img {
	border-radius: 8px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.catalog-item__img svg[class*="play"] {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 42px;
	height: 42px;
	opacity: 0
}

@media only screen and (max-width: 769px) {
	.catalog-item__img {
		font-size: 13px;
		margin-bottom: 5px
	}
}

.catalog-item__sounds {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 10;
	margin: -2px -3px
}

@media only screen and (max-width: 769px) {
	.catalog-item__sounds {
		margin: -2px
	}
}

.catalog-item__sounds a {
	padding: 2px 8px 1px 8px;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	color: var(--color-orange);
	text-decoration: none !important;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	margin: 2px 3px
}

@media only screen and (max-width: 769px) {
	.catalog-item__sounds a {
		padding: 2px 4px;
		margin: 2px
	}
}

.catalog-item__sounds a span {
	position: relative
}

.catalog-item__sounds a::before {
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: absolute;
	pointer-events: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .33;
	background-image: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
	background-image: -o-linear-gradient(left, #f37f7f, #944b8c);
	background-image: linear-gradient(to right, #f37f7f, #944b8c);
	z-index: 0
}

.catalog-item__sounds a:hover {
	color: var(--color-text)
}

.catalog-item__sounds a:hover::before {
	opacity: .8
}

.catalog-item__icon-info {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	padding: 4px;
	z-index: 2;
	overflow: inherit
}

.catalog-item__icon-info.popover-opened svg {
	--color: url(#linear-gradient-color2);
	--color-bg: var(--color-text)
}

@media only screen and (max-width: 769px) {
	.catalog-item__icon-info {
		top: 2px;
		right: 2px;
		width: 36px;
		height: 36px;
		padding: 7px
	}
}

.catalog-item__title {
	color: var(--color-orange);
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	margin-top: 3px;
	margin-bottom: -2px;
	color: var(--color-text)
}

@media only screen and (max-width: 769px) {
	.catalog-item__title {
		margin-top: 4px;
		font-size: 17px;
		line-height: 16px
	}
}

.catalog-item__episode-number {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-weight: 300;
	color: var(--color-orange);
	font-size: 16px
}

@media only screen and (max-width: 769px) {
	.catalog-item__episode-number {
		font-size: 13px
	}
}

.catalog-item:hover .catalog-item__img {
	border-color: var(--color-orange)
}

.catalog-item:hover .catalog-item__img::after {
	opacity: 1
}

.catalog-item:hover .catalog-item__img img {
	width: 110%;
	height: 110%;
	margin: -5%
}

.catalog-item:hover .catalog-item__img svg[class*="play"] {
	opacity: 1
}

.catalog-item:hover .catalog-item__episode-number {
	color: var(--color-pink)
}

.catalog-item.catalog-item_type_episode .catalog-item__episode-number {
	font-size: 18px;
	margin-top: 2px;
	display: inline-block;
	color: var(--color-sand)
}

.catalog-item.catalog-item_type_episode:hover .catalog-item__episode-number {
	color: var(--color-pink)
}

@media only screen and (max-width: 769px) {
	.catalog-item.catalog-item_type_episode .catalog-item__episode-number {
		font-size: 13px
	}
}

.catalog-item.catalog-item_type_little-episode .catalog-item__episode-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.catalog-item.catalog-item_type_little-episode.active {
	pointer-events: none
}

.catalog-item.catalog-item_type_little-episode.active a {
	cursor: default
}

.catalog-item.catalog-item_type_little-episode.active .catalog-item__img {
	border-color: var(--color-orange)
}

.catalog-item.catalog-item_type_little-episode.active .catalog-item__img::after {
	opacity: 1
}

.catalog-item.catalog-item_type_little-episode.active .catalog-item__img img {
	width: 110%;
	height: 110%;
	margin: -5%;
	opacity: .5
}

.catalog-item.catalog-item_type_little-episode.active .catalog-item__episode-number {
	color: var(--color-pink);
	font-weight: 500
}

.catalog-item.catalog-item_type_little-episode.active .catalog-item__episode-number svg {
	margin: -1px 7px 0 -2px;
	height: 15px;
	width: 15px;
	--color: var(--color-pink)
}

.catalog-item.catalog-item_type_poster .catalog-item__img {
	position: relative;
	overflow: hidden;
	padding-top: 140%;
	border-radius: 4px;
	border: none;
	margin-bottom: 11px
}

.catalog-item.catalog-item_type_poster .catalog-item__img img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.catalog-item.catalog-item_type_poster .catalog-item__img img {
	border-radius: 4px
}

.catalog-item.catalog-item_type_poster .catalog-item__img::after {
	content: none
}

@media only screen and (max-width: 769px) {
	.catalog-item.catalog-item_type_poster .catalog-item__img {
		margin-bottom: 4px
	}
}

.catalog-item.catalog-item_type_poster .catalog-item__title {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline;
	color: var(--color-orange);
	border-bottom: 1px solid transparent;
	padding-bottom: 1px
}

@media only screen and (max-width: 769px) {
	.catalog-item.catalog-item_type_poster .catalog-item__title {
		font-size: 17px
	}
}

.catalog-item.catalog-item_type_poster:hover .catalog-item__img {
	border-color: transparent
}

.catalog-item.catalog-item_type_poster:hover .catalog-item__img img {
	width: 110%;
	height: 110%;
	margin: -5%
}

.catalog-item.catalog-item_type_poster:hover .catalog-item__title {
	color: var(--color-pink);
	border-bottom-color: var(--color-dark-pink)
}

.footer {
	background-color: var(--color-gray);
	padding-top: 25px;
	font-size: 18px;
	line-height: 1
}

.footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer .footer__top_container,
.footer__pages_links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer .footer__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.footer .footer__contacts>a:not(:first-child) {
	margin-top: 4px
}

.footer .footer__contacts a {
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	display: inline-block;
	border-bottom: 1px solid transparent
}

.footer .footer__contacts a:hover {
	border-bottom-color: var(--color-dark-pink);
	text-decoration: none
}

.footer a {
	font-size: inherit
}

.footer__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.footer__socials a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid var(--color-orange);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out
}

.footer__socials a svg {
	fill: var(--color-text);
	-webkit-transition: fill 0.2s ease-in-out;
	-o-transition: fill 0.2s ease-in-out;
	transition: fill 0.2s ease-in-out
}

@media (hover: hover) and (pointer: fine) {
	.footer__socials a:hover {
		background-color: var(--color-pink);
	}
	.footer__socials a:hover svg {
		fill: #ffffff
	}
}

.footer__socials a:active {
	background-color: var(--color-orange);
}

.footer__socials a:active svg {
	fill: #ffffff
}

.footer__socials a+a {
	margin-left: 16px
}

.footer__pages {
	width: 100%;
	position: relative;
	margin-top: 18px
}

.footer__pages:before {
	display: block;
	height: 1px;
	content: '';
	display: block;
	background: -o-linear-gradient(0.03deg, #F37F7F .02%, #944B8C 99.97%);
	background: linear-gradient(89.97deg, #F37F7F .02%, #944B8C 99.97%);
	opacity: 0.4;
	border-radius: 3px
}

.footer__pages_links {
	width: 100%;
	height: 63px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.footer__pages_links a+a {
	margin-left: 36px
}

@media only screen and (max-width: 993px) {
	.footer__pages_links {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 8px 0 18px
	}
	.footer__pages_links a {
		padding: 10px 0
	}
	.footer__pages_links a+a {
		margin-left: 0
	}
}

@media only screen and (max-width: 769px) {
	.footer .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.footer .footer__top_container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.footer .footer__contacts {
		font-size: 14px
	}
	.footer__socials a+a {
		margin-left: 20px
	}	
	.footer__socials,
	.footer__contacts {
		margin-top: 25px
	}
	.footer__pages_links a {
		font-size: 14px
	}
}

.header {
	padding-top: 14px;
	padding-bottom: 14px;
	background-color: var(--color-gray);
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 500000
}

.header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header .menu-toggle {
	display: none;
	background-color: transparent;
	border: none;
	padding: 0
}

@media (hover),
(min-width: 0\0),
(min--moz-device-pixel-ratio: 0) {
	.header .menu-toggle:hover svg {
		--color: var(--color-sand)
	}
}

.header .menu-toggle:active svg {
	--color: var(--color-sand)
}

.header .header-left {
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-template-columns: 196px 1fr
}

.header .header-left .header-logo-wrap {
	margin-right: 18px
}

.header .header-left .header-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-right: 18px
}

.header .header-left .header-logo:hover {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}

.header .header-left .header-logo img {
	width: 90%;
	height: 30px;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.1)
}

@media only screen and (min-width: 1026px) {
	.header .navigation {
		display: block !important
	}
	.header .navigation-tags,
	.header .navigation-button,
	.header .navigation-serials,
	.header .navigation__social-links {
		display: none
	}
}

.header nav.navigation-links {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-bottom: -2px
}

.header nav.navigation-links ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -22px;
	list-style: none
}

.header nav.navigation-links ul li {
	margin: 0 11px
}

.header nav.navigation-links ul li a {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 0 10px 5px 10px;
	color: var(--color-orange);
	font-weight: 300;
	font-size: 20px;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	text-transform: lowercase
}

.header nav.navigation-links ul li a svg {
	display: none
}

@media only screen and (hover) and (min-width: 1026px),
only screen and (min-width: 0\0) and (min-width: 1026px),
only screen and (min--moz-device-pixel-ratio: 0) and (min-width: 1026px) {
	.header nav.navigation-links ul li a:hover {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}
}

.header .header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-right: 10px
}

.header .header-right a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-left: 11px;
	margin-right: 11px;
	text-decoration: none
}

.header .header-right a svg {
	width: 24px;
	height: 24px;
	--color-bg: transparent
}

@media (hover),
(min-width: 0\0),
(min--moz-device-pixel-ratio: 0) {
	.header .header-right a:hover {
		opacity: 0.75
	}
}

.header .header-right a:active {
	opacity: 0.75
}

.header .header-right .btn__random svg {
	--color: url(#linear-gradient-color2)
}

.animateMenuOpen {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

.mobile .animateMenuOpen {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

.animateMenuClose {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

.mobile .animateMenuClose {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@media only screen and (max-width: 1025px) {
	.header {
		padding-top: 11px;
		padding-bottom: 11px
	}
	.header .menu-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.header .header-left {
		grid-template-columns: 230px
	}
	.header .header-left .header-logo-wrap {
		margin-right: 0
	}
	.header .header-right {
		margin: 0
	}
	.header .header-right .btn__random {
		display: none
	}
	.header .header-right .btn__search {
		margin: 0;
		position: relative
	}
	.header .header-right .btn__search svg {
		width: 26px;
		height: 26px
	}
	.header .navigation {
		background-color: var(--color-black);
		position: fixed;
		display: none;
		top: 64px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 100;
		padding-top: 10px;
		padding-bottom: 16px;
		max-width: 510px
	}
	.mobile .header .navigation {
		opacity: 0;
		max-width: 100%
	}
	.header .navigation .navigation-wrap {
		padding-left: 14px;
		padding-right: 14px;
		height: calc(46% - 12px)
	}
	.mobile .header .navigation .navigation-wrap {
		height: calc(100% - 70px)
	}
	.header .navigation .navigation-links ul {
		display: block;
		padding: 0;
		margin: 0;
		list-style: none
	}
	.header .navigation .navigation-links ul li {
		width: 100%;
		margin: 0
	}
	.header .navigation .navigation-links ul li:not(:first-of-type) {
		margin-top: 15px
	}
	.header .navigation .navigation-links ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 3px 0;
		position: relative;
		text-decoration: none;
		color: var(--color-orange);
		text-transform: none
	}
	.header .navigation .navigation-links ul li a::before {
		content: none
	}
	.header .navigation .navigation-links ul li a::after {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 1px;
		content: "";
		background: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
		background: -o-linear-gradient(left, #f37f7f, #944b8c);
		background: linear-gradient(to right, #f37f7f, #944b8c);
		opacity: .5
	}
	.header .navigation .navigation-links ul li a span {
		font-size: 20px;
		font-weight: 500
	}
	.header .navigation .navigation-links ul li a svg {
		display: inline-block;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		width: 35px;
		height: 35px;
		position: relative;
		top: 2px;
		left: 9px
	}
	.header .navigation .navigation-links ul li a:hover {
		color: var(--color-pink)
	}
	.header .navigation .navigation-links ul li a:hover svg {
		--color-top: var(--color-pink)
	}
	.header .navigation .navigation-tags {
		display: block;
		margin-top: 20px;
		padding-bottom: 16px
	}
	.header .navigation .navigation-tags ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: -16px -6px 0 -6px;
		padding: 0;
		list-style: none
	}
	.header .navigation .navigation-tags ul li {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin: 16px 6px 0 6px
	}
	.header .navigation .navigation-tags ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		position: relative;
		font-weight: 500;
		font-size: 16px;
		line-height: 1;
		color: var(--color-orange);
		padding: 11px 25px;
		text-decoration: none
	}
	.header .navigation .navigation-tags ul li a::before {
		border-radius: 8px;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		position: absolute;
		pointer-events: none;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		content: "";
		opacity: .16;
		background-image: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
		background-image: -o-linear-gradient(left, #f37f7f, #944b8c);
		background-image: linear-gradient(to right, #f37f7f, #944b8c);
		z-index: -1
	}
	.header .navigation .navigation-tags ul li a [class*="flag-"] {
		margin-right: 5px
	}
	.header .navigation .navigation-tags ul li a.active {
		color: var(--color-text)
	}
	.header .navigation .navigation-tags ul li a.active::before {
		opacity: 0.8
	}
	.header .navigation .navigation-button::before {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 1px;
		content: "";
		background: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
		background: -o-linear-gradient(left, #f37f7f, #944b8c);
		background: linear-gradient(to right, #f37f7f, #944b8c);
		opacity: .5
	}
}

@media only screen and (max-width: 1025px) {
	.header .navigation .navigation-serials__list {
		list-style: none;
		padding: 0 5px 0 0;
		margin: 0
	}
	.header .navigation .navigation-serials__list li:not(:last-child) {
		margin-bottom: 17px
	}
	.header .navigation .navigation-serials__list li a {
		color: var(--color-orange);
		font-size: 17px;
		line-height: 19px
	}
	.header .navigation .navigation__social-links {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 4px 12px;
		padding-top: 10px;
		position: relative
	}
}

@media only screen and (max-width: 1025px) and (min-width: 1026px) {
	.header .navigation .navigation__social-links {
		display: none
	}
}

@media only screen and (max-width: 1025px) {
	.header .navigation .navigation__social-links::before {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 1px;
		content: "";
		background: -o-linear-gradient(left, #f37f7f, #944b8c);
		background: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
		background: linear-gradient(to right, #f37f7f, #944b8c);
		opacity: .5
	}
	.header .navigation .navigation__social-links>span {
		grid-column: 1 / span 2
	}
	.header .navigation .navigation__social-links a {
		padding: 9px 15px
	}
	.header .navigation .navigation__social-links a svg {
		margin-right: 5px
	}
	.header .navigation .navigation-button {
		display: block;
		background-color: var(--color-black);
		padding-top: 13px
	}
	.header .navigation .navigation-button a {
		font-size: 14px;
		min-height: 40px
	}
	.header .navigation .navigation-button a svg {
		width: 18px;
		height: 18px
	}
}

@media only screen and (max-width: 577px) {
	.header .header-left {
		grid-template-columns: 176px
	}
	.header .navigation {
		top: 54px
	}
}

.modal {
	display: none
}

.modal-container.modal_type_iframe {
	display: block
}

.modal-container.modal_type_iframe .modal-content {
	padding-top: 56.2%;
	position: relative;
	margin-top: -5px
}

.modal-container.modal_type_iframe .modal-content iframe {
	position: absolute;
	top: 0;
	left: 0
}

.modal-container.modal_type_gallery .swiper-container,
.modal-container.modal_type_gallery .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.modal-container.modal_type_gallery .swiper-nav-area {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1
}

.modal-container.modal_type_gallery .swiper-nav-area_prev {
	left: 0;
	right: 50%
}

.modal-container.modal_type_gallery .swiper-nav-area_next {
	left: 50%;
	right: 0
}

@media only screen and (max-width: 769px) {
	.modal-container.modal_type_gallery .swiper-nav-area {
		display: none
	}
}

.modal-container.modal_type_gallery .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.modal-container.modal_type_gallery .swiper-slide img {
	max-height: 80vh;
	max-width: 100%
}

@media only screen and (max-width: 769px) {
	.modal-container.modal_type_gallery .swiper-slide {
		width: 100% !important
	}
	.modal-container.modal_type_gallery .swiper-slide img {
		width: 100%;
		-o-object-fit: contain;
		object-fit: contain;
		-o-object-position: center;
		object-position: center
	}
}

.modal-container.modal_type_gallery .swiper-button {
	width: 50px;
	height: 50px
}

.modal-container.modal_type_gallery .swiper-button-prev {
	left: -90px
}

.modal-container.modal_type_gallery .swiper-button-next {
	right: -90px
}

@media only screen and (max-width: 769px) {
	.modal-container.modal_type_gallery .swiper-button {
		display: none
	}
}

.swal2-container {
	padding: 0
}

.swal2-content {
	padding: 0
}

.swal2-popup {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	width: 100%;
	max-width: 810px
}

.swal2-popup.swal2-gallery {
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	width: 75vw;
	max-width: 1100px
}

@media only screen and (max-width: 769px) {
	.swal2-popup.swal2-gallery {
		width: 75vw !important
	}
}

.swal2-header {
	position: relative
}

.swal2-container.swal2-backdrop-show {
	background: rgba(49, 48, 65, 0.9)
}

.swal2-close {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 32px;
	height: 32px;
	top: -63px;
	right: -63px;
	outline: none
}

.swal2-close svg {
	width: inherit;
	height: inherit
}

@media only screen and (max-width: 769px) {
	.swal2-close {
		width: 20px;
		height: 20px;
		top: -45px;
		right: 14px
	}
	.swal2-close svg {
		width: 20px;
		height: 20px
	}
}

.swal2-close:hover svg {
	--color: var(--color-pink)
}

.modal-serial-voting.swal2-content {
	padding-top: 12px;
	padding-bottom: 24px
}

.modal-serial-voting.swal2-content .img {
	-webkit-transform: translateX(-8px);
	-ms-transform: translateX(-8px);
	transform: translateX(-8px)
}

.modal-serial-voting.swal2-content p {
	font-size: 26px;
	line-height: 1;
	font-weight: 500;
	margin-top: 18px;
	margin-bottom: 26px
}

.modal-serial-voting.swal2-content p br {
	display: none
}

.modal-serial-voting.swal2-content .rating {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.modal-serial-voting.swal2-content .rating a {
	padding: 0
}

.modal-serial-voting.swal2-content .rating svg {
	width: 45px;
	height: 45px
}

.modal-serial-voting.swal2-content .rating+a {
	display: inline-block;
	margin-top: 47px;
	font-size: 18px;
	line-height: 1
}

.modal-serial-voting.swal2-content .rating+a svg {
	-webkit-transform: translateY(4px) rotate(90deg);
	-ms-transform: translateY(4px) rotate(90deg);
	transform: translateY(4px) rotate(90deg)
}

@media only screen and (max-width: 769px) {
	.modal-serial-voting.swal2-content {
		padding: 10px 0 16px 0
	}
	.modal-serial-voting.swal2-content .img {
		max-height: 163px
	}
	.modal-serial-voting.swal2-content p {
		font-size: 24px;
		line-height: 1.25;
		margin-top: 6px;
		margin-bottom: 20px
	}
	.modal-serial-voting.swal2-content p br {
		display: initial
	}
	.modal-serial-voting.swal2-content .rating .rating__star {
		width: 29px
	}
	.modal-serial-voting.swal2-content .rating .rating__star svg {
		width: 32px;
		height: 32px
	}
	.modal-serial-voting.swal2-content .rating+a {
		margin-top: 27px
	}
}

.swal2-popup.swal2-popup-subscription {
	padding-bottom: 65px
}

.swal2-popup.swal2-popup-subscription .modal-subscription .img {
	display: block;
	margin: 0 auto
}

.swal2-popup.swal2-popup-subscription .modal-subscription p {
	font-size: 26px;
	line-height: 1.4;
	display: inline-block;
	margin: 20px auto 28px auto;
	max-width: 620px
}

.swal2-popup.swal2-popup-subscription .modal-subscription .social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.swal2-popup.swal2-popup-subscription .modal-subscription .social a {
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 8px;
	cursor: pointer;
	padding: 17px 25px;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	font-size: 26px;
	line-height: 1;
	color: var(--color-text) !important;
	--color: var(--color-text);
	background-color: transparent;
	border: 2px solid var(--color-pink);
	width: 230px;
	text-decoration: none
}

.swal2-popup.swal2-popup-subscription .modal-subscription .social a svg {
	margin-right: 15px
}

.swal2-popup.swal2-popup-subscription .modal-subscription .social a svg.icon-svg-vk {
	width: 35px;
	height: 22px
}

.swal2-popup.swal2-popup-subscription .modal-subscription .social a svg.icon-svg-telegram {
	width: 31px;
	height: 25px
}

.swal2-popup.swal2-popup-subscription .modal-subscription .social a+a {
	margin-left: 30px
}

@media (hover),
(min-width: 0\0),
(min--moz-device-pixel-ratio: 0) {
	.swal2-popup.swal2-popup-subscription .modal-subscription .social a {
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.swal2-popup.swal2-popup-subscription .modal-subscription .social a:hover {
		background-color: var(--color-pink)
	}
}

.swal2-popup.swal2-popup-subscription .modal-subscription .social a:active {
	background-color: var(--color-pink)
}

@media only screen and (max-width: 769px) {
	.swal2-popup.swal2-popup-subscription {
		padding: 35px
	}
	.swal2-popup.swal2-popup-subscription .modal-subscription .social a span {
		display: none
	}
	.swal2-popup.swal2-popup-subscription .modal-subscription .social a svg {
		margin-right: 0
	}
}

@media only screen and (max-width: 577px) {
	.swal2-popup.swal2-popup-subscription {
		padding: 18px 10px 24px 10px
	}
	.swal2-popup.swal2-popup-subscription .modal-subscription svg {
		width: 142px;
		height: 142px
	}
	.swal2-popup.swal2-popup-subscription .modal-subscription p {
		font-size: 22px;
		margin-top: 5px;
		margin-bottom: 20px
	}
	.swal2-popup.swal2-popup-subscription .modal-subscription .social a {
		padding-top: 19px;
		padding-bottom: 19px
	}
	.swal2-popup.swal2-popup-subscription .modal-subscription .social a+a {
		margin-left: 14px
	}
}

.filter {
	margin-top: 13px;
	margin-bottom: 20px
}

.filter .filter-bottom-block {
	display: grid;
	grid-gap: 25px 15px;
	grid-auto-rows: auto;
	grid-template-columns: 1fr 1fr 1fr 1fr 0.9fr 0.9fr;
	grid-template-areas: "country status genre sound reset submit";
	margin-top: 24px
}

@media only screen and (max-width: 1025px) {
	.filter .filter-bottom-block {
		grid-gap: 12px 12px;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-areas: "country status genre sound" "reset reset submit submit"
	}
}

@media only screen and (max-width: 769px) {
	.filter .filter-bottom-block {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "country status" "genre sound" "date-mobile date-mobile" "reset submit"
	}
	.filter .filter-bottom-block #field-year {
		display: inline-block
	}
}

.filter-top-block {
	height: 70px
}

@media only screen and (max-width: 769px) {
	.filter {
		margin-top: 15px;
		margin-bottom: 20px
	}
	.filter .filter-top-block {
		display: none
	}
	.filter .filter-bottom-block {
		margin-top: 0
	}
	.filter .button {
		min-height: 40px
	}
}

.filter #field-country_id {
	grid-area: country
}

.filter #field-status_id {
	grid-area: status
}

.filter #field-genre_id {
	grid-area: genre
}

.filter #field-sound_id {
	grid-area: sound
}

.filter #field-year {
	display: none;
	grid-area: date-mobile
}

.filter #button-reset-filter {
	grid-area: reset
}

.filter #button-submit-filter {
	grid-area: submit
}

.filter .button__random-dorama {
	margin-top: 36px;
	font-size: 18px
}

@media (hover),
(min-width: 0\0),
(min--moz-device-pixel-ratio: 0) {
	.filter .button__random-dorama:hover svg {
		--color: url(#linear-gradient-color2);
		--color-bg: var(--color-text)
	}
}

.filter .button__random-dorama:active svg {
	--color: url(#linear-gradient-color2);
	--color-bg: var(--color-text)
}

@media only screen and (max-width: 769px) {
	.filter .button__random-dorama {
		margin-top: 20px;
		font-size: 16px
	}
	.filter .button__random-dorama svg {
		width: 20px;
		height: 20px;
		margin-right: 6px
	}
}

.custom-slider-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden
}

@media only screen and (max-width: 769px) {
	.custom-slider-container {
		margin-right: -12px
	}
}

.custom-slider-container:not(.custom-slider-init) {
	height: 457px
}

@media only screen and (max-width: 577px) {
	.custom-slider-container:not(.custom-slider-init) {
		height: 100px
	}
}

.custom-slider__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	height: 100%
}

.custom-slider__slide {
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-perspective: 500px;
	perspective: 500px;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: -1;
	will-change: transform
}

.custom-slider__slide a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	cursor: default
}

.custom-slider__slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
	pointer-events: none
}

.custom-slider__slide-prev,
.custom-slider__slide-next {
	z-index: 1
}

.custom-slider__slide-active {
	z-index: 2
}

.custom-slider__slide-active:hover a {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.custom-slider__button {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 36px;
	width: 36px;
	padding: 0;
	-webkit-box-shadow: 0px 4px 4px rgba(35, 36, 52, 0.73);
	box-shadow: 0px 4px 4px rgba(35, 36, 52, 0.73);
	background-color: var(--color-text);
	z-index: 10;
	border: none;
	outline: none;
	cursor: pointer;
	width: 48px;
	height: 48px;
	top: 51.5%;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.custom-slider__button::before {
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	border-radius: 50%;
	position: absolute;
	pointer-events: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
	background-image: -o-linear-gradient(left, #f37f7f, #944b8c);
	background-image: linear-gradient(to right, #f37f7f, #944b8c);
	content: "";
	opacity: 0
}

.custom-slider__button svg {
	z-index: 1;
	--color: var(--color-pink);
	width: 64%;
	height: 64%;
	position: relative
}

.custom-slider__button-prev {
	left: 0
}

.custom-slider__button-prev svg {
	right: 1px
}

.custom-slider__button-next {
	right: 0
}

.custom-slider__button-next svg {
	left: 1px
}

.custom-slider__button-disabled {
	display: none
}

@media (hover),
(min-width: 0\0),
(min--moz-device-pixel-ratio: 0) {
	.custom-slider__button::before {
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.custom-slider__button:hover::before {
		opacity: 1
	}
	.custom-slider__button:hover svg {
		--color: var(--color-text)
	}
}

.custom-slider__button:active::before {
	opacity: 1
}

.custom-slider__button:active svg {
	--color: var(--color-text)
}

@media only screen and (max-width: 769px) {
	.custom-slider__button {
		height: 30px;
		width: 30px
	}
}

.custom-slider__button-prev {
	left: 6.5%
}

.custom-slider__button-next {
	right: 9.5%
}

@media only screen and (max-width: 769px) {
	.custom-slider__button {
		height: 30px;
		width: 30px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.custom-slider__button-prev {
		left: 12px
	}
	.custom-slider__button-next {
		right: 12px
	}
}

@media (hover),
(min-width: 0\0),
(min--moz-device-pixel-ratio: 0) {
	.custom-slider__button::before {
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.custom-slider__button:hover svg {
		--color: var(--color-text)
	}
}

.schedule {
	margin-top: 33px;
	margin-bottom: 40px;
	width: 100%;
}

@media only screen and (max-width: 769px) {
	.schedule {
		margin-top: 20px;
		margin-bottom: 19px
	}
	.schedule .counter_desktop {
		display: none
	}
	.counter_mobile {
		display: block
	}
}

.schedule .schedule__title {
	margin-bottom: 9px
}

@media only screen and (max-width: 769px) {
	.schedule .schedule__title {
		margin-bottom: 12px
	}
}

.schedule .schedule-row {
	display: -webkit-box;
	display: -ms-flexbox;
}

.schedule .schedule-row .schedule-wrap {
	max-width: 500px;
	width: 100%
}

@media only screen and (max-width: 2561px) {
	.schedule .schedule-row .schedule-wrap {
		max-width: 100%;
		width: 100%
	}
	.schedule .counter_desktop {
		display: block
	}
	.counter_mobile {
		display: none
	}
}

@media only screen and (max-width: 769px) {
	.schedule .schedule-row .schedule-wrap {
		max-width: 100%;
		margin-right: 0
	}
	.schedule .counter_desktop {
		display: block
	}
	.counter_mobile {
		display: none
	}
}

@media only screen and (max-width: 577px) {
	.schedule .schedule-row .schedule-wrap {
		max-width: 100%;
		margin-right: 0
	}
	.schedule .counter_desktop {
		display: none
	}
	.counter_mobile {
		display: block
	}
}
	
.schedule-wrap > .schedule__btn
{
  cursor: pointer;
}

.schedule-wrap.schedule--open > .schedule-content
{
  display: block;
}

.schedule-content
{
  display: none;
  animation: fadeIn 1s ease;
}

.schedule .schedule-row .counter_desktop {
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 auto
}

.schedule .schedule__subtitle {
	display: inline-block;
	color: var(--color-orange);
	border-bottom: 1px dashed var(--color-orange);
	position: relative;
	margin-bottom: 6px;
	top: -10px;
	font-size: 18px;
	text-decoration: none !important
}

.schedule .schedule__subtitle:hover {
	color: var(--color-pink);
	border-bottom-color: var(--color-pink)
}

@media only screen and (max-width: 769px) {
	.schedule .schedule__subtitle {
		top: -12px;
		margin-bottom: 0;
		font-size: 14px
	}
}

.schedule .schedule-list {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	padding-bottom: 3px
}

.schedule .schedule-list::after {
	position: absolute;
	background: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
	background: -o-linear-gradient(left, #f37f7f, #944b8c);
	background: linear-gradient(to right, #f37f7f, #944b8c);
	opacity: 0.4;
	content: "";
	width: 100%;
	height: 1px;
	top: 0;
	left: 0
}

.schedule .schedule-list[aria-expanded="false"] .schedule-item:nth-child(n+6) {
	display: none
}

.schedule .schedule-list[aria-expanded="true"]+.schedule-show-more svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.schedule .schedule-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 10px 0;
	cursor: default;
	color: var(--color-orange);
	text-decoration: none !important
}

.schedule .schedule-item a::after {
	position: absolute;
	background: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
	background: -o-linear-gradient(left, #f37f7f, #944b8c);
	background: linear-gradient(to right, #f37f7f, #944b8c);
	opacity: 0.4;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0
}

.schedule .schedule-item.schedule-item_available a {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: var(--color-text);
	cursor: pointer
}

.schedule .schedule-item.schedule-item_available a:hover {
	color: var(--color-pink)
}

.schedule .schedule-item.schedule-item_available a:hover svg {
	--color: var(--color-pink)
}

.schedule .schedule-item.schedule-item_available .schedule-item__date {
	padding-right: 10px
}

.schedule .schedule-item__episode {
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex: 0 0 105px;
	/* flex-grow: 1; */
	font-size: 20px;
	line-height: 1
}

.schedule .schedule-item__name {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 193px;
	margin: 0 auto;
	display: inline-block;
	/* font-size: 18px; */
	line-height: 1
}

.schedule .schedule-item__date {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 193px;
	/* flex-basis: content; */
	flex: 0 0 content;
	margin-right: 10px;
	max-width: 193px;
	display: inline-block;
	font-size: 18px;
	line-height: 1
}

.schedule .schedule-item svg {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (max-width: 1025px) {
	.schedule .schedule-item a {
		padding: 10px 0
	}
}

@media only screen and (min-width: 769px) {
	.schedule .schedule-item__episode {
		margin-left: 10px
	}
}

@media only screen and (max-width: 769px) {
	.schedule .schedule-item a {
		padding: 14px 0
	}
	.schedule .schedule-item__episode {
		font-size: 16px
	}
	.schedule .schedule-item__date {
		text-align: right;
		font-size: 14px
	}
	.schedule .schedule-item__name {
		margin: -4px auto;
	}
}

@media only screen and (max-width: 769px) {
	.schedule .schedule-show-more {
		text-align: center
	}
}

.about-serial .about-serial-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 81px;
	position: relative;
	padding-right: 135px;
	padding-bottom: 20px;
	margin-top: 40px;
	margin-bottom: 25px
}

@media only screen and (max-width: 1025px) {
	.about-serial .about-serial-header {
		min-height: 70px
	}
}

@media only screen and (max-width: 769px) {
	.about-serial .about-serial-header {
		padding-right: 0;
		margin-top: 19px;
		margin-bottom: 11px;
		padding-bottom: 5px
	}
}

.about-serial .about-serial-header::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
	background: -o-linear-gradient(left, #f37f7f, #944b8c);
	background: linear-gradient(to right, #f37f7f, #944b8c);
	opacity: .4;
	content: ""
}

@media only screen and (max-width: 769px) {
	.about-serial .about-serial-header::after {
		content: none
	}
}

.about-serial .about-serial-header .about-serial-header__title {
	width: 75%;
	margin-bottom: 2px;
	margin-top: 0
}

@media only screen and (max-width: 769px) {
	.about-serial .about-serial-header .about-serial-header__title {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 8px
	}
}

.about-serial .about-serial-header .about-serial-header__subtitle {
	font-weight: 300;
	color: var(--color-orange);
	font-size: 18px;
	line-height: 1.4;
	margin: 0;
	color: var(--color-sand)
}

@media only screen and (max-width: 769px) {
	.about-serial .about-serial-header .about-serial-header__subtitle {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		line-height: 1.15;
		font-size: 14px
	}
}

.about-serial .about-serial-header .about-serial-rating {
	position: absolute;
	right: -2px;
	top: 8px;
	text-align: right
}

.about-serial .about-serial-header .about-serial-rating .rating-vote-count {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 8px;
	display: inline-block;
	opacity: .5;
	font-weight: 300
}

.about-serial .about-serial-header .about-serial-rating .rating__star a {
	padding: 2px
}

.about-serial .about-serial-header .about-serial-rating .rating__star svg {
	width: 24px;
	height: 24px
}

@media only screen and (max-width: 1025px) {
	.about-serial .about-serial-header .about-serial-rating {
		top: 0
	}
}

@media only screen and (max-width: 769px) {
	.about-serial .about-serial-header .about-serial-rating {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 19px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		position: relative;
		text-align: left;
		padding: 11px;
		height: 40px
	}
	.ios .about-serial .about-serial-header .about-serial-rating {
		margin-bottom: 22px
	}
	.about-serial .about-serial-header .about-serial-rating::before {
		border-radius: 8px;
		pointer-events: none;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
		background-image: -o-linear-gradient(left, #f37f7f, #944b8c);
		background-image: linear-gradient(to right, #f37f7f, #944b8c);
		content: "";
		opacity: 0.3
	}
	.about-serial .about-serial-header .about-serial-rating .rating-vote-count {
		margin-top: 0;
		font-size: 12px;
		position: relative;
		padding-left: 17px;
		padding-right: 5px
	}
	.about-serial .about-serial-header .about-serial-rating .rating-vote-count::before {
		content: "";
		width: 2px;
		position: absolute;
		left: 0;
		top: -4px;
		bottom: -4px;
		background-color: var(--color-black)
	}
	.about-serial .about-serial-header .about-serial-rating .rating__star svg {
		width: 20px;
		height: 20px
	}
}

.about-serial .about-serial-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 38px;
	margin-bottom: 38px;
	position: relative
}

@media only screen and (max-width: 769px) {
	.about-serial .about-serial-body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 0;
		margin-bottom: 28px
	}
	.about-serial .about-serial-body::after {
		display: none
	}
}

.about-serial .about-serial-body .about-serial-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 256px;
	flex: 0 0 256px;
	max-width: 256px;
	position: relative
}

@media only screen and (max-width: 769px) {
	.about-serial .about-serial-body .about-serial-left {
		display: none
	}
}

.about-serial .about-serial-body .about-serial-poster {
	position: relative;
	overflow: hidden;
	padding-top: 141%;
	overflow: visible;
	margin-bottom: 15px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 5px 26px rgba(240, 125, 128, 0.27);
	box-shadow: 0px 5px 26px rgba(240, 125, 128, 0.27)
}

.about-serial .about-serial-body .about-serial-poster img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.about-serial .about-serial-body .about-serial-poster img {
	border-radius: 4px
}

.about-serial .about-serial-body .about-serial__status {
	position: absolute;
	width: 130px;
	height: 30px;
	bottom: 0;
	left: 0;
	-webkit-transform: translateX(50%) translateY(50%);
	-ms-transform: translateX(50%) translateY(50%);
	transform: translateX(50%) translateY(50%);
	background-color: var(--color-green);
	color: var(--color-black);
	border-radius: 20px;
	-webkit-box-shadow: 0px 4px 4px rgba(35, 36, 52, 0.73);
	box-shadow: 0px 4px 4px rgba(35, 36, 52, 0.73);
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px
}

.about-serial .about-serial-body .about-serial__status.completed {
	background-color: var(--color-light-pink)
}

@media only screen and (max-width: 769px) {
	.about-serial .about-serial-body .about-serial__status {
		width: 75px;
		height: 18px;
		font-size: 13px;
		line-height: 16px
	}
}

.about-serial .about-serial-body .about-serial-right {
	padding: 0 73px 0 50px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: calc(100% - 256px)
}

@media only screen and (max-width: 993px) {
	.about-serial .about-serial-body .about-serial-right {
		padding: 0 0 0 40px
	}
}

@media only screen and (max-width: 769px) {
	.about-serial .about-serial-body .about-serial-right {
		padding: 2px 0 0 0;
		max-width: 100%
	}
}

.about-serial .about-serial-body .about-serial-characteristics {
	padding: 0;
	list-style: none;
	margin: 0 -20px 21px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3
}

.about-serial .about-serial-body .about-serial-characteristics li {
	margin: 0 20px 21px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid
}

.about-serial .about-serial-body .about-serial-characteristics li span {
	display: block;
	color: var(--color-text)
}

.about-serial .about-serial-body .about-serial-characteristics li span:first-child {
	color: var(--color-sand);
	margin-bottom: 2px;
	line-height: 1
}

.about-serial .about-serial-body .about-serial-characteristics li span:last-child {
	line-height: 1.33
}

@media only screen and (max-width: 993px) {
	.about-serial .about-serial-body .about-serial-characteristics {
		margin: 0 -5px 27px
	}
	.about-serial .about-serial-body .about-serial-characteristics li {
		margin: 0 5px 23px
	}
}

@media only screen and (max-width: 769px) {
	.about-serial .about-serial-body .about-serial-characteristics {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
		margin-bottom: 4px
	}
	.about-serial .about-serial-body .about-serial-characteristics li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 9px
	}
	.about-serial .about-serial-body .about-serial-characteristics li.mobile-hidden {
		display: none
	}
	.about-serial .about-serial-body .about-serial-characteristics li span:first-child {
		font-size: 14px;
		margin-bottom: 0;
		line-height: 19px
	}
	.about-serial .about-serial-body .about-serial-characteristics li span:last-child {
		font-weight: 400;
		font-size: 16px;
		margin-left: 13px;
		line-height: 19px
	}
}

.about-serial .about-serial-body .about-serial-mobile {
	display: none
}

@media only screen and (max-width: 769px) {
	.about-serial .about-serial-body .about-serial-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.about-serial .about-serial-body .about-serial-mobile .about-serial-poster-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 157px;
		flex: 0 0 157px;
		max-width: 157px
	}
	.about-serial .about-serial-body .about-serial-mobile .about-serial-info {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-left: 22px;
		margin-top: 3px
	}
	.about-serial .about-serial-body .about-serial-mobile .about-serial-characteristics {
		margin-bottom: 0
	}
	.about-serial .about-serial-body .about-serial-mobile .about-serial-characteristics li {
		margin-bottom: 15px;
		display: block
	}
	.about-serial .about-serial-body .about-serial-mobile .about-serial-characteristics li:last-child {
		margin-bottom: 0
	}
	.about-serial .about-serial-body .about-serial-mobile .about-serial-characteristics li span:first-child {
		margin-bottom: 6px;
		line-height: 1
	}
	.about-serial .about-serial-body .about-serial-mobile .about-serial-characteristics li span:last-child {
		margin-left: 0;
		line-height: 1
	}
}

.about-serial .about-serial-body .buttons-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.about-serial .about-serial-body .buttons-line .button {
	width: 100%;
	max-width: 222px
}

.about-serial .about-serial-body .buttons-line .button:not(:last-child) {
	margin-right: 27px
}

@media only screen and (max-width: 769px) {
	.about-serial .about-serial-body .buttons-line .button {
		max-width: 100%
	}
	.about-serial .about-serial-body .buttons-line .button:not(:last-child) {
		margin-right: 0
	}
	.about-serial .about-serial-body .buttons-line .button.first-episode-link {
		display: none
	}
}

_::-webkit-full-page-media,
_:future,
:root .about-serial .about-serial-body .about-serial__status.completed {
	line-height: 30px
}

@media only screen and (max-width: 769px) {
	_::-webkit-full-page-media,
	_:future,
	:root .about-serial .about-serial-body .about-serial__status.completed {
		line-height: 19px
	}
}

.header-search-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	pointer-events: none;
	width: 32px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 36px;
	background-color: var(--color-gray);
	z-index: 2;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.header-search-field:before,
.header-search-field:after {
	content: "";
	background-color: var(--color-gray);
	position: absolute;
	left: 0;
	right: 0;
	height: 10px
}

.header-search-field:before {
	top: -10px
}

.header-search-field:after {
	bottom: -10px
}

@media only screen and (max-width: 1025px) {
	.header-search-field {
		right: 14px
	}
}

.header-search-field .header-search__button-close {
	border: none;
	height: 22px;
	width: 22px;
	background-color: transparent;
	padding: 0;
	margin-right: 21px;
	cursor: pointer
}

@media only screen and (max-width: 1025px) {
	.header-search-field .header-search__button-close {
		margin-right: 10px
	}
}

.header-search-field .header-search__button-close:hover svg {
	--color: var(--color-text)
}

.header-search-field form {
	width: 100%
}

.header-search-field form .form-item {
	position: relative
}

.header-search-field form .form-item input {
	width: 100%;
	min-height: 32px;
	font-size: 16px;
	padding: 6px 11px
}

.header-search-field form .form-item button {
	border-radius: 8px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	width: 32px;
	height: 32px;
	padding: 0;
	background: var(--color-text)
}

.ipad .header-search-field form .form-item button,
.iphone .header-search-field form .form-item button {
	height: 33px
}

.header-search-field form .form-item button::before {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 8px;
	z-index: 0;
	background: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
	background: -o-linear-gradient(left, #f37f7f, #944b8c);
	background: linear-gradient(to right, #f37f7f, #944b8c);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: ""
}

.header-search-field form .form-item button svg {
	--color: var(--color-text);
	--color-flare: var(--color-text);
	width: 20px;
	height: 20px;
	position: relative;
	top: 2px
}

.header-search-field form .form-item button:hover::before {
	opacity: 0
}

.header-search-field form .form-item button:hover svg {
	--color: url(#linear-gradient-color2);
	--color-flare: url(#linear-gradient-color2)
}

.header-search-result {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	display: none;
	padding: 6px 0 0 0;
	background-color: var(--color-gray);
	position: absolute;
	top: calc(100% + 14px);
	right: 13px;
	width: calc(100% - 247px);
	z-index: 100
}

.header-search-result::before {
	content: "";
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 23px;
	right: 23px;
	height: 1px;
	opacity: .4;
	background-image: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
	background-image: -o-linear-gradient(left, #f37f7f, #944b8c);
	background-image: linear-gradient(to right, #f37f7f, #944b8c)
}

@media only screen and (max-width: 1025px) {
	.header-search-result::before {
		left: 14px;
		right: 14px
	}
}

.header-search-result .header-search-result-wrap {
	overflow-y: auto;
	margin-bottom: 10px
}

.header-search-result .header-search-result-top {
	padding: 14px 23px 30px 23px
}

.header-search-result .header-search-result-top .search-item {
	max-width: 100%;
	padding-right: 80px
}

.header-search-result .header-search-result-top .search-item:not(:last-child) {
	margin-bottom: 32px
}

.header-search-result .header-search-result-top .search-item-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 136px;
	flex: 0 0 136px;
	max-width: 136px
}

.header-search-result .header-search-result-top .search-item-text {
	left: 160px
}

.header-search-result .header-search-result-top .search-item-description {
	margin-top: 16px
}

@media only screen and (max-width: 1025px) {
	.header-search-result .header-search-result-top {
		padding: 15px 14px
	}
}

@media only screen and (max-width: 769px) {
	.header-search-result .header-search-result-top .search-item {
		padding-right: 0
	}
	.header-search-result .header-search-result-top .search-item:not(:last-child) {
		margin-bottom: 15px
	}
	.header-search-result .header-search-result-top .search-item-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75px;
		flex: 0 0 75px;
		max-width: 75px
	}
	.header-search-result .header-search-result-top .search-item-text {
		left: 86px;
		padding-left: 0
	}
	.header-search-result .header-search-result-top .search-item__alternative-title {
		margin-top: 0
	}
	.header-search-result .header-search-result-top .search-item__rating span:first-child {
		font-weight: 300
	}
	.header-search-result .header-search-result-top .search-item__genre {
		margin-top: 6px
	}
	.header-search-result .header-search-result-top .search-item__genre span:first-child {
		font-weight: 300
	}
}

.header-search-result .header-search-result-bottom {
	position: relative;
	padding: 30px 23px 25px 23px
}

.header-search-result .header-search-result-bottom::before {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 23px;
	right: 23px;
	height: 1px;
	opacity: .4;
	background-image: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
	background-image: -o-linear-gradient(left, #f37f7f, #944b8c);
	background-image: linear-gradient(to right, #f37f7f, #944b8c)
}

.header-search-result .header-search-result-bottom .catalog {
	margin: 0;
	grid-gap: 15px 12px
}

@media only screen and (max-width: 1025px) {
	.header-search-result .header-search-result-bottom {
		padding: 16px 14px 15px 14px
	}
	.header-search-result .header-search-result-bottom::before {
		left: 14px;
		right: 14px
	}
}

.header-search-result .header-search__all-result:hover::after {
	background-color: var(--color-gray) !important
}

@media only screen and (max-width: 1025px) {
	.header-search-result {
		width: 100%;
		top: calc(100% + 11px);
		right: 0;
		padding-bottom: 56px
	}
	.header-search-result .header-search-result-wrap {
		margin-bottom: 0
	}
	.header-search-result .header-search__all-result {
		position: absolute;
		min-height: 40px;
		left: 14px;
		bottom: 8px;
		max-width: calc(100% - 28px)
	}
}

@media only screen and (max-width: 769px) {
	.header-search-result {
		border-radius: 0;
		padding-top: 3px;
		padding-bottom: 0
	}
	.header-search-result .header-search-result-bottom-list {
		padding-bottom: 40px
	}
}

.header-search__backdrop {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--color-black);
	opacity: 0;
	z-index: 50;
	pointer-events: none
}

.search-opened .header-nav {
	opacity: 0
}

.search-opened .header-search-field {
	pointer-events: auto;
	width: calc(100% - 286px)
}

@media only screen and (max-width: 1025px) {
	.search-opened .header-search-field {
		width: calc(100% - 26px)
	}
}

.search-opened+.header-search__backdrop {
	pointer-events: auto;
	opacity: .8
}

.search-opened .header-search-result {
	display: block
}

.serial-info-popover {
	position: fixed;
	display: none;
	z-index: 600
}

.serial-info-popover__arrow {
	position: absolute;
	top: 17px;
	left: 10px;
	width: 15px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='40' viewBox='0 0 15 40' fill='none'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14.8958 -9.0001C14.8958 -13.4183 18.4776 -17 22.8958 -17H434C438.418 -17 442 -13.4183 442 -9V368C442 372.418 438.418 376 434 376H228.448H22.8958C18.4776 376 14.8958 372.418 14.8958 368L14.8919 39.5352C14.8918 37.2168 13.8861 35.0125 12.1351 33.493L3.65787 26.1368C0.0898396 23.0406 -0.0324272 17.5432 3.39442 14.2914L12.4024 5.74369C13.9942 4.23317 14.8957 2.13508 14.8957 -0.0593695L14.8958 -9.0001Z' fill='%23302F3F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='15' height='40' fill='transparent'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

[data-position="left"] .serial-info-popover__arrow {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	left: auto;
	right: 10px
}

.serial-info-popover-content {
	border-radius: 8px;
	padding: 18px 25px 25px 30px;
	background-color: var(--color-gray)
}

.serial-info-popover-wrap {
	position: relative
}

.serial-info-popover__header {
	color: var(--color-orange);
	margin-bottom: 16px
}

.serial-info-popover__header h3 {
	margin: 0
}

.serial-info-popover__header span {
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.25;
	margin-top: 5px
}

.serial-info-popover-body {
	margin-top: 16px
}

.serial-info-popover__props {
	margin-bottom: 13px
}

.serial-info-popover__props ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 0;
	margin: 0px -12px
}

.serial-info-popover__props ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 12px;
	padding-right: 12px;
	max-width: 33%
}

.serial-info-popover__props span {
	font-size: 14px
}

.serial-info-popover__props span:first-child {
	font-weight: 300;
	color: var(--color-sand);
	margin-bottom: 2px
}

.serial-info-popover__props span:last-child {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.serial-info-popover-desctiption {
	line-height: 1.45
}

.serial-info-popover-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 23px
}

.serial-info-popover-footer .button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 10px);
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px)
}

.serial-info-popover-footer .button::after {
	background-color: var(--color-gray)
}

.serial-info-popover[data-type="desktop"] {
	width: 445px
}

.serial-info-popover[data-type="mobile"] {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.serial-info-popover[data-type="mobile"] .serial-info-popover-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 500px;
	height: 100%;
	max-height: 650px;
	padding: 18px 14px 60px 14px
}

@media only screen and (max-width: 577px) {
	.serial-info-popover[data-type="mobile"] .serial-info-popover-content {
		max-width: 100%;
		max-height: 100%
	}
}

.serial-info-popover[data-type="mobile"] .serial-info-popover-wrap {
	height: 100%
}

.serial-info-popover[data-type="mobile"] .serial-info-popover__close {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background-color: transparent;
	padding: 0;
	cursor: pointer
}

@media (hover),
(min-width: 0\0),
(min--moz-device-pixel-ratio: 0) {
	.serial-info-popover[data-type="mobile"] .serial-info-popover__close:hover svg {
		--color: var(--color-text)
	}
}

.serial-info-popover[data-type="mobile"] .serial-info-popover__close:active svg {
	--color: var(--color-text)
}

.serial-info-popover[data-type="mobile"] .serial-info-popover__header {
	padding-right: 33px;
	margin-bottom: 12px
}

.serial-info-popover[data-type="mobile"] .serial-info-popover__header h3 {
	font-size: 22px
}

.serial-info-popover[data-type="mobile"] .serial-info-popover__header span {
	font-size: 14px
}

.serial-info-popover[data-type="mobile"] .serial-info-popover-body {
	margin-top: 13px
}

.serial-info-popover[data-type="mobile"] .serial-info-popover__trailer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative
}

.serial-info-popover[data-type="mobile"] .serial-info-popover__trailer iframe {
	width: 100%;
	height: 25vw
}

@media only screen and (max-width: 577px) {
	.serial-info-popover[data-type="mobile"] .serial-info-popover__trailer iframe {
		height: 50vw
	}
}

.serial-info-popover[data-type="mobile"] .serial-info-popover__trailer .serial-info-popover__serial-status {
	position: absolute;
	top: 10px;
	left: -5px;
	display: inline-block;
	background-color: var(--color-green);
	color: var(--color-black);
	width: 75px;
	text-align: center;
	padding: 3px 15px;
	border-radius: 20px;
	font-weight: 500;
	font-size: 12px;
	line-height: 1
}

.serial-info-popover[data-type="mobile"] .serial-info-popover__trailer .serial-info-popover__serial-status.completed {
	background-color: var(--color-light-pink)
}

.serial-info-popover[data-type="mobile"] .serial-info-popover__props {
	margin-top: 13px
}

.serial-info-popover[data-type="mobile"] .serial-info-popover__props ul li {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.serial-info-popover[data-type="mobile"] .serial-info-popover__props span:first-child {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0
}

.serial-info-popover[data-type="mobile"] .serial-info-popover__props span:last-child {
	display: inline-block;
	margin-left: 7px;
	line-height: 16px
}

.serial-info-popover[data-type="mobile"] .serial-info-popover__props .serial-info-popover__genre {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 6px
}

.serial-info-popover[data-type="mobile"] .serial-info-popover__props .serial-info-popover__sounds {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 6px
}

.serial-info-popover[data-type="mobile"] .serial-info-popover-description {
	position: relative
}

.serial-info-popover[data-type="mobile"] .serial-info-popover-description::before {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 40px;
	content: "";
	z-index: 1;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#302f3f), to(rgba(48, 47, 63, 0)));
	background-image: -o-linear-gradient(bottom, #302f3f, rgba(48, 47, 63, 0));
	background-image: linear-gradient(to top, #302f3f, rgba(48, 47, 63, 0))
}

.serial-info-popover[data-type="mobile"] .serial-info-popover-description h4 {
	font-size: 18px
}

.serial-info-popover[data-type="mobile"] .serial-info-popover-description__content {
	min-height: 60px;
	max-height: 250px;
	font-size: 16px;
	line-height: 1.25
}

.serial-info-popover[data-type="mobile"] .serial-info-popover-description .simplebar-track.simplebar-vertical {
	right: -5px
}

.serial-info-popover[data-type="mobile"] .serial-info-popover-description .simplebar-content {
	padding-bottom: 30px !important
}

.serial-info-popover[data-type="mobile"] .serial-info-popover-footer {
	background-color: var(--color-gray);
	margin-top: 0;
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
	padding: 12px 0
}

.serial-info-popover[data-type="mobile"] .serial-info-popover-footer .button {
	font-size: 17px;
	min-height: 40px
}

.serial_slider_wrapper {
	overflow: hidden
}

.serial_slider_wrapper .serial_slider {
	position: relative;
	margin: 0 -6px
}

.serial_slider_wrapper .serial_slider .swiper-button {
	top: 45%
}

@media only screen and (max-width: 577px) {
	.serial_slider_wrapper .serial_slider .swiper-button {
		top: 40%
	}
}

.serial_slider_wrapper .serial_slider .swiper-button-prev {
	left: 20px
}

.serial_slider_wrapper .serial_slider .swiper-button-next {
	right: 20px
}

.serial_slider_wrapper .serial_slider .swiper-button:active svg {
	--color: var(--color-text)
}

@media (hover),
(min-width: 0\0),
(min--moz-device-pixel-ratio: 0) {
	.serial_slider_wrapper .serial_slider .swiper-button {
		opacity: 0
	}
	.serial_slider_wrapper .serial_slider:hover .swiper-button {
		opacity: 1
	}
}

.serial_slider_wrapper .serial_slider .swiper-wrapper .swiper-slide {
	padding: 0 6px
}

@media screen and (min-width: 768px) {
	.serial_slider_wrapper .serial_slider {
		margin: 0 -8px
	}
	.serial_slider_wrapper .serial_slider .swiper-wrapper .swiper-slide {
		padding: 0 8px
	}
}

@media screen and (min-width: 1025px) {
	.serial_slider_wrapper .serial_slider {
		margin: 0 -10px
	}
	.serial_slider_wrapper .serial_slider .swiper-wrapper .swiper-slide {
		padding: 0 10px
	}
}

.serial_slider_wrapper .serial_slider:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
	width: 41.66%
}

@media screen and (min-width: 576px) {
	.serial_slider_wrapper .serial_slider:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
		width: 29.41%
	}
}

@media screen and (min-width: 768px) {
	.serial_slider_wrapper .serial_slider:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
		width: 22.72%
	}
}

@media screen and (min-width: 1025px) {
	.serial_slider_wrapper .serial_slider:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
		width: 20%
	}
}

.wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh
}

.wrap main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 48px
}

@media only screen and (max-width: 769px) {
	.wrap main {
		margin-bottom: 18px
	}
}

.content {
	padding-top: 15px
}

@media only screen and (max-width: 769px) {
	.content {
		padding-top: 11px
	}
}

.page-title {
	margin-top: 0;
	margin-bottom: 16px;
	line-height: 0.95;
	font-size: 30px
}

@media only screen and (max-width: 769px) {
	.page-title {
		line-height: 1
	}
}

.page-subtitle {
	font-weight: 300;
	font-size: 22px;
	color: var(--color-sand)
}

@media only screen and (max-width: 769px) {
	.page-subtitle {
		font-size: 18px;
		line-height: 1.3;
		display: inline-block
	}
}

hr {
	border: none;
	display: inline-block;
	width: 100%;
	height: 1px;
	background: -o-linear-gradient(25deg, #f37f7f, #944b8c);
	background: linear-gradient(65deg, #f37f7f, #944b8c);
	opacity: .4;
	margin: 17px 0
}

.page-description {
	width: 100%;
	font-weight: 300
}

.page-description h3 {
	margin-bottom: 10px
}

.novelty {
	margin-top: 52px
}

.novelty .novelty__tabs {
	margin-top: 22px
}

.novelty .novelty__tabs .tabs-list {
	margin: 0 auto 36px auto;
	max-width: 408px
}

.novelty .novelty__tabs .tabs-list__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

@media only screen and (max-width: 577px) {
	.novelty .novelty__tabs .tabs-list {
		max-width: 270px
	}
}

@media only screen and (max-width: 1025px) {
	.novelty .novelty__tabs .tabs-list {
		margin-bottom: 25px
	}
	.novelty .catalog-slider {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px
	}
}

@media only screen and (max-width: 769px) {
	.novelty {
		margin-top: 33px
	}
	.novelty .novelty__title {
		margin-bottom: 15px
	}
	.novelty .novelty__tabs {
		margin-top: 15px
	}
	.novelty .novelty__tabs .tabs-list {
		margin-bottom: 20px
	}
	.novelty .catalog-slider {
		margin-left: -12px;
		margin-right: -12px;
		padding-left: 12px;
		padding-right: 12px
	}
}

.main-page {
	margin-top: 9px;
	margin-bottom: 16px
}

.main-page .page-title {
	text-align: center
}

.main-page .last-episodes__button {
	margin-top: 35px;
	min-height: 48px
}

.main-page .catalog-full {
	margin-top: 56px
}

.main-page .catalog-full h2 {
	margin: 0
}

.main-page .catalog-full .catalog-bottom {
	margin-top: 65px
}

.main-page .catalog-full .catalog-bottom .coming-soon+.button {
	margin-top: 36px
}

.main-page .catalog-full .fade-enter-active,
.main-page .catalog-full .fade-leave-active {
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s
}

.main-page .catalog-full .fade-enter,
.main-page .catalog-full .fade-leave-to {
	opacity: 0
}

.main-page .catalog-full .preloader svg {
	width: 64px
}

@media only screen and (max-width: 769px) {
	.main-page .catalog-full .preloader svg {
		width: 32px
	}
}

@media only screen and (max-width: 769px) {
	.main-page .page-title {
		margin-bottom: 12px
	}
	.main-page .last-episodes .catalog {
		margin: 12px 0
	}
	.main-page .last-episodes__button {
		margin-top: 15px;
		min-height: 40px;
		letter-spacing: 0.4px
	}
	.main-page .catalog-full {
		margin-top: 27px
	}
	.main-page .catalog-full .h1 {
		margin-bottom: 0
	}
}

@media only screen and (max-width: 577px) {
	.main-page .catalog-full+hr {
		display: none
	}
	.main-page .page-description {
		margin-top: 32px
	}
	.main-page .page-description p {
		line-height: 1.27
	}
}

.last-episodes-page .last-episodes {
	margin-top: 27px;
	margin-bottom: 64px
}

.last-episodes-page .last-episodes .last-episodes-day:not(:first-child) {
	margin-top: 46px
}

.last-episodes-page .last-episodes .last-episodes-day__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	padding: 8px 25px;
	position: relative;
	line-height: 1;
	margin-bottom: 20px
}

.last-episodes-page .last-episodes .last-episodes-day__title span {
	z-index: 1
}

.last-episodes-page .last-episodes .last-episodes-day__title::before {
	border-radius: 4px;
	position: absolute;
	pointer-events: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
	background-image: -o-linear-gradient(left, #f37f7f, #944b8c);
	background-image: linear-gradient(to right, #f37f7f, #944b8c);
	content: "";
	opacity: 0.3
}

.last-episodes-page .last-episodes__button {
	margin-top: 34px;
	min-height: 48px
}

.last-episodes-page .novelty .novelty__tabs {
	margin-top: 26px
}

.last-episodes-page .novelty .novelty__tabs .tabs-list {
	margin-bottom: 25px
}

.last-episodes-page .page-description h3 {
	margin-bottom: 8px
}

@media only screen and (max-width: 1025px) {
	.last-episodes-page .last-episodes {
		margin-top: 20px
	}
}

@media only screen and (max-width: 769px) {
	.last-episodes-page {
		margin-bottom: 14px
	}
	.last-episodes-page .page-title {
		text-align: left;
		margin-bottom: 15px
	}
	.last-episodes-page .last-episodes {
		margin-top: 15px;
		margin-bottom: 35px
	}
	.last-episodes-page .last-episodes .last-episodes-day:not(:first-child) {
		margin-top: 28px
	}
	.last-episodes-page .last-episodes .last-episodes-day__title {
		font-size: 14px;
		padding: 5px 25px
	}
	.mobile.iphone .last-episodes-page .last-episodes .last-episodes-day__title {
		padding: 6px 25px 4px 25px
	}
	.last-episodes-page .last-episodes__button {
		margin-top: 20px;
		min-height: 40px
	}
	.last-episodes-page .last-episodes__button::after {
		opacity: 0
	}
}

@media only screen and (max-width: 769px) and (hover),
only screen and (max-width: 769px) and (min-width: 0\0),
only screen and (max-width: 769px) and (min--moz-device-pixel-ratio: 0) {
	.last-episodes-page .last-episodes__button:hover::after {
		opacity: 1
	}
}

@media only screen and (max-width: 769px) {
	.last-episodes-page .last-episodes__button:active::after {
		opacity: 1
	}
	.last-episodes-page .novelty .novelty__tabs {
		margin-top: 16px
	}
	.last-episodes-page .novelty .novelty__tabs .tabs-list {
		margin-bottom: 20px
	}
}

@media only screen and (max-width: 577px) {
	.last-episodes-page .novelty+hr {
		display: none
	}
	.last-episodes-page .page-description {
		margin-top: 32px
	}
	.last-episodes-page .page-description p {
		line-height: 1.27
	}
}

.category-page .page-title {
	margin-bottom: 0
}

@media only screen and (max-width: 769px) {
	.category-page .page-subtitle {
		margin-top: 5px
	}
}

.category-page .category-catalog .category-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 19px;
	margin-bottom: 27px;
	padding: 7px 26px 7px 15px;
	position: relative
}

.category-page .category-catalog .category-header::before {
	border-radius: 8px;
	position: absolute;
	pointer-events: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
	background-image: -o-linear-gradient(left, #f37f7f, #944b8c);
	background-image: linear-gradient(to right, #f37f7f, #944b8c);
	content: "";
	opacity: 0.3;
	z-index: -1
}

@media only screen and (max-width: 769px) {
	.category-page .category-catalog .category-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 0 4px 0;
		margin-top: 16px;
		margin-bottom: 10px
	}
	.category-page .category-catalog .category-header::before {
		opacity: 0.4;
		width: 100%;
		height: 1px;
		top: auto;
		bottom: 0;
		left: 0
	}
}

.category-page .category-catalog .category-header a {
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--color-text);
	font-size: 18px
}

.category-page .category-catalog .category-header a span {
	line-height: 22px
}

.windows.desktop .category-page .category-catalog .category-header a span {
	position: relative;
	top: -1px
}

.ipad .category-page .category-catalog .category-header a span {
	position: relative;
	top: 2px
}

@media only screen and (max-width: 769px) {
	.category-page .category-catalog .category-header a {
		font-size: 16px;
		width: 93px
	}
	.category-page .category-catalog .category-header a span {
		top: 0px
	}
}

.category-page .category-catalog .category-header-sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.category-page .category-catalog .category-header-sort a {
	color: var(--color-orange);
	text-decoration: none !important
}

.category-page .category-catalog .category-header-sort a svg {
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	height: 11px;
	position: relative;
	--color: var(--color-orange)
}

.category-page .category-catalog .category-header-sort a.category-header-sort__desc {
	margin-right: 28px
}

.category-page .category-catalog .category-header-sort a.category-header-sort__abs svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.category-page .category-catalog .category-header-sort a.disabled {
	cursor: default;
	color: var(--color-text)
}

.category-page .category-catalog .category-header-sort a.disabled svg {
	--color: var(--color-text)
}

@media (hover),
(min-width: 0\0),
(min--moz-device-pixel-ratio: 0) {
	.category-page .category-catalog .category-header-sort a:not(.disabled):hover {
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		color: var(--color-pink)
	}
	.category-page .category-catalog .category-header-sort a:not(.disabled):hover svg {
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		--color: var(--color-pink)
	}
	.category-page .category-catalog .category-header-sort a:not(.disabled):hover.category-header-sort__desc svg {
		-webkit-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		transform: translateY(-2px)
	}
	.category-page .category-catalog .category-header-sort a:not(.disabled):hover.category-header-sort__abs svg {
		-webkit-transform: translateY(2px) rotate(180deg);
		-ms-transform: translateY(2px) rotate(180deg);
		transform: translateY(2px) rotate(180deg)
	}
}

.category-page .category-catalog .category-header-sort a:not(.disabled):active {
	color: var(--color-pink)
}

.category-page .category-catalog .category-header-sort a:not(.disabled):active svg {
	--color: var(--color-pink)
}

.category-page .category-catalog .category-header-sort a:not(.disabled):active.category-header-sort__desc svg {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px)
}

.category-page .category-catalog .category-header-sort a:not(.disabled):active.category-header-sort__abs svg {
	-webkit-transform: translateY(2px) rotate(180deg);
	-ms-transform: translateY(2px) rotate(180deg);
	transform: translateY(2px) rotate(180deg)
}

@media only screen and (max-width: 769px) {
	.category-page .category-catalog .category-header-sort {
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 15px;
		width: 100%
	}
	.category-page .category-catalog .category-header-sort a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 100%
	}
	.category-page .category-catalog .category-header-sort a.category-header-sort__abs,
	.category-page .category-catalog .category-header-sort a.category-header-sort__desc {
		padding: 0;
		margin: 0
	}
	.category-page .category-catalog .category-header-sort a svg {
		margin: 1px 5px 0 0;
		width: 11px;
		height: 11px
	}
}

.category-page .category-catalog .category-header-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media only screen and (max-width: 769px) {
	.category-page .category-catalog .category-header-info {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		position: relative;
		padding: 9px 0;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.category-page .category-catalog .category-header-info::before {
		border-radius: 8px;
		position: absolute;
		pointer-events: none;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
		background-image: -o-linear-gradient(left, #f37f7f, #944b8c);
		background-image: linear-gradient(to right, #f37f7f, #944b8c);
		content: "";
		opacity: 0.3;
		z-index: -1
	}
}

.category-page .category-catalog .category-header-info a {
	color: var(--color-orange)
}

.category-page .category-catalog .category-header-info a:not(:last-child) {
	margin-right: 52px;
	position: relative
}

.category-page .category-catalog .category-header-info a:not(:last-child)::after {
	position: absolute;
	top: 0;
	right: -28px;
	top: 0px;
	bottom: -2px;
	width: 2px;
	background-color: var(--color-black);
	content: "";
	pointer-events: none
}

.category-page .category-catalog .category-header-info a svg {
	margin-right: 11px
}

.category-page .category-catalog .category-header-info a:hover {
	color: var(--color-text);
	text-decoration: none
}

.category-page .category-catalog .category-header-info a:hover svg {
	--color: url(#linear-gradient-color2);
	--color-bg: var(--color-text)
}

@media only screen and (max-width: 769px) {
	.category-page .category-catalog .category-header-info a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%
	}
	.category-page .category-catalog .category-header-info a:not(:last-child) {
		margin-right: 0
	}
	.category-page .category-catalog .category-header-info a:not(:last-child)::after {
		right: 0
	}
	.category-page .category-catalog .category-header-info a svg {
		margin-right: 7px;
		width: 20px;
		height: 20px
	}
}

@media only screen and (max-width: 769px) {
	.category-page .serial-list-episodes {
		margin: 10px 0;
		grid-gap: 15px 12px
	}
}

.category-page .serial-description {
	/* padding: 0 11.4%; */
	margin-top: 38px;
	margin-bottom: 56px
}

@media only screen and (max-width: 769px) {
	.category-page .serial-description {
		padding: 0;
		margin-top: 28px;
		margin-bottom: 29px
	}
}

.category-page .serial-description .serial-description-slider {
	position: relative
}

.category-page .serial-description .serial-description-slider .h2 {
	position: absolute;
	left: 0;
	top: -5px;
	margin: 0
}

@media only screen and (max-width: 769px) {
	.category-page .serial-description .serial-description-slider .h2 {
		position: relative;
		top: 0;
		margin-bottom: 8px;
		font-size: 20px
	}
}

.category-page .serial-description .serial-description-text {
	margin-top: 42px;
	font-weight: 300;
	font-size: 18px
}

@media only screen and (max-width: 769px) {
	.category-page .serial-description .serial-description-text {
		margin-top: 27px
	}
	.category-page .serial-description .serial-description-text h3 {
		margin-bottom: 10px;
		line-height: 24px
	}
	.category-page .serial-description .serial-description-text p {
		line-height: 1.375;
		margin-bottom: 9px
	}
}

.category-page .serial-description .first-episode-link {
	margin-top: 23px;
	display: none
}

@media only screen and (max-width: 769px) {
	.category-page .serial-description .first-episode-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.category-page .comments {
	margin-top: 56px;
	margin-bottom: 39px
}

.category-page .related-serials,
.category-page .similar-serials {
	margin-top: 30px;
	margin-bottom: 30px
}

.category-page .related-serials h2,
.category-page .similar-serials h2 {
	margin-bottom: 10px
}

@media only screen and (max-width: 769px) {
	.category-page .related-serials h2,
	.category-page .related-serials .h2,
	.category-page .similar-serials h2,
	.category-page .similar-serials .h2 {
		margin-bottom: 7px
	}
}

@media only screen and (max-width: 769px) {
	.category-page .related-serials+.similar-serials {
		margin-top: 39px
	}
}

.episode-page .page-title {
	margin-bottom: 6px
}

.episode-page .page-subtitle {
	margin-top: 0;
	margin-bottom: 25px
}

@media only screen and (max-width: 769px) {
	.episode-page .page-subtitle {
		margin-bottom: 17px
	}
}

.episode-page .episode-sounds .swiper-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	height: 38px;
	width: 38px;
	-webkit-box-shadow: 0px 4px 4px rgba(35, 36, 52, 0.73);
	box-shadow: 0px 4px 4px rgba(35, 36, 52, 0.73);
	background-color: var(--color-orange);
	z-index: 10;
	border: none;
	outline: none;
	cursor: pointer
}

.episode-page .episode-sounds .swiper-button svg {
	--color: var(--color-text)
}

.episode-page .episode-sounds .swiper-button-prev {
	left: 0
}

.episode-page .episode-sounds .swiper-button-next {
	right: 0
}

.episode-page .episode-sounds .swiper-button-disabled {
	display: none
}

.episode-page .episode-sounds .tabs-list:not(.swiped) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal
}

.episode-page .episode-sounds .tabs-list:not(.swiped) .tabs-list__item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

@media only screen and (max-width: 769px) {
	.episode-page .episode-sounds .tabs-list__item {
		width: auto;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}
}

@media only screen and (max-width: 577px) {
	.episode-page .episode-sounds .swiper-button {
		height: 30px;
		width: 30px
	}
}

.episode-page .episode-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 16px
}

.episode-page .episode-rating>span {
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	color: var(--color-sand)
}

.episode-page .episode-rating .rating {
	margin-left: 6px
}

.episode-page .episode-rating a {
	padding: 2px
}

.episode-page .episode-rating a svg {
	width: 28px;
	height: 28px
}

@media only screen and (max-width: 769px) {
	.episode-page .episode-rating {
		margin-top: 7px;
		padding-right: 14px
	}
	.episode-page .episode-rating>span {
		font-size: 14px
	}
	.episode-page .episode-rating .rating {
		margin-left: 4px
	}
	.episode-page .episode-rating a svg {
		width: 20px;
		height: 20px
	}
}

.episode-page .related-serials,
.episode-page .similar-serials {
	margin-top: 30px;
	margin-bottom: 30px
}

.episode-page .related-serials h2,
.episode-page .similar-serials h2 {
	margin-bottom: 10px
}

@media only screen and (max-width: 769px) {
	.episode-page .related-serials,
	.episode-page .similar-serials {
		margin-top: 24px
	}
}

.episode-page .related-serials+.similar-serials {
	margin-top: 43px
}

@media only screen and (max-width: 769px) {
	.episode-page .related-serials+.similar-serials {
		margin-top: 35px
	}
}

.all-episodes {
	margin-top: 28px
}

.all-episodes .all-episodes-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 11px;
	position: relative
}

.all-episodes .all-episodes-header .h2 {
	line-height: 1;
	margin: 0
}

.all-episodes .all-episodes-header a {
	text-decoration: none !important;
	color: var(--color-orange);
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	margin: 0 -3px 2px 0
}

.all-episodes .all-episodes-header a svg {
	width: 14px;
	height: 14px
}

@media only screen and (min-width: 1026px) {
	.all-episodes-slider .swiper-button {
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		opacity: 0
	}
	.all-episodes-slider:hover .swiper-button {
		opacity: 1
	}
}

.all-episodes .all-episodes-slider-wrapper {
	overflow: hidden
}

.all-episodes .all-episodes-slider-wrapper .all-episodes-slider {
	margin: 0 -6px
}

.all-episodes .all-episodes-slider-wrapper .all-episodes-slider .swiper-container .swiper-slide {
	padding: 0 6px
}

@media screen and (min-width: 993px) {
	.all-episodes .all-episodes-slider-wrapper .all-episodes-slider .swiper-container .swiper-slide {
		padding: 0 8px
	}
}

@media screen and (min-width: 1025px) {
	.all-episodes .all-episodes-slider-wrapper .all-episodes-slider .swiper-container .swiper-slide {
		padding: 0 10px
	}
}

.all-episodes .all-episodes-slider-wrapper .all-episodes-slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
	width: 40%
}

@media screen and (min-width: 769px) {
	.all-episodes .all-episodes-slider-wrapper .all-episodes-slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
		width: 29.41%
	}
}

@media screen and (min-width: 993px) {
	.all-episodes .all-episodes-slider-wrapper .all-episodes-slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
		width: 22.72%
	}
}

.all-episodes .all-episodes-slider-wrapper .all-episodes-slider .swiper-container .swiper-button {
	top: calc(50% - 14px)
}

.all-episodes .all-episodes-slider-wrapper .all-episodes-slider .swiper-container .swiper-button-prev {
	left: 6px
}

.all-episodes .all-episodes-slider-wrapper .all-episodes-slider .swiper-container .swiper-button-next {
	right: 6px
}

@media only screen and (min-width: 770px) {
	.all-episodes .all-episodes-slider-wrapper .all-episodes-slider .swiper-container .swiper-button-prev {
		left: 12px
	}
	.all-episodes .all-episodes-slider-wrapper .all-episodes-slider .swiper-container .swiper-button-next {
		right: 12px
	}
}

@media only screen and (min-width: 1026px) {
	.all-episodes .all-episodes-slider-wrapper .all-episodes-slider .swiper-container .swiper-button-prev {
		left: 20px
	}
	.all-episodes .all-episodes-slider-wrapper .all-episodes-slider .swiper-container .swiper-button-next {
		right: 20px
	}
}

@media only screen and (max-width: 769px) {
	.all-episodes .all-episodes-slider-wrapper .all-episodes-slider .swiper-container .swiper-button {
		top: calc(50% - 11px)
	}
}

@media only screen and (max-width: 769px) {
	.all-episodes {
		margin: 15px 0 0 0
	}
	.all-episodes .all-episodes-header {
		margin-bottom: 9px
	}
	.all-episodes .all-episodes-header a {
		font-size: 14px;
		margin-bottom: 1px
	}
	.all-episodes .all-episodes-header a svg {
		position: relative;
		top: 2px;
		right: 2px
	}
}

.episode-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 55px;
	margin-bottom: 33px
}

@media only screen and (max-width: 769px) {
	.episode-container {
		margin-top: 30px;
		margin-bottom: 24px
	}
}

.episode-container .episode-info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 298px);
	flex: 0 0 calc(100% - 298px);
	max-width: calc(100% - 298px);
	padding-right: 58px
}

@media only screen and (max-width: 769px) {
	.episode-container .episode-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0
	}
}

.episode-container .episode-info .episode-releases {
	margin-bottom: 38px
}

.episode-container .episode-info .episode-releases__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 15px;
	position: relative
}

.episode-container .episode-info .episode-releases__header::after {
	position: absolute;
	background: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
	background: -o-linear-gradient(left, #f37f7f, #944b8c);
	background: linear-gradient(to right, #f37f7f, #944b8c);
	opacity: 0.4;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0
}

.episode-container .episode-info .episode-releases__header .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.episode-container .episode-info .episode-releases__header .h2 {
	line-height: 1;
	margin: 0
}

.episode-container .episode-info .episode-releases__header .schedule__subtitle {
	display: inline-block;
	color: var(--color-orange);
	border-bottom: 1px dashed var(--color-orange);
	margin-top: 4px;
	font-size: 18px;
	text-decoration: none !important
}

.episode-container .episode-info .episode-releases__header .schedule__subtitle:hover {
	color: var(--color-pink);
	border-bottom-color: var(--color-pink)
}

@media only screen and (max-width: 769px) {
	.episode-container .episode-info .episode-releases__header .schedule__subtitle {
		margin-top: 3px;
		margin-bottom: 0;
		font-size: 14px
	}
}

.episode-container .episode-info .episode-releases__header .external-link {
	text-decoration: none !important;
	color: var(--color-orange);
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	margin-right: -3px;
	margin-top: 13px
}

@media only screen and (max-width: 769px) {
	.episode-container .episode-info .episode-releases__header .external-link {
		font-size: 14px;
		margin-top: 6px
	}
}

.episode-container .episode-info .episode-releases__list {
	list-style: none;
	margin: 0 0 38px 0;
	padding: 0
}

.episode-container .episode-info .episode-releases__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	font-size: 20px;
	padding: 6px 0
}

.episode-container .episode-info .episode-releases__list li::after {
	position: absolute;
	background: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
	background: -o-linear-gradient(left, #f37f7f, #944b8c);
	background: linear-gradient(to right, #f37f7f, #944b8c);
	opacity: 0.4;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0
}

.episode-container .episode-info .episode-releases__list li span:last-child {
	font-size: 18px
}

@media only screen and (max-width: 769px) {
	.episode-container .episode-info .episode-releases {
		margin-bottom: 30px
	}
	.episode-container .episode-info .episode-releases__header {
		padding-bottom: 13px
	}
	.episode-container .episode-info .episode-releases__header a {
		font-size: 14px;
		margin-bottom: 1px
	}
	.episode-container .episode-info .episode-releases__header a svg {
		position: relative;
		top: 2px;
		right: 2px
	}
	.episode-container .episode-info .episode-releases__list {
		margin-bottom: 30px
	}
	.episode-container .episode-info .episode-releases__list li {
		font-size: 16px;
		line-height: 16px;
		padding: 12px 0
	}
	.episode-container .episode-info .episode-releases__list li span:last-child {
		font-size: 14px;
		line-height: 16px
	}
}

.episode-container .episode-info .episode-description {
	margin-bottom: 32px
}

.episode-container .episode-info .episode-description__header {
	margin-bottom: 10px
}

.episode-container .episode-info .episode-description__header h2 {
	margin: 0
}

.episode-container .episode-info .episode-description__header table {
	margin-top: 9px;
	border-collapse: collapse
}

.episode-container .episode-info .episode-description__header tr {
	color: var(--color-sand)
}

.episode-container .episode-info .episode-description__header tr td:last-of-type {
	padding-left: 5px
}

.episode-container .episode-info .episode-description__text {
	font-weight: 300;
	font-size: 18px
}

@media only screen and (max-width: 769px) {
	.episode-container .episode-info .episode-description__header span {
		font-size: 14px;
		display: inline-block;
		margin-top: 4px
	}
	.episode-container .episode-info .episode-description__text p {
		line-height: 1.3
	}
}

.episode-container .episode-info .comments {
	margin-top: 32px
}

.episode-container .episode-info .comments img {
	width: 100%
}

@media only screen and (max-width: 769px) {
	.episode-container .episode-info .comments {
		margin: 34px -15px 0
	}
}

.episode-container .episode__advertising {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 298px;
	flex: 0 0 298px;
	max-width: 298px
}

@media only screen and (max-width: 769px) {
	.episode-container .episode__advertising {
		display: none
	}
}

.search-page .page-title {
	margin-bottom: 14px
}

.search-page .search-form {
	margin-bottom: 40px
}

.search-page .search-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.search-page .search-form .form-item {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 20px;
	margin-bottom: 0
}

.search-page .search-form .form-item input {
	width: 100%;
	padding-right: 20px;
	color: var(--color-sand)
}

.search-page .search-form .form-item input::-webkit-input-placeholder {
	color: var(--color-sand)
}

.search-page .search-form .form-item input::-moz-placeholder {
	color: var(--color-sand)
}

.search-page .search-form .form-item input:-ms-input-placeholder {
	color: var(--color-sand)
}

.search-page .search-form .form-item input::-ms-input-placeholder {
	color: var(--color-sand)
}

.search-page .search-form .form-item input::placeholder {
	color: var(--color-sand)
}

.search-page .search-form .form-item .search-clean {
	position: absolute;
	top: calc(50% - 7px);
	right: 15px;
	width: 14px;
	height: 14px;
	border: none;
	background-color: transparent;
	padding: 0;
	outline: none;
	cursor: pointer
}

.search-page .search-form .form-item .search-clean svg {
	--color: var(--color-orange);
	width: inherit;
	height: inherit
}

.search-page .search-form .form-item .search-clean:hover svg {
	--color: var(--color-text)
}

.search-page .search-form .button {
	width: 228px
}

@media only screen and (max-width: 769px) {
	.search-page .search-form {
		margin-bottom: 26px
	}
	.search-page .search-form form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.search-page .search-form .form-item {
		margin-right: 0
	}
	.search-page .search-form .form-item input {
		padding: 12px 35px 12px 11px
	}
	.search-page .search-form .button {
		min-height: 40px;
		margin-top: 12px;
		width: 100%
	}
}

.search-page .search-catalog .catalog {
	margin-bottom: 33px
}

@media only screen and (max-width: 769px) {
	.search-page .search-catalog .catalog {
		margin-bottom: 23px
	}
}

.search-page .search-catalog button {
	min-height: 40px
}

.search-page .nothing-found .info {
	text-align: center
}

.search-page .nothing-found .buttons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px
}

.search-page .nothing-found .buttons-wrap .to-catalog {
	width: 254px;
	margin-right: 38px
}

.search-page .nothing-found .buttons-wrap .to-rand {
	width: 326px
}

@media only screen and (max-width: 769px) {
	.search-page .nothing-found .buttons-wrap {
		display: block
	}
	.search-page .nothing-found .buttons-wrap .to-catalog,
	.search-page .nothing-found .buttons-wrap .to-rand {
		width: 100%
	}
	.search-page .nothing-found .buttons-wrap .to-rand {
		margin-top: 12px
	}
}

.search-result {
	margin-top: 40px;
	padding-bottom: 32px;
	margin-bottom: 32px;
	position: relative
}

.search-result::before {
	position: absolute;
	pointer-events: none;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-image: -webkit-gradient(linear, left top, right top, from(#f37f7f), to(#944b8c));
	background-image: -o-linear-gradient(left, #f37f7f, #944b8c);
	background-image: linear-gradient(to right, #f37f7f, #944b8c);
	content: "";
	opacity: 0.4
}

@media only screen and (max-width: 769px) {
	.search-result {
		margin-top: 26px;
		margin-bottom: 18px;
		padding-bottom: 18px
	}
}

.search-item {
	max-width: 80%
}

.search-item:not(:last-child) {
	margin-bottom: 32px
}

.search-item-wrap {
	display: block;
	text-decoration: none !important;
	position: relative;
	color: var(--color-text)
}

.search-item-wrap:hover .search-item__title {
	color: var(--color-pink)
}

.search-item-wrap:hover .search-image-wrap {
	border-color: var(--color-pink)
}

.search-item-wrap:hover .search-image-wrap img {
	width: 110%;
	height: 110%;
	margin: -5%
}

.search-item__link {
	text-decoration: none !important
}

.search-item-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 157px;
	flex: 0 0 157px;
	max-width: 157px
}

.search-item-img .search-image-wrap {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	padding-top: 140%;
	overflow: hidden;
	display: block;
	border: 2px solid transparent
}

.search-item-img .search-image-wrap img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.search-item-img .search-image-wrap img {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.search-item-text {
	position: absolute;
	left: 184px;
	right: 0;
	top: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.search-item__title {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: var(--color-orange);
	margin: 1px 0 0 0
}

.search-item__alternative-title {
	font-weight: 300;
	color: var(--color-orange);
	font-size: 18px;
	display: inline-block;
	color: #FBE0D0;
	opacity: 0.6
}

.search-item__rating,
.search-item__genre {
	display: none;
	margin-top: 16px
}

.search-item__rating span,
.search-item__genre span {
	line-height: 14px
}

.search-item__rating span:first-child,
.search-item__genre span:first-child {
	font-size: 12px;
	color: var(--color-sand);
	margin-right: 9px
}

.search-item__rating span:last-child,
.search-item__genre span:last-child {
	font-size: 14px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: lowercase
}

.search-item__genre {
	margin-top: 5px
}

.search-item-description {
	margin-top: 20px
}

.search-item-description .external-link-arrow {
	position: relative;
	left: 15px;
	top: 4px
}

.search-item-description>p {
	margin-bottom: -6px
}

@media only screen and (max-width: 993px) {
	.search-item {
		max-width: 100%
	}
	.search-item:not(:last-child) {
		margin-bottom: 23px
	}
}

@media only screen and (max-width: 769px) {
	.search-item {
		max-width: 80%
	}
	.search-item:not(:last-child) {
		margin-bottom: 32px
	}
}

@media only screen and (max-width: 769px) and (max-width: 993px) {
	.search-item {
		max-width: 100%
	}
	.search-item:not(:last-child) {
		margin-bottom: 23px
	}
}

@media only screen and (max-width: 769px) {
	.search-item-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 26%;
		flex: 0 0 26%;
		max-width: 26%
	}
	.search-item-text {
		left: 26%;
		padding-left: 27px
	}
	.search-item__title {
		margin: 0
	}
	.search-item__alternative-title {
		font-size: 14px;
		margin-top: 3px;
		line-height: 1.2
	}
	.search-item__rating {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 15px
	}
	.search-item__genre {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 7px
	}
	.search-item-description {
		display: none
	}
}

@media only screen and (max-width: 577px) {
	.search-item-img {
		-webkit-filter: drop-shadow(0px 5px 26px rgba(240, 125, 128, 0.27));
		filter: drop-shadow(0px 5px 26px rgba(240, 125, 128, 0.27));
		border-radius: 4px
	}
	.search-item-text {
		padding-left: 13px
	}
}

.cinemapress-autocomplete ul {
	min-width: 350px;
}

.cinemapress-autocomplete ul li,
.cinemapress-autocomplete div {
	background: #302f3f;
}

.cinemapress-autocomplete ul li:hover,
.cinemapress-autocomplete div:hover {
	background: #211f29;
}

#cinemapress-player {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 5px 26px rgba(240, 125, 128, 0.27);
	box-shadow: 0px 5px 26px rgba(240, 125, 128, 0.27);
}

.about-serial .bg-cover-bg::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	width: 110%;
	background: -moz-radial-gradient(rgba(33, 32, 42, .87) 0%, rgba(33, 32, 42, 1) 50%, rgba(33, 32, 42, 1) 100%);
	background: -webkit-radial-gradient(rgba(33, 32, 42, .87) 0%, rgba(33, 32, 42, 1) 50%, rgba(33, 32, 42, 1) 100%);
	background: radial-gradient(rgba(33, 32, 42, .87) 0%, rgba(33, 32, 42, 1) 50%, rgba(33, 32, 42, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21202a', endColorstr='#21202a', GradientType=0);
}

.about-serial .bg-cover-bg {
	position: absolute;
	height: 573px;
	overflow: hidden;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
}

.about-serial .bg-cover-bg img {
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	object-fit: cover;
	border-radius: 20px 20px 0 0;
}

.scroll-top-button {
	position: fixed;
	right: 13px;
	bottom: 17px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 0;
	visibility: hidden;
	z-index: 1000
}

.scroll-top-button.visible {
	opacity: 1;
	visibility: visible
}

.scroll-top-button svg {
	width: 27px;
	height: 29px
}

.scroll-top-button svg.desktop {
	display: none
}

@media only screen and (min-width: 994px) {
	.scroll-top-button {
		right: 60px;
		bottom: 100px;
		cursor: pointer
	}
	.scroll-top-button svg {
		width: 58px;
		height: 58px;
		--circle-border: url(#linear-gradient-color2);
		--arrow: var(--color-pink);
		--circle-opacity: 0.9;
		--circle-background: var(--color-gray);
		--circle-fill-opacity: 1
	}
	.scroll-top-button svg.desktop {
		display: block
	}
	.scroll-top-button svg.mobile {
		display: none
	}
	.scroll-top-button:hover svg {
		--arrow: var(--color-text);
		--circle-fill-opacity: 0.3;
		--circle-background: var(--color-dark-pink)
	}
}

.last-episodes-day__title {
	font-size: 20px;
	font-weight: bold
}

.loader,
.loader:before,
.loader:after {
	background: #ffffff;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
}

.loader {
	color: #ffffff;
	text-indent: -9999em;
	position: relative;
	font-size: 4px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.loader:before,
.loader:after {
	position: absolute;
	top: 0;
	content: '';
}

.loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loader:after {
	left: 1.5em;
}

@-webkit-keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}

@keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}

.gradient-text {
  text-transform: uppercase;
  background: linear-gradient(to right, #f37f7f, #944b8c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f37f7f;
}
