/*
	Degorov normalize.css v4.1
	====================
*/
*,
::before,
::after {
	box-sizing: border-box
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline
}

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

html,
body {
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	box-sizing: border-box;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	scroll-behavior: smooth;
}

html * {
	max-height: 999999px;
	outline: none;
}

body {
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	font-weight: var(--f1w);
	font-feature-settings: 'lnum' on;
	line-height: 1.5;
	color: #212529;
	color: var(--dark);
	text-align: left;
	background-color: #fff
}

body.dark_theme {
	color: #fff;
	background: var(--dark);
}

body.hiddenbody {
	overflow: hidden !important;
}

body.blur .page-frame,
body.compensate-for-scrollbar .page-frame {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

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

section {
	position: relative;
	padding-block: calc(4rem * var(--indentSize));
}

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

code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1rem
}

pre {
	font-family: var(--f3), SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 0.9rem
}

small {
	font-size: 80%;
	line-height: 1.4;
	display: inline-block;
	color: var(--gray);
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	color: transparent;
}

img[srcset="*"] {
	opacity: 0;
}

body.chrome img {
	image-rendering: -webkit-optimize-contrast;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0
}

th {
	text-align: inherit
}

label {
	position: relative;
	display: inline-block
}

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

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

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

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

textarea {
	overflow: auto;
	resize: vertical
}

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

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

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

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

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

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

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

output {
	display: inline-block
}

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

template {
	display: none
}

[hidden] {
	display: none !important
}

b,
strong {
	font-weight: bold;
	font-weight: var(--f1wb);
}

:root {
	--coef_r: 1;
	--coef_h: 1;
	--coef_w: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1rem 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	word-break: break-word;
}

h1:first-letter,
h2:first-letter,
h3:first-letter,
h4:first-letter,
h5:first-letter,
h6:first-letter {
	text-transform: capitalize;
}

h1 {
	font-size: 3rem;
	font-weight: var(--f2wh1);
	margin: 0 0 2.5rem;
	line-height: 1.1
}

h2 {
	font-size: 2rem;
	font-weight: bold;
	font-weight: var(--f2w);
	margin: 2.5rem 0 2rem;
	line-height: 1.2
}

h3 {
	font-size: 1.5rem;
	font-weight: bold;
	font-weight: var(--f2w);
	margin: 2rem 0 1rem;
	line-height: 1.3
}

h4 {
	font-size: 1.25rem;
	font-weight: bold;
	font-weight: var(--f2w);
	margin: 2rem 0 1rem;
	font-family: var(--f1);
	line-height: 1.3
}

p {
	margin: 1rem 0
}

p:first-child {
	margin-top: 0
}


a {
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

a,
a:focus,
input:focus,
button:focus {
	text-decoration: none;
}

a,
a:focus,
a:active {
	color: var(--color);
	border-bottom-color: var(--color);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

a[href^="mailto:"] {
	color: var(--color);
	border-bottom: 1px dashed var(--color)
}

a[href^="mailto:"]:hover {
	border-bottom-color: transparent
}

a[href^="tel:"] {
	color: var(--color);
	border-bottom-color: transparent
}

a[href^="tel:"].phone-content {
	color: var(--color);
	font-weight: bold;
	font-weight: var(--f1ws);
	white-space: nowrap
}


ol {
	list-style-type: none;
	counter-reset: mylist
}

ol li {
	position: relative;
	margin: .5rem 0;
	counter-increment: mylist
}

ol li::before {
	content: counters(mylist, ".") ". "
}

ol li h2::before {
	content: counter(mylist) ". "
}

ol li li {
	padding-left: 2.5rem
}

ul {
	padding: 0;
	margin: 0;
	list-style: none
}

li {
	text-align: left;
}

.list ul,
.list ol {
	padding: 0;
	margin: 0
}

.list ol {
	counter-reset: item
}

.list ul li,
.list ol li {
	position: relative;
	margin: 0.5rem 0;
	list-style: none;
	padding-left: 2rem;
	line-height: 1.4
}

.list ul li::before {
	position: absolute;
	left: 0;
	top: 0.6rem;
	content: "";
	width: 1rem;
	height: 2px;
	background-color: var(--color);
}

.list ol li::before {
	position: absolute;
	left: 0;
	top: 0;
	content: counter(item) ". ";
	counter-increment: item;
}


blockquote {
	border-radius: 0;
	position: relative;
	padding: 3rem 3rem 3rem 8rem;
	margin: 3rem auto;
	border-top: 3px solid var(--color_30);
	border-bottom: 3px solid var(--color_30);
	background: transparent;
	text-align: left;
	max-width: 850px;
}

blockquote .blockquote-icon {
	position: absolute;
	left: 0rem;
	top: 50%;
	transform: translateY(-50%);
	width: 5rem;
	height: 5rem;
	fill: var(--dark);
	opacity: 0.4;
}

.dark_theme blockquote .blockquote-icon {
	fill: #888;
}

blockquote p:first-child {
	margin: 0 !important;
}

[data-fancybox] {
	transition: all .3s ease;
}

.sepa {
	padding: 0 10px;
}

.lt {
	text-align: left !important
}

.ct {
	text-align: center !important
}

.image_circle,
.image_circle img {
	border-radius: 50%
}

.text-nowrap {
	white-space: nowrap;
}

.text_color {
	color: var(--color);
}

.text_middle {
	font-size: 1.25rem;
	margin: 1.25rem 0;
}

.text_big {
	font-size: 1.5rem;
	margin: 1.5rem 0;
}

.text_bigger {
	font-size: 2rem;
	margin: 1.5rem 0;
}

.parent_title {
	color: var(--gray);
}

.header-wrap {
	position: relative;
}

.header h2+p,
.subheader {
	font-size: 1.25rem;
	margin: -1.5rem 0 2.5rem;
	color: var(--gray);
	line-height: 1.4;
	white-space: normal
}

.header h2+p~p {
	font-size: 1rem;
	color: inherit;
	margin: 1rem 0;
}

.link,
.link a {
	display: inline-block;
	color: var(--color);
	border-bottom: 1px solid var(--color_30);
	transition: all .3s ease;
}

.link:hover,
.link a:hover {
	border-bottom-color: transparent;
}

#browser_support {
	text-align: center;
	background: #ffbb00;
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 1000;
	padding: 1rem;
	font-size: 16px;
}

#browser_support.active {
	display: block
}

#browser_support .wrap {
	position: relative;
	background: #fff;
	max-width: 1000px;
	margin: 0 auto;
	padding: 1rem;
}

#browser_support .wrap a {
	color: blue;
}

#browser_support .wrap #browser_support-close svg {
	position: absolute;
	right: -3rem;
	top: 0rem;
	width: 2rem;
	height: 2rem;
	cursor: pointer;
	background: #fff;
	padding: 0.5rem;
	border-radius: 50%;
	display: none;
	transition: all .3s ease 5s;
}

#browser_support .wrap #browser_support-close.active svg {
	display: block;
}


.bg_modules {
	position: relative;
	background-repeat: repeat-y;
	background-position: center top;
	background-size: contain;
}


.button {
	position: relative;
	z-index: 20;
	margin-top: 2rem;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
}

.btn.b-icon {
	padding-right: 4rem
}

.btn.b-icon::before {
	content: "";
	position: absolute;
	width: 2rem;
	height: 2rem;
	right: 1rem;
	background: center no-repeat;
	background-size: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.g_btn-glow span::before {
	content: "";
	width: 20px;
	height: 100%;
	background: #fff;
	-webkit-animation-delay: .05s;
	animation-delay: .05s;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	-webkit-animation-name: slideme;
	animation-name: slideme;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg)
}

.g_btn-glow:hover span::before {
	display: none;
}

@keyframes slideme {
	0% {
		left: -30px;
		margin-left: 0
	}

	30% {
		left: 110%;
		margin-left: 80px
	}

	100% {
		left: 110%;
		margin-left: 80px
	}
}

.g_btn-transY:hover {
	border-bottom: 0;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}


@media (max-width: 1399px) {
	h1 {
		margin: 0 0 2rem
	}

	section {
		padding-block: calc(4rem * var(--indentSize));
	}
}

@media (max-width: 1181px) {
	html {
		font-size: max(calc(15px * var(--coef_h)), 15px);
	}

	h1 {
		font-size: 2.5rem
	}

	h2 {
		font-size: 2rem
	}
}

@media (max-width: 1023px) {

	.header h2+p,
	.subheader {
		margin: -1rem 0 2.5rem;
	}

	.text_middle {
		font-size: 1.125rem;
		margin-block: 1.125rem;
	}

	.text_big {
		font-size: 1.25rem;
		margin-block: 1.25rem;
	}

	.text_bigger {
		font-size: 1.5rem;
		margin-block: 1.5rem;
	}
}

@media (max-width: 767px) {
	section {
		padding-block: 3rem
	}

	h1 {
		font-size: 2.25rem;
		line-height: 1.2;
	}

	blockquote {
		padding: 1.5rem 1.5rem 1.5rem 7rem;
		margin: 1.5rem auto
	}

	.header h2+p,
	.subheader {
		font-size: 1.125rem;
		margin: -0.5rem 0 2rem;
	}
}

