/*!
Theme Name: luenehanse-theme
Theme URI:
Author:
Author URI:
Description: luenehanse 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: luenehanse.com
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

--------------------------------------------------------------*/
@font-face {
  font-family: Aldrich;
  src: url("fonts/Aldrich/Aldrich-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Mulish;
  src: url("fonts/Mulish/Mulish-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Mulish;
  src: url("fonts/Mulish/Mulish-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Mulish;
  src: url("fonts/Mulish/Mulish-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Mulish;
  src: url("fonts/Mulish/Mulish-Italic.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Mulish;
  src: url("fonts/Mulish/Mulish-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Mulish;
  src: url("fonts/Mulish/Mulish-BoldItalic.ttf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: Mulish;
  src: url("fonts/Mulish/Mulish-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
.pad-t-0 {
  padding-top: 0;
}

.pad-b-0 {
  padding-bottom: 0;
}

.pad-t-1 {
  padding-top: 24px;
}
@media (max-width: 820px) {
  .pad-t-1 {
    padding-top: 64px;
  }
}

.pad-b-1 {
  padding-bottom: 24px;
}
@media (max-width: 820px) {
  .pad-b-1 {
    padding-bottom: 64px;
  }
}

.pad-t-2 {
  padding-top: 65px;
}
@media (max-width: 1024px) {
  .pad-t-2 {
    padding-top: 60px;
  }
}
@media (max-width: 820px) {
  .pad-t-2 {
    padding-top: 60px;
  }
}

.pad-b-2 {
  padding-bottom: 65px;
}
@media (max-width: 1024px) {
  .pad-b-2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 820px) {
  .pad-b-2 {
    padding-bottom: 60px;
  }
}

.pad-t-3 {
  padding-top: 130px;
}
@media (max-width: 820px) {
  .pad-t-3 {
    padding-top: 75px;
  }
}

.pad-b-3 {
  padding-bottom: 130px;
}
@media (max-width: 820px) {
  .pad-b-3 {
    padding-bottom: 75px;
  }
}

.slider-arrows__img, .item-title__toggle::before, .item-title__toggle::after, .reviews__list .item-url::after, .partners__list-item img, .services__list .item-link, body.single .article-content button,
body.single .article-content a.btn, .single-maschine .maschine-photos__thumbs .slider-item, .site-footer__socials-item, .site-header .header-contacts__toggle .toggle-content, .site-header .header-topline, .site-header.style-white, .site-header.style-transparent.fixed, .site-header.style-blue.fixed, .site-header, .wpcf7-form input[type=checkbox]::after, 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,
select, .btn, a {
  transition: 0.25s ease-in-out;
}

/*--------------------------------------------------------------
# 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;
  -webkit-text-decoration: underline dotted;
          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 {
  font-family: Mulish, sans-serif;
  color: #0E0E0E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1024px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 16px;
    line-height: 28px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Aldrich, sans-serif;
  color: #0E0E0E;
  font-weight: normal;
  clear: both;
  margin-top: 0;
}

h1,
h1 {
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: -0.88px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  h1,
  h1 {
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 16px;
  }
}

h2,
.h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -0.52px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 32px;
  }
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.52px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h3,
  .h3 {
    margin-bottom: 9px;
  }
}

.subtitle {
  font-family: Aldrich, sans-serif;
  color: rgba(14, 14, 14, 0.75);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

p {
  margin-bottom: 1em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  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: #FFFFFF;
}

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%;
  border: 1px solid #342545;
  box-shadow: 4px 4px 0px 0px rgba(14, 14, 14, 0.75);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
}
@media (max-width: 530px) {
  table {
    display: block;
    height: auto !important;
    overflow-x: scroll;
  }
}
table tr:nth-child(odd) {
  background-color: #1e102d;
}
table tr:nth-child(even) {
  background-color: #251536;
}
table tr td {
  padding: 12px 16px;
}
table thead tr td {
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: rgba(14, 14, 14, 0.75);
  background-color: #342545;
}
table thead tr td strong {
  font-weight: 400;
}

/* Links
--------------------------------------------- */
a {
  color: #1C3054;
}
a:hover, a:active {
  outline: 0;
}

.btn {
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0e0e0e;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  border-radius: 6px;
  background: #fff;
  padding: 18px 32px;
}
.btn:hover {
  color: #ffffff;
  background: #0e0e0e;
}
@media (max-width: 820px) {
  .btn {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.btn.btn-small {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 18px;
}
.btn.btn-transparent {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  grid-gap: 10px;
  background: transparent;
  color: #ced2dd;
  border: 0;
}
.btn.btn-transparent:hover {
  color: rgba(14, 14, 14, 0.75);
}
.btn.btn-transparent:hover svg path {
  fill: rgba(14, 14, 14, 0.75);
}
.btn.btn-gray {
  color: #ffffff;
  background: #788089;
}
.btn.btn-gray:hover {
  color: #ffffff;
  background: #0e0e0e;
}
.btn.mt-standart {
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .btn.mt-standart {
    margin-top: 24px;
  }
}

a.link {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: Mulish, sans-serif;
  color: #0E0E0E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
a.link.link-arrow {
  border-bottom: 1px solid rgba(14, 14, 14, 0.12);
  padding-bottom: 7px;
}
a.link.link-arrow:hover {
  border-color: #1C3054;
}
a.link.link-arrow::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEyMjdfMjIyMSkiPgo8cGF0aCBkPSJNMC41NzEyODkgMS4zNDI5SDIuNTE0MTVDNC40MzQzMiAxLjM0MjkgNS4zOTQ0MSAxLjM0MjkgNi4xMjc4IDEuNzE2NTlDNi43NzI5NSAyLjA0NTMgNy4yOTc0NiAyLjU2OTggNy42MjYxNSAzLjIxNDkzQzcuOTk5ODYgMy45NDgzNCA3Ljk5OTg2IDQuOTA4NDMgNy45OTk4NiA2LjgyODYxVjEwLjQ4NThNNy45OTk4NiAxMC40ODU4TDUuMTQyNzIgNy42Mjg2MU03Ljk5OTg2IDEwLjQ4NThMMTAuODU3IDcuNjI4NjEiIHN0cm9rZT0iIzBFMEUwRSIgc3Ryb2tlLXdpZHRoPSIxLjE0Mjg2IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTIyN18yMjIxIj4KPHJlY3Qgd2lkdGg9IjEyIiBoZWlnaHQ9IjEwLjg1NzEiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuNzcxNDg0KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 5px;
}

.btn-more {
  color: #0e0e0e;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 17px;
  cursor: pointer;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  border-radius: 6px;
  background: #788089;
  border: 1px solid #788089;
  padding: 18px 32px;
}
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,
select {
  font-family: Mulish, sans-serif;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #0e0e0e;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 13px 16px;
  margin-bottom: 24px;
}
@media (max-width: 820px) {
  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,
  select {
    font-size: 15px;
  }
}
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,
select:focus {
  outline: none;
  border: 1px solid #ffffff;
}
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,
select.empty,
select.not-valid {
  border-color: red;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=range]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
textarea:disabled,
select:disabled {
  opacity: 0.4;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #2f2f2f;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #2f2f2f;
}

select {
  color: #79828a;
}

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

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

.btn[type=submit] {
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .btn[type=submit] {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
}

.wpcf7-form p {
  margin: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: -15px;
  margin-bottom: 15px;
}

.inputs-cols-2 {
  display: flex;
  justify-content: space-between;
  grid-gap: 24px;
}
@media (max-width: 1024px) {
  .inputs-cols-2 {
    flex-direction: column;
    grid-gap: 0;
  }
}
.inputs-cols-2 > div,
.inputs-cols-2 .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form input[type=checkbox] {
  width: 0;
  height: 0;
  position: relative;
  list-style: none;
  margin-bottom: 10px;
}
.wpcf7-form input[type=checkbox]::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}
.wpcf7-form input[type=checkbox]::after {
  content: "";
  width: 12px;
  height: 9px;
  display: block;
  position: absolute;
  left: 4px;
  top: 6px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yIDQuMTg3NUw0Ljg4IDdMMTAgMiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  opacity: 0;
}
.wpcf7-form input[type=checkbox] + label {
  font-family: Mulish, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  padding-left: 15px;
  cursor: pointer;
}
.wpcf7-form input[type=checkbox]:checked::before {
  background: #0e0e0e;
  border-color: #0e0e0e;
}
.wpcf7-form input[type=checkbox]:checked::after {
  opacity: 1;
}

.label {
  font-family: Mulish;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 8px;
}

.wpcf7-acceptance {
  display: block;
  color: rgba(14, 14, 14, 0.5);
  font-family: Mulish, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 24px;
  padding-left: 12px;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 20px;
}
.wpcf7-acceptance > label {
  position: relative;
}
.wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  left: auto;
  right: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9;
}
@media (max-width: 1024px) {
  .site-header {
    position: absolute;
  }
}
.site-header.active {
  background: #1C3054;
}
@media (min-width: 1024px) {
  .site-header.nav-up {
    transform: translateY(-100%);
  }
}
.site-header.fixed {
  position: fixed !important;
  background-color: #1C3054;
  background-color: #1C3054;
}
.site-header.fixed.style-transparent .main-navigation a {
  color: #ffffff;
}
.site-header.fixed.style-transparent .header-cta {
  color: #0e0e0e;
  background: #ffffff;
}
.site-header.fixed.style-transparent .line-link {
  color: #ffffff;
}
.site-header.fixed .main-navigation a {
  color: #0E0E0E;
}
.site-header.fixed .header-cta {
  color: #ffffff;
  background: #788089;
}
.site-header.fixed .line-link {
  color: #0E0E0E;
}
.site-header.fixed .main-navigation .header-contacts {
  display: none;
}
@media (max-width: 1024px) {
  .site-header.fixed .main-navigation .header-contacts {
    display: flex;
  }
}
.site-header.fixed .main-navigation li.current-menu-item a:hover {
  color: #0e0e0e !important;
}
.site-header.fixed #toggle-menu path {
  stroke: #788089;
}
.site-header.fixed .header-languages .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  background-image: url(img/flags-arr-dark.svg);
}
@media (max-width: 1024px) {
  .site-header.fixed .header-languages .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    background-image: url(img/flags-arr.svg);
  }
}
.site-header.style-white, .site-header.style-transparent.fixed, .site-header.style-blue.fixed {
  background-color: #ffffff;
  position: fixed;
}
.site-header.style-white .main-navigation a,
.site-header.style-white .line-link, .site-header.style-transparent.fixed .main-navigation a,
.site-header.style-transparent.fixed .line-link, .site-header.style-blue.fixed .main-navigation a,
.site-header.style-blue.fixed .line-link {
  color: #0E0E0E;
}
@media (max-width: 1024px) {
  .site-header.style-white .main-navigation a,
  .site-header.style-white .line-link, .site-header.style-transparent.fixed .main-navigation a,
  .site-header.style-transparent.fixed .line-link, .site-header.style-blue.fixed .main-navigation a,
  .site-header.style-blue.fixed .line-link {
    color: #ffffff;
  }
}
.site-header.style-white .line-link span img, .site-header.style-transparent.fixed .line-link span img, .site-header.style-blue.fixed .line-link span img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(1358%) hue-rotate(338deg) brightness(99%) contrast(89%);
}
@media (max-width: 1024px) {
  .site-header.style-white .line-link span img, .site-header.style-transparent.fixed .line-link span img, .site-header.style-blue.fixed .line-link span img {
    filter: none;
  }
}
.site-header.style-white .header-topline, .site-header.style-transparent.fixed .header-topline, .site-header.style-blue.fixed .header-topline {
  border-bottom: 1px solid #EEE;
}
.site-header.style-white .header-cta.btn, .site-header.style-transparent.fixed .header-cta.btn, .site-header.style-blue.fixed .header-cta.btn {
  color: #fff;
  background: #788089;
}
@media (max-width: 1024px) {
  .site-header.style-white .header-cta.btn, .site-header.style-transparent.fixed .header-cta.btn, .site-header.style-blue.fixed .header-cta.btn {
    color: #0E0E0E;
    background: #ffffff;
  }
}
.site-header.style-white .header-cta.btn:hover, .site-header.style-transparent.fixed .header-cta.btn:hover, .site-header.style-blue.fixed .header-cta.btn:hover {
  background: #0e0e0e;
}
.site-header.style-white #toggle-menu svg path, .site-header.style-transparent.fixed #toggle-menu svg path, .site-header.style-blue.fixed #toggle-menu svg path {
  stroke: #ffffff;
}
.site-header.style-white .custom-logo-link img, .site-header.style-transparent.fixed .custom-logo-link img, .site-header.style-blue.fixed .custom-logo-link img {
  filter: none;
}
@media (max-width: 1024px) {
  .site-header.style-white .custom-logo-link img, .site-header.style-transparent.fixed .custom-logo-link img, .site-header.style-blue.fixed .custom-logo-link img {
    filter: brightness(0) invert(1);
  }
}
.site-header.style-white .header-contacts .toggle-icon img, .site-header.style-transparent.fixed .header-contacts .toggle-icon img, .site-header.style-blue.fixed .header-contacts .toggle-icon img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(35%) saturate(884%) hue-rotate(178deg) brightness(96%) contrast(99%);
}
@media (max-width: 1024px) {
  .site-header.style-white .header-contacts .toggle-icon img, .site-header.style-transparent.fixed .header-contacts .toggle-icon img, .site-header.style-blue.fixed .header-contacts .toggle-icon img {
    filter: none;
  }
}
.site-header.style-white .header-contacts .toggle-content a, .site-header.style-transparent.fixed .header-contacts .toggle-content a, .site-header.style-blue.fixed .header-contacts .toggle-content a {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .site-header.style-white, .site-header.style-transparent.fixed, .site-header.style-blue.fixed {
    background-color: #1C3054;
  }
}
.site-header.style-transparent, .site-header.style-blue {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.site-header.style-transparent .custom-logo-link img, .site-header.style-blue .custom-logo-link img {
  filter: brightness(0) invert(1);
}
.site-header.style-blue {
  background: #1C3054;
}
.site-header.style-blue .main-navigation a,
.site-header.style-blue .line-link {
  color: #ffffff;
}
.site-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.site-header__right {
  display: flex;
  align-items: center;
  grid-gap: 48px;
}
@media (max-width: 1024px) {
  .site-header__right {
    grid-gap: 16px;
  }
}
.site-header .custom-logo-link img {
  max-width: 250px;
}
@media (max-width: 1024px) {
  .site-header .custom-logo-link img {
    max-width: 170px;
  }
}
.site-header .header-topline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  padding: 15px 0;
}
@media (max-width: 1024px) {
  .site-header .header-topline {
    display: none;
  }
}
.site-header .header-topline__wrap {
  display: flex;
  justify-content: flex-end;
  grid-gap: 32px;
}
.site-header .header-contacts {
  display: flex;
  grid-gap: 24px;
  align-items: center;
}
@media (max-width: 1024px) {
  .site-header .header-contacts {
    grid-gap: 12px;
  }
}
.site-header .header-contacts__toggle {
  max-width: 24px;
}
.site-header .header-contacts__toggle:hover .toggle-content {
  display: flex;
  flex-direction: column;
  opacity: 1;
}
@media (max-width: 1024px) {
  .site-header .header-contacts__toggle.toggle-phone {
    display: none;
  }
}
.site-header .header-contacts__toggle .toggle-icon {
  display: flex;
  max-width: 24px;
  cursor: pointer;
}
.site-header .header-contacts__toggle .toggle-icon img {
  width: 100%;
}
@media (max-width: 1024px) {
  .site-header .header-contacts__toggle .toggle-icon:not(.toggle-icon-mobile) {
    display: none;
  }
}
.site-header .header-contacts__toggle .toggle-icon.toggle-icon-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .site-header .header-contacts__toggle .toggle-icon.toggle-icon-mobile {
    display: flex;
  }
}
.site-header .header-contacts__toggle .toggle-icon.toggle-icon-mobile:hover + .toggle-content {
  display: none;
}
.site-header .header-contacts__toggle .toggle-content {
  display: none;
  position: absolute;
  max-width: 170px;
  width: 100%;
  opacity: 0;
  border-radius: 6px;
  background: rgba(35, 65, 120, 0.9);
  box-shadow: 0px 12px 19px 0px rgba(15, 34, 68, 0.38);
  -webkit-backdrop-filter: blur(16.75px);
          backdrop-filter: blur(16.75px);
  padding: 12px;
  z-index: 1;
}
.site-header .header-contacts__toggle .toggle-content > span {
  color: #fff;
  font-size: 8px;
  font-weight: 600;
  line-height: 8px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  padding-bottom: 3px;
}
.site-header .header-contacts__toggle .toggle-content > a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
  text-decoration: none;
}
.site-header .header-contacts .line-link {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .site-header .header-cta {
    display: none;
  }
}
.site-header .line-link {
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-gap: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}
.site-header .line-link:hover {
  text-decoration: underline;
}
.site-header .line-link span {
  display: flex;
  align-items: center;
}

#toggle-menu {
  display: none;
}
@media (max-width: 1024px) {
  #toggle-menu {
    display: block;
  }
}
#toggle-menu .menu-close {
  display: none;
}
#toggle-menu.open .menu-open {
  display: none;
}
#toggle-menu.open .menu-close {
  display: flex;
}
#toggle-menu .menu-open {
  display: flex;
}

