!
Theme Name: migroma
Theme URI: http://underscores.me/
Author: Svitlana Sukova
Author URI: https://www.linkedin.com/in/svetlana-sukova-b89794b2/
Description: Migroma 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: migroma
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

migroma is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
	font-family: Poppins;
	src: url("fonts/Poppins/Poppins-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Poppins;
	src: url("fonts/Poppins/Poppins-SemiBold.ttf");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: Poppins;
	src: url("fonts/Poppins/Poppins-Medium.ttf");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: Poppins;
	src: url("fonts/Poppins/Poppins-Bold.ttf");
	font-weight: bold;
	font-style: normal;
}

.siteHeader .container, .siteHeader .container .mainNavigation ul, .siteFooterBottom, .siteFooterBottomLinks, .headerTop .container, .headerTopItem, .topBtns, .sortimentTop, .sliderNav, .currentBlockItemInfo, .contactBlockContentTextContactsItemTitle, .subscribeBlock ul, .postPageShare, .postPageShareBlock, .typesBlockItemImg {
	display: flex;
	align-items: center;
}

.videoBlockVideo, .deliveryBlockImg, .marketBlockImg, .contactBlockContentImg, .postPageImg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

a, .btn svg path, #burger span, .topSlider .slick-dots button, .benefitsBlockItem img, .benefitsBlockItemTitle, .sliderNav svg, .sliderNav svg:last-of-type path, .contactBlockFormBlock input[type=submit], .blogSectionBlockItemTitle, .blogSectionBlockItemCats a.blogSectionBlockItemCatsItem, .postPageShare a svg *, .sortimentPageBlockItemTitle, .sortimentPageBlockItemText, .moreText {
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.siteHeader .container .mainNavigation {
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.top, .benefits, .video, .sortiment, .delivery, .market, .current, .partner, .contact, .blogSection, .insta, .map, .benefits2 {
	margin-bottom: 130px;
}

@media (max-width: 1024px) {
	.top, .benefits, .video, .sortiment, .delivery, .market, .current, .partner, .contact, .blogSection, .insta, .map, .benefits2 {
		margin-bottom: 80px;
	}
}

/*--------------------------------------------------------------
# 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: #2B2B2B;
	font-family: Poppins;
	font-size: 1.04167vw;
	line-height: 1.6;
}

@media (max-width: 1024px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 15px;
	}
}

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

h1, .title {
	margin-top: 0;
	margin-bottom: 54px;
	color: #2B2B2B;
	font-weight: bold;
	font-size: 50px;
	line-height: 1.2;
}

@media (max-width: 1024px) {
	h1, .title {
		font-size: 25px;
	}
}

@media (max-width: 1024px) {
	h1, .title {
		margin-bottom: 20px;
		line-height: 1.4;
	}
}

h2, .title2 {
	color: #2B2B2B;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29; 
	margin-top: 0;
}

@media (max-width: 1024px) {
	h2, .title2 {
		font-size: 20px;
	}
}

h2 span, .title2 span {
	color: #0B5BA8;
}

h3, .title3 {
	font-weight: bold;
	font-size: 22px;
	line-height: 120%;
	color: #2B2B2B;
	margin-bottom: 20px;
	margin-top: 0;
}

@media (max-width: 1024px) {
	h3, .title3 {
		font-size: 16px;
	}
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #0B5BA8;
}

a:hover {
	color: #E30B10;
}


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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 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: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* 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: 0px;
	cursor: pointer;
}

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

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

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

.site {
	padding-top: 30px;
	overflow: hidden;
}

.siteHeader {
	padding: 10px 0;
	position: relative;
}

@media (max-width: 1024px) {
	.siteHeader {
		padding: 13px 0;
	}
}

.siteHeader .container {
	justify-content: space-between;
}

.siteHeader .container .custom-logo-link {
	display: flex;
	flex-direction: column;
}

@media (max-width: 1024px) {
	.siteHeader .container .custom-logo-link {
		margin-right: 12px;
	}
}

.siteHeader .container .custom-logo-link img {
	width: 7.63889vw;
}

@media (max-width: 1024px) {
	.siteHeader .container .custom-logo-link img {
		width: 62px;
	}
}

.siteHeader .container .mainNavigation {
	margin-left: auto;
	margin-right: 52px;
	background: #fff;
}

.siteHeader .container .mainNavigation.active {
	left: 0;
}

@media (max-width: 1024px) {
	.siteHeader .container .mainNavigation {
		position: absolute;
		width: 100%;
		height: calc(100vh - 102px);
		left: -100%;
		top: 100%;
		margin: 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		padding: 0 20px;
		z-index: 100;
	}
}

.siteHeader .container .mainNavigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

@media (max-width: 1024px) {
	.siteHeader .container .mainNavigation ul {
		display: block;
	}
}

.siteHeader .container .mainNavigation ul li {
	margin-right: 25px;
}

@media (max-width: 1024px) {
	.siteHeader .container .mainNavigation ul li {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.siteHeader .container .mainNavigation ul li:last-of-type {
		margin-bottom: 0;
	}
}

.siteHeader .container .mainNavigation ul li:last-of-type {
	margin-right: 0;
}

.siteHeader .container .mainNavigation ul li a {
	color: #2B2B2B;
	text-decoration: none;
	font-weight: 500;
	font-size: 1.11111vw;
	line-height: 1.87;
}

@media (max-width: 1024px) {
	.siteHeader .container .mainNavigation ul li a {
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	.siteHeader .container .mainNavigation ul li a {
		font-weight: bold;
	}
}

.siteHeader .container .mainNavigation ul li a:hover {
	color: #0B5BA8;
}

.siteFooter {
	background: #2B2B2B;
	padding-top: 78px;
	padding-bottom: 32px;
	color: #fff;
}

@media (max-width: 1024px) {
	.siteFooter {
		padding: 30px 0;
	}
}

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

@media (max-width: 1024px) {
	.siteFooterTop {
		display: block;
	}
}

.siteFooterTopLogo {
	display: flex;
	flex-direction: column;
	margin-right: auto;
}

.siteFooterTopLogo .custom-logo-link {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}

@media (max-width: 1024px) {
	.siteFooterTopLogo .custom-logo-link {
		margin-bottom: 20px;
	}
}

.siteFooterTopLogo .custom-logo-link img {
	width: 7.63889vw;
}

@media (max-width: 1024px) {
	.siteFooterTopLogo .custom-logo-link img {
		width: 113px;
	}
}

.siteFooterTopLogoFormText {
	max-width: 21.3194444vw;
	margin-bottom: 8px;
}

@media (max-width: 1024px) {
	.siteFooterTopLogoFormText {
		max-width: 100%;
		margin-bottom: 20px;
	}
}

.siteFooterTopLogoForm .formBlock {
	max-width: 28.125vw;
}

@media (max-width: 1024px) {
	.siteFooterTopLogoForm .formBlock {
		max-width: 50%;
	}
}

@media (max-width: 768px) {
	.siteFooterTopLogoForm .formBlock {
		max-width: 100%;
	}
}

.siteFooterTopLogoForm .formBlock input[type=email] {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.siteFooterTopLogoForm .formBlock input[type=email] {
		margin-bottom: 7px;
	}
}

.siteFooterTopLogoForm .formBlock p {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5px;
}

@media (max-width: 1024px) {
	.siteFooterTopLogoForm .formBlock p {
		display: block;
	}
}

.siteFooterTopMenu2 {
	margin-bottom: 20px;
}

.siteFooterTopMenu {
	margin-right: 77px;
}

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

.siteFooterTopMenu ul a {
	color: #fff;
	font-weight: 500;
	font-size: 1.11111vw;
	line-height: 1.87;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.siteFooterTopMenu ul a {
		font-size: 16px;
	}
}

.siteFooterTopMenu ul a:hover {
	color: #E30B10;
}

.siteFooterTopContacts {
	font-weight: 500;
	font-size: 1.11111vw;
	line-height: 1.87;
}

@media (max-width: 1024px) {
	.siteFooterTopContacts {
		font-size: 16px;
	}
}

.siteFooterTopContacts a {
	color: #fff;
	text-decoration: none;
}

.siteFooterTopContacts a:hover {
	color: #E30B10;
}

.siteFooterTopContactsPhones {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}

.siteFooterBottom {
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 99px;
	justify-content: space-between;
}

@media (max-width: 1024px) {
	.siteFooterBottom {
		padding-top: 15px;
		margin-top: 25px;
	}
}

@media (max-width: 768px) {
	.siteFooterBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}

.siteFooterBottom .copyright, .siteFooterBottom a {
	text-decoration: none;
	font-size: 1.04167vw;
	line-height: 160%;
	opacity: 0.7;
}

@media (max-width: 1024px) {
	.siteFooterBottom .copyright, .siteFooterBottom a {
		font-size: 15px;
	}
}

@media (max-width: 768px) {
	.siteFooterBottomLinks {
		margin-bottom: 5px;
	}
}

.siteFooterBottomLinks a {
	margin-right: 30px;
	color: #fff;
}

.siteFooterBottomLinks a:hover {
	color: #E30B10;
}

.siteFooterBottomLinks a:last-of-type {
	margin-right: 0;
}

.container {
	width: 88.88889vw;
	margin: 0 auto;
}

@media (max-width: 1440px) {
	.container {
		width: 100%;
		padding: 0 80px;
	}
}

@media (max-width: 1024px) {
	.container {
		padding: 0 20px;
	}
}

.containerMin {
	width: 52.08333vw;
	margin: 0 auto;
}

@media (max-width: 1024px) {
	.containerMin {
		width: 100%;
		padding: 0 20px;
	}
}

.headerTop {
	background: #0B5BA8;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	height: 30px;
	display: flex;
	align-items: center;
}

.headerTop .container {
	justify-content: center;
}

@media (max-width: 768px) {
	.headerTop .container {
		justify-content: space-between;
	}
}

.headerTop a {
	font-weight: 600;
	text-decoration: none;
}

.headerTop a:hover {
	color: #fff;
}

.headerTopItem {
	margin-right: 35px;
	color: #fff;
	font-size: 0.90278vw;
	line-height: 1.08;
}

@media (max-width: 1024px) {
	.headerTopItem {
		font-size: 9px;
	}
}

@media (max-width: 768px) {
	.headerTopItem {
		margin-right: 0;
	}
}

.headerTopItem img {
	margin-right: 8px;
}

@media (max-width: 768px) {
	.headerTopItem img {
		margin-right: 5px;
	}
}

.headerTopItemOpen {
	margin-right: 0;
}

@media (max-width: 768px) {
	.headerTopItemOpen {
		display: none;
	}
}

.headerTopItem strong {
	margin-left: 5px;
}

.btn {
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	font-size: 1.04167vw;
	line-height: 160%;
	color: #0B5BA8;
	border: 1px solid #0B5BA8;
	border-radius: 3px;
	padding: 10px 35px;
}

.btn svg {
	margin-left: 10px;
}

@media (max-width: 1024px) {
	.btn {
		font-size: 12px;
	}
}

.btn:hover {
	background: #0B5BA8;
	color: #fff;
}

@media (max-width: 1024px) {
	.btn {
		padding: 12.5px 20px;
	}
}

.btn.btnYellow {
	background: #FFE500;
	border-color: #FFE500;
	color: #2B2B2B;
}

.btn.btnYellow:hover {
	background: #FFE500;
}

.btn.btnBlue {
	background: #0B5BA8;
	color: #fff;
	padding: 15px 35px;
	height: 54px;
}

@media (max-width: 1024px) {
	.btn.btnBlue {
		padding: 12.5px 20px;
		height: 44px;
	}
}

.btn.btnBlue:hover {
	background: rgba(0, 0, 0, 0);
	color: #0B5BA8;
}

.btn.btnBlue:hover svg path {
	fill: #0B5BA8;
}

#burger {
	width: 25px;
	height: 20px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 11;
	display: none;
	margin-right: auto;
}

@media (max-width: 1024px) {
	#burger {
		display: block;
	}
}

#burger span {
	display: block;
	position: absolute;
	height: 1px;
	width: 28px;
	background: #0B5BA8;
	opacity: 1;
	right: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

#burger span:nth-child(1) {
	top: 0px;
}

#burger span:nth-child(2), #burger span:nth-child(3) {
	top: 10px;
}

#burger span:nth-child(4) {
	top: 20px;
}

#burger.open span:nth-child(1), #burger.open span:nth-child(4) {
	top: 0px;
	width: 0%;
	right: 50%;
}

#burger.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#burger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.top {
	padding-top: 10px;
}

@media (max-width: 1024px) {
	.top {
		padding-top: 12px;
	}
}

.top .container {
	display: grid;
	grid-template-columns: 49.1875% 50.078125%;
}

@media (max-width: 1024px) {
	.top .container {
		display: block;
	}
}

.topContent {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 1024px) {
	.topContent {
		margin-bottom: 30px;
	}
}

.topContentTextWrap.more2 .topContentText {
	max-height: 150px;
}

.topContentText {
	font-weight: 500;
	font-size: 1.11111vw;
	line-height: 187%;
	color: #2B2B2B;
	max-width: 35.9722222vw;
	overflow: hidden;
}

@media (max-width: 1024px) {
	.topContentText {
		font-size: 16px;
	}
}

.topContentText.active {
	max-height: 1000px;
}

@media (max-width: 1024px) {
	.topContentText {
		max-width: 100%;
		margin-bottom: 3px;
	}
}

.topContentTitle {
	margin-bottom: 22px;
}

@media (max-width: 768px) {
	.topBtns {
		display: block;
	}
}

.topBtns .btn {
	padding: 17px 36px;
	height: 58px;
}

@media (max-width: 768px) {
	.topBtns .btn {
		width: 100%;
		height: 44px;
		padding: 12.5px 35px;
	}
}

.topBtns .btnYellow {
	margin-right: 7px;
}

@media (max-width: 768px) {
	.topBtns .btnYellow {
		margin-right: 0;
		margin-bottom: 5px;
	}
}

.topSlider {
	border-radius: 10px;
	overflow: hidden;
}

.topSlider img {
	width: 100%;
	border-radius: 10px;
}

@media (max-width: 1024px) {
	.topSlider img {
		border-radius: 0px;
	}
}

@media (max-width: 1024px) {
	.topSliderWrap {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media (max-width: 1024px) {
	.topSlider {
		border-radius: 0px;
	}
}

.topSlider .slick-arrow {
	opacity: 1;
	z-index: 1;
	top: auto;
	bottom: 17px;
	display: flex;
	flex-direction: column;
	width: 50px;
	height: 50px;
}

.topSlider .slick-arrow.slick-next {
	right: 158px;
}

@media (max-width: 768px) {
	.topSlider .slick-arrow.slick-next {
		right: 20px;
	}
}

.topSlider .slick-arrow.slick-prev {
	right: 213px;
	left: auto;
}

@media (max-width: 768px) {
	.topSlider .slick-arrow.slick-prev {
		right: 75px;
	}
}

.topSlider .slick-dots {
	list-style: none;
	padding: 20px;
	background: #fff;
	border-radius: 30px;
	display: inline-flex;
	align-items: center;
	position: absolute;
	bottom: 20px;
	right: 30px;
	margin: 0;
}

@media (max-width: 768px) {
	.topSlider .slick-dots {
		display: none;
	}
}

.topSlider .slick-dots li {
	margin-right: 7px;
	display: flex;
}

.topSlider .slick-dots li:last-of-type {
	margin-right: 0;
}

.topSlider .slick-dots li.slick-active button {
	background: #0B5BA8;
}

.topSlider .slick-dots button {
	font-size: 0px;
	border: 1px solid #0B5BA8;
	background: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.subtitle {
	font-weight: 600;
	font-size: 1.11111vw;
	line-height: 1.87;
	color: #E30B10;
	margin-bottom: 10px;
}

@media (max-width: 1024px) {
	.subtitle {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.subtitle {
		line-height: 1.43;
		margin-bottom: 5px;
	}
}

.benefitsBlock {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}

@media (max-width: 1024px) {
	.benefitsBlock {
		display: block;
	}
}

.benefitsBlockItem {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #F6F6F6;
	border-radius: 10px;
	padding: 73px 40px 43px 40px;
	text-decoration: none;
	color: #2B2B2B;
	text-align: center;
	min-height: 260px;
}

@media (max-width: 1024px) {
	.benefitsBlockItem {
		padding: 0;
		width: 100%;
		flex-direction: row;
		background: #fff;
		min-height: auto;
		margin-bottom: 7px;
	}
	.benefitsBlockItem:last-of-type {
		margin-bottom: 0;
	}
}

.benefitsBlockItem:hover .benefitsBlockItemTitle {
	color: #0B5BA8;
	text-decoration: underline;
}

.benefitsBlockItem img {
	width: 4.86111vw;
}

@media (max-width: 1024px) {
	.benefitsBlockItem img {
		width: 25px;
	}
}

@media (max-width: 1024px) {
	.benefitsBlockItem img {
		margin-right: 8px;
	}
}

.benefitsBlockItemTitle {
	display: inline-block;
	font-weight: bold;
	font-size: 1.52778vw;
	line-height: 1.36;
	margin-top: 14px;
}

@media (max-width: 1024px) {
	.benefitsBlockItemTitle {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.benefitsBlockItemTitle {
		font-weight: 600;
		line-height: 1.87;
		margin-top: 0;
		margin-left: 8px;
		text-decoration: underline;
	}
}

.videoBlock {
	display: grid;
	grid-template-columns: 49.21875% 50.78125%;
}

@media (max-width: 1024px) {
	.videoBlock {
		display: block;
	}
}

.videoBlock .title2 {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	padding-right: 50px;
}

@media (max-width: 1024px) {
	.videoBlock .title2 {
		padding-right: 0;
		margin-bottom: 20px;
	}
}

.videoBlockVideo {
	width: 100%;
	display: block;
	padding-top: 49.233%;
	border-radius: 10px;
	position: relative;
}

@media (max-width: 1024px) {
	.videoBlockVideo {
		padding-top: 65.36%;
	}
}

.videoBlockVideo img {
	cursor: pointer;
	pointer-events: unset;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.sortimentTop {
	margin-bottom: 40px;
}

@media (max-width: 1024px) {
	.sortimentTop {
		margin-bottom: 20px;
	}
}

.sortimentTop .title2 {
	margin-right: auto;
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.sortimentTop .sliderNav {
		display: none;
	}
}

.sortimentTop a {
	font-weight: 500;
	font-size: 1.25vw;
	line-height: 160%;
	margin-right: 42px;
}

@media (max-width: 1024px) {
	.sortimentTop a {
		font-size: 15px;
	}
}

@media (max-width: 1024px) {
	.sortimentTop a {
		display: none;
	}
}

.sortimentBottom {
	display: none;
	margin-top: 18px;
}

@media (max-width: 1024px) {
	.sortimentBottom {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.sortimentBottom a {
		font-weight: 500;
		font-size: 1.25vw;
		line-height: 160%;
	}
}

@media (max-width: 1024px) and (max-width: 1024px) {
	.sortimentBottom a {
		font-size: 15px;
	}
}

.sortimentBlock {
	margin-right: calc(((100vw - 88.8888889vw)/2)*-1);
}

@media (max-width: 1024px) {
	.sortimentBlock {
		margin-right: -20px;
	}
}

.sortimentBlock .slick-list {
	padding-left: 0 !important;
}

.sortimentBlock .slick-track {
	display: flex !important;
}

.sortimentBlock .slick-slide {
	height: inherit !important;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}

.sortimentBlockItem {
	margin-right: 25px;
	background: #F6F6F6;
	border-radius: 10px;
	padding: 35px 30px;
	position: relative;
}

@media (max-width: 1024px) {
	.sortimentBlockItem {
		padding: 15px 10px;
		display: flex !important;
		flex-direction: column;
		margin-right: 10px;
	}
}

.sortimentBlockItem img {
	position: absolute;
	max-height: calc(100% - 110px);
	top: 60px;
	right: 17px;
}

@media (max-width: 1024px) {
	.sortimentBlockItem img {
		position: initial;
		max-height: initial;
		margin-bottom: 13px;
	}
}

.sortimentBlockItemTitle {
	color: #2B2B2B;
	font-weight: bold;
	font-size: 1.52778vw;
	line-height: 1.36;
	margin-bottom: 72px;
	position: relative;
	max-width: 60%;
}

@media (max-width: 1024px) {
	.sortimentBlockItemTitle {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.sortimentBlockItemTitle {
		margin-bottom: 5px;
		font-weight: 600;
		line-height: 1;
		max-width: 100%;
		margin-top: auto;
	}
}

.sortimentBlockItem a {
	font-weight: 500;
	font-size: 1.25vw;
	line-height: 160%;
}

@media (max-width: 1024px) {
	.sortimentBlockItem a {
		font-size: 13px;
	}
}

.sliderNav svg {
	margin-right: 36px;
	cursor: pointer;
}

.sliderNav svg:hover path {
	fill: #C3C5E4;
}

.sliderNav svg:last-of-type {
	margin-right: 0;
}

.deliveryBlock, .marketBlock {
	display: grid;
	grid-template-columns: 37.5% 62.5%;
}

@media (max-width: 1024px) {
	.deliveryBlock, .marketBlock {
		display: block;
	}
}

.deliveryBlockContent, .marketBlockContent {
	padding-right: 32px;
}

@media (max-width: 1024px) {
	.deliveryBlockContent, .marketBlockContent {
		padding-right: 0;
		margin-bottom: 25px;
	}
}

@media (max-width: 768px) {
	.deliveryBlockContent .btn, .marketBlockContent .btn {
		width: 100%;
	}
}

.deliveryBlockContent .title2, .marketBlockContent .title2 {
	margin-bottom: 17px;
}

@media (max-width: 1024px) {
	.deliveryBlockContent .title2, .marketBlockContent .title2 {
		margin-bottom: 20px;
	}
}

.deliveryBlockContent ul, .marketBlockContent ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 20px;
}

.deliveryBlockContent ul li, .marketBlockContent ul li {
	margin-bottom: 9px;
	padding-left: 17px;
	position: relative;
	color: #2B2B2B;
	font-weight: 500;
	font-size: 1.11111vw;
	line-height: 1.87;
}

@media (max-width: 1024px) {
	.deliveryBlockContent ul li, .marketBlockContent ul li {
		font-size: 15px;
	}
}

@media (max-width: 1024px) {
	.deliveryBlockContent ul li, .marketBlockContent ul li {
		font-weight: normal;
		line-height: 1.6;
	}
}

.deliveryBlockContent ul li::before, .marketBlockContent ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #E30B10;
	position: absolute;
	top: 10px;
	left: 0;
}

@media (max-width: 768px) {
	.deliveryBlockContent ul li::before, .marketBlockContent ul li::before {
		top: 8px;
	}
}

.deliveryBlockContent ul li:last-of-type, .marketBlockContent ul li:last-of-type {
	margin-bottom: 0;
}

.deliveryBlockImg, .marketBlockImg {
	border-radius: 10px;
	padding-top: 43.75%;
}

@media (max-width: 768px) {
	.deliveryBlockImg, .marketBlockImg {
		padding-top: 65.36%;
	}
}

.marketBlock {
	grid-template-columns: 57.421875% 42.578125%;
}

@media (max-width: 1024px) {
	.marketBlock {
		display: flex;
		flex-direction: column-reverse;
	}
}

.marketBlockImg {
	padding-top: 55.784%;
}

.marketBlock .title2 {
	margin-top: 24px;
	margin-bottom: 28px;
}

.marketBlockContent {
	padding-right: 0;
	padding-left: 85px;
}

@media (max-width: 1024px) {
	.marketBlockContent {
		padding-left: 0;
	}
}

.form {
	margin-right: 25px;
	border-radius: 20px;
	background: #0B5BA8;
	color: #fff;
}

.form .title2 {
	color: #fff;
	margin-bottom: 25px;
}

.form .title2 span {
	color: #FFE500;
}

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

.form ul li {
	padding-left: 21px;
	position: relative;
	font-weight: 500;
	font-size: 1.11111vw;
	line-height: 1.87;
}

@media (max-width: 1024px) {
	.form ul li {
		font-size: 16px;
	}
}

.form ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	background: #FFE500;
	border-radius: 50%;
	left: 0;
	top: 12px;
}

.formBlock {
	margin-bottom: 25px;
}

.formBlock input {
	width: 100%;
	height: 52px;
}

.formBlock input:focus {
	outline: none;
}

.formBlock input[type=submit] {
	background: #FFE500;
	border-radius: 3px;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	font-size: 0.97222vw;
	line-height: 100%;
	color: #0B5BA8;
	border: 1px solid #FFE500;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.formBlock input[type=submit] {
		font-size: 14px;
	}
}

.formBlock input[type=email] {
	margin-bottom: 10px;
	background: #FFFFFF;
	border: 1px solid rgba(156, 156, 156, 0.15);
	border-radius: 3px;
	padding: 14px 22px;
	font-size: 1.04167vw;
	line-height: 160%;
	color: #99A9B9;
}

@media (max-width: 1024px) {
	.formBlock input[type=email] {
		font-size: 15px;
	}
}

.formBlock br {
	display: none;
}

.formBlock p {
	margin: 0;
}

.formWrap {
	padding: 50px 40px;
}

.currentBlock {
	margin-right: calc(((100vw - 88.8888889vw)/2)*-1);
}

@media (max-width: 1024px) {
	.currentBlock {
		margin-right: -20px;
	}
}

.currentBlock .slick-list {
	padding-left: 0 !important;
}

.currentBlockItem {
	display: flex;
	flex-direction: column;
	margin-right: 25px;
}

.currentBlockItemImg {
	width: 100%;
	position: relative;
	padding-top: 100%;
	margin-bottom: 25px;
	background: #F6F6F6;
	border-radius: 10px;
}

@media (max-width: 1024px) {
	.currentBlockItemImg {
		margin-bottom: 10px;
	}
}

.currentBlockItemImgSticker {
	position: absolute;
	top: 17px;
	left: 17px;
	background: #FFE500;
	border-radius: 40px;
	padding: 5px 10px;
	font-weight: 600;
	font-size: 0.83333vw;
	line-height: 160%;
	color: #2B2B2B;
	z-index: 1;
}

@media (max-width: 1024px) {
	.currentBlockItemImgSticker {
		font-size: 12px;
	}
}

.currentBlockItemImg img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-height: 85%;
	max-width: 90%;
}

.currentBlockItemInfo {
	justify-content: space-between;
	margin-bottom: 10px;
}

@media (max-width: 1024px) {
	.currentBlockItemInfo {
		align-items: flex-start;
		margin-bottom: 15px;
	}
}

.currentBlockItemInfoPrice {
	display: flex;
	align-items: flex-start;
}

@media (max-width: 1024px) {
	.currentBlockItemInfoPrice {
		display: block;
	}
}

.currentBlockItemInfoPriceCurrent {
	color: #E30B10;
	font-weight: bold;
	font-size: 22px;
	font-size: 1.52778vw;
	line-height: 1.36;
}

@media (max-width: 1024px) {
	.currentBlockItemInfoPriceCurrent {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.currentBlockItemInfoPriceCurrent {
		line-height: 1;
		margin-bottom: 4px;
	}
}

.currentBlockItemInfoPriceOld {
	font-weight: bold;
	font-size: 1.25vw;
	line-height: 1.67;
	text-decoration-line: line-through;
	color: #99A9B9;
	margin-left: 10px;
	margin-top: -10px;
}

@media (max-width: 1024px) {
	.currentBlockItemInfoPriceOld {
		font-size: 10px;
	}
}

@media (max-width: 1024px) {
	.currentBlockItemInfoPriceOld {
		line-height: 1;
		margin-top: 0;
		margin-left: 0;
	}
}

.currentBlockItemInfoWeight {
	font-weight: 500;
	font-size: 22px;
	font-size: 1.52778vw;
	line-height: 1.36;
	text-align: right;
	color: #99A9B9;
}

@media (max-width: 1024px) {
	.currentBlockItemInfoWeight {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.currentBlockItemInfoWeight {
		line-height: 1;
		font-weight: 600;
	}
}

.currentBlockItemTitle {
	font-weight: 500;
	font-size: 1.25vw;
	line-height: 1.67;
	color: #2B2B2B;
	margin-bottom: 15px;
}

@media (max-width: 1024px) {
	.currentBlockItemTitle {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.currentBlockItemTitle {
		font-weight: 600;
		line-height: 1;
	}
}

.currentBlockItemDesc {
	font-weight: 500;
	font-size: 1.11111vw;
	line-height: 1.56;
	color: #2B2B2B;
	margin-bottom: 40px;
}

@media (max-width: 1024px) {
	.currentBlockItemDesc {
		font-size: 15px;
	}
}

@media (max-width: 1024px) {
	.currentBlockItemDesc {
		font-weight: normal;
		line-height: 160%;
		margin-bottom: 20px;
	}
}

.currentBlockItem a {
	font-weight: 500;
	font-size: 1.25vw;
	line-height: 160%;
}

@media (max-width: 1024px) {
	.currentBlockItem a {
		font-size: 15px;
	}
}

.wpcf7 .ajax-loader {
	display: none;
}

.kunde {
	margin-bottom: 209px;
}

@media (max-width: 1024px) {
	.kunde {
		margin-bottom: 80px;
	}
}

.kunde .title2 {
	text-align: center;
	margin-bottom: 70px;
}

@media (max-width: 1024px) {
	.kunde .title2 {
		margin-bottom: 20px;
	}
}

.kundeSteps {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
	margin-bottom: 100px;
}

@media (max-width: 1024px) {
	.kundeSteps {
		margin-bottom: 70px;
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 1024px) {
	.kundeSteps .desc {
		display: none;
	}
}

.kundeSteps .mob {
	display: none;
}

@media (max-width: 1024px) {
	.kundeSteps .mob {
		display: initial;
	}
}

.kundeSteps img {
	margin-top: 20px;
}

@media (max-width: 1024px) {
	.kundeSteps img {
		margin-bottom: 20px;
	}
}

.kundeStepsItemNum {
	font-size: 5.55556vw;
	line-height: 0.56;
	color: #0B5BA8;
	margin-bottom: 32px;
}

@media (max-width: 1024px) {
	.kundeStepsItemNum {
		font-size: 30px;
	}
}

@media (max-width: 1024px) {
	.kundeStepsItemNum {
		line-height: 0.67;
		margin-bottom: 10px;
	}
}

.kundeStepsItemTitle {
	font-weight: bold;
	font-size: 22px;
	font-size: 1.52778vw;
	line-height: 1.36;
	color: #2B2B2B;
}

@media (max-width: 1024px) {
	.kundeStepsItemTitle {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.kundeStepsItemTitle {
		line-height: 1;
	}
}

.kundeBottom {
	background: #0B5BA8;
	border-radius: 20px;
	padding: 50px;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

@media (max-width: 1024px) {
	.kundeBottom {
		padding: 0 20px 30px 20px;
		display: block;
	}
}

.kundeBottom img {
	position: absolute;
	left: 50px;
	top: -60px;
	max-width: 43.4722222vw;
}

@media (max-width: 1024px) {
	.kundeBottom img {
		max-width: 100%;
		position: initial;
		margin-bottom: 30px;
		margin-top: -10px;
	}
}

.kundeBottomContent {
	width: 29.9305556vw;
	color: #fff;
}

@media (max-width: 1024px) {
	.kundeBottomContent {
		width: 100%;
	}
}

.kundeBottomContent .btn {
	color: #0B5BA8;
	padding: 15px 94.5px;
	border: 1px solid #FFE500;
}

@media (max-width: 768px) {
	.kundeBottomContent .btn {
		width: 100%;
		padding: 15px;
	}
}

.kundeBottomContent .btn:hover {
	color: #FFE500;
	background: rgba(0, 0, 0, 0);
}

.kundeBottomContent ul {
	padding: 0;
	margin: 0 0 25px 0;
	list-style: none;
}

@media (max-width: 1024px) {
	.kundeBottomContent ul {
		margin-bottom: 15px;
	}
}

.kundeBottomContent ul li {
	padding-left: 21px;
	position: relative;
	font-weight: 500;
	font-size: 1.11111vw;
	line-height: 1.87;
}

@media (max-width: 1024px) {
	.kundeBottomContent ul li {
		font-size: 16px;
	}
}

.kundeBottomContent ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	background: #FFE500;
	border-radius: 50%;
	left: 0;
	top: 12px;
}

.partnerBlock {
	margin-right: calc(((100vw - 88.8888889vw)/2)*-1);
}

@media (max-width: 1024px) {
	.partnerBlock {
		margin-right: -20px;
	}
}

.partnerBlock .slick-list {
	padding-left: 0 !important;
}

.partnerBlock .slick-track {
	display: flex !important;
}

.partnerBlock .slick-slide {
	height: inherit !important;
}

.partnerBlockItem {
	margin-right: 25px;
	background: #F6F6F6;
	border-radius: 10px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

@media (max-width: 1024px) {
	.partnerBlockItem {
		margin-right: 10px;
		padding: 10px;
	}
}

.partnerBlockItem img {
	max-width: 80%;
	max-height: 80px;
}

.contactBlock {
	display: grid;
	grid-template-columns: 67.34375% 32.65625%;
}

@media (max-width: 1024px) {
	.contactBlock {
		display: block;
	}
}

.contactBlockContent {
	display: grid;
	grid-template-columns: 44.0835267% 55.9164733%;
}

@media (max-width: 1024px) {
	.contactBlockContent {
		display: block;
	}
}

.contactBlockContentImg {
	width: 100%;
	border-radius: 20px;
	padding-top: 134.74%;
}

@media (max-width: 1024px) {
	.contactBlockContentImg {
		padding-top: 92.86%;
		margin-bottom: 20px;
	}
}

.contactBlockContentText {
	padding-left: 30px;
}

@media (max-width: 1024px) {
	.contactBlockContentText {
		padding-left: 0;
	}
}

.contactBlockContentTextTitle {
	color: #0B5BA8;
	margin-top: 42px;
	margin-bottom: 38px;
	font-weight: bold;
	font-size: 2.43056vw;
	line-height: 1.29;
}

@media (max-width: 1024px) {
	.contactBlockContentTextTitle {
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	.contactBlockContentTextTitle {
		line-height: 1.25;
		margin-top: 0;
		margin-bottom: 20px;
	}
}

@media (max-width: 1024px) {
	.contactBlockContentTextTitle.desc {
		display: none;
	}
}

.contactBlockContentTextTitle.mob {
	display: none;
}

@media (max-width: 1024px) {
	.contactBlockContentTextTitle.mob {
		display: block;
	}
}

.contactBlockContentTextName {
	font-weight: bold;
	font-size: 1.52778vw;
	line-height: 1.36;
	color: #2B2B2B;
	margin-bottom: 20px;
}

@media (max-width: 1024px) {
	.contactBlockContentTextName {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.contactBlockContentTextName {
		line-height: 1.87;
		margin-bottom: 10px;
	}
}

@media (max-width: 1024px) {
	.contactBlockContentTextContacts {
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin-bottom: 40px;
	}
}

.contactBlockContentTextContactsItem {
	margin-bottom: 18px;
	display: flex;
	flex-direction: column;
}

.contactBlockContentTextContactsItem:last-of-type {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.contactBlockContentTextContactsItem {
		margin-bottom: 20px;
	}
}

.contactBlockContentTextContactsItemTitle {
	font-weight: 600;
	font-size: 1.11111vw;
	line-height: 1.87;
	color: #2B2B2B;
	margin-bottom: 5px;
}

@media (max-width: 1024px) {
	.contactBlockContentTextContactsItemTitle {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.contactBlockContentTextContactsItemTitle {
		line-height: 1.14;
		margin-bottom: 11px;
	}
}

.contactBlockContentTextContactsItemTitle img {
	margin-right: 6px;
}

.contactBlockContentTextContactsItemText {
	text-decoration: none;
	font-weight: 500;
	font-size: 1.11111vw;
	line-height: 1.87;
	color: #2B2B2B;
}

@media (max-width: 1024px) {
	.contactBlockContentTextContactsItemText {
		font-size: 14px;
	}
}

.contactBlockContentTextContactsItemText:hover {
	color: #E30B10;
}

@media (max-width: 1024px) {
	.contactBlockContentTextContactsItemText {
		line-height: 1.71;
	}
}

.contactBlockForm {
	background: #F6F6F6;
	border-radius: 20px;
	padding: 50px 43px 48px 50px;
}

@media (max-width: 1024px) {
	.contactBlockForm {
		padding: 20px;
	}
}

.contactBlockFormTitle {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 1.73611vw;
	line-height: 1.2;
	color: #2B2B2B;
}

@media (max-width: 1024px) {
	.contactBlockFormTitle {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.contactBlockFormTitle {
		line-height: 1.56;
		margin-bottom: 10px;
	}
}

.contactBlockFormBlock input:not([type=submit]) {
	height: 52px;
}

@media (max-width: 1024px) {
	.contactBlockFormBlock input:not([type=submit]) {
		height: 45px;
	}
}

.contactBlockFormBlock textarea {
	height: 104px;
}

.contactBlockFormBlock input[type=submit] {
	background: #0B5BA8;
	border: 1px solid #0B5BA8;
	border-radius: 3px;
	text-align: center;
	height: 54px;
	padding: 15px;
	color: #fff;
	font-weight: 600;
	font-size: 1.04167vw;
	line-height: 100%;
	width: 100%;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.contactBlockFormBlock input[type=submit] {
		font-size: 12px;
	}
}

.contactBlockFormBlock input[type=submit]:hover {
	background: rgba(0, 0, 0, 0);
	color: #0B5BA8;
}

@media (max-width: 1024px) {
	.contactBlockFormBlock input[type=submit] {
		height: 49px;
	}
}

.contactBlockFormBlock input:not([type=submit]), .contactBlockFormBlock textarea {
	width: 100%;
	margin-bottom: 10px;
	background: #FFFFFF;
	border: 1px solid rgba(156, 156, 156, 0.15);
	padding: 14px 22px 13px 22px;
	border-radius: 3px;
	font-size: 15px;
	font-size: 1.04167vw;
	line-height: 160%;
}

@media (max-width: 1024px) {
	.contactBlockFormBlock input:not([type=submit]), .contactBlockFormBlock textarea {
		font-size: 14px;
	}
}

.contactBlockFormBlock input:not([type=submit])::placeholder, .contactBlockFormBlock textarea::placeholder {
	color: #99A9B9;
}

.contactBlockFormBlock input:not([type=submit]):focus, .contactBlockFormBlock textarea:focus {
	outline: none;
}

@media (max-width: 1024px) {
	.contactBlockFormBlock input:not([type=submit]), .contactBlockFormBlock textarea {
		padding: 12px 15px 8px 15px;
	}
}

.contactBlockFormBlock br {
	display: none;
}

.contactBlockFormBlock p {
	margin: 0;
}

.subscribe {
	margin-bottom: 240px;
	background: #0B5BA8;
	border-radius: 20px;
	padding: 80px 70px;
	display: grid;
	grid-template-columns: 46.9298246% 53.0701754%;
	color: #fff;
	position: relative;
}

@media (max-width: 1024px) {
	.subscribe {
		margin-bottom: 80px;
		display: block;
		padding: 0;
	}
}

.subscribe img {
	position: absolute;
	left: 67px;
	top: 0;
	margin-top: -75px;
	width: 23.6111111vw;
}

@media (max-width: 1024px) {
	.subscribe img {
		width: 100%;
		transform: rotate(-8.65deg);
		position: initial;
		margin-top: -35px;
	}
}

@media (max-width: 1024px) {
	.subscribeBlock {
		padding: 0 20px 30px 20px;
	}
}

.subscribeBlockTitle {
	font-weight: bold;
	font-size: 25px;
	font-size: 1.73611vw;
	line-height: 1.2;
	margin-bottom: 20px;
}

@media (max-width: 1024px) {
	.subscribeBlockTitle {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.subscribeBlockTitle {
		display: none;
	}
}

.subscribeBlock ul {
	padding: 0;
	margin: 0;
	list-style: none;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.subscribeBlock ul {
		display: block;
	}
}

.subscribeBlock ul li {
	padding-left: 21px;
	position: relative;
	font-weight: 500;
	font-size: 1.11111vw;
	line-height: 1.87;
}

@media (max-width: 1024px) {
	.subscribeBlock ul li {
		font-size: 16px;
	}
}

.subscribeBlock ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	background: #FFE500;
	border-radius: 50%;
	left: 0;
	top: 17px;
}

.subscribeBlock .formBlock {
	margin-bottom: 14px;
}

@media (max-width: 768px) {
	.subscribeBlock .formBlock {
		margin-bottom: 19px;
	}
}

.subscribeBlock .formBlock input[type=email] {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.subscribeBlock .formBlock input[type=email] {
		margin-bottom: 7px;
	}
}

.subscribeBlock .formBlock p {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5px;
}

@media (max-width: 768px) {
	.subscribeBlock .formBlock p {
		display: block;
	}
}

.blogSectionBlock {
	margin-right: calc(((100vw - 88.8888889vw)/2)*-1);
}

@media (max-width: 1024px) {
	.blogSectionBlock {
		margin-right: -20px;
	}
}

.blogSectionBlock .slick-list {
	padding-left: 0 !important;
}

.blogSectionBlock .slick-track {
	display: flex !important;
}

.blogSectionBlock .slick-slide {
	height: inherit !important;
}

.blogSectionBlockItem {
	margin-right: 25px;
	display: flex;
	flex-direction: column;
	color: #2B2B2B;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.blogSectionBlockItem {
		margin-right: 10px;
	}
}

.blogSectionBlockItem span {
	display: block;
}

.blogSectionBlockItem img {
	margin-bottom: 25px;
	border-radius: 10px;
	width: 100%;
}

@media (max-width: 1024px) {
	.blogSectionBlockItem img {
		margin-bottom: 15px;
	}
}

.blogSectionBlockItem:hover .blogSectionBlockItemTitle {
	color: #E30B10;
}

.blogSectionBlockItemTitle {
	font-weight: bold;
	font-size: 1.52778vw;
	line-height: 1.36;
	margin-bottom: 10px;
}

@media (max-width: 1024px) {
	.blogSectionBlockItemTitle {
		font-size: 16px;
	}
}

.blogSectionBlockItemDate {
	font-size: 1.04167vw;
	line-height: 160%;
	color: #99A9B9;
	margin-bottom: 40px;
}

@media (max-width: 1024px) {
	.blogSectionBlockItemDate {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.blogSectionBlockItemDate {
		margin-bottom: 20px;
	}
}

.blogSectionBlockItemCats a.blogSectionBlockItemCatsItem.active, .blogSectionBlockItemCats a.blogSectionBlockItemCatsItem:hover {
	background: #0B5BA8;
	color: #fff;
}

.blogSectionBlockItemCatsItem {
	margin-right: 8px;
	background: #EFF7FF;
	border-radius: 30px;
	padding: 8px 15px;
	display: inline-block !important;
	font-weight: 500;
	font-size: 1.11111vw;
	line-height: 1.87;
	color: #0B5BA8;
	text-decoration: none;
	margin-bottom: 8px;
}

@media (max-width: 1024px) {
	.blogSectionBlockItemCatsItem {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.blogSectionBlockItemCatsItem {
		padding: 1px 10px;
	}
}

.instaBlock {
	padding-left: calc((100vw - 88.8888889vw)/2);
}

@media (max-width: 1024px) {
	.instaBlock {
		padding-left: 20px;
	}
	.instaBlock .insta-gallery-item {
		padding: 5px !important;
	}
	.instaBlock .insta-gallery-list {
		margin: 0 -5px !important;
	}
}

.mapBlock {
	display: grid;
	grid-template-columns: 48.359375% 51.640625%;
}

@media (max-width: 1024px) {
	.mapBlock {
		display: block;
	}
}

.mapBlockContent {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 1024px) {
	.mapBlockContent {
		margin-bottom: 20px;
	}
}

.mapBlockContent .btn {
	margin-top: 27px;
}

@media (max-width: 1024px) {
	.mapBlockContent .btn {
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
	.mapBlockContent .btn {
		width: 100%;
	}
}

.mapBlockContent .title2 {
	margin-bottom: 17px;
}

.mapBlockContentText {
	font-weight: 500;
	font-size: 16px;
	font-size: 1.11111vw;
	line-height: 1.87;
	color: #2B2B2B;
}

@media (max-width: 1024px) {
	.mapBlockContentText {
		font-size: 16px;
	}
}

.mapBlockContentText p:first-of-type {
	margin-top: 0;
}

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

.mapBlockContentText ul li {
	margin-bottom: 10px;
	padding-left: 17px;
	position: relative;
	color: #2B2B2B;
	font-weight: 500;
	font-size: 1.11111vw;
	line-height: 1.87;
}

@media (max-width: 1024px) {
	.mapBlockContentText ul li {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.mapBlockContentText ul li {
		font-weight: normal;
		line-height: 1.6;
	}
}

.mapBlockContentText ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #E30B10;
	position: absolute;
	top: 16px;
	left: 0;
}

@media (max-width: 1024px) {
	.mapBlockContentText ul li::before {
		top: 9px;
	}
}

.mapBlockContentText ul li:last-of-type {
	margin-bottom: 0;
}

.mapBlockMap iframe {
	width: 100%;
	height: 376px;
}

@media (max-width: 1024px) {
	.mapBlockMap iframe {
		height: 250px;
	}
}

.insta-gallery-list .slick-list {
	padding-left: 0 !important;
}

.insta-gallery-list .slick-track {
	display: flex !important;
}

.insta-gallery-list .slick-slide {
	height: inherit !important;
}

.insta-gallery-list img {
	border-radius: 10px;
}

body:not(.home) .site-main {
	padding-top: 30px;
}

@media (max-width: 1024px) {
	body:not(.home) .site-main {
		padding-top: 17px;
	}
}

.blog h1, .blog .title, .category h1, .category .title {
	margin-bottom: 25px;
}

@media (max-width: 1024px) {
	.blog h1, .blog .title, .category h1, .category .title {
		margin-bottom: 30px;
	}
}

.blogPageCats {
	margin-bottom: 42px;
}

@media (max-width: 1024px) {
	.blogPageCats {
		margin-bottom: 12px;
	}
}

@media (max-width: 768px) {
	.blogPageCats {
		margin-right: -20px;
	}
}

.blogPageBlock {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 70px;
	margin-bottom: 80px;
}

@media (max-width: 1024px) {
	.blogPageBlock {
		grid-gap: 20px;
		grid-template-columns: 1fr 1fr;
		margin-bottom: 40px;
	}
}

@media (max-width: 768px) {
	.blogPageBlock {
		grid-template-columns: 100%;
	}
}

.blogPageBlock .blogSectionBlockItem {
	margin-right: 0;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 130px;
}

@media (max-width: 1024px) {
	.pagination {
		margin-bottom: 80px;
	}
}

.pagination .btn {
	padding: 15px 111.5px;
	text-transform: lowercase;
	height: 54px;
}

@media (max-width: 768px) {
	.pagination .btn {
		padding: 13px;
		width: 100%;
		height: 45px;
	}
}

.postPage {
	padding-top: 15px;
}

@media (max-width: 1024px) {
	.postPage {
		padding-top: 17px;
	}
}

.postPage h1, .postPage .title {
	margin-bottom: 20px;
}

@media (max-width: 1024px) {
	.postPage h1, .postPage .title {
		margin-bottom: 10px;
	}
}

.postPageDate {
	color: #99A9B9;
	margin-bottom: 20px;
}

@media (max-width: 1024px) {
	.postPageDate {
		margin-bottom: 3px;
	}
}

.postPageImg {
	width: 100%;
	padding-top: 27.778%;
	margin-bottom: 50px;
}

@media (max-width: 1024px) {
	.postPageImg {
		max-width: calc(100% - 40px);
		margin-left: 20px;
		padding-top: 78.125%;
	}
}

.postPageContent {
	margin-bottom: 37px;
}

@media (max-width: 1024px) {
	.postPageContent {
		margin-bottom: 50px;
	}
}

.postPageContent img {
	border-radius: 10px;
}

.postPageBlue {
	background: #EBF3FA;
	padding: 70px 0;
}

@media (max-width: 1024px) {
	.postPageBlue {
		padding: 80px 0;
	}
}

.postPageShare {
	margin-top: 70px;
	margin-bottom: 130px;
}

@media (max-width: 1024px) {
	.postPageShare {
		margin-top: 50px;
		margin-bottom: 80px;
	}
}

.postPageShareTitle {
	margin-right: 10px;
	font-weight: 500;
	font-size: 1.38889vw;
	line-height: 150%;
}

@media (max-width: 1024px) {
	.postPageShareTitle {
		font-size: 16px;
	}
}

.postPageShare a {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	margin-right: 8px;
}

.postPageShare a:hover circle {
	stroke: #0B5BA8;
}

.postPageShare a:hover path {
	fill: #0B5BA8;
}

.postPageShare a:last-of-type {
	margin-right: 0;
}

.sortimentPage h1, .sortimentPage .title {
	max-width: 56.7361111vw;
	margin-bottom: 18px;
}

@media (max-width: 1024px) {
	.sortimentPage h1, .sortimentPage .title {
		max-width: 100%;
		margin-bottom: 10px;
	}
}

.sortimentPageText {
	max-width: 45.1388889vw;
	margin-bottom: 50px;
}

@media (max-width: 1024px) {
	.sortimentPageText {
		max-width: 100%;
		margin-bottom: 30px;
	}
}

.sortimentPageBlock {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 25px;
	margin-bottom: 192px;
}

@media (max-width: 1024px) {
	.sortimentPageBlock {
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
		margin-bottom: 80px;
	}
}

@media (max-width: 768px) {
	.sortimentPageBlock {
		grid-template-columns: 100%;
	}
}

.sortimentPageBlockItem {
	background: #F6F6F6;
	border-radius: 10px;
	padding: 25px 25px 30px 25px;
}

@media (max-width: 1024px) {
	.sortimentPageBlockItem {
		padding: 15px;
	}
}

.sortimentPageBlockItem:hover .sortimentPageBlockItemTitle {
	color: #E30B10;
}

.sortimentPageBlockItemImg {
	width: 100%;
	padding-top: 55%;
	position: relative;
	margin-bottom: 10px;
	text-decoration: none;
	display: block;
}

.sortimentPageBlockItemImg img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.sortimentPageBlockItemTitle {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.52778vw;
	line-height: 136%;
	color: #2B2B2B;
	display: block;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.sortimentPageBlockItemTitle {
		font-size: 16px;
	}
}

.sortimentPageBlockItemText {
	max-height: 95px;
	overflow: hidden;
	margin-bottom: 10px;
	color: #2B2B2B;
}

.sortimentPageBlockItemText.active {
	max-height: 1000px;
}

.moreText {
	overflow: hidden;
	margin-bottom: 10px;
}

.moreText.active {
	max-height: 1000px !important;
}

.more {
	cursor: pointer;
	font-weight: 500;
	font-size: 1.11111vw;
	text-decoration-line: underline;
	color: #0B5BA8;
	margin-bottom: 10px;
}

@media (max-width: 1024px) {
	.more {
		font-size: 15px;
	}
}

.post-type-archive-produkt .subscribe {
	margin-bottom: 168px;
}

@media (max-width: 1024px) {
	.post-type-archive-produkt .subscribe {
		margin-bottom: 80px;
	}
}

.benefits2 {
	background: #EBF3FA;
	padding: 130px 0;
}

@media (max-width: 1024px) {
	.benefits2 {
		padding: 80px 0;
	}
}

.benefits2 h2, .benefits2 .title2 {
	text-align: center;
	margin-bottom: 50px;
}

@media (max-width: 1024px) {
	.benefits2 h2, .benefits2 .title2 {
		margin-bottom: 20px;
	}
}

.benefits2Block {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 23px;
}

@media (max-width: 1024px) {
	.benefits2Block {
		grid-gap: 10px;
	}
}

@media (max-width: 768px) {
	.benefits2Block {
		grid-template-columns: 100%;
	}
}

.benefits2BlockItem {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 45px 25px;
}

@media (max-width: 1024px) {
	.benefits2BlockItem {
		padding: 20px 15px;
	}
}

.benefits2BlockItemTitle {
	font-weight: bold;
	font-size: 1.52778vw;
	line-height: 136%;
	color: #0B5BA8;
	margin-bottom: 70px;
}

@media (max-width: 1024px) {
	.benefits2BlockItemTitle {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.benefits2BlockItemTitle {
		line-height: 1;
		margin-bottom: 40px;
	}
}

.benefits2BlockItemText {
	color: #2B2B2B;
}

.types {
	margin-bottom: 62px;
}

@media (max-width: 1024px) {
	.types {
		margin-bottom: 54px;
	}
}

.typesBlockItem {
	display: grid;
	grid-template-columns: 38.28125% 61.71875%;
	margin-bottom: 81px;
}

@media (max-width: 768px) {
	.typesBlockItem {
		display: block;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #CEDEEE;
	}
	.typesBlockItem:last-of-type {
		border-bottom: 0px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

.typesBlockItem:last-of-type {
	margin-bottom: 0;
}

.typesBlockItemImg {
	background: #F6F6F6;
	border-radius: 10px;
	justify-content: center;
	padding: 31px 0;
	min-height: 310px;
	width: 100%;
	max-width: 490px;
}

@media (max-width: 768px) {
	.typesBlockItemImg {
		padding: 17px 0;
	}
}

.typesBlockItemImg img {
	max-width: 100%;
	max-height: 100%;
}

.typesBlockItem:first-of-type .typesBlockItemContent::after {
	display: none;
}

.typesBlockItemContent {
	padding-left: 77px;
	padding-top: 40px;
	position: relative;
	display: grid;
	grid-template-columns: 42.0757363% 57.9242637%;
}

@media (max-width: 768px) {
	.typesBlockItemContent {
		display: block;
		padding-left: 0;
		padding-top: 10px;
	}
}

.typesBlockItemContent::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 1px;
	background: #CEDEEE;
	width: calc(100% - 50px);
}

.typesBlockItemContentTitle.mob {
	display: none;
}

@media (max-width: 768px) {
	.typesBlockItemContentTitle.mob {
		display: block;
		margin-bottom: 10px;
	}
}

.typesBlockItemContentTitle {
	font-weight: bold;
	font-size: 1.73611vw;
	line-height: 1.2;
	color: #2B2B2B;
}

@media (max-width: 1024px) {
	.typesBlockItemContentTitle {
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	.typesBlockItemContentTitle {
		line-height: 1.25;
	}
}

@media (max-width: 768px) {
	.typesBlockItemContentTitle {
		display: none;
	}
}

.typesBlockItemContentText {
	color: #2B2B2B;
}

.typesBlockItemContentText p:first-of-type {
	margin-top: 0;
}

.productsBlock {
	background: #EBF3FA;
	padding: 78px 0 69px 0;
	margin-bottom: 185px;
}

@media (max-width: 1024px) {
	.productsBlock {
		margin-bottom: 101px;
	}
}

.productsBlock h2, .productsBlock .title2 {
	text-align: center;
	margin-bottom: 10px;
}

.productsBlock .sortimentTop {
	justify-content: flex-end;
}

@media (max-width: 768px) {
	.productsBlock .sortimentBottom {
		display: none;
	}
}

.productsBlockWrap {
	margin-left: -12px;
	margin-right: -12px;
}

.productsBlock .currentBlockItem {
	margin: 0 12px;
}

.tax-kategorie .subscribe {
	margin-bottom: 220px;
}

@media (max-width: 1024px) {
	.tax-kategorie .subscribe {
		margin-bottom: 80px;
	}
}
/*new style*/

.currentBlocks {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.products-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.product-col {
    width: 30%;
    box-sizing: border-box;
}
#angebote .top{
	background-color: rgba(235, 242, 250, 1);
	padding: 130px 0;
}
#angebote .top .container{
	grid-template-columns: 35% 65%;
}
#angebote .top .container .topContent{
	margin-right: 50px;
	justify-content: flex-start;
	margin-top: 100px;
}
#angebote .top .container .btnYellow{
	max-width: 185px;
	padding: 10px 15px;
}
#angebote .top .container .currentBlockItemInfoPriceCurrent{
	font-family: Poppins;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
} 
#angebote .top .container .currentBlockItemInfoPriceOld{
	font-family: Poppins;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	text-decoration-line: line-through;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
