/*!
Theme Name: Team Arnz
Theme URI: https://wa.me/380507890336
Author: Kirill P.
Author URI: https://wa.me/380507890336
Description: Moderne, barrierearme WordPress-Theme für Alltagshilfe, soziale Dienstleistungen und unterstützende Angebote. Klar, responsiv und SEO-freundlich.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: team-arnz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

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

/* Grouping content
	 ========================================================================== */

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

/**
 * 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;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

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

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

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	transition: all .2s ease;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease;
}

@media screen and (min-width: 1080px) {
	.main-navigation ul {
		height: 100%;
	}
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1080px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}

}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* fonts */

@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato/Lato-Black.woff2') format('woff2'),
        url('./assets/fonts/Lato/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato/Lato-Regular.woff2') format('woff2'),
        url('./assets/fonts/Lato/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato/Lato-Light.woff2') format('woff2'),
        url('./assets/fonts/Lato/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato/Lato-BoldItalic.woff2') format('woff2'),
        url('./assets/fonts/Lato/Lato-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato/Lato-Italic.woff2') format('woff2'),
        url('./assets/fonts/Lato/Lato-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('./assets/fonts/Lato/Lato-Hairline.woff2') format('woff2'),
        url('./assets/fonts/Lato/Lato-Hairline.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato/Lato-Bold.woff2') format('woff2'),
        url('./assets/fonts/Lato/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato/Lato-LightItalic.woff2') format('woff2'),
        url('./assets/fonts/Lato/Lato-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato/Lato-BlackItalic.woff2') format('woff2'),
        url('./assets/fonts/Lato/Lato-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('./assets/fonts/Lato/Lato-HairlineItalic.woff2') format('woff2'),
        url('./assets/fonts/Lato/Lato-HairlineItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* global */

:root {
  --primary-color: #1F99D6;
  --secondary-color: #034D84;
  --text-color: #333333;
}

.lato-black {
	font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
	padding-top: 121px;
	font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.container {
	width: 100%;
	display: block;
	max-width: 1250px;
	margin: 0 auto;
}

@media screen and (max-width: 1250px) {
	.container {
		padding: 0 15px;
	}
}

.chat-btn, .chat-btn:visited {
	max-width: 255px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--secondary-color);
	border-radius: 24px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	transition: all .2s ease;
	height: 50px;
	gap: 9px;
	border: unset;
	padding: 0;
	cursor: pointer;
}

.chat-btn:hover, .chat-btn:focus {
	width: 100%;
	background-color: var(--primary-color);
	border-radius: 24px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}

.title {
	margin: 0;
	padding: 0;
	font-size: 26px;
	font-weight: bold;
	color: var(--text-color);
	font-family: 'Lato', sans-serif;
	text-align: center;
}

.description {
	font-size: 16px;
	color: var(--text-color);
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Lato', sans-serif;
}

.section {
	padding: 45px 0;
}

body, .post, .page {
	margin-bottom: 0;
	padding-bottom: 0;
}

html {
	scroll-behavior: smooth;
}

/* header */

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fafafa;
	z-index: 999;
}

.site-header__topbar {
	width: 100%;
	height: 40px;
	background-color: var(--primary-color);
}

.site-header__topbar-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.site-header__topbar-nav__link, .site-header__topbar-nav__link {
	display: flex;
	align-items: center;
	gap: 8px;
}

.site-header__topbar-nav__link, .site-header__topbar-nav__link a {
	text-decoration: none;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 8px;
}

.site-branding {
	max-width: 103px;
}

.site-header__topbar-nav__separator {
	margin: 8px;
	color: #ffffff;
}

.site-header {
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}

.site-header__main {
	padding: 15px 0;
}

.site-header__main .site-header__main-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}

.main-navigation {
	margin-left: 45px;
}

.main-navigation ul {
	gap: 17px;
}

.main-navigation li {
	font-size: 18px;
	color: var(--text-color);
}

.main-navigation li a {
	position: relative;
	font-size: 18px;
	color: var(--text-color);
	padding-bottom: 8px;
}

/* Underline pseudo-element: appears from right to left */
.main-navigation li a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	height: 2px;
	background: var(--secondary-color);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
	border-radius: 2px;
	pointer-events: none;
}

.main-navigation li a:hover::after,
.main-navigation li a:focus::after,
.main-navigation li.current-menu-item > a::after {
	transform: scaleX(1);
}

/* alltagshelfer */

/* hero */

.hero-wrap {
	background-color: #fff;
	height: 432px;
	width: 100%;
	position: relative;
	z-index: 0;
	overflow: hidden;
	border-radius: 0 0 8px 8px;
	margin-bottom: 25px;
}

.hero__background {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 150%;
	height: 130%;
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 10%, var(--secondary-color) 10%, var(--secondary-color) 100%) no-repeat;
	rotate: -3deg;
	left: -15px;
}

.hero__img {
	max-width: 470px;
	background-color: #fff;
	padding: 8px;
	overflow: hidden;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}

.hero__wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	gap: 28px;
}

.hero__text-title {
	text-align: left;
	color: #fff;
	margin-bottom: 4px;
	max-width: 650px;
}

.hero__text-description {
	max-width: 800px;
	color: #fff;
	text-align: left;
	margin-bottom: 16px;
}

.chat-btn.hero__text-btn, .chat-btn.hero__text-btn:visited {
	background-color: #ffffff;
	color: var(--secondary-color);
}

/* .hero__background img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	pointer-events: none;
	position: absolute;
	inset: 0;
} */

/* Ensure hero content sits above the background */
.hero-wrap > *:not(.hero__background) {
    position: relative;
    z-index: 1;
}