@media (max-width: 1024px) {
  .header-languages {
    display: none;
  }
}
.header-languages.langs-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .header-languages.langs-mobile {
    display: block;
  }
}
.header-languages .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.header-languages .wpml-ls-legacy-list-horizontal ul {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
.header-languages .wpml-ls-legacy-list-horizontal ul li a {
  padding: 0;
}
.header-languages .wpml-ls-legacy-list-horizontal ul li img.wpml-ls-flag {
  width: 26px;
  border-radius: 4px;
}
.header-languages .wpml-ls-legacy-list-horizontal ul li span.wpml-ls-native {
  display: none;
}
.header-languages .wpml-ls-legacy-dropdown,
.header-languages .wpml-ls-legacy-dropdown-click {
  width: auto;
}
.header-languages .wpml-ls-legacy-dropdown a,
.header-languages .wpml-ls-legacy-dropdown-click a {
  border: none;
  background-color: transparent;
  padding: 0;
}
.header-languages .wpml-ls-legacy-dropdown a:hover,
.header-languages .wpml-ls-legacy-dropdown-click a:hover {
  background-color: transparent;
  text-decoration: none;
}
.header-languages .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
.header-languages .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  background-image: url(img/flags-arr.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 8px;
  padding-right: 14px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.header-languages .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after,
.header-languages .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  display: none;
}
.header-languages .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.header-languages .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a {
  background-color: transparent;
  text-decoration: none;
}
.header-languages .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a:hover,
.header-languages .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a:hover {
  background-color: transparent;
  text-decoration: none;
}
.header-languages .wpml-ls-legacy-dropdown img.wpml-ls-flag,
.header-languages .wpml-ls-legacy-dropdown-click img.wpml-ls-flag {
  width: 26px;
  border-radius: 4px;
}
.header-languages .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu,
.header-languages .wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu {
  border: 0;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .header-languages .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu a,
  .header-languages .wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu a {
    margin-left: -14px;
  }
}

.site-footer {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #eaeef2;
}
@media (max-width: 820px) {
  .site-footer__logo {
    margin-bottom: 26px;
  }
}
@media (max-width: 820px) {
  .site-footer__logo .custom-logo-link {
    max-width: 234px;
  }
}
.site-footer__top-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1190px) {
  .site-footer__top-wrap {
    grid-template-columns: 100%;
  }
}
.site-footer__top-col {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #ddd;
  padding: 48px;
}
@media (max-width: 1190px) {
  .site-footer__top-col {
    border-right: 0;
    border-bottom: 1px solid #ddd;
    padding: 32px;
  }
}
@media (max-width: 820px) {
  .site-footer__top-col {
    min-height: auto;
    padding: 32px 17px;
  }
}
.site-footer__top-col:first-child {
  padding-left: 0;
}
@media (max-width: 1190px) {
  .site-footer__top-col:first-child {
    padding-left: 32px;
  }
}
@media (max-width: 820px) {
  .site-footer__top-col:first-child {
    padding-left: 17px;
  }
}
.site-footer__top-col:last-child {
  padding-right: 0;
  border-right: 0;
}
@media (max-width: 1190px) {
  .site-footer__top-col:last-child {
    padding-right: 32px;
  }
}
@media (max-width: 820px) {
  .site-footer__top-col:last-child {
    padding-right: 17px;
  }
}
.site-footer__top .col-item {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
}
.site-footer__top .col-item__text, .site-footer__top .col-item__text a {
  color: rgba(14, 14, 14, 0.75);
  font-family: Aldrich, sans-serif;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.52px;
  text-decoration: none;
}
@media (max-width: 820px) {
  .site-footer__top .col-item__text, .site-footer__top .col-item__text a {
    font-size: 26px;
    line-height: 36px;
  }
}
.site-footer__top .col-item > span {
  color: rgba(14, 14, 14, 0.75);
  font-family: Aldrich, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.site-footer__top .icon-link {
  max-width: 100%;
  margin-top: auto;
}
@media (max-width: 820px) {
  .site-footer__top .icon-link {
    margin-top: 32px;
  }
}
.site-footer__middle {
  border-top: 1px solid #ddd;
  padding: 40px 0;
}
@media (max-width: 820px) {
  .site-footer__middle {
    padding: 32px 0;
  }
}
.site-footer__middle-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .site-footer__middle-wrap {
    flex-direction: column;
  }
}
.site-footer__bottom {
  border-top: 1px solid #ddd;
  padding: 25px 0;
}
.site-footer__bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .site-footer__bottom-wrap {
    flex-direction: column;
    grid-gap: 16px;
  }
}
.site-footer__logo {
  display: flex;
  max-width: 250px;
}
.site-footer__socials {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
@media (max-width: 820px) {
  .site-footer__socials {
    margin-top: 24px;
  }
}
.site-footer__socials-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4.8px;
  border: 1px solid #ddd;
  background: #fff;
  text-decoration: none;
  padding: 13px;
}
.site-footer__socials-item:hover {
  border-color: #1C3054;
}
.site-footer__socials-item img {
  max-width: 20px;
}
.site-footer__copyright {
  color: #0e0e0e;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

@media (max-width: 820px) {
  .archive .intro-small__title {
    font-size: 32px;
    line-height: 43px;
  }
}

.display-products {
  margin-top: 24px;
  margin-bottom: 48px;
}
.display-products.plate-style {
  padding-left: 0;
  padding-right: 0;
}
.display-products__intro {
  max-width: 820px;
  padding: 23px 48px 45px 48px;
}
@media (max-width: 820px) {
  .display-products__intro {
    padding: 16px;
  }
}
.display-products__intro h2 {
  margin-bottom: 24px;
}
@media (max-width: 820px) {
  .display-products__intro h2 {
    font-size: 27px;
    line-height: 35px;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
.display-products__wrap {
  display: grid;
  grid-template-columns: 32% 68%;
}
@media (max-width: 1024px) {
  .display-products__wrap {
    grid-template-columns: 100%;
  }
}
.display-products__list {
  display: grid;
  grid-template-columns: 50% 50%;
  border-top: 1px solid #ddd;
}
@media (max-width: 820px) {
  .display-products__list {
    grid-template-columns: 100%;
  }
}
.display-products__list .item-maschine {
  display: none;
}
.display-products__list .item-maschine:nth-child(-n+6) {
  display: block;
}
.display-products__sidebar {
  border-top: 1px solid #ddd;
  padding: 48px;
}
@media (max-width: 820px) {
  .display-products__sidebar {
    padding: 16px;
  }
}
.display-products__sidebar .sidebar-wrap {
  position: sticky;
  top: 50px;
}
.display-products__sidebar .sidebar-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.52px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  padding-bottom: 16px;
}
@media (max-width: 820px) {
  .display-products__sidebar .sidebar-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.display-products__sidebar .sidebar-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.display-products__sidebar .sidebar-ul li {
  display: grid;
  grid-template-columns: 60px 1fr 15px;
  align-items: center;
  grid-gap: 13px;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
}
.display-products__sidebar .sidebar-ul li .cat-img {
  display: flex;
  width: 60px;
}
.display-products__sidebar .sidebar-ul li .counter {
  margin-left: auto;
}
.display-products__sidebar .sidebar-ul li a {
  color: #0e0e0e;
  font-family: Aldrich, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.52px;
  text-decoration: none;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 820px) {
  .display-products__sidebar .sidebar-ul li a {
    font-size: 16px;
  }
}
.display-products__sidebar .sidebar-ul li a:hover {
  text-decoration: underline;
}
.display-products .pagination {
  grid-column-start: 2;
  margin: 48px 24px 24px 170px;
  display: none;
}
@media (max-width: 1024px) {
  .display-products .pagination {
    grid-column-start: auto;
    margin: 20px auto;
  }
}

#filter-form .sidebar-ul li {
  display: block;
}
#filter-form .sidebar-ul li label {
  display: grid;
  grid-template-columns: 60px 1fr 15px;
  align-items: center;
  grid-gap: 13px;
  border: 0;
  padding: 0;
}
#filter-form .sidebar-ul li input[type=checkbox] {
  display: none;
}
#filter-form .sidebar-ul li .cat-name {
  color: #0e0e0e;
  font-family: Aldrich, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.52px;
  text-decoration: none;
  -webkit-hyphens: auto;
          hyphens: auto;
  cursor: pointer;
}
@media (max-width: 820px) {
  #filter-form .sidebar-ul li .cat-name {
    font-size: 16px;
  }
}
#filter-form .sidebar-ul li .cat-name:hover {
  text-decoration: underline;
}