#angebote .top .container .currentBlockItemTitle{
	font-family: Poppins;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
#angebote .top .container .currentBlockItemInfoWeight{
	font-family: Poppins;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
#angebote .top .container .currentBlockItemDesc{
	font-family: Poppins;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
#angebote .top .container .currentBlockItemImg{
	padding: 0;
    width: 100%;
    height: 260px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#angebote .top .container .currentBlockItemImg img{
	object-fit: contain;
	position: relative;
	max-height: 85%;
}
#angebote .top .container .title2{
	text-align: center;
	margin: 0;
}
#angebote .container .title2 span{
	display: block;
	text-align: center;
}
#angebote .container .currentBlocks{
	justify-content: center;
}
.products-angebort .currentBlockItem{
	margin-bottom: 120px;
}
.products-angebort{
	margin-bottom: 60px;
}
#angebote .subscribe{
	margin-bottom: 330px;
}
#contacts .acf-map{
	width: 100%;
	height: 600px;
}
#contacts .topContent{
	justify-content: flex-start;
}
#contacts .top .container{
	grid-template-columns: 40% 60%;
}
#contacts .contactBlockFormTitle{
	font-weight: 300;
	font-size: 25px;
}
#contacts .contactBlockForm{
	padding: 0;
	background-color: transparent;
	width: 100%;
    max-width: 400px;
}
#contacts .contactBlockForm textarea{
	resize: none;
}
#partners .top .currentBlocks,
#jobs .top .currentBlocks{
	justify-content: flex-end;
}
#partners .topContentText,
#jobs .topContentText,
#post-jobs .topContentText{
	max-width: 51vw;
}
#partners .top .container,
#jobs .top .container{
	grid-template-columns: 60% 40%;
}
.container-grey{
	background: rgba(235, 243, 250, 1);
	padding-top: 155px;
	padding-bottom: 130px;
}
.container-grey .title2{
	text-align: center;
}
.title-partners{
	font-family: Poppins;
	font-size: 35px;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-bottom: 30px;
}
.partners-flex{
	display: flex;
}
.partners-block,
.unsere-block{
	position: relative;
	background-color: #fff;
	padding: 35px 30px;
	border-radius: 10px;
}
.partners-block+.partners-block{
	margin-left: 25px;
}
.partners-block-image{
	width: 100%;
	max-width: 185px;
	height: 100%;
	max-height: 100px;
	margin-bottom: 20px;
}
.partners-block-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.partners-block-title{
	margin-bottom: 10px;
}
.partners-block-text{
	margin-bottom: 20px;
}
#partners .partner{
	padding: 130px 0 260px;
	margin: 0;
}
.moreText.partners-block-text{
	margin-bottom: 10px;
}
.jobs-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.job-item {
    width: calc(33.333% - 20px);
    padding: 15px;
}
.job-thumbnail img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}
.unsere-flex,
.jobs-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: space-between;
}