@media (max-width: 499px) {
	html {
		font-size: 14px
	}

	h1 {
		word-break: break-word;
	}

	blockquote {
		padding: 1.5rem;
	}

	blockquote .blockquote-icon {
		opacity: 0.04;
	}

	.header h2+p,
	.subheader {
		margin: 0rem 0 1.5rem;
	}

	.sepa {
		padding-inline: 5px;
	}
}

/*
	Сетка DEGOROV Grid v1.3.1
	====================
*/
/*Общие настройки*/
.container-fluid {
	position: relative;
	width: 100%;
	padding: 0 1rem;
	margin: 0 auto;
	z-index: 1;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1rem;
	row-gap: 2rem;
}

.col-1,
.col-2,
.col-25,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-25,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-25,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-ml-1,
.col-ml-2,
.col-ml-25,
.col-ml-3,
.col-ml-4,
.col-ml-5,
.col-ml-6,
.col-ml-7,
.col-ml-8,
.col-ml-9,
.col-ml-10,
.col-ml-11,
.col-ml-12,
.col-md,
.col-ml-auto,
.col-lg-1,
.col-lg-2,
.col-lg-25,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2.col-xl-25,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-s,
.col-m {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding: 0 1rem
}

@media (max-width:1181px) {
	.row {
		margin: 0 -0.75rem;
		row-gap: 1.5rem;
	}

	.col-1,
	.col-2,
	.col-25,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-auto,
	.col-sm-1,
	.col-sm-2,
	.col-sm-25,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-sm-auto,
	.col-md-1,
	.col-md-2,
	.col-md-25,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-md-auto,
	.col-ml-1,
	.col-ml-2,
	.col-ml-25,
	.col-ml-3,
	.col-ml-4,
	.col-ml-5,
	.col-ml-6,
	.col-ml-7,
	.col-ml-8,
	.col-ml-9,
	.col-ml-10,
	.col-ml-11,
	.col-ml-12,
	.col-md,
	.col-ml-auto,
	.col-lg-1,
	.col-lg-2,
	.col-lg-25,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-lg-auto,
	.col-xl-1,
	.col-xl-2.col-xl-25,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl,
	.col-xl-auto,
	.col-s,
	.col-m {
		padding: 0 0.75rem;
	}
}

@media (max-width:767px) {
	.row {
		margin: 0 -0.5rem;
		row-gap: 1rem;
	}

	.col-1,
	.col-2,
	.col-25,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-auto,
	.col-sm-1,
	.col-sm-2,
	.col-sm-25,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-sm-auto,
	.col-md-1,
	.col-md-2,
	.col-md-25,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-md-auto,
	.col-ml-1,
	.col-ml-2,
	.col-ml-25,
	.col-ml-3,
	.col-ml-4,
	.col-ml-5,
	.col-ml-6,
	.col-ml-7,
	.col-ml-8,
	.col-ml-9,
	.col-ml-10,
	.col-ml-11,
	.col-ml-12,
	.col-md,
	.col-ml-auto,
	.col-lg-1,
	.col-lg-2,
	.col-lg-25,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-lg-auto,
	.col-xl-1,
	.col-xl-2.col-xl-25,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl,
	.col-xl-auto,
	.col-s,
	.col-m {
		padding: 0 0.5rem;
	}
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-ml,
.visible-lg,
.visible-xl,
.hidden {
	display: none
}

.hidden-xs,
.hidden-sm,
.hidden-md,
.hidden-ml,
.hidden-lg,
.hidden-xl {
	display: block
}

/*Автоширина колонок*/
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

/*Фиксированая ширина колонок*/
.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

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

.col-25 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}

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

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

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

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

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

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

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

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

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

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

/*Смещение столбцов*/
.offset-1 {
	margin-left: 8.333333%
}

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

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

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

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

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

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

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

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

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

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

/*
Ширины экрана
-- xs	320-499		Смартфоны
-- sm	500-767		Фаблеты
-- md	768-1023	Планшеты
-- ml	1024-1180	Нетбуки
-- lg	1181-1399	Ноутбуки
-- xl	1400		Декстопы
*/

@media (min-width:1400px) {
	.hidden-xl {
		display: none !important
	}

	.visible-xl {
		display: flex !important
	}
}

@media (min-width:1153px) and (max-width:1399px) {
	.hidden-lg {
		display: none !important
	}

	.visible-lg {
		display: flex !important
	}
}

@media (min-width:1024px) and (max-width:1181px) {
	.hidden-ml {
		display: none !important
	}

	.visible-ml {
		display: flex !important
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.hidden-md {
		display: none !important
	}

	.visible-md {
		display: flex !important
	}
}

@media (min-width:500px) and (max-width:767px) {
	.hidden-sm {
		display: none !important
	}

	.visible-sm {
		display: flex !important
	}
}

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

	.visible-xs {
		display: flex !important
	}
}

/*
	xs - Смартфоны
*/
@media (min-width: 320px) {
	.container-fluid {
		padding: 0 1rem
	}

	.col-s,
	.col-m {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 auto;
	}
}

@media (min-width: 360px) {
	.container-fluid {
		padding: 0 1.5rem
	}
}