.single-maschine {
  background-color: #eaeef2;
}
.single-maschine h1.maschine-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -0.52px;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .single-maschine h1.maschine-title {
    font-size: 33px;
    line-height: 43px;
  }
}
.single-maschine .maschine-options h4,
.single-maschine .maschine-video__title,
.single-maschine .maschine-attachement__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.52px;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .single-maschine .maschine-options h4,
  .single-maschine .maschine-video__title,
  .single-maschine .maschine-attachement__title {
    font-size: 21px;
  }
}
.single-maschine .maschine-options__item {
  margin-bottom: 32px;
}
.single-maschine .maschine-options__title {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.single-maschine .maschine-options__list {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0;
}
.single-maschine .maschine-options__list li {
  display: flex;
  justify-content: space-between;
  color: rgba(14, 14, 14, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
}
.single-maschine .maschine-options__list li span {
  color: #0e0e0e;
}
.single-maschine .maschine-photos {
  max-width: 650px;
  overflow: hidden;
}
.single-maschine .maschine-photos__slider {
  position: relative;
  margin-bottom: 7px;
}
.single-maschine .maschine-photos__slider .slider-item a {
  display: flex;
}
.single-maschine .maschine-photos__slider .slider-item img {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-maschine .maschine-photos__thumbs a {
  display: flex;
}
.single-maschine .maschine-photos__thumbs img {
  width: 100%;
  aspect-ratio: 1/0.95;
  border-radius: 4.8px;
}
.single-maschine .maschine-photos__thumbs .slider-item {
  opacity: 0.7;
}
.single-maschine .maschine-photos__thumbs .slider-item.swiper-slide-thumb-active {
  opacity: 1;
}
.single-maschine .slider-navigation__btn {
  display: flex;
  position: absolute;
  top: 43%;
  cursor: pointer;
  z-index: 1;
}
.single-maschine .slider-navigation .slider-button-prev {
  left: 24px;
  transform: rotate(180deg);
}
@media (max-width: 820px) {
  .single-maschine .slider-navigation .slider-button-prev {
    left: 15px;
  }
}
.single-maschine .slider-navigation .slider-button-next {
  right: 24px;
}
@media (max-width: 820px) {
  .single-maschine .slider-navigation .slider-button-next {
    right: 15px;
  }
}
.single-maschine .thumbs-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #ddd;
  margin-top: 16px;
}
.single-maschine .thumbs-navigation__btn {
  display: flex;
  align-items: center;
  padding: 24px 0;
}
.single-maschine .thumbs-navigation__btn img {
  width: 48px;
  height: 32px;
  cursor: pointer;
}
.single-maschine .thumbs-navigation .thumbs-button-prev img,
.single-maschine .thumbs-navigation .video-button-prev img {
  transform: rotate(180deg);
  margin-right: 122px;
}
@media (max-width: 820px) {
  .single-maschine .thumbs-navigation .thumbs-button-prev img,
  .single-maschine .thumbs-navigation .video-button-prev img {
    margin-right: 25px;
  }
}
.single-maschine .thumbs-navigation .thumbs-button-next,
.single-maschine .thumbs-navigation .video-button-next {
  border-left: 1px solid #ddd;
}
.single-maschine .thumbs-navigation .thumbs-button-next span,
.single-maschine .thumbs-navigation .video-button-next span {
  margin-left: auto;
}
.single-maschine .thumbs-navigation .thumbs-button-next img,
.single-maschine .thumbs-navigation .video-button-next img {
  margin-left: 122px;
}
@media (max-width: 820px) {
  .single-maschine .thumbs-navigation .thumbs-button-next img,
  .single-maschine .thumbs-navigation .video-button-next img {
    margin-left: 25px;
  }
}
.single-maschine .maschine-video {
  margin-top: 24px;
}

.maschine-block {
  display: grid;
  grid-template-columns: 52% 48%;
}
@media (max-width: 1024px) {
  .maschine-block {
    grid-template-columns: 100%;
  }
}
.maschine-block__left {
  padding: 48px 48px 48px 0;
}
@media (max-width: 1024px) {
  .maschine-block__left {
    padding: 30px 0;
  }
}
.maschine-block__left-wrapp {
  position: relative;
  top: 0;
}
.maschine-block__right {
  border-left: 1px solid #ddd;
  padding: 48px 0 48px 48px;
}
@media (max-width: 1024px) {
  .maschine-block__right {
    border-left: 0;
    padding: 0;
  }
}
.maschine-block .maschine-tag {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 4.8px;
  border: 1px solid #d8d8d8;
  padding: 4px;
  margin-bottom: 24px;
}
.maschine-block .maschine-number {
  color: rgba(14, 14, 14, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 16px;
}
.maschine-block .maschine-steuerung {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.maschine-block .maschine-buttons {
  display: flex;
  justify-content: space-between;
  grid-gap: 24px;
  margin: 32px 0;
}
.maschine-block .maschine-buttons .btn {
  width: 100%;
  max-width: 100%;
}
.maschine-block .maschine-buttons button {
  border-color: #fff;
}
.maschine-block .maschine-buttons button:hover {
  border-color: #0e0e0e;
}

.maschine-info-desctop {
  display: block;
}
@media (max-width: 1024px) {
  .maschine-info-desctop {
    display: none;
  }
}

.maschine-info-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .maschine-info-mobile {
    display: block;
    margin-bottom: 20px;
  }
}

.maschine-video__slider {
  max-width: 650px;
  overflow: hidden;
  margin-top: 8px;
}

.maschine-video__content .video-lightbox span.cover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #d9dfe4;
  border-radius: 5px;
  aspect-ratio: 1/0.56;
  position: relative;
}
.maschine-video__content .video-lightbox span.cover img {
  max-width: 350px;
}

body.blog {
  background: #eaeef2;
}
body.blog .intro-small {
  padding-top: 248px;
}
@media (max-width: 820px) {
  body.blog .intro-small {
    padding-top: 120px;
    padding-bottom: 35px;
  }
}
@media (max-width: 820px) {
  body.blog .intro-small .intro-small__title {
    font-size: 37px;
    line-height: 47px;
  }
}
body.blog .posts-list .item-post {
  padding-right: calc((100vw - 1344px) / 2);
  padding-left: calc((100vw - 1344px) / 2);
}
@media (max-width: 1344px) {
  body.blog .posts-list .item-post {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body.blog .pagination {
  display: flex;
  justify-content: center;
  padding: 40px 15px 80px 15px;
  margin: 0 auto;
}

body.single .site-main {
  background: #eaeef2;
  padding-top: 150px;
}
@media (max-width: 820px) {
  body.single .site-main {
    padding-top: 85px;
  }
}
body.single .containermin {
  max-width: 816px;
}
body.single .site-header {
  background: #1C3054;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
body.single .site-header .custom-logo-link img {
  filter: brightness(0) invert(1);
}
body.single .site-header .main-navigation a,
body.single .site-header .line-link {
  color: #ffffff;
}
body.single h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.52px;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  body.single h1 {
    font-size: 27px;
    line-height: 35px;
    padding-bottom: 20px;
  }
}
body.single .article-photo {
  display: flex;
  margin-bottom: 64px;
}
@media (max-width: 820px) {
  body.single .article-photo {
    margin-bottom: 30px;
  }
}
body.single .article-photo img {
  width: 100%;
  max-height: 558px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single .article-content {
  padding-bottom: 48px;
}
@media (max-width: 820px) {
  body.single .article-content {
    padding-bottom: 30px;
  }
}
body.single .article-content h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.52px;
  margin: 40px 0 24px 0;
}
@media (max-width: 820px) {
  body.single .article-content h2 {
    font-size: 25px;
    line-height: 35px;
    margin: 20px 0 15px 0;
  }
}
body.single .article-content h3 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.52px;
  margin: 40px 0 24px 0;
}
@media (max-width: 820px) {
  body.single .article-content h3 {
    font-size: 20px;
    line-height: 32px;
    margin: 20px 0 15px 0;
  }
}
body.single .article-content h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 16px 0;
}
body.single .article-content img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-top: 24px;
}
body.single .article-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 16px;
}
body.single .article-content ul {
  margin: 0 0 16px 0;
  padding: 0 0 0 20px;
}
body.single .article-content ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
body.single .article-content small {
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
}
body.single .article-content blockquote {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 32px 0;
  margin-top: 40px;
}
body.single .article-content blockquote p {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}
body.single .article-content button,
body.single .article-content a.btn {
  color: #0e0e0e;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  background: #ffffff;
  border-color: #ffffff;
  padding: 7px 17px;
  cursor: pointer;
}
body.single .article-content button:hover,
body.single .article-content a.btn:hover {
  color: #fff;
  background: #788089;
  border-color: #788089;
}
body.single .article-similar {
  border-top: 1px solid #ddd;
  padding-top: 64px;
}
@media (max-width: 820px) {
  body.single .article-similar {
    padding-top: 40px;
  }
}
body.single .article-similar__list {
  border-top: 1px solid #ddd;
  margin-top: 48px;
}
@media (max-width: 820px) {
  body.single .article-similar__list {
    margin-top: 25px;
  }
}
body.single .article-similar__list .item-post {
  padding-right: calc((100vw - 1344px) / 2);
  padding-left: calc((100vw - 1344px) / 2);
}
@media (max-width: 1344px) {
  body.single .article-similar__list .item-post {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.article-info {
  margin-top: 64px;
  padding-bottom: 48px;
}
@media (max-width: 820px) {
  .article-info {
    margin-top: 30px;
    padding-bottom: 15px;
  }
}
.article-info__options {
  display: flex;
  align-items: center;
  grid-gap: 18px;
  font-weight: 300;
  margin-bottom: 16px;
}
.article-info__options .options-categ {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: center;
  border-radius: 4.8px;
  border: 1px solid #d8d8d8;
  padding: 2px 9px;
}

.error-404.not-found {
  background-color: #eaeef2;
  text-align: center;
  padding-top: 190px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .error-404.not-found {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
.error-404.not-found .number-404 {
  display: block;
  font-family: Aldrich, sans-serif;
  font-size: 135px;
  font-weight: 500;
  padding: 50px 0;
}
.error-404.not-found h1 {
  font-size: 40px;
  line-height: 50px;
  max-width: 830px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .error-404.not-found h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.error-404.not-found .btn {
  margin: 35px auto 0 auto;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  padding-top: 3px;
}
@media (max-width: 1024px) {
  .main-navigation {
    display: none;
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100vh;
    top: 57px;
    left: 0;
    right: 0;
    background: #1C3054;
    padding: 32px 0;
    overflow-y: scroll;
    height: 500px;
    height: calc(100vh - 100px);
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .main-navigation ul {
    text-align: center;
    padding: 0 32px;
  }
}
.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 ul.sub-menu {
  display: none;
}
.main-navigation li {
  position: relative;
}
@media (max-width: 1024px) {
  .main-navigation li {
    margin-right: 0;
    padding: 7px 0;
  }
}
.main-navigation li:not(:last-of-type) {
  margin-right: 32px;
}
@media (max-width: 1024px) {
  .main-navigation li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #fff;
  text-decoration: underline;
}
.main-navigation li.current-menu-item a {
  font-weight: bold;
}
.main-navigation li.current-menu-item a:hover {
  color: #ffffff !important;
}
.main-navigation a {
  color: #fff;
  font-family: Mulish, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .main-navigation a {
    font-size: 17px;
  }
}
.main-navigation .header-cta {
  display: none;
}
@media (max-width: 1024px) {
  .main-navigation .header-cta {
    max-width: 296px;
    display: flex;
    color: #0E0E0E;
    margin: 43px auto 32px auto;
  }
}
.main-navigation .header-contacts {
  display: none;
}
@media (max-width: 1024px) {
  .main-navigation .header-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    padding: 24px 32px;
  }
}
.main-navigation .header-contacts .line-link {
  font-size: 16px;
  font-weight: 400;
}
.main-navigation .header-contacts .line-link.topline-mail {
  font-weight: 600;
}

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

@media screen and (min-width: 1025px) {
  .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%;
}

.site-footer__menu ul,
.bottom-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__menu ul li a,
.bottom-menu ul li a {
  color: #0e0e0e;
  font-size: 14.375px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}
.site-footer__menu ul li:hover a,
.bottom-menu ul li:hover a {
  text-decoration: underline;
}

.site-footer__menu ul {
  grid-gap: 33px;
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  .site-footer__menu ul {
    flex-direction: column;
    grid-gap: 16px;
  }
}
.site-footer__menu ul li a {
  font-size: 16px;
}

.site-header.style-transparent .main-navigation .current_page_item > a {
  color: #ffffff;
  text-decoration: none;
}
.site-header.style-transparent .main-navigation .current_page_item > a:hover {
  color: #ffffff !important;
}
.site-header.style-transparent .main-navigation .current_page_item:hover > a {
  color: #ffffff;
}
.site-header.fixed.style-transparent .main-navigation .current_page_item > a,
.site-header.fixed.style-transparent .main-navigation .current-menu-parent > a {
  color: #0e0e0e;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .site-header.fixed.style-transparent .main-navigation .current_page_item > a,
  .site-header.fixed.style-transparent .main-navigation .current-menu-parent > a {
    color: #ffffff;
  }
}
.site-header.fixed.style-transparent .main-navigation .current_page_item > a:hover,
.site-header.fixed.style-transparent .main-navigation .current-menu-parent > a:hover {
  color: #0e0e0e !important;
}
@media (max-width: 1024px) {
  .site-header.fixed.style-transparent .main-navigation .current_page_item > a:hover,
  .site-header.fixed.style-transparent .main-navigation .current-menu-parent > a:hover {
    color: #ffffff !important;
  }
}
.site-header.fixed.style-transparent .main-navigation .current_page_item:hover > a,
.site-header.fixed.style-transparent .main-navigation .current-menu-parent:hover > a {
  color: #0e0e0e;
}
@media (max-width: 1024px) {
  .site-header.fixed.style-transparent .main-navigation .current_page_item:hover > a,
  .site-header.fixed.style-transparent .main-navigation .current-menu-parent:hover > a {
    color: #ffffff;
  }
}

/* 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: flex;
  max-width: 267px;
}
@media (max-width: 820px) {
  .custom-logo-link {
    max-width: 171px;
  }
}

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

/* Breadcrumbs
--------------------------------------------- */
.site-breadcrumb {
  padding: 12px 0;
  margin-left: -16px;
}
.site-breadcrumb a,
.site-breadcrumb span {
  color: #0E0E0E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 4px;
}
.site-breadcrumb a.breadcrumb_last,
.site-breadcrumb span.breadcrumb_last {
  color: rgba(14, 14, 14, 0.75);
}
.site-breadcrumb a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.site-breadcrumb a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -16px;
  width: 14px;
  height: 15px;
  background: url(img/icons/bread-arr.svg) no-repeat;
}
.site-breadcrumb p#breadcrumbs {
  margin: 0;
  padding-left: 0;
}
.site-breadcrumb p#breadcrumbs > span {
  padding-left: 0;
}
.site-breadcrumb p#breadcrumbs > span > span {
  padding-left: 16px;
}
.site-breadcrumb p#breadcrumbs > span > span > a {
  padding-left: 0;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #0E1D44;
  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;
}