.hero__image {
	width: 635px;
	max-width: 100%;
	height: 100%;
	overflow: hidden;
}

.hero__image img {
	display: block;
	width: auto;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
}

.hero__info {
	position: absolute!important;
	left: 57%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: min(90%, 365px);
	text-align: center;
	padding: 15px;
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}

.hero__info-title {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: var(--primary-color);
	margin-bottom: 4px;
	text-align: left;
}

.hero__info-description {
	font-size: 16px;
	color: var(--text-color);
	text-align: left;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

.trust-wrap {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1250px) {
	.trust-wrap {
		gap: 15px;
	}
}
.trust__item {
	max-width: calc((100% / 4) - 15px);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.10);
	padding: 8px;
	gap: 9px;
	border-radius: 8px;
}

.trust__item-text {
	color: var(--text-color);
}

.trust__item-img, .trust__item-img img {
	height: 44px;
}

/* services */

.services__title {
	max-width: 650px;
	margin: 0 auto 6px;
}

.services__description {
	max-width: 800px;
	margin: 0 auto 26px;
}


.services__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
}

.services__wrap-item {
	display: block;
}

@media screen and (max-width: 900px) {
	.services__wrap {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 520px) {
	.services__wrap {
		grid-template-columns: 1fr;
	}
}

.services__wrap-item {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 253px;
  padding: 18px;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 8px;
  flex-basis: calc(33.33% - 28px); /* 3 элемента в строке */
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .services__wrap-item {
    flex-basis: calc(50% - 28px); /* 2 элемента в строке */
  }
}

@media screen and (max-width: 520px) {
  .services__wrap-item {
    flex-basis: 100%; /* 1 элемент в строке */
  }
}

/* overlay: transparent top -> colored bottom; on hover becomes semi-transparent solid */
.services__wrap-item::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	/* gradient: transparent at top -> full secondary color near bottom */
	background: linear-gradient(to bottom, rgba(3,77,132,0) 0%, rgba(3,77,132,1) 90%);
	transition: all 320ms ease, opacity 320ms ease;
	border-radius: 8px;
}

/* keep inner content above overlay */
.services__wrap-item > * {
	position: relative;
	z-index: 1;
}

.services__wrap-item:hover::before {
	/* on hover make overlay cover whole block with semi-transparent color */
	background-color: rgba(3,77,132,0.6);
}

.services__wrap-item:hover img {
	transform: scale(1.15);
}

.services__wrap-title {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 4px;
}

.services__wrap-description {
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 14px;
	display: -webkit-box;
  -webkit-line-clamp: 2; /* сколько строк показывать */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.services__wrap-btn {
	max-width: 121px;
	width: 100%;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: var(--text-color);
	font-size: 14px;
	border-radius: 16px;
}

.services__wrap-img-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.services__wrap-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	pointer-events: none;
	inset: 0;
	z-index: -1;
	transition: all 720ms ease;
}

/* costs */

.costs {
	background-color: var(--secondary-color);
}

.costs__title {
	color: #ffffff;
	max-width: 650px;
	margin: 0 auto 18px;
}

.costs__wrap {
	display: flex;
	justify-content: space-between;
	gap: 28px;
}

.costs__wrap-item {
	max-width: calc((100% / 3) - 28px);
	width: 100%;
	border-radius: 8px;
	padding: 16px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.costs__wrap-item p {
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* steps */

.steps {
	background-color: #fafafa;
}

.steps__title {
	max-width: 650px;
	margin: 0 auto 6px;
}

.steps__description {
	max-width: 800px;
	margin: 0 auto 26px;
}

.steps__wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	justify-content: center;
}

.steps__wrap-item {
	display: flex;
	flex-direction: column;
	position: relative;
	justify-content: flex-start;
	overflow: hidden;
	flex-basis: calc(33.33% - 28px); /* 3 элемента в строке */
    text-decoration: none;
	padding: 15px;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	background-color: #ffffff;
}

.steps__wrap-item__number {
	margin-left: auto;
	font-size: 12px;
	color: #fff;
	width: 21px;
	height: 21px;
	background-color: var(--primary-color);
	font-weight: bold;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 15px;
	right: 15px;
}

.steps__wrap-item__header {
	display: flex;
	align-items: end;
	gap: 15px;
}

.steps__wrap-item__header-img {
	max-width: 70px;
	height: 65px;
}

.steps__wrap-item__header-img img {
	height: 65px;
}

.steps__wrap-item__header-title {
	font-size: 18px;
	color: var(--text-color);
	text-align: left;
	line-height: 19px;
	font-weight: 600;
	text-align: center;
}

.steps__wrap-item__header-title span {
	color: var(--primary-color);
	font-size: 14px;
	font-weight: 400;
}

.steps__wrap-item__separator {
	width: 100%;
	height: 1px;
	background-color: rgba(204, 204, 204, 0.2);
	margin: 12px auto;
	border-radius: 8px;
}

.steps__wrap-item__description {
	font-size: 16px;
	color: var(--text-color);
	text-align: left;
	margin-bottom: 6px;
}

.steps__wrap-item__items-item {
	text-align: left;
	color: var(--text-color);
	margin-bottom: 4px;
	padding-left: 16px;
}

.steps__wrap-item__items-item span {
	color: var(--primary-color);
}

/* whom */

.whom__wrap-item {
	max-width: calc((100% / 4) - 28px);
	width: 100%;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	overflow: hidden;
}

.whom__wrap-item-img {
	height: 245px;
}

.whom__wrap-item-img img {
	object-fit: cover;
	object-position: top;
	width: 100%;
	height: 100%;
}

.whom__wrap-info__title, .whom__wrap-info__description {
	margin: 0;
	padding: 0;
}

.whom__wrap-info {
	padding: 15px;
}

.whom__wrap-info__title {
	color: var(--secondary-color);
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 4px;
}

.whom__wrap-info__description {
	font-size: 16px;
	color: var(--text-color);
}

.whom__title {
	max-width: 650px;
	margin: 0 auto 6px;
	color: var(--text-color);
}

.whom__description {
	max-width: 800px;
	margin: 0 auto 26px;
	color: var(--text-color);
}

.whom__wrap {
	display: flex;
	gap: 28px;
}

@media screen and (max-width: 900px) {
	.whom__wrap {
		flex-wrap: wrap;
	}
  .whom__wrap-item {
	max-width: 100%;
    flex-basis: calc(50% - 28px); /* 2 элемента в строке */
  }
}

@media screen and (max-width: 520px) {
  .whom__wrap-item {
    flex-basis: 100%; /* 1 элемент в строке */
  }
}


/* not */

.not {
	background-color: #fafafa;
	padding: 5px 0;
}

.not__title {
	max-width: 650px;
	margin: 0 0 0 0;
	font-size: 14px;
	text-align: left;
}

.not__img {
	max-width: 80px;
	height: 43px;
}

.not__info {
	display: flex;
	align-items: center;
	justify-content: center;
}

.not__info-item {
	margin: 0 15px;
	font-size: 14px;
	color: var(--secondary-color);
}

/* area */

.area {
	position: relative;
}

.area__background {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -2; /* background sits below overlay */
}

.area__background img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	pointer-events: none;
	position: absolute;
	inset: 0;
}

.area__title {
	max-width: 650px;
	color: #fff;
	margin: 0 auto 26px;
}

.area__wrap {
	display: flex;
	justify-content: center;
	gap: 28px;
}

/* dark overlay above background to dim it */
.area::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.45);
	pointer-events: none;
	z-index: -1; /* sits above background (-2) and below content */
	transition: background 240ms ease;
}

.area__info {
	width: 300px;
}

.area__info-title {
	color: #fff;
	margin: 0;
	font-size: 18px;
	margin-bottom: 4px;
}

.area__info-description {
	color: #fff;
	margin: 0;
	font-size: 16px;
}

/* search */

.search__wrap {
	display: flex;
	align-items: center;
}

.search__img {
	max-width: 800px;
}

.search__info {
	max-width: 359px;
	width: 100%;
}

.search__info-title {
	max-width: 650px;
	text-align: left;
	margin-bottom: 6px;
}

.search__info-description {
	text-align: left;
	max-width: 800px;
	margin-bottom: 16px;
}

/* contacts */

.contact__info {
	max-width: 400px;
}

.contacts {
	background-color: #fafafa;
}

.contacts__title {
	max-width: 650px;
	margin: 0 auto 26px;
}

.contact__info-title {
	color: var(--secondary-color);
	margin: 0 0 6px 0;
}

.contact__info-description {
	color: var(--text-color);
	margin: 0 0 16px 0;
}

.contact__info-items__item {
	display: flex;
	gap: 14px;
	margin-bottom: 8px;
}

.contact__info-items__item-text, .contact__info-items__item-text a {
	color: var(--text-color);
	text-decoration: none;
}

.contact__wrap {
	display: flex;
	gap: 28px;
	justify-content: center;
}

.contact__field {
	display: flex;
	flex-direction: column;
}

.contact__field p, .contact__field label {
	margin: 0;
	color: var(--text-color);
}

.contact__form {
	max-width: 400px;
	width: 100%;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	padding: 16px;
	border-radius: 8px;
}

/* form */

.float-field{
  position: relative;
  margin-bottom: 18px;
}

/* Поле */
.float-field input,
.float-field textarea{
  width: 100%;
  padding: 18px 12px 10px; /* место под label внутри */
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  background: #fff;
  font: inherit;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.float-field input:focus,
.float-field textarea:focus{
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 3px rgba(26,115,232,.15);
}

/* Label "как placeholder" */
.float-field label{
  position: absolute;
  left: 12px;
  top: 14px;
  color: #777;
  pointer-events: none;
  background: #fff;
  padding: 0 6px;
  transform-origin: left top;
  transition: transform .18s ease, top .18s ease, color .18s ease;
  z-index: 3;
}

.contact__field br {
	display: none;
}

.check:has(input:checked) .check__box {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 3px rgba(26,115,232,.12);
}

.check:has(input:checked) .check__box::after {
  opacity: 1;
}

.contact__submit {
	background-color: var(--secondary-color) !important;
	color: #ffffff !important;
	border-radius: 24px !important;
	border: unset !important
}

.contact__submit:hover {
	background-color: var(--primary-color) !important;
}

.contact__form-wrapper {
	max-width: 400px;
}

.wpcf7-form-control.wpcf7-acceptance {
	position: absolute;
	opacity: 0;
}

/* jobs form */

.jobs-form__title {
	margin-bottom: 16px;
}

.jobs-form {
	background-color: #fafafa;
}

.jobs-form .contact__form {
	max-width: 100%;
}

.contact__field-wrap {
	display: flex;
	gap: 28px;
	width: 100%;
}

.contact__field-wrap .contact__field {
	width: 100%;
}

/* Активное состояние (фокус или есть значение) */
.float-field.is-active label{
  top: 0px;
  transform: translateY(-50%) scale(.85);
  color: var(--secondary-color);
  border-radius: 8px;
}
/* ===== RADIO as buttons ===== */
.choice-group{
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* прячем нативный radio */
.choice-input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* label выглядит как кнопка */
.choice-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 12px 14px;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  background: #fff;
  color: #333;

  cursor: pointer;
  user-select: none;

  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}

/* hover */
.choice-btn:hover{
  border-color: #bdbdbd;
}

/* выбранная "кнопка" */
.choice-input:checked + .choice-btn{
  border-color: var(--secondary-color);
  background: rgba(26,115,232,.08);
  color: var(--secondary-color);
  box-shadow: 0 0 0 3px rgba(26,115,232,.12);
}

/* фокус с клавиатуры */
.choice-input:focus-visible + .choice-btn{
  box-shadow: 0 0 0 3px rgba(26,115,232,.25);
  border-color: var(--secondary-color);
}

/* disabled на всякий */
.choice-input:disabled + .choice-btn{
  opacity: .55;
  cursor: not-allowed;
}


/* ===== CHECKBOX custom ===== */
.check{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  line-height: 1.2;
}

/* прячем нативный checkbox */
.check__input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* коробочка (кастом) */
.check__box{
  min-width: 22px;
  min-height: 22px;
  border-radius: 6px;
  border: 1px solid #cfcfcf;
  background: #fff;
  display: inline-grid;
  place-items: center;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

/* "галочка" */
.check__box::after{
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity .12s ease;
}

/* checked */
.check__input:checked + .check__box{
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 3px rgba(26,115,232,.12);
}
.check__input:checked + .check__box::after{
  opacity: 1;
}

/* focus visible */
.check__input:focus-visible + .check__box{
  box-shadow: 0 0 0 3px rgba(26,115,232,.25);
  border-color: var(--secondary-color);
}

.contact__interest {
	margin-bottom: 18px;
}

.contact__consent {
	margin-bottom: 18px;
}

.contact__submit {
	max-width: 100%;
}

.contact__info-whatsapp__wrap {
	max-width: 150px;
}

.contact__info-whatsapp__btn, .contact__info-whatsapp__btn:hover, .contact__info-whatsapp__btn:visited {
	display: inline-block;
	text-decoration: none;
	background-color: var(--secondary-color);
	color: #fff;
	padding: 9px;
	border-radius: 28px;
	margin-top: 9px;
}

.contact__info-whatsapp__wrap img {
	border-radius: 8px;
	border: 1px solid var(--secondary-color);
}

/* footer */

.footer__logo {
	max-width: 103px;
}

.footer__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-footer {
	padding: 22px 0 16px 0;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}

.footer__nav {
	display: flex;
	gap: 9px;
	align-items: center;
}

.footer__nav a, .footer__nav a:visited {
	color: var(--secondary-color);
	text-decoration: none;
}

/* adaptive */

@media screen and (max-width: 1000px) {
	.trust-wrap {
		flex-wrap: wrap;
	}

	.trust__item {
		max-width: calc((100% / 2) - 15px);
	}

	.steps__wrap-item {
		flex-basis: calc(50% - 28px); 
	}

	.search__img {
		max-width: 600px;
	}
}

@media screen and (max-width: 900px) {

	.search__img {
		max-width: 450px;
	}
}

@media screen and (max-width: 850px) {
	
	.hero__img {
		max-width: 400px;
	}

	.hero__text {
		max-width: 300px;
	}

	.search__img {
		max-width: 400px;
	}
}

@media screen and (max-width: 780px) {

	.hero__wrapper {
		flex-direction: column;
	}
	
	.hero__img {
		max-width: 300px;
	}

	.hero__text-title, .hero__text-description {
		text-align: center;
	}

	.hero__text-btn {
		margin: 0 auto;
	}

	.hero__text {
		max-width: 300px;
	}

	.search__img {
		max-width: 400px;
	}

	.steps__wrap-item {
		flex-basis: 100%;
	}

	.not__info-item {
		margin: 0 5px;
	}
}

@media screen and (max-width: 740px) {
	.costs__wrap {
		flex-direction: column;
	}

	.costs__wrap-item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		border-left: unset;
		max-width: 100%;
	}

	.costs__wrap-item p {
		text-align: center;
	}

	.search__wrap {
		flex-direction: column;
		overflow: hidden;
	}

	.search__img {
        max-width: 100%;
        position: relative;
        right: -10%;
    }

	.search__info-title {
		text-align: center;
	}

	.search__info-description {
		text-align: center;
	}

	.search__info-btn {
		margin: 0 auto;
	}

	.contact__wrap {
		flex-direction: column;
	}

	.contact__info, .contact__form {
		max-width: 100%;
	}

	.contact__info-title, .contact__info-items__item, .contact__info-description {
		text-align: center;
	}

	.contact__info-items {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.contact__info-whatsapp {
		text-align: center;
	}

	.contact__info-whatsapp__wrap {
		margin: 0 auto;
	}
	
	.costs__wrap-item {
		border: 1px solid rgba(255, 255, 255, 0.2);
	}
}

@media screen and (max-width: 1080px) {
	body {
		padding-top: 120px;
	}

	.site-branding {
		height: 45px;
	}
	.main-navigation.toggled {
		display: block;
		width: 100%;
		position: fixed;
		background: #fff;
		margin: 0;
		left: 0;
		top: 0;
		height: 100vh;
		margin-left: 0;
	}

	.main-navigation {
		width: 32px;
		margin-left: 0;
		order: 2;
	}

	.site-header__main-wrap {
		justify-content: space-between;
	}

	.menu-toggle {
		margin: 0 auto;
		background: none;
		border: unset;
		position: relative;
		height: 21px;
		transition: all .2s ease;
		cursor: pointer;
	}

	.menu-toggle:after {
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		background-color: var(--secondary-color);
		position: absolute;
		bottom: 0;
		left: 0;
		border-radius: 8px;
		transition: all .2s ease;
	}

	.menu-toggle span {
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		background-color: var(--secondary-color);
		position: absolute;
		bottom: 9px;
		left: 0;
		border-radius: 8px;
	}

	.menu-toggle:before {
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		background-color: var(--secondary-color);
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 8px;
		transition: all .2s ease;
	}

	.main-navigation.toggled .menu-toggle span {
		display: none;
	}

	.main-navigation.toggled .menu-toggle:before {
		transform: rotate(45deg);
		top: 9.5px;
	}

	.main-navigation.toggled .menu-toggle:after {
		transform: rotate(-45deg);
		bottom: 9.5px;
	}

	

	.main-navigation.toggled .site-branding {
		display: block;
		margin: 20px auto;
	}

	.main-navigation.toggled .menu-toggle {
		position: absolute;
		top: 30px;
		right: 15px;
	}

	.menu-primary-menu-container {
		width: 80%;
		margin: 0 auto;
	}

	.menu-item {
		text-align: center;
		margin-bottom: 8px;
	}

	.chat-btn, .chat-btn:visited {
		font-size: 12px;
		max-width: 190px;
	}

	.chat-btn:hover, .chat-btn:visited {
		font-size: 12px;
		max-width: 190px;
	}

	.not__info {
		flex-direction: column;
	}

	.area__info {
		text-align: center;
	}

	.area__wrap {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width: 580px) {
	.site-header__topbar {
		display: none;
	}

	.trust__item {
        max-width: 100%;
    }

    body {
		padding-top: 80px;
	}
}

.main-navigation .site-branding {
		display: none;
	}

/* concierge */

.concierge-hero {
    position: relative;
    width: 100%;
    height: 432px;
    overflow: hidden;
}

.concierge-hero__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.concierge-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Затемнение на 50% */
    z-index: -1;
}

.concierge-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}


.concierge-hero-wrap {
	width: 100%;
	height: 432px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.concierge-hero__title {
	color: #fff;
	margin-bottom: 9px;
	background-color: #85775a;
	padding: 8px 18px 8px 16px;
    clip-path: polygon(3px 0, 100% 0%, 97.5% 200%, 0px 100%);
	display: inline-block;
}

.concierge-hero__description {
	color: #ffffff;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 16px;
}

.concierge-hero__buttons {
	display: flex;
	gap: 12px;
}

.concierge-hero__buttons-btn.btn-chat {
	min-width: 255px;
}

.concierge-hero__buttons-btn.btn-example {
	min-width: 170px;
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}

/* whom concierge */

.concierge .whom__wrap {
	justify-content: center;
}

.concierge .whom__wrap-item {
	max-width: calc((100% / 3) - 28px);
	width: 100%;
	box-shadow: unset;
	border-radius: 8px;
	overflow: hidden;
	color: #ffffff;
}

.concierge .whom__wrap-item .whom__wrap-item-img {
	border-radius: 8px;
	overflow: hidden;
}

/* services concierge */

.concierge.services {
	background-color: #fafafa;
}

.concierge .services__wrap-img-wrap {
	max-width: 30px;
	height: 30px;
	display: block;
	position: relative;
}

.concierge .services__wrap-item::before {
	background-color: rgba(3, 77, 132, 0.6);
}

.concierge .services__wrap-item {
	justify-content: flex-start;
}

.concierge .services__wrap-description {
	display: block;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
	overflow: visible;
	font-size: 16px;
}

.concierge .services__wrap-description__item {
	margin-bottom: 6px;
}

.services__wrap-title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 15px;
}

/* steps concierge */

.concierge.steps {
	background-color: #ffffff;
}

.concierge .steps__wrap-item__number {
	position: relative;
	top: auto;
	right: auto;
	margin: 0 auto;
	width: 65px;
	height: 65px;
	margin-bottom: 16px;
	font-size: 18px;
}

.concierge .steps__wrap-item {
	box-shadow: unset;
	text-align: center;
}

.concierge .steps__wrap-item__header {
	margin: 0 auto;
}

.concierge .steps__wrap-item__description {
	text-align: center;
}

/* pricing concierge */

.pricing {
	background-color: #fafafa;
}

.pricing__wrap {
	margin-bottom: 28px;
}

.pricing__wrap-item {
	border: 1px solid rgba(0, 0, 0, 0.1);
	width: calc((100% / 3) - 28px);
	padding: 15px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
}

.pricing__wrap-item__name {
	font-size: 20px;
	color: var(--text-color);
	font-weight: 600;
}


.pricing__wrap-item__description {
	font-size: 14px;
	color: var(--text-color);
	opacity: 0.6;
	margin-bottom: 18px;
}

.pricing__wrap-item__price {
	color: var(--secondary-color);
	font-size: 20px;
	font-weight: 600;
	line-height: 19px;
	margin-bottom: 8px;
}

.pricing__wrap-item__price span.month {
	font-size: 16px;
	font-weight: 400;
}

.pricing__wrap-item__price span.mwst {
	font-size: 14px;
	font-weight: 400;
	opacity: 0.6;
}

.pricing__wrap-item__aditional {
	margin-bottom: 9px;
	color: var(--text-color);
}

.pricing__wrap-item__services-service {
	color: var(--text-color);
	font-size: 18px;
	margin-bottom: 4px;
}

.pricing__wrap-item__services-service span {
	opacity: 0.8;
}

.pricing__wrap-item__services {
	margin-bottom: 18px;
}

.pricing__wrap-item .pricing__wrap-item__btn.chat-btn, .pricing__wrap-item .pricing__wrap-item__btn.chat-btn:visited {
	max-width: 100%;
	margin-top: auto;
}

.pricing__wrap-item:not(.mvp) .pricing__wrap-item__btn.chat-btn, .pricing__wrap-item:not(.mvp) .pricing__wrap-item__btn.chat-btn:visited {
	max-width: 100%;
	color: var(--secondary-color);
	background-color: #ffffff;
	border: 1px solid var(--secondary-color);
	margin-top: auto;
}

.pricing__description {
	margin-bottom: 30px;
}

.pricing__wrap {
	display: flex;
	justify-content: center;
	gap: 28px;
}

.pricing__wrap-item.mvp {
	border-color: var(--secondary-color);
	position: relative;
}

.pricing__wrap-item.mvp::before {
	content: "Beliebt";
	position: absolute;
	top: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	width: 80px;
	height: 25px;
	background-color: var(--secondary-color);
	border-radius: 8px;
	color: #fff;
	display: flex;
    justify-content: center;
}

.piricng__additional-text {
	text-align: center;
	opacity: 0.8;
}

/* b2b concierge */

.b2b {
	background-color: var(--secondary-color);
}

.b2b__btn {
	margin: 0 auto;
}

.b2b__description {
	margin-bottom: 18px;
	color: #fff;
}

.b2b__title {
	color: #fff;
	margin-bottom: 6px;
}

.b2b__btn, .b2b__btn:visited, .b2b__btn:hover {
	background-color: #fff;
	color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
}

/* Karriere */

/* hero */

.karriere-hero {
	background-color: var(--secondary-color);
	height: 432px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.karriere-hero-container {
	width: 100%;
}

.karriere-hero__title {
	color: #ffffff;
	margin-bottom: 6px;
}

.karriere-hero__description {
	color: #ffffff;
	margin-bottom: 16px;
}

.karriere-hero__buttons {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-bottom: 16px;
}

.karriere-hero__buttons-btn.seconds, .karriere-hero__buttons-btn.seconds:hover, .karriere-hero__buttons-btn.seconds:focus, .karriere-hero__buttons-btn.seconds:visited {
	background-color: #ffffff;
	color: var(--secondary-color);
}

.karriere-hero__buttons-btn.jobs, .karriere-hero__buttons-btn.jobs:hover, .karriere-hero__buttons-btn.jobs:visited, .karriere-hero__buttons-btn.jobs:focus {
	border: 1px solid #ffffff;
	background-color: var(--secondary-color);
}

.karriere-hero__subtext {
	color: #ffffff;
}

/* proposal */

.proposal__wrap {
	display: flex;
	gap: 28px;
}

.proposal__title {
	margin-bottom: 16px;
}

.proposal__wrap-item {
	width: calc((100% / 4) - 28px);
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	color: var(--text-color);
}

.proposal__wrap-item__img {
	max-width: 60px;
	width: 100%;
	height: 60px;
	margin-bottom: 12px;
}

.proposal__wrap-item__img svg {
	height: 60px;
}

.steps.karriere.concierge .steps__wrap-item {
	flex-basis: calc((100% / 4) - 28px);
}

.steps.karriere.concierge .steps__wrap-item__number {
	background-color: var(--secondary-color);
}

/* jobs */

.jobs {
	background-color: #fafafa;
}

.jobs__wrap {
	display: flex;
	gap: 28px;
}

.jobs__title {
	margin-bottom: 18px;
}

.show-details-btn {
	background-color: #fff;
	border: unset;
	color: var(--secondary-color);
}

.show-details-btn:hover {
	text-decoration: underline;
}

.jobs__wrap-job {
	width: calc((100% / 2) - 14px);
	background-color: #fff;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.job__wrap-job__title {
	color: var(--text-color);
	font-size: 20px;
	font-weight: 600;
}

.job__wrap-job__description {
	color: var(--text-color);
}

.job__wrap-job__details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    color: var(--text-color);
}

.job__wrap-job__details.open {
    max-height: 1000px; /* достаточно большое значение для всех деталей */
}

.show-details-btn {
    margin-top: 10px;
    cursor: pointer;
}

.job__wrap-job__details {
	margin-bottom: 20px;
}

.job__wrap-job__btns {
	display: flex;
	gap: 28px;
}

.job__wrap-job__btn {
	max-width: calc((100% / 2) - 14px);
	width: 100%;
}

.job__wrap-job__btn.whatsapp, .job__wrap-job__btn.whatsapp:hover, .job__wrap-job__btn.whatsapp:focus, .job__wrap-job__btn.whatsapp:visited {
	background-color: #fff;
	color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
} 

/* starte seite */

.home-steps__wrap-item__name {
	color: var(--secondary-color);
	font-weight: 600;
}

section.home.founder {
	background-color: #fafafa;
}

section.home.founder .founder__wrap-info__title {
	color: var(--text-color);
}

section.home.founder .founder__wrap-info__description {
	color: var(--text-color);
	margin-bottom: 16px;
}

.concierge-hero.home .concierge-hero__title {
	background: none;
}

.concierge-hero.home .concierge-hero__title span {
	color: var(--primary-color);
}

.concierge-hero.home .concierge-hero__buttons-btn.btn-chat {
	min-width: 215px;
}

.concierge-hero.home .concierge-hero__buttons-btn.btn-example {
	min-width: 215px;
}

.home__description {
	margin-bottom: 16px;
}

.home__wrap-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	max-width: calc((100% / 2) - 14px);
	position: relative;
	height: 400px;
	overflow: hidden;
	border-radius: 8px;
	text-decoration: none;
	justify-content: center;
	align-items: center;
}

.home__wrap {
	display: flex;
	gap: 28px;
	margin-bottom: 40px;
}

.home__wrap-item:hover .home__wrap-item__btn {
	background-color: var(--primary-color);
}

.home__wrap-item:hover .home__wrap-item__background img {
	transform: scale(1.1);
}

.home__wrap-item__background {
	z-index: -1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	position: absolute;
	inset: 0;
}

.home__wrap-item__background::after {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	inset: 0;
	content: "";
	display: block;
}

.home__wrap-item__background img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	pointer-events: none;
	position: absolute;
	inset: 0;
	transition: all .2s ease;
}

.home__wrap-item__title {
	color: #fff;
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: 600;
}

.home__wrap-item__description {
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
}

.home-disclamer {
	text-align: center;
	color: var(--secondary-color);
}

section.home {
	width: 100%;
	flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.home.meeting {
	height: auto;
	min-height: calc(100vh - 88.94px - 120.94px);
}

/* steps */

.home-steps {
	background-color: #fafafa;
}

.home-steps__title {
	margin-bottom: 16px;
}

.home-steps__wrap-item__img {
	max-width: 60px;
	margin: 0 auto;
	margin-bottom: 6px;
}

.home-steps__wrap {
	display: flex;
	gap: 28px;
	margin-bottom: 16px;
}

.home-steps__wrap-item {
	max-width: calc((100% / 3) - 14px);
	width: 100%;
	text-align: center;
}

.home-steps__info {
	text-align: center;
	color: var(--text-color);
	margin-bottom: 16px;
}

.home-steps__btn {
	margin: 0 auto;
}

.additional {
	background-color: var(--secondary-color);
}

.additional__description {
	margin-bottom: 16px;
	color: #ffffff;
}

.additional__title {
	color: #ffffff;
	margin-bottom: 6px;
}

.additional__wrap {
	text-align: left;
	max-width: 600px;
	padding: 15px;
	margin: 0 auto;
	border-radius: 16px;
	background-color: rgba(255, 255, 255, 0.1);
}

.additional__wrap-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}

.additional__wrap-items__item {
	margin-bottom: 4px;
}

.additional__wrap-items__item {
	color: #ffffff;
}

.project__title {
	color: var(--text-color);
}

.project__description {
	margin-bottom: 16px;
	color: var(--text-color);
}

.project__wrap-title {
	color: var(--text-color);
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 4px;
}

.project__wrap-description {
	font-size: 18px;
	color: var(--text-color);
	text-align: center;
	margin-bottom: 8px;
}

.project__wrap-types {
	display: flex;
	gap: 28px;
}

.project__wrap-types__type {
	width: calc((100% / 2) - 14px);
}

.project__wrap-types__type-title {
	font-weight: 600;
	margin-bottom: 8px;
	font-size: 18px;
	color: var(--text-color);
}

.project__wrap {
	padding: 15px;
	border-radius: 16px;
	border: 1px solid var(--secondary-color);
	max-width: 800px;
	margin: 0 auto;
}

.project__wrap-types__type-summ {
	background-color: #f7f7f7;
	padding: 20px;
	border-radius: 16px;
	font-size: 18px;
	color: var(--text-color);
	margin-bottom: 8px;
}

.project__wrap-types__type-summ span {
	font-weight: 400;
	font-size: 14px;
	opacity: 0.8;
}

.project__wrap-types__type-pnkt {
	margin-bottom: 4px;
	color: var(--text-color);
}

.project__wrap-notice {
	margin-top: 12px;
	text-align: center;
	color: var(--secondary-color);
	margin-bottom: 16px;
	font-size: 14px;
}

.project__wrap-btn {
	margin: 0 auto;
	max-width: 100%;
}

/* about us */

.about-hero {
	height: 432px;
	background-color: var(--secondary-color);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.about-hero__title {
	color: #ffffff;
}

/* creator */

.founder {
	background-color: var(--secondary-color);
}

.founder__wrap {
	display: flex;
	gap: 28px;
	align-items: center;
}

.founder__wrap-info, .founder__wrap-img {
	width: calc((100% / 2) - 14px);
}

.founder__wrap-img {
	line-height: 0;
	border-radius: 8px;
	overflow: hidden;
}

.founder__wrap-info__title {
	text-align: left;
	margin-bottom: 8px;
	color: #fff;
}

.founder__wrap-info__description {
	text-align: left;
	font-size: 18px;
	color: #fff;
}

.creator {
	height: 400px;
	background-color: var(--secondary-color);
}

.creator__wrap-info__title {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.creator__wrap-info__description {
	font-size: 16px;
}

.creator__wrap {
	display: flex;
	justify-content: center;
	gap: 28px;
	align-items: center;
}

.creator__wrap-info {
	max-width: 600px;
	text-align: center;
}

.creator__wrap-img {
	max-width: 600px;
	height: 266.66px;
	overflow: hidden;
	border-radius: 8px;
}

.creator__wrap-info__title, .creator__wrap-info__description {
	color: #ffffff;
}

/* why us */

.why {
	
}

.why__title {
	margin-bottom: 8px;
	color: var(--secondary-color);
}

.why__description {
	max-width: 800px;
	margin: 0 auto;
}

/* why service */

.why-service {
	background-color: #fafafa;
}

.why-service__title {
	margin-bottom: 16px;
	color: var(--secondary-color);
}

.why-service__wrap-item {
	max-width: calc((100% / 2) - 14px);
	width: 100%;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	padding: 16px;
	border-radius: 16px;
	background-color: #fff;
}

.why-service__wrap-item__header {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.why-service__wrap-item__header-number {
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: var(--secondary-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-right: 8px;
}

.why-service__wrap-item__header-name {
	font-size: 20px;
	font-weight: 600;
	color: var(--text-color);
}

.why-service__wrap-item__description {
	font-size: 14px;
	color: var(--text-color);
	margin-bottom: 8px;
}

.why-service__wrap-item__types-title {
	color: var(--secondary-color);
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 4px;
}

.why-service__wrap-item__types-type {
	font-size: 16px;
	color: var(--text-color);
	margin-bottom: 4px;
}

.why-service__wrap-item__types-type span {
	margin-right: 4px;
	color: #74bd68;
}

.why-service__wrap-item__types-wrap {
	margin-bottom: 24px;
}

.why__service-wrap-item__notice {
	font-size: 14px;
	border-left: 2px solid orange;
	padding: 8px;
	border-radius: 4px;
	background-color: #ffa50014;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.why__service-wrap-item__notice.info {
	border-color: #3d69c7;
	background-color: #3d69c71a;
}

.why-service__wrap {
	display: flex;
	gap: 28px;
}

/* concept */

.concept__wrap-item__img {
	max-width: 60px;
	margin: 0 auto;
	margin-bottom: 4px;
}

.concept__wrap {
	display: flex;
	gap: 28px;
}

.concept__title {
	margin-bottom: 15px;
	color: var(--secondary-color);
}

.concept__wrap-item {
	max-width: calc((100% / 4) - 14px);
	width: 100%;
	background-color: #fafafa;
	padding: 15px;
	border-radius: 8px;
}

.concept__wrap-item {
	text-align: center;
}

.concept__wrap-item__name {
	color: var(--text-color);
	font-size: 18px;
	font-weight: 600;
}

.concept__wrap-item__description {
	color: var(--text-color);
}

/* costs */

.why-costs {
	background-color: #fafafa;
}

.why-costs__title {
	margin-bottom: 8px;
	color: var(--secondary-color);
}

.why-costs__description {
	max-width: 800px;
	margin: 0 auto;
}

/* learn */

.learn {
	background-color: var(--secondary-color);
}

.learn__title {
	color: #ffffff;
}

.learn__description {
	max-width: 530px;
	margin: 0 auto;
	margin-bottom: 15px;
	color: #fff;
}

.learn__btn {
	margin: 0 auto;
}

.learn__btn, .learn__btn:hover, .learn__btn:visited {
	background-color: #ffffff;
	color: var(--secondary-color);
}

/* FAQ */

.faq-hero {
	background-color: var(--secondary-color);
}

.faq-hero__title, .faq-hero__description {
	color: #fff;
}

.faq-hero__description {
	margin-bottom: 15px;
}

.faq-hero__btn, .faq-hero__btn:hover, .faq-hero__btn:focus, .faq-hero__btn:visited {
	margin: 0 auto;
	background-color: #fff;
	color: var(--secondary-color);
}

.questions {
	background-color: #fafafa;
}

.questions__title {
	margin-bottom: 15px;
}
.questions__description {
	color: var(--text-color);
}
	
.questions__wrap-item {
	background-color: #ffffff;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 8px;
}

.questions__wrap-item__question {
	font-size: 20px;
	color: var(--text-color);
	font-weight: 600;
	margin-bottom: 8px;
}
.questions__wrap-item__answer {
	font-size: 18px;
	color: var(--text-color);
}

/* start adapt */

@media screen and (max-width: 980px) {
	.founder__wrap {
		flex-direction: column;
	}

	.founder__wrap-info__title, .founder__wrap-info__description {
		text-align: center;
	}

	.founder__wrap-info__btn {
		margin: 0 auto;
	}
}

@media screen and (max-width: 760px) {
	.founder__wrap-info, .founder__wrap-img {
		width: 100%;
	}

	.home__wrap {
		flex-direction: column;
	}

	.home__wrap-item {
		max-width: 100%;
	}
}

@media screen and (max-width: 660px) {
	.home-steps__wrap {
		flex-direction: column;
	}

	.home-steps__wrap-item {
		max-width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.concierge-hero.home .concierge-hero__buttons-btn.btn-example {
		min-width: 145px;
	}

	.concierge-hero.home .concierge-hero__buttons-btn.btn-chat {
		min-width: 145px;
	}

	.concierge-hero-wrap {
		padding: 0 15px;
	}
}

/* about us adapt */

@media screen and (max-width: 860px) {
	.why-service__wrap {
		flex-direction: column;
	}

	.why-service__wrap-item {
		max-width: 100%;
	}
}

@media screen and (max-width: 760px) {
	.concept__wrap {
		flex-direction: column;
	}

	.concept__wrap-item {
		max-width: 100%;
	}
}

/* concierge us adapt */

@media screen and (max-width: 980px) {
	.whom__wrap {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.concierge .whom__wrap-item {
		max-width: 50%;
	}

	.pricing__wrap {
		flex-direction: column;
	}

	.pricing__wrap-item {
		width: 100%;
	}
}

@media screen and (max-width: 760px) {
	.concierge .services__wrap .services__wrap-item {
		flex-basis: 100%;
	}
}

@media screen and (max-width: 680px) {
	.whom__wrap {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.concierge .whom__wrap-item {
		max-width: 100%;
	}

	.project__wrap-types {
		flex-direction: column;
	}

	.project__wrap-types__type {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.concierge-hero__buttons-btn.btn-chat, .concierge-hero__buttons-btn.btn-example {
		min-width: 175px;
	}

	.concierge-hero-wrap {
		padding: 0 15px;
	}
}

/* karriere adapt */

@media screen and (max-width: 980px) {
	.jobs__wrap {
		flex-direction: column;
	}

	.jobs__wrap-job {
		width: 100%;
	}
}

@media screen and (max-width: 780px) {
	.proposal__wrap {
		flex-direction: column;
	}

	.proposal__wrap-item {
		width: 100%;
	}

	.steps__wrap {
		flex-direction: column;
	}

	.steps__wrap-item {
		flex-basis: 100%;
	}
}