/*
	sm - Фаблеты
*/
@media (min-width: 500px) {
	.container-fluid {
		padding: 0 2rem
	}

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

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

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

	.col-sm-25 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
	md - Планшеты
*/
@media (min-width: 768px) {
	.container-fluid {
		padding: 0 2.5rem
	}

	.col-s {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
		margin: 0 auto;
	}

	.col-m {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 auto;
	}

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

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

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

	.col-md-25 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
	ml - Нетбуки
*/
@media (min-width: 1024px) {
	.container-fluid {
		padding: 0 3rem
	}

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

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

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

	.col-ml-25 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

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

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

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

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

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

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

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

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

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

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

	.offset-ml-0 {
		margin-left: 0
	}

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

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

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

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

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

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

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

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

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

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

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

/*
	lg - Ноутбуки
*/
@media (min-width: 1181px) {
	.container-fluid {
		padding: 0 5rem
	}

	.col-s {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
		margin: 0 auto;
	}

	.col-m {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
		margin: 0 auto;
	}

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

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

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

	.col-lg-25 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*
	xl - Десктопы
*/
@media (min-width: 1400px) {
	.container-fluid {
		max-width: 1578px;
		padding: 0 6rem
	}

	.g-modules .container-fluid,
	.g-hero .container-fluid,
	.g-benefits .container-fluid,
	#balls-cart .container-fluid,
	#cases-hero .container-fluid,
	#hero .container-fluid {
		max-width: 1578px
	}

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

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

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

	.col-xl-25 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*
	Оформление
	====================
*/
/*
	Таблицы
*/
.table-wrap {
	overflow-y: auto;
	width: 100%;
}

.table {
	width: 100%;
	font-size: .9rem;
	line-height: 1.3;
}

.table p {
	margin: 0 !important;
	font-size: 1rem !important;
}

.table th {
	padding: .75rem;
}

.table td {
	padding: .75rem;
	vertical-align: top;
}

.table thead th,
.table thead td {
	vertical-align: middle;
	font-weight: bold;
	font-size: 1rem;
	border-top: 0;
	border-bottom: 2px solid var(--color);
	color: var(--color);
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.table .table {
	background-color: #fff
}

.table-sm th,
.table-sm td {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #dee2e6
}

.table-bordered td {
	border: 1px solid #dee2e6
}

.dark_theme .table-bordered {
	border: 1px solid rgb(255 255 255 / 20%);
}

.dark_theme .table-bordered td,
.dark_theme .table-bordered th {
	border: 1px solid rgb(255 255 255 / 20%);
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f0f3f5
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
	background-color: #b8daff
}

.table-hover .table-primary:hover {
	background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #9fcdff
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
	background-color: #d6d8db
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}

.table-success,
.table-success>th,
.table-success>td {
	background-color: #c3e6cb
}

.table-hover .table-success:hover {
	background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #b1dfbb
}

.table-info,
.table-info>th,
.table-info>td {
	background-color: #bee5eb
}

.table-hover .table-info:hover {
	background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
	background-color: #ffeeba
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
	background-color: #f5c6cb
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}

.table-light,
.table-light>th,
.table-light>td {
	background-color: #fdfdfe
}

.table-hover .table-light:hover {
	background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
	background-color: #c6c8ca
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}

.table-active,
.table-active>th,
.table-active>td {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-dark {
	color: #fff;
	background-color: #212529
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #32383e
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 499.98px) {
	.table {
		font-size: 0.8rem;
		margin: 1rem 0;
	}

	.table td {
		padding: .5rem;
	}

	.table-responsive-xs {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive-xs>.table-bordered {
		border: 0
	}

}

@media (max-width: 767.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media (max-width: 1023.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media (max-width: 1180.98px) {
	.table-responsive-ml {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive-ml>.table-bordered {
		border: 0
	}
}

@media (max-width: 1399.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media (min-width: 1400px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
	border: 0
}

/*
	slick 1.9.0
	====================
 */
.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	position: absolute;
	bottom: 50%;
	bottom: calc(50% - 1.5rem);
	border-radius: 50%;
	background: var(--color);
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	border: 0;
	box-shadow: 0 10px 30px -10px var(--color);
	z-index: 1;
}

.slick-arrow svg {
	fill: #fff;
	width: 60%;
	height: 60%;
	min-width: 1rem;
	min-height: 1rem;
}

.slick-arr-prev {
	left: -1rem
}

.slick-arr-next {
	right: -1rem
}

.slick-arr-prev:hover {
	transform: translateX(-3px)
}

.slick-arr-next:hover {
	transform: translateX(3px)
}

.slick-arr-prev:active {
	transform: translateX(-3px) translateY(3px)
}

.slick-arr-next:active {
	transform: translateX(3px) translateY(3px)
}

.slick-arrow.slick-disabled,
.swiper-button-disabled {
	cursor: no-drop !important;
	filter: grayscale(1) opacity(0.4);
	box-shadow: none !important;
}

.slick-arrow:active {
	box-shadow: 0 10px 12px 0 rgba(0, 0, 0, .15), 0 2px 6px 0 rgba(0, 0, 0, .1)
}

.slick-dots {
	position: absolute;
	bottom: -0.5rem;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	gap: 0.5rem;
}

.slick-dots li button {
	border: 0;
	border-radius: 10px;
	text-indent: -9999px;
	width: 6px;
	height: 6px;
	display: block;
	box-shadow: 0 0 13px;
	font-size: 0;
	background: #fff;
	cursor: pointer;
	padding: 0;
}

.slick-dots li.slick-active button {
	width: 1.5rem;
	background: var(--color);
	box-shadow: 0 0 13px var(--color);
}

.slick-dots li button:hover {
	background: var(--color);
}

@media (max-width: 1500px) {
	.slick-arr-prev {
		left: 1rem
	}

	.slick-arr-next {
		right: 1rem
	}
}

@media (max-width: 1181px) {
	.slick-arr-prev {
		left: 0rem
	}

	.slick-arr-next {
		right: 0rem
	}

	.slick-arr-prev:hover {
		transform: translateX(0)
	}

	.slick-arr-next:hover {
		transform: translateX(0)
	}

	.slick-arr-prev:active {
		transform: translateX(0) translateY(0)
	}

	.slick-arr-next:active {
		transform: translateX(0) translateY(0)
	}
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative
}

.flickity-enabled:focus {
	outline: 0
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.flickity-button {
	position: absolute;
	background: hsla(0, 0%, 100%, .75);
	border: none;
	color: #333
}

.flickity-button:hover {
	background: #fff;
	cursor: pointer
}

.flickity-button:focus {
	outline: 0;
	box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
	opacity: .6
}

.flickity-button:disabled {
	opacity: .3;
	cursor: auto;
	pointer-events: none
}

.flickity-button-icon {
	fill: currentColor
}

.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
	left: 10px
}

.flickity-prev-next-button.next {
	right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1
}

.flickity-rtl .flickity-page-dots {
	direction: rtl
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: .25;
	cursor: pointer
}

.flickity-page-dots .dot.is-selected {
	opacity: 1
}

/*!
 * jQuery Brazzers Carousel v1.0.0 (http://webdesign-master.ru)
 * Copyright 2015 WebDesign Master.
 */
.brazzers-daddy {
	position: relative;
}

.brazzers-daddy img {
	width: 100%;
	position: relative;
	display: none;
	top: 0;
	left: 0;
	margin-bottom: 5px;
}

.brazzers-daddy img:first-child {
	display: block;
}

.tmb-wrap {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.tmb-wrap .tmb-wrap-table {
	display: table;
	height: 100%;
	width: 100%;
}

.tmb-wrap-table div {
	position: relative;
	display: table-cell;
}

.tmb-wrap-table div::after {
	content: "";
	background: #fff;
	opacity: 0.4;
	width: calc(100% - 10px);
	height: 4px;
	display: block;
	bottom: 0.5rem;
	position: absolute;
	margin-inline: 5px;
	border-radius: 5px;
}

.tmb-wrap-table div.active::after {
	opacity: 0.8;
}


/*!
noUiSlider
*/
.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
}

/*
	fancybox 5.0
	====================
*/
:root {
	--f-spinner-width: 36px;
	--f-spinner-height: 36px;
	--f-spinner-color-1: rgba(0, 0, 0, 0.1);
	--f-spinner-color-2: rgba(17, 24, 28, 0.8);
	--f-spinner-stroke: 2.75
}

.f-spinner {
	margin: auto;
	padding: 0;
	width: var(--f-spinner-width);
	height: var(--f-spinner-height)
}

.f-spinner svg {
	width: 100%;
	height: 100%;
	vertical-align: top;
	animation: f-spinner-rotate 2s linear infinite
}

.f-spinner svg * {
	stroke-width: var(--f-spinner-stroke);
	fill: none
}

.f-spinner svg *:first-child {
	stroke: var(--f-spinner-color-1)
}

.f-spinner svg *:last-child {
	stroke: var(--f-spinner-color-2);
	animation: f-spinner-dash 2s ease-in-out infinite
}

@keyframes f-spinner-rotate {
	100% {
		transform: rotate(360deg)
	}
}

@keyframes f-spinner-dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35
	}

	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124
	}
}

.f-throwOutUp {
	animation: .175s ease-out both f-throwOutUp
}

.f-throwOutDown {
	animation: .175s ease-out both f-throwOutDown
}

@keyframes f-throwOutUp {
	to {
		transform: translate3d(0, -150px, 0);
		opacity: 0
	}
}

@keyframes f-throwOutDown {
	to {
		transform: translate3d(0, 150px, 0);
		opacity: 0
	}
}

.f-zoomInUp {
	animation: var(--f-transition-duration, 0.2s) ease-out .1s both f-zoomInUp
}

.f-zoomOutDown {
	animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown
}

@keyframes f-zoomInUp {
	from {
		transform: scale(0.975) translate3d(0, 16px, 0);
		opacity: 0
	}

	to {
		transform: scale(1) translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes f-zoomOutDown {
	to {
		transform: scale(0.975) translate3d(0, 16px, 0);
		opacity: 0
	}
}

.f-fadeIn {
	animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
	z-index: 2
}

.f-fadeOut {
	animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
	z-index: 1
}

@keyframes f-fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes f-fadeOut {
	100% {
		opacity: 0
	}
}

.f-fadeSlowIn {
	animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
	z-index: 2
}

.f-fadeSlowOut {
	animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
	z-index: 1
}

@keyframes f-fadeSlowIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes f-fadeSlowOut {
	100% {
		opacity: 0
	}
}

.f-fadeFastIn {
	animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
	z-index: 2
}

.f-fadeFastOut {
	animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
	z-index: 2
}

@keyframes f-fadeFastIn {
	0% {
		opacity: .75
	}

	100% {
		opacity: 1
	}
}

@keyframes f-fadeFastOut {
	100% {
		opacity: 0
	}
}

.f-crossfadeIn {
	animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
	z-index: 2
}

.f-crossfadeOut {
	animation: calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;
	z-index: 1
}

@keyframes f-crossfadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes f-crossfadeOut {
	100% {
		opacity: 0
	}
}

.f-slideIn.from-next {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext
}

.f-slideIn.from-prev {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev
}

.f-slideOut.to-next {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext
}

.f-slideOut.to-prev {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev
}

@keyframes f-slideInPrev {
	0% {
		transform: translateX(100%)
	}

	100% {
		transform: translate3d(0, 0, 0)
	}
}

@keyframes f-slideInNext {
	0% {
		transform: translateX(-100%)
	}

	100% {
		transform: translate3d(0, 0, 0)
	}
}

@keyframes f-slideOutNext {
	100% {
		transform: translateX(-100%)
	}
}

@keyframes f-slideOutPrev {
	100% {
		transform: translateX(100%)
	}
}

.f-classicIn.from-next {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
	z-index: 2
}

.f-classicIn.from-prev {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
	z-index: 2
}

.f-classicOut.to-next {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
	z-index: 1
}

.f-classicOut.to-prev {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
	z-index: 1
}

@keyframes f-classicInNext {
	0% {
		transform: translateX(-75px);
		opacity: 0
	}

	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes f-classicInPrev {
	0% {
		transform: translateX(75px);
		opacity: 0
	}

	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes f-classicOutNext {
	100% {
		transform: translateX(-75px);
		opacity: 0
	}
}

@keyframes f-classicOutPrev {
	100% {
		transform: translateX(75px);
		opacity: 0
	}
}

:root {
	--f-button-width: 40px;
	--f-button-height: 40px;
	--f-button-border: 0;
	--f-button-border-radius: 0;
	--f-button-color: #374151;
	--f-button-bg: #f8f8f8;
	--f-button-hover-bg: #e0e0e0;
	--f-button-active-bg: #d0d0d0;
	--f-button-shadow: none;
	--f-button-transition: all 0.15s ease;
	--f-button-transform: none;
	--f-button-svg-width: 20px;
	--f-button-svg-height: 20px;
	--f-button-svg-stroke-width: 1.5;
	--f-button-svg-fill: none;
	--f-button-svg-filter: none;
	--f-button-svg-disabled-opacity: 0.65
}

.f-button {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: content-box;
	position: relative;
	margin: 0;
	padding: 0;
	width: var(--f-button-width);
	height: var(--f-button-height);
	border: var(--f-button-border);
	border-radius: var(--f-button-border-radius);
	color: var(--f-button-color);
	background: var(--f-button-bg);
	box-shadow: var(--f-button-shadow);
	pointer-events: all;
	cursor: pointer;
	transition: var(--f-button-transition)
}

@media(hover: hover) {
	.f-button:hover:not([disabled]) {
		color: var(--f-button-hover-color);
		background-color: var(--f-button-hover-bg)
	}
}

.f-button:active:not([disabled]) {
	background-color: var(--f-button-active-bg)
}

.f-button:focus:not(:focus-visible) {
	outline: none
}

.f-button:focus-visible {
	outline: none;
	box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))
}

.f-button svg {
	width: var(--f-button-svg-width);
	height: var(--f-button-svg-height);
	fill: var(--f-button-svg-fill);
	stroke: currentColor;
	stroke-width: var(--f-button-svg-stroke-width);
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: opacity .15s ease;
	transform: var(--f-button-transform);
	filter: var(--f-button-svg-filter);
	pointer-events: none
}

.f-button[disabled] {
	cursor: default
}

.f-button[disabled] svg {
	opacity: var(--f-button-svg-disabled-opacity)
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
	position: absolute;
	z-index: 1
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
	top: 50%;
	transform: translateY(-50%)
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
	left: var(--f-button-prev-pos)
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
	right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
	left: auto;
	right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
	right: auto;
	left: var(--f-button-prev-pos)
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
	top: auto;
	left: 50%;
	transform: translateX(-50%)
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
	top: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
	bottom: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
	transform: rotate(90deg)
}

html.with-fancybox {
	width: auto;
	overflow: visible;
	scroll-behavior: auto
}

html.with-fancybox body {
	touch-action: none
}

html.with-fancybox body.hide-scrollbar {
	width: auto;
	margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
	overflow: hidden !important;
	overscroll-behavior-y: none
}

.fancybox__container {
	--fancybox-color: #dbdbdb;
	--fancybox-hover-color: #fff;
	--fancybox-bg: rgba(24, 24, 27, 0.7);
	--fancybox-slide-gap: 10px;
	--f-spinner-width: 50px;
	--f-spinner-height: 50px;
	--f-spinner-color-1: rgba(255, 255, 255, 0.1);
	--f-spinner-color-2: #bbb;
	--f-spinner-stroke: 3.65;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	direction: ltr;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: #f8f8f8;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow: visible;
	z-index: var(--fancybox-zIndex, 1050);
	outline: none;
	transform-origin: top left;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overscroll-behavior-y: contain;
	max-width: 100vw;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
	box-sizing: inherit
}

.fancybox__backdrop {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: var(--fancybox-bg);
	opacity: var(--fancybox-opacity, 1);
	will-change: opacity
}

.fancybox__carousel {
	position: relative;
	box-sizing: border-box;
	flex: 1;
	min-height: 0;
	z-index: 10;
	overflow-y: visible;
	overflow-x: clip
}

.fancybox__viewport {
	width: 100%;
	height: 100%
}

.fancybox__viewport.is-draggable {
	cursor: move;
	cursor: grab
}

.fancybox__viewport.is-dragging {
	cursor: move;
	cursor: grabbing
}

.fancybox__track {
	display: flex;
	margin: 0 auto;
	height: 100%
}

.fancybox__slide {
	backdrop-filter: blur(5px);
	flex: 0 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0 var(--fancybox-slide-gap) 0 0;
	padding: 4px;
	overflow: auto;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
	overflow: hidden
}

.fancybox__slide.has-image {
	overflow: hidden
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
	overflow: visible
}

.fancybox__slide::before,
.fancybox__slide::after {
	content: "";
	flex: 0 0 0;
	margin: auto
}

.fancybox__content {
	align-self: center;
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 0;
	padding: 2rem;
	max-width: 100%;
	color: var(--fancybox-content-color, #374151);
	background: var(--fancybox-content-bg, #fff);
	cursor: default;
	border-radius: 0;
	z-index: 20
}

.is-loading .fancybox__content {
	opacity: 0
}

.is-draggable .fancybox__content {
	cursor: move;
	cursor: grab
}

.can-zoom_in .fancybox__content {
	cursor: zoom-in
}

.can-zoom_out .fancybox__content {
	cursor: zoom-out
}

.is-dragging .fancybox__content {
	cursor: move;
	cursor: grabbing
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
	cursor: auto
}

.fancybox__slide.has-image>.fancybox__content {
	padding: 0;
	background: rgba(0, 0, 0, 0);
	min-height: 1px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	transition: none;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden
}

.fancybox__slide.has-image>.fancybox__content>picture>img {
	width: 100%;
	height: auto;
	max-height: 100%
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,
.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
	visibility: hidden
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
	filter: blur(0px);
	will-change: transform, width, height
}

.fancybox-image {
	margin: auto;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: contain;
	user-select: none
}

.fancybox__caption {
	align-self: center;
	max-width: 100%;
	flex-shrink: 0;
	margin: 0;
	padding: 14px 0 4px 0;
	overflow-wrap: anywhere;
	line-height: 1.375;
	color: var(--fancybox-color, currentColor);
	opacity: var(--fancybox-opacity, 1);
	cursor: auto;
	visibility: visible
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
	opacity: 0;
	visibility: hidden
}

.is-compact .fancybox__caption {
	padding-bottom: 0
}

.f-button.is-close-btn {
	--f-button-svg-stroke-width: 2;
	position: absolute;
	top: 0;
	right: 8px;
	z-index: 40
}

.fancybox__content>.f-button.is-close-btn {
	--f-button-width: 34px;
	--f-button-height: 34px;
	--f-button-border-radius: 4px;
	--f-button-color: var(--fancybox-color, #fff);
	--f-button-hover-color: var(--fancybox-color, #fff);
	--f-button-bg: transparent;
	--f-button-hover-bg: transparent;
	--f-button-active-bg: transparent;
	--f-button-svg-width: 22px;
	--f-button-svg-height: 22px;
	position: absolute;
	top: -38px;
	right: 0;
	opacity: .75
}

.is-loading .fancybox__content>.f-button.is-close-btn {
	visibility: hidden
}

.is-zooming-out .fancybox__content>.f-button.is-close-btn {
	visibility: hidden
}

.fancybox__content>.f-button.is-close-btn:hover {
	opacity: 1
}

.fancybox__footer {
	padding: 0;
	margin: 0;
	position: relative
}

.fancybox__footer .fancybox__caption {
	width: 100%;
	padding: 24px;
	opacity: var(--fancybox-opacity, 1);
	transition: all .25s ease
}

.is-compact .fancybox__footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
	background: rgba(24, 24, 27, .5)
}

.is-compact .fancybox__footer .fancybox__caption {
	padding: 12px
}

.fancybox__nav {
	--f-button-width: 50px;
	--f-button-height: 50px;
	--f-button-border: 0;
	--f-button-border-radius: 50%;
	--f-button-color: var(--fancybox-color);
	--f-button-hover-color: var(--fancybox-hover-color);
	--f-button-bg: transparent;
	--f-button-hover-bg: rgba(24, 24, 27, 0.3);
	--f-button-active-bg: rgba(24, 24, 27, 0.5);
	--f-button-shadow: none;
	--f-button-transition: all 0.15s ease;
	--f-button-transform: none;
	--f-button-svg-width: 26px;
	--f-button-svg-height: 26px;
	--f-button-svg-stroke-width: 2.5;
	--f-button-svg-fill: none;
	--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
	--f-button-svg-disabled-opacity: 0.65;
	--f-button-next-pos: 1rem;
	--f-button-prev-pos: 1rem;
	opacity: var(--fancybox-opacity, 1)
}

.fancybox__nav .f-button:before {
	position: absolute;
	content: "";
	top: -30px;
	right: -20px;
	left: -20px;
	bottom: -30px;
	z-index: 1
}

.is-idle .fancybox__nav {
	animation: .15s ease-out both f-fadeOut
}

.is-idle.is-compact .fancybox__footer {
	pointer-events: none;
	animation: .15s ease-out both f-fadeOut
}

.fancybox__slide>.f-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
	z-index: 30;
	cursor: pointer
}

.fancybox-protected {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 40;
	user-select: none
}

.fancybox-ghost {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: contain;
	z-index: 40;
	user-select: none;
	pointer-events: none
}

.fancybox-focus-guard {
	outline: none;
	opacity: 0;
	position: fixed;
	pointer-events: none
}

.fancybox__container:not([aria-hidden]) {
	opacity: 0
}

.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content) {
	animation: .25s ease .1s backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
	animation: .35s ease backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content) {
	animation: .15s ease forwards f-fadeOut
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
	animation: .35s ease forwards f-fadeOut
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
	max-width: 100%;
	flex-shrink: 1;
	min-height: 1px;
	overflow: visible
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
	width: 100%;
	height: 100%
}

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,
.fancybox__container:not(.is-compact) .has-map .fancybox__content,
.fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
	width: calc(100% - 120px);
	height: 90%
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
	width: 960px;
	height: 540px;
	max-width: 100%;
	max-height: 100%
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
	padding: 0;
	background: rgba(24, 24, 27, .9);
	color: #fff
}

.has-map .fancybox__content {
	background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0)
}

.fancybox-placeholder {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important
}

.f-carousel__thumbs {
	--f-thumb-width: 96px;
	--f-thumb-height: 72px;
	--f-thumb-outline: 0;
	--f-thumb-outline-color: #5eb0ef;
	--f-thumb-opacity: 1;
	--f-thumb-hover-opacity: 1;
	--f-thumb-selected-opacity: 1;
	--f-thumb-border-radius: 2px;
	--f-thumb-offset: 0px;
	--f-button-next-pos: 0;
	--f-button-prev-pos: 0
}

.f-carousel__thumbs.is-classic {
	--f-thumb-gap: 8px;
	--f-thumb-opacity: 0.5;
	--f-thumb-hover-opacity: 1;
	--f-thumb-selected-opacity: 1
}

.f-carousel__thumbs.is-modern {
	--f-thumb-gap: 4px;
	--f-thumb-extra-gap: 20px;
	--f-thumb-clip-width: 46px
}

.f-thumbs {
	position: relative;
	flex: 0 0 auto;
	margin: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	user-select: none;
	perspective: 1000px;
	transform: translateZ(0)
}

.f-thumbs .f-spinner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	background-image: linear-gradient(#ebeff2, #e2e8f0);
	z-index: -1
}

.f-thumbs .f-spinner svg {
	display: none
}

.f-thumbs.is-vertical {
	height: 100%
}

.f-thumbs__viewport {
	width: 100%;
	height: auto;
	overflow: hidden
}

.f-thumbs__track {
	display: flex;
	will-change: transform
}

.f-thumbs__slide {
	position: relative;
	flex: 0 0 auto;
	box-sizing: content-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	width: var(--f-thumb-width);
	min-width: var(--f-thumb-width);
	height: var(--f-thumb-height);
	overflow: visible;
	cursor: pointer
}

.f-thumbs__slide.is-loading img {
	opacity: 0
}

.is-classic .f-thumbs__viewport {
	height: 100%
}

.is-modern .f-thumbs__track {
	width: max-content
}

.is-modern .f-thumbs__track::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(var(--left, 0)*1px);
	width: calc(100% - var(--width, 0)*1px);
	cursor: pointer
}

.is-modern .f-thumbs__slide {
	--clip-path: inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0))) round var(--f-thumb-border-radius, 0));
	transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
	transition: none;
	pointer-events: none
}

.is-modern .f-thumbs__slide>* {
	clip-path: var(--clip-path)
}

.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within {
	filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))
}

.is-modern.in-touch .f-thumbs__slide {
	filter: none
}

.is-modern.is-resting .f-thumbs__slide {
	transition: all .33s ease
}

.is-modern.is-resting .f-thumbs__slide>* {
	transition: all .33s ease
}

.f-thumbs__slide__button {
	appearance: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	border-radius: var(--f-thumb-border-radius);
	overflow: hidden;
	background: rgba(0, 0, 0, 0);
	outline: none;
	cursor: pointer;
	pointer-events: auto;
	touch-action: manipulation;
	opacity: var(--f-thumb-opacity);
	transition: opacity .2s ease
}

.f-thumbs__slide__button:hover {
	opacity: var(--f-thumb-hover-opacity)
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
	outline: none
}

.f-thumbs__slide__button:focus-visible {
	outline: none;
	opacity: var(--f-thumb-selected-opacity)
}

.is-nav-selected .f-thumbs__slide__button {
	opacity: var(--f-thumb-selected-opacity)
}

.is-nav-selected .f-thumbs__slide__button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	bottom: 0;
	border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
	border-radius: var(--f-thumb-border-radius);
	animation: f-fadeIn .2s ease-out;
	z-index: 10
}