/* Parts
--------------------------------------------- */
.item-person__wrap {
  display: grid;
  grid-template-columns: 218px 1fr;
  align-items: center;
  grid-gap: 27px;
}
@media (max-width: 820px) {
  .item-person__wrap {
    max-width: 272px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
}
.item-person__image {
  display: flex;
}
.item-person__image img {
  width: 100%;
  border-radius: 4.8px;
}
.item-person .item-name {
  margin-bottom: 0;
}
.item-person .item-prof {
  color: rgba(14, 14, 14, 0.5);
}

.item-maschine {
  max-width: 450px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 48px;
}
@media (max-width: 820px) {
  .item-maschine {
    padding: 16px;
    padding-bottom: 30px;
  }
}
.item-maschine:last-child {
  border-bottom: 0;
}
.item-maschine__img {
  display: flex;
  text-decoration: none;
  margin-bottom: 27px;
}
.item-maschine__img img {
  width: 100%;
  aspect-ratio: 1/0.93;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4.8px;
}
.item-maschine__tag {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 4.8px;
  border: 1px solid #d8d8d8;
  padding: 2px 9px;
  margin-bottom: 16px;
}
.item-maschine__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.52px;
  margin-bottom: 0;
}
.item-maschine__title a {
  text-decoration: none;
}
.item-maschine__type {
  color: rgba(14, 14, 14, 0.5);
}
.item-maschine__options {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}
.item-maschine__options li {
  display: flex;
  justify-content: space-between;
  grid-gap: 15px;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  padding: 8px 0;
}
.item-maschine__options li span {
  font-weight: 400;
  text-align: right;
}
.item-maschine__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 10px;
}
.item-maschine .button-anfrage {
  width: 212px;
  max-width: 212px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 6px;
  background: #79828a;
  padding: 8px 17px;
}
.item-maschine .button-details {
  width: 56px;
  max-width: 56px;
  padding: 0;
  border: 0;
  background: transparent;
}
.item-maschine .button-details:hover {
  border: 0;
  opacity: 0.8;
}

