@charset "UTF-8";

/*!
Theme Name: tierfritz.de
Theme URI:
Author:
Author URI:
Description: tierfritz theme
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: tierfritz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

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

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

/* poppins-300 - latin */
@font-face {
	font-display: swap;

	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: Poppins;
	font-style: normal;
	font-weight: 300;
	src: url("./fonts/Poppins/poppins-v20-latin-300.woff2") format("woff2"), url("./fonts/Poppins/poppins-v20-latin-300.ttf") format("truetype");

	/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-regular - latin */
@font-face {
	font-display: swap;

	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	src: url("./fonts/Poppins/poppins-v20-latin-regular.woff2") format("woff2"), url("./fonts/Poppins/poppins-v20-latin-regular.ttf") format("truetype");

	/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-500 - latin */
@font-face {
	font-display: swap;

	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	src: url("./fonts/Poppins/poppins-v20-latin-500.woff2") format("woff2"), url("./fonts/Poppins/poppins-v20-latin-500.ttf") format("truetype");

	/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-600 - latin */
@font-face {
	font-display: swap;

	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	src: url("./fonts/Poppins/poppins-v20-latin-600.woff2") format("woff2"), url("./fonts/Poppins/poppins-v20-latin-600.ttf") format("truetype");

	/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

a,
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,
.faqListItem::before,
.btnBig,
.siteHeader,
.headerNavigation,
.faq .faqListItem::before,
.blogCategs .blogCategsItem,
.blogPostsWrap .blogPostsItem,
.form-filter .filterBlock .filterBlockItem label,
.form-filter #clear-form,
.tariffs-small .show-benefits,
.checkout__form-steps-item .form-item__radio label::after,
.checkout__form-steps-item .form-item__checkbox label::after,
.checkout__form-steps-item .step-next,
.checkout__form-steps-item .step-skip,
.checkout__form-steps-item .step-prev,
.step-row .form-item label,
.checkout__form-steps-item .form-item__radio.radio-cards .form-item__radio-item,
ul.opt-list li,
.variants-group__list {
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.section-upsell,
.section-has-backdrop,
.section-deal-info,
.icon_list,
.text_img,
.list_banner,
.page_intro,
.tariffs,
.tariffs_table,
.textblock,
.single .siteMain,
.small_banner,
.quote,
.blogWrap,
.small_top,
.page-template-page-hunderassen .similarposts,
.page-template-page-katzenrassen .similarposts,
.page-template-page-pferderassen .similarposts,
.products .blogPostsWrap,
.tariffs-small {
	margin-bottom: 140px;
}

@media (max-width: 1024px) {

	.section-upsell,
	.section-has-backdrop,
	.section-deal-info,
	.icon_list,
	.text_img,
	.list_banner,
	.page_intro,
	.tariffs,
	.tariffs_table,
	.textblock,
	.single .siteMain,
	.small_banner,
	.quote,
	.blogWrap,
	.small_top,
	.page-template-page-hunderassen .similarposts,
	.page-template-page-katzenrassen .similarposts,
	.page-template-page-pferderassen .similarposts,
	.products .blogPostsWrap,
	.tariffs-small {
		margin-bottom: 100px;
	}
}

.single-hunderassen .faq {
	margin-top: 140px;
}

@media (max-width: 1024px) {

	.single-hunderassen .faq {
		margin-top: 100px;
	}
}

.faq,
.top.top__tariffs,
.text_img.bg-white {
	padding-top: 140px;
	padding-bottom: 140px;
}

@media (max-width: 1024px) {

	.faq,
	.top.top__tariffs,
	.text_img.bg-white {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

/*--------------------------------------------------------------
# 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: #474747;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	clear: both;
}

p {
	margin-bottom: 1em;
}

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: #345265;
}

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

a.mega-menu-link span.neu {
	position: absolute;
	top: 0;
	font-size: 11px;
	padding: 3px;
	background: #f8b800;
	height: auto;
	display: inline-block;
	line-height: 1;
	border-radius: 50px;
}

/* 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 {
	width: 100%;
	font-weight: 300;
	font-size: 16px;
	background: #fff;
	color: #878787;
	border: 1px solid #cacaca;
	border-radius: 8px;
	padding: 11px 16px;
	margin-bottom: 24px;
}

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: #000;
	outline: none;
	border: 1px solid #000;
}

input[type="text"].empty,
input[type="text"].not-valid,
input[type="email"].empty,
input[type="email"].not-valid,
input[type="url"].empty,
input[type="url"].not-valid,
input[type="password"].empty,
input[type="password"].not-valid,
input[type="search"].empty,
input[type="search"].not-valid,
input[type="number"].empty,
input[type="number"].not-valid,
input[type="tel"].empty,
input[type="tel"].not-valid,
input[type="range"].empty,
input[type="range"].not-valid,
input[type="date"].empty,
input[type="date"].not-valid,
input[type="month"].empty,
input[type="month"].not-valid,
input[type="week"].empty,
input[type="week"].not-valid,
input[type="time"].empty,
input[type="time"].not-valid,
input[type="datetime"].empty,
input[type="datetime"].not-valid,
input[type="datetime-local"].empty,
input[type="datetime-local"].not-valid,
input[type="color"].empty,
input[type="color"].not-valid,
textarea.empty,
textarea.not-valid {
	border-color: red;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	height: 180px;
}

.valid-msg {
	margin-top: -15px;
	margin-bottom: 20px;
	display: block;
	color: red !important;
}

.step-next-div {
	position: relative;
}

.step-next-div::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
}

#step-4 a.step-next {
	position: relative;
	z-index: 1;
}

#step-4 a.step-next:not(.disabled) {
	position: relative;
	z-index: 1;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	top: 100%;
	z-index: 99999;
}

.main-navigation ul ul ul {
	top: 0;
}

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

@media (max-width: 1024px) {

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

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

.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: 37.5em) {

	.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;
}

.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: 64px;
	display: grid;
	grid-gap: 40px;
}

.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;
}

/* Blogs
--------------------------------------------- */

/* Blogs
--------------------------------------------- */

/* All Blog */
.BlogFilter {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 24px;
	margin-top: 16px;
}

.BlogFilterInputs {
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
	justify-content: space-between;
}

.BlogFilterInput {
	width: 100%;
	max-width: 335px;
	min-width: 300px;
	min-height: 26px;
	margin: 5px;
}

.BlogFilterInput select {
	height: 100%;
	width: 100%;
	padding: 11px 16px;
	border-radius: 8px;
}

.BlogFilterClear {
	display: flex;
	align-items: center;
	color: #000;
	font-weight: 500;
	text-decoration-line: underline;
	cursor: pointer;
	margin: 5px;
	width: max-content;
	min-width: max-content;
}

.BlogFilterSelected {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.BlogFilterSelectedItem {
	width: max-content;
	display: flex;
	align-items: center;
}

.BlogFilterSelectedItemText {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.BlogFilterSelectedItemRemove {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	height: 25px;
	width: 25px;
	margin-left: 2px;
}

.BlogCount h2 {
	margin-bottom: unset;
}

/* Kranken */

/* Cards
--------------------------------------------- */

/* CSS Document */
.KrankenPostsItem {
	display: flex;
	flex-direction: column;
}

.KrankenPostsItem .post-img {
	justify-content: center;
	align-items: center;
	aspect-ratio: 1 / 0.59;
	min-height: 236px;
}

.KrankenPostsItem .post-img img {
	object-fit: cover !important;
	height: 100% !important;
	width: 100% !important;
}

.KrankenPostsItem .post-img.no-thumbnail {
	filter: grayscale(0.8);
}

.KrankenPostsItem .post-img.no-thumbnail img {
	object-fit: contain !important;
	width: 80% !important;
	height: auto !important;
}

.KrankenPostsItem .post-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	height: 100%;
}

.KrankenPostsItem .post-title {
	margin: 8px auto;
}

.KrankenPostsItem div.post-line {
	margin: 8px auto;
	margin-left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.KrankenPostsItem div.post-line:first-child {
	margin-top: 0;
}

.KrankenPostsItem div.post-line:last-child {
	margin-top: 0;
}

.KrankenPostsItem div.post-line .post-linetext {
	font-weight: 300;
	line-height: 160%;
	width: 100%;
}

.KrankenPostsItem div.post-line .post-lineicon {
	width: 20px;
	min-width: 20px;
	height: 20px;
	margin-right: 8px;
	display: flex;
}

.KrankenPostsItem div.post-line .post-lineicon svg {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.KrankenPostsItem div.post-lines {
	display: flex;
}

.KrankenPostsItem .post-cats span.post-line .post-linetext {
	color: #000;
	font-weight: 500;
	line-height: 105%;
}

.KrankenPostsItem div.post-more-link {
	padding-top: 40px;
	margin-top: auto !important;
	justify-self: flex-end;
	margin-left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: max-content;
	cursor: pointer;
}

.KrankenPostsItem div.post-more-link .post-more-link-text {
	color: #000;
	font-weight: 500;
}

.KrankenPostsItem div.post-more-link .post-more-link-lineicon {
	width: 16px;
	min-width: 16px;
	height: 16px;
	margin-left: 5px;
	display: flex;
}

.KrankenPostsItem div.post-more-link .post-more-link-lineicon svg {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

/* Popups
--------------------------------------------- */

/* CSS Document */
.Popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	height: 100%;
	width: 100%;
}

.PopupClose {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 14px;
	background-color: white;
	border-radius: 8px;
	cursor: pointer;
	height: 40px;
	width: 40px;
	z-index: 2;
}

.PopupBGOverflow {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	background-color: #00000080;
}

.Popup .container {
	height: 100%;
	position: relative;
	z-index: 2;
}

.PopupContainer {
	max-width: 666px;
	width: calc(100% - 40px);
	max-height: 795px;
	height: calc(100% - 80px);
	padding: 32px;
	padding-bottom: 48px;
	background-color: #fff;
	border-radius: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: auto;
}

@media (max-width: 1000px) {

	.PopupContainer {
		padding: 24px 10px;
		padding-bottom: 24px;
	}
}

@media (min-width: 1000px) {

	.PopupContainer::-webkit-scrollbar {
		width: 5px;
	}

	.PopupContainer::-webkit-scrollbar-track {
		box-shadow: none;
	}

	.PopupContainer::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background-color: darkgrey;
		background: -webkit-linear-gradient(rgb(255 255 255/0%) 0%, rgba(0, 0, 0, 0.6447) 50%, rgb(255 255 255/0%) 100%);
		background: -o-linear-gradient(rgb(255 255 255/0%) 0%, rgba(0, 0, 0, 0.6447) 50%, rgb(255 255 255/0%) 100%);
		background: linear-gradient(rgb(255 255 255/0%) 0%, rgba(0, 0, 0, 0.6447) 50%, rgb(255 255 255/0%) 100%);
		outline: none;
	}
}

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

.PopupContainerContentImage {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
	overflow: hidden;
	aspect-ratio: 666/284;
	width: 100%;
	min-height: max-content;
}

.PopupContainerContentImage.no-thumbnail {
	filter: grayscale(0.8);
}

.PopupContainerContentImage.no-thumbnail img {
	width: 80%;
	max-width: 320px;
	height: auto;
	object-fit: contain;
}

.PopupContainerContentImage img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.PopupContainerContentInfo {
	padding: 32px;
	padding-top: 24px;
}

@media (max-width: 1000px) {

	.PopupContainerContentInfo {
		padding: 24px 15px;
	}
}

.PopupContainerContentInfoTitle {
	margin-top: 16px;
	font-size: 24px;
	font-weight: 500;
	color: #000;
}

.PopupContainerContentInfoCats {
	font-weight: 500;
}

.PopupLine {
	margin-top: 16px;
	display: flex;
	align-items: flex-start;
}

.PopupLineIcon {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	width: 20px;
	min-width: 20px;
	margin-right: 8px;
}

.PopupLineIcon svg {
	height: 100%;
	width: 100%;
}

.PopupLineText {
	font-weight: 300;
	color: #474747;
	line-height: 160%;
}

.PopupLines {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

/* Sections
--------------------------------------------- */
.hundTop {
	background-image: url(../../../img/blog-bg.jpg);
	background-size: cover;
	padding: 166px 0 96px 0;
}

@media (max-width: 768px) {

	.hundTop {
		padding: 112px 0 100px 0;
	}
}

.hundTop__title {
	text-align: center;
}

@media (max-width: 768px) {

	.hundTop__title {
		text-align: left;
	}
}

.hundTop__searh {
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 40px;
	padding: 6px;
}

.hundTop__searh-box {
	display: flex;
}

.hundTop__item {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	padding: 12px 35px 12px 20px;
	background: #f2f2f2;
	border-radius: 36px;
	margin-left: 16px;
	position: relative;
}

@media (max-width: 768px) {

	.hundTop__item {
		display: none;
	}
}

.hundTop__item:first-child {
	margin-left: 0;
}

.hundTop__item span {
	position: absolute;
	top: 9px;
}

.hundTop__item svg {
	transform: rotate(90deg);
	margin-left: 5px;
}

.hundTop__item-filter {
	padding: 12px 0 12px 20px;
	font-weight: 500;
}

.hundTop__searh-btn {
	width: 48px;
	height: 48px;
	background: #f2f2f2;
	border-radius: 36px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hundTop__searh-btn .filter-img {
	display: none;
}

@media (max-width: 768px) {

	.hundTop__searh-btn .search-img {
		display: none;
	}

	.hundTop__searh-btn .filter-img {
		display: block;
	}
}

.hundTop__filter {
	display: flex;
	margin-top: 16px;
}

.hundTop__filter-item {
	margin-left: 12px;
	cursor: pointer;
}

.hundTop__filter-item::after {
	content: "\2716";
	margin-left: 8px;
	cursor: pointer;
}

.hundTop__filter-item:first-child {
	margin-left: 0;
}

.hundTop__filter-item_active.hundTop__filter-item::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
	display: block;
	margin-left: 0;
}

.hund__wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 64px 40px;
}

@media (max-width: 1024px) {

	.hund__wrapper {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 768px) {

	.hund__wrapper {
		grid-template-columns: 100%;
		grid-gap: 15px;
	}
}

.hund__item {
	border-radius: 16px;
	background-color: #fff;
}

.hund__img {
	width: 100%;
	display: block;
	border-radius: 16px 16px 0 0;
}

.hund__info {
	padding: 32px;
}

.hund__box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #f3eee3;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.hund__title {
	font-weight: 500;
	font-size: 24px;
	line-height: 139.5%;
	color: #000;
}

.hund__size {
	font-weight: 300;
	font-size: 12px;
	line-height: 139.5%;
	color: #727272;
}

.hund__size::before {
	content: url(img/gross-icon.svg);
	display: block;
}

.hund__info-text {
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	padding-bottom: 8px;
}

.hund__info-text:last-child {
	padding-bottom: 0;
}

.hund__info-text span {
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	color: #000;
}

.other-news {
	margin: 140px 0;
}

.other-news__title {
	text-align: center;
}

.other-news__wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 64px 40px;
	margin-top: 32px;
}

.other-news__item {
	background-color: #fff;
	border-radius: 16px;
}

.other-news__img {
	display: block;
	border-radius: 16px 16px 0 0;
}

.other-news__info {
	padding: 32px;
}

.other-news__subtitle {
	font-weight: 500;
	font-size: 24px;
	line-height: 139.5%;
	color: #000;
}

.other-news__text {
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #474747;
	padding: 16px 0 24px 0;
}

.other-news__box {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #f3eee3;
	padding-top: 24px;
}

.other-news__category {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.other-news__category span {
	color: #0d66d6;
}

.other-news__date {
	color: #474747;
}

.hund-pageTop {
	background-image: url(../../../img/single-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 166px 0 96px 0;
	margin-bottom: 96px;
}

@media (max-width: 768px) {

	.hund-pageTop {
		padding: 171px 0 100px 0;
		margin-bottom: 28px;
	}
}

.hund-pageTop__uptitle {
	text-align: center;
	color: #38b73d;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}

.hund-pageTop__title {
	text-align: center;
	margin-top: 24px;
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
}

@media (max-width: 768px) {

	.hund-pageTop__title {
		font-size: 24px;
	}
}

/*hund-page*/
.hund-page__wrapper {
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 1024px) {

	.hund-page__wrapper {
		padding: 0 15px;
	}
}

.hund-page__img {
	width: 100%;
	border-radius: 24px;
}

.hund-page__title-green {
	color: #38b73d;
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	margin-top: 64px;
	display: flex;
}

.hund-page__title-green::before {
	content: url(../../../img/hund-page_icon.svg);
	width: 34px;
	height: 34px;
	display: block;
	margin-right: 12px;
}

@media (max-width: 768px) {

	.hund-page__title-green {
		margin-top: 50px;
	}
}

.hund-page__boldtext {
	font-weight: 500;
}

.hund-page__title {
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	padding-top: 48px;
}

@media (max-width: 768px) {

	.hund-page__title {
		padding-top: 50px;
	}
}

.hund-page__text {
	font-weight: 300;
}

.hund-page__list {
	margin: 16px 0 0 26px;
	padding: 0;
}

.hund-page__list li::marker {
	color: #0d66d6;
}

.hund-page__box {
	display: flex;
	margin: 48px 0 64px 0;
}

@media (max-width: 768px) {

	.hund-page__box {
		margin-bottom: 50px;
		flex-wrap: wrap;
	}
}

.hund-page__item {
	width: 50%;
}

.hund-page__item:first-child {
	margin-right: 20px;
}

@media (max-width: 768px) {

	.hund-page__item:first-child {
		margin-right: 0;
		width: 100%;
	}
}

.hund-page__item:last-child {
	margin-left: 20px;
}

@media (max-width: 768px) {

	.hund-page__item:last-child {
		margin-left: 0;
		margin-top: 40px;
		width: 100%;
	}
}

@media (max-width: 768px) {

	.hund-page__item {
		width: 100%;
	}
}

.hund-page__item-img {
	width: 100%;
	border-radius: 24px;
}

.hund-page__filter {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 64px;
	margin-top: 64px;
}

.hund-page__filter .hund-page__title {
	padding-top: 0;
}

@media (max-width: 768px) {

	.hund-page__filter {
		margin-top: 50px;
		border-bottom: none;
		padding-bottom: 0;
	}
}

.hund-page__filter-item {
	width: 50%;
}

@media (max-width: 768px) {

	.hund-page__filter-item {
		width: 100%;
	}

	.hund-page__filter-item:last-child {
		margin-top: 32px;
	}
}

.hund-page__filter-btn {
	font-weight: 500;
	padding: 16px 24px;
	border-radius: 100px;
	background-color: #a7dba9;
	display: inline-block;
	margin-top: 16px;
}

.hund-page__filter-btn-blue {
	background-color: #82b3f1;
}

.hund-page__area {
	padding: 40px 32px;
	background-color: #f3eee3;
	border-radius: 24px;
	margin-bottom: 64px;
}

.hund-page__area .hund-page__text {
	padding-top: 16px;
}

/*Table*/
.table {
	background-color: #fff;
	padding: 56px;
	border-radius: 48px;
	display: flex;
	overflow-x: auto;
}

.table::-webkit-scrollbar {
	height: 4px;
}

.table::-webkit-scrollbar-thumb {
	background-color: #000;
}

@media (max-width: 768px) {

	.table {
		padding: 23px;
		margin-right: -15px;
		border-radius: 48px 0 0 48px;
	}
}

.table__wrapper {
	min-width: 728px;
}

.table__col {
	display: flex;
	justify-content: space-between;
	padding: 24px 0;
	border-bottom: 1px solid #f3eee3;
}

.table__col:first-child {
	padding-top: 0;
}

.table__col:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.table__col .table__row:first-child {
	text-align: left;
}

.table__row {
	width: 25%;
	text-align: center;
}

.prod-card {
	margin: 140px 0;
}

@media (max-width: 768px) {

	.prod-card {
		margin: 100px 0;
	}
}

.prod-card__title {
	text-align: center;
}

.prod-card__filter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 460px;
	width: 100%;
	height: 60px;
	background-color: #fff;
	border-radius: 30px;
	margin: 0 auto;
	padding: 0 6px;
}

@media (max-width: 768px) {

	.prod-card__filter {
		max-width: 100%;
		padding-right: 32px;
	}
}

.prod-card__filter-item {
	padding: 12px 20px;
}

@media (max-width: 768px) {

	.prod-card__filter-item {
		font-size: 12px;
		padding: 12px 0;
	}
}

.prod-card__filter-item-active {
	background-color: #000;
	color: #fff;
	border-radius: 24px;
}

@media (max-width: 768px) {

	.prod-card__filter-item-active {
		padding: 12px 20px;
	}
}

.prod-card__wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 64px 40px;
	margin-top: 64px;
}

@media (max-width: 1024px) {

	.prod-card__wrapper {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 768px) {

	.prod-card__wrapper {
		grid-template-columns: 100%;
		grid-gap: 15px;
	}
}

.prod-card__item {
	position: relative;
	background-color: #fff;
	border-radius: 16px;
}

.prod-card__marker {
	padding: 6px 16px;
	background-color: #000;
	border-radius: 30px;
	display: inline-flex;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	position: absolute;
	top: 16px;
	left: 16px;
}

.prod-card__img {
	width: 100%;
	display: block;
	border-radius: 16px 16px 0 0;
}

.prod-card__info {
	padding: 32px;
}

.prod-card__item-title {
	font-size: 24px;
	line-height: 139.5%;
}

@media (max-width: 768px) {

	.prod-card__item-title {
		font-size: 18px;
	}
}

.prod-card__item-text {
	padding: 16px 0 24px 0;
	border-bottom: 1px solid #f3eee3;
}

@media (max-width: 768px) {

	.prod-card__item-text {
		font-size: 14px;
	}
}

.prod-card__item-link {
	font-weight: 500;
	text-decoration: none;
	margin-top: 24px;
	display: inline-block;
}

.prod-card__item-link::after {
	content: url(../../../img/card-prod_icon.svg);
	padding-left: 5px;
}

@media (max-width: 768px) {

	.prod-card__item-link {
		font-size: 16px;
	}
}

.SEOText {
	margin: 120px auto;
}

.SEOTextWrapper {
	display: flex;
	gap: 40px;
}

@media (max-width: 500px) {

	.SEOTextWrapper {
		flex-direction: column-reverse;
	}
}

.SEOTextImage {
	width: 400px;
	min-width: 400px;
	display: flex;
	height: auto;
	border-radius: 16px;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	position: relative;
}

@media (max-width: 950px) {

	.SEOTextImage {
		width: 30%;
		min-width: 30vw;
	}
}

@media (max-width: 500px) {

	.SEOTextImage {
		width: 100%;
		max-height: 300px;
	}
}

.SEOTextImage img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.SEOTextImageTag {
	position: absolute;
	top: 18px;
	left: 18px;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	padding: 8px 16px;
	border-radius: 30px;
	line-height: 100%;
	z-index: 2;
}

.SEOTextContent {
	width: 100%;
}

.SEOTextTitle {
	font-size: 48px;
	color: #000;
	font-weight: 500;
	line-height: 100%;
}

.SEOTextDescription {
	margin-top: 32px;
	max-height: 300px;
	overflow: auto;
	margin-bottom: 16px;
	padding-right: 32px;
}

.SEOTextDescription::-webkit-scrollbar {
	width: 5px;
}

.SEOTextDescription::-webkit-scrollbar-track {
	background-color: #e0e0e0;
	margin: 12px 0;
	border-radius: 20px;
}

.SEOTextDescription::-webkit-scrollbar-thumb {
	background-color: #000;
	border-radius: 20px;
}

/* CSS Document */
.faq {
	background: url(img/faq.png) no-repeat;
	background-size: cover;
	background-position: center;
}

@media (max-width: 768px) {

	.faq {
		background-position: inherit;
	}
}

.faqTitle {
	text-align: center;
	margin-bottom: 48px;
}

.faqWrapper {
	display: flex;
	justify-content: center;
	gap: 20px;
	align-items: flex-start;
}

@media (max-width: 768px) {

	.faqWrapper {
		flex-direction: column;
	}
}

.faqList {
	width: 100%;
	max-width: 840px;
}

@media (max-width: 768px) {

	.faqList {
		max-width: 100%;
	}
}

.faqListItem {
	max-width: 904px;
	background: #fff;
	border-radius: 16px;
	padding: 32px;
	padding-right: 120px;
	margin: 0 auto 16px auto;
	position: relative;
	cursor: pointer;
}

@media (max-width: 768px) {

	.faqListItem {
		padding: 25px 20px;
	}
}

.faqListItem:last-child {
	margin-bottom: 0;
}

.faqListItem::before {
	content: "";
	width: 2.67px;
	height: 18.67px;
	background: #0d66d6;
	position: absolute;
	right: 46px;
	top: 36.8px;
}

@media (max-width: 768px) {

	.faqListItem::before {
		right: 35px;
	}
}

.faqListItem::after {
	content: "";
	width: 18.67px;
	height: 2.67px;
	background: #0d66d6;
	position: absolute;
	right: 38px;
	top: 45px;
}

@media (max-width: 768px) {

	.faqListItem::after {
		right: 27px;
	}
}

.faqListItem.active::before {
	transform: rotate(90deg);
}

.faqListItemQ {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #000;
}

@media (max-width: 768px) {

	.faqListItemQ {
		font-size: 16px;
		line-height: 24px;
		padding-right: 60px;
	}
}

.faqListItemA {
	display: none;
	padding-top: 20px;
}

.faqImage {
	margin-left: auto;
	width: 100%;
	max-width: 400px;
	position: relative;
	display: flex;
	height: auto;
	align-self: stretch;
	border-radius: 16px;
	overflow: hidden;
	max-height: 900px;
	min-height: 300px;
}

@media (max-width: 768px) {

	.faqImage {
		height: 500px;
		max-width: 100%;
	}
}

.faqImage img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.faqImageTag {
	position: absolute;
	top: 18px;
	left: 18px;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	padding: 8px 16px;
	border-radius: 30px;
	line-height: 100%;
	z-index: 2;
}

/* DSL Upsell */
.section-upsell {
	padding: 166px 0 96px 0;
}

@media (max-width: 768px) {

	.section-upsell {
		padding-top: 48px;
		padding-bottom: 48px;
	}
}

.upsell-top {
	text-align: center;
	margin-bottom: 32px;
}

.upsell-top h1 {
	padding-bottom: 16px;
}

.checkout-form__upsell {
	max-width: 384px;
	margin: 0 auto;
	background-color: #fff;
	padding: 16px;
	border: 2px solid oklch(0.922 0 0);
	border-radius: 8px;
}

@media (max-width: 1024px) {

	.checkout-form__upsell {
		margin-bottom: 100px;
	}
}

.deal-badge {
	border-radius: 12px;
	background-color: #000;
	padding: 4px 16px;
	text-align: center;
	font-weight: 500;
	color: #fff;
}

.deal-title {
	margin-bottom: 0;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 500;
	color: #000;
}

.deal-description strong {
	font-weight: 500;
	color: #000;
}

.deal-description ol,
.deal-description ul {
	display: flex;
	list-style-position: outside;
	flex-direction: column;
	gap: 0.5rem;
	padding-left: 1.25rem;
	margin: 0;
}

.deal-description ol li,
.deal-description ul li {
	padding-left: 0.5rem;
	line-height: 1.25rem;
	color: #000;
}

.deal-description ol li::marker,
.deal-description ul li::marker {
	content: "✅";
}

.deal-form {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #e5e7eb;
}

.deal-form br {
	display: none;
}

.deal-form a {
	border-bottom: 1px solid transparent;
	color: #2563eb;
	transition: color 200ms, background-color 200ms, border-color 200ms;
	text-decoration: none;
}

.deal-form a:hover {
	color: #1d4ed8;
	border-color: currentColor;
}

.deal-form .wpcf7-list-item {
	margin: 0;
	font-size: 14px;
}

.deal-form .wpcf7-submit {
	width: 100%;
	border: none;
	border-radius: 0.5rem;
	background-color: #47ca24;
	padding: 1rem;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.75rem;
	color: #fff;
	transition: background-color 300ms;
	margin: 16px 0 0;
	cursor: pointer;
}

.deal-form .wpcf7-submit:hover {
	background-color: #2eb10b;
}

.deal-form .wpcf7-submit:disabled {
	background-color: #47ca24;
}

.deal-form .wpcf7-spinner {
	display: block;
	margin: 16px auto 0;
}

.deal-form .wpcf7-response-output {
	margin: -24px 0 0 0 !important;
}

.deal-form p {
	margin-bottom: 0;
}

.modal__trigger {
	transition: color 200ms, background-color 200ms, border-color 200ms;
}

.modal__trigger:hover {
	color: #1d4ed8;
}

.modal__trigger_type_icon {
	padding: 0;
	border: 0;
	background-color: transparent;
	position: relative;
	top: 0.25rem;
	display: inline-flex;
	color: #000;
	cursor: pointer;
}

.modal__trigger_type_text {
	border-bottom: 1px solid transparent;
	color: #2563eb;
}

.modal__trigger_type_text:hover {
	border-color: currentColor;
}

.modal__trigger-icon {
	width: 1.25rem;
	height: 1.25rem;
}

.checkout__form-deal-total .total-title {
	color: #f18511 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

.checkout__form-deal-total .total__tafiff-name {
	font-size: 20px !important;
	font-weight: 700 !important;
}

/* Section with backdrop */
.section-has-backdrop .backdrop {
	padding: 48px;
	border-radius: 22px;
}

.section-has-backdrop .backdrop-content {
	background-color: #fff;
	border-radius: 8px;
	max-width: 846px;
	padding: 48px;
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 599px) {

	.section-has-backdrop .backdrop {
		padding: 16px;
	}

	.section-has-backdrop .backdrop-content {
		padding: 16px;
	}
}

.section-deal-info .deal-info-wrapper {
	display: flex;
	flex-direction: column;
}

.section-deal-info .deal-info-image {
	width: 100%;
}

.section-deal-info .deal-info-image img {
	width: 100%;
	height: auto;
	display: block;
}

.section-deal-info .deal-info-content {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.section-deal-info .deal-info-badge {
	display: none;
}

.section-deal-info .deal-info-title {
	font-size: 2rem;
	line-height: 1.2;
	margin: 0;
}

.section-deal-info .deal-info-title.desktop-only {
	display: none;
}

@media (min-width: 600px) {

	.section-deal-info .deal-info-title.desktop-only {
		display: block;
	}
}

@media (min-width: 600px) {

	.section-deal-info .deal-info-title.mobile-only {
		display: none;
	}
}

.section-deal-info .deal-info-description {
	font-size: 1rem;
	line-height: 1.6;
}

.section-deal-info .deal-info-description p:last-child {
	margin-bottom: 0;
}

.section-deal-info .deal-info-link {
	align-self: flex-start;
}

@media (min-width: 768px) {

	.section-deal-info .deal-info-wrapper {
		flex-direction: row;
		align-items: center;
		gap: 3rem;
	}

	.section-deal-info .deal-info-image {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.section-deal-info .deal-info-content {
		flex: 1;
	}
}

@media (min-width: 768px) and (max-width: 599px) {

	.section-deal-info .deal-info-badge-wrapper {
		display: none;
	}
}

@media (min-width: 768px) {

	.section-deal-info .deal-info-badge {
		display: inline-flex;
		background-color: #f18511;
		border-radius: 4px;
		padding: 6px 12px;
		font-size: 1rem;
		font-weight: 600;
		line-height: 1.4;
		color: #fff !important;
		box-decoration-break: clone;
	}

	.section-deal-info .deal-info-title {
		font-size: 2.5rem;
	}
}

@media (min-width: 1024px) {

	.section-deal-info {
		padding: 166px 0 96px 0;
	}

	.section-deal-info .deal-info-wrapper {
		gap: 4rem;
	}

	.section-deal-info .deal-info-title {
		font-size: 3rem;
	}
}

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

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

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

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

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.slick-track::after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

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

.slick-slide:focus {
	outline: none;
}

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

.slick-slide img {
	display: block;
}

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

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

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

.slick-loading .slick-slide {
	visibility: hidden;
}

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

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

.slick-arrow {
	position: absolute;
	top: 50%;
	margin: -27px 0 0 0 !important;
	width: 53px;
	height: 53px;
	background: rgba(0, 0, 0, 0);
	border: 0;
	cursor: pointer;
}

.slick-arrow.slick-prev {
	left: 0;
}

.slick-arrow.slick-next {
	right: 0;
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
	transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
	transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
	transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
	transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
	transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
	transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
	transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
	transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
	transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
	transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
	transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
	transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
	transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
	transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
	transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
	transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
	transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
	transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
	transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
	transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
	transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
	transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
	transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
	transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
	transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
	transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
	transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
	transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
	transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
	transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
	transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
	transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
	transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
	transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
	transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
	transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
	transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
	transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
	transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
	transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
	transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
	transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
	transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
	transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
	transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
	transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
	transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
	transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
	transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
	transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
	transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
	transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
	transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
	transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
	transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
	transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
	transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
	transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
	transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
	transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
	transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
	transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
	transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
	transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
	transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
	transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
	transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
	transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
	transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
	transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
	transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
	transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
	transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
	transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
	transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
	transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
	transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
	transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
	transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
	transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
	transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
	transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
	transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
	transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
	transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
	transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
	transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
	transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
	transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
	transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
	transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
	transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
	transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
	transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
	transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
	transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
	transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
	transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
	transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
	transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
	transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
	transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
	transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
	transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
	transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
	transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
	transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
	transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
	transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
	transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
	transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
	transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
	transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
	transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
	transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
	transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
	transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
	transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
	transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
	transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
	transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
	transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
	transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
	transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
	transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
	transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
	transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^="fade"][data-aos^="fade"] {
	opacity: 0;
	transition-property: opacity, transform;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
	opacity: 1;
	transform: translateZ(0);
}

[data-aos="fade-up"] {
	transform: translate3d(0, 100px, 0);
}

[data-aos="fade-down"] {
	transform: translate3d(0, -100px, 0);
}

[data-aos="fade-right"] {
	transform: translate3d(-100px, 0, 0);
}

[data-aos="fade-left"] {
	transform: translate3d(100px, 0, 0);
}

[data-aos="fade-up-right"] {
	transform: translate3d(-100px, 100px, 0);
}

[data-aos="fade-up-left"] {
	transform: translate3d(100px, 100px, 0);
}

[data-aos="fade-down-right"] {
	transform: translate3d(-100px, -100px, 0);
}

[data-aos="fade-down-left"] {
	transform: translate3d(100px, -100px, 0);
}

[data-aos^="zoom"][data-aos^="zoom"] {
	opacity: 0;
	transition-property: opacity, transform;
}

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
	opacity: 1;
	transform: translateZ(0) scale(1);
}

[data-aos="zoom-in"] {
	transform: scale(0.6);
}

[data-aos="zoom-in-up"] {
	transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos="zoom-in-down"] {
	transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos="zoom-in-right"] {
	transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos="zoom-in-left"] {
	transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos="zoom-out"] {
	transform: scale(1.2);
}

[data-aos="zoom-out-up"] {
	transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos="zoom-out-down"] {
	transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos="zoom-out-right"] {
	transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos="zoom-out-left"] {
	transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^="slide"][data-aos^="slide"] {
	transition-property: transform;
}

[data-aos^="slide"][data-aos^="slide"].aos-animate {
	transform: translateZ(0);
}

[data-aos="slide-up"] {
	transform: translate3d(0, 100%, 0);
}

[data-aos="slide-down"] {
	transform: translate3d(0, -100%, 0);
}

[data-aos="slide-right"] {
	transform: translate3d(-100%, 0, 0);
}

[data-aos="slide-left"] {
	transform: translate3d(100%, 0, 0);
}

[data-aos^="flip"][data-aos^="flip"] {
	backface-visibility: hidden;
	transition-property: transform;
}

[data-aos="flip-left"] {
	transform: perspective(2500px) rotateY(-100deg);
}

[data-aos="flip-left"].aos-animate {
	transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-right"] {
	transform: perspective(2500px) rotateY(100deg);
}

[data-aos="flip-right"].aos-animate {
	transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-up"] {
	transform: perspective(2500px) rotateX(-100deg);
}

[data-aos="flip-up"].aos-animate {
	transform: perspective(2500px) rotateX(0);
}

[data-aos="flip-down"] {
	transform: perspective(2500px) rotateX(100deg);
}

[data-aos="flip-down"].aos-animate {
	transform: perspective(2500px) rotateX(0);
}

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

html,
body {
	scroll-behavior: smooth;
	font-weight: normal;
	overflow-x: hidden;
}

body {
	background: #f9f8f5;
}

.container {
	max-width: 1280px;
	margin: auto;
}

@media (max-width: 1300px) {

	.container {
		padding: 0 15px;
	}
}

h1 {
	font-weight: 500;
	font-size: 56px;
	line-height: 110%;
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 40px;
}

@media (max-width: 768px) {

	h1 {
		font-size: 40px;
		padding-bottom: 35px;
	}
}

h2 {
	font-weight: 500;
	font-size: 47px;
	line-height: 130%;
	color: #000;
	margin-top: 0;
	margin-bottom: 32px;
}

@media (max-width: 768px) {

	h2 {
		font-size: 32px;
	}
}

h2.centered {
	text-align: center;
}

h3 {
	font-weight: 500;
	font-size: 20px;
	line-height: 160%;
	color: #000;
	margin-top: 0;
	margin-bottom: 12px;
}

@media (max-width: 768px) {

	h3 {
		font-size: 18px;
		line-height: 26px;
	}
}

p,
.text,
li {
	font-weight: 300;
	font-size: 16px;
	line-height: 180%;
	color: #474747;
}

@media (max-width: 768px) {

	p,
	.text,
	li {
		font-size: 14px;
	}
}

p {
	margin-top: 0;
	margin-bottom: 16px;
}

p:last-child {
	margin-bottom: 0;
}

.title-mob {
	display: none !important;
}

@media (max-width: 1024px) {

	.title-mob {
		display: block !important;
	}
}

.title-desc {
	display: block !important;
}

@media (max-width: 1024px) {

	.title-desc {
		display: none !important;
	}
}

span.word-wrap {
	display: none;
}

span.word-wrap + br {
	display: none;
}

@media (max-width: 768px) {

	span.word-wrap {
		display: inline-block;
	}

	span.word-wrap + br {
		display: inline-block;
	}
}

.btn {
	min-width: 136px;
	max-width: max-content;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	border-radius: 32px;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	text-decoration: none;
	padding: 10px;
}

.btn:hover {
	opacity: 0.7;
}

.btnBig {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: max-content;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	background: #000;
	border: 1px solid #000;
	border-radius: 32px;
	padding: 8px 8px 8px 24px;
	cursor: pointer;
}

.btnBig:hover {
	background: transparent;
	color: #000;
}

.btnBig .btn-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	width: 48px;
	background-color: #fff;
	border-radius: 50%;
	margin-left: 24px;
}

.btnBig.btnBig-white {
	color: #000;
	background: #fff;
}

.btnBig.btnBig-white .btn-arrow {
	background-color: #000;
}

.btnBig.btnBig-white .btn-arrow svg path {
	fill: #fff;
}

.siteMain.overlay {
	position: relative;
}

.siteMain.overlay::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(1px);
	z-index: 2;
}

.siteHeader {
	position: fixed;
	width: 100%;
	padding: 0 0 20px 0;
	z-index: 9;
}

@media (max-width: 1024px) {

	.siteHeader {
		position: relative;
	}
}

.siteHeader.fixed {
	background: #fff;
}

.siteHeader .custom-logo-link {
	display: flex;
	max-width: 242px;
}

@media (max-width: 768px) {

	.siteHeader .custom-logo-link {
		width: 100px;
	}
}

.siteHeader .headerWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	grid-gap: 40px;
}

@media (max-width: 1024px) {

	.siteHeader .btn {
		display: none;
	}
}

.headerNavigation {
	margin: 0;
}

.headerNavigation .menu {
	display: flex;
	justify-content: center;
	flex-direction: column;
	grid-gap: 10px;
}

.headerNavigation .menu .menu-item a {
	font-size: 16px;
	line-height: 26px;
	color: #474747;
}

@media (max-width: 1024px) {

	.headerNavigation .menu .menu-item a {
		font-weight: 400;
		font-size: 15px;
		line-height: 25px;
	}
}

.headerNavigation .menu .menu-item a:hover {
	color: #f88600;
}

.headerNavigation .btn {
	display: none;
}

.headerNavigation.open .btn {
	display: flex;
	width: 100%;
	max-width: 100%;
	margin-top: 50px;
	padding: 20px 10px;
}

.headerNavigation .mega-sub-menu .mega-menu-row > .mega-sub-menu {
	display: flex !important;
	flex-wrap: wrap;
}

@media (max-width: 1024px) {

	.headerNavigation .mega-sub-menu .mega-menu-row > .mega-sub-menu {
		flex-direction: column;
		grid-gap: 10px;
	}
}

.headerNavigation .mega-menu-column.custom-menu-col {
	background: #fff !important;
	border-radius: 14px !important;
	padding: 24px 24px 24px 16px !important;
}

.headerNavigation .mega-menu-column.custom-menu-col .mega-sub-menu {
	display: flex !important;
	flex-direction: column !important;
	grid-gap: 15px;
	height: 100% !important;
}

.headerNavigation .mega-menu-column.custom-menu-col .mega-sub-menu .widget_custom_html {
	display: flex !important;
	margin-top: auto !important;
	margin-bottom: 0 !important;
}

.headerNavigation .mega-menu-column.custom-menu-col .textwidget p {
	margin-bottom: 0 !important;
}

.headerNavigation .mega-menu-column.custom-menu-col .textwidget p a {
	display: flex;
	align-items: center;
	grid-gap: 15px;
	font-size: 20px;
	line-height: 30px;
	color: #000;
}

.headerNavigation .mega-menu-column.custom-menu-col .textwidget p a.megamenu-morelink {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
	grid-gap: 10px;
	margin-bottom: 0;
}

.headerNavigation .mega-menu-column.custom-menu-col .textwidget p a.megamenu-morelink:hover {
	color: #f88600;
}

.headerNavigation .mega-menu-column.custom-menu-img {
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 80% !important;
}

@media (max-width: 1024px) {

	.headerNavigation .mega-menu-column.custom-menu-img {
		display: none !important;
	}
}

.headerNavigation .mega-menu-column.custom-menu-img .widget_media_image {
	display: flex !important;
	height: 348px !important;
}

.headerNavigation .mega-menu-column.custom-menu-img .widget_media_image img {
	object-fit: cover;
}

.headerNavigation .mega-menu-column.bottom-column {
	width: 68.66667% !important;
}

@media (max-width: 1024px) {

	.headerNavigation .mega-menu-column.bottom-column {
		width: 100% !important;
	}
}

.headerNavigation .mega-menu-column.bottom-column .megamenu-bottom {
	background: #fff;
	border-radius: 14px;
	padding: 24px 16px;
	margin-top: 15px;
}

.headerNavigation .megamenu-bottom-title {
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	color: #000;
	margin-bottom: 6px;
}

.headerNavigation .megamenu-bottom-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	grid-gap: 10px;
}

.headerNavigation .megamenu-bottom-list a {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #000;
	text-align: center;
	background: #fbdcb9;
	border-radius: 32px;
	padding: 10px 24px;
}

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

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
		width: 22% !important;
		min-height: 100%;
		margin-right: 16px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12:last-child {
		width: 30% !important;
		margin-right: 0;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12:last-child .widget_media_image {
		padding: 0 !important;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12:last-child .widget_media_image img {
		width: 100%;
		border-radius: 14px;
	}
}

@media (max-width: 1024px) {

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-weight: 500 !important;
	}
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	margin-top: 23px;
}

#burger {
	display: none;
}

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

.archive .page-title {
	text-align: center;
}

.archive .blogPostsWrap {
	padding-bottom: 130px;
}

.siteFooter {
	background: #282724;
	padding-top: 80px;
}

@media (max-width: 1024px) {

	.siteFooter {
		padding-top: 60px;
	}
}

.siteFooter .footerWrap {
	display: grid;
	grid-template-columns: 0.6fr 0.7fr 0.8fr;
	grid-gap: 60px;
	padding-bottom: 130px;
}

@media (max-width: 1024px) {

	.siteFooter .footerWrap {
		grid-template-columns: 100%;
		padding-bottom: 60px;
	}
}

.siteFooter .footerLogo {
	display: flex;
	max-width: 241px;
	margin-bottom: 34px;
}

@media (max-width: 768px) {

	.siteFooter .footerLogo {
		max-width: 186px;
		margin-bottom: 20px;
	}
}

.siteFooter .text {
	max-width: 290px;
	font-weight: 300;
	font-size: 12px;
	line-height: 177%;
	color: #d6d6d6;
}

.siteFooter #footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.siteFooter #footer-menu .menu-item {
	margin-bottom: 24px;
}

.siteFooter #footer-menu .menu-item:last-child {
	margin-bottom: 0;
}

.siteFooter #footer-menu .menu-item a {
	font-weight: 400;
	font-size: 32px;
	line-height: 48px;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 768px) {

	.siteFooter #footer-menu .menu-item a {
		font-size: 24px;
		line-height: 36px;
	}
}

.siteFooter #footer-menu .menu-item a:hover {
	color: #f8b800;
}

.siteFooter .footerContacts .footerContactsItem {
	display: flex;
	align-items: center;
	justify-content: space-between;
	grid-gap: 32px;
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid #535049;
}

.siteFooter .footerContacts .footerContactsItem:last-child {
	margin-bottom: 0;
}

.siteFooter .footerContacts .footerContactsItem .title {
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #cacaca;
}

.siteFooter .footerContacts .footerContactsItem a,
.siteFooter .footerContacts .footerContactsItem .text {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 768px) {

	.siteFooter .footerContacts .footerContactsItem a,
	.siteFooter .footerContacts .footerContactsItem .text {
		font-size: 16px;
		line-height: 24px;
	}
}

.siteFooter .footerContacts .footerContactsItem a:hover {
	color: #f8b800;
}

.siteFooter .footerBottom {
	border-top: 1px solid #535049;
	padding: 24px 0;
}

.siteFooter .footerBottom #legal-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	grid-gap: 35px;
}

.siteFooter .footerBottom #legal-menu a {
	font-weight: 300;
	font-size: 12px;
	line-height: 160%;
	color: #cacaca;
	text-decoration: none;
}

.siteFooter .footerBottom #legal-menu a:hover {
	text-decoration: underline;
}

.top {
	background: url(img/main-bg.svg) no-repeat;
	background-size: contain;
	background-position-x: right;
	padding-top: 166px;
	padding-bottom: 100px;
	margin-bottom: 140px;
}

@media (max-width: 1024px) {

	.top {
		background: none;
		margin-bottom: 0;
	}
}

@media (max-width: 768px) {

	.top {
		padding-top: 112px;
	}
}

.top .topWrap {
	display: grid;
	grid-template-columns: 0.7fr 1fr;
	grid-gap: 150px;
}

@media (max-width: 1024px) {

	.top .topWrap {
		grid-template-columns: 100%;
		grid-gap: 50px;
	}
}

.top .topTitle {
	border-bottom: 1px solid #bbb8b2;
}

.top .topTitle img {
	margin-left: 10px;
}

.top .topButton {
	display: flex;
	grid-gap: 15px;
	flex-wrap: wrap;
	margin-top: 40px;
}

@media (max-width: 768px) {

	.top .topButton {
		margin-top: 35px;
	}
}

.top .topButton .small-gallery {
	display: flex;
	align-items: center;
}

.top .topButton .small-gallery .small-galleryImg {
	display: flex;
	width: 64px;
	height: 64px;
	border: 2px solid #f9f8f5;
	border-radius: 50%;
	overflow: hidden;
	margin-left: -20px;
}

@media (max-width: 768px) {

	.top .topButton .small-gallery .small-galleryImg {
		display: none;
		width: 50px;
		height: 50px;
	}
}

.top .topButton .small-gallery .small-galleryImg:first-child {
	margin-left: 0;
}

@media (max-width: 768px) {

	.top .topButton .small-gallery .small-galleryImg:nth-child(1),
	.top .topButton .small-gallery .small-galleryImg:nth-child(2),
	.top .topButton .small-gallery .small-galleryImg:last-child {
		display: flex;
	}
}

.top .topButton .small-gallery .small-galleryImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.top .topText {
	margin-top: 40px;
}

.top.top__tariffs {
	background: #fff;
	margin-bottom: 0;
}

.top.top__tariffs .tarrifList {
	max-width: 800px;
	margin: auto;
}

.top.top__tariffs .tarrifListItem {
	background: #f9f8f5;
}

.tarrifList .tarrifListItem {
	min-height: 120px;
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 16px;
	padding: 24px;
	margin-bottom: 32px;
}

@media (max-width: 768px) {

	.tarrifList .tarrifListItem {
		flex-direction: column;
		align-items: flex-start;
		grid-gap: 20px;
		padding: 15px 20px;
		margin-bottom: 15px;
	}
}

.tarrifList .tarrifListItem:last-child {
	margin-bottom: 0;
}

.tarrifList .tarrifListItem .tarrifListItemLeft {
	display: flex;
	align-items: center;
	grid-gap: 14px;
}

@media (max-width: 768px) {

	.tarrifList .tarrifListItem .tarrifListItemLeft {
		display: grid;
		grid-template-columns: 0.3fr 1fr;
		grid-gap: 10px;
	}
}

.tarrifList .tarrifListItem .tariff-img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
}

@media (max-width: 768px) {

	.tarrifList .tarrifListItem .tariff-img {
		width: 75px;
		height: 75px;
	}
}

.tarrifList .tarrifListItem .tariff-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tarrifList .tarrifListItem .tariff-name {
	display: flex;
	flex-direction: column;
}

.tarrifList .tarrifListItem .tariff-name .title {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	margin-bottom: 12px;
}

@media (max-width: 768px) {

	.tarrifList .tarrifListItem .tariff-name .title {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 5px;
	}
}

.tarrifList .tarrifListItem .tariff-name .subtitle {
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #000;
}

@media (max-width: 768px) {

	.tarrifList .tarrifListItem .tariff-name .subtitle {
		font-size: 14px;
		line-height: 22px;
	}
}

.tarrifList .tarrifListItem .tariff-name .subtitle span {
	font-weight: 600;
	color: #0d66d6;
}

.tarrifList .tarrifListItem .tarrifListItemRight {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

@media (max-width: 768px) {

	.tarrifList .tarrifListItem .tarrifListItemRight {
		align-items: flex-start;
	}
}

@media (max-width: 420px) {

	.tarrifList .tarrifListItem .tarrifListItemRight {
		width: 100%;
	}
}

.tarrifList .tarrifListItem .tarrifListItemRight .btn {
	background: #fff;
	color: #000;
	border: 2px solid #000;
	padding: 8px 10px;
}

@media (max-width: 768px) {

	.tarrifList .tarrifListItem .tarrifListItemRight .btn {
		width: 100%;
		max-width: 100%;
	}
}

.tarrifList .tarrifListItem .tarrifListItemRight .btn:hover {
	background: #000;
	color: #fff;
	opacity: 1;
}

.tarrifList .tarrifListItem .tarrifListItemRight .notetext {
	margin-top: 12px;
}

@media (max-width: 768px) {

	.tarrifList .tarrifListItem .tarrifListItemRight .notetext {
		margin-top: 20px;
	}
}

.tarrifList .tarrifListItem .tarrifListItemRight .notetext p {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin: 0;
}

.tarrifList .tarrifListItem .tarrifListItemRight .notetext p strong {
	font-weight: 600;
}

.tarrifList .tarrifListItem .tarrifListItemRight .notetext p img {
	vertical-align: middle;
}

.icon_list.with-title {
	margin-bottom: 16px;
}

.icon_list.with-title .icon_listWrap {
	border: 0;
}

.icon_listTitle {
	text-align: center;
}

.icon_list .icon_listWrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
	border-top: 1px solid #bbb8b2;
	border-bottom: 1px solid #bbb8b2;
	padding: 64px 0;
}

@media (max-width: 1024px) {

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

@media (max-width: 768px) {

	.icon_list .icon_listWrap {
		grid-template-columns: 100%;
	}
}

.icon_list .icon_listWrap .icon_listItem {
	display: grid;
	grid-template-columns: 0.2fr 1fr;
	grid-gap: 24px;
}

@media (max-width: 768px) {

	.icon_list .icon_listWrap .icon_listItem {
		grid-gap: 20px;
	}
}

.icon_list .icon_listWrap .icon_listItem .icon_listItemImg {
	width: 70px;
	height: 70px;
}

.icon_list .icon_listWrap .icon_listItem .icon_listItemText p {
	margin: 0;
}

.text_img.geometry-orange {
	position: relative;
}

.text_img.geometry-orange::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -350px;
	width: 758px;
	height: 1002px;
	background: url(img/geometry-orange.svg) no-repeat;
	background-size: contain;
	pointer-events: none;
	overflow: hidden;
	z-index: -1;
}

@media (max-width: 1024px) {

	.text_img.geometry-orange::after {
		content: none;
	}
}

.text_img.geometry-blue {
	position: relative;
}

.text_img.geometry-blue::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -470px;
	width: 927px;
	height: 1357px;
	background: url(img/geometry-blue.svg) no-repeat;
	background-size: contain;
	pointer-events: none;
	overflow: hidden;
	z-index: -1;
}

@media (max-width: 1024px) {

	.text_img.geometry-blue::after {
		content: none;
	}
}

.text_img.wider-text .text_imgText {
	max-width: 503px;
}

.text_img.bg-white {
	background: #fff;
	margin-bottom: 80px;
}

.text_img .text_imgWrap {
	display: grid;
	grid-template-columns: 0.9fr 1fr;
	grid-gap: 150px;
	align-items: center;
}

@media (max-width: 1024px) {

	.text_img .text_imgWrap {
		grid-gap: 32px;
	}
}

@media (max-width: 600px) {

	.text_img .text_imgWrap {
		grid-template-columns: 100%;
	}
}

.text_img .text_imgWrap.rechts {
	grid-template-columns: 1fr 0.9fr;
}

@media (max-width: 1024px) {

	.text_img .text_imgWrap.rechts {
		grid-gap: 32px;
	}
}

@media (max-width: 600px) {

	.text_img .text_imgWrap.rechts {
		grid-template-columns: 100%;
		display: flex;
		flex-direction: column-reverse;
	}
}

.text_img .text_imgWrap.rechts .text_imgImage {
	order: 2;
}

.text_img .text_imgImage {
	display: flex;
}

@media (max-width: 1024px) {

	.text_img .text_imgImage {
		margin-bottom: 15px;
	}
}

.text_img .text_imgImage img {
	width: 100%;
	object-fit: cover;
	border-radius: 24px;
}

.text_img .text_imgText {
	max-width: 400px;
}

@media (max-width: 1024px) {

	.text_img .text_imgText {
		max-width: 100%;
	}
}

.text_img .btnBig {
	margin-top: 32px;
}

.grid_list {
	margin-bottom: 123px;
}

@media (max-width: 1024px) {

	.grid_list {
		margin-bottom: 100px;
	}
}

.grid_list .grid_listTitle,
.grid_list .grid_listText {
	text-align: center;
}

@media (max-width: 768px) {

	.grid_list .grid_listTitle br {
		display: none;
	}
}

.grid_list .grid_listWrap {
	display: grid;
	grid-template-columns: 1fr 0.8fr 0.6fr;
	grid-gap: 24px;
	margin-top: 64px;
	margin-bottom: 64px;
}

@media (max-width: 1024px) {

	.grid_list .grid_listWrap {
		grid-template-columns: 100%;
	}
}

@media (max-width: 768px) {

	.grid_list .grid_listWrap {
		grid-gap: 10px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

.grid_list .grid_listWrapCol {
	display: grid;
	grid-gap: 24px;
}

@media (max-width: 768px) {

	.grid_list .grid_listWrapCol {
		grid-gap: 10px;
	}
}

.grid_list .grid_listWrapCol:nth-child(1) {
	grid-template-columns: 0.7fr 1fr;
}

@media (max-width: 1024px) {

	.grid_list .grid_listWrapCol:nth-child(1) {
		grid-template-columns: 0.6fr 1fr;
	}
}

.grid_list .grid_listWrapCol:nth-child(1) .grid_listWrapColItem:nth-child(2) {
	grid-row: span 2;
}

.grid_list .grid_listWrapCol:nth-child(1) .grid_listWrapColItem.with-text {
	background: linear-gradient(0deg, #fbdcb9, #fbdcb9), #d9d9d9;
}

.grid_list .grid_listWrapCol:nth-child(1) .grid_listWrapColItem.with-text .number {
	color: #f88600;
	margin-bottom: 95px;
}

@media (max-width: 1024px) {

	.grid_list .grid_listWrapCol:nth-child(1) .grid_listWrapColItem.with-text .number {
		margin-bottom: 16px;
	}
}

.grid_list .grid_listWrapCol:nth-child(2) {
	grid-template-columns: 1fr 1fr;
}

.grid_list .grid_listWrapCol:nth-child(2) .grid_listWrapColItem:nth-child(1) {
	grid-column: span 2;
}

.grid_list .grid_listWrapCol:nth-child(2) .grid_listWrapColItem.with-text {
	background: linear-gradient(0deg, #c6e4ff, #c6e4ff), #d9d9d9;
}

.grid_list .grid_listWrapCol:nth-child(2) .grid_listWrapColItem.with-text .number {
	color: #0d66d6;
	margin-bottom: 73px;
}

.grid_list .grid_listWrapCol:nth-child(3) .grid_listWrapColItem.with-text {
	background: linear-gradient(0deg, #d6f0d7, #d6f0d7), #d9d9d9;
	overflow: hidden;
	position: relative;
}

.grid_list .grid_listWrapCol:nth-child(3) .grid_listWrapColItem.with-text::after {
	content: "";
	width: 300px;
	height: 400px;
	background: url(img/geometry-green-bg.svg) no-repeat;
	top: 0;
	position: absolute;
	right: 0;
	z-index: 0;
}

.grid_list .grid_listWrapCol:nth-child(3) .grid_listWrapColItem.with-text .number {
	font-size: 60px;
	color: #38b73d;
	z-index: 1;
}

@media (max-width: 768px) {

	.grid_list .grid_listWrapCol:nth-child(3) .grid_listWrapColItem.with-text .number {
		font-size: 50px;
		margin-bottom: 16px;
	}
}

.grid_list .grid_listWrapCol:nth-child(3) .grid_listWrapColItem.with-text .text {
	font-size: 17px;
	line-height: 160%;
}

@media (max-width: 768px) {

	.grid_list .grid_listWrapCol:nth-child(3) .grid_listWrapColItem.with-text .text {
		font-size: 15px;
	}
}

.grid_list .grid_listWrapCol .grid_listWrapColItem {
	display: flex;
	border-radius: 16px;
	overflow: hidden;
}

.grid_list .grid_listWrapCol .grid_listWrapColItem .bild {
	width: 100%;
	display: flex;
	margin-bottom: 0;
}

.grid_list .grid_listWrapCol .grid_listWrapColItem .bild img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.grid_list .grid_listWrapCol .grid_listWrapColItem .number {
	font-weight: 600;
	font-size: 40px;
	line-height: 130%;
}

.grid_list .grid_listWrapCol .grid_listWrapColItem .text {
	font-size: 14px;
	line-height: 160%;
}

.grid_list .grid_listWrapCol .grid_listWrapColItem.with-text {
	flex-direction: column;
	justify-content: space-between;
	padding: 28px 24px;
}

@media (max-width: 1024px) {

	.grid_list .grid_listWrapCol .grid_listWrapColItem.with-text {
		padding: 20px 15px;
	}
}

.grid_list .buttonWrap {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.grid_list .buttonWrap::before,
.grid_list .buttonWrap::after {
	content: "";
	position: absolute;
	width: 39%;
	height: 1px;
	background-color: #bbb8b2;
}

@media (max-width: 1024px) {

	.grid_list .buttonWrap::before,
	.grid_list .buttonWrap::after {
		width: 17%;
	}
}

.grid_list .buttonWrap::before {
	left: 0;
}

.grid_list .buttonWrap::after {
	right: 0;
}

.grid_list .btnBig {
	margin: 0 auto;
}

.list_banner .list_bannerTitle {
	text-align: center;
}

@media (max-width: 1024px) {

	.list_banner .list_bannerTitle {
		text-align: left;
	}
}

.list_banner .list_bannerList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 24px;
	margin-top: 64px;
	margin-bottom: 24px;
}

@media (max-width: 1024px) {

	.list_banner .list_bannerList {
		grid-template-columns: 100%;
		grid-gap: 15px;
		margin-top: 50px;
		margin-bottom: 15px;
	}
}

.list_banner .list_bannerList .list_bannerListItem {
	background-color: #fff;
	text-align: center;
	border-radius: 16px;
	padding: 40px 45px;
}

@media (max-width: 768px) {

	.list_banner .list_bannerList .list_bannerListItem {
		padding: 35px 20px;
	}
}

.list_banner .list_bannerList .list_bannerListItem .title {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #000;
	margin-bottom: 16px;
}

@media (max-width: 768px) {

	.list_banner .list_bannerList .list_bannerListItem .title {
		font-size: 18px;
		line-height: 27px;
	}
}

.list_banner .list_bannerList .list_bannerListItem .number {
	font-weight: 600;
	font-size: 48px;
	line-height: 130%;
	color: #474747;
	border-top: 1px solid #4747474d;
	margin-top: 32px;
	padding-top: 32px;
}

@media (max-width: 768px) {

	.list_banner .list_bannerList .list_bannerListItem .number {
		font-size: 36px;
		margin-top: 25px;
		padding-top: 25px;
	}
}

.list_banner .list_bannerList .list_bannerListItem .number sup {
	font-size: 30px;
}

@media (max-width: 768px) {

	.list_banner .list_bannerList .list_bannerListItem .number sup {
		font-size: 23px;
	}
}

.list_banner .list_bannerList .list_bannerListItem:nth-child(1) .number {
	border-top: 1px solid #dbb990;
}

.list_banner .list_bannerList .list_bannerListItem:nth-child(2) .number {
	border-top: 1px solid #9ac3e8;
}

.list_banner .list_bannerList .list_bannerListItem:nth-child(3) .number {
	border-top: 1px solid #aadaac;
}

.list_banner .list_bannerBanner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 16px;
	padding-top: 285px;
	position: relative;
	z-index: 1;
}

.list_banner .list_bannerBanner::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 86.25%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 18.56%, rgba(0, 0, 0, 0) 52.68%);
	border-radius: 16px;
	z-index: -1;
}

.list_banner .list_bannerBanner .list_bannerBannerContent {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	grid-gap: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding: 24px 0 32px 0;
	margin: 0 48px;
}

@media (max-width: 768px) {

	.list_banner .list_bannerBanner .list_bannerBannerContent {
		grid-gap: 20px;
		padding-bottom: 38px;
		margin: 0 15px;
	}
}

.list_banner .list_bannerBanner .list_bannerBannerContent .title {
	max-width: 480px;
	font-weight: 500;
	font-size: 40px;
	line-height: 110%;
	color: #fff;
}

@media (max-width: 768px) {

	.list_banner .list_bannerBanner .list_bannerBannerContent .title {
		font-size: 24px;
	}
}

.list_banner .list_bannerBanner .list_bannerBannerContent .text {
	max-width: 370px;
	color: #fff;
}

.page_intro {
	background: #fbdcb9;
	padding-top: 166px;
	padding-bottom: 105px;
}

@media (max-width: 768px) {

	.page_intro {
		padding-top: 112px;
		padding-bottom: 100px;
	}
}

.page_introWrap {
	display: grid;
	grid-template-columns: 0.6fr 1fr;
	grid-gap: 50px;
}

@media (max-width: 1024px) {

	.page_introWrap {
		grid-template-columns: 100%;
	}
}

.page_introWrap .page_introTitle {
	border-bottom: 1px solid #dbb990;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

@media (max-width: 768px) {

	.page_introWrap .page_introTitle {
		hyphens: auto;
		padding-bottom: 35px;
		margin-bottom: 35px;
	}
}

.page_introWrap .page_introText {
	margin-bottom: 40px;
}

.page_introWrap .page_introImgs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: -60px 50px 0 auto;
	position: relative;
	z-index: 1;
}

@media (max-width: 1024px) {

	.page_introWrap .page_introImgs {
		display: none;
	}
}

.page_introWrap .page_introImgs::before {
	content: "";
	position: absolute;
	top: -100px;
	right: -100px;
	width: 733px;
	height: 620px;
	background: url(img/page-top-bg.svg) no-repeat;
	background-size: contain;
	z-index: -1;
}

.page_introWrap .page_introImgs .page_introImgsImg {
	display: flex;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	border: 9px solid #fff;
	margin: auto;
	overflow: hidden;
}

.page_introWrap .page_introImgs .page_introImgsImg img {
	width: 100%;
	object-fit: cover;
}

.page_introWrap .page_introImgs .page_introImgsImg:first-child {
	width: 172px;
	margin-right: 100px;
	margin-bottom: -50px;
}

.page_introWrap .page_introImgs .page_introImgsImg:nth-child(2) {
	width: 172px;
	margin-left: 30px;
	margin-bottom: 15px;
}

.page_introWrap .page_introImgs .page_introImgsImg:last-child {
	width: 280px;
	grid-column: span 2;
}

.faq {
	background: url(img/faq.png) no-repeat;
	background-size: cover;
	background-position: center;
}

@media (max-width: 768px) {

	.faq {
		background-position: inherit;
	}
}

.faq .faqTitle {
	text-align: center;
	margin-bottom: 48px;
}

.faq .faqListItem {
	max-width: 904px;
	background: #fff;
	border-radius: 16px;
	padding: 32px;
	padding-right: 120px;
	margin: 0 auto 16px auto;
	position: relative;
	cursor: pointer;
}

@media (max-width: 768px) {

	.faq .faqListItem {
		padding: 25px 20px;
	}
}

.faq .faqListItem:last-child {
	margin-bottom: 0;
}

.faq .faqListItem::before {
	content: "";
	width: 2.67px;
	height: 18.67px;
	background: #0d66d6;
	position: absolute;
	right: 46px;
	top: 36.8px;
}

@media (max-width: 768px) {

	.faq .faqListItem::before {
		right: 35px;
	}
}

.faq .faqListItem::after {
	content: "";
	width: 18.67px;
	height: 2.67px;
	background: #0d66d6;
	position: absolute;
	right: 38px;
	top: 45px;
}

@media (max-width: 768px) {

	.faq .faqListItem::after {
		right: 27px;
	}
}

.faq .faqListItem.active::before {
	transform: rotate(90deg);
}

.faq .faqListItem .faqListItemQ {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #000;
}

@media (max-width: 768px) {

	.faq .faqListItem .faqListItemQ {
		font-size: 16px;
		line-height: 24px;
		padding-right: 60px;
	}
}

.faq .faqListItem .faqListItemA {
	display: none;
	padding-top: 20px;
}

.tariffs h2 {
	margin-bottom: 64px;
}

@media (max-width: 768px) {

	.tariffs h2 {
		margin-bottom: 50px;
	}
}

.tariffsList {
	display: flex;
	justify-content: center;
	grid-gap: 40px;
}

@media (max-width: 1024px) {

	.tariffsList {
		grid-template-columns: 100%;
		margin-left: -15px;
		margin-right: -15px;
	}
}

.tariffsList .list-item {
	flex-basis: 33%;
}

.tariffsList .slick-list {
	padding: 0 11% 0 3% !important;
}

.tariffsListItem {
	display: flex;
	flex-basis: 33%;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
}

@media (max-width: 1024px) {

	.tariffsListItem {
		margin: 0 8px;
	}
}

.tariffsListItemTop {
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	padding: 32px 20px;
}

@media (max-width: 768px) {

	.tariffsListItemTop {
		padding: 25px 15px;
	}
}

.tariffsListItemTop .title {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #000;
	margin-bottom: 16px;
}

@media (max-width: 768px) {

	.tariffsListItemTop .title {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 10px;
	}
}

.tariffsListItemTop .text {
	max-width: 320px;
	margin: auto;
}

@media (max-width: 768px) {

	.tariffsListItemTop .text {
		max-width: 280px;
	}
}

.tariffsListItemOptions {
	padding: 32px 32px 0 32px;
}

.tariffsListItemOptions .tariff-option {
	display: grid;
	grid-template-columns: 0.1fr 1fr;
	align-items: baseline;
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #474747;
	margin-bottom: 10px;
}

@media (max-width: 768px) {

	.tariffsListItemOptions .tariff-option {
		font-size: 14px;
	}
}

.tariffsListItemOptions .tariff-option:last-child {
	margin-bottom: 0;
}

.tariffsListItemOptions .tariff-option-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	margin-right: 12px;
}

.tariffsListItemBottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.tariffsListItemPrice {
	font-weight: 600;
	font-size: 48px;
	line-height: 130%;
	text-align: center;
	padding: 32px 38px 0 38px;
	margin-bottom: 16px;
}

@media (max-width: 768px) {

	.tariffsListItemPrice {
		font-size: 36px;
	}
}

.tariffsListItemPrice sup {
	font-size: 30px;
}

.tariffsListItemPrice span {
	display: block;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

.tariffsListItemBtn {
	display: flex;
	justify-content: center;
	padding-left: 38px;
	padding-right: 38px;
	margin-bottom: 40px;
}

.tariffsListItemBtn .btn {
	width: 100%;
	max-width: 100%;
	font-weight: 500;
	color: #000;
	border: 2px solid #000;
	background: #fff;
	padding: 16px;
}

.tariffsListItemBtn .btn:hover {
	opacity: 1;
	color: #fff;
	background: #000;
}

@media (max-width: 768px) {

	.tariffs_table h2 {
		hyphens: auto;
	}
}

.tariffs_table img.tooltip {
	cursor: pointer;
}

.tariffs_table img.tooltip + span {
	position: absolute;
	max-width: 250px;
	padding: 10px;
	font-size: 12px;
	background: #fff;
	border: 1px solid #f3eee3;
}

.tariffs_tableWrapDesc {
	margin-top: 64px;
}

@media (max-width: 1024px) {

	.tariffs_tableWrapDesc {
		display: none;
	}
}

.tariffs_tableWrapDesc table tbody tr:first-child td {
	background: #fff;
	padding-top: 56px;
	padding-bottom: 32px;
	border-bottom: 0;
}

.tariffs_tableWrapDesc table tbody tr:first-child td:first-child {
	padding-left: 56px;
	border-radius: 48px 0 0 0;
}

.tariffs_tableWrapDesc table tbody tr:first-child td:last-child {
	padding-right: 56px;
	border-radius: 0 48px 0 0;
}

.tariffs_tableWrapDesc table tbody tr:first-child td span {
	font-weight: 500;
	font-size: 20px;
	line-height: 160%;
}

.tariffs_tableWrapDesc table tbody tr:last-child td {
	padding-bottom: 56px;
	padding-left: 6px;
	padding-right: 6px;
	border-bottom: 0;
}

.tariffs_tableWrapDesc table tbody tr:last-child td:first-child {
	padding-left: 56px;
	border-radius: 0 0 0 48px;
}

.tariffs_tableWrapDesc table tbody tr:last-child td:last-child {
	padding-right: 56px;
	border-radius: 0 0 48px 0;
}

.tariffs_tableWrapDesc table tbody tr:nth-last-child(2) td {
	border-bottom: 0;
}

.tariffs_tableWrapDesc table tbody tr td {
	width: 220px !important;
	background: #fff;
	color: #000;
	font-weight: 400;
	padding-top: 24px;
	padding-left: 32px;
	padding-bottom: 24px;
	border-bottom: 1px solid #f3eee3;
}

.tariffs_tableWrapDesc table tbody tr td:first-child {
	width: 640px !important;
	padding-left: 56px;
}

.tariffs_tableWrapDesc table tbody tr td:nth-child(3) {
	background: rgba(255, 255, 255, 0.35);
}

.tariffs_tableWrapDesc table tbody tr td p,
.tariffs_tableWrapDesc table tbody tr td li {
	font-weight: 400;
	color: #000;
}

.tariffs_tableWrapDesc table tbody tr td strong {
	font-weight: 500;
	font-size: 20px;
	line-height: 160%;
	color: #000;
}

.tariffs_tableWrapDesc table tbody tr td ul {
	margin: 0;
	padding-left: 25px;
	line-height: 40px;
}

.tariffs_tableWrapDesc table tbody tr td a.btn {
	width: 100%;
	max-width: 170px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	border: 2px solid #000;
	background: #fff;
	margin: 0 auto;
}

.tariffs_tableWrapDesc table tbody tr td a.btn:hover {
	color: #fff;
	background: #000;
	opacity: 1;
}

.tariffs_tableWrap {
	display: none;
	grid-template-columns: 100%;
	grid-gap: 15px;
}

@media (max-width: 1024px) {

	.tariffs_tableWrap {
		display: grid;
	}
}

.tariffs_tableItem {
	background: #fff;
	border-radius: 48px;
	padding: 30px 15px;
}

.tariffs_tableItem .name {
	font-weight: 500;
	font-size: 20px;
	line-height: 160%;
	margin-bottom: 32px;
}

@media (max-width: 1024px) {

	.tariffs_tableItem .name {
		margin-bottom: 15px;
	}
}

.tariffs_tableItem:nth-child(1) .name {
	color: #f88600;
}

.tariffs_tableItem:nth-child(2) .name {
	color: #0d66d6;
}

.tariffs_tableItem:nth-child(3) .name {
	color: #38b73d;
}

.tariffs_tableItem .btn {
	width: 100%;
	max-width: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	border: 2px solid #000;
	background: #fff;
	padding: 21px;
}

.tariffs_tableItem .btn:hover {
	background: #000;
	color: #fff;
	opacity: 1;
}

.tariffs_tableItemOptions {
	margin-bottom: 30px;
}

.tariffs_tableItemOptions .tariffs_tableItemOptionsItem {
	border-bottom: 1px solid #f3eee3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.tariffs_tableItemOptions .tariffs_tableItemOptionsItem:last-child {
	border-bottom: 0;
}

.tariffs_tableItemOptions .tariffs_tableItemOptionsItem .title {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #000;
	margin-bottom: 10px;
}

.tariffs_tableItemOptions .tariffs_tableItemOptionsItem .item-row {
	display: flex;
	justify-content: space-between;
}

.tariffs_tableItemOptions .tariffs_tableItemOptionsItem .item-row ul {
	margin: 0;
	padding-left: 20px;
}

.tariffs_tableItemOptions .tariffs_tableItemOptionsItem .item-row .item-row-title {
	max-width: 210px;
}

.tariffs_tableItemOptions .tariffs_tableItemOptionsItem .item-row .item-row-title img {
	margin-left: 2px;
}

.tariffs_tableItemOptions .tariffs_tableItemOptionsItem .item-row .item-row-text {
	max-width: 83px;
	text-align: right;
	hyphens: auto;
}

.tariffs_tableItemOptions .tariffs_tableItemOptionsItem .item-row .item-row-title,
.tariffs_tableItemOptions .tariffs_tableItemOptionsItem .item-row .item-row-text {
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
}

.slick-dots {
	margin: 30px auto 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	grid-gap: 10px;
}

.slick-dots li {
	width: 10px;
	height: 10px;
	position: relative;
}

.slick-dots li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #000;
}

.slick-dots li.slick-active::before {
	background: #000;
}

.slick-dots li button {
	display: none;
}

.textblock h2 {
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	color: #000;
	margin-bottom: 32px;
}

@media (max-width: 768px) {

	.textblock h2 {
		margin-bottom: 25px;
	}
}

.textblock .textblockText p strong {
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: #000;
}

.textblock .textblockText li {
	display: flex;
	margin-bottom: 8px;
}

.textblock .textblockText li:last-child {
	margin-bottom: 0;
}

.textblock .textblockText ul {
	margin: 0;
	padding-left: 10px;
	list-style: none;
}

.textblock .textblockText ul li {
	padding-left: 28px;
	position: relative;
}

.textblock .textblockText ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 12px;
	left: 0;
	background: #0d66d6;
	border-radius: 50%;
}

.textblock .textblockText ol {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: item;
}

.textblock .textblockText ol li::before {
	content: counter(item, decimal-leading-zero);
	counter-increment: item;
	color: #0d66d6;
	margin-right: 12px;
}

@media (max-width: 768px) {

	.textblock .textblockText.table-block {
		overflow-x: scroll;
	}
}

.textblock .textblockText.table-block::-webkit-scrollbar {
	-webkit-appearance: none;
	height: 4px;
	background-color: #e0e0e0;
}

.textblock .textblockText.table-block::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #000;
}

.single .siteMain .container {
	max-width: 840px;
}

.single .siteMain .similarposts .container {
	max-width: 1280px;
}

.single h1 {
	font-size: 40px;
	line-height: 120%;
	text-align: center;
	padding-bottom: 0;
}

@media (max-width: 768px) {

	.single h1 {
		font-size: 24px;
		text-align: left;
	}
}

.single .articleWrapContent p,
.single .articleWrapContent .text,
.single .articleWrapContent li {
	font-weight: 400;
}

.single .articleTop {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 166px 0 96px 0;
	margin-bottom: 96px;
}

@media (max-width: 768px) {

	.single .articleTop {
		padding-top: 112px;
		padding-bottom: 100px;
	}
}

.single .articleTopMeta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: max-content;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin: 0 auto 32px auto;
}

@media (max-width: 768px) {

	.single .articleTopMeta {
		margin-right: auto;
		margin-left: 0;
	}
}

.single .articleTopMeta .single-categorie {
	display: flex;
	align-items: center;
	padding-right: 38px;
	position: relative;
}

.single .articleTopMeta .single-categorie::after {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	right: 0;
	background: #000;
	border-radius: 50%;
}

.single .articleTopMeta .single-date {
	padding-left: 32px;
}

.single .articleWrapImg {
	display: flex;
	margin-bottom: 64px;
}

.single .articleWrapImg img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.5;
	object-position: center;
	border-radius: 24px;
}

@media (max-width: 768px) {

	.single .articleWrapImg img {
		aspect-ratio: 1 / 1.2;
	}
}

.single .articleNav {
	background: #fff;
	border-radius: 16px;
	padding: 40px;
	margin-bottom: 64px;
	counter-reset: section;
}

@media (max-width: 768px) {

	.single .articleNav {
		padding: 25px 20px;
		margin-bottom: 50px;
	}
}

.single .articleNav .articleNavTitle {
	font-weight: 500;
	font-size: 12px;
	line-height: 172%;
	color: #000;
	margin-bottom: 24px;
}

.single .articleNav .articleNavLink a {
	display: flex;
	max-width: max-content;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #989898;
	text-decoration: none;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
}

@media (max-width: 768px) {

	.single .articleNav .articleNavLink a {
		font-size: 14px;
	}
}

.single .articleNav .articleNavLink a:hover {
	color: #000;
}

.single .articleNav .articleNavLink a::before {
	counter-increment: section;
	content: counters(section, ".", decimal-leading-zero);
	position: absolute;
	left: 0;
	top: 0;
	color: #38b73d;
}

.single .small_banner {
	margin-bottom: 48px;
}

.single .textblock,
.single .quote {
	margin-bottom: 64px;
}

@media (max-width: 768px) {

	.single .textblock,
	.single .quote {
		margin-bottom: 50px;
	}
}

.single .articleShare {
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 33px;
	padding: 13px 32px;
	font-size: 14px;
	line-height: 160%;
}

@media (max-width: 768px) {

	.single .articleShare {
		flex-direction: column;
		grid-gap: 30px;
		background: transparent;
		padding: 0;
	}
}

.single .articleShare .articleShareTitle {
	display: flex;
	align-items: center;
	grid-gap: 8px;
}

@media (max-width: 768px) {

	.single .articleShare .articleShareTitle {
		justify-content: center;
		padding: 20px;
		background: #fff;
		border-radius: 30px;
	}
}

.single .articleShare .articleShareLinks {
	display: flex;
	align-items: center;
}

.single .articleShare .articleShareLinks .title {
	margin-right: 40px;
}

@media (max-width: 768px) {

	.single .articleShare .articleShareLinks .title {
		margin-right: 20px;
	}
}

.single .articleShare .articleShareLinks .links {
	display: inline-flex;
	align-items: center;
	grid-gap: 17px;
}

.single .articleShare .articleShareLinks .links a {
	width: 16px;
	display: flex;
	text-decoration: none;
}

@media (max-width: 768px) {

	.single .articleShare .articleShareLinks .links a {
		width: 24px;
	}
}

.single .faq {
	margin-top: 75px;
}

@media (max-width: 768px) {

	.single .faq {
		margin-top: 35px;
	}
}

.single.single-produkte .siteMain {
	margin-bottom: 0;
}

.single.single-produkte .siteMain .container {
	max-width: 1280px;
}

.small_banner .small_bannerWrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 32px;
	background-color: #d9edff;
	background-image: url(img/small-banner-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 16px;
	padding: 46px 49px 46px 50px;
}

@media (max-width: 768px) {

	.small_banner .small_bannerWrap {
		grid-template-columns: 100%;
		grid-gap: 20px;
		padding: 35px 20px 60px 20px;
		background-size: auto;
		background-position-y: bottom;
	}
}

.small_banner .small_bannerTitle {
	font-weight: 500;
	font-size: 40px;
	line-height: 110%;
	color: #000;
}

@media (max-width: 768px) {

	.small_banner .small_bannerTitle {
		font-size: 36px;
	}
}

.small_banner .small_bannertText {
	font-weight: 300;
	margin-bottom: 23px;
}

.small_banner .btnBig {
	min-width: 266px;
	justify-content: space-between;
}

.quote {
	position: relative;
}

.quote::before {
	content: "";
	width: 108px;
	height: 93px;
	background: url(img/quote.svg) #fff;
	background-repeat: no-repeat;
	background-size: 39px;
	background-position: center;
	padding: 24px;
	border-radius: 50%;
	position: absolute;
	top: -37px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	right: 0;
	z-index: 1;
}

.quote .quoteWrap {
	background: #fff;
	border-radius: 24px;
	padding: 48px 40px;
	position: relative;
}

@media (max-width: 768px) {

	.quote .quoteWrap {
		padding: 40px 30px 30px 30px;
	}
}

.quote .quoteWrap .quoteText {
	margin-bottom: 24px;
	position: relative;
	z-index: 2;
}

.quote .quoteWrap .quoteText p {
	font-style: italic;
	font-weight: 400;
	font-size: 24px;
	line-height: 160%;
}

@media (max-width: 768px) {

	.quote .quoteWrap .quoteText p {
		font-size: 18px;
	}
}

.quote .quoteWrap .quoteAuthor {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: 300;
	position: relative;
}

.quote .quoteWrap .quoteAuthor::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f3eee3;
}

.quote .quoteWrap .quoteAuthor span {
	background-color: #fff;
	padding-left: 30px;
	z-index: 1;
}

.blogTop {
	background: url(img/blog-bg.jpg) no-repeat;
	background-size: cover;
	padding: 166px 0 96px 0;
	margin-bottom: 90px;
}

@media (max-width: 768px) {

	.blogTop {
		padding-top: 112px;
		padding-bottom: 100px;
		margin-bottom: 70px;
	}
}

.blogTop .blogTitle {
	text-align: center;
}

@media (max-width: 768px) {

	.blogTop .blogTitle {
		text-align: left;
	}
}

.blogCategs {
	max-width: max-content;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	grid-gap: 12px;
	background: #fff;
	border-radius: 40px;
	padding: 6px;
	margin: 0 auto;
}

@media (max-width: 768px) {

	.blogCategs {
		justify-content: flex-start;
		grid-gap: 10px;
		background: transparent;
		padding: 0;
	}
}

.blogCategs .blogCategsItem {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	padding: 12px 20px;
	border-radius: 36px;
	cursor: pointer;
}

@media (max-width: 768px) {

	.blogCategs .blogCategsItem {
		background: #fff;
	}
}

.blogCategs .blogCategsItem.active,
.blogCategs .blogCategsItem:hover {
	color: #fff;
	background: #000;
}

.blogCategs .blogCategsItem.active a,
.blogCategs .blogCategsItem:hover a {
	color: #fff;
}

.blogCategs .blogCategsItem a {
	color: #000;
	text-decoration: none;
}

.blogCategs.child-categs {
	grid-column: span 3;
	align-items: flex-start;
	width: 100%;
	max-width: 100%;
	grid-gap: 30px 12px;
	padding: 32px;
	margin-bottom: 75px;
}

@media (max-width: 1024px) {

	.blogCategs.child-categs {
		grid-column: span 2;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 768px) {

	.blogCategs.child-categs {
		grid-column: span 1;
		background: #fff;
		padding: 20px;
	}
}

.blogCategs.child-categs a {
	text-decoration: none;
}

.similarposts {
	margin-top: 140px;
}

@media (max-width: 768px) {

	.similarposts {
		margin-top: 100px;
	}
}

.similarposts .similarpostsTitle {
	text-align: center;
	margin-bottom: 64px;
}

@media (max-width: 768px) {

	.similarposts .similarpostsTitle {
		margin-bottom: 50px;
	}
}

.blogText {
	margin-bottom: 70px;
}

.blogPostsWrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 64px 40px;
}

@media (max-width: 1024px) {

	.blogPostsWrap {
		grid-template-columns: 47% 47%;
	}
}

@media (max-width: 768px) {

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

.blogPostsWrap .blogPostsItem {
	background: #fff;
	border-radius: 16px;
	text-decoration: none;
	transform: scale(1);
	opacity: 1;
}

.blogPostsWrap .blogPostsItem.hide {
	transform: scale(0);
	opacity: 0;
}

.blogPostsWrap .blogPostsItem .post-img {
	display: flex;
	background: #82b3f1;
	border-radius: 16px 16px 0 0;
}

.blogPostsWrap .blogPostsItem .post-img img {
	width: 100%;
	aspect-ratio: 1 / 0.59;
	object-fit: cover;
	object-position: center;
	border-radius: 16px 16px 0 0;
}

@media (max-width: 768px) {

	.blogPostsWrap .blogPostsItem .post-img img {
		aspect-ratio: 1/0.7;
	}
}

.blogPostsWrap .blogPostsItem .post-content {
	padding: 32px;
}

@media (max-width: 768px) {

	.blogPostsWrap .blogPostsItem .post-content {
		padding: 25px 20px;
	}
}

.blogPostsWrap .blogPostsItem .post-content .post-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 139.5%;
	color: #000;
}

@media (max-width: 768px) {

	.blogPostsWrap .blogPostsItem .post-content .post-title {
		font-size: 18px;
	}
}

.blogPostsWrap .blogPostsItem .post-content .post-categs {
	display: inline-flex;
	flex-wrap: wrap;
	grid-gap: 10px;
}

.blogPostsWrap .blogPostsItem .post-content .post-excerpt {
	line-height: 160%;
}

.blogPostsWrap .blogPostsItem .blogPostsItemBottom {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	grid-gap: 10px;
	border-top: 1px solid #f3eee3;
	padding-top: 24px;
	margin-top: 24px;
}

.blogPostsWrap .blogPostsItem .blogPostsItemBottom .post-categ {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.blogPostsWrap .blogPostsItem .blogPostsItemBottom .post-date {
	width: 100%;
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	text-align: right;
	color: #474747;
	margin-left: auto;
	display: none;
}

.blogPostsWrap .blogPostsItem .blogPostsItemBottom .post-link {
	display: flex;
	align-items: center;
}

.blogPostsWrap .blogPostsItem .blogPostsItemBottom .post-link span {
	color: #000;
	margin-right: 8px;
}

.blogPostsWrap .blogPostsItem:nth-of-type(3n) .post-img {
	background: #a7dba9;
}

.blogPostsWrap .blogPostsItem:nth-of-type(3n + 1) .post-img {
	background: #fdcb90;
}

.blogPostsWrap .blogPostsItem:nth-of-type(3n + 2) .post-img {
	background: #82b3f1;
}

.blogPostsWrap .blogPostsItemTop {
	position: relative;
}

.blogPostsWrap .blogPostsItemTop .categ-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	grid-gap: 7px;
	position: absolute;
	top: 16px;
	left: 16px;
}

.blogPostsWrap .blogPostsItemTop .categ-list .post-categ {
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	background: #000;
	border-radius: 36px;
	padding: 6px 16px;
}

.blogPostsWrap .category-descr {
	grid-column: span 3;
}

.child-categsItem {
	max-width: 300px;
	text-align: center;
	flex-basis: 33.33333333%;
}

@media (max-width: 1024px) {

	.child-categsItem {
		flex-basis: auto;
		width: 100%;
	}
}

.child-categsItem .blogCategsItem {
	display: flex;
	justify-content: center;
	border: 1px solid #000;
}

.child-categsItem .categDescr {
	display: block;
	margin-top: 10px;
}

.blogBanner {
	text-decoration: none;
	grid-column: span 3;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 32px;
	align-items: center;
	background: url(img/blog-banner-bg.png) no-repeat;
	background-size: cover;
	border-radius: 16px;
	padding: 24px 24px 24px 48px;
}

@media (max-width: 1024px) {

	.blogBanner {
		grid-template-columns: 100%;
		grid-column: span 2;
		padding: 35px 20px;
		grid-gap: 20px;
	}
}

@media (max-width: 768px) {

	.blogBanner {
		grid-column: span 1;
	}
}

.blogBanner .blogBannerTitle {
	font-weight: 500;
	font-size: 48px;
	line-height: 110%;
	color: #000;
}

@media (max-width: 768px) {

	.blogBanner .blogBannerTitle {
		font-size: 36px;
	}
}

.blogBanner .blogBannerContent .text {
	padding-right: 25px;
	margin-bottom: 23px;
}

@media (max-width: 768px) {

	.blogBanner .blogBannerContent .text {
		padding-right: 0;
	}
}

.blogBanner .blogBannerContent .btnBig {
	min-width: 266px;
}

.blogBanner .blogBannerImg {
	display: flex;
}

@media (max-width: 768px) {

	.blogBanner .blogBannerImg {
		margin-top: 10px;
	}
}

.blogBanner .blogBannerImg img {
	width: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 64px;
	position: relative;
}

.pagination .btnBig {
	cursor: pointer;
}

.pagination .btnBig::before,
.pagination .btnBig::after {
	content: "";
	position: absolute;
	width: 40%;
	height: 1px;
	background-color: #bbb8b2;
}

@media (max-width: 1024px) {

	.pagination .btnBig::before,
	.pagination .btnBig::after {
		width: 32%;
	}
}

@media (max-width: 500px) {

	.pagination .btnBig::before,
	.pagination .btnBig::after {
		width: 17%;
	}
}

.pagination .btnBig::before {
	left: 0;
}

.pagination .btnBig::after {
	right: 0;
}

.pagination .btnBig .btn-arrow svg {
	transform: rotate(90deg);
}

.small_top {
	text-align: center;
	background: #fbdcb9;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 166px 0 96px 0;
}

@media (max-width: 768px) {

	.small_top {
		padding-top: 112px;
		padding-bottom: 100px;
	}
}

.small_top .small_topText {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #38b73d;
	margin-bottom: 24px;
}

@media (max-width: 768px) {

	.small_top .small_topText {
		text-align: left;
	}
}

.small_top .btnBig {
	margin: 32px auto 0 auto;
}

@media (max-width: 768px) {

	.small_top .btnBig {
		margin-left: 0;
	}
}

@media (max-width: 768px) {

	.single-hunderassen .articleTop {
		margin-bottom: 30px;
	}
}

.single-hunderassen .articleTop .title {
	text-align: center;
}

.single-hunderassen .articleTop .subtitle {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #38b73d;
	margin-bottom: 24px;
}

.single-hunderassen .articleWrapContent p,
.single-hunderassen .articleWrapContent li {
	font-weight: 300;
}

.single-hunderassen .articleWrapImg img {
	aspect-ratio: 1/0.66;
}

.single-hunderassen table tbody tr {
	border-bottom: 1px solid #f3eee3;
}

.single-hunderassen table tbody tr:first-of-type td:first-of-type {
	border-radius: 48px 0 0 0;
	padding-top: 35px;
}

.single-hunderassen table tbody tr:first-of-type td:last-of-type {
	border-radius: 0 48px 0 0;
}

.single-hunderassen table tbody tr:last-of-type td:first-of-type {
	border-radius: 0 0 0 48px;
	padding-bottom: 35px;
}

.single-hunderassen table tbody tr:last-of-type td:last-of-type {
	border-radius: 0 0 48px 0;
}

.single-hunderassen table tbody tr td {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	padding: 24px;
	background: #fff;
}

.single-hunderassen table tbody tr td:first-of-type {
	text-align: left;
	padding-left: 50px;
}

.single-hunderassen table tbody tr td:nth-of-type(2n) {
	background: rgb(255, 255, 255, 0.6);
}

.galleryWrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}

@media (max-width: 768px) {

	.galleryWrap {
		grid-template-columns: 100%;
	}
}

.galleryWrap .galleryWrapItem {
	display: flex;
}

.galleryWrap .galleryWrapItem img {
	border-radius: 24px;
	object-fit: cover;
	object-position: center;
}

.сharacteristic {
	margin-bottom: 64px;
	border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 768px) {

	.сharacteristic {
		border-bottom: none;
		margin-bottom: 50px;
	}
}

.сharacteristic .сharacteristicWrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 100px;
}

@media (max-width: 768px) {

	.сharacteristic .сharacteristicWrap {
		grid-template-columns: 100%;
		grid-gap: 32px;
	}
}

@media (max-width: 768px) {

	.сharacteristic .сharacteristicWrapItem {
		margin-bottom: 0;
	}
}

.сharacteristic .сharacteristicWrapItem h2 {
	margin-bottom: 16px;
}

@media (max-width: 768px) {

	.сharacteristic .сharacteristicWrapItem h2 {
		font-size: 18px;
	}
}

.сharacteristic .сharacteristicWrapItem .list {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	grid-gap: 16px;
}

.сharacteristic .сharacteristicWrapItem .list .list-item {
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: #000;
	text-align: center;
	border-radius: 100px;
	padding: 16px 24px;
}

@media (max-width: 768px) {

	.сharacteristic .сharacteristicWrapItem .list .list-item {
		font-size: 14px;
		padding: 12px 20px;
	}
}

.сharacteristic .сharacteristicWrapItem.green .list-item {
	background: #a7dba9;
}

.сharacteristic .сharacteristicWrapItem.blue .list-item {
	background: #82b3f1;
}

.plate_text .plate_textTitle {
	color: #38b73d;
}

.plate_text .plate_textTitle img {
	margin-right: 5px;
}

.plate_text .plate_textContent {
	background: #f3eee3;
	border-radius: 24px;
	padding: 40px 32px;
}

.plate_text .plate_textContent p strong {
	font-weight: 500;
	color: #000;
}

.bild {
	margin-bottom: 64px;
}

.bild .bildWrap {
	display: flex;
}

.bild .bildWrap img {
	width: 100%;
	border-radius: 24px;
}

.hundTop__search {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	border-radius: 40px;
	padding: 6px;
}

.hundTop__search input[type="text"] {
	background-color: transparent;
	height: 60px;
	border: none;
	border-radius: 40px;
	margin-bottom: 0;
}

@media (max-width: 768px) {

	.hundTop__search input[type="text"] {
		font-size: 16px;
	}
}

.hundTop__search input[type="text"]:focus {
	border: none;
	background-color: transparent !important;
	outline: none;
}

.hundTop__search .search-btn {
	display: flex;
	cursor: pointer;
}

.hundInfo {
	display: flex;
	flex-direction: column;
	grid-gap: 8px;
}

.hundInfo .hundInfoItem {
	display: inline-flex;
	grid-gap: 8px;
}

.hundInfo .hundInfoItem .title {
	color: #474747;
	font-weight: 300;
}

.hundInfo .hundInfoItem .option {
	color: #000;
	font-weight: 600;
}

.post-contentTop {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-gap: 10px;
	margin-bottom: 16px;
	border-bottom: 1px solid #f3eee3;
	padding-bottom: 16px;
}

.post-contentTop .post-title {
	max-width: 300px;
	padding-right: 20px;
}

.post-contentTop .hund-size > div {
	display: flex;
	flex-direction: column;
	grid-gap: 1px;
	text-align: center;
}

.post-contentTop .hund-size > div span {
	font-weight: 300;
	font-size: 12px;
	color: #727272;
}

.form-filter {
	margin-top: 16px;
}

.form-filter .filterBlock {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	grid-gap: 16px;
	margin-top: 20px;
}

.form-filter .filterBlock .filterBlockItem:hover {
	color: #f88600;
}

.form-filter .filterBlock .filterBlockItem.active label {
	border-color: #000;
}

.form-filter .filterBlock .filterBlockItem input[type="checkbox"] {
	display: none;
}

.form-filter .filterBlock .filterBlockItem label {
	display: flex;
	max-width: max-content;
	text-align: center;
	background: #f2f2f2;
	border-radius: 36px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	padding: 12px 20px;
	border: 1px solid transparent;
	cursor: pointer;
}

.form-filter #clear-form {
	display: flex;
	max-width: max-content;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin-top: 20px;
	margin-left: 3px;
	border-bottom: 1px solid #000;
	cursor: pointer;
}

.form-filter #clear-form:hover {
	color: #f88600;
	border-color: #f88600;
}

.page-template-page-hunderassen .blogTop,
.page-template-page-katzenrassen .blogTop,
.page-template-page-pferderassen .blogTop {
	margin-bottom: 90px;
}

@media (max-width: 768px) {

	.page-template-page-hunderassen .blogTop,
	.page-template-page-katzenrassen .blogTop,
	.page-template-page-pferderassen .blogTop {
		margin-bottom: 28px;
	}
}

.products .blogCategs {
	margin-bottom: 64px;
}

@media (max-width: 768px) {

	.products .blogCategs {
		margin-bottom: 50px;
	}
}

.products .blogCategs .blogCategsItem {
	font-weight: 500;
}

.text ol {
	margin: 0;
	padding-left: 20px;
	list-style: none;
}

.text ol li {
	display: flex;
	counter-increment: items;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.text ol li:last-child {
	border-bottom: 0;
}

.text ol li::before {
	content: "0" counter(items) ". ";
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	color: #38b73d;
	padding-right: 16px;
}

@media (max-width: 768px) {

	.text ol li::before {
		font-size: 20px;
	}
}

.text ol li:nth-child(n + 10)::before {
	content: counter(items) ". ";
}

.tariffs-small .tariffsTitle {
	max-width: 840px;
	margin: 0 auto 64px auto;
}

.tariffs-small .tariffsList {
	align-items: baseline;
}

@media (max-width: 1024px) {

	.tariffs-small .tariffsList {
		grid-gap: 15px;
		margin-left: -20px;
		margin-right: -20px;
	}
}

.tariffs-small .tariffsListItem {
	padding: 40px 24px;
}

.tariffs-small .tariffsListItem .title {
	display: flex;
	max-width: max-content;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	border-radius: 6px;
	padding: 4px 10px;
	margin-bottom: 8px;
}

.tariffs-small .tariffsListItem .tariffsListItemPrice {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	text-align: left;
	color: #000;
	padding: 0 0 16px 0;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(71, 71, 71, 0.30196);
}

.tariffs-small .tariffsListItem:nth-child(1) .tariffsListItemPrice {
	border-color: #dbb990;
}

.tariffs-small .tariffsListItem:nth-child(2) {
	padding-bottom: 74px;
}

@media (max-width: 1024px) {

	.tariffs-small .tariffsListItem:nth-child(2) {
		padding-bottom: 40px;
	}
}

.tariffs-small .tariffsListItem:nth-child(2) .tariffsListItemPrice {
	border-color: #9ac3e8;
}

.tariffs-small .tariffsListItem:nth-child(3) .tariffsListItemPrice {
	border-color: #aadaac;
}

.tariffs-small .tariffsListItem .tariffsListItemOptions {
	padding: 16px 0 0 0;
}

.tariffs-small .tariffsListItemOptions .tariff-option-icon {
	background: rgba(255, 255, 255, 0.7);
}

.tariffs-small .show-benefits {
	text-align: right;
	font-weight: bold;
	margin-top: 15px;
	max-width: max-content;
	margin: 15px 0 0 auto;
	cursor: pointer;
}

.tariffs-small .show-benefits:hover {
	color: #000;
}

.tariffs-small .tariffsListItemBenefits {
	display: none;
	margin-top: 20px;
}

@media (max-width: 1024px) {

	.tariffs-small .tariffsListItemBenefits {
		margin-top: 10px;
		padding: 22px;
	}
}

.tariffs-small .benefits-title {
	font-weight: 600;
	margin-bottom: 10px;
}

.tariffs-small .benefits-text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tariffs-small .benefits-text ul li {
	font-size: 14px;
}

.tariffs-small .benefits-text ul li:not(:last-child) {
	margin-bottom: 7px;
}

.siteMain__checkout {
	padding-top: 140px;
}

@media (max-width: 1024px) {

	.siteMain__checkout {
		padding-top: 50px;
	}
}

@media (max-width: 768px) {

	.siteMain__checkout {
		padding-top: 10px;
	}
}

.checkout__form-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	grid-gap: 12px;
	background: #fff;
	border-radius: 100px;
	padding: 4px;
	margin-bottom: 40px;
}

@media (max-width: 768px) {

	.checkout__form-nav {
		margin-bottom: 25px;
	}
}

.checkout__form-nav-item {
	width: 100%;
	font-weight: 400;
	font-size: 12px;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	color: #878787;
	background: #f2f2f2;
	border-radius: 100px;
	padding: 3px 5px 5px 5px;
}

@media (max-width: 768px) {

	.checkout__form-nav-item {
		display: none;
	}
}

.checkout__form-nav-item span {
	color: #000;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
}

.checkout__form-nav-item.active {
	color: #fff;
	background: #f88600;
}

@media (max-width: 768px) {

	.checkout__form-nav-item.active {
		display: flex;
	}
}

.checkout__form-nav-item.active span {
	color: #fff;
}

.checkout__form-nav-item.active + .checkout__form-nav-item {
	display: flex;
}

.checkout__form-wrap {
	display: grid;
	grid-template-columns: 1fr 384px;
	grid-gap: 56px;
	align-items: flex-start;
	margin-bottom: 150px;
}

@media (max-width: 1280px) {

	.checkout__form-wrap {
		grid-template-columns: 100%;
	}
}

.checkout__form-steps,
.checkout__form-total {
	background: #fff;
	border-radius: 32px;
}

.checkout__form-steps {
	padding: 29px 38px;
}

@media (max-width: 768px) {

	.checkout__form-steps {
		padding: 29px 20px;
	}
}

.checkout__form-steps-item {
	display: none;
}

.checkout__form-steps-item:first-child {
	display: block;
}

.checkout__form-steps-item.steps-item-visible {
	display: block;
	max-width: 840px;
	margin: 0 auto 100px auto;
}

.checkout__form-steps-item .step-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #000;
	margin-bottom: 32px;
}

@media (max-width: 768px) {

	.checkout__form-steps-item .step-title {
		font-size: 20px;
		line-height: 30px;
	}
}

.checkout__form-steps-item .step-subtitle {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin-bottom: 24px;
}

.checkout__form-steps-item .form-item__radio {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	grid-gap: 48px;
	margin-top: 12px;
	margin-bottom: 32px;
}

.checkout__form-steps-item .form-item__radio label {
	display: flex;
	align-items: center;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	position: relative;
	cursor: pointer;
}

.checkout__form-steps-item .form-item__radio label::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #cacaca;
	border-radius: 33px;
	background: #fff;
	margin-right: 8px;
}

.checkout__form-steps-item .form-item__radio label::after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 8px;
	left: 7px;
	background: #000;
	border-radius: 33px;
	opacity: 0;
}

@media (max-width: 768px) {

	.checkout__form-steps-item .form-item__radio label::after {
		top: 7px;
	}
}

.checkout__form-steps-item .form-item__radio fieldset {
	display: flex;
	grid-gap: 45px;
	border: 0;
	padding: 0;
}

@media (max-width: 768px) {

	.checkout__form-steps-item .form-item__radio fieldset {
		flex-wrap: wrap;
	}
}

.checkout__form-steps-item .form-item__radio input[type="radio"],
.checkout__form-steps-item .form-item__radio input[type="checkbox"] {
	display: none;
}

.checkout__form-steps-item .form-item__radio input[type="radio"]:checked + label::before,
.checkout__form-steps-item .form-item__radio input[type="checkbox"]:checked + label::before {
	border-color: #000;
}

.checkout__form-steps-item .form-item__radio input[type="radio"]:checked + label::after,
.checkout__form-steps-item .form-item__radio input[type="checkbox"]:checked + label::after {
	opacity: 1;
}

.checkout__form-steps-item .form-item__checkbox {
	display: flex;
}

.checkout__form-steps-item .form-item__checkbox label {
	display: flex;
	max-width: 730px;
	padding-left: 33px;
	position: relative;
	cursor: pointer;
}

.checkout__form-steps-item .form-item__checkbox label::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #cacaca;
	border-radius: 2px;
	background: #fff;
	margin-right: 8px;
}

.checkout__form-steps-item .form-item__checkbox label::after {
	content: "";
	width: 15px;
	height: 12px;
	position: absolute;
	top: 6px;
	left: 5px;
	background-image: url(img/check-green.svg);
	background-repeat: no-repeat;
	opacity: 0;
}

.checkout__form-steps-item .form-item__checkbox label a {
	color: #0d66d6;
}

.checkout__form-steps-item .form-item__checkbox input[type="checkbox"] {
	display: none;
}

.checkout__form-steps-item .form-item__checkbox input[type="checkbox"]:checked + label::after {
	opacity: 1;
}

.checkout__form-steps-item .form-item__checkbox .form-item__radio-item {
	margin-bottom: 24px;
}

.checkout__form-steps-item .form-item__checkbox .form-item__radio-item:last-child {
	margin-bottom: 0;
}

.checkout__form-steps-item .cols-radio .radio-item-list {
	background: #f9f8f5;
	padding: 24px 16px;
}

@media (max-width: 768px) {

	.checkout__form-steps-item .cols-radio .radio-item-list {
		padding: 20px 16px;
	}
}

.checkout__form-steps-item .cols-radio .form-item {
	max-width: 500px;
}

.checkout__form-steps-item .cols-radio .form-item.cols-radio-title.first {
	padding-top: 80px;
}

.checkout__form-steps-item .cols-radio .form-item__radio {
	margin: 0;
}

.checkout__form-steps-item .step-discount {
	display: flex;
	align-items: center;
	background: #ddf0d6;
	border-radius: 8px;
	padding: 8px;
	margin-bottom: 32px;
}

.checkout__form-steps-item .step-discount img {
	width: 34px;
	height: 32px;
	margin-right: 12px;
}

.checkout__form-steps-item .step-discount span {
	display: inline-block;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

@media (max-width: 768px) {

	.checkout__form-steps-item .step-discount span {
		font-size: 14px;
	}
}

.checkout__form-steps-item .step-discount span strong {
	font-weight: 600;
}

.checkout__form-steps-item hr {
	background-color: #e0e0e0;
}

.checkout__form-steps-item .bottom-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	grid-gap: 32px;
	margin-top: 32px;
}

@media (max-width: 1024px) {

	.checkout__form-steps-item .bottom-nav {
		justify-content: center;
	}
}

.checkout__form-steps-item .step-next,
.checkout__form-steps-item .step-skip {
	cursor: pointer;
}

.checkout__form-steps-item .step-next .btn-arrow,
.checkout__form-steps-item .step-skip .btn-arrow {
	width: 32px;
	height: 32px;
}

.checkout__form-steps-item .step-next.disabled {
	opacity: 0.6;
	pointer-events: none;
}

.checkout__form-steps-item .step-prev {
	display: flex;
	align-items: center;
	grid-gap: 8px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

.checkout__form-steps-item .step-prev:hover {
	color: #f88600;
}

.checkout__form-steps-item .radio-item-list .item {
	display: flex;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #474747;
	margin-bottom: 10px;
}

@media (max-width: 768px) {

	.checkout__form-steps-item .radio-item-list .item {
		font-size: 13px;
		line-height: 21px;
	}
}

.checkout__form-steps-item .radio-item-list .item:last-child {
	margin-bottom: 0;
}

.checkout__form-steps-item .radio-item-list .item span.icon {
	width: 26px;
	height: 26px;
	display: block;
	margin-right: 12px;
}

.checkout__form-steps-item .step-text {
	max-width: 500px;
	margin: 0 auto 30px auto;
	padding-left: 30px;
}

@media (max-width: 768px) {

	.checkout__form-steps-item .step-text {
		padding-left: 0;
		text-align: left;
		display: none;
	}
}

.checkout__form-steps-item .step-text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.checkout__form-steps-item .step-text ul li {
	position: relative;
	display: flex;
	padding-left: 30px;
}

.checkout__form-steps-item .step-text ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 26px;
	height: 26px;
	background: url(img/check-green-round.svg) no-repeat;
}

.checkout__form-steps-item .step-text--mob {
	display: flex;
}

.checkout__form-steps-item .step-text--mob ul li {
	margin-bottom: 10px;
}

.checkout__form-steps-item .step-text--mob ul li::before {
	top: 0;
}

.checkout__form-steps-item .step-text--mob ul li:last-child {
	margin-bottom: 0;
}

.step-row.cols-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 24px;
}

@media (max-width: 1024px) {

	.step-row.cols-2 {
		grid-template-columns: 100%;
		grid-gap: 0;
	}
}

.step-row.cols-radio {
	display: grid;
	grid-template-columns: 0.3fr 1fr;
	grid-gap: 21px;
}

@media (max-width: 1024px) {

	.step-row.cols-radio {
		grid-template-columns: 100%;
	}
}

.step-row.cols-radio.cols-radio__last {
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #e0e0e0;
}

.step-row .form-item {
	position: relative;
}

.step-row .form-item label {
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #878787;
}

@media (max-width: 768px) {

	.step-row .form-item label {
		font-size: 13px;
	}
}

.step-row .form-item .form-item__checkbox label {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.step-row .form-item .form-item__checkbox label p {
	line-height: 160%;
}

.step-row .form-item > span {
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #474747;
}

.step-row .form-item.input-text label {
	position: absolute;
	top: 12px;
	left: 16px;
	pointer-events: none;
}

@media (max-width: 768px) {

	.step-row .form-item.input-text label {
		top: 16px;
	}
}

.step-row .form-item.input-text.active label {
	top: -10px;
	background: #fff;
	font-size: 12px;
	line-height: 19px;
	color: #000;
	padding: 0 3px;
}

.step-row .form-item.input-text.mod-date .form-petname {
	text-transform: uppercase;
}

.step-row .form-item.input-text.mod-date input {
	background-image: url(img/calendar.svg);
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: 14px;
	padding-right: 35px;
	height: 49.59px;
}

.step-row .form-item.input-text.mod-date input::-webkit-calendar-picker-indicator {
	opacity: 0;
	z-index: 2;
}

.step-row .form-item.cols-radio-title {
	max-width: 118px;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #000;
}

@media (max-width: 768px) {

	.step-row .form-item.cols-radio-title {
		display: none;
	}
}

.step-row .form-item.input-file {
	width: 100%;
	background: #fff;
	border: 1px solid #38b73d;
	border-radius: 8px;
	margin-bottom: 24px;
}

.step-row .form-item.input-file a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	text-decoration: none;
	color: #000;
	padding: 20px 32px;
}

@media (max-width: 768px) {

	.step-row .form-item.input-file a {
		font-size: 14px;
		padding: 15px 20px;
	}
}

.step-row .form-item.input-file a:hover {
	color: #38b73d;
}

.step-row .form-item input[type="number"] {
	-moz-appearance: textfield;
}

.step-row .form-item input[type="number"]::-webkit-outer-spin-button,
.step-row .form-item input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.step-row.list-select {
	position: inherit;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 24px;
	margin-bottom: 24px;
}

.step-row.list-select .nice-select {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	font-weight: 300;
	font-size: 16px;
	color: #878787;
	border: 1px solid #cacaca;
	border-radius: 8px;
}

.step-row.list-select .nice-select .list {
	margin-left: 0;
	width: 100%;
}

@media (max-width: 1024px) {

	#step-2 {
		text-align: center;
	}
}

@media (max-width: 1024px) {

	#step-2 .form-item {
		max-width: 100%;
		padding-top: 20px;
		margin: auto;
	}
}

@media (max-width: 1024px) {

	#step-2 .form-item__radio {
		justify-content: center;
	}
}

#step-2 .form-item__radio-mobtitle {
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 15px;
	padding: 10px;
}

@media (max-width: 1024px) {

	#step-2 .form-item__radio-mobtitle {
		font-size: 13px;
	}
}

#step-2 .form-item__radio-mobtext {
	display: flex;
	justify-content: space-between;
	background: #f9f8f5;
}

#step-2 .form-item__radio-mobtext .mobtext-wrap {
	width: 146px;
	font-size: 13px;
	text-align: center;
	padding: 11px;
}

@media (max-width: 768px) {

	#step-2 .form-item__radio-mobtext .mobtext-wrap {
		font-size: 11px;
	}
}

#step-2 .form-item__radio-mobtext .mobtext-wrap__item {
	hyphens: auto;
}

@media (max-width: 1024px) {

	#step-2 .radio-item-list,
	#step-2 .step-text {
		text-align: left;
	}
}

#step-3 .step-row .form-item > span {
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 768px) {

	#step-3 .step-row .form-item > span {
		font-size: 14px;
		line-height: 20px;
	}
}

#step-3 .form-item__radio label {
	color: #000;
}

.checkout__form-total {
	font-weight: 300;
	font-size: 14px;
	line-height: 160%;
	color: #474747;
	padding: 24px;
}

.checkout__form-total .total-title {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #727272;
	margin-bottom: 8px;
}

.checkout__form-total .total__tafiff {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e0e0e0;
}

.checkout__form-total .total__tafiff-price {
	font-weight: 600;
}

.checkout__form-total .total__tafiff-list {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e0e0e0;
}

.checkout__form-total .total__tafiff-list .total__tafiff-list-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 8px;
}

.checkout__form-total .total__tafiff-list .total__tafiff-list-item:last-child {
	margin-bottom: 0;
}

.checkout__form-total .total__tafiff-list .total__tafiff-list-item.active span,
.checkout__form-total .total__tafiff-list .total__tafiff-list-item[data-id="checked"] span {
	opacity: 1;
}

.checkout__form-total .total__tafiff-list .total__tafiff-list-item > span {
	display: flex;
	width: 20px;
	height: 20px;
	margin-right: 12px;
	opacity: 0;
}

.checkout__form-total .total__tafiff-list .item-text {
	width: 100%;
	display: flex;
	align-items: baseline;
	grid-gap: 5px;
	position: relative;
}

.checkout__form-total .total__tafiff-list .item-text img {
	cursor: pointer;
}

.checkout__form-total .total__tafiff-list .item-text img.active + .item-note {
	display: block;
}

.checkout__form-total .total__tafiff-extra {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 14px;
	margin-bottom: 0;
	padding-bottom: 0;
}

@media (max-width: 1024px) {

	.checkout__form-total .total__tafiff-extra {
		border-bottom: 0;
	}
}

.checkout__form-total .total__tafiff-extra .extra-price {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #000;
}

.checkout__form-total .total-result {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	display: none;
}

.checkout__form-total .total-result-price {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #38b73d;
}

.checkout__form-total sup {
	font-size: 15px;
	margin-left: 5px;
}

.checkout__form-total .btnBig {
	width: 100%;
	max-width: 100%;
}

.checkout__form-total .btnBig.disabled {
	opacity: 0.6;
	pointer-events: none;
}

.checkout__form-total #send-checkout-form {
	display: none;
}

@media (max-width: 1024px) {

	.checkout__form-total #send-checkout-form {
		display: none;
	}
}

.step_2_radio_list_1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: 500px;
	margin: 0;
}

.step_2_radio_list_1 .form-item__radio-item {
	width: 100%;
	text-align: center;
	padding: 16px 20px 10px 20px;
	position: relative;
}

@media (max-width: 1024px) {

	.step_2_radio_list_1 .form-item__radio-item {
		width: 166.6px;
	}
}

@media (max-width: 768px) {

	.step_2_radio_list_1 .form-item__radio-item {
		padding: 26px 10px 10px 10px;
	}
}

.step_2_radio_list_1 .form-item__radio-item .item-name {
	max-width: fit-content;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	padding: 4px 10px;
	margin: 0 auto 6px auto;
	border-radius: 6px;
}

@media (max-width: 1024px) {

	.step_2_radio_list_1 .form-item__radio-item .item-name {
		font-size: 9px;
	}
}

.step_2_radio_list_1 .form-item__radio-item .item-price {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #000;
}

@media (max-width: 768px) {

	.step_2_radio_list_1 .form-item__radio-item .item-price {
		font-size: 16px;
	}
}

.step_2_radio_list_1 .form-item__radio-item .item-price + span {
	font-weight: 300;
	font-size: 12px;
	line-height: 160%;
	color: #474747;
}

.step_2_radio_list_1 .form-item__radio-item:nth-child(1) {
	border-radius: 16px 0 0 0;
	background: #fbddb9;
}

.step_2_radio_list_1 .form-item__radio-item:nth-child(1) .item-name {
	background: #f88600;
}

.step_2_radio_list_1 .form-item__radio-item:nth-child(2) {
	background: #c6e4ff;
}

.step_2_radio_list_1 .form-item__radio-item:nth-child(2) .item-name {
	background: #0d66d6;
}

.step_2_radio_list_1 .form-item__radio-item:nth-child(3) {
	border-radius: 0 16px 0 0;
	background: #ddf0d6;
}

.step_2_radio_list_1 .form-item__radio-item:nth-child(3) .item-name {
	background: #38b73d;
}

.step_2_radio_list_1 .form-item__radio-item .item-textview {
	font-weight: 600;
	color: #000;
	font-size: 13px;
	margin-top: 15px;
	cursor: pointer;
}

@media (max-width: 768px) {

	.step_2_radio_list_1 .form-item__radio-item .item-textview {
		display: none;
	}
}

.step_2_radio_list_1 .form-item__radio-item .item-moretext {
	display: none;
	width: 100%;
	left: 0;
	top: 100%;
	font-size: 13px;
	background: #f9f8f5;
	padding: 24px 16px;
	margin-top: 10px;
	z-index: 1;
	hyphens: auto;
}

.step_2_radio_list_1 .form-item__radio-item.with-sticker {
	position: relative;
	overflow: hidden;
}

.step_2_radio_list_1 .form-item__radio-item.with-sticker .item-sticker {
	position: absolute;
	font-size: 9px;
	text-align: center;
	background: #7c0811;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 5px;
	transform: rotate(90deg);
	right: -73px;
	top: 48px;
	left: auto;
	width: 100%;
}

@media (max-width: 768px) {

	.step_2_radio_list_1 .form-item__radio-item.with-sticker .item-sticker {
		transform: rotate(0);
		right: 0;
		left: 0;
		top: 0;
	}
}

.step_2_radio_list_1 label {
	justify-content: center;
}

#step_2_radio_list_1 .form-item__radio-item label {
	width: fit-content;
	margin: auto;
}

#step_2_radio_list_1 .form-item__radio-item label::before {
	margin-right: 0 !important;
}

#step_2_radio_list_1 .form-item__radio-item label::after {
	top: 7px;
}

#step_2_radio_list_1 .form-item__radio-item {
	width: 100%;
	text-align: center;
	padding: 16px 12px;
}

#step_2_radio_list_1 .form-item__radio-item:nth-child(1) {
	border-radius: 0 0 0 16px;
}

#step_2_radio_list_1 .form-item__radio-item:nth-child(3) {
	border-radius: 0 0 16px 0;
}

#step_2_radio_list_2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 32px;
}

@media (max-width: 1024px) {

	#step_2_radio_list_2 {
		grid-template-columns: 100%;
	}
}

#step_2_radio_list_2 .radio-item-price {
	display: flex;
	flex-direction: column;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #000;
}

@media (max-width: 768px) {

	#step_2_radio_list_2 .radio-item-price {
		font-size: 16px;
	}
}

#step_2_radio_list_2 .radio-item-price span {
	font-weight: 300;
	font-size: 12px;
	line-height: 19px;
	color: #474747;
}

#step_2_radio_list_2 .radio-item-title {
	color: #000;
	border-top: 1px solid #cacaca;
	padding-top: 16px;
	margin-top: 16px;
}

#step_2_radio_list_2 .radio-item-list {
	margin-top: 16px;
}

#step_2_radio_list_2 .form-item__radio-item {
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #474747;
	background: #f3eee3;
	border-radius: 16px;
	padding: 40px 16px 24px 16px;
}

#step_2_radio_list_2 .form-item__radio-item label {
	font-weight: 600;
	color: #000;
	margin-bottom: 12px;
}

.additional-icons_list .form-item__radio-item {
	background: #f3eee3;
	border-radius: 16px;
	padding: 24px 16px;
}

.additional-icons_list .radio-item-title,
.additional-icons_list .radio-item-text {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin-bottom: 12px;
}

.additional-icons_list .radio-item-text {
	margin-top: 16px;
}

.additional-icons_list .radio-item-subtitle {
	font-weight: 300;
	font-size: 12px;
	line-height: 160%;
	color: #474747;
}

.additional-icons_list .radio-item-list {
	border-top: 1px solid #cacaca;
	padding-top: 16px;
	margin-top: 16px;
}

.checkout__form-steps-item .form-item__radio.radio-cards fieldset {
	width: 100%;
	grid-gap: 16px;
}

@media (max-width: 768px) {

	.checkout__form-steps-item .form-item__radio.radio-cards fieldset {
		flex-direction: column;
	}
}

.checkout__form-steps-item .form-item__radio.radio-cards label {
	position: absolute;
	right: 0;
	top: 8px;
}

.checkout__form-steps-item .form-item__radio.radio-cards label::after {
	top: 7px;
}

.checkout__form-steps-item .form-item__radio.radio-cards .item-top__name {
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	padding: 4px 10px;
	border-radius: 6px;
	max-width: max-content;
	margin: 0 auto 12px auto;
}

.checkout__form-steps-item .form-item__radio.radio-cards .form-item__radio-item {
	width: 100%;
	flex-direction: column;
	color: #000;
	text-align: center;
	position: relative;
	border-radius: 16px;
	padding: 16px 12px;
	border: 1px solid transparent;
}

.checkout__form-steps-item .form-item__radio.radio-cards .form-item__radio-item:nth-child(1) {
	background: #fbddb9;
}

.checkout__form-steps-item .form-item__radio.radio-cards .form-item__radio-item:nth-child(1).active {
	border-color: #f88600;
}

.checkout__form-steps-item .form-item__radio.radio-cards .form-item__radio-item:nth-child(1) .item-top__name {
	background: #f88600;
}

.checkout__form-steps-item .form-item__radio.radio-cards .form-item__radio-item:nth-child(2) {
	background: #c6e4ff;
}

.checkout__form-steps-item .form-item__radio.radio-cards .form-item__radio-item:nth-child(2).active {
	border-color: #0d66d6;
}

.checkout__form-steps-item .form-item__radio.radio-cards .form-item__radio-item:nth-child(2) .item-top__name {
	background: #0d66d6;
}

.checkout__form-steps-item .form-item__radio.radio-cards .form-item__radio-item:nth-child(3) {
	background: #ddf0d6;
}

.checkout__form-steps-item .form-item__radio.radio-cards .form-item__radio-item:nth-child(3).active {
	border-color: #38b73d;
}

.checkout__form-steps-item .form-item__radio.radio-cards .form-item__radio-item:nth-child(3) .item-top__name {
	background: #38b73d;
}

.checkout__form-steps-item .form-item__radio.radio-cards .form-item__radio-item .item-center {
	font-weight: 300;
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 12px;
}

.checkout__form-steps-item .form-item__radio.radio-cards .form-item__radio-item .item-center strong {
	font-weight: 500;
}

.checkout__form-steps-item .form-item__radio.radio-cards .form-item__radio-item .item-bottom {
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
}

.checkout__form-steps-item .form-item__radio.radio-cards .form-item__radio-item .item-bottom span:last-child {
	font-weight: 300;
	font-size: 12px;
}

.checkout__form-steps-item input[type="date"]::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

#step-6 .step-subtitle {
	background: #f3eee3;
	border-radius: 16px;
	padding: 24px 16px;
}

.checkout__form-list #forms-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	grid-gap: 15px;
	flex-wrap: wrap;
	list-style: none;
	background: #fff;
	border-radius: 100px;
	padding: 5px 20px;
	max-width: 840px;
	margin-left: 0;
	margin-bottom: 30px;
}

@media (max-width: 1280px) {

	.checkout__form-list #forms-menu {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 768px) {

	.checkout__form-list #forms-menu {
		justify-content: center;
		grid-gap: 0;
		padding: 10px 0 10px 20px;
		border-radius: 32px;
	}
}

.checkout__form-list #forms-menu .menu-item {
	display: flex;
	max-width: max-content;
}

.checkout__form-list #forms-menu .menu-item a {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	border-radius: 100px;
	padding: 10px;
}

@media (max-width: 768px) {

	.checkout__form-list #forms-menu .menu-item a {
		font-size: 13px;
	}
}

.checkout__form-list #forms-menu .menu-item a:hover {
	color: #f88600;
}

.checkout__form-list #forms-menu .menu-item.current-menu-item a {
	color: #f88600;
}

.contact-form {
	max-width: 840px;
	background: #fff;
	border-radius: 32px;
	padding: 38px;
	margin: 0 auto;
}

.contact-form .wpcf7-not-valid-tip {
	font-size: 13px;
}

.contact-form + .wpcf7-response-output {
	max-width: 840px;
	margin: 35px auto 0 auto !important;
}

.contact-form .btn {
	cursor: pointer;
	margin: auto;
	min-width: 200px;
	padding: 15px 10px;
}

.page-template-default .blogTop {
	margin-bottom: 80px;
}

.page-template-default article {
	padding-bottom: 100px;
}

.form-popup {
	max-width: 850px;
}

.hidden {
	display: none;
}

.fancybox-is-open .fancybox-bg {
	background: #000;
	opacity: 0.7;
}

.fancybox-content {
	max-width: 510px;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #000;
	background: #fff;
	border-radius: 24px;
}

@media (max-width: 768px) {

	.fancybox-content {
		max-width: 90%;
		font-size: 20px;
		line-height: 33px;
	}
}

.form-success-popup .btnBig {
	margin: 24px auto 0 auto;
	min-width: 230px;
}

#cmplz-document {
	margin: 0 auto 70px auto;
}

.headline .blogTop {
	margin-bottom: 75px;
}

.formular__wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	grid-gap: 20px;
	padding-bottom: 130px;
}

@media (max-width: 1024px) {

	.formular__wrap {
		flex-direction: column;
		padding-bottom: 60px;
	}
}

@media (max-width: 1024px) {

	.formular__code {
		width: 100%;
		max-width: 100%;
	}
}

.formular__code p {
	margin-bottom: 0;
}

.formular__text {
	background: #fff;
	border-radius: 32px;
	padding: 38px 50px;
}

@media (max-width: 1024px) {

	.formular__text {
		max-width: 840px;
		width: 100%;
		margin: auto;
	}
}

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

.formular__text ul li {
	margin-bottom: 10px;
}

.formular__text ul li:last-child {
	margin-bottom: 0;
}

.formular__text ul li a {
	color: #474747;
	font-weight: 500;
	text-decoration: none;
}

.formular__text ul li a:hover {
	color: #f88600;
}

.formular input[type="text"],
.formular input[type="email"],
.formular input[type="url"],
.formular input[type="password"],
.formular input[type="search"],
.formular input[type="number"],
.formular input[type="tel"],
.formular input[type="range"],
.formular input[type="date"],
.formular input[type="month"],
.formular input[type="week"],
.formular input[type="time"],
.formular input[type="datetime"],
.formular input[type="datetime-local"],
.formular input[type="color"],
.formular textarea {
	margin-bottom: 0;
}

.item-note.fancybox-content {
	font-weight: 300;
	font-size: 16px;
	line-height: 180%;
	color: #474747;
}

.item-note.fancybox-content p:last-of-type {
	margin-bottom: 0;
}

#datafetch {
	max-height: 295px;
	background: #fff;
	border: 1px solid #cacaca;
	border-top: 0;
	border-radius: 0 0 8px 8px;
	overflow-y: scroll;
	padding: 20px;
}

@media (max-width: 1024px) {

	#datafetch {
		height: 200px;
	}
}

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

ul.opt-list li {
	cursor: pointer;
}

ul.opt-list li:hover {
	color: #f88600;
}

.opt-search input {
	font-size: 15px;
	border: 1px solid #cacaca;
	border-radius: 8px 8px 0 0;
	margin-bottom: 0;
	padding: 7px 16px;
}

.opt-search input::placeholder {
	font-size: 14px;
}

.variants-group {
	position: relative;
}

.variants-group:hover .variants-group__list {
	top: 55px;
	bottom: 0;
	opacity: 1;
	pointer-events: all;
}

.variants-group__list {
	position: absolute;
	top: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
}

input[name="hunde-input"] {
	cursor: pointer;
}

@media (max-width: 1024px) {

	input[name="hunde-input"] {
		font-size: 14px;
	}
}

#tariffs-options {
	position: relative;
}

#tariffs-options::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #666;
	border-width: 0 0 2px 2px;
	position: absolute;
	top: 17px;
	right: 15px;
	transform: rotate(-45deg);
}

#inifinite-loader {
	display: none;
}

#checkout__code-addit .wpcf7-form-control-wrap,
#checkout__code-addit .wpcf7-form-control {
	display: none;
}

#checkout__code-addit p {
	height: 0;
	margin-bottom: 0;
}

.headerPartner {
	display: none;
}

@media (max-width: 1024px) {

	.headerPartner {
		display: block;
	}
}

.headerPartner .btn {
	min-width: 125px;
	font-size: 13px;
	padding: 9px;
}

@media (max-width: 1024px) {

	.headerPartner .btn {
		display: flex;
	}
}

.footerSocials {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	grid-gap: 20px;
	margin-top: 20px;
}

@media (max-width: 768px) {

	.footerSocials {
		grid-gap: 15px;
	}
}

.footerSocialsItem {
	width: 48px;
	display: flex;
	text-decoration: none;
}

.footerSocialsItem:hover img {
	filter: brightness(0) saturate(100%) invert(63%) sepia(84%) saturate(1074%) hue-rotate(5deg) brightness(104%) contrast(101%);
}

.footerSocialsItem img {
	width: 100%;
	height: auto;
}

.headerTopline {
	background: #fff;
	border-radius: 0 0 32px 32px;
	padding: 12px 0;
	margin-bottom: 20px;
}

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

.headerToplineMenu .menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	grid-gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.headerToplineMenu .menu .menu-item a {
	text-decoration: none;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #4e4e4e;
}

.headerToplineMenu .menu .menu-item a:hover {
	color: #f88600;
}

.headerToplineSocials {
	display: flex;
	align-items: center;
	grid-gap: 20px;
}

@media (max-width: 768px) {

	.headerToplineSocials {
		display: none;
	}
}

.headerToplineSocialsItem {
	display: flex;
	width: 32px;
}

.siteHeader.fixed {
	margin-top: -52px;
}