.f-thumbs__slide__img {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: var(--f-thumb-offset);
	box-sizing: border-box;
	pointer-events: none;
	object-fit: cover
}

.f-thumbs.is-horizontal .f-thumbs__track {
	margin: 0 auto;
	padding: 8px 0 12px 0
}

.f-thumbs.is-horizontal .f-thumbs__slide {
	margin: 0 var(--f-thumb-gap) 0 0
}

.f-thumbs.is-vertical .f-thumbs__track {
	flex-wrap: wrap;
	margin: auto 0;
	padding: 0 8px
}

.f-thumbs.is-vertical .f-thumbs__slide {
	margin: 0 0 var(--f-thumb-gap) 0
}

.fancybox__thumbs {
	--f-thumb-width: 96px;
	--f-thumb-height: 72px;
	--f-thumb-border-radius: 2px;
	--f-thumb-outline: 2px;
	--f-thumb-outline-color: #ededed;
	position: relative;
	opacity: var(--fancybox-opacity, 1);
	transition: max-height .35s cubic-bezier(0.23, 1, 0.32, 1)
}

.fancybox__thumbs.is-classic {
	--f-thumb-gap: 8px;
	--f-thumb-opacity: 0.5;
	--f-thumb-hover-opacity: 1
}

.fancybox__thumbs.is-classic .f-spinner {
	background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))
}

