/*!
Theme Name: fliesen-theme
Theme URI:
Author:
Author URI:
Description: fliesen 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: fliesen und baufirmen
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: Oswald;
  src: url("fonts/Oswald/Oswald-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Oswald;
  src: url("fonts/Oswald/Oswald-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Oswald;
  src: url("fonts/Oswald/Oswald-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Oswald;
  src: url("fonts/Oswald/Oswald-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Oswald;
  src: url("fonts/Oswald/Oswald-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url("fonts/Inter/Inter-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url("fonts/Inter/Inter-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url("fonts/Inter/Inter-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url("fonts/Inter/Inter-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url("fonts/Inter/Inter-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
.pad-t-0 {
  padding-top: 0;
}

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

.pad-t-1 {
  padding-top: 32px;
}
@media (max-width: 768px) {
  .pad-t-1 {
    padding-top: 32px;
  }
}

.pad-b-1 {
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .pad-b-1 {
    padding-bottom: 32px;
  }
}

.pad-t-2 {
  padding-top: 144px;
}
@media (max-width: 1024px) {
  .pad-t-2 {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .pad-t-2 {
    padding-top: 80px;
  }
}

.pad-b-2 {
  padding-bottom: 144px;
}
@media (max-width: 1024px) {
  .pad-b-2 {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .pad-b-2 {
    padding-bottom: 80px;
  }
}

.pad-t-3 {
  padding-top: 170px;
}
@media (max-width: 768px) {
  .pad-t-3 {
    padding-top: 100px;
  }
}

.pad-b-3 {
  padding-bottom: 170px;
}
@media (max-width: 768px) {
  .pad-b-3 {
    padding-bottom: 100px;
  }
}

.review-item .review-text.open, .review-item .review-text, 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, .btn-border.btn-border-white::after, .btn-border.btn-border-white::before, .btn, a {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.cards-banner__cta::before, .numbers-banner__wrap::before, .cta-banner__wrap::before, .intro-page__imgs .img-item:nth-child(1)::before, .intro-banner__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}

.grid-on-left {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .grid-on-left {
    grid-template-columns: 100%;
  }
}
.grid-on-left > * {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .grid-on-left > * {
    grid-column: auto;
  }
}
.grid-on-left > *:nth-last-child(1):nth-child(odd) {
  grid-column: 2/span 2;
}
@media (max-width: 768px) {
  .grid-on-left > *:nth-last-child(1):nth-child(odd) {
    grid-column: auto;
  }
}

.grid-on-right {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 768px) {
  .grid-on-right {
    grid-template-columns: 100%;
  }
}
.grid-on-right > * {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .grid-on-right > * {
    grid-column: auto;
  }
}
.grid-on-right > *:nth-last-child(2):nth-child(even) {
  grid-column: 2/span 2;
}
@media (max-width: 768px) {
  .grid-on-right > *:nth-last-child(2):nth-child(even) {
    grid-column: auto;
  }
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #5A5A5A;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
@media (max-width: 768px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 17px;
    line-height: 25px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Oswald, sans-serif;
  color: #181818;
  font-weight: normal;
  clear: both;
  margin-top: 0;
}
h1.title-white,
h2.title-white,
h3.title-white,
h4.title-white,
h5.title-white,
h6.title-white {
  color: #ffffff;
}
h1.title-white > span,
h2.title-white > span,
h3.title-white > span,
h4.title-white > span,
h5.title-white > span,
h6.title-white > span {
  color: #ba6163;
}
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  color: #979797;
}
h1 > span.color-accent,
h2 > span.color-accent,
h3 > span.color-accent,
h4 > span.color-accent,
h5 > span.color-accent,
h6 > span.color-accent {
  color: #8A181A;
}
@media (max-width: 1024px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

h1 {
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 120px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 43px;
    line-height: 120%;
  }
}
h1.h1-small {
  font-size: 48px;
  font-weight: 400;
  line-height: 57px;
  letter-spacing: 0.96px;
}
@media (max-width: 768px) {
  h1.h1-small {
    font-size: 38px;
    line-height: 50px;
  }
}

h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 57px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 18px;
  }
}

.single h1,
.text-simple h1 {
  font-size: 48px;
  line-height: 57px;
  letter-spacing: 0.96px;
}
@media (max-width: 1024px) {
  .single h1,
  .text-simple h1 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .single h1,
  .text-simple h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.single h2,
.text-simple h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.8px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .single h2,
  .text-simple h2 {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.single h3:not(.post-item__title),
.text-simple h3:not(.post-item__title) {
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.56px;
  text-transform: none;
  margin-top: 32px;
  margin-bottom: 16px;
}
.single h4,
.text-simple h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: none;
  margin-top: 16px;
  margin-bottom: 8px;
}

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

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

ul,
ol {
  margin: 8px 0 16px 0;
  padding-left: 0;
}

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

.site-main ul {
  list-style: none;
}
.site-main ul li {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iNyIgeT0iNyIgd2lkdGg9IjYiIGhlaWdodD0iNiIgZmlsbD0iIzhBMTgxQSIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left top;
  padding-left: 24px;
  margin-bottom: 8px;
}
.site-main ul li:last-child {
  margin-bottom: 0;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #8A181A;
}
a:hover, a:focus, a:active {
  color: #181818;
}
a:hover, a:active {
  outline: 0;
}

.btn {
  max-width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #8A181A;
  padding: 17px 32px;
}
.btn:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .btn {
    max-width: 100%;
    text-align: center;
    padding: 22px 30px;
  }
}
.btn.mt-standart {
  margin-top: 56px;
}
@media (max-width: 1024px) {
  .btn.mt-standart {
    margin-top: 24px;
  }
}

.btn-border {
  min-width: 190px;
  max-width: max-content;
  font-family: Oswald, sans-serif;
  display: block;
  color: #181818;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  line-height: inherit;
  font-weight: 400;
  text-transform: uppercase;
  border: 4px solid #8a181a;
  border-left-color: transparent;
  border-right-color: transparent;
  background: transparent;
  position: relative;
  text-decoration: none;
  padding: 11px 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .btn-border {
    width: 100%;
    max-width: 100%;
  }
}
.btn-border:hover {
  color: #8A181A;
}
.btn-border::before, .btn-border::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 53px;
  display: block;
  background-repeat: no-repeat;
  background-size: 4px 100%;
}
.btn-border::before {
  top: -3px;
  left: -7px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI1NiIgdmlld0JveD0iMCAwIDQgNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00IDZIMFYyTDIgNEw0IDZaIiBmaWxsPSIjOEExODFBIi8+CjxyZWN0IHdpZHRoPSI0IiBoZWlnaHQ9IjQ0IiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSA0IDYpIiBmaWxsPSIjOEExODFBIi8+CjxwYXRoIGQ9Ik00IDUwSDBWNTRMMiA1Mkw0IDUwWiIgZmlsbD0iIzhBMTgxQSIvPgo8L3N2Zz4K");
}
.btn-border::after {
  top: -3px;
  right: -7px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI1NiIgdmlld0JveD0iMCAwIDQgNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDZINFYyTDIgNEwwIDZaIiBmaWxsPSIjOEExODFBIi8+CjxyZWN0IHk9IjYiIHdpZHRoPSI0IiBoZWlnaHQ9IjQ0IiBmaWxsPSIjOEExODFBIi8+CjxwYXRoIGQ9Ik0wIDUwSDRWNTRMMiA1MkwwIDUwWiIgZmlsbD0iIzhBMTgxQSIvPgo8L3N2Zz4K");
}
.btn-border.btn-border-white {
  color: #ffffff;
  border-color: #979797;
  border-left-color: transparent;
  border-right-color: transparent;
}
.btn-border.btn-border-white:hover {
  border-color: #8A181A;
  border-left-color: transparent;
  border-right-color: transparent;
}
.btn-border.btn-border-white:hover::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI1NiIgdmlld0JveD0iMCAwIDQgNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00IDZIMFYyTDIgNEw0IDZaIiBmaWxsPSIjOEExODFBIi8+CjxyZWN0IHdpZHRoPSI0IiBoZWlnaHQ9IjQ0IiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSA0IDYpIiBmaWxsPSIjOEExODFBIi8+CjxwYXRoIGQ9Ik00IDUwSDBWNTRMMiA1Mkw0IDUwWiIgZmlsbD0iIzhBMTgxQSIvPgo8L3N2Zz4K");
}
.btn-border.btn-border-white:hover::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI1NiIgdmlld0JveD0iMCAwIDQgNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDZINFYyTDIgNEwwIDZaIiBmaWxsPSIjOEExODFBIi8+CjxyZWN0IHk9IjYiIHdpZHRoPSI0IiBoZWlnaHQ9IjQ0IiBmaWxsPSIjOEExODFBIi8+CjxwYXRoIGQ9Ik0wIDUwSDRWNTRMMiA1MkwwIDUwWiIgZmlsbD0iIzhBMTgxQSIvPgo8L3N2Zz4K");
}
.btn-border.btn-border-white::before {
  background-image: url(img/btn-border-left-gray.svg);
}
.btn-border.btn-border-white::after {
  background-image: url(img/btn-border-right-gray.svg);
}
.btn-border.btn-border-small {
  padding: 7px 20px;
}
.btn-border.btn-border-small::before, .btn-border.btn-border-small::after {
  height: 47px;
  top: -4px;
}
.btn-border.btn-border-small::before {
  background-image: url(img/btn-border-left.svg);
}
.btn-border.btn-border-small::after {
  background-image: url(img/btn-border-right.svg);
}

.border-link {
  display: block;
  max-width: max-content;
  font-family: Oswald, sans-serif;
  color: #8A181A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid #8A181A;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  cursor: pointer;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: #8A181A;
}
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 {
  color: #8A181A;
}

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 {
  font-family: Inter, sans-serif;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #2d4025;
  border-radius: 0;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  padding: 15px 24px;
  margin-top: 4px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  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 {
    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 {
  outline: none;
  border: 1px solid #8A181A;
}
input[type=text].empty, input[type=text].not-valid,
input[type=email].empty,
input[type=email].not-valid,
input[type=url].empty,
input[type=url].not-valid,
input[type=password].empty,
input[type=password].not-valid,
input[type=search].empty,
input[type=search].not-valid,
input[type=number].empty,
input[type=number].not-valid,
input[type=tel].empty,
input[type=tel].not-valid,
input[type=range].empty,
input[type=range].not-valid,
input[type=date].empty,
input[type=date].not-valid,
input[type=month].empty,
input[type=month].not-valid,
input[type=week].empty,
input[type=week].not-valid,
input[type=time].empty,
input[type=time].not-valid,
input[type=datetime].empty,
input[type=datetime].not-valid,
input[type=datetime-local].empty,
input[type=datetime-local].not-valid,
input[type=color].empty,
input[type=color].not-valid,
textarea.empty,
textarea.not-valid {
  border-color: red;
}
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 {
  opacity: 0.4;
}
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 {
  color: #979797;
}

select {
  border: 1px solid #ccc;
}

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

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

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

.wpcf7-form h3 {
  color: #181818;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .wpcf7-form h3 {
    font-size: 21px;
    text-align: center;
  }
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form label {
  width: 100%;
  color: #181818;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  padding-bottom: 4px;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: -15px;
  margin-bottom: 15px;
}
.wpcf7-form br {
  display: none;
}

.inputs-cols-2 {
  display: flex;
  justify-content: space-between;
  grid-gap: 10px;
}
@media (max-width: 1024px) {
  .inputs-cols-2 {
    flex-direction: column;
    grid-gap: 0;
  }
}
.inputs-cols-2 p {
  display: flex;
  justify-content: space-between;
  grid-gap: 10px;
  align-items: center;
}
@media (max-width: 1024px) {
  .inputs-cols-2 p {
    flex-direction: column;
    grid-gap: 0;
  }
}
.inputs-cols-2 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .inputs-cols-2.bottom-cols p {
    flex-direction: column-reverse;
    grid-gap: 32px;
  }
}
@media (max-width: 1024px) {
  .inputs-cols-2.bottom-cols .wpcf7-list-item {
    margin-left: 0;
  }
}

.niceselect {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  margin-bottom: 20px;
}
.niceselect::after {
  width: 8px;
  height: 8px;
  border-color: #2d4025;
}
.niceselect ul.list {
  width: 100%;
  margin-left: 0;
}

.wpcf7-acceptance {
  display: block;
}
@media (max-width: 768px) {
  .wpcf7-acceptance {
    padding-top: 20px;
  }
}
.wpcf7-acceptance label {
  color: #979797;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + .wpcf7-list-item-label, input[type=checkbox] + label {
  display: inline-flex;
  position: relative;
  padding-left: 28px;
}
input[type=checkbox] + .wpcf7-list-item-label::before, input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ebebeb;
  position: absolute;
  left: 0;
  top: 0;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::before, input[type=checkbox]:checked + label::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUwMDI0NCIgd2lkdGg9IjE5IiBoZWlnaHQ9IjE5IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIwLjUiIHk9IjAuNTAwMjQ0IiB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHN0cm9rZT0iI0VCRUJFQiIvPgo8cGF0aCBkPSJNNiA5Ljk0NDY5TDkuMDM0NDggMTMuMDAwMkwxNiA2LjAwMDI0IiBzdHJva2U9IiM4QTE4MUEiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K");
  background-size: 100%;
}

label.label-file {
  width: 100%;
  position: relative;
}
label.label-file input[type=file] {
  display: none;
}
label.label-file .wpcf7-form-control-wrap, label.label-file > span {
  width: 100%;
  height: 57px;
  display: block;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  padding: 15px 24px;
  margin-top: 4px;
  cursor: pointer;
}

.file-upload-wrap {
  display: block;
  max-width: 100%;
  width: 100%;
  flex-basis: 49%;
  position: relative;
  margin-bottom: 16px;
}

#files-area {
  position: absolute;
  top: 37px;
  left: 24px;
}
#files-area span.name {
  padding-right: 10px;
}
#files-area span.file-block {
  display: flex;
  flex-direction: row-reverse;
  color: #181818;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  background: #fff;
  padding: 6px 12px;
}

#files-type {
  color: #979797;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  position: absolute;
  top: 40px;
  right: 24px;
}

.next-step {
  transition: opacity 0.3s ease;
}

.next-step:disabled {
  filter: grayscale(1) opacity(0.4);
  cursor: unset;
  pointer-events: none;
}

.next-step:not(:disabled) {
  filter: unset;
  cursor: pointer;
}

.next-step:disabled:hover,
.next-step:disabled:focus {
  background: inherit;
  box-shadow: none;
  color: inherit;
}

.custom-radio input[type=radio] {
  display: none;
}

.custom-radio label {
  display: flex;
  align-items: center;
  padding: 15px 16px 16px;
  margin-bottom: 10px;
  cursor: pointer;
  line-height: 220%;
}

.custom-radio span.wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
  display: inline-block;
}

.custom-radio span.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border: 1px solid #979797;
  background: transparent;
  box-sizing: border-box;
}

.custom-radio input[type=radio]:checked + span.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  width: 18px;
  height: 18px;
  background-color: #8A181A;
}

.wpcf7-radio.custom-radio {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .wpcf7-radio.custom-radio {
    grid-template-columns: repeat(3, 2fr);
  }
}
@media screen and (max-width: 560px) {
  .wpcf7-radio.custom-radio {
    grid-template-columns: repeat(2, 2fr);
  }
}
.wpcf7-radio.custom-radio .wpcf7-list-item {
  background: #F4F4F4;
  margin-left: 0;
  height: 56px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  padding: 24px 0;
}
.site-header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header__left, .site-header__right {
  display: flex;
  align-items: center;
  grid-gap: 32px;
}
.site-header__right {
  grid-gap: 24px;
}
@media (max-width: 1024px) {
  .site-header .site-cta {
    display: none;
  }
}
.site-header .site-contacts {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
}
@media (max-width: 1024px) {
  .site-header .site-contacts {
    display: none;
  }
}
.site-header .site-contacts__item {
  display: grid;
  grid-template-columns: 16px 1fr;
  grid-gap: 8px;
  color: #181818;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}
.site-header .site-contacts__item:hover {
  color: #8A181A;
  text-decoration: underline;
}
.site-header .site-contacts__item > span {
  display: flex;
}

.site-footer {
  background: #181818;
  padding: 64px 0 32px 0;
}
.site-footer__wrap {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.7fr;
  grid-gap: 32px;
}
@media (max-width: 768px) {
  .site-footer__wrap {
    grid-template-columns: 100%;
  }
}
.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #5a5a5a;
  margin-top: 32px;
  padding-top: 32px;
}
@media (max-width: 768px) {
  .site-footer__bottom {
    flex-direction: column-reverse;
    grid-gap: 20px;
  }
}
.site-footer .footer-logo {
  max-width: 250px;
  margin-bottom: 16px;
}
.site-footer .footer-logo a {
  display: flex;
  max-width: max-content;
}
.site-footer .footer-text {
  max-width: 365px;
  color: #979797;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.site-footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .site-footer .menu {
    column-count: 2;
  }
}
.site-footer .menu li a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.site-footer .menu li a:hover {
  text-decoration: underline;
}

.footer-contacts__item {
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: flex-start;
  grid-gap: 8px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}
.footer-contacts__item:not(:last-child) {
  margin-bottom: 8px;
}
.footer-contacts__item > span {
  display: flex;
}
.footer-contacts a {
  color: #ffffff;
}
.footer-contacts a:hover {
  text-decoration: underline;
}

.footer-socials {
  display: flex;
  align-items: center;
  grid-gap: 6px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.footer-socials__item {
  display: flex;
  text-decoration: none;
  max-width: 24px;
}
.footer-socials__item:hover img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(29%) saturate(5747%) hue-rotate(340deg) brightness(70%) contrast(102%);
}

.footer-copyright {
  color: #979797;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.footer-legal .menu {
  display: flex;
  align-items: center;
  grid-gap: 32px;
}

.archive-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .archive-intro {
    flex-direction: column;
    grid-gap: 20px;
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .archive-intro {
    margin-bottom: 40px;
  }
}
.archive-intro__title {
  margin-bottom: 0;
}
.archive-intro__text {
  max-width: 435px;
  margin-left: auto;
  border-top: 1px solid #ebebeb;
  padding-top: 17px;
}
@media (max-width: 1024px) {
  .archive-intro__text {
    margin-left: 0;
    text-align: center;
  }
}

.blog-categories {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 8px;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .blog-categories {
    flex-wrap: wrap;
  }
}
.blog-categories__item {
  min-width: 218px;
  color: #979797;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
  text-decoration: none;
  border: 4px solid #EBEBEB;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .blog-categories__item {
    min-width: 110px;
    font-size: 17px;
  }
}
.blog-categories__item.active {
  color: #181818;
  border: 4px solid #8A181A;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.posts-list {
  padding-bottom: 144px;
}
@media (max-width: 768px) {
  .posts-list {
    padding-bottom: 80px;
  }
}
.posts-list__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}
@media (max-width: 768px) {
  .posts-list__wrapper {
    grid-template-columns: 100%;
  }
}

.pagination .btn,
.pagination .btn-border {
  margin: 32px auto 0 auto;
}

.single .article__excerpt {
  max-width: 460px;
}
@media (max-width: 1024px) {
  .single .article__excerpt {
    text-align: center;
    margin: 0 auto;
    max-width: 83%;
  }
}
@media (max-width: 768px) {
  .single .article__excerpt {
    max-width: 100%;
  }
}
.single .article-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .single .article-top {
    grid-template-columns: 100%;
    grid-gap: 25px;
    padding-bottom: 40px;
  }
}
.single .article-top__info {
  padding-top: 56px;
  padding-right: 24px;
}
@media (max-width: 1024px) {
  .single .article-top__info {
    padding-top: 20px;
    padding-right: 0;
  }
}
.single .article-top__image {
  display: flex;
}
@media (max-width: 1024px) {
  .single .article-top__image {
    justify-content: center;
    margin: auto;
  }
}
.single .article-top__image img {
  width: 100%;
  object-fit: cover;
}
.single .article-content {
  background: #f4f4f4;
  padding: 80px;
  margin-bottom: 144px;
}
@media (max-width: 1024px) {
  .single .article-content {
    padding: 40px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .single .article-content {
    padding: 20px;
  }
}
.single .article-content .post-images-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .single .article-content .post-images-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 15px;
  }
}
.single .article-content__share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ebebeb;
  padding-top: 40px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .single .article-content__share {
    padding-top: 20px;
    margin-top: 30px;
  }
}
.single .article-content__share-title {
  color: #181818;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
}
.single .article-content__share-icons {
  display: flex;
  grid-gap: 16px;
  align-items: center;
}
.single .article-content__share-icons .icons-item {
  display: flex;
  width: 32px;
  text-decoration: none;
}

.article__options {
  display: flex;
  align-items: center;
  grid-gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.article__options-item {
  display: flex;
  align-items: center;
  grid-gap: 4px;
  max-width: max-content;
  color: #181818;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  background-color: #f4f4f4;
  padding: 4px 8px;
}
.article__options-item .item-icon {
  display: flex;
  width: 16px;
}
.article__options .categs-list {
  display: flex;
}
.article__options .categs-list .comma {
  padding-right: 3px;
}

.similar-posts {
  overflow: hidden;
  padding-left: calc((100vw - 1184px) / 2);
}
@media (max-width: 1184px) {
  .similar-posts {
    padding-left: 15px;
  }
}
.similar-posts__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 32px;
  margin-top: 32px;
  padding-right: calc((100vw - 1184px) / 2);
}
@media (max-width: 1184px) {
  .similar-posts__nav {
    padding-right: 15px;
  }
}
.similar-posts h2.similar-posts__title {
  margin-top: 0;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .similar-posts h2.similar-posts__title {
    margin-bottom: 35px;
  }
}

.similar-slider__scrollbar.slider-scrollbar {
  display: flex;
  width: 100%;
  margin-top: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  top: 100%;
  z-index: 99999;
}
.main-navigation ul ul ul {
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
@media (max-width: 1024px) {
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    display: inherit;
    left: inherit;
  }
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 0;
}
.main-navigation li {
  position: relative;
}
@media (max-width: 1024px) {
  .main-navigation li {
    margin-right: 0;
    padding: 10px 0;
  }
}
.main-navigation li:not(:last-of-type) {
  margin-right: 24px;
}
@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: #8A181A;
}
.main-navigation a {
  display: flex !important;
  align-items: center;
  font-family: Inter, sans-serif;
  color: #181818;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.main-navigation a img.menu-icon {
  width: 24px;
  margin-right: 8px;
}
.main-navigation a:hover img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(29%) saturate(5747%) hue-rotate(340deg) brightness(70%) contrast(102%);
}
/* 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%;
}

@media (max-width: 1024px) {
  .site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    padding: 20px;
  }
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover a.mega-menu-link {
  color: #8A181A;
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-menu-grid > ul.mega-sub-menu {
  margin-left: -134%;
}
@media (max-width: 1024px) {
  .site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-menu-grid > ul.mega-sub-menu {
    margin-left: 0;
  }
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  display: flex;
  align-items: center;
  font-family: Inter, sans-serif;
  color: #181818;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item .mega-sub-menu > li.mega-menu-item {
  padding: 0 !important;
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item .mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  width: 100%;
  line-height: 28px !important;
}
@media (max-width: 1024px) {
  .site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item .mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px !important;
    padding: 10px !important;
  }
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item .mega-menu-column.add-left-padding {
  padding-left: 16px;
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item .mega-menu-row.menu-services-row > .mega-sub-menu {
  display: flex;
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item .mega-menu-row.menu-services-row > .mega-sub-menu > .mega-menu-column {
  display: flex;
}
@media (max-width: 1024px) {
  .site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item .mega-menu-row.menu-services-row > .mega-sub-menu > .mega-menu-column.menu-right-image {
    display: none;
  }
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item .mega-menu-row.menu-services-row > .mega-sub-menu > .mega-menu-column.menu-right-image > .mega-sub-menu {
  display: flex;
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item .mega-menu-row.menu-services-row > .mega-sub-menu > .mega-menu-column .mega-menu-item {
  display: flex;
}
.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item .mega-menu-row.menu-services-row > .mega-sub-menu > .mega-menu-column .mega-menu-item img {
  object-fit: cover;
}

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

#sbi_images .sbi_item:nth-of-type(n + 9) {
  display: none !important;
}

/* 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: 250px;
}
@media (max-width: 1024px) {
  .custom-logo-link {
    max-width: 150px;
  }
}

/* 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 {
  display: flex;
  max-width: max-content;
  background: #F4F4F4;
  padding: 5px 8px;
  margin-bottom: 12px;
}
.site-breadcrumb a,
.site-breadcrumb span {
  color: #979797;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 3px;
}
.site-breadcrumb a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.site-breadcrumb span {
  color: #8A181A;
}

/*--------------------------------------------------------------
# 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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* Sections
--------------------------------------------- */
.intro-banner__wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  grid-gap: 60px;
  width: 100%;
  min-height: 700px;
  padding: 72px 40px 40px 96px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1300px) {
  .intro-banner__wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .intro-banner__wrap {
    flex-direction: column;
    align-items: flex-start;
    min-height: 480px;
  }
}
@media (max-width: 768px) {
  .intro-banner__wrap {
    padding: 55px 20px 40px 20px;
  }
}
.intro-banner__wrap::before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.intro-banner__left {
  padding-bottom: 32px;
}
@media (max-width: 1024px) {
  .intro-banner__left {
    padding-bottom: 0;
  }
}
.intro-banner__info {
  display: grid;
  grid-template-columns: 132px 310px;
  background: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .intro-banner__info {
    grid-template-columns: 0.5fr 1fr;
  }
}
.intro-banner__info .info-image {
  display: flex;
}
.intro-banner__info .info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-banner__info .info-text {
  padding: 12px 24px;
}
.intro-banner__info .info-text p,
.intro-banner__info .info-text li {
  color: #5a5a5a;
  font-size: 14px;
  font-style: normal;
  line-height: 140%;
  margin: 0;
}
@media (max-width: 768px) {
  .intro-banner__info .info-text p,
  .intro-banner__info .info-text li {
    font-size: 12px;
    line-height: 15px;
  }
}
.intro-banner__info .info-text p strong,
.intro-banner__info .info-text li strong {
  color: #181818;
  font-weight: 500;
}
.intro-banner__info .info-text p:not(:last-of-type) {
  margin-bottom: 8px;
}
.intro-banner__info .info-text a {
  color: #8A181A;
  text-decoration: none;
}
.intro-banner__info .info-text a:hover {
  text-decoration: underline;
}