.unsere-block,
.job-item {
    flex: 1 1 calc((100% - 50px) / 3);
    max-width: calc((100% - 50px) / 3);
}
.unsere-block-title{
	font-family: Poppins;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: rgba(11, 91, 168, 1);
	margin-bottom: 70px;
}
.unsere-block-text{
	font-family: Poppins;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
#jobs .title2,
#post-jobs .title2{
	text-align: center;
}
.jobs-archive{
	padding: 130px 0;
}
.job-thumbnail a{
	display: block;
	width: 100%;
	margin-bottom: 25px;
}
.job-thumbnail a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.job-title{
	font-family: Poppins;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.job-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.job-excerpt p{
	margin: 0;
}
#post-jobs .currentBlocks{
	justify-content: flex-end;
}
#post-jobs .rightImg{
	width: 100%;
	max-width: 550px;
}
#post-jobs .rightImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.full-post-text{
	padding: 0 0 80px; 
}
.full-post-text p{
	margin-bottom: 50px;
}
.container.min-container{
	max-width: 1000px;
}
.custom-article-container .container.min-container{
	max-width: 750px;
}
#kunde .title2{
	text-align: center;
}
.title2.kunde-title,
#kunde .title2.kunde-dn{
	display: none;
}
#kunde .title2.kunde-title{
	display: block;
}
#kunde .top .container{
	display: block;
}
.blue-block{
	position: relative;
	display: flex;
	justify-content: flex-start;
    align-items: center;
	width: 100%;
	background-color: rgba(11, 91, 168, 1);
	border-radius: 20px;
	padding: 50px;
}
.blue-block img{
	position: absolute;
    right: -15px;
    top: -130px;
    max-width: 60%;
}
.blue-block-text{
	width: 35%;
	color: #fff;
}
.blue-block-text strong{
	font-weight: normal;
	color: rgba(255, 229, 0, 1);
}
#kunde .topContentText{
	max-width: 45.972222vw;
}
.blue-block-form{
	position: relative;
	width: 100%;
	background-color: rgba(11, 91, 168, 1);
	border-radius: 20px;
	padding: 100px;
}
.block-for-form{
	position: relative;
	width: 100%;
	background-color: #fff;
	padding: 130px 0;
}
.blue-block-form .title2{
	color: #fff;
	max-width: 660px;
	margin: 0 auto 25px;
}
.blue-block-form .title2 span{
	color: rgba(255, 229, 0, 1);
}
.blue-form-text{
	color: #fff;
	text-align: center;
	max-width: 660px;
	margin: 0 auto 25px;
}
.blue-form{
	position: relative;
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
}
#kunde .blue-block-form form.wpcf7-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px; 
}
#kunde .blue-block-form form.wpcf7-form input.wpcf7-form-control,
#kunde .blue-block-form form.wpcf7-form textarea.wpcf7-form-control{
	width: 100%;
    padding: 15px 22px;
    font-size: 15px;
    border: none;
    border-radius: 3px;
    outline: none;
    color: rgba(153, 169, 185, 1);
    background-color: #fff;
    box-sizing: border-box;
}
.mail-input{
	grid-column-start: 1;
    grid-row-start: 2;
}
#kunde .blue-block-form form.wpcf7-form textarea.wpcf7-form-control{
	grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
    resize: none;
    height: 130px;
}
#kunde .blue-block-form form.wpcf7-form input.wpcf7-submit {
    grid-column: span 2/ span 2;
    grid-row-start: 3; 
    background-color: #FFD700; 
    color: rgba(11, 91, 168, 1); 
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 3px;
    padding: 20px 0;
    cursor: pointer;
    text-transform: lowercase;
    text-align: center;
}
#kunde .blue-block-form  .wpcf7-response-output{
	width: 100%;
    grid-column: span 2 / span 2;
    grid-row-start: 5;
    color: #fff;
}
#uber-uns .top .container{
	display: block;
}
#uber-uns .top .topContentText{
	max-width: 46vw;
}
#uber-uns .top .topContentText p{
	margin-bottom: 50px;
}
#uber-uns .title2{
	text-align: center;
}
#uber-uns .leaders,
#uber-uns .history-flex{
	display: flex;
	margin-bottom: 130px;
}
#uber-uns .leaders .leader+.leader{
	margin-left: 20px;
}
.leader-photo{
	margin-bottom: 30px;
}
.leader-photo img{
	border-radius: 10px;
}
#uber-uns .leaders h3{
	margin-bottom: 10px;
	font-size: 22px;
}
.leader-birth-date{
	margin-bottom: 30px;
	color: rgba(153, 169, 185, 1);
	font-family: Poppins;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.leader-description{
	font-family: Poppins;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
#uber-uns .history-flex{
	flex-direction: row-reverse;
}
.right-history{
	width: 50%;
	position: relative;	
}
.right-history img{
	width: 100%;
}
.left-history{
	width: 50%;
}
.success-story .history{
	width: 100%;
	max-width: 550px;
}
.success-story .title2{
	margin-bottom: 70px;
}
.success-story .history-date{
	color: rgba(11, 91, 168, 1);
	font-family: Poppins;
	font-size: 35px;
	font-weight: 700;
	line-height: 45px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-bottom: 10px;
}
.success-story .history-description{
	font-family: Poppins;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.success-story .history-item{
	margin-bottom: 40px;
	padding-left: 60px;
	position: relative;
}
.success-story .history-item:before,
.success-story .history-item:after{
	content: "";
	position: absolute;
	display: block;
}
.success-story .history-item:before{
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 3px solid rgba(11, 91, 168, 1);
	left: 0;
	top: 7px;
}
.success-story .history-item:after{
	height: var(--history-item-height);
	width: 3px;
	background-color: rgba(11, 91, 168, 1);
	top: 37px;
	left: 14px;
}
.history .history-item:last-child::after {
  content: none;
}
.team-members {
  display: grid;
  gap: 20px; 
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 130px;
}
.team-section .title2{
	margin-bottom: 70px;
}
.team-member-img{
	margin-bottom: 30px;
}
.team-member-img img{
	border-radius: 10px;
	width: 100%;
}
.team-member-name{
	font-family: Poppins;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-bottom: 5px;
}
.team-member-description{
	color: rgba(153, 169, 185, 1);
	font-family: Poppins;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.we-partners{
	padding:130px 0 0 0;
}
.we-partners .sub-title{
	width: 100%;
	max-width: 660px;
	margin: 0 auto 70px;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.we-partners-flex{
	display: flex;
	margin: 40px 0 130px;
}
.one-we-partners{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0 55px;
}
.one-we-partners-img{
	margin-bottom: 24px;
}
.one-we-partners-title{
	font-family: Poppins;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-bottom: 10px;
}
.one-we-partners-text{
	font-family: Poppins;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.alternating-block{
	display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 130px;
}
.alternating-block-img{
	width: 60%;
}
.alternating-block-img img{
	width: 100%;
	border-radius: 10px;
}
.alternating-block-content{
	width: 40%;
	padding-right: 110px;
}
.alternating-block.reverse{
	flex-direction: row;
}
.alternating-block.reverse .alternating-block-content{
	padding-right: 0;
	padding-left: 110px;
}
#uber-uns .block-for-form{
	padding-top: 0;
}
#uber-uns .block-for-form .btn.btnYellow{
	margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 14px 35px;
    color: rgba(11, 91, 168, 1);
}
.alternating-block-title-mob{
	display: none;
}
.partners-block-text {
  display: -webkit-box;
  -webkit-line-clamp: 7; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.partners-block-text.expanded {
  -webkit-line-clamp: unset; 
  overflow: visible;
}

.partners-block-text.expanded {
  max-height: none; 
}
.visible-uber{
	display: none;
}
#uber-uns .visible-uber{
	display: block;
	width: 100%;
	max-width: 660px;
	margin: 0 auto 50px;
}
#uber-uns .visible-uber p{
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.home .title{
	font-size: 50px;
}
.home .add-margin{
	padding: 130px 0;
}
.mobile-br {
  display: none;
}
#jobs .top .rightImg img{
	border-radius: 20px;
}
#post-jobs .contact{
	margin-top: 80px;
}
.error-404-title{
	text-align: center;
	font-size: 120px;
}
.error-404 h2{
	text-align: center;
	font-size: 60px;
}
.error-404{
	margin: 130px 0;
}
.home .currentBlockItemImg,
#angebote .currentBlockItemImg{
	padding: 0;
    width: 100%;
    height: 380px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.home .currentBlockItemImg img,
#angebote .currentBlockItemImg img{
	object-fit: contain;
    position: relative;
    max-height: 85%;
}
.footer-form-mob{
	display: none;
}
.custom-article-image img{
	width: 100%;
	max-height: 530px;
    object-fit: cover;
}
.custom-article-date{
	font-family: Poppins;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #99A9B9;
	margin-bottom: 20px;
}
.custom-article-categories{
	margin: 20px 0 40px;
}
.custom-article h2{
	margin-bottom: 0;
}
.custom-article-content p{
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}
.custom-article-content{
	padding: 50px 0 40px;
}
.grey-block{
	background-color: #EBF3FA;
}
.grey-block .custom-article-content{
	padding: 70px 0;
	margin-bottom: 70px;
}
.social-share{
	display: flex;
	align-items: center;
	margin-bottom: 130px;
}
.social-share span{
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-right: 10px;
}
.social-button{
	display: block;
	position: relative;
	width: 28px;
	height: 28px;
	margin-right: 8px;
}
.social-button.facebook{
	background: url('/wp-content/uploads/2025/02/face.svg');
}
.social-button.twitter{
	background: url('/wp-content/uploads/2025/02/twit.svg');
}
.social-button.whatsapp{
	background: url('/wp-content/uploads/2025/02/whats.svg');
}
.custom-article-content img{
	border-radius: 10px;
}
.fix-img {
    transition: margin-top 0.3s ease;
}
.sortimentBlockItem img[alt="weine"]{
	max-height: calc(100% - 80px);
    top: 50px;
}
@media (max-width: 1440px) {
	.home .subscribe{
		margin-bottom: 100px;
	}
}
@media (max-width: 1024px) {
	.one-we-partners{
		padding: 0 20px;
	}
	.alternating-block-content{
		padding-right: 50px;
	}
	.alternating-block.reverse .alternating-block-content{
		padding-left: 50px;
	}
	.partners-block+.partners-block{
		margin-left: 0px;
	}
    .product-col {
        width: 45%;
    }
    #angebote .top{
    	padding: 30px 0 80px;
    }
    #angebote .top .container .topContent{
    	margin: 0 0 80px;
    }
    #angebote .container .currentBlockItemImg{
		padding: 0;
	    width: 100%;
	    height: 260px;
	    text-align: center;
	    display: flex;
	    flex-direction: row;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	}
	#angebote .container .currentBlockItemImg img{
		object-fit: contain;
		position: relative;
		max-height: 85%;
	}
	.products-angebort .currentBlockItem{
		margin-bottom: 20px;
	}
	#angebote .subscribe{
		margin-bottom: 80px;
	}
	#contacts .contactBlockFormTitle{
		font-size: 18px;
		font-weight: bold;
	}
	#partners .topContentText,
	#jobs .topContentText,
	#post-jobs .topContentText {
    	max-width: 100vw;
	}
	.container-grey{
		padding: 80px 0 60px;
	}
	.partners-flex{
		flex-direction: column;
	}
	.partners-block{
		margin-bottom: 20px;
	}
	#partners .partner{
		padding: 80px 0;
	}
	#partners .partner .sliderNav{
		display: none;
	}
	.unsere-block, .job-item {
	    flex: auto;
	    max-width: 100%;
	}
	#kunde .topContentText{
		max-width: 100%;
	}
	.job-item{
	    width: 100%;
	}
	.full-post-text{
		padding: 0 0 30px; 
	}
	#post-jobs .top{
		margin-bottom: 60px;
	}
	#post-jobs .top p{
		margin: 0;
	}
	.team-members {
	    grid-template-columns: repeat(3, 1fr);
	}
	.home .title{
	  	font-size: 25px;
	}
	.blue-block img{
		top: -10px;
	}
}