.item-post {
  border-bottom: 1px solid #ddd;
}
.item-post__title {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 12px;
}
@media (max-width: 820px) {
  .item-post__title {
    font-size: 24px;
    line-height: 36px;
  }
}
.item-post__excerpt {
  font-size: 16px;
  line-height: 28px;
}
.item-post__wrap {
  display: grid;
  grid-template-columns: 35% 65%;
}
@media (max-width: 820px) {
  .item-post__wrap {
    grid-template-columns: 100%;
  }
}
.item-post__img {
  display: flex;
  border-right: 1px solid #ddd;
  padding: 48px 48px 48px 0;
}
@media (max-width: 820px) {
  .item-post__img {
    border-right: 0;
    padding: 25px 0 0 0;
  }
}
.item-post__img img {
  width: 100%;
  border-radius: 4.8px;
  aspect-ratio: 1/0.75;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-post__content {
  display: flex;
  flex-direction: column;
  grid-gap: 35px;
  padding: 48px 0 48px 48px;
}
@media (max-width: 820px) {
  .item-post__content {
    grid-gap: 15px;
    padding: 25px 0;
  }
}
.item-post__content .content-text {
  display: flex;
  align-items: flex-end;
  grid-gap: 48px;
  margin-top: auto;
}
@media (max-width: 820px) {
  .item-post__content .content-text {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 15px;
  }
}
.item-post__content .content-text__right {
  width: 56px;
  min-width: 56px;
  display: flex;
}

/* Sections
--------------------------------------------- */
.block-headline.pad-t-2 {
  padding-top: 80px;
}
@media (max-width: 820px) {
  .block-headline.pad-t-2 {
    padding-top: 45px;
  }
}
.block-headline.pad-b-1 {
  padding-bottom: 48px;
}
@media (max-width: 820px) {
  .block-headline.pad-b-1 {
    padding-bottom: 25px;
  }
}
.block-headline__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 820px) {
  .block-headline__wrap {
    grid-template-columns: 100%;
  }
}
.block-headline__title {
  padding-right: 50px;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .block-headline__title {
    margin-bottom: 32px;
  }
}

.intro-main {
  background: #ffffff;
  padding-top: 260px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .intro-main {
    padding-top: 128px;
  }
}
@media (max-width: 820px) {
  .intro-main__wrap {
    padding: 0 17px;
  }
}
.intro-main__title {
  color: #ffffff;
}
.intro-main__bg {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 81.333333%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .intro-main__bg {
    height: 70.333333%;
  }
}
@media (max-width: 820px) {
  .intro-main__bg {
    height: 70.333333%;
  }
}
.intro-main__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(15, 34, 68, 0.83) 0%, rgba(15, 34, 68, 0.83) 100%);
  z-index: -1;
}
.intro-main__text {
  max-width: 550px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.36px;
}
@media (max-width: 1024px) {
  .intro-main__text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
}
.intro-main .btn {
  margin-top: 48px;
}
.intro-main__bottom {
  margin-top: 150px;
}
@media (max-width: 1024px) {
  .intro-main__bottom {
    margin-top: 99px;
  }
}
.intro-main__features {
  max-width: 1344px;
  overflow: hidden;
}
.intro-main__features:not(.swiper-initialized) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media (max-width: 1024px) {
  .intro-main__features:not(.swiper-initialized) {
    grid-template-columns: 100%;
    grid-gap: 16px;
  }
}
.intro-main__features .swiper-wrapper {
  color: #ffffff;
}
.intro-main__features-item {
  flex-basis: 25%;
  width: 100%;
  height: auto;
  border-radius: 6px;
  background: #243960;
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  padding: 48px;
}
@media (max-width: 1024px) {
  .intro-main__features-item {
    max-width: calc(100% - 64px);
    flex-basis: 100%;
    padding: 32px;
  }
}
.intro-main__features .item-title {
  color: #ffffff;
}
.intro-main__features .item-image {
  max-width: 195px;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.intro-main__features .item-image img {
  width: 100%;
}
.intro-main__features .item-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
.intro-main__features .item-link {
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  align-items: center;
  grid-gap: 16px;
  text-decoration: none;
  color: #fff;
  font-size: 14.875px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 24px;
  padding-bottom: 7px;
  position: relative;
}
.intro-main__features .item-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  position: absolute;
  bottom: 0;
  left: 0;
}
.intro-main__features .item-link span {
  display: flex;
  margin-top: 2px;
}

.features__nav {
  display: none;
}
@media (max-width: 1024px) {
  .features__nav {
    display: block;
  }
}
.features__nav .slider-arrows {
  justify-content: space-between;
  width: 100%;
  margin-top: 16px;
  padding: 0 16px;
}
.features__nav .slider-arrows__img {
  align-items: center;
  grid-gap: 27px;
}
.features__nav .slider-arrows__img span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.intro-small {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 160px 0;
  z-index: 1;
}
@media (max-width: 820px) {
  .intro-small {
    padding: 64px 0;
  }
}
.intro-small::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(15, 34, 68, 0.83) 0%, rgba(15, 34, 68, 0.83) 100%);
  z-index: -1;
}
.intro-small__wrap {
  max-width: 876px;
}
@media (max-width: 820px) {
  .intro-small__title {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
.intro-small__title b {
  display: none;
}
@media (max-width: 820px) {
  .intro-small__title b {
    display: inline-block;
  }
}
.intro-small__title, .intro-small__text {
  color: #ffffff;
}
.intro-small__text {
  max-width: 620px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.36px;
}
@media (max-width: 820px) {
  .intro-small__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.intro-small.text-small .intro-small__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.services {
  background-color: #EAEEF2;
  padding: 65px 0 80px 0;
}
@media (max-width: 820px) {
  .services {
    padding: 60px 0 64px 0;
  }
}
.services__wrap {
  background-image: url(img/arrows-bg.svg);
  background-repeat: no-repeat;
  background-position-y: 0;
  background-position-x: 103%;
  background-size: 790px 180px;
}
@media (max-width: 1024px) {
  .services__wrap {
    background-image: none;
  }
}
.services__title, .services__text {
  max-width: 640px;
}
@media (max-width: 1024px) {
  .services__text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .services__text br {
    display: none;
  }
}
.services__list {
  margin-top: 40px;
}
.services__list-item {
  display: grid;
  grid-template-columns: 0.8fr 1fr 0.1fr;
  grid-gap: 70px;
  padding: 48px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 1024px) {
  .services__list-item {
    grid-template-columns: 100%;
    grid-gap: 16px;
    padding: 32px 0;
  }
}
.services__list-item:last-child {
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 1024px) {
  .services__list .item-title {
    margin-bottom: 0;
  }
}
.services__list .item-link {
  display: flex;
  width: 56px;
  justify-content: flex-end;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .services__list .item-link {
    margin-left: 0;
  }
}
.services__list .item-link:hover {
  opacity: 0.7;
}
.services .btn {
  margin: 40px auto 0 auto;
}
@media (max-width: 1024px) {
  .services .btn {
    max-width: -moz-max-content;
    max-width: max-content;
    margin-top: 32px;
  }
}

.text-block p,
.text-block li {
  font-size: 16px;
  line-height: 28px;
}
.text-block ul,
.text-block ol {
  margin: 0;
}

.text-img.style-full {
  background-color: #eaeef2;
}
.text-img.style-full .text-img__wrap {
  background-image: none;
  padding: 0;
}
.text-img__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-image: url(img/whell-big.svg);
  background-repeat: no-repeat;
  background-size: 281px 277px;
  background-position: top right;
}
@media (max-width: 820px) {
  .text-img__wrap {
    grid-template-columns: 100%;
  }
}
.text-img.img-align-right .text-img__media {
  order: 2;
}
@media (max-width: 820px) {
  .text-img.img-align-right .text-img__media {
    order: 1;
  }
}
.text-img.img-align-right .text-img__cont {
  padding-left: 0;
  padding-right: 64px;
}
@media (max-width: 820px) {
  .text-img.img-align-right .text-img__cont {
    order: 2;
  }
}
.text-img__title {
  margin-top: auto;
  margin-bottom: 24px;
}
@media (max-width: 820px) {
  .text-img__title {
    word-break: break-word;
    margin-bottom: 16px;
  }
}
.text-img__text {
  max-width: 510px;
  margin-bottom: 24px;
}
@media (max-width: 820px) {
  .text-img__text {
    margin-bottom: 15px;
  }
}
.text-img__text p,
.text-img__text li {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 0;
}
.text-img__cont {
  display: flex;
  flex-direction: column;
  padding: 24px 0 24px 64px;
}
@media (max-width: 820px) {
  .text-img__cont {
    padding-left: 0;
  }
}
.text-img__img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.text-img__img img {
  width: 100%;
  background-position: center;
  border-radius: 4.8px;
}
@media (max-width: 820px) {
  .text-img__img img {
    aspect-ratio: 1/0.77;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.text-img .btn {
  max-width: -moz-max-content;
  max-width: max-content;
}
.text-img .image-overlay {
  width: 100%;
  height: 100%;
  border-radius: 4.8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.text-img .image-small {
  max-width: 300px;
  display: flex;
  position: absolute;
  margin: auto;
  z-index: 1;
}
@media (max-width: 530px) {
  .text-img .image-small {
    max-width: 110px;
  }
}
.text-img .image-small img {
  aspect-ratio: auto;
}

.partners h2 {
  margin-top: 32px;
  margin-bottom: 24px;
}
@media (max-width: 820px) {
  .partners h2 {
    margin: 0;
  }
}
.partners.pad-b-2 {
  padding-bottom: 48px;
}
.partners__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 820px) {
  .partners__wrap {
    grid-template-columns: 100%;
  }
}
.partners__cont {
  display: flex;
  flex-direction: column;
  padding: 24px 48px 24px 0;
}
@media (max-width: 820px) {
  .partners__cont {
    order: 2;
    padding: 32px 0 0 0;
  }
}
.partners__cont .slider-arrows {
  margin-bottom: auto;
}
.partners__list {
  max-width: 646px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
.partners__list .swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners__list-item {
  width: 100%;
  aspect-ratio: 1/0.8;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.partners__list-item img {
  max-width: 250px;
}
@media (max-width: 530px) {
  .partners__list-item img {
    max-width: 110px;
  }
}
.partners__list-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.partners__list-item a:hover img {
  transform: scale(1.1);
}
@media (max-width: 820px) {
  .partners .slider-arrows {
    margin-bottom: 32px;
  }
}

.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-gap: 18px;
  background-color: #1C3054;
  padding: 120px 0;
}
@media (max-width: 820px) {
  .banner {
    padding: 64px 0;
  }
}
.banner__wrap {
  position: relative;
}
.banner__img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}
.banner__img img {
  max-width: 540px;
}
@media (max-width: 820px) {
  .banner__img img {
    max-width: 340px;
  }
}
.banner__text {
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
}
.banner__btn {
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 820px) {
  .banner__btn {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.reviews {
  margin: 65px 0;
}
@media (max-width: 820px) {
  .reviews__subtitle {
    margin-bottom: 32px;
  }
}
.reviews__title {
  margin-bottom: 23px;
}
@media (max-width: 820px) {
  .reviews__title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 16px;
  }
}
.reviews__top {
  display: flex;
  justify-content: space-between;
  grid-gap: 48px;
  padding: 0 24px 25px 24px;
}
@media (max-width: 820px) {
  .reviews__top {
    flex-direction: column;
    grid-gap: 32px;
  }
}
.reviews__top-cont {
  max-width: 750px;
  padding-top: 32px;
}
@media (max-width: 820px) {
  .reviews__top-cont {
    padding-top: 8px;
  }
}
.reviews__top-img {
  max-width: 465px;
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 4.8px;
  padding: 43px 150px;
  overflow: hidden;
}
@media (max-width: 820px) {
  .reviews__top-img {
    padding: 37px 57px;
  }
}
.reviews__top-img img {
  width: 100%;
}
@media (max-width: 820px) {
  .reviews__top-img img {
    width: 70%;
  }
}
.reviews__bottom {
  border-top: 1px solid #ddd;
  padding: 40px 24px 32px 24px;
}
.reviews__nav {
  border-top: 1px solid #ddd;
}
.reviews__nav .btn-prev {
  border-right: 1px solid #ddd;
}
.reviews__nav .btn-prev span {
  padding-right: 43%;
}
@media (max-width: 820px) {
  .reviews__nav .btn-prev span {
    padding-right: 30px;
  }
}
.reviews__nav .btn-next span {
  padding-left: 43%;
}
@media (max-width: 820px) {
  .reviews__nav .btn-next span {
    padding-left: 30px;
  }
}
.reviews__nav .btn-prev,
.reviews__nav .btn-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: 24px 48px;
}
@media (max-width: 820px) {
  .reviews__nav .btn-prev,
  .reviews__nav .btn-next {
    font-size: 14px;
    padding: 16px;
    grid-gap: 27px;
  }
}
.reviews__nav .slider-arrows {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
}
.reviews__list {
  max-width: 100%;
  overflow: hidden;
}
.reviews__list .item-text {
  max-width: 1038px;
  text-align: center;
  font-family: Mulish, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .reviews__list .item-text {
    font-size: 18px;
    line-height: 26px;
  }
}
.reviews__list .item-text p {
  margin: 0;
}
.reviews__list .item-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  margin: 40px auto;
}
@media (max-width: 820px) {
  .reviews__list .item-rating {
    margin: 24px auto;
  }
}
.reviews__list .item-author {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: flex-end;
  max-width: -moz-max-content;
  max-width: max-content;
  grid-gap: 16px;
  margin: 0 auto;
}
.reviews__list .item-author__img {
  display: flex;
}
.reviews__list .item-author .author-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.reviews__list .item-url {
  display: flex;
  justify-content: center;
  grid-gap: 16px;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #0E0E0E;
  text-decoration: none;
  margin: 24px auto 0 auto;
  padding-bottom: 8px;
  position: relative;
}
.reviews__list .item-url:hover::after {
  background: rgb(14, 14, 14);
}
.reviews__list .item-url::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(14, 14, 14, 0.12);
}
.reviews__list .item-url span {
  display: flex;
}
.reviews__list .item-url span img {
  margin-top: 6px;
}

.reviews-wrap.plate-style {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.block-network__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
  .block-network__wrap {
    grid-template-columns: 100%;
  }
}
.block-network__cont {
  display: flex;
  flex-direction: column;
  padding-right: 48px;
}
@media (max-width: 1024px) {
  .block-network__cont {
    padding-right: 0;
  }
}
.block-network__map {
  border-radius: 6px;
  border: 2px solid #fff;
  background: #fff;
  padding: 110px 14px 70px 14px;
}
@media (max-width: 820px) {
  .block-network__map {
    padding: 60px 14px 40px 14px;
  }
}

.block-team h2 {
  margin-bottom: 24px;
}
.block-team .subtitle {
  margin-bottom: 40px;
}
.block-team__wrap.plate-style {
  padding: 0;
}
.block-team__text p:last-child {
  margin-bottom: 0;
}
.block-team__cont, .block-team__list {
  padding: 48px;
}
@media (max-width: 820px) {
  .block-team__cont, .block-team__list {
    padding: 16px;
  }
}
.block-team__cont {
  padding-bottom: 48px;
}
@media (max-width: 820px) {
  .block-team__cont {
    padding-bottom: 25px;
  }
}
.block-team__text {
  max-width: 770px;
}
.block-team__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media (max-width: 1024px) {
  .block-team__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 820px) {
  .block-team__list {
    grid-template-columns: 100%;
    grid-gap: 40px;
    padding-top: 20px;
  }
}
.block-team__list-item-contacts {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  margin-top: 16px;
}
.block-team__list-item-contacts a {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  grid-gap: 4px;
  color: #0e0e0e;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}
.block-team__list-item-contacts a:hover {
  text-decoration: underline;
}
.block-team__list .item-person__wrap {
  grid-template-columns: 100%;
}
.block-team__list .item-person__image {
  display: flex;
  max-width: 272px;
  margin-bottom: 0;
}
.block-team__img {
  display: flex;
  padding: 0 48px;
}
@media (max-width: 820px) {
  .block-team__img {
    padding: 16px;
  }
}
.block-team__img img {
  width: 100%;
  border-radius: 4.8px;
}

.block-timeline {
  background-color: #EAEEF2;
  padding-top: 48px;
}
.block-timeline h2 {
  margin-bottom: 32px;
}
.block-timeline__top {
  max-width: 1344px;
  display: flex;
  justify-content: space-between;
  grid-gap: 35px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .block-timeline__top {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 820px) {
  .block-timeline__top {
    flex-direction: column;
    grid-gap: 0;
  }
}
.block-timeline__text {
  max-width: 704px;
  margin-left: auto;
}
@media (max-width: 820px) {
  .block-timeline__text {
    margin-left: 0;
  }
}
.block-timeline__list {
  border-top: 1px solid #ddd;
  padding: 48px 0;
}
.block-timeline__list-item {
  padding: 14px 0;
}
.block-timeline__list-item:first-child .item-cont__year::before {
  content: none;
}
.block-timeline__list-item:not(:first-child) {
  padding-top: 60px;
}
.block-timeline__list .item-wrap {
  max-width: 1344px;
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .block-timeline__list .item-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 820px) {
  .block-timeline__list .item-wrap {
    grid-template-columns: 75px 1fr;
  }
}
.block-timeline__list .item-photo {
  display: flex;
  padding-right: 24px;
}
.block-timeline__list .item-photo img {
  width: 56px;
}
.block-timeline__list .item-cont {
  display: flex;
  align-items: center;
  grid-gap: 32px;
}
@media (max-width: 820px) {
  .block-timeline__list .item-cont {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 15px;
  }
}
.block-timeline__list .item-cont__year {
  width: 107px;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #79828a;
  font-family: Aldrich, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  letter-spacing: 4px;
  border-radius: 6px;
  padding: 16px 20px 12px 20px;
  position: relative;
}
@media (max-width: 820px) {
  .block-timeline__list .item-cont__year {
    font-size: 13px;
    line-height: 20px;
    padding: 13px 10px 10px 10px;
  }
}
.block-timeline__list .item-cont__year::before {
  content: "";
  background-image: url(img/double-arrows.svg);
  background-repeat: no-repeat;
  background-size: 6px 50px;
  display: flex;
  width: 6px;
  height: 50px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}
.block-timeline__list .item-cont__title {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .block-timeline__list .item-cont__title {
    font-size: 18px;
    line-height: 27px;
  }
}

.acc-block.img-align-left .acc-block__content {
  order: 2;
  padding-left: 24px;
  padding-right: 48px;
}
@media (max-width: 820px) {
  .acc-block.img-align-left .acc-block__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.acc-block__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .acc-block__wrap {
    display: block;
  }
}
.acc-block__title {
  margin-top: 30px;
  margin-bottom: 24px;
}
.acc-block__img {
  display: flex;
  margin-top: 33px;
}
@media (max-width: 1024px) {
  .acc-block__img {
    order: 2;
    margin-top: 0;
  }
}
.acc-block__img img {
  width: 100%;
  border-radius: 4.8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.acc-block__content {
  padding: 24px 24px 24px 48px;
}
@media (max-width: 820px) {
  .acc-block__content {
    padding: 0;
  }
}
.acc-block__list-item {
  border-top: 1px solid #e0e0e0;
  padding: 24px 0;
}
.acc-block__list-item.active .item-title__toggle::after {
  transform: rotate(90deg);
}
.acc-block__list-item .item-title {
  display: flex;
  width: 100%;
  align-items: center;
  grid-gap: 16px;
  cursor: pointer;
}
.acc-block__list-item .item-title__icon {
  display: flex;
  width: 24px;
  min-width: 24px;
}
.acc-block__list-item .item-title__icon img {
  width: 100%;
}
.acc-block__list-item .item-title__headline {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0;
}
.acc-block__list-item .item-content {
  padding-top: 16px;
  display: none;
}
.acc-block__list-item .item-content p:first-of-type {
  margin-top: 0;
}
.acc-block__list-item .item-content p:last-of-type {
  margin-bottom: 0;
}

.item-title__toggle {
  width: 56px;
  height: 36px;
  min-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4.8px;
  border: 1px solid #eee;
  background: #fff;
  padding: 12px;
  margin-left: auto;
  position: relative;
  cursor: pointer;
}
@media (max-width: 820px) {
  .item-title__toggle {
    min-width: 52px;
  }
}
.item-title__toggle::before, .item-title__toggle::after {
  content: "";
  display: block;
  background-color: #0e0e0e;
  position: absolute;
}
.item-title__toggle::before {
  width: 12px;
  height: 1px;
}
.item-title__toggle::after {
  width: 1px;
  height: 12px;
}
.item-title__toggle.active::after {
  transform: rotate(90deg);
}

.block-map__title {
  display: flex;
  align-items: flex-start;
  grid-gap: 16px;
}
.block-map__title .title-icon {
  display: flex;
}
.block-map__title .title-cont {
  margin-bottom: 0;
}
.block-map__wrap {
  background-image: none;
}
.block-map__cont {
  padding-left: 0;
}
.block-map__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 24px;
}
.block-map__frame {
  display: block;
  border-radius: 6px;
  border: 2px solid #fff;
}
.block-map__frame iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/0.78;
}

.contact-form__top {
  grid-column: span 2;
  padding: 24px 24px 0 24px;
}
@media (max-width: 1024px) {
  .contact-form__top {
    grid-column: auto;
    padding: 0;
  }
}
.contact-form__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 1024px) {
  .contact-form__wrap {
    grid-template-columns: 100%;
  }
}
.contact-form__content {
  padding: 24px 64px 24px 24px;
}
@media (max-width: 820px) {
  .contact-form__content {
    padding: 0;
  }
}
.contact-form__contacts {
  padding: 24px;
}
@media (max-width: 820px) {
  .contact-form__contacts {
    padding: 0;
  }
}
.contact-form__contacts .item-person {
  border-bottom: 1px solid #DDD;
  padding: 24px 0;
}
.contact-form__contacts .item-person:last-child {
  border-bottom: 0;
}
.contact-form.contacts-small .contact-form__title {
  margin-bottom: 24px;
}
.contact-form.contacts-small .contact-form__contacts {
  padding-bottom: 48px;
}
.contact-form.contacts-small .contact-form__contacts .item-person {
  padding: 48px 0;
}

html,
body {
  scroll-behavior: smooth;
}
html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden;
}
html.menu-open .site-main,
body.menu-open .site-main {
  overflow: hidden;
}

html,
body {
  overflow-x: hidden;
}

body {
  overflow-x: clip;
}

.container {
  max-width: 1344px;
  margin: auto;
}
@media (max-width: 1300px) {
  .container {
    padding: 0 15px;
  }
}
.container.containermin {
  max-width: 1180px;
}

.site-main.header-style-white,
.single-maschine .site-main {
  padding-top: 82px;
}
@media (max-width: 1024px) {
  .site-main.header-style-white,
  .single-maschine .site-main {
    padding-top: 70px;
  }
}
@media (max-width: 820px) {
  .site-main.header-style-white,
  .single-maschine .site-main {
    padding-top: 57px;
  }
}

.site-main.header-style-transparent .intro-small {
  padding-top: 243px;
}
@media (max-width: 820px) {
  .site-main.header-style-transparent .intro-small {
    padding-top: 128px;
  }
}

.text p,
.text li {
  font-family: Mulish, sans-serif;
  color: #0E0E0E;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.text ul,
.text ol {
  margin: 0;
  padding: 0 0 0 11px;
}
.text ul {
  list-style: none;
}
.text ul li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.text ul li:not(:last-child) {
  margin-bottom: 4px;
}
.text ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: rgba(14, 14, 14, 0.75);
  position: absolute;
  left: 0;
  top: 10px;
}

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

.text-white {
  color: #ffffff;
}

.plate-style {
  border-radius: 4.8px;
  border: 1px solid #f1f1f1;
  background-color: #EAEEF2;
  padding: 25px;
}
@media (max-width: 820px) {
  .plate-style {
    padding: 16px;
  }
}

.slider-arrows {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.slider-arrows__img {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  cursor: pointer;
}
.slider-arrows__img:hover {
  opacity: 0.7;
}
.slider-arrows .btn-prev img {
  transform: rotate(180deg);
}

.icon-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 30px;
  max-width: -moz-max-content;
  max-width: max-content;
  color: rgba(14, 14, 14, 0.75);
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  position: relative;
}
.icon-link::after {
  content: "";
  display: block;
  width: 56px;
  height: 36px;
  background: url(img/arr-white.svg) no-repeat;
  background-size: 56px;
  background-position: center right;
}

.grecaptcha-badge {
  display: none;
  z-index: 1;
}

.home #reviews-5 {
  margin-top: 25px;
}

.breadcrumbs a,
.breadcrumbs span {
  font-size: 12px;
  line-height: 18px;
}
.breadcrumbs a {
  color: rgba(14, 14, 14, 0.5);
}
.breadcrumbs p {
  margin-top: 0;
  margin-bottom: 24px;
}
.breadcrumbs.mt-48 {
  margin-top: 48px;
}

.hidden {
  display: none;
}

span.word-break {
  display: none;
}
@media (max-width: 820px) {
  span.word-break {
    display: inline-block;
  }
}

.banner.banner-global .banner__subtitle {
  color: rgba(255, 255, 255, 0.75);
  font-family: Aldrich, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 18px;
}
.banner.banner-global .banner__title {
  color: #fff;
  text-align: center;
  font-family: Aldrich, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -0.52px;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .banner.banner-global .banner__title {
    font-size: 36px;
    line-height: 46px;
  }
}
.banner.banner-global .banner__text {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.36px;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .banner.banner-global .banner__text {
    font-size: 20px;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  background: rgba(19, 29, 48, 0.67);
}

.thanks-popup.fancybox-content {
  max-width: 648px;
  text-align: center;
  border-radius: 6px;
  background: #eaeef2;
  padding: 48px;
}
@media (max-width: 820px) {
  .thanks-popup.fancybox-content {
    padding: 30px;
  }
}
.thanks-popup.fancybox-content .custom-logo-link {
  max-width: 246px;
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 48px;
}
.thanks-popup.fancybox-content h2 {
  color: #0e0e0e;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.52px;
  margin-bottom: 24px;
}
.thanks-popup.fancybox-content p {
  color: #0e0e0e;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.thanks-popup.fancybox-content .btn {
  color: #fff;
  background: #788089;
  margin: 48px auto 0 auto;
}
.thanks-popup.fancybox-content .fancybox-button.fancybox-close-small {
  width: 56px;
  height: 36px;
  border-radius: 4.8px;
  border: 1px solid #eee;
  background: #fff;
  padding: 7px;
  top: 48px;
  right: 48px;
}
@media (max-width: 820px) {
  .thanks-popup.fancybox-content .fancybox-button.fancybox-close-small {
    top: 30px;
    right: 30px;
  }
}/*# sourceMappingURL=style.css.map */