dl,
ol,
p,
pre,
ul {
	margin-top: 0;
}
.about__img,
.hero,
.hero__item.right__item,
.swiper,
sub,
sup {
	position: relative;
}
address,
dl,
ol,
p,
pre,
ul {
	margin-bottom: 1rem;
}
address,
legend {
	line-height: inherit;
}
dd,
h1,
h2,
h3,
h4,
h5,
h6,
legend {
	margin-bottom: 0.5rem;
}
progress,
sub,
sup {
	vertical-align: baseline;
}
.feedback__form,
.hamburger-lines,
.swiper-grid-column > .swiper-wrapper,
.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, 'Segoe UI', Roboto,
		'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif,
		'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		'Liberation Mono', 'Courier New', monospace;
	--bs-gradient: linear-gradient(
		180deg,
		hsla(0, 0%, 100%, 0.15),
		hsla(0, 0%, 100%, 0)
	);
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-2xl: 2rem;
	--bs-border-radius-pill: 50rem;
	--bs-link-color: #0d6efd;
	--bs-link-hover-color: #0a58ca;
	--bs-code-color: #d63384;
	--bs-highlight-bg: #fff3cd;
	--swiper-theme-color: #007aff;
	--swiper-navigation-size: 44px;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}
body {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	background-color: var(--bs-body-bg);
	color: var(--bs-body-color);
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	margin: 0;
	text-align: var(--bs-body-text-align);
}
a > code,
hr,
pre code {
	color: inherit;
}
hr {
	border: 0;
	border-top: 1px solid;
	margin: 1rem 0;
	opacity: 0.25;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
}
h1 {
	font-size: calc(1.375rem + 1.5vw);
}
h2 {
	font-size: calc(1.325rem + 0.9vw);
}
h3 {
	font-size: calc(1.3rem + 0.6vw);
}
h4 {
	font-size: calc(1.275rem + 0.3vw);
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1rem;
}
abbr[title] {
	cursor: help;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet,
[role='button'],
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled),
summary {
	cursor: pointer;
}
address {
	font-style: normal;
}
ol,
ul {
	padding-left: 2rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-left: 0;
}
blockquote,
figure {
	margin: 0 0 1rem;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
pre,
small {
	font-size: 0.875em;
}
mark {
	background-color: var(--bs-highlight-bg);
	padding: 0.1875em;
}
sub,
sup {
	font-size: 0.75em;
	line-height: 0;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
a {
	color: var(--bs-link-color);
}
a:hover {
	color: var(--bs-link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}
code,
kbd,
pre,
samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
}
pre {
	display: block;
	overflow: auto;
}
pre code {
	font-size: inherit;
	word-break: normal;
}
code {
	word-wrap: break-word;
	color: var(--bs-code-color);
}
kbd {
	background-color: var(--bs-body-color);
	border-radius: 0.25rem;
	color: var(--bs-body-bg);
	padding: 0.1875rem 0.375rem;
}
kbd kbd {
	font-size: 1em;
	padding: 0;
}
img,
svg {
	vertical-align: middle;
	height: auto;
	max-width: 100%;
}
table {
	border-collapse: collapse;
	caption-side: bottom;
}
caption {
	color: #6c757d;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	text-align: left;
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
	border: 0 solid;
	border-color: inherit;
}
label,
output {
	display: inline-block;
}
button {
	border-radius: 0;
}
fieldset,
iframe {
	border: 0;
}
button:focus:not(:focus-visible),
input,
textarea {
	outline: 0;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}
button,
select {
	text-transform: none;
}
select {
	word-wrap: normal;
}
.social__item-icon:hover,
.transfers__social-item_icon:hover,
select:disabled {
	opacity: 1;
}
[list]:not([type='date']):not([type='datetime-local']):not([type='month']):not(
		[type='week']
	):not([type='time'])::-webkit-calendar-picker-indicator {
	display: none !important;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
	-webkit-appearance: button;
}
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
textarea {
	resize: vertical;
}
fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}
legend {
	float: left;
	font-size: calc(1.275rem + 0.3vw);
	padding: 0;
	width: 100%;
}
@media (min-width: 1200px) {
	h1 {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.75rem;
	}
	h4,
	legend {
		font-size: 1.5rem;
	}
}
legend + * {
	clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0;
}
::-webkit-inner-spin-button {
	height: auto;
}
.swiper-slide,
.swiper-wrapper {
	height: 100%;
	position: relative;
	width: 100%;
}
[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
	padding: 0;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
::file-selector-button {
	-webkit-appearance: button;
	font: inherit;
}
summary {
	display: list-item;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev,
.swiper-pagination-bullet:only-child,
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled,
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled,
[hidden] {
	display: none !important;
}
@font-face {
	font-family: swiper-icons;
	font-style: normal;
	font-weight: 400;
	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');
}
.swiper {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-wrapper {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform, -webkit-transform;
	z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.swiper-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}
.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.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;
	-o-transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.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,
.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.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 {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	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: -o-linear-gradient(
		right,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
	background-image: linear-gradient(
		270deg,
		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: -o-linear-gradient(
		left,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
	background-image: linear-gradient(
		90deg,
		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: -o-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
	background-image: linear-gradient(0deg, 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: -o-linear-gradient(
		top,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
	background-image: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}
.swiper-css-mode > .swiper-wrapper {
	-ms-overflow-style: none;
	overflow: auto;
	scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
	-ms-flex-negative: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	content: '';
	flex-shrink: 0;
	order: 9999;
}
.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-centered.swiper-horizontal > .swiper-wrapper:before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}
.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-centered.swiper-vertical > .swiper-wrapper:before {
	height: var(--swiper-centered-offset-after);
	min-width: 1px;
	width: 100%;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
}
.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 {
	height: var(--swiper-virtual-size);
	width: 1px;
}
.swiper-button-next,
.swiper-button-prev {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: var(--swiper-navigation-size);
	justify-content: center;
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	opacity: 0.35;
	pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	cursor: auto;
	opacity: 0;
	pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	font-variant: normal;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	left: auto;
	right: 10px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next';
}
.footer__phone,
.hidden,
.phone-hamburger,
.swiper-button-lock,
.swiper-pagination-lock,
.swiper-scrollbar-lock {
	display: none;
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}
.swiper-pagination-bullets-dynamic {
	font-size: 0;
	overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}
.swiper-pagination-bullet {
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	border-radius: 50%;
	display: inline-block;
	height: var(
		--swiper-pagination-bullet-height,
		var(--swiper-pagination-bullet-size, 8px)
	);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
	width: var(
		--swiper-pagination-bullet-width,
		var(--swiper-pagination-bullet-size, 8px)
	);
}
button.swiper-pagination-bullet {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
.swiper-pagination-bullet-active {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.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%);
	-ms-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: top 0.2s, -webkit-transform 0.2s;
	transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
	-o-transition: transform 0.2s, top 0.2s;
}
.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%);
	-ms-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: left 0.2s, -webkit-transform 0.2s;
	transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
	-o-transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl
	> .swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	-webkit-transition: right 0.2s, -webkit-transform 0.2s;
	transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
	-o-transition: transform 0.2s, right 0.2s;
}
.menu__item-link,
.social__item-icon {
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
}
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-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 {
	height: 4px;
	left: 0;
	top: 0;
	width: 100%;
}
.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 {
	height: 100%;
	left: 0;
	top: 0;
	width: 4px;
}
.swiper-scrollbar {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	bottom: 3px;
	height: 5px;
	left: 1%;
	position: absolute;
	width: 98%;
	z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
	height: 98%;
	position: absolute;
	right: 3px;
	top: 1%;
	width: 5px;
	z-index: 50;
}
.swiper-scrollbar-drag {
	border-radius: 10px;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}
.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
	cursor: move;
}
.swiper-zoom-container {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
	text-align: center;
	width: 100%;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.swiper-lazy-preloader {
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top: 4px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 42px;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	position: absolute;
	top: 50%;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	width: 42px;
	z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	-webkit-animation: 1s linear infinite swiper-preloader-spin;
	animation: 1s linear infinite swiper-preloader-spin;
}
.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(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
.swiper .swiper-notification {
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
	margin: 0 auto;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.swiper-grid > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.hamburger-lines,
.navbar {
	-webkit-box-pack: justify;
}
.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.swiper-cube .swiper-slide .swiper-slide,
.swiper-fade .swiper-slide .swiper-slide,
.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active,
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active,
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-cards,
.swiper-cube,
.swiper-flip {
	overflow: visible;
}
.swiper-cube .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	pointer-events: none;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}
.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 0;
}
.swiper-cube .swiper-cube-shadow {
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	width: 100%;
	z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
	background: #000;
	bottom: 0;
	content: '';
	-webkit-filter: blur(50px);
	filter: blur(50px);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.swiper-flip .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: none;
	z-index: 1;
}
.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition-property: opacity, height, -webkit-transform;
	-o-transition-property: transform, opacity, height;
	transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}
@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	src: url(assets/fonts/Montserrat-Regular.woff2) format('woff2');
}
@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	src: url(assets/fonts/Montserrat-Medium.woff2) format('woff2');
}
@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	src: url(assets/fonts/Montserrat-SemiBold.woff2) format('woff2');
}
@font-face {
	font-family: Montserrat;
	font-style: italic;
	font-weight: 700;
	src: url(assets/fonts/Montserrat-Bold.woff2) format('woff2');
}
::-webkit-input-placeholder {
	color: #666;
}
::-moz-placeholder {
	color: #666;
}
:-ms-input-placeholder {
	color: #666;
}
::-ms-input-placeholder {
	color: #666;
}
::placeholder {
	color: #666;
}
::-moz-selection {
	background-color: orange;
	color: #fff;
}
::selection {
	background-color: orange;
	color: #fff;
}
.header,
.section__hero {
	background-color: #3b5d50;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
	border-color: red;
}
input:required:valid,
textarea:required:valid {
	border-color: green;
}
body {
	color: #6a6a6a;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
	background-color: #eff2f1;
}
@font-face {
	font-display: block;
	font-family: icomoon;
	font-style: normal;
	font-weight: 400;
	src: url(assets/fonts/icomoon.woff?dh32pw) format('woff');
}
[class*=' icon-'],
[class^='icon-'] {
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: icomoon !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}
.icon-phone:before {
	color: #fff;
	content: '\e906';
}
.icon-social__telegram-green:before {
	color: #35736e;
	content: '\e903';
}
.icon-social__viber-green:before {
	color: #35736e;
	content: '\e904';
}
.icon-social__whatsapp-green:before {
	color: #35736e;
	content: '\e905';
}
.icon-social__telegram:before {
	color: #fff;
	content: '\e900';
}
.icon-social__viber:before {
	color: #fff;
	content: '\e901';
}
.icon-social__whatsapp:before {
	color: #fff;
	content: '\e902';
}
a,
a:hover,
a:link,
a:visited {
	text-decoration: none;
}
strong {
	font-weight: 700;
	color: #2f2f2f;
}
.logo a,
strong.strong-white {
	color: #fff;
}
ul,
ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: top;
}
button {
	border: none;
}
.container {
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 10px;
}
.header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
}
.logo {
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 39px;
}
.menu__item-link,
.phone,
.phone-hamburger {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}
.phone a,
.phone-hamburger a {
	color: #fff;
	padding-left: 31px;
	position: relative;
}
.phone a:before,
.phone-hamburger a:before {
	background: url(assets/images/dist/phone.svg) 50% / cover no-repeat;
	content: '';
	height: 25px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
}
.footer__social ul,
.footer__wrapper,
.hero,
.hero__buttons,
.menu,
.navbar,
.social,
.transfers .buttons,
.transfers__social,
.transfers__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
}
.navbar {
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}
.menu,
.navbar {
	display: flex;
}
.menu {
	gap: 40px;
}
.menu__item-link {
	color: #fff;
	font-style: normal;
	opacity: 0.5;
	position: relative;
	transition: opacity 0.5s;
}
.menu__item-link:after {
	background-color: #f9bf29;
	bottom: -10px;
	content: '';
	height: 5px;
	left: 0;
	position: absolute;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	width: 100%;
}
.menu__item-link:hover {
	color: #fff;
	opacity: 1;
}
.menu__item-link:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.checked-menu {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.hamburger-lines {
	-ms-flex-pack: justify;
	display: none;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 26px;
	justify-content: space-between;
	width: 32px;
	z-index: 2;
}
.feedback__form,
.hero__img,
.transfers__img {
	z-index: 1;
	position: relative;
}
.hamburger-lines .line {
	background: #fff;
	border-radius: 10px;
	height: 4px;
	width: 100%;
}
.hamburger-lines .line1 {
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	-o-transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.hamburger-lines .line2 {
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.hamburger-lines .line3 {
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	-o-transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.hamburger-lines .line1.checked {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hamburger-lines .line2.checked {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
}
.hamburger-lines .line3.checked {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.section__hero {
	padding-bottom: 60px;
	padding-top: 41px;
}
.modal__form,
.section__about,
.section__transfers {
	padding-top: 100px;
}
.section__about {
	padding-bottom: 160px;
}
.hero,
.transfers__wrapper {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: flex;
	justify-content: space-between;
}
.hero__item.left__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 502px;
	flex: 0 1 502px;
	margin-top: 90px;
}
.hero__item.right__item:after {
	background-image: url(assets/images/dist/hero__dotted.svg);
	content: '';
	height: 176px;
	position: absolute;
	right: 0;
	top: 67px;
	width: 260px;
	z-index: 0;
}
.hero__title {
	color: #fff;
	font-size: 46px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
}
@media (max-width: 991.98px) {
	.hero__title {
		font-size: 33px;
		line-height: 44px;
	}
}
@media (max-width: 767.98px) {
	.logo {
		font-size: 28px;
	}
	.section__transfers {
		padding-top: 70px;
	}
	.hero {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.hero:after {
		right: -22px;
		top: 296px;
	}
	.hero__item.left__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 0px;
		flex: 0 1 0;
		margin-top: 20px;
	}
	.hero__title {
		font-size: 38px;
		max-width: 370px;
	}
}
.hero__subtitle {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	margin-top: 15px;
}
.hero__buttons {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	margin-top: 78px;
}
@media (max-width: 575.98px) {
	.phone {
		display: none;
	}
	.phone-hamburger {
		width: 210px;
		bottom: 160px;
		display: block;
		font-size: 18px;
		font-weight: 700;
		left: 50%;
		position: absolute;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.section__hero {
		padding-top: 50px;
	}
	.section__about {
		padding-bottom: 50px;
	}
	.hero__item.right__item:after {
		height: 130px;
		top: 24px;
		width: 154px;
	}
	.hero__title {
		font-size: 34px;
		text-align: center;
	}
	.hero__subtitle {
		font-size: 16px;
		text-align: center;
	}
	.hero__buttons {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
}
.hero__btn,
.transfers .btn {
	background-color: #f9bf29;
	border-radius: 30px;
	color: #2f2f2f;
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	padding: 11px 32px;
	text-align: center;
}
.social__item,
.transfers__social-item {
	padding-top: 10px;
}
.hero__btn:hover {
	color: #2f2f2f;
}
.hero__phone {
	color: #fff;
	display: none;
	margin-left: 40px;
}
.footer__phone:hover,
.hero__phone:hover {
	color: #fff;
}
.transfers__phone:hover,
.transfers__table table td a,
.transfers__table table td a:hover,
.transfers__title h2 {
	color: #2f2f2f;
}
@media (max-width: 411.98px) {
	.hero__buttons {
		flex-direction: column;
	}
	.hero__phone {
		margin-left: 0;
		margin-top: 10px;
	}
}
.social {
	display: flex;
	gap: 15px;
	margin-left: 38px;
}
.social__item-link {
	font-size: 38px;
}
.social__item-icon {
	opacity: 0.5;
	transition: opacity 0.5s;
}
.template-page__title {
	margin-bottom: 20px;
}
.template-page__title,
.transfers__title {
	text-align: center;
}
.transfers__title h2 {
	display: inline-block;
	font-size: 34px;
	font-weight: 600;
	line-height: 41px;
	position: relative;
}
.template-page__title-desc {
	text-align: center;
	font-weight: 400;
	font-size: 18px;
}
.transfers__title h2:after {
	background-image: url(assets/images/dist/transfers__dotted.svg);
	content: '';
	height: 56px;
	position: absolute;
	right: -59px;
	top: -9px;
	width: 116px;
}
.transfers__title-rb h2:after {
	background-image: url(assets/images/dist/transfers__dotted-rb.svg);
	content: '';
	height: 56px;
	position: absolute;
	right: -30px;
	top: -9px;
	width: 260px;
}
.transfers__item.left__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 536px;
	flex: 0 1 536px;
	margin-top: 137px;
}
.transfers__item.right__item {
	margin-top: 20px;
	position: relative;
}
.transfers__item.right__item:before {
	background-image: url(assets/images/dist/transfers__rectangle-img.svg);
	bottom: 30px;
	content: '';
	height: 307px;
	left: -50px;
	position: absolute;
	width: 296px;
	z-index: 0;
}
.transfers__item.right__item:after {
	background-image: url(assets/images/dist/transfers__dotted-img.svg);
	content: '';
	height: 176px;
	position: absolute;
	right: 0;
	top: 60px;
	width: 262px;
	z-index: 0;
}
.transfers__desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.transfers .list__item,
.transfers__desc span,
.transfers__phone,
.transfers__title-table span {
	color: #2f2f2f;
	font-weight: 700;
}
.transfers .list__item {
	list-style-type: disc;
	margin-left: 20px;
}
.transfers .buttons {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	margin-top: 40px;
}
.transfers__phone {
	display: none;
	margin-top: 10px;
}
.transfers__social {
	display: flex;
	gap: 15px;
	padding-left: 38px;
}
.footer__social-link,
.transfers__social-item_link {
	font-size: 38px;
}
.transfers__social-item_icon {
	color: #35736e;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.transfers__title-table {
	color: #6a6a6a;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin: 50px auto 0;
	max-width: 676px;
	text-align: center;
}
.transfers__table {
	border-radius: 15px;
	margin-top: 30px;
	overflow-x: auto;
}
.transfers__table table {
	width: 1120px;
}
.feedback__form input,
.feedback__form textarea {
	max-width: 397px;
	padding: 10px 13px;
	margin-top: 10px;
}
.transfers__table table td,
.transfers__table table th {
	border: 1px solid #2f2f2f;
	padding: 20px 0;
}
#europe .transfers__table table th {
	padding: 15px 47px;
}
#europe .transfers__table table th:nth-child(3) {
	padding: 0 37px;
}
#europe .transfers__table table th:nth-child(4) {
	padding: 0 52px;
}
#europe .transfers__table table th:nth-child(5) {
	padding: 0 35px;
}
#rb .transfers__table table td,
#sng .transfers__table table td {
	padding: 15px 0;
}
#sng .transfers__table table th {
	padding: 15px 42px;
}
#sng .transfers__table table th:first-child {
	padding: 0 30px;
}
#sng .transfers__table table th:nth-child(3) {
	padding: 0 37px;
}
#sng .transfers__table table th:nth-child(4) {
	padding: 0 52px;
}
#sng .transfers__table table th:nth-child(5) {
	padding: 0 36px;
}
#sng .transfers__table table th:nth-child(6) {
	padding: 0 28px;
}
#sng .transfers__table table th:nth-child(7) {
	padding: 0 16px;
}
#rb .transfers__table table th {
	padding-top: 15px;
	padding-bottom: 15px;
}
#rb .transfers__table table th:first-child {
	padding: 0;
}
#rb .transfers__table table th:nth-child(2) {
	padding: 0 8px;
}
#rb .transfers__table table th:nth-child(3) {
	padding: 0 7px;
}
#rb .transfers__table table th:nth-child(4) {
	padding: 0 5px;
}
#rb .transfers__table table th:nth-child(5) {
	padding: 0 10px;
}
#rb .transfers__table table th:nth-child(6) {
	padding: 0 4px;
}
@media (max-width: 575.98px) {
	#europe .transfers__table table th {
		padding: 2px 5px;
	}
	#europe .transfers__table table th:first-child {
		padding: 0 4px;
	}
	#europe .transfers__table table th:nth-child(2),
	#sng .transfers__table table th {
		padding: 0 15px;
	}
	#europe .transfers__table table th:nth-child(3),
	#europe .transfers__table table th:nth-child(5) {
		padding: 0 10px;
	}
	#europe .transfers__table table th:nth-child(4) {
		padding: 0 21px;
	}
	#rb .transfers__table table td,
	#sng .transfers__table table td,
	.social__item {
		padding: 0;
	}
	#sng .transfers__table table th:first-child {
		padding: 0 7px;
	}
	#sng .transfers__table table th:nth-child(3) {
		padding: 0 17px;
	}
	#sng .transfers__table table th:nth-child(4) {
		padding: 0 25px;
	}
	#sng .transfers__table table th:nth-child(5) {
		padding: 0 16px;
	}
	#sng .transfers__table table th:nth-child(6) {
		padding: 0 11px;
	}
	#sng .transfers__table table th:nth-child(7) {
		padding: 0 2px;
	}
	#rb .transfers__table table th {
		padding-top: 0;
		padding-bottom: 0;
	}
	#rb .transfers__table table th:first-child {
		padding: 0 5px;
		white-space: nowrap;
	}
	.hero__phone,
	.transfers__phone {
		display: block;
	}
	.social {
		margin-left: 0;
		margin-top: 15px;
	}
	.transfers .buttons {
		flex-direction: column;
	}
	.transfers__title-table {
		font-size: 16px;
	}
	.transfers__table table {
		max-width: 552px;
		width: 100px;
	}
	.transfers__table table td,
	.transfers__table table th {
		padding: 10px;
	}
	.footer__phone {
		display: block;
		color: #fff;
		font-weight: 700;
	}
}
.transfers__table table th {
	background-color: #35736e;
	color: #fff;
	font-weight: 500;
	padding: 20px 0;
	text-align: center;
}
.transfers__table table td {
	background-color: #fff;
	color: #2f2f2f;
	font-weight: 700;
	text-align: center;
}
.transfers__table table td:first-of-type {
	background-color: #35736e;
	color: #fff;
	font-weight: 500;
}
.transfers__table table .machine {
	font-size: 30px;
}
.transfers__feedback {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.feedback__left-item {
	max-width: 433px;
	position: relative;
	width: 100%;
}
.feedback__left-item:after {
	background-image: url(assets/images/dist/feedback__dotted.svg);
	content: '';
	height: 176px;
	position: absolute;
	right: -30px;
	top: 0;
	width: 262px;
	z-index: -1;
}
.feedback__right-item {
	max-width: 450px;
	position: relative;
	width: 100%;
}
.feedback__right-item:after {
	background-image: url(assets/images/dist/feedback__rectangle.svg);
	content: '';
	height: 307px;
	left: -30px;
	position: absolute;
	top: -34px;
	width: 296px;
}
.feedback__title {
	color: #2f2f2f;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: 41px;
	max-width: 343px;
	width: 100%;
}
.feedback__desc {
	color: #2f2f2f;
	font-size: 18px;
	font-weight: 400;
	line-height: 130%;
	margin-top: 20px;
}
.feedback__phone {
	display: none;
	font-weight: 700;
	font-size: 18px;
	color: #2f2f2f;
	padding-left: 25px;
	position: relative;
}
.feedback__phone:hover {
	color: #2f2f2f;
}
.feedback__phone::before {
	background: url(assets/images/dist/phone-black.svg) no-repeat;
	content: '';
	height: 25px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
}
.feedback__form {
	background-color: #35736e;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 36px 47px 40px 55px;
}
.feedback__form input {
	border: none;
	border-radius: 5px;
	margin-bottom: 2px;
	width: 100%;
}
.feedback__form input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
	font-size: 16px;
	font-weight: 500;
	line-height: 130%;
}
.feedback__form input::-moz-placeholder {
	color: rgba(0, 0, 0, 0.3);
	font-size: 16px;
	font-weight: 500;
	line-height: 130%;
}
.feedback__form input:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
	font-size: 16px;
	font-weight: 500;
	line-height: 130%;
}
.feedback__form input::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
	font-size: 16px;
	font-weight: 500;
	line-height: 130%;
}
.feedback__form input::placeholder {
	color: rgba(0, 0, 0, 0.3);
	font-size: 16px;
	font-weight: 500;
	line-height: 130%;
}
.feedback__form textarea {
	border: none;
	border-radius: 5px;
	height: 100px;
	width: 100%;
}
.feedback__form textarea::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
	font-size: 16px;
	font-weight: 500;
	line-height: 130%;
}
.feedback__form textarea::-moz-placeholder {
	color: rgba(0, 0, 0, 0.3);
	font-size: 16px;
	font-weight: 500;
	line-height: 130%;
}
.feedback__form textarea:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
	font-size: 16px;
	font-weight: 500;
	line-height: 130%;
}
.feedback__form textarea::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
	font-size: 16px;
	font-weight: 500;
	line-height: 130%;
}
.feedback__form textarea::placeholder {
	color: rgba(0, 0, 0, 0.3);
	font-size: 16px;
	font-weight: 500;
	line-height: 130%;
}
.feedback__button {
	background: #f9bf29;
	border: none;
	border-radius: 30px;
	color: #2f2f2f;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	margin-top: 21px;
	max-width: 204px;
	padding: 11px 32px;
	width: 100%;
}
.wpcf7-not-valid-tip {
	color: #f9bf29;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
	border: none;
	color: #f9bf29;
	padding: 0;
}
.wpcf7-form-control-wrap {
	display: inline-block;
	height: 70px;
}
.about__wrapper-slide {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding-bottom: 40px;
}
.about__slider {
	margin-top: 60px;
	padding-top: 60px;
}
.about__left-item {
	margin-right: 70px;
	max-width: 446px;
	position: relative;
	width: 100%;
}
.about__left-item:after {
	background-image: url(assets/images/dist/about__rectangle.svg);
	content: '';
	height: 314px;
	position: absolute;
	right: 0;
	top: -30px;
	width: 350px;
	z-index: -1;
}
@media (max-width: 991.98px) {
	.hero__subtitle {
		font-size: 16px;
	}
	.hero__buttons {
		margin-top: 35px;
	}
	.hero__btn,
	.transfers .btn {
		font-size: 14px;
		padding: 9px 25px;
	}
	.social__item-link {
		font-size: 30px;
	}
	.transfers__item.left__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 403px;
		flex: 0 1 403px;
		margin-top: 115px;
	}
	.transfers__item.right__item:before {
		background-repeat: no-repeat;
		background-size: 77% auto;
		bottom: -21px;
		left: 15px;
	}
	.transfers .list,
	.transfers__desc {
		font-size: 14px;
	}
	.transfers .buttons {
		margin-top: 20px;
	}
	.transfers__social {
		padding-left: 0;
	}
	.transfers__social-item_link {
		font-size: 30px;
	}
	.about__slider {
		padding-top: 25px;
	}
	.about__left-item:after {
		background-repeat: no-repeat;
		background-size: 65% auto;
		right: -145px;
	}
}
.about .slide-1:after {
	top: -25px;
}
.about .slide-3:after {
	right: -24px;
	top: -17px;
}
.about__right-item {
	max-width: 422px;
	width: 100%;
}
.about__title-slide {
	color: #2f2f2f;
	font-size: 34px;
	font-weight: 600;
	line-height: 41px;
	margin-bottom: 0;
}
.about__desc-slide {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-top: 10px;
}
.about__desc-slide span {
	color: #2f2f2f;
	font-weight: 700;
}
.swiper-button-next,
.swiper-button-prev {
	height: 61px;
	width: 61px;
}
.modal,
.overlay,
.template-modal {
	position: fixed;
	width: 100%;
}
.swiper-button-next:after {
	background-image: url(assets/images/dist/arrow-right.svg);
	content: '';
	height: 61px;
	width: 61px;
}
.swiper-button-prev:after {
	background-image: url(assets/images/dist/arrow-left.svg);
	content: '';
	height: 61px;
	width: 61px;
}
@media (max-width: 1199.98px) {
	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
}
.swiper .swiper-horizontal > .swiper-scrollbar,
.swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
	background: #d9d9d9;
	border-radius: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 280px;
}
.swiper-scrollbar-drag {
	background: #35736e;
}
.footer {
	background-color: #35736e;
	padding-bottom: 23px;
	padding-top: 22px;
}
.footer__wrapper {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.footer__logo-link {
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	line-height: 39px;
}
.footer__copyright {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer__social ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	gap: 15px;
}
@media (max-width: 767.98px) {
	.hero__btn,
	.transfers .btn {
		font-size: 16px;
		padding: 11px 32px;
	}
	.social__item-link,
	.transfers__social-item_link {
		font-size: 38px;
	}
	.transfers__feedback,
	.transfers__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.transfers__item.left__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 0px;
		flex: 0 1 0;
		margin-top: 80px;
	}
	.transfers .list,
	.transfers__desc {
		font-size: 16px;
	}
	.feedback__right-item {
		margin-top: 50px;
	}
	.feedback__phone {
		display: block;
	}
	.feedback__form {
		padding: 36px 30px 40px 30px;
	}
	.about__wrapper-slide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.about__left-item {
		margin-bottom: 30px;
		margin-right: 0;
		margin-top: 20px;
	}
	.about__left-item:after {
		background-repeat: no-repeat;
		background-size: 90% auto;
		right: -30px;
	}
	.about .slide-3:after {
		right: -56px;
		top: -24px;
	}
	.footer__logo-link {
		font-size: 28px;
	}
	.footer__copyright {
		font-size: 14px;
		text-align: center;
	}
	.footer__social-link {
		font-size: 30px;
	}
}
.modal,
.template-modal {
	left: 50%;
	max-width: 500px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5;
}
@media (max-width: 575.98px) {
	.transfers__table table td,
	.transfers__table table td:first-of-type,
	.transfers__table table th {
		font-size: 14px;
		padding: 0 5px;
	}
	.about__slider {
		padding-top: 0;
	}
	.swiper-horizontal > .swiper-scrollbar,
	.swiper-scrollbar.swiper-scrollbar-horizontal {
		bottom: 30px;
	}
	.footer {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.footer__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
	.modal__form {
		padding-top: 70px;
	}
}
.modal__title {
	color: #fff;
	font-size: 28px;
}
.modal__desc {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 30px;
}
.modal__wrap {
	padding-left: 10px;
	padding-right: 10px;
}
.overlay {
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: 4;
}
.btn-close,
.btn-template-close {
	background: 0 0;
	border: none;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 40px;
}
.heading {
	font-size: 27px;
	font-weight: 700;
	margin: 15px 0 20px;
}
.template-page {
	margin-top: 50px;
}
.template-page__title h2 {
	font-weight: 600;
	font-size: 34px;
	line-height: 130%;
	color: #2f2f2f;
	display: inline-block;
	position: relative;
}
.template-page__title h2:after {
	background-image: url(assets/images/dist/transfers__dotted.svg);
	content: '';
	height: 56px;
	position: absolute;
	right: -59px;
	top: -9px;
	width: 116px;
}
.template-page__desc {
	font-weight: 400;
	font-size: 21px;
	line-height: 24px;
	color: #2f2f2f;
	margin-top: 60px;
	text-align: center;
}
.template-page__wrapper {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 140px;
}
@media (max-width: 863.98px) {
	.hamburger-lines,
	nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.logo {
		z-index: 4;
	}
	.menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column;
		justify-content: center;
	}
	.menu__item-link {
		font-size: 20px;
		opacity: 1;
	}
	nav {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #3b5d50;
		height: 100vh;
		justify-content: center;
		left: 0;
		position: absolute;
		top: 0;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: -webkit-transform 0.5s ease-in-out;
		-o-transition: transform 0.5s ease-in-out;
		transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
		width: 100%;
	}
	.template-page__wrapper {
		flex-direction: column;
		gap: 20px;
	}
}
.template-page__card {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #35736e;
	border-radius: 10px;
}
.template-page__card-title {
	font-weight: 500;
	font-size: 27px;
	line-height: 130%;
	color: #fff;
}
.template-page__card-desc {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 130%;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
.template-page__card-price {
	font-weight: 700;
	font-size: 45px;
	line-height: 130%;
	text-align: center;
	color: #fff;
	margin-top: 5px;
}
.template-page__card-price.old-price {
	font-weight: 700;
	font-size: 28px;
	line-height: 130%;
	text-align: center;
	text-decoration-line: line-through;
	color: rgba(255, 255, 255, 0.6);
	margin-top: 66px;
}
.template-page__card-price.russia-price {
	font-weight: 700;
	font-size: 45px;
	line-height: 130%;
	text-align: center;
	color: #fff;
	margin-top: 66px;
}
.template-page__card-button {
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #2f2f2f;
	background: #f9bf29;
	border-radius: 30px;
	padding: 11px 32px;
	margin-top: 30px;
}
.accordion__content,
.accordion__item:not(.accordion__item_show) .accordion__header {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.template-page__card-phone {
	margin-top: 15px;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	color: #fff;
}
.template-page__card-phone:hover {
	color: #fff;
}
.template-page__card-social {
	margin-top: 20px;
}
.template-page__card-social-link {
	font-size: 38px;
}
.template-about {
	margin-top: 50px;
	margin-bottom: 50px;
}
.accordion__item {
	margin-bottom: 1rem;
	border-radius: 0.25rem;
}
.accordion__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.75rem 1rem;
	color: #fff;
	font-weight: 500;
	background-color: #35736e;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	cursor: pointer;
	transition: background-color 0.2s ease-out;
}
.accordion__header::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	content: '';
	transition: transform 0.2s ease-out;
}
.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
	transform: rotate(-180deg);
}
.accordion__header:hover {
	background-color: #215e56;
}
.accordion__content {
	padding: 0.75rem 1rem;
	background: #fff;
}
.accordion__item:not(.accordion__item_show) .accordion__body {
	display: none;
}