.intro-page__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
  .intro-page__wrap {
    grid-template-columns: 100%;
    grid-gap: 30px;
  }
}
.intro-page__cont {
  max-width: 475px;
  padding-top: 56px;
  padding-right: 24px;
}
@media (max-width: 1024px) {
  .intro-page__cont {
    padding-top: 30px;
    padding-right: 0;
  }
}
.intro-page__text {
  margin-bottom: 24px;
}
.intro-page__imgs {
  position: relative;
}
@media (max-width: 1024px) {
  .intro-page__imgs {
    margin: 0 50px;
  }
}
@media (max-width: 768px) {
  .intro-page__imgs {
    margin: 15px 0 20px 0;
  }
}
.intro-page__imgs .img-item {
  display: flex;
}
.intro-page__imgs .img-item img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.intro-page__imgs .img-item:nth-child(1) {
  position: relative;
}
.intro-page__imgs .img-item:nth-child(1)::before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%);
  z-index: 1;
}
.intro-page__imgs .img-item:nth-child(1) img {
  aspect-ratio: 1/0.75;
}
.intro-page__imgs .img-item:nth-child(2) {
  position: absolute;
  left: -90px;
  bottom: 56px;
}
@media (max-width: 768px) {
  .intro-page__imgs .img-item:nth-child(2) {
    bottom: 35px;
  }
}
.intro-page__imgs .img-item:nth-child(2) img {
  width: 240px;
  height: 85px;
}
@media (max-width: 768px) {
  .intro-page__imgs .img-item:nth-child(2) img {
    width: 200px;
    height: 65px;
  }
}
.intro-page__imgs .img-item:nth-child(3) {
  position: absolute;
  top: -30px;
  right: 22px;
}
@media (max-width: 768px) {
  .intro-page__imgs .img-item:nth-child(3) {
    top: -15px;
  }
}
.intro-page__imgs .img-item:nth-child(3) img {
  width: 86px;
  height: 240px;
}
@media (max-width: 768px) {
  .intro-page__imgs .img-item:nth-child(3) img {
    width: 65px;
    height: 200px;
  }
}