.fancybox__thumbs.is-modern {
	--f-thumb-gap: 4px;
	--f-thumb-extra-gap: 20px;
	--f-thumb-clip-width: 46px;
	--f-thumb-opacity: 1;
	--f-thumb-hover-opacity: 1
}

.fancybox__thumbs.is-modern .f-spinner {
	background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))
}

.fancybox__thumbs.is-horizontal {
	padding: 0 var(--f-thumb-gap)
}

.fancybox__thumbs.is-vertical {
	padding: var(--f-thumb-gap) 0
}

.is-compact .fancybox__thumbs {
	--f-thumb-width: 64px;
	--f-thumb-clip-width: 32px;
	--f-thumb-height: 48px;
	--f-thumb-extra-gap: 10px
}

.fancybox__thumbs.is-masked {
	max-height: 0px !important
}

.is-closing .fancybox__thumbs {
	transition: none !important
}

.fancybox__toolbar {
	--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
	--f-button-width: 46px;
	--f-button-height: 46px;
	--f-button-color: var(--fancybox-color);
	--f-button-hover-color: var(--fancybox-hover-color);
	--f-button-bg: rgba(24, 24, 27, 0.65);
	--f-button-hover-bg: rgba(70, 70, 73, 0.65);
	--f-button-active-bg: rgba(90, 90, 93, 0.65);
	--f-button-border-radius: 0;
	--f-button-svg-width: 24px;
	--f-button-svg-height: 24px;
	--f-button-svg-stroke-width: 1.5;
	--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
	--f-button-svg-fill: none;
	--f-button-svg-disabled-opacity: 0.65;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
	color: var(--fancybox-color, currentColor);
	opacity: var(--fancybox-opacity, 1);
	text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
	pointer-events: none;
	z-index: 20
}

.fancybox__toolbar :focus-visible {
	z-index: 1
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.is-idle .fancybox__toolbar {
	pointer-events: none;
	animation: .15s ease-out both f-fadeOut
}

.fancybox__toolbar__column {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
	flex-grow: 1;
	flex-basis: 0
}

.fancybox__toolbar__column.is-right {
	display: flex;
	justify-content: flex-end;
	flex-wrap: nowrap
}

.fancybox__infobar {
	padding: 0 5px;
	line-height: var(--f-button-height);
	text-align: center;
	font-size: 17px;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: subpixel-antialiased;
	cursor: default;
	user-select: none
}

.fancybox__infobar span {
	padding: 0 5px
}

.fancybox__infobar:not(:first-child):not(:last-child) {
	background: var(--f-button-bg)
}

[data-fancybox-toggle-slideshow] {
	position: relative
}

[data-fancybox-toggle-slideshow] .f-progress {
	height: 100%;
	opacity: .3
}

[data-fancybox-toggle-slideshow] svg g:first-child {
	display: flex
}

[data-fancybox-toggle-slideshow] svg g:last-child {
	display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
	display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
	display: flex
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
	display: flex
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
	display: none
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
	display: none
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
	display: flex
}

.f-progress {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
	z-index: 30;
	user-select: none;
	pointer-events: none
}

[data-fancybox] {
	cursor: pointer;
}

a[data-fancybox] {
	cursor: zoom-in;
}


/*
	progressive-image.js 
	v1.5.0, 6 June 2020
	https://github.com/craigbuckler/progressive-image.js
*/
.progressive {
	display: block;
	overflow: hidden;
	outline: none
}

.progressive img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	border: 0
}

.progressive.replace img.preview {
	filter: blur(10px);
	opacity: 1;
	transition: all .1s ease
}

.progressive img.preview {
	opacity: 1
}

.progressive img.reveal {
	position: absolute;
	left: 0;
	top: 0;
	animation: progressiveReveal 0.2s ease-out
}

@keyframes progressiveReveal {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}


/*
	YouTube
	====================
*/
.video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #000
}

.video__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom: 0 !important
}

.video__media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none
}