@media (max-width: 768px) {
    .product-col,
    .blue-block-text{
        width: 100%;
    }
    .blue-block img{
		top: 0px;
		position: relative;
		width: 100%;
		right: 0;
		max-width: 100%;
	}
	.blue-block{
		flex-direction: column;
		padding: 60px 0;
	}
	.blue-block-text{
		padding: 0 20px;
	}
	.blue-block-form{
		padding: 60px 20px;
	}
	.blue-block-form .title2,
	.blue-form-text,
	.blue-form{
		max-width: 100%;
	}
	#kunde .blue-block-form form.wpcf7-form{
		display: flex;
		flex-direction: column;
	}
	.team-members {
	    grid-template-columns: repeat(3, 1fr);
	}
	#uber-uns .top .topContentText {
    	max-width: 100%;
	}
	#uber-uns .leaders{
		flex-direction: column;
		margin-bottom: 40px;
	}
	#uber-uns .leaders .leader+.leader{
		margin-left: 0;
	}
	#uber-uns .leaders .leader{
		margin-bottom: 40px;
	}
	.leader-birth-date{
		margin-bottom: 10px;
	}
	#uber-uns .history-flex{
		flex-direction: column;
	}
	.right-history,
	.left-history,
	.alternating-block-img,
	.alternating-block-content{
		width: 100%;
	}
	.success-story .history-item{
		padding-left: 0;
		margin-bottom: 0;
		padding-top: 15px;
		margin-top: 30px;
	}
	.success-story .history-item:before{
		width: 15px;
		height: 15px;
		border: 2px solid rgba(11, 91, 168, 1);
		top: 0;
		left: 0;
	}
	.success-story .history-item:after{
		height: 2px;
		width: 94%;
		top: 6px;
		left: 15px;
	}
	.team-members{
		margin-bottom: 80px;
	}
	.we-partners {
    	padding: 80px 0 0 0;
	}
	#uber-uns .we-partners .title2,
	.one-we-partners-text{
		text-align: left;
	}
	#uber-uns .we-partners .sub-title p{
		text-align: left!important;
	}
	.we-partners-flex{
		flex-direction: column;
		margin-bottom: 80px;
	}
	.one-we-partners{
		margin-bottom: 40px;
	}
	.one-we-partners {
        padding: 0;
        align-items: flex-start;
    }
    .we-partners .sub-title{
    	margin-bottom: 30px;
    }
    .alternating-block-title.alternating-block-title-mob{
    	display: block;
    	text-align: left;
    }
    .alternating-block-title{
    	display: none;
    }
    .alternating-block,
    .alternating-block.reverse{
    	flex-direction: column;
    }
    .alternating-block{
    	margin-bottom: 80px;
    	align-items: flex-start;
    }
    .alternating-block-img{
    	margin-bottom: 20px;
    }
    .alternating-block.reverse .alternating-block-content {
        padding-left: 0px;
    }
    #uber-uns .block-for-form{
    	padding-bottom: 80px;
    }
    #uber-uns .blue-block-form .title2,
    #uber-uns .blue-form-text{
    	text-align: left;
    }
    #uber-uns .block-for-form .btn.btnYellow{
    	max-width: 100%;
    }
    .home .add-margin{
    	padding: 80px 0;
    }
    .mobile-br {
    	display: inline;
  	}
  	.lh-mob{
  		line-height: 45px;
  	}
  	#angebote .top .currentBlockItem{
  		margin-right: 0;
  	}
  	.no-mob{
  		display: none;
  	}
  	.topContentTitle{
  		margin-bottom: 0;
  	}
  	.add-pb{
  		padding-bottom: 370px;
  	}
  	.add-pb img{
  		position: absolute;
	    left: 0;
	    height: 370px;
	    object-fit: cover;
  	}
  	.footer-form-mob,
  	.footer-form-mob .siteFooterTopLogoForm{
  		display: block;
  	}
  	.siteFooterTopLogoForm{
  		display: none;
  	}
  	.products-angebort .title2{
  		text-align: center;
  	}
  	.partners-block{
  		padding: 15px;
  	}
  	.partners-block-image img{
  		height: 60px;
  	}
  	.success-story .history {
    	width: 100%;
    	max-width: 100%;
	}
	.custom-article-date{
		font-size: 14px;
		margin-bottom: 0;
	}
	.custom-article-categories {
    	margin: 10px 0 20px;
	}
	.custom-article-image img {
	    width: 100%;
	    padding: 20px;
	    height: 250px;
	    object-fit: cover;
	}
	.grey-block .custom-article-content{
		margin-bottom: 50px;
	}
	.social-share{
		margin-bottom: 80px;
	}
	.current .form{
		display: none;
	}
	.unsere-block-title{
		margin-bottom: 40px;
	}
}
@media (max-width: 600px) {
	.team-members {
	    grid-template-columns: repeat(1, 1fr);
	}
	.team-member-img img{
		width: 100%;
	}
}



/*# sourceMappingURL=style.css.map 