.intro-page-standard__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 55px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .intro-page-standard__top {
    flex-direction: column;
    grid-gap: 0;
    align-items: flex-start;
    padding-top: 15px;
    margin-bottom: 30px;
  }
}
.intro-page-standard__wrap {
  max-width: 1184px;
  margin: 0 auto;
}
.intro-page-standard__title {
  max-width: 670px;
}
@media (max-width: 1024px) {
  .intro-page-standard__title {
    max-width: 100%;
  }
}
.intro-page-standard__cont {
  max-width: 450px;
  margin-left: auto;
  position: relative;
  padding-top: 17px;
}
@media (max-width: 1024px) {
  .intro-page-standard__cont {
    max-width: 100%;
    margin-left: 0;
  }
}
.intro-page-standard__cont::before {
  content: "";
  display: block;
  width: 272px;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
}
.intro-page-standard__text {
  margin-bottom: 24px;
}
.intro-page-standard__text b {
  display: inline-block;
  color: #181818;
  font-weight: 600;
  padding-bottom: 8px;
}
.intro-page-standard__image {
  display: flex;
  aspect-ratio: 1/0.29;
}
@media (max-width: 768px) {
  .intro-page-standard__image {
    aspect-ratio: 1/0.6;
  }
}
.intro-page-standard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.intro-page-standard__iframe iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 768px) {
  .intro-page-standard__iframe iframe {
    height: 300px;
  }
}
.intro-page-standard h1.h1-small {
  font-size: 70px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .intro-page-standard h1.h1-small {
    font-size: 45px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.parallax-text__wrap {
  padding: 220px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .parallax-text__wrap {
    padding: 75px 0;
  }
}
.parallax-text__title, .parallax-text__cont {
  max-width: 900px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.parallax-text__title p:last-of-type, .parallax-text__cont p:last-of-type {
  margin-bottom: 0;
}
.parallax-text__title {
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .parallax-text__imgs {
    display: none;
  }
}
.parallax-text__imgs .imgs-item {
  max-width: 316px;
  position: absolute;
  display: flex;
  z-index: 0;
}
.parallax-text__imgs .imgs-item:nth-of-type(1) {
  top: 0;
  left: 30%;
}
.parallax-text__imgs .imgs-item:nth-of-type(2) {
  top: 13%;
  right: 0;
}
.parallax-text__imgs .imgs-item:nth-of-type(3) {
  bottom: 11%;
  left: 0;
}

.services {
  background: #F4F4F4;
}
.services__title {
  margin-bottom: 0;
}
.services__cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
  .services__cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 60px;
  }
}
@media (max-width: 768px) {
  .services__cont {
    grid-gap: 35px;
  }
}
.services__cont-img {
  padding-right: 120px;
}
@media (max-width: 1024px) {
  .services__cont-img {
    max-width: 576px;
    padding-right: 0;
  }
}
.services__cont-img img {
  aspect-ratio: 1/1.18;
  object-fit: cover;
}
.services__cont-img .img-sticky {
  position: sticky;
  top: 32px;
}
.services__cont-list {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .services__cont-list {
    margin-left: 0;
  }
}
.services__cont-list .list-item {
  display: block;
  max-width: 576px;
  background: #ffffff;
  text-decoration: none;
  padding: 40px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .services__cont-list .list-item {
    padding: 20px;
    margin-bottom: 12px;
  }
}
.services__cont-list .list-item:last-child {
  margin-bottom: 0;
}
.services__cont-list .list-item:hover .top-link img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(29%) saturate(5747%) hue-rotate(340deg) brightness(70%) contrast(102%);
}
.services__cont-list .list-item__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 16px;
}
.services__cont-list .list-item__top .top-img {
  display: flex;
  width: 40px;
}
.services__cont-list .list-item__top .top-img img {
  width: 100%;
}
.services__cont-list .list-item__top .top-link {
  display: flex;
  width: 40px;
  justify-content: flex-end;
  margin-left: auto;
}