.video__button {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: none;
	padding: 0;
	width: 68px;
	height: 48px;
	border: none;
	background-color: transparent;
	transform: translate(-50%, -50%);
	cursor: pointer
}

.video__button-shape {
	fill: #212121;
	fill-opacity: .8
}

.video__button-icon {
	fill: #fff
}

.video__button:focus {
	outline: none
}

.video:hover .video__button-shape,
.video__button:focus .video__button-shape {
	fill: red;
	fill-opacity: 1
}

.video--enabled {
	cursor: pointer
}

.video--enabled .video__button {
	display: block
}

/*
	Кнопка Наверх
	====================
*/
.scrollup {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	display: none;
	border: 0;
	overflow: hidden;
	background: var(--dark);
	border-radius: 50px;
	width: 3rem;
	height: 3rem;
	z-index: 10000000;
	padding-left: 1.5rem;
	opacity: .4;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	cursor: pointer
}

.scrollup.active {
	display: block
}

.scrollup:hover {
	opacity: 1;
	border: 0;
	width: 9rem;
	transition: all .2s ease 0
}

.scrollup .icon {
	position: absolute;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border: 2px solid var(--dark);
	z-index: 1;
	-webkit-transition: all .2s ease 0;
	-o-transition: all .2s ease 0;
	transition: all .2s ease 0;
	border-radius: 50%;
	background: #fff;
	cursor: pointer
}

.scrollup .icon:hover,
.scrollup .icon:focus,
.scrollup .icon:active {
	border: 2px solid var(--dark);
	background-color: var(--color);
	opacity: 1
}

.scrollup .tooltip {
	display: block;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 500;
	color: var(--color);
	line-height: 3rem;
	text-transform: uppercase;
	letter-spacing: 1px
}

.scrollup:hover .tooltip {
	opacity: 1;
	transition: all .2s ease .1s
}

@media (max-width: 1023px) {
	.scrollup.active {
		bottom: 4rem
	}
}

@media (max-width: 767px) {
	.scrollup.active {
		display: none
	}
}

/*
	Соглашение на политику конфиденциальности
	====================
*/
#agreement-block {
	text-align: left
}

#agreement-block label {
	display: inline-block;
	position: relative;
	padding-left: 2rem;
	margin-bottom: .7rem;
	font-weight: 400;
	line-height: 1.4;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-size: .7rem;
	color: #666
}

#agreement input[type="checkbox"]+label::before {
	content: '';
	position: absolute;
	display: block;
	width: 1rem;
	height: 1rem;
	border: 1px solid #000;
	left: 0;
	top: 1px;
	opacity: 0;
	-webkit-transition: all .12s, border-color .08s;
	-o-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s
}

#agreement-block input[type="checkbox"]:checked+label::before {
	width: .5rem;
	top: -3px;
	left: 6px;
	border: 2px solid #000;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

#agreement-block input[type="checkbox"]+label::after {
	content: '';
	position: absolute;
	display: block;
	width: 1rem;
	height: 1rem;
	border: 1px solid #000;
	left: 0;
	top: 1px;
	opacity: .3
}

#modal-not-agreement {
	display: none;
	position: fixed;
	text-align: center;
	width: 90%;
	max-width: 450px;
	padding: 3rem 2rem;
	background-color: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99999;
	overflow: hidden;
	border: 0;
	-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.15)
}

#modal-not-agreement h2 {
	color: var(--dark);
	font-size: 1.875rem;
	font-weight: 400;
	text-align: center;
	text-transform: none;
	position: relative;
	margin: 1.5rem 0;
	padding: 0;
	display: block
}

#modal-not-agreement .icon {
	width: 4rem;
	height: 4rem;
	border: 1px solid #de0000;
	border-radius: 50%;
	margin: 0 auto 1.25rem;
	padding: 0;
	position: relative;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

#modal-not-agreement .icon svg {
	stroke: #de0000;
	fill: none;
	width: 1.5rem;
	height: 4rem
}

#modal-not-agreement__overlay {
	display: none;
	position: fixed;
	background: #000;
	opacity: .5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9998
}

.dark_theme #modal-not-agreement {
	background: #444;
}

.dark_theme #modal-not-agreement h2 {
	color: #fff;
}

.agreement-check input {
	position: absolute;
	top: 4px;
	z-index: 1;
	opacity: 0;
	width: 1.5rem;
	height: 1.5rem;
	cursor: pointer
}

.agreement-label .check::before {
	content: '';
	position: absolute;
	display: block;
	width: 1rem;
	height: 1rem;
	border: 1px solid #000;
	left: 0;
	top: 1px;
	opacity: 0;
	-webkit-transition: all .12s, border-color .08s;
	-o-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s
}

.agreement-label .check::after {
	content: '';
	position: absolute;
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	border: 1px solid #D7E1E9;
	left: 0;
	top: 1px;
	opacity: 1;
	border-radius: 3px
}

.agreement-check input:checked+.agreement-label .check::before {
	width: .5rem;
	top: -1px;
	left: 7px;
	border: 2px solid var(--color);
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.agreement-check input:hover+.agreement-label .check::after {
	border: 1px solid var(--color)
}

.agreement-check {
	position: relative
}

.agreement-label {
	position: relative;
	font-size: .7rem;
	font-size: max(0.7rem, 12px);
	padding-left: 2rem;
	font-weight: var(--f1w);
	text-align: left;
}

.agreement-label .check {
	position: absolute;
	left: 0;
	width: 1.25rem;
	height: 1.25rem;
	cursor: pointer
}

/*
	Форма
	====================
*/
.hideLabels .form-group {
	margin: .5rem auto 1rem
}

.hideLabels .form-group label {
	position: absolute;
	left: 1rem;
	top: 16px;
	color: #3e4757;
	transition: all .2s ease;
	font-size: .9rem;
	pointer-events: none;
}

.dark_theme .hideLabels .form-group label {
	color: #bbb;
}

.hideLabels .form-control {
	position: relative;
	z-index: 2;
	margin: 0;
	width: 100%;
	padding: 1.25rem 1rem 1rem;
	height: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--dark);
	font-size: .9rem;
	border-radius: 6px;
	border: 0;
	background: transparent;
	transition: all .2s ease;
	-webkit-appearance: none;
	border: 1px solid transparent;
}

.hideLabels .form-control.error {
	border-color: red;
}

.hideLabels .mini-labels label,
.miniLabels label.form-label,
.hideLabels label.label-none,
.hideLabels .form-control:focus+label {
	top: 0px;
	font-size: 12px
}

.hideLabels select.form-control {
	padding: 20px 1rem
}

.form .form-head {
	line-height: 1.2
}

.form .button {
	margin: 1.25rem 0
}

.dark_theme .hideLabels .form-control {
	color: #fff;
}

.required~label::after {
	content: '*';
	position: absolute;
	color: red;
	right: -1rem;
	top: 2px;
}


/*
	Радиокнопки
	====================
*/
.radio_btn_format input[type=radio] {
	display: none
}

.radio_btn_format input[type=radio]+label {
	display: inline-block;
	position: relative;
	padding-left: 2rem;
	margin-bottom: .7rem;
	font-weight: 400;
	line-height: 1.4;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.radio_btn_format input[type=radio]+label::before {
	content: '';
	position: absolute;
	display: block;
	width: 1rem;
	height: 1rem;
	border: 1px solid #000;
	left: 0;
	top: 1px;
	opacity: 0;
	-webkit-transition: all .12s, border-color .08s;
	-o-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
	border-radius: 50%;
	width: 19px;
	height: 19px;
	opacity: .7
}

.radio_btn_format input[type=radio]:checked+label::before {
	border: 1px solid var(--color);
	opacity: 1
}

.radio_btn_format input[type=radio]:checked+label::after {
	content: '';
	position: absolute;
	display: block;
	width: 9px;
	height: 9px;
	left: 5px;
	top: 6px;
	background: var(--color);
	border-radius: 50%
}

.radio_btn_format input[type=radio]:checked+label,
input[type=radio]:hover+label {
	color: var(--color)
}

.radio_btn_format input[type=radio]:hover+label::before {
	border: 2px solid var(--color);
	opacity: 1
}

/*
	Кнопка добавления файла
	====================
*/
.inputfile {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1
}

.inputfile+label {
	font-weight: 700;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	margin: 0
}

.no-js .inputfile+label {
	display: none
}

.inputfile:focus+label,
.inputfile.has-focus+label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px
}

.inputfile+label span {
	color: var(--color);
}

.inputfile+label svg {
	width: 16px;
	height: 22px;
	vertical-align: middle;
	fill: currentColor;
	margin-top: -8px;
	margin-right: .5rem;
	fill: var(--dark);
}

.dark_theme .inputfile+label svg {
	fill: #fff;
}

.inputmyfile+label {
	min-height: 2rem;
	display: flex;
	align-items: center;
}

.inputmyfile:focus+label,
.inputmyfile.has-focus+label,
.inputmyfile+label:hover {
	color: var(--dark)
}

/*
	Кнопка добавления текстового блока
	====================
*/
.form span.add-textarea {
	position: relative;
	color: #1d1a24;
	font-weight: 700;
	padding-left: 1rem;
	cursor: pointer;
	transition: all .2s ease 0s
}

.form span.add-textarea:hover {
	color: #fff
}

.form span.add-textarea svg:hover,
.form span.add-textarea:hover svg {
	fill: #fff;
	transition: all .2s ease 0s
}

.form span.add-textarea:not(.opened)+.form-group {
	display: none
}

.form span.add-textarea.opened+.form-group {
	margin-top: -24px
}

.form span.add-textarea svg {
	position: absolute;
	left: -2rem;
	top: 0;
	width: 1.2rem;
	height: 1.2rem;
	transition: all .2s ease 0s
}

.form span.add-textarea.opened svg {
	transform: rotate(45deg)
}

/*
	Подсказки в форме к полю
	====================
*/
.message-tooltip,
.form-group .message-error {
	position: absolute;
	right: 0;
	top: -2.5rem;
	padding: 0.5rem 1rem;
	font-weight: 500;
	font-weight: var(--f1w);
	line-height: 1.2;
	background: rgb(38 38 38);
	z-index: 10;
	color: #f5f6f8;
	font-size: .8rem;
	border-radius: 4px;
	box-shadow: 0 5px 20px rgb(0 0 0 / 30%);
	white-space: nowrap;
}

.form-group .message-error {
	right: 0.5rem;
	top: -1.5rem;
}

.message-tooltip-center {
	right: 50%;
	transform: translateX(50%);
}

.message-tooltip::before,
.form-group .message-error::before {
	content: "";
	position: absolute;
	width: 1rem;
	height: 1rem;
	right: 2rem;
	bottom: 0;
	border-radius: 3px;
	transform: rotate(45deg) translate(50%);
	background: rgb(38 38 38);
	z-index: -1;
}

.message-tooltip-center::before {
	right: 46%;
}

/*
	Цвет placeholder
	====================
*/
.form-control::-webkit-input-placeholder {
	color: #1d1a23 !important
}

.form-control:-ms-input-placeholder {
	color: #1d1a23 !important
}

.form-control::-ms-input-placeholder {
	color: #1d1a23 !important
}

.form-control::placeholder {
	color: #1d1a23 !important
}

/*
	Центрирование placeholder
	====================
*/
.form.ct .form-control::-webkit-input-placeholder {
	text-align: center
}

.form.ct .form-control:-ms-input-placeholder {
	text-align: center
}

.form.ct .form-control::-ms-input-placeholder {
	text-align: center
}

.form.ct .form-control::placeholder {
	text-align: center
}

.form.ct .form-control {
	text-align: center
}

/*
	Список мультигородов
	====================
*/
.city {
	position: relative;
}

#popup-location-confirm {
	position: absolute;
	top: 3rem;
	left: 0;
	box-shadow: 0 10px 60px 0px rgba(0, 0, 0, 0.25);
	visibility: hidden;
	opacity: 0;
	border-radius: 5px;
	z-index: 120;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	min-width: max-content;
}

#popup-location-confirm.show {
	opacity: 1;
	visibility: visible
}

#popup-location-confirm .item {
	position: relative;
	background: #fff;
	padding: 1.5rem;
	border-radius: 5px
}

#popup-location-confirm .item::before {
	content: "";
	position: absolute;
	background: #fff;
	width: 1rem;
	height: 1rem;
	transform: rotate(45deg);
	top: -.5rem
}

#popup-location-confirm .link {
	cursor: pointer;
	color: #666;
	border-bottom: 1px dashed;
}

#popup-location-confirm .confirm {
	margin-right: 1rem;
	color: var(--color);
	font-weight: bold;
}

#popup-location-confirm .header {
	font-size: 1rem;
	margin-bottom: 0.5rem;
	color: var(--dark);
}

#popup-location {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .3);
	visibility: hidden;
	opacity: 0;
	z-index: 120;
	overflow: hidden;
	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 .3s .1s ease-in-out;
	-o-transition: all .3s .1s ease-in-out;
	transition: all .3s .1s ease-in-out
}

#popup-location.show {
	opacity: 1;
	visibility: visible
}

#popup-location .location-field {
	position: absolute;
	top: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	max-width: 1200px;
	width: 70%;
	min-width: 320px;
	background: #fff;
	padding: 1.5rem 4rem 1.5rem 3rem;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	right: 0
}

.dark_theme #popup-location .location-field {
	background: var(--dark);
}

#popup-location .location-field.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#popup-location .citys {
	-webkit-column-count: 3;
	column-count: 3
}

#popup-location .citys ul li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	margin: 3px 0
}

#popup-location .citys .letter {
	font-weight: 700;
	font-size: 1.5rem;
	margin: .5rem 0
}

#popup-location .citys .city {
	display: inline-block;
	font-size: .9rem;
	cursor: pointer
}

#popup-location .header {
	font-size: 2rem;
	font-weight: 700
}

#popup-location .close_link {
	position: absolute;
	right: 3rem;
	top: 2rem;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	line-height: 0
}

#popup-location .close_link svg {
	width: 2rem;
	height: 2rem;
	padding: 5px
}

.dark_theme #popup-location .close_link svg {
	fill: #fff;
}

#popup-location .maincitys {
	border-bottom: 1px solid var(--color);
	margin-bottom: 2rem;
	margin-top: 1rem;
	padding-bottom: 1rem
}

#popup-location .maincitys .city {
	display: inline-block;
	margin: .5rem 2rem;
	margin-left: 0;
	font-weight: 700;
	font-size: 1rem;
	border-bottom-width: 2px
}

.city_span {
	color: var(--color);
	font-weight: 700;
	border-bottom: 1px dashed;
	cursor: pointer
}

.city_span:hover {
	border-bottom-color: transparent
}

@media (max-width: 767px) {
	#popup-location .location-field {
		width: 90%;
	}
}

@media (max-width: 499px) {
	#popup-location .header {
		font-size: 1.5rem;
	}

	#popup-location .close_link {
		right: 2rem;
		top: 1.5rem;
	}

	#popup-location .location-field {
		padding: 1.5rem 2rem 1.5rem 2rem;
	}

	#popup-location .citys {
		column-count: 2;
	}
}

/*
	Анимация с кругами при наведении
	====================
*/
.g_btn-wave {
	position: relative;
	overflow: hidden
}

.g_btn-wave:before {
	content: '';
	position: absolute;
	display: block;
	background: var(--ripple-background, white);
	border-radius: 50%;
	pointer-events: none;
	top: calc(var(--y) * 1px);
	left: calc(var(--x) * 1px);
	width: calc(var(--d) * 1px);
	height: calc(var(--d) * 1px);
	opacity: calc(var(--o, 1) * var(--ripple-opacity, 0.3));
	-webkit-transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
	transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
	-webkit-transform: translate(-50%, -50%) scale(var(--s, 1));
	transform: translate(-50%, -50%) scale(var(--s, 1));
	-webkit-transform-origin: center;
	transform-origin: center;
	z-index: 1;
}

/*
	Всплывающие окна
	====================
*/
.popup {
	position: relative;
	background: #fff;
	max-width: 400px;
	width: auto;
	margin: 0 auto;
	padding: 2rem 3rem;
	display: none;
	text-align: center;
}

.dark_theme .popup {
	background: #444;
	background: var(--color_bg_1);
	color: #fff;
	box-shadow: 0 0 5rem -2rem var(--color_30);
}

.dark_theme .fancybox-close-small {
	color: #999;
}

.dark_theme .fancybox-close-small:hover {
	color: #ccc;
}

.popup-manager {
	padding: 3rem;
	background: #fff7e6;
	margin: -3rem;
	margin-right: 1rem
}

.popup-manager .avatar {
	margin: 1.5rem 0;
	max-width: 180px
}

.popup-manager .name {
	font-weight: 700;
	margin-bottom: .5rem
}

.popup-manager .position {
	font-size: .9rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1rem;
	margin-bottom: 1rem
}

.popup-img-enable {
	max-width: 1000px;
	padding: 0 !important
}

.popup-img-enable .popup-wrap {
	display: flex;
	align-items: center
}

.popup-img-enable .popup-image {
	pointer-events: none
}

.popup-img-enable.popup-margin .popup-image {
	margin-left: -9rem;
	margin-top: -3rem
}

.popup-img-enable .form {
	max-width: 425px;
	padding: 3rem;
	flex: 1 0 425px
}

@media (max-width: 1023px) {
	.popup {
		padding: 2rem
	}

	.popup-img-enable .form {
		max-width: 380px;
		padding: 2rem;
		flex: 1 0 380px;
		margin: auto
	}
}

@media (max-width: 767px) {
	.popup-img-enable .popup-wrap {
		display: block
	}

	.popup-img-enable.popup-margin .popup-image {
		margin-left: 0;
		margin-top: 0;
		padding: 2rem;
		padding-bottom: 0
	}
}

@media (max-width: 499px) {
	.popup {
		padding: 1.5rem;
		margin-top: 3rem;
	}
}

/*
	Адаптивное видео
	====================
*/
.responsive_video {
	position: relative;
	padding-bottom: 56.25%
}

.responsive_video iframe,
.responsive_video .youtube {
	position: absolute;
	width: 100% !important;
	height: 100% !important
}

/*
	Рамка документов
	====================
*/
.frame {
	position: relative;
	display: block;
	border: 0;
	padding: 8%;
	box-shadow: 0 8px 30px -5px rgba(0, 0, 0, 0.5);
	transition: all .2s ease
}

.slider .frame {
	margin: 5px 1.25rem 2rem
}

a.frame:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.5)
}

.frame::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../i/frame.png) no-repeat center;
	background-size: 100% 100%
}

a.frame::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	background: rgba(44, 54, 74, 0.9) url(../i/zoom.svg) no-repeat center;
	background-size: 3rem;
	transition: all .2s ease
}

a.frame:hover::before {
	opacity: 1
}

/*
	Спойлер отзывов
	====================
*/
.review .spoiler {
	position: relative;
	overflow: hidden;
	transition: all .5s ease 0s
}

.review .spoiler::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3rem;
	background: linear-gradient(0deg, #fff 1rem, rgb(255 255 255 / 0.01));
	transition: all .2s ease;
}

.review .spoiler.spoiler_visible {
	height: initial !important
}

.review .spoiler.spoiler_visible::before {
	bottom: -3rem
}

.review .spoiler+.more {
	color: var(--color);
	border-bottom: 1px dashed;
	transition: all .3s ease;
	cursor: pointer
}

.review .spoiler+.more:hover {
	color: var(--color);
	border-bottom: 1px dashed transparent
}

/*
	Пагинация
	====================
*/
#pagination {}

#pagination .pages {
	display: flex;
	justify-content: center;
	border-top: 1px solid #ececec;
	padding-top: 2rem;
	margin-top: -2rem
}

.dark_theme #pagination .pages {
	border-top-color: rgb(255 255 255 / 15%);
}

#pagination .page-numbers {
	display: flex;
	width: 2.5rem;
	height: 2.5rem;
	justify-content: center;
	align-items: center;
	margin: 0 5px
}

#pagination .page-numbers svg {
	width: 1.5rem;
	height: 1.5rem;
	fill: var(--color)
}

#pagination .page-numbers.current {
	background: var(--dark);
	font-weight: 700;
	color: #fff
}

#pagination .page-numbers:hover {
	background: var(--color);
	color: #fff
}

#pagination .page-numbers:hover svg {
	fill: #fff
}

/*
	Ленивая загрузка картинок
	====================
*/
.lazy-image {
	position: relative;
	display: block
}

.lazy-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto
}

/*
	Прогресс-бар для статей блога
	====================
*/
#barholder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #f5f5f5;
	z-index: 200
}

#barholder.visible {
	height: 5px
}

#barholder #barline {
	background: var(--color);
	height: 100%
}

/*
	Горизонтальная прокрутка при адаптиве
	====================
*/
@media (max-width: 767px) {

	.hor-scroll .row,
	.hor-scroll .items {
		flex-wrap: nowrap;
		overflow: auto;
		margin: 0;
		display: flex !important
	}

	.hor-scroll .col,
	.hor-scroll .item {
		flex: 0 0 60%;
		max-width: 60%;
		padding: 0
	}
}

/*
	Кнопка перехода в админку
	====================
*/
#edit-button {
	position: fixed;
	bottom: 4rem;
	left: 2rem;
	border: 0;
	background: #eee;
	z-index: 100000;
	padding: .5rem;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	box-shadow: 0 0 30px -10px var(--btn_color_1);
	transition: .15s linear;
	filter: grayscale(1)
}

#edit-button a {
	display: block;
	border: 0
}

#edit-button a svg {
	width: 1.5rem;
	height: 1.5rem;
	fill: var(--dark)
}

#edit-button:hover {
	filter: grayscale(0)
}

@media (max-width: 767px) {
	#edit-button {
		display: none
	}
}

/*
	Прайс-лист
	====================
*/
.price-list {
	max-width: 600px
}

.col-s .price-list {
	max-width: none
}

.price-list ul li {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 1rem !important;
	margin: .5rem 0;
	line-height: 1.3;
	padding-left: 0;
}

.price-list ul li::before {
	display: none;
}

.price-list ul li::after {
	content: "";
	order: 1;
	border-bottom: 1px dotted var(--gray);
	flex-grow: 1;
	margin: .9rem .5rem 0
}

.price-list ul li .text_color {
	order: 2;
	white-space: nowrap
}

/*
	Копирайт
	====================
*/
#copyright.copy-right {
	display: flex;
	justify-content: flex-end;
}

#copyright.copy-inline {
	display: inline-block
}

#copyright.copy-inline .b2b-copy {
	margin-top: 0;
}

#copyright.copy-white .b2b-copy {
	background: rgba(0, 0, 0, .2)
}

#copyright.copy-white .b2b-copy:hover {
	background: rgba(0, 0, 0, .4)
}

#copyright.copy-white .b2b-copy-link {
	color: #fff;
	text-decoration: none !important
}

#copyright.copy-white .b2b-copy #b2b {
	fill: #fff
}

#copyright.copy-black .b2b-copy {
	background: rgba(255, 255, 255, .9);
	border: 1px solid #eee
}

#copyright.copy-black .b2b-copy:hover {
	background: rgba(255, 255, 255, .4)
}

#copyright.copy-black .b2b-copy-link {
	color: #1D1A24;
	text-decoration: none !important
}

#copyright.copy-black .b2b-copy #b2b {
	fill: #1D1A24
}

#copyright.copy-link .b2b-copy {
	background: transparent !important;
	border: 0;
	margin: 0;
	padding-inline: 0;
}

#copyright.copy-link .b2b-copy-link {
	border: 0 !important
}

#copyright.copy-link.copy-black .b2b-copy-link::before {
	background: #000
}

#copyright.copy-link.copy-white .b2b-copy-link::before {
	background: #fff
}

.b2b-copy {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	border-radius: 5px;
	padding: 3px 10px;
	min-width: 180px;
	width: fit-content;
	transition: all .15s ease;
	margin-top: 1rem;
	opacity: 0.6;
	transition: all .15s ease;
}

.b2b-copy:hover {
	opacity: 1
}

.b2b-copy-link {
	position: relative;
	white-space: nowrap;
	font-weight: 300;
	font-size: 12px;
	transition: all .15s ease;
	letter-spacing: .5px
}

.b2b-copy-link::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	opacity: .3;
	transition: all .15s ease 0s
}

.b2b-copy:hover .b2b-copy-link::before {
	opacity: 0
}

.b2b-copy svg {
	width: 55px;
	height: 20px;
	margin-left: .5rem;
	transition: all .15s ease
}

.b2b-copy-svg {
	height: 20px;
	border: 0 !important;
	text-decoration: none !important
}

#copyright .b2b-copy:hover .b2b-copy-link {
	color: #fa0;
	opacity: 1
}

#copyright .b2b-copy:hover svg {
	opacity: 1
}


/*
	Звездный рейтинг
	====================
*/
.g-ratings {
	display: flex;
	align-items: center;
	width: 140px;
	gap: 1rem;
}

.g-ratings .ratings-stars {
	position: relative;
	background: url(../i/rating_off.svg) repeat-x left;
	background-size: auto 100%;
	width: 94px;
	height: 18px
}

.g-ratings .ratings-stars-active {
	background: url(../i/rating_on.svg) repeat-x left;
	background-size: auto 100%;
	height: 100%
}

.g-ratings .ratings-stars-inputs {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-around
}

.g-ratings .rating__input,
.rating__label--hidden,
.rating__label::before,
.rating__label::after {
	display: none
}

.g-ratings .rating__star {
	position: absolute;
	left: -100vw;
	font-size: 1px
}

.g-ratings .rating__label {
	width: 20%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	background-position: left;
	background-size: auto 100%;
	cursor: pointer
}

.g-ratings .ratings-stars.js-vote_accepted .rating__label,
.ratings-stars-inputs:hover .rating__label {
	background-image: url(../i/rating_off.svg)
}

.g-ratings .ratings-stars-inputs .rating__label:hover,
.ratings-stars-inputs .rating__label:hover~.rating__label,
.ratings-stars-inputs .rating__input:checked~.rating__label {
	background-image: url(../i/rating_on.svg)
}

.g-ratings .ratings-stars-mess:not(.js-mess_active) {
	opacity: 0
}


/*
	Окно с куками
	====================
*/
#cookie {
	position: fixed;
	bottom: 1.5rem;
	background: #fff;
	z-index: 100000;
	left: 50%;
	transform: translateX(-50%);
	max-width: 520px;
	padding: 0.75rem 1rem;
	font-size: 13px;
	box-shadow: 0 0 40px rgb(0 0 0 / 20%);
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
}

#cookie .text-wrap {
	padding-right: 1rem;
}

#cookie .text-wrap p {
	margin: 0;
}

#cookie .text-wrap p a {
	color: var(--dark);
	border-bottom: 1px solid var(--dark_60);
}

#cookie .text-wrap p a:hover {
	border-bottom: 1px solid transparent;
}

#cookie .cookie-close {
	width: 2rem;
	height: 2rem;
	flex: 1 0 2rem;
	padding: 0.5rem;
	cursor: pointer;
}

#cookie .cookie-close:hover svg {
	fill: var(--color);
}

.instagram-gradient {
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}