@charset "UTF-8";
@font-face {
	font-family: "Brut Grotesque";
	src: url("../fonts/BrutGrotesque-BoldItalic.woff2") format("woff2"), url("../fonts/BrutGrotesque-BoldItalic.woff") format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Brut Grotesque";
	src: url("../fonts/BrutGrotesque-Light.woff2") format("woff2"), url("../fonts/BrutGrotesque-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Brut Grotesque";
	src: url("../fonts/BrutGrotesque-LightItalic.woff2") format("woff2"), url("../fonts/BrutGrotesque-LightItalic.woff") format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Brut Grotesque";
	src: url("../fonts/BrutGrotesque-MediumItalic.woff2") format("woff2"), url("../fonts/BrutGrotesque-MediumItalic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Brut Grotesque";
	src: url("../fonts/BrutGrotesque-Regular.woff2") format("woff2"), url("../fonts/BrutGrotesque-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Brut Grotesque";
	src: url("../fonts/BrutGrotesque-Bold.woff2") format("woff2"), url("../fonts/BrutGrotesque-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Brut Grotesque";
	src: url("../fonts/BrutGrotesque-Book.woff2") format("woff2"), url("../fonts/BrutGrotesque-Book.woff") format("woff");
	font-weight: 350;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Brut Grotesque";
	src: url("../fonts/BrutGrotesque-Medium.woff2") format("woff2"), url("../fonts/BrutGrotesque-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Brut Grotesque";
	src: url("../fonts/BrutGrotesque-BookItalic.woff2") format("woff2"), url("../fonts/BrutGrotesque-BookItalic.woff") format("woff");
	font-weight: 350;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Copernicus";
	src: url("../fonts/Copernicus-BookItalic.woff2") format("woff2"), url("../fonts/Copernicus-BookItalic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Cedarville Cursive";
	src: url("../fonts/Cedarville-Cursive.woff2") format("woff2"), url("../fonts/Cedarville-Cursive.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Copernicus";
	src: url("../fonts/Copernicus-Book.woff2") format("woff2"), url("../fonts/Copernicus-Book.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Copernicus";
	src: url("../fonts/Copernicus-Medium.woff2") format("woff2"), url("../fonts/Copernicus-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Copernicus";
	src: url("../fonts/Copernicus-MediumItalic.woff2") format("woff2"), url("../fonts/Copernicus-MediumItalic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	font-size: var(--rem-base);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: constant(safe-area-inset);
	padding: env(safe-area-inset);
}

body {
	color: var(--base-text-color);
	font: 350 var(--base-font-size)/var(--base-line-height) var(--ff-base);
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff8f5;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-weight: 400;
	line-height: 1.25;
	color: inherit;
	font-family: var(--ff-accent);
	letter-spacing: -0.03em;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
	font-size: inherit;
}

h1,
.h1 {
	font-size: var(--h1);
	margin: 0 0 0.35em;
}

h2,
.h2 {
	font-size: var(--h2);
	margin: 0 0 0.5em;
}

h3,
.h3 {
	font-size: var(--h3);
	margin: 0 0 0.5em;
}

h4,
.h4 {
	font-size: var(--h4);
	margin: 0 0 0.6em;
}

h5,
.h5 {
	font-size: var(--h5);
	margin: 0 0 0.7em;
}

h6,
.h6 {
	font-size: var(--h6);
	margin: 0 0 0.8em;
}

p {
	margin-bottom: var(--vertical-rhythm);
	margin-top: 0;
}

a {
	color: var(--base-text-color);
	-webkit-transition: color var(--a-duration) var(--a-easing);
	transition: color var(--a-duration) var(--a-easing);
}
a:hover {
	color: var(--color-accent);
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

ul,
ol {
	list-style: none;
	margin-top: 0;
	padding-left: 0;
}
ul li,
ol li {
	list-style: none;
}

.ff-cursive {
	font-family: var(--ff-cursive);
}

.text-lg,
.hero__right {
	font-size: clamp(16px, 2.8rem, 30px);
	line-height: 160%;
}

.btn {
	display: inline-block;
	vertical-align: top;
	font: 500 clamp(14px, 1.8rem, 20px)/normal var(--ff-base);
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 12px 16px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	border-radius: 100px;
	text-decoration: none;
	-webkit-transition: all var(--a-duration) var(--a-easing);
	transition: all var(--a-duration) var(--a-easing);
	text-align: center;
}
.btn-set {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 16px 32px;
}

.btn-primary {
	background-color: var(--color-black);
	color: var(--color-white);
}
.btn-primary:hover {
	background-color: var(--color-gray-light);
	color: var(--color-gray);
}

.btn-secondary {
	background-color: var(--color-gray-light);
	color: var(--color-gray);
}
.btn-secondary:hover {
	background-color: var(--color-black);
	color: var(--color-white);
}

.badge {
	font: 400 18px/normal var(--ff-base);
	display: inline-block;
	vertical-align: top;
	border-radius: 100px;
	overflow: hidden;
	padding: 4px 12px;
	text-transform: uppercase;
}

.badge-white {
	background-color: var(--color-white);
	color: var(--base-text-color);
}

* {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
	max-height: 1000000px;
}
*:after,
*:before {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

.resize-active {
	-webkit-transition: none !important;
	transition: none !important;
}
.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: inherit !important;
	transition: inherit !important;
}

.container {
	width: 100%;
	max-width: calc(var(--container) + var(--gutter) * 2);
	margin: 0 auto;
	padding-left: var(--gutter);
	padding-right: var(--gutter);
}
.container._xl {
	max-width: calc(var(--container-xl) + var(--gutter) * 2);
}
.container._md {
	max-width: calc(var(--container-md) + var(--gutter) * 2);
}

html,
body {
	height: 100%;
}

.wrapper {
	display: grid;
	grid-template-rows: auto 1fr auto;
	min-height: 100%;
	width: 100%;
	position: relative;
	overflow: clip;
}
.wrapper.header-offset {
	padding-top: var(--header-offset);
}

.main,
.header,
.footer {
	min-width: 0;
}

.bg-stretch {
	position: absolute;
	inset: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	/* height: 100%; - needed to remove to fix an issue happening in safari */ 
	pointer-events: none;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	height: 100px;
	background-color: #fff8f5;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	padding-top: 46px;
}
.header._sticked {
	-webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.5);
	        box-shadow: 5px 0 10px rgba(0, 0, 0, 0.5);
}
.header-holder {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}
.header-holder .nav-wrap {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.header-logo {
	position: absolute;
	left: 50%;
	top: 42px;
	width: clamp(180px, 25.2rem, 250px);
	translate: -50% 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav-opener {
	display: none;
	padding: 10px;
	margin-left: -10px;
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.nav-wrap {
	font: 500 clamp(16px, 1.8rem, 20px)/normal var(--ff-base);
}
.nav-wrap__banner {
	background-color: var(--color-blue);
	color: var(--color-white);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.77em;
	text-align: center;
	display: block;
	padding: 0.4em;
}
.nav-side {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.nav-item {
	text-decoration: none;
	color: var(--base-text-color);
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.nav-item:hover {
	color: var(--color-sand);
}

.nav-active {
	overflow: hidden;
}

/**
 * Swiper 11.1.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2024
 */
@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}

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

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	        transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	        transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	    touch-action: pan-x;
}

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

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

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

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

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	        perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

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

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

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

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	    scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	    scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	-ms-scroll-snap-type: none;
	    scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	    -ms-flex-order: 9999;
	        order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	        margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	        margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	        transform-origin: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	        animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-webkit-transform-origin: center;
	        transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

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

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

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

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

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	        transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 0.2s top, 0.2s -webkit-transform;
	transition: 0.2s top, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s top;
	transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	white-space: nowrap;
}

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

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

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	        transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

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

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	-ms-touch-action: none;
	    touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

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

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}

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

.swiper-slide-zoomed {
	cursor: move;
	-ms-touch-action: none;
	    touch-action: none;
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

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

.swiper-grid > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	        transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	        filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition-property: opacity, height, -webkit-transform;
	transition-property: opacity, height, -webkit-transform;
	transition-property: transform, opacity, height;
	transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	-webkit-transform-origin: center bottom;
	        transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

[data-animate] {
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
}

.hero {
	padding-block: 25px 70px;
}
.hero-frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.hero__right {
	-ms-flex-item-align: center;
	    align-self: center;
	width: 46%;
	padding: 3rem var(--gutter) 3rem 11rem;
}
.hero__right-frame {
	overflow: hidden;
	max-width: 54.4rem;
}
.hero__right-frame > * {
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	opacity: 0;
}
.hero__left {
	opacity: 0;
	width: 54%;
}
.hero-ib {
	position: relative;
	width: 100%;
	padding-top: 100%;
	border-radius: 2rem;
	overflow: hidden;
}
.hero-ib-frame {
	position: absolute;
	inset: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 9.6rem;
}
.hero-ib-content {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 18rem;
	padding: 4rem;
	color: var(--color-white);
	opacity: 0;
	-webkit-transform: scale(0.8);
	        transform: scale(0.8);
}
.hero-ib-content__corner {
	--corner-bw: 5px;
	position: absolute;
	border-style: solid;
	border-color: currentColor;
	width: 1em;
	height: 1em;
}
.hero-ib-content__corner._tl {
	top: 0;
	left: 0;
	border-radius: 2rem 0 0 0;
	border-width: var(--corner-bw) 0 0 var(--corner-bw);
}
.hero-ib-content__corner._tr {
	top: 0;
	right: 0;
	border-radius: 0 2rem 0 0;
	border-width: var(--corner-bw) var(--corner-bw) 0 0;
}
.hero-ib-content__corner._br {
	bottom: 0;
	right: 0;
	border-radius: 0 0 2rem 0;
	border-width: 0 var(--corner-bw) var(--corner-bw) 0;
}
.hero-ib-content__corner._bl {
	bottom: 0;
	left: 0;
	border-radius: 0 0 0 2rem;
	border-width: 0 0 var(--corner-bw) var(--corner-bw);
}
.hero-ib-text {
	font: 400 2.4rem/135% var(--ff-base);
	letter-spacing: 0.06em;
}
.hero-ib-text-up {
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 0px 0px 66.018px rgba(0, 0, 0, 0.8);
	color: var(--color-white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 2.6rem;
}
.hero-ib-badges {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 15px;
}
.hero-ib-badges .badge {
	font-size: inherit;
}

.hero-carousel {
	position: relative;
}
.hero-carousel-pagination {
	--swiper-pagination-bullet-size: 10px;
	--swiper-pagination-bullet-horizontal-gap: 0;
	--swiper-pagination-color: var(--base-text-color);
	--swiper-pagination-bullet-inactive-color: var(--base-text-color);
	--swiper-pagination-bullet-inactive-opacity: 0.3;
	--swiper-pagination-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	translate: 0 35px;
}

.section {
	padding-block: 8rem;
}
.section._pt-xs {
	padding-top: 4rem;
}
.section._py-xl {
	/*padding-block: 26rem;*/
	padding-top: 26rem;
	padding-bottom: 7rem;
}
.section._pb-0 {
	padding-bottom: 0;
}

.headline {
	text-align: center;
	margin-inline: auto;
}
.headline > *:last-child {
	margin-bottom: 0;
}
.headline._sm {
	max-width: 83rem;
}
.headline._md {
	max-width: 104rem;
}
.headline._mb-1 {
	margin-bottom: 5.6rem;
}
.headline._mb-2 {
	margin-bottom: clamp(70px, 8.8rem, 90px);
}
.headline._mb-3 {
	margin-bottom: 7.2rem;
}
.headline-title-col {
	display: grid;
}

.divider {
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--base-text-color);
	opacity: 0.2;
	margin-block: 50px;
}
.divider:last-child {
	margin-bottom: 0;
}
.divider:first-child {
	margin-top: 0;
}

.promo-headline {
	text-align: center;
	font-weight: 500;
	font-size: clamp(15px, 2.4rem, 28px);
	line-height: 150%;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin-bottom: clamp(20px, 5rem, 50px);
}
.promo .pc {
	padding: 11.8rem 6.2rem;
}

.pb {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--gutter);
}
.pb-item {
	position: relative;
	padding-top: 93%;
	color: var(--color-white);
	border-radius: 8px;
	overflow: hidden;
}
.pb-item:hover {
	color: var(--color-white);
}
.pb-item:hover .bg-stretch {
	scale: 1.05;
}
.pb-item .bg-stretch {
	-webkit-transition: scale var(--a-duration) var(--a-easing);
	transition: scale var(--a-duration) var(--a-easing);
}
.pb-item__content {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-top: 40px;
}
.pb-item__title {
	font: 400 6.5rem/1 var(--ff-base);
	margin-bottom: 25px;
}

.pc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.pc-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 30rem;
	        flex: 0 0 30rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 12px;
	text-align: center;
	padding: 10px;
	font-weight: 400;
	font-size: clamp(16px, 2rem, 20px);
	line-height: 160%;
}
.pc-item__up {
	font-size: 4.8em;
	line-height: 1;
	letter-spacing: -0.03em;
	white-space: nowrap;
}

.vbl-grid {
	display: grid;
	gap: 226px;
}

.vbl {
	position: relative;
	opacity: 0;
}
.vbl._opposite .vbl-frame {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding-inline: 0 clamp(30px, 4.8rem, 50px);
}
.vbl-frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	background-color: var(--color-blue);
	color: var(--color-white-80);
	padding-left: clamp(30px, 4.8rem, 50px);
	min-height: 70rem;
	border-radius: 8px;
}
.vbl-img {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 55rem;
	        flex: 0 0 55rem;
	min-width: 385px;
	margin-block: -36px;
	opacity: 0;
	-webkit-transform: translateY(-30px);
	        transform: translateY(-30px);
}
.vbl-img-caption {
	position: absolute;
	top: 10%;
	left: 50%;
	z-index: 1;
	width: 328px;
	max-width: 90%;
	aspect-ratio: 1/1;
	translate: -50% 0;
	font-weight: 500;
	font-size: clamp(10px, 1rem, 14px);
	line-height: 125%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	-webkit-transform: scale(0.9);
	        transform: scale(0.9);
	opacity: 0;
}
.vbl-img-caption__text {
	display: grid;
	gap: 15px;
	padding: 20px;
}
.vbl-img-caption__text-grid {
	display: grid;
}
.vbl-img-caption__corner {
	--corner-bw: 3px;
	font-size: 84px;
	position: absolute;
	border-style: solid;
	border-color: currentColor;
	width: 25%;
	height: 25%;
}
.vbl-img-caption__corner._tl {
	top: 0;
	left: 0;
	border-radius: 5px 0 0 0;
	border-width: var(--corner-bw) 0 0 var(--corner-bw);
}
.vbl-img-caption__corner._tr {
	top: 0;
	right: 0;
	border-radius: 0 5px 0 0;
	border-width: var(--corner-bw) var(--corner-bw) 0 0;
}
.vbl-img-caption__corner._br {
	bottom: 0;
	right: 0;
	border-radius: 0 0 5px 0;
	border-width: 0 var(--corner-bw) var(--corner-bw) 0;
}
.vbl-img-caption__corner._bl {
	bottom: 0;
	left: 0;
	border-radius: 0 0 0 5px;
	border-width: 0 0 var(--corner-bw) var(--corner-bw);
}
.vbl-text {
	font-weight: 400;
	font-size: clamp(16px, 2rem, 22px);
	line-height: 180%;
	-ms-flex-item-align: center;
	    align-self: center;
	padding: clamp(45px, 4.8rem, 50px) 7.2rem;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	opacity: 0;
}
.vbl-text > *:last-child {
	margin-bottom: 0;
}
.vbl-text p {
	margin-bottom: 0;
}
.vbl-text ul li {
	position: relative;
	padding-left: 30px;
}
.vbl-text ul li:before {
	content: "•";
	display: inline-block;
	vertical-align: top;
	font-size: 1em;
	line-height: inherit;
	color: currentColor;
	position: absolute;
	left: 12px;
	top: 0;
}
.vbl-title {
	color: var(--color-white);
	margin-bottom: 0.7em;
}
.vbl-arrow {
	position: absolute;
	top: 100%;
	left: 50%;
	translate: -50% 0;
}
.vbl-arrow._variant-1 {
	margin-top: 50px;
	margin-left: -73px;
}
.vbl-arrow._variant-2 {
	margin-top: 20px;
	margin-left: 35px;
}
.vbl-arrow svg {
	max-width: 100%;
	height: auto;
}

.table {
	font-weight: 400;
	font-size: 3.2rem;
	line-height: 140%;
}
.table-row {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.table .th,
.table .td {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0;
	border-style: solid;
	border-color: var(--color-sand);
	border-bottom-width: 1px;
}
.table .th:nth-child(3n+1),
.table .td:nth-child(3n+1) {
	grid-column: 1/span 2;
	border-width: 0 1px 1px 1px;
}
.table .th:nth-child(3n+3),
.table .td:nth-child(3n+3) {
	grid-column: 4/span 2;
	border-width: 0 1px 1px 1px;
}
.table .th:nth-child(3n+2),
.table .td:nth-child(3n+2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-width: 0 0 1px 0;
}
.table .td {
	text-align: left;
	color: var(--color-black);
	padding: 2.7rem 4rem;
}
.table .th {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 8px 8px 0 0;
	padding: 3.8rem 3rem;
	text-align: center;
}
.table .th.th-sand {
	background-color: var(--color-sand-dark);
	font-style: italic;
	color: var(--color-black);
}
.table .th.th-blue {
	background-color: var(--color-blue);
	color: var(--color-white);
}

.fd-img {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 5rem;
}
.fd-img img {
	width: 100%;
	height: auto;
}
.fd-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4.8rem;
	font-size: clamp(16px, 2.4rem, 24px);
}
.fd-name {
	font-size: clamp(22px, 4rem, 40px);
	margin-bottom: 0.6em;
}
.fd-pos {
	display: grid;
	font: italic 400 1em/155% var(--ff-accent);
	letter-spacing: -0.03em;
	margin-bottom: 3.2rem;
}

.section-contact {
	background: url(../img/contact.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-block: 22.8rem;
	margin-top: 12.5rem;
}
.section-contact-link {
	font: italic 400 clamp(16px, 2.4rem, 24px)/normal var(--ff-accent);
	letter-spacing: -0.03em;
}

.copyright {
	font-size: 13px;
}

.section-partners {
	padding-block: 8.5rem 10.1rem;
}

.partners {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 6.2rem;
}
.partners-title {
	font-weight: 500;
	font-size: clamp(13px, 1.8rem, 20px);
	text-transform: uppercase;
	color: var(--color-gray);
	letter-spacing: 0.02em;
}
.partners-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 20px;
}

.clinical {
	display: flex;
	border-radius: 8px;
	padding: 36px 25px 47px 55px;
	color: #020711;
	background: #dfecef;
}
.clinical__left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 380px;
	padding-top: 13px;
	margin-right: 40px;
	text-align: center;
	& h2 {
		font-size: 33px;
	}
	& p {
		font-size: 16px;
		line-height: 25px;
	}
}
.clinical__right {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 16px;
}
.clinical-item {
	max-width: 48.5%;
	padding: 16px;
	border-radius: 8px;
	background: #FFF;
	& strong {
		display: block;
		margin-bottom: 9px;
		font-size: 55px;
		line-height: 58px;
		font-weight: 400;
	}
	& span {
		display: block;
		margin-top: 63px;
		font-size: 16px;
		line-height: 27px;
	}
}
.progress-container {
	background: #5FBED866;
	border-radius: 5px;
	width: 100%;
	height: 8px;
}
.progress-bar {
	background: #5FBED8;
	height: 100%;
	border-radius: 5px 0 0 5px;
}

.researches-item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 47px 16px;
	border-radius: 8px;
	border: 1px solid #BAA89E;
	background: #FFF;

	& img {
		width: fit-content;
		/* max-height: 33px; - fixes safari issue */
	}
	& p {
		line-height: 1.4;
		margin-bottom: 37px;
	}
	& i {
		margin-top: auto;
		font-size: 16px;
		line-height: 1.6;
	}
}

@media screen and (min-width: 568px) {
	.researches-carousel {
		& .swiper-wrapper {
			display: grid;
			grid-template-columns: repeat(6, 1fr);
			gap: 15px;
		}
		& .swiper-slide {
			display: flex;
			grid-column: span 2;
		}
		& .swiper-slide--wide {
			grid-column: span 3;
		}
	}
	.researches-carousel-pagination {
		display: none;
	}
}

@media (max-width: 1439px){
	.hero-ib-content {
		font-size: 16rem;
	}
	.pc-item {
		-ms-flex-preferred-size: 280px;
		    flex-basis: 280px;
	}
	.pc-item__up {
		font-size: 4.2em;
	}
}
@media (max-width: 1199px){
	.header {
		height: 90px;
		padding-top: 36px;
	}
	.header-logo {
		top: 32px;
	}
	.hero-ib-frame {
		padding: 7.6rem;
	}
	.section._py-xl {
		padding-block: clamp(70px, 20rem, 100px);
	}
	.vbl-arrow._variant-1 {
		max-width: 196px;
		margin-left: 0;
	}
	.vbl-arrow._variant-2 {
		max-width: 120px;
		margin-left: 0;
	}
}
@media (max-width: 1023px){
	.btn-set {
		gap: 18px;
	}
	.hero {
		padding-bottom: 50px;
	}
	.hero__right {
		width: 50%;
	}
	.hero__left {
		width: 50%;
	}
	.hero-carousel-pagination {
		translate: 0 30px;
	}
	.pc {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.pc-item__up {
		font-size: 4.06em;
	}
	.vbl-img {
		min-width: 320px;
	}
	.section-contact {
		margin-top: 0;
	}
	.partners {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 30px;
	}
	.partners-list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 20px 30px;
	}
	.clinical {
		padding: 25px;
	}
	.clinical__left {
		max-width: 270px;
		margin-right: 20px;
	}
	.clinical-item {
		& strong {
			font-size: 45px;
			line-height: 48px;
		}
		& span {
			margin-top: 30px;
		}
	}
}
@media (max-width: 767px){
	.header {
		height: 70px;
		padding-top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.nav-active .header {
		background-color: var(--color-white);
	}
	.header-logo {
		top: 50%;
		translate: -50% -50%;
	}
	.nav-opener {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 20px;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		padding: 30px var(--gutter);
	}
	.nav-wrap {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: var(--color-white);
		height: 0;
		overflow: hidden;
	}
	.nav-active .nav-wrap {
		height: auto;
	}
	.nav-side {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.hero-frame {
		display: block;
		max-width: 480px;
		margin-inline: auto;
	}
	.hero__right {
		width: auto;
		padding: 0 0 50px;
	}
	.hero__right-frame {
		max-width: none;
	}
	.hero__left {
		width: auto;
	}
	.hero-carousel-pagination {
		--swiper-pagination-bullet-size: 8px;
		position: static;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.headline._mb-2 {
		margin-bottom: 45px;
	}
	.vbl-grid {
		gap: 185px;
	}
	.vbl._opposite .vbl-frame {
		padding: 0;
	}
	.vbl-frame {
		min-height: initial;
		display: block;
		padding: 0;
	}
	.vbl-img {
		padding-top: 120%;
		margin: -40px 25px 0;
		translate: 0 40px;
		min-width: initial;
	}
	.vbl-arrow._variant-1 {
		max-width: 146px;
		margin-top: 64px;
	}
	.vbl-arrow._variant-2 {
		max-width: 85px;
		margin-top: 50px;
	}
	.table .td {
		padding: 15px;
	}
	.table .th {
		font-size: 16px;
	}
	.fd-img._mob {
		display: block;
		margin-bottom: 20px;
	}
	.fd-row {
		font-size: 14px;
		gap: var(--gutter);
	}
	.section-contact {
		padding-block: 80px;
	}
	.partners-list {
		gap: 35px 50px;
	}
	.clinical {
		display: block;
		padding: 40px 10px;
	}
	.clinical__left {
		max-width: 100%;
		margin-right: 0;
		padding-top: 0;
	}
	.clinical__right {
		row-gap: 5px;
	}
	.clinical-item {
		max-width: 49%;
		padding-left: 10px;
		padding-right: 10px;
		& strong {
			font-size: 31px;
			line-height: 39px;
		}
		& span {
			margin-top: 50px;
			font-size: 14px;
			line-height: 18px;
		}
	}
}
@media (max-width: 567px){
	.header-logo {
		width: 154px;
	}
	.hero__right-frame {
		max-width: 368px;
	}
	.hero-ib-content {
		font-size: 14rem;
	}
	.hero-ib-content__corner {
		--corner-bw: 2px;
	}
	.hero-ib-text {
		font-size: 11px;
	}
	.pb {
		grid-template-columns: repeat(1, 1fr);
	}
	.vbl-img-caption {
		top: 20%;
		left: 44%;
		max-width: 78%;
		font-size: 8px;
	}
	.vbl-img-caption__corner {
		--corner-bw: 1px;
	}
	.vbl-text {
		padding: 35px 27px;
	}
	.fd-row {
		grid-template-columns: repeat(1, 1fr);
	}
	.partners-list {
		gap: 35px;
	}
	.clinical__left {
		& h2 {
			font-size: 22px;
		}
	}
	.clinical-item {
		& span {
			font-size: 12px;
			line-height: 17px;
		}
	}
	.researches-item {
		min-height: 210px;
		padding: 30px 20px;
		& img {
			/* max-height: 26px; - fixes safari issue */
		}
		& p {
			margin-bottom: 20px;
		}
		& i {
			font-size: 12px;
		}
	}
	.researches-carousel {
		& .swiper {
			margin-left: -20px;
			margin-right: -20px;
		}
		& .swiper-slide {
			display: flex;
		}
	}
	.researches-carousel-pagination {
		--swiper-pagination-bullet-size: 10px;
		--swiper-pagination-bullet-horizontal-gap: 0;
		--swiper-pagination-color: var(--base-text-color);
		--swiper-pagination-bullet-inactive-color: var(--base-text-color);
		--swiper-pagination-bullet-inactive-opacity: 0.3;
		--swiper-pagination-bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		gap: 12px;
		translate: 0 33px;
	}
}
@media (max-width: 479px){
	.btn {
		font-size: clamp(13px, 1.8rem, 20px);
	}
	.vbl-img-caption {
		top: 17%;
		font-size: 7px;
	}
	.table .th {
		font-size: 14px;
	}
}
@media (max-width: 374px){
	.btn-set {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.table {
		font-size: 14px;
	}
}
@media (min-width: 768px){
	.nav-wrap__banner {
		display: none;
	}
	.table-row {
		grid-auto-rows: 1fr;
	}
	.fd-img._desk {
		display: block;
	}
}