.cta-banner__wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 144px 96px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .cta-banner__wrap {
    padding: 75px 20px;
  }
}
.cta-banner__wrap::before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%);
}
.cta-banner__text {
  max-width: 940px;
  margin: 0 auto;
}
.cta-banner__text.text p,
.cta-banner__text.text li {
  color: #ffffff;
}
.cta-banner__btn {
  margin: 24px auto 0 auto;
}

.faq {
  background-color: #F4F4F4;
}
.faq__wrap {
  position: relative;
}
.faq__list {
  max-width: 906px;
  margin: 64px auto 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .faq__list {
    margin-top: 25px;
  }
}
.faq__list-item {
  position: relative;
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq__list-item {
    padding: 25px;
  }
}
.faq__list-item:last-child {
  margin-bottom: 0;
}
.faq__list-item::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40px;
  right: 40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgNkgwVjJMMiA0TDQgNloiIGZpbGw9IiNFQkVCRUIiLz4KPHJlY3Qgd2lkdGg9IjQiIGhlaWdodD0iMjgiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAxIDQgNikiIGZpbGw9IiNFQkVCRUIiLz4KPHBhdGggZD0iTTQgMzRIMFYzOEwyIDM2TDQgMzRaIiBmaWxsPSIjRUJFQkVCIi8+CjxwYXRoIGQ9Ik04IDRMOCAwTDQgMS43NDg0NmUtMDdMNiAyTDggNFoiIGZpbGw9IiNFQkVCRUIiLz4KPHJlY3QgeD0iOCIgeT0iNCIgd2lkdGg9IjQiIGhlaWdodD0iMjQiIHRyYW5zZm9ybT0icm90YXRlKC05MCA4IDQpIiBmaWxsPSIjRUJFQkVCIi8+CjxwYXRoIGQ9Ik0zMiA0TDMyIDBMMzYgLTEuNzQ4NDZlLTA3TDM0IDJMMzIgNFoiIGZpbGw9IiNFQkVCRUIiLz4KPHBhdGggZD0iTTIwLjEwNDQgMTMuMjk5OEwyMC4xMDQ0IDI1LjY4OCIgc3Ryb2tlPSIjOTc5Nzk3IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTQuNTUwNCAyMC44NzIxTDIwLjEzMTEgMjYuNDAxNUwyNS40NjI2IDIxLjExODgiIHN0cm9rZT0iIzk3OTc5NyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTggMzZMOCA0MEw0IDQwTDYgMzhMOCAzNloiIGZpbGw9IiNFQkVCRUIiLz4KPHJlY3Qgd2lkdGg9IjQiIGhlaWdodD0iMjQiIHRyYW5zZm9ybT0ibWF0cml4KC00LjM3MTE0ZS0wOCAxIDEgNC4zNzExNGUtMDggOCAzNikiIGZpbGw9IiNFQkVCRUIiLz4KPHBhdGggZD0iTTMyIDM2TDMyIDQwTDM2IDQwTDM0IDM4TDMyIDM2WiIgZmlsbD0iI0VCRUJFQiIvPgo8cGF0aCBkPSJNMzYgNkg0MFYyTDM4IDRMMzYgNloiIGZpbGw9IiNFQkVCRUIiLz4KPHJlY3QgeD0iMzYiIHk9IjYiIHdpZHRoPSI0IiBoZWlnaHQ9IjI4IiBmaWxsPSIjRUJFQkVCIi8+CjxwYXRoIGQ9Ik0zNiAzNEg0MFYzOEwzOCAzNkwzNiAzNFoiIGZpbGw9IiNFQkVCRUIiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq__list-item::after {
    width: 30px;
    height: 30px;
    top: 25px;
    right: 25px;
    background-size: 30px;
  }
}
.faq__list-item:hover::after {
  filter: brightness(0) saturate(100%) invert(21%) sepia(29%) saturate(5747%) hue-rotate(340deg) brightness(70%) contrast(102%);
}
.faq__list-item.active::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgNkgwVjJMMiA0TDQgNloiIGZpbGw9IiM4QTE4MUEiLz4KPHJlY3Qgd2lkdGg9IjQiIGhlaWdodD0iMjgiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAxIDQgNikiIGZpbGw9IiM4QTE4MUEiLz4KPHBhdGggZD0iTTQgMzRIMFYzOEwyIDM2TDQgMzRaIiBmaWxsPSIjOEExODFBIi8+CjxwYXRoIGQ9Ik04IDRMOCAwTDQgMS43NDg0NmUtMDdMNiAyTDggNFoiIGZpbGw9IiM4QTE4MUEiLz4KPHJlY3QgeD0iOCIgeT0iNCIgd2lkdGg9IjQiIGhlaWdodD0iMjQiIHRyYW5zZm9ybT0icm90YXRlKC05MCA4IDQpIiBmaWxsPSIjOEExODFBIi8+CjxwYXRoIGQ9Ik0zMiA0TDMyIDBMMzYgLTEuNzQ4NDZlLTA3TDM0IDJMMzIgNFoiIGZpbGw9IiM4QTE4MUEiLz4KPHBhdGggZD0iTTE5Ljg5NTYgMjYuNzAwMkwxOS44OTU2IDE0LjMxMiIgc3Ryb2tlPSIjMTgxODE4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMjUuNDQ5NiAxOS4xMjc5TDE5Ljg2ODkgMTMuNTk4NUwxNC41Mzc0IDE4Ljg4MTIiIHN0cm9rZT0iIzE4MTgxOCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTggMzZMOCA0MEw0IDQwTDYgMzhMOCAzNloiIGZpbGw9IiM4QTE4MUEiLz4KPHJlY3Qgd2lkdGg9IjQiIGhlaWdodD0iMjQiIHRyYW5zZm9ybT0ibWF0cml4KC00LjM3MTE0ZS0wOCAxIDEgNC4zNzExNGUtMDggOCAzNikiIGZpbGw9IiM4QTE4MUEiLz4KPHBhdGggZD0iTTMyIDM2TDMyIDQwTDM2IDQwTDM0IDM4TDMyIDM2WiIgZmlsbD0iIzhBMTgxQSIvPgo8cGF0aCBkPSJNMzYgNkg0MFYyTDM4IDRMMzYgNloiIGZpbGw9IiM4QTE4MUEiLz4KPHJlY3QgeD0iMzYiIHk9IjYiIHdpZHRoPSI0IiBoZWlnaHQ9IjI4IiBmaWxsPSIjOEExODFBIi8+CjxwYXRoIGQ9Ik0zNiAzNEg0MFYzOEwzOCAzNkwzNiAzNFoiIGZpbGw9IiM4QTE4MUEiLz4KPC9zdmc+Cg==");
}
.faq__list-item .item-title {
  font-family: Oswald, sans-serif;
  color: #181818;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  padding-right: 65px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq__list-item .item-title {
    font-size: 17px;
    line-height: 30px;
    padding-right: 50px;
  }
}
.faq__list-item .item-text {
  display: none;
  color: #5A5A5A;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  padding-top: 16px;
}
.faq__list-item .item-text p:first-of-type {
  margin-top: 0;
}
.faq__list-item .item-text p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .faq__parallax-imgs {
    display: none;
  }
}
.faq__parallax-imgs .imgs-item {
  position: absolute;
  display: flex;
  z-index: 0;
}
.faq__parallax-imgs .imgs-item:nth-of-type(1) {
  top: -40px;
  left: 0;
}
.faq__parallax-imgs .imgs-item:nth-of-type(2) {
  top: 0;
  right: 8%;
}
@media (max-width: 1300px) {
  .faq__parallax-imgs .imgs-item:nth-of-type(2) {
    display: none;
  }
}
.faq__parallax-imgs .imgs-item:nth-of-type(3) {
  top: 20%;
  right: 0;
}
@media (max-width: 1150px) {
  .faq__parallax-imgs .imgs-item:nth-of-type(3) {
    display: none;
  }
}
.faq__parallax-imgs .imgs-item:nth-of-type(4) {
  left: 0;
  bottom: -10%;
}

.text-images__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
  .text-images__wrap {
    grid-template-columns: 100%;
    grid-gap: 40px;
  }
}
.text-images__cont {
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .text-images__cont {
    padding-right: 0;
  }
}
.text-images__media {
  display: grid;
  grid-template-columns: 0.67fr 1fr;
  grid-gap: 32px;
  align-items: flex-start;
  padding-left: 10px;
}
@media (max-width: 1024px) {
  .text-images__media {
    grid-gap: 25px;
    max-width: 576px;
    padding-left: 0;
  }
}
.text-images__media .img-item {
  display: flex;
}
.text-images__media .img-item:first-child {
  margin-top: 140px;
}
@media (max-width: 1024px) {
  .text-images__media .img-item:first-child {
    margin-top: 50px;
  }
}
.text-images__media .img-item img {
  width: 100%;
  object-fit: cover;
}
.text-images__btn {
  min-width: 180px;
  margin-top: 24px;
  padding: 11px 20px;
}

.text-columns {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .text-columns {
    padding-top: 80px;
  }
}
.text-columns .container {
  padding-top: 144px;
  position: relative;
}
@media (max-width: 1024px) {
  .text-columns .container {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
.text-columns__wrap {
  max-width: 1184px;
  margin: auto;
}
.text-columns__title {
  max-width: 575px;
  margin: 0 auto 64px auto;
}
@media (max-width: 1024px) {
  .text-columns__title {
    margin-bottom: 40px;
  }
}
.text-columns__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  grid-gap: 32px;
}
@media (max-width: 1024px) {
  .text-columns__list {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
}
.text-columns__list-item {
  background: #F4F4F4;
  padding: 40px;
}
@media (max-width: 768px) {
  .text-columns__list-item {
    padding: 20px;
  }
}
.text-columns__list-item:nth-child(2) {
  margin-top: 56px;
}
@media (max-width: 1024px) {
  .text-columns__list-item:nth-child(2) {
    margin-top: 0;
  }
}
.text-columns__list .item-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #ebebeb;
  font-family: Oswald, sans-serif;
  color: #8A181A;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.text-columns__imgs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .text-columns__imgs {
    display: none;
  }
}
.text-columns__imgs .imgs-item {
  position: absolute;
}
.text-columns__imgs .imgs-item:nth-child(1) {
  width: 240px;
  top: 100px;
  left: 0;
}
.text-columns__imgs .imgs-item:nth-child(2) {
  top: 70px;
  right: 90px;
}
.text-columns__imgs .imgs-item:nth-child(3) {
  top: 200px;
  right: -30px;
}
.text-columns__imgs .imgs-item:nth-child(4) {
  left: 20px;
  bottom: -10px;
}
.text-columns.style-2 {
  background: #F4F4F4;
}
.text-columns.style-2 .text-columns__list-item {
  background: #ffffff;
}

.projects-slider__wrap {
  display: grid;
  grid-template-columns: 124px 1fr;
  grid-gap: 0 120px;
  align-items: flex-start;
  padding-left: calc((100vw - 1184px) / 2);
}
@media (max-width: 1184px) {
  .projects-slider__wrap {
    padding-left: 15px;
  }
}
@media (max-width: 1180px) {
  .projects-slider__wrap {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
}
@media (max-width: 768px) {
  .projects-slider__wrap {
    grid-template-columns: 100%;
    grid-gap: 40px;
  }
}
.projects-slider__content {
  overflow: hidden;
}
.projects-slider__content-items {
  padding-left: 15px;
}
@media (max-width: 768px) {
  .projects-slider__content-items {
    padding-left: 0;
  }
}

.projects-grid__content-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}
@media (max-width: 1024px) {
  .projects-grid__content-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .projects-grid__content-items {
    grid-template-columns: 100%;
    grid-gap: 22px;
  }
}

.reviews-slider {
  background: #F4F4F4;
}
.reviews-slider__content {
  overflow: hidden;
  padding-left: calc((100vw - 1184px) / 2);
  margin-top: 64px;
}
@media (max-width: 1184px) {
  .reviews-slider__content {
    padding-left: 15px;
  }
}

.gallery-carousel__wrap {
  display: grid;
  grid-template-columns: 124px 1fr;
  grid-gap: 0 120px;
  align-items: flex-start;
  padding-left: calc((100vw - 1184px) / 2);
  margin-top: 64px;
}
@media (max-width: 1184px) {
  .gallery-carousel__wrap {
    padding-left: 15px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .gallery-carousel__wrap {
    grid-template-columns: 100%;
    grid-gap: 40px;
  }
}
.gallery-carousel__content {
  overflow: hidden;
}
.gallery-carousel__content-items {
  padding-left: 15px;
}
@media (max-width: 768px) {
  .gallery-carousel__content-items {
    padding-left: 0;
  }
}
.gallery-carousel__content .gallery-item {
  display: flex;
  aspect-ratio: 1/0.69;
}
.gallery-carousel__content .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-carousel__scrollbar .swiper-scrollbar {
  left: 1.3%;
}

.numbers-banner {
  background: #F4F4F4;
}
.numbers-banner__wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 72px 96px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .numbers-banner__wrap {
    padding: 75px 50px;
  }
}
@media (max-width: 768px) {
  .numbers-banner__wrap {
    padding: 75px 20px;
  }
}
.numbers-banner__wrap::before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.numbers-banner__text {
  max-width: 945px;
  margin: 0 auto;
  color: #ffffff;
}
.numbers-banner__text.text p,
.numbers-banner__text.text li {
  color: #ffffff;
}
.numbers-banner__btn {
  margin: 24px auto 0 auto;
}
.numbers-banner__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
  margin-top: 156px;
}
@media (max-width: 1024px) {
  .numbers-banner__list {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .numbers-banner__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
.numbers-banner__list .list-item {
  color: #ffffff;
}
.numbers-banner__list .list-item .item-number {
  display: flex;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 120px;
  letter-spacing: 2px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.32);
  margin-bottom: 16px;
  padding-bottom: 16px;
  align-items: end;
}
@media (max-width: 1024px) {
  .numbers-banner__list .list-item .item-number {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .numbers-banner__list .list-item .item-number {
    font-size: 50px;
    line-height: 65px;
  }
}
.numbers-banner__list .list-item .item-number span {
  font-size: 60px;
  line-height: 140%;
}
.numbers-banner__list .list-item .item-text {
  font-size: 14px;
  line-height: 140%;
}

.text-img-icons__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 1024px) {
  .text-img-icons__wrap {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
}
.text-img-icons__image {
  display: flex;
}
.text-img-icons__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.793;
  object-fit: cover;
}
.text-img-icons__cont {
  max-width: 485px;
  margin-left: auto;
  padding-left: 24px;
}
@media (max-width: 1024px) {
  .text-img-icons__cont {
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .text-img-icons.img-left .text-img-icons__image {
    order: 2;
  }
}
.text-img-icons.img-right .text-img-icons__cont {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 24px;
}
@media (max-width: 1024px) {
  .text-img-icons.img-right .text-img-icons__cont {
    margin-right: 0;
    padding-right: 0;
  }
}
.text-img-icons.img-right .text-img-icons__image {
  order: 2;
}

.text-img-icons__list {
  margin-top: 24px;
}
.text-img-icons__list-item {
  display: flex;
  grid-gap: 8px;
  margin-bottom: 24px;
}
.text-img-icons__list-item:last-child {
  margin-bottom: 0;
}
.text-img-icons__list .item-icon {
  display: flex;
  width: 20px;
}
.text-img-icons__list .item-icon img {
  width: 100%;
}
.text-img-icons__list .item-text {
  color: #181818;
  font-weight: 600;
}
.text-img-icons__list .item-number {
  color: #979797;
  font-weight: 500;
  margin-left: auto;
}

.text-simple__wrap {
  max-width: 960px;
}

.benefits {
  background: #8A181A;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .benefits {
    padding: 60px 0;
  }
}
.benefits__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
}
@media (max-width: 1024px) {
  .benefits__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .benefits__list {
    grid-template-columns: 100%;
  }
}
.benefits__list .item-icon {
  display: flex;
  border-bottom: 2px solid rgba(255, 255, 255, 0.24);
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.benefits__list .item-title {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.benefits__list .item-text {
  color: #fff;
}

.numbers {
  background: #8A181A;
  position: relative;
  overflow: hidden;
}
.numbers__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
  margin-top: 64px;
}
@media (max-width: 1024px) {
  .numbers__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .numbers__list {
    grid-template-columns: 100%;
    margin-top: 30px;
  }
}
.numbers__list .item-number {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2px;
  display: flex;
  border-bottom: 2px solid rgba(255, 255, 255, 0.24);
  margin-bottom: 16px;
  padding-bottom: 16px;
  align-items: end;
}
@media (max-width: 768px) {
  .numbers__list .item-number {
    font-size: 65px;
  }
}
.numbers__list .item-number span {
  font-size: 60px;
  line-height: 140%;
}
.numbers__list .item-text {
  color: #fff;
}
@media (max-width: 1024px) {
  .numbers__parallax-imgs {
    display: none;
  }
}
.numbers__parallax-imgs .imgs-item {
  position: absolute;
  display: flex;
  z-index: 0;
}
.numbers__parallax-imgs .imgs-item:nth-of-type(1) {
  top: 0;
  left: calc((100vw - 1376px) / 2);
}
.numbers__parallax-imgs .imgs-item:nth-of-type(2) {
  top: 57px;
  left: calc((100vw - 1376px) / 2 + 110px);
}
.numbers__parallax-imgs .imgs-item:nth-of-type(3) {
  top: 74px;
  right: calc((100vw - 1184px) / 2 + 20px);
}
.numbers__parallax-imgs .imgs-item:nth-of-type(4) {
  right: calc((100vw - 1184px) / 2 + 250px);
  bottom: -150px;
}

.application-form {
  background: #F4F4F4;
}
.application-form__wrap {
  display: grid;
  grid-template-columns: 1fr 0.4fr;
  grid-gap: 32px;
  margin-top: 64px;
}
@media (max-width: 1024px) {
  .application-form__wrap {
    grid-template-columns: 100%;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .application-form__title {
    font-size: 36px;
    line-height: 43px;
    text-align: left !important;
    margin-bottom: 0;
  }
}
.application-form__form {
  display: flex;
  background: #ffffff;
  padding: 40px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .application-form__form {
    padding: 20px;
  }
}
.application-form__form h3 {
  font-size: 28px;
}
@media (max-width: 768px) {
  .application-form__form h3 {
    text-align: left;
  }
}
.application-form__indicator {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}
.application-form__indicator .step-indicator {
  transition: color 0.3s ease;
  max-width: 60px;
  min-width: 60px;
  background: unset;
  padding: 11px;
  font-weight: 500;
  font-size: 14px;
  margin-right: 12px;
  color: #8A181A;
  filter: grayscale(1) opacity(0.4);
  cursor: auto;
}
.application-form__indicator .step-indicator.active {
  filter: unset;
}
.application-form__indicator .step-indicator:last-child {
  margin-bottom: 8px;
  margin-right: 0;
}
.application-form__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .application-form__head {
    flex-direction: column-reverse;
  }
}
.application-form__video {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.application-form__video::before {
  content: "";
  position: absolute;
  display: block;
  width: 56px;
  height: 56px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNTciIHZpZXdCb3g9IjAgMCA1NiA1NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjU2IiBoZWlnaHQ9IjU2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuNTAwMjQ0KSIgZmlsbD0iIzhBMTgxQSIvPgo8cGF0aCBkPSJNMzggMjguMDAwMkwyMi4yNSAzNy4wOTM1TDIyLjI1IDE4LjkwN0wzOCAyOC4wMDAyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
  background-size: 56px;
  pointer-events: none;
}
.application-form__video.playing::before {
  opacity: 0;
  visibility: hidden;
}
.application-form .form-submit-text {
  display: none;
  margin: auto;
}
.application-form .form-submit-text__img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.application-form .form-submit-text__title {
  color: #181818;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 18px;
}
.application-form .form-submit-text__text {
  max-width: 444px;
  margin: 0 auto;
}
.application-form__img {
  display: flex;
}
@media (max-width: 768px) {
  .application-form__img {
    display: none;
  }
}
.application-form__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-step[data-step="1"] {
  min-height: 395px;
}
.form-step[data-step="1"] p {
  margin-bottom: 16px;
}
.form-step[data-step="1"] .wpcf7-not-valid-tip {
  display: none;
}
.form-step[data-step="1"] .prev-step {
  pointer-events: none;
  filter: grayscale(1) opacity(0.4);
}
.form-step[data-step="1"] .inputs-cols-2 {
  justify-content: unset;
  align-items: center;
  margin-top: 32px;
}
.form-step[data-step="1"] .radio-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #181818;
  margin-bottom: 5px;
}

.form-step[data-step="2"] .prev-step {
  filter: unset;
}

.form-step .prev-step {
  max-width: 60px;
  min-width: 60px;
  padding: 11px 8px 4px;
  margin-right: 12px;
}
.form-step .bottom-wrap {
  display: flex;
}
@media (max-width: 680px) {
  .form-step .bottom-wrap {
    flex-direction: column-reverse;
  }
}
.form-step .wpcf7-acceptance {
  margin-bottom: -10px;
}
@media (max-width: 680px) {
  .form-step .wpcf7-acceptance {
    margin-bottom: 25px;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .form-step .inputs-cols-2.bottom-cols.step-cols,
  .form-step .inputs-cols-2.bottom-cols.step-cols p {
    flex-direction: row;
    grid-gap: 10px;
  }
}

.branches-grid__content-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}
@media (max-width: 1024px) {
  .branches-grid__content-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .branches-grid__content-items {
    grid-template-columns: 100%;
    grid-gap: 22px;
  }
}

.branch-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #F4F4F4;
  padding: 32px;
}
.branch-banner__img {
  display: flex;
  max-width: 80px;
  margin-bottom: 16px;
}
.branch-banner__title {
  margin-bottom: 16px;
}
.branch-banner__btn {
  width: 100%;
  max-width: 100%;
  margin-top: 32px;
}

@media (max-width: 1024px) {
  .branches-table__head.branch-line {
    display: none;
  }
}
.branches-table__head.branch-line-item {
  color: #181818;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.branches-table__content {
  background-color: #F4F4F4;
  padding: 40px;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .branches-table__content {
    padding: 20px;
    margin-top: 40px;
  }
}

.places-list__content {
  background: #f4f4f4;
  padding: 16px 40px 24px 40px;
  position: relative;
}
.places-list__content::before {
  content: "";
  display: block;
  width: 32px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 49%;
  background-color: #ffffff;
  z-index: 2;
}
@media (max-width: 768px) {
  .places-list__content::before {
    display: none;
  }
}
.places-list__content::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f4f4f4;
  z-index: 1;
}
@media (max-width: 768px) {
  .places-list__content::after {
    display: none;
  }
}
.places-list__content-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 112px;
}
@media (max-width: 768px) {
  .places-list__content-items {
    grid-template-columns: 100%;
  }
}
.places-list__content-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
  margin-top: 55px;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .places-list__content-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .places-list__content-cards {
    grid-template-columns: 100%;
    grid-gap: 22px;
    margin-top: 32px;
  }
}
.places-list__content-cards .branch-item__content {
  padding: 24px;
}
.places-list .places-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e4e2e2;
  padding: 24px 0 12px 0;
}
.places-list .places-list__item h3.item-title {
  margin-bottom: 0;
}

.insta-feed {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .insta-feed {
    padding: 60px 0;
  }
}

.cards-banner__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}
@media (max-width: 1024px) {
  .cards-banner__list {
    grid-template-columns: 100%;
    grid-gap: 16px;
  }
}
@media (max-width: 768px) {
  .cards-banner__list {
    margin-top: -40px;
  }
}
.cards-banner__list-item {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  background-color: #f4f4f4;
  text-decoration: none;
  padding: 40px;
  position: relative;
}
.cards-banner__list-item .item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cards-banner__list-item .item-top__icon {
  display: flex;
  max-width: 40px;
}
.cards-banner__list-item .item-top__icon img {
  width: 100%;
}
.cards-banner__list-item .item-top__arrow {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgNkgwVjJMMiA0TDQgNloiIGZpbGw9IiNFQkVCRUIiLz4KPHJlY3Qgd2lkdGg9IjQiIGhlaWdodD0iMjgiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAxIDQgNikiIGZpbGw9IiNFQkVCRUIiLz4KPHBhdGggZD0iTTQgMzRIMFYzOEwyIDM2TDQgMzRaIiBmaWxsPSIjRUJFQkVCIi8+CjxwYXRoIGQ9Ik04IDRMOCAwTDQgMS43NDg0NmUtMDdMNiAyTDggNFoiIGZpbGw9IiNFQkVCRUIiLz4KPHJlY3QgeD0iOCIgeT0iNCIgd2lkdGg9IjQiIGhlaWdodD0iMjQiIHRyYW5zZm9ybT0icm90YXRlKC05MCA4IDQpIiBmaWxsPSIjRUJFQkVCIi8+CjxwYXRoIGQ9Ik0zMiA0TDMyIDBMMzYgLTEuNzQ4NDZlLTA3TDM0IDJMMzIgNFoiIGZpbGw9IiNFQkVCRUIiLz4KPHBhdGggZD0iTTEzLjMwMDggMTkuODk1NkgyNS42ODkiIHN0cm9rZT0iIzk3OTc5NyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTIwLjg3MyAyNS40NDk2TDI2LjQwMjQgMTkuODY4OUwyMS4xMTk3IDE0LjUzNzQiIHN0cm9rZT0iIzk3OTc5NyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTggMzZMOCA0MEw0IDQwTDYgMzhMOCAzNloiIGZpbGw9IiNFQkVCRUIiLz4KPHJlY3Qgd2lkdGg9IjQiIGhlaWdodD0iMjQiIHRyYW5zZm9ybT0ibWF0cml4KC00LjM3MTE0ZS0wOCAxIDEgNC4zNzExNGUtMDggOCAzNikiIGZpbGw9IiNFQkVCRUIiLz4KPHBhdGggZD0iTTMyIDM2TDMyIDQwTDM2IDQwTDM0IDM4TDMyIDM2WiIgZmlsbD0iI0VCRUJFQiIvPgo8cGF0aCBkPSJNMzYgNkg0MFYyTDM4IDRMMzYgNloiIGZpbGw9IiNFQkVCRUIiLz4KPHJlY3QgeD0iMzYiIHk9IjYiIHdpZHRoPSI0IiBoZWlnaHQ9IjI4IiBmaWxsPSIjRUJFQkVCIi8+CjxwYXRoIGQ9Ik0zNiAzNEg0MFYzOEwzOCAzNkwzNiAzNFoiIGZpbGw9IiNFQkVCRUIiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: 40px;
}
.cards-banner__list-item .item-title {
  margin-bottom: 0;
}
.cards-banner__list-item:hover {
  background-color: #ebebeb;
}
.cards-banner__list-item:hover .item-top__arrow {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgNkgwVjJMMiA0TDQgNloiIGZpbGw9IiM5Nzk3OTciLz4KPHJlY3Qgd2lkdGg9IjQiIGhlaWdodD0iMjgiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAxIDQgNikiIGZpbGw9IiM5Nzk3OTciLz4KPHBhdGggZD0iTTQgMzRIMFYzOEwyIDM2TDQgMzRaIiBmaWxsPSIjOTc5Nzk3Ii8+CjxwYXRoIGQ9Ik04IDRMOCAwTDQgMS43NDg0NmUtMDdMNiAyTDggNFoiIGZpbGw9IiM5Nzk3OTciLz4KPHJlY3QgeD0iOCIgeT0iNCIgd2lkdGg9IjQiIGhlaWdodD0iMjQiIHRyYW5zZm9ybT0icm90YXRlKC05MCA4IDQpIiBmaWxsPSIjOTc5Nzk3Ii8+CjxwYXRoIGQ9Ik0zMiA0TDMyIDBMMzYgLTEuNzQ4NDZlLTA3TDM0IDJMMzIgNFoiIGZpbGw9IiM5Nzk3OTciLz4KPHBhdGggZD0iTTEzLjMwMDggMTkuODk1NkgyNS42ODkiIHN0cm9rZT0iIzhBMTgxQSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTIwLjg3MyAyNS40NDk2TDI2LjQwMjQgMTkuODY4OUwyMS4xMTk3IDE0LjUzNzQiIHN0cm9rZT0iIzhBMTgxQSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTggMzZMOCA0MEw0IDQwTDYgMzhMOCAzNloiIGZpbGw9IiM5Nzk3OTciLz4KPHJlY3Qgd2lkdGg9IjQiIGhlaWdodD0iMjQiIHRyYW5zZm9ybT0ibWF0cml4KC00LjM3MTE0ZS0wOCAxIDEgNC4zNzExNGUtMDggOCAzNikiIGZpbGw9IiM5Nzk3OTciLz4KPHBhdGggZD0iTTMyIDM2TDMyIDQwTDM2IDQwTDM0IDM4TDMyIDM2WiIgZmlsbD0iIzk3OTc5NyIvPgo8cGF0aCBkPSJNMzYgNkg0MFYyTDM4IDRMMzYgNloiIGZpbGw9IiM5Nzk3OTciLz4KPHJlY3QgeD0iMzYiIHk9IjYiIHdpZHRoPSI0IiBoZWlnaHQ9IjI4IiBmaWxsPSIjOTc5Nzk3Ii8+CjxwYXRoIGQ9Ik0zNiAzNEg0MFYzOEwzOCAzNkwzNiAzNFoiIGZpbGw9IiM5Nzk3OTciLz4KPC9zdmc+Cg==");
}
.cards-banner__cta {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  grid-column: span 2;
  padding: 64px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .cards-banner__cta {
    grid-column: auto;
  }
}
@media (max-width: 1024px) {
  .cards-banner__cta {
    padding: 80px 24px;
  }
}
.cards-banner__cta::before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%);
}
@media (max-width: 768px) {
  .cards-banner__cta .cta-title {
    font-size: 32px;
    line-height: 38px;
  }
}
.cards-banner__cta .cta-btn {
  max-width: max-content;
  margin: auto;
}

/* Items
--------------------------------------------- */
.project-item {
  max-width: 380px;
  text-decoration: none;
  border: 1px solid #EBEBEB;
}
.project-item__img {
  display: flex;
}
.project-item__img img {
  width: 100%;
  aspect-ratio: 1/1.25;
  object-fit: cover;
}
@media (max-width: 768px) {
  .project-item__img img {
    aspect-ratio: 1/1.1;
  }
}
.project-item__cont {
  padding: 32px;
}
.project-item__descr {
  margin-bottom: 16px;
}

.review-item {
  max-width: 316px;
  background: #ffffff;
  padding: 40px;
}
@media (max-width: 768px) {
  .review-item {
    padding: 25px;
  }
}
.review-item__top {
  display: grid;
  grid-template-columns: 1fr 43px;
  grid-gap: 20px;
  align-items: center;
  margin-bottom: 16px;
}
.review-item__author {
  display: grid;
  grid-template-columns: 45px 1fr;
  grid-gap: 16px;
  align-items: center;
}
.review-item__author .author-img {
  display: flex;
  max-width: 45px;
}
.review-item__author .author-img img {
  width: 100%;
  border-radius: 50%;
}
.review-item__author .author-name {
  font-family: Oswald, sans-serif;
  color: #181818;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .review-item__author .author-name {
    font-size: 17px;
  }
}
.review-item__rating {
  display: flex;
  font-family: Oswald, sans-serif;
  color: #181818;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  position: relative;
  padding-right: 14px;
}
.review-item__rating span {
  color: #979797;
}
.review-item__rating img {
  position: absolute;
  top: 2px;
  right: 2px;
}
.review-item .review-text {
  height: 173px;
  overflow: hidden;
}
.review-item .review-text.open {
  height: auto;
}
.review-item span.load-more {
  display: flex;
  width: 40px;
  cursor: pointer;
  margin-top: 26px;
}
.review-item span.load-more:hover img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(29%) saturate(5747%) hue-rotate(340deg) brightness(70%) contrast(102%);
}
.review-item.swiper-slide {
  height: auto;
}

.post-item {
  max-width: 375px;
  display: block;
  border: 1px solid #ebebeb;
  text-decoration: none;
}
.post-item__top {
  position: relative;
}
.post-item__info {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
}
.post-item__content {
  padding: 32px;
}
@media (max-width: 768px) {
  .post-item__content {
    padding: 22px;
  }
}
.post-item__image {
  display: flex;
}
.post-item__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/0.61;
  object-fit: cover;
}
.post-item__title {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: none;
  margin-bottom: 16px;
}
.post-item__link {
  display: block;
  max-width: max-content;
  color: #8A181A;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  border-bottom: 2px solid #8A181A;
}

.branch-item {
  max-width: 375px;
  display: block;
  border: 1px solid #ebebeb;
  text-decoration: none;
}
.branch-item__img {
  display: flex;
}
.branch-item__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/0.61;
  object-fit: cover;
}
.branch-item__content {
  padding: 32px;
}
.branch-item__title {
  text-transform: none;
  margin-bottom: 8px;
}
.branch-item__info {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
}
.branch-item__info-item {
  display: grid;
  grid-template-columns: 16px 1fr;
  grid-gap: 8px;
  align-items: center;
  font-size: 14px;
  line-height: 140%;
}
.branch-item__info-item img {
  display: flex;
}
.branch-item__info a {
  color: #5a5a5a;
  text-decoration: none;
}
.branch-item__info a:hover {
  color: #8A181A;
}
.branch-item__map {
  margin-top: 16px;
}

.branch-line {
  display: grid;
  grid-template-columns: 0.2fr 1fr 0.3fr;
  align-items: center;
  grid-gap: 24px;
  border-bottom: 1px solid #E4E2E2;
  padding: 12px 0;
}
@media (max-width: 1024px) {
  .branch-line {
    grid-template-columns: 100%;
  }
}
.branch-line:last-child {
  border-bottom: 0;
}
.branch-line .branch-item__title {
  margin-bottom: 0;
}
.branch-line .branch-item__info {
  display: grid;
  grid-template-columns: 0.8fr 0.7fr 1fr;
  align-items: center;
  grid-gap: 16px;
}
@media (max-width: 1024px) {
  .branch-line .branch-item__info {
    grid-template-columns: 100%;
  }
}
.branch-line .branch-item__map {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .branch-line .branch-item__map {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .branch-line .branch-item__map {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

html,
body {
  scroll-behavior: smooth;
}
html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden;
}

.container {
  max-width: 1184px;
  margin: auto;
}
@media (max-width: 1300px) {
  .container {
    padding: 0 15px;
  }
}
.container.containermax {
  max-width: 1376px;
}

.text,
.text p,
.text li {
  font-family: Inter, sans-serif;
  color: #5A5A5A;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
@media (max-width: 768px) {
  .text,
  .text p,
  .text li {
    font-size: 14px;
    line-height: 20px;
  }
}

.text-small,
.text-small p,
.text-small li {
  font-family: Inter, sans-serif;
  color: #5A5A5A;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px;
}

.text-small p {
  margin-top: 0;
  margin-bottom: 8px;
}
.text-small p:last-child {
  margin-bottom: 0;
}

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

.text-white {
  color: #ffffff;
}

.section-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  grid-gap: 20px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .section-top {
    margin-bottom: 45px;
  }
}

.contacts-colslist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
@media (max-width: 768px) {
  .contacts-colslist {
    grid-template-columns: 100%;
    grid-gap: 0;
  }
}
.contacts-colslist .contacts-column-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  grid-gap: 8px;
  color: #181818;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  margin-bottom: 12px;
}
.contacts-colslist .contacts-column-item a {
  color: #181818;
  text-decoration: none;
}
.contacts-colslist .contacts-column-item a:hover {
  text-decoration: underline;
}
.contacts-colslist .contacts-column-item img {
  display: flex;
}

.slider-navigation {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
@media (max-width: 1180px) {
  .slider-navigation {
    justify-content: flex-end;
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .slider-navigation {
    display: none;
  }
}
.slider-navigation .nav-btn {
  cursor: pointer;
}
.slider-navigation .nav-btn:hover img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(29%) saturate(5747%) hue-rotate(340deg) brightness(70%) contrast(102%);
}

.slider-scrollbar {
  position: relative;
  margin-top: 35px;
}
.slider-scrollbar .swiper-horizontal > .swiper-scrollbar,
.slider-scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 2px;
  background: #ebebeb;
}
.slider-scrollbar .swiper-scrollbar-drag {
  background: #8A181A;
}

/*# sourceMappingURL=style.css.map */
