/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol
  */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
  * Printing Tables:
  * http://css-discuss.incutio.com/wiki/Printing_Tables
  */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html,
body {
  background-color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

/** GLOBALS **/
input,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  text-decoration: none;
}

._hidden {
  display: none !important;
}

.not-link {
  cursor: default;
}

.content-wrapper {
  z-index: 60;
  position: relative;
}

.autocomplete-suggestions {
  border: 1px solid black;
  transform: translateY(-1px);
  background: white;
  padding: 10px;
  overflow: auto;
}

.autocomplete-suggestions .autocomplete-suggestion {
  cursor: pointer;
  margin: 0 0 6px 0;
}

.autocomplete-suggestions .autocomplete-suggestion:hover {
  opacity: 0.7;
}

.autocomplete-suggestions .autocomplete-suggestion:last-child {
  margin: 0;
}

.grecaptcha-badge {
  z-index: -100 !important;
  opacity: 0 !important;
}

.form_success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  z-index: 200;
  opacity: 0;
  transition: all 1s ease 2s;
}

.form_success.open {
  opacity: 1;
}

.form_success span {
  color: #ff8200;
  font-size: 5em;
}

.global_banner {
  position: fixed;
  top: 50vh;
  left: 50%;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateY(-150vh) translateX(-50%);
  transition: all 0.5s ease;
  z-index: 510;
}

.global_banner .global_banner_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4em;
  max-width: 100%;
}

.global_banner .global_banner_box iframe {
  max-width: 100%;
}

.global_banner .global_banner_box .close_btn {
  position: absolute;
  right: 0em;
  top: 3em;
  width: 3em;
  background: transparent;
  border: none;
  z-index: 2;
  cursor: pointer;
}

.global_banner .global_banner_box .close_btn svg {
  width: 100%;
}

.global_banner.open {
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 600px) {
  .global_banner .global_banner_box {
    padding: 0;
  }
  .global_banner .global_banner_box .close_btn {
    position: absolute;
    right: 1.5em;
    top: 0;
    width: 2em;
  }
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 70%);
  z-index: 500;
  transition: all 300ms ease-out;
  box-shadow: none;
}

header .vertical-logo {
  width: 160px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
}

header .vertical-logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: top center;
  object-position: top center;
  -o-object-fit: contain;
  object-fit: contain;
  transform: translateY(0);
  transition: all 300ms ease-in-out;
}

header .vertical-logo:hover img {
  transform: translateY(-10px);
}

header .header-navigation {
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

header .header-navigation-categories {
  position: fixed;
  top: 100px;
  background: #fff;
  height: auto;
  width: 100%;
  max-width: 1150px;
  padding: 30px 40px;
  transition: transform 300ms ease-out, opacity 300ms ease-out;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 50px 40px 0 rgba(21, 10, 2, 0.2);
  transform: translateY(-60px);
}

header .header-navigation-categories.grid_column2 {
  max-width: 360px;
}

header .header-navigation-categories.grid_column3 {
  max-width: 520px;
}

header .header-navigation-categories.grid_column4 {
  max-width: 680px;
}

header .header-navigation-categories.grid_column5 {
  max-width: 840px;
}

header .header-navigation-categories.dropdown {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 600px;
  min-width: 250px;
}

header .header-navigation-categories .navigation-arrow {
  display: block;
  width: 18px;
  height: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: -25px;
  left: 150px;
  cursor: pointer;
  transition: all 300ms ease-out;
}

header .header-navigation-categories.leftSide .navigation-arrow {
  right: 60px;
  left: auto !important;
}

header .header-navigation-categories-title {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 1.45px;
  line-height: 37px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 50px;
}

header .header-navigation-categories-title strong {
  font-weight: 600;
}

header .header-navigation-categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 120px));
  grid-gap: 40px;
  width: 100%;
  justify-content: space-between;
}

header .header-navigation-categories-grid.grid_column2 {
  grid-template-columns: repeat(2, minmax(120px, 120px));
}

header .header-navigation-categories-grid.grid_column3 {
  grid-template-columns: repeat(3, minmax(120px, 120px));
}

header .header-navigation-categories-grid.grid_column4 {
  grid-template-columns: repeat(4, minmax(120px, 120px));
}

header .header-navigation-categories-grid.grid_column5 {
  grid-template-columns: repeat(5, minmax(120px, 120px));
}

header .header-navigation-categories-grid.dropdown {
  grid-template-columns: 100%;
  justify-items: flex-start;
  margin: 0 0 0 0;
}

header .header-navigation-categories-grid a {
  font-size: initial !important;
  line-height: initial !important;
}

header .header-navigation-categories-grid a img {
  display: block;
  width: 100%;
  height: 78px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 300ms ease-in-out;
}

header .header-navigation-categories-grid.grid_column2 a img {
  height: 140px;
}

header .header-navigation-categories-grid.grid_column3 a img {
  height: 100px;
}

header .header-navigation-categories-grid a span {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-align: center;
  display: block;
  width: 100%;
  margin: 14px 0 0 0;
  transition: all 300ms ease-in-out;
}

header .header-navigation-categories-grid a:hover img {
  opacity: 0.7;
  transform: translateY(-5px);
}

header .header-navigation-categories-grid a:hover span {
  color: #ff8200;
}

header .header-navigation a {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 50px;
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 1800px) {
  header .header-navigation a#navigation_link_4,
  header .header-navigation a#navigation_link_7,
  header .header-navigation a#navigation_link_8,
  header .header-navigation a#navigation_link_9 {
    display: none;
  }
  header .header-navigation a.more {
    display: inline;
  }
}
header .header-navigation .divider {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 50px;
  text-align: right;
  text-transform: uppercase;
}

header .header-navigation a,
header .header-navigation .divider {
  padding: 0 5px;
  margin: 0 14px;
}

header .header-navigation .more {
  display: none;
  position: relative;
}

header .header-navigation .more.visible {
  display: block;
}

header .header-navigation .more span::before {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #dedcd8;
}

header .header-navigation .more span::after {
  content: " ";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #dedcd8;
}

header .header-languages {
  position: absolute;
  opacity: 1;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  border-left: 1px solid #fff;
  width: 45px;
  padding: 20px 0;
  transition: padding 300ms ease-out;
}

header .header-languages a {
  color: #d19768;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  transition: all 300ms ease-out;
}

header .header-languages a .soon {
  position: absolute;
  right: 0;
  bottom: -30px;
  height: 30px;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 20px;
  background-color: #ffffff;
  color: #ff8200;
  padding: 5px 5px;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.3s ease;
}

header .header-languages a:hover,
header .header-languages a.active {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

header .header-languages a:hover .soon,
header .header-languages a.active .soon {
  opacity: 1;
  transform: translateX(0);
}

header.shrink {
  background: #fff;
  height: 80px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

header.shrink .header-languages {
  padding: 10px 0;
}

header.shrink .header-languages a {
  color: #fff;
}

header.shrink .header-navigation a {
  color: #dedcd8;
}

header.shrink .header-navigation a:hover {
  color: #58585b;
}

header.shrink .header-navigation a.product-categories.show {
  color: #58585b;
}

header.shrink .header-navigation a.product-categories.show + .header-navigation-categories {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

header.shrink .header-navigation .divider {
  color: #dedcd8;
}

header.shrink .header-navigation-categories {
  top: 80px;
}

header.shrink .header-navigation-categories .navigation-arrow {
  top: -10px;
}

header.shrink .header-languages {
  border-color: #dedcd8;
}

header.shrink .header-languages a {
  color: #dedcd8;
}

header.shrink .header-languages a.active {
  color: #ff8200;
}

header .menu-button {
  flex-direction: column;
  cursor: pointer;
  background: transparent;
  margin: 0 20px 0 0;
  border: none;
  outline: none;
  padding: 0;
  position: relative;
  display: none;
}

header .menu-button strong {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  padding: 10px 3px 8px 6px;
  text-align: center;
}

header .menu-button::before,
header .menu-button:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #212121;
}

header:hover {
  background: #fff;
}

header:hover .header-navigation a {
  color: #dedcd8;
}

header:hover .header-navigation a:hover {
  color: #58585b;
}

header:hover .header-navigation a.product-categories.show {
  color: #58585b;
}

header:hover .header-navigation a.product-categories.show + .header-navigation-categories {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

header:hover .header-navigation .divider {
  color: #dedcd8;
}

header:hover .header-languages {
  border-color: #dedcd8;
}

header:hover .header-languages a {
  color: #dedcd8;
}

header:hover .header-languages a.active {
  color: #ff8200;
}

.store-results-view header .vertical-logo,
.category-view header .vertical-logo,
.product-view header .vertical-logo {
  display: block;
}

.dark-header header,
.articles-list header {
  background: #f4f3f0;
}

.dark-header header .vertical-logo,
.articles-list header .vertical-logo {
  display: block;
}

.dark-header header .header-navigation a,
.articles-list header .header-navigation a {
  color: #58585b;
}

.dark-header header .header-navigation a:hover,
.articles-list header .header-navigation a:hover {
  color: #ff8200;
}

.dark-header header .header-navigation .divider,
.articles-list header .header-navigation .divider {
  color: #58585b;
}

.dark-header header .header-languages,
.articles-list header .header-languages {
  border-color: #58585b;
}

.dark-header header .header-languages a,
.articles-list header .header-languages a {
  color: #58585b;
}

.dark-header.header-transparent header,
.articles-list.header-transparent header {
  background: transparent;
}

.dark-header.header-white header,
.articles-list.header-white header {
  background: #fff;
}

.mobile-navigation {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 500;
  position: fixed;
  background: #fff;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
}

.mobile-navigation .close-mobile-menu {
  position: absolute;
  right: 20px;
  top: 26px;
  background: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 550;
}

.mobile-navigation .mobile-languages {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  padding: 0 20px;
}

.mobile-navigation .mobile-languages a {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  color: #b9babd;
  margin: 0 20px 0 0;
}

.mobile-navigation .mobile-languages a.active {
  color: #58585b;
}

.mobile-navigation .mobile-navigation-list {
  width: 100%;
  height: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.mobile-navigation .mobile-navigation-list > a {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 50px;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  transition: all 250ms ease-in-out;
  transform: translateX(100%);
  opacity: 0;
}

.mobile-navigation .mobile-navigation-list a.link:nth-child(1) {
  transition-delay: 80ms;
}

.mobile-navigation .mobile-navigation-list a.link:nth-child(2) {
  transition-delay: 160ms;
}

.mobile-navigation .mobile-navigation-list a.link:nth-child(3) {
  transition-delay: 240ms;
}

.mobile-navigation .mobile-navigation-list a.link:nth-child(4) {
  transition-delay: 320ms;
}

.mobile-navigation .mobile-navigation-list a.link:nth-child(5) {
  transition-delay: 400ms;
}

.mobile-navigation .mobile-navigation-list a.link:nth-child(6) {
  transition-delay: 480ms;
}

.mobile-navigation .mobile-navigation-list a.link:nth-child(7) {
  transition-delay: 560ms;
}

.mobile-navigation .mobile-navigation-list a.link:nth-child(8) {
  transition-delay: 640ms;
}

.mobile-navigation .mobile-navigation-list a.link:nth-child(9) {
  transition-delay: 720ms;
}

.mobile-navigation .mobile-navigation-list a.link:nth-child(10) {
  transition-delay: 800ms;
}

.mobile-navigation .mobile-navigation-list a.link:nth-child(11) {
  transition-delay: 880ms;
}

.mobile-navigation .mobile-navigation-list a.link:nth-child(12) {
  transition-delay: 960ms;
}

.mobile-navigation .mobile-navigation-list a.link:nth-child(13) {
  transition-delay: 1040ms;
}

.mobile-navigation .mobile-navigation-list a.link:nth-child(14) {
  transition-delay: 1120ms;
}

.mobile-navigation .mobile-navigation-list a.link:nth-child(15) {
  transition-delay: 1200ms;
}

.mobile-navigation .mobile-navigation-list .divider {
  display: block;
  margin: 10px 0;
}

.mobile-navigation .mobile-navigation-list .header-navigation-categories {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  padding: 40px;
  transition: all 300ms ease-in-out;
  transform: translateX(100px);
}

.mobile-navigation .mobile-navigation-list .header-navigation-categories > img {
  display: none;
}

.mobile-navigation .mobile-navigation-list .header-navigation-categories .header-navigation-categories-title {
  display: none;
}

.mobile-navigation .mobile-navigation-list .header-navigation-categories .header-navigation-categories-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  overflow: auto;
  grid-gap: 20px;
  height: 100%;
}

.mobile-navigation .mobile-navigation-list .header-navigation-categories .header-navigation-categories-grid a img {
  display: block;
  width: 60%;
  margin: 20px auto;
}

.mobile-navigation .mobile-navigation-list .header-navigation-categories .header-navigation-categories-grid a span {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.mobile-navigation .mobile-navigation-list .header-navigation-categories._show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mobile-navigation .mobile-navigation-list._animate a.link {
  opacity: 1;
  transform: translateX(0);
}

.mobile-navigation._show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1550px) {
  header .header-navigation .divider,
  header .header-navigation a {
    margin: 0 8px;
  }
}
@media (max-width: 1440px) {
  header .header-navigation-categories .navigation-arrow {
    left: 190px;
  }
}
@media (max-width: 1400px) {
  header .header-navigation a {
    letter-spacing: 2px;
  }
  header .header-navigation-categories .navigation-arrow {
    left: 240px;
  }
}
@media (max-width: 1350px) {
  header .header-navigation .divider {
    display: none;
  }
  header .header-navigation-categories .navigation-arrow {
    left: 255px;
  }
}
@media (max-width: 1280px) {
  header .vertical-logo {
    width: 110px;
    height: auto;
  }
}
@media (max-width: 1160px) {
  header .header-navigation a.franchise,
  header .header-navigation a.retail {
    display: none;
  }
}
@media (max-width: 950px) {
  header .header-navigation a.career {
    display: none;
  }
}
@media (max-width: 850px) {
  header .header-navigation a {
    letter-spacing: 1px;
    margin: 0 4px;
  }
}
@media (max-width: 800px) {
  header {
    background: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header .vertical-logo {
    display: block;
  }
  header .header-languages,
  header .header-navigation {
    display: none;
  }
  header.shrink {
    height: 60px;
  }
  header .menu-button {
    display: flex;
  }
}
@media (max-width: 450px) {
  .mobile-navigation .mobile-navigation-list .header-navigation-categories {
    padding: 20px;
  }
  .mobile-navigation .mobile-navigation-list .header-navigation-categories .header-navigation-categories-grid {
    grid-template-columns: 1fr 1fr;
  }
}
footer {
  width: 100%;
  height: auto;
  z-index: 50;
  position: relative;
}

footer .footer-socials {
  width: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0 100px 0;
  position: relative;
  z-index: 50;
}

footer .footer-socials a {
  display: block;
  width: 86px;
  height: 86px;
  margin: 0 25px;
  opacity: 1;
  transition: all 300ms ease-out;
}

footer .footer-socials a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

footer .footer-socials a:first-child {
  margin-left: 0;
}

footer .footer-socials a:last-child {
  margin-right: 0;
}

footer .footer-socials a:hover {
  opacity: 0.7;
}

footer .footer-navigation {
  width: 100%;
  height: auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 50;
  flex-direction: column;
}

footer .footer-navigation-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-bottom: 1px solid #4a4a4a;
  padding: 0 0 15px 0;
}

footer .footer-navigation-list a {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 19px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 14px;
  opacity: 1;
  transition: all 300ms ease-out;
}

footer .footer-navigation-list a:first-child {
  margin-left: 0;
}

footer .footer-navigation-list a:last-child {
  margin-right: 0;
}

footer .footer-navigation-list a:hover {
  opacity: 0.7;
  color: #ff8200;
}

footer .footer-navigation-list.footer-navigation-list-2 {
  margin: 20px 0 0 0;
  border-bottom: none;
}

footer .footer-navigation-list.footer-navigation-list-2 a {
  font-size: 10px;
}

footer .footer-navigation > a {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 19px;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 1;
  transition: all 300ms ease-out;
  margin: 20px 0 0 0;
}

footer .footer-navigation > a:first-child {
  margin-left: 0;
}

footer .footer-navigation > a:last-child {
  margin-right: 0;
}

footer .footer-navigation > a:hover {
  opacity: 0.7;
  color: #ff8200;
}

footer .footer-copyright {
  margin: 45px 0 0 0;
  position: relative;
  z-index: 50;
  padding: 0 0 175px 0;
}

footer .footer-copyright span {
  display: block;
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 14px;
  text-align: center;
}

footer .footer-copyright a {
  display: block;
  margin: 25px 0 0 0;
}

footer .footer-copyright a span {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 14px;
  text-align: center;
}

footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 44.0104166667vw;
  position: absolute;
  background-size: cover;
  background-position: center;
  z-index: 25;
  left: 0;
  bottom: 0;
}

@media (max-width: 1180px) {
  footer .footer-navigation-list {
    flex-wrap: wrap;
    padding: 0;
  }
  footer .footer-navigation-list a {
    letter-spacing: 1px;
    margin: 0 10px 20px 10px;
  }
}
@media (max-width: 768px) {
  footer .footer-copyright {
    padding: 0 0 85px 0;
  }
  footer::after {
    width: calc(100% + 200px);
    background-size: contain;
    background-position: bottom center;
    left: -100px;
  }
}
@media (max-width: 450px) {
  footer .footer-socials {
    padding: 0 20px;
  }
  footer .footer-socials a {
    margin: 0 15px;
  }
  footer .footer-navigation {
    padding: 0 20px;
  }
  footer .footer-navigation-list a {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
    text-align: center;
  }
}
@media (max-width: 380px) {
  footer .footer-socials {
    flex-wrap: wrap;
    margin: 45px 0 60px 0;
  }
  footer .footer-socials a {
    width: 50%;
    margin: 0 0 40px 0;
  }
}
.matrix {
  width: 100%;
}

.matrix .matrix-elem {
  margin: 80px 0;
}

.matrix .matrix-elem[data-type=header] .matrix-elem-header {
  width: 100%;
}

.matrix .matrix-elem[data-type=header] .matrix-elem-header h2,
.matrix .matrix-elem[data-type=header] .matrix-elem-header h3,
.matrix .matrix-elem[data-type=header] .matrix-elem-header h4,
.matrix .matrix-elem[data-type=header] .matrix-elem-header h5,
.matrix .matrix-elem[data-type=header] .matrix-elem-header h6 {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.45px;
  line-height: 37px;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}

.matrix .matrix-elem[data-type=caloricTable] {
  width: 100%;
  max-width: 980px;
  margin: 80px auto;
}

.matrix .matrix-elem[data-type=caloricTable] h2 {
  text-align: center;
}

.matrix .matrix-elem[data-type=caloricTable] .matrix-elem-table {
  width: 100%;
  margin: 100px 0 0 0;
  display: grid;
  grid-template-columns: 330px 1fr;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #58585b;
}

.matrix .matrix-elem[data-type=caloricTable] .matrix-elem-table-column {
  width: 100%;
  background: #f4f3f0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.matrix .matrix-elem[data-type=caloricTable] .matrix-elem-table-column-row-inside span,
.matrix .matrix-elem[data-type=caloricTable] .matrix-elem-table-column-row-inside strong {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.3px;
}

.matrix .matrix-elem[data-type=caloricTable] .matrix-elem-table-column-row-inside strong {
  color: #58585b;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
}

.matrix .matrix-elem[data-type=caloricTable] .matrix-elem-table-column-row-inside span {
  color: #58585b;
  font-size: 24px;
  line-height: 29px;
}

.matrix .matrix-elem[data-type=caloricTable] .matrix-elem-table-column-row-inside small {
  color: #58585b;
  font-family: "Raleway", sans-serif;
}

.matrix .matrix-elem[data-type=caloricTable] .matrix-elem-table-values {
  width: 100%;
  border-left: 1px solid #58585b;
  height: 100%;
}

.matrix .matrix-elem[data-type=caloricTable] .matrix-elem-table-values-row {
  width: 100%;
  border-bottom: 1px solid #58585b;
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: flex-start;
  justify-content: flex-start;
}

.matrix .matrix-elem[data-type=caloricTable] .matrix-elem-table-values-row-value {
  padding: 20px 40px;
  height: 100%;
}

.matrix .matrix-elem[data-type=caloricTable] .matrix-elem-table-values-row-value span,
.matrix .matrix-elem[data-type=caloricTable] .matrix-elem-table-values-row-value strong {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  display: block;
  width: 100%;
}

.matrix .matrix-elem[data-type=caloricTable] .matrix-elem-table-values-row-value span {
  font-weight: normal;
}

.matrix .matrix-elem[data-type=caloricTable] .matrix-elem-table-values-row-value strong + span {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  margin: 10px 0 0 0;
}

.matrix .matrix-elem[data-type=caloricTable] .matrix-elem-table-values-row-value:first-child {
  border-right: 1px solid #58585b;
}

.matrix .matrix-elem[data-type=caloricTable] .matrix-elem-table-values-row-value.right span {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.matrix .matrix-elem[data-type=caloricTable] .matrix-elem-table-values-row:last-child {
  border-bottom: 0;
}

.matrix .matrix-elem[data-type=video] {
  width: 100%;
  max-width: 980px;
  margin: 80px auto;
  height: 520px;
  position: relative;
}

.matrix .matrix-elem[data-type=video] .matrix-elem-video_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.matrix .matrix-elem[data-type=video] .matrix-elem-video_overlay-trigger {
  width: 80px;
  height: 80px;
  transform: scale(1);
  transition: all 300ms ease-in-out;
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
  outline: none;
}

.matrix .matrix-elem[data-type=video] .matrix-elem-video_overlay-trigger img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.matrix .matrix-elem[data-type=video] .matrix-elem-video_overlay-trigger:hover {
  opacity: 0.7;
  transform: scale(0.95);
}

.matrix .matrix-elem[data-type=video] iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 25;
}

.matrix .matrix-elem[data-type=gallery] .matrix-elem-gallery {
  width: 100%;
}

.matrix .matrix-elem[data-type=gallery] .matrix-elem-gallery h2 {
  display: block;
  margin: 0 0 70px 0;
}

.matrix .matrix-elem[data-type=gallery] .matrix-elem-gallery-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 220px));
  grid-gap: 15px;
}

.matrix .matrix-elem[data-type=gallery] .matrix-elem-gallery-grid a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.matrix .matrix-elem[data-type=gallery] .matrix-elem-gallery-grid a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 25;
  position: relative;
}

.matrix .matrix-elem[data-type=gallery] .matrix-elem-gallery-grid a span {
  display: flex;
  z-index: 50;
  position: absolute;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 37px;
  text-align: center;
  background: rgba(255, 130, 0, 0.7);
  width: 100%;
  height: 100%;
}

.matrix .matrix-elem[data-type=gallery] .matrix-elem-gallery-grid a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  transition: all 300ms ease-in-out;
  z-index: 100;
}

.matrix .matrix-elem[data-type=gallery] .matrix-elem-gallery-grid a:hover:not(.last)::after {
  background: rgba(255, 130, 0, 0.7);
}

@media (max-width: 768px) {
  .matrix .matrix-elem[data-type=gallery] .matrix-elem-gallery-grid {
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, minmax(100px, 180px));
    grid-gap: 40px;
  }
}
@media (max-width: 660px) {
  .matrix .matrix-elem[data-type=gallery] .matrix-elem-gallery-grid {
    grid-gap: 20px;
  }
}
@media (max-width: 600px) {
  .matrix .matrix-elem[data-type=gallery] .matrix-elem-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.matrix .matrix-elem[data-type=text] .matrix-elem-text {
  width: 100%;
  margin: 0 0 70px 0;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.5em;
}

.matrix .matrix-elem[data-type=text] .matrix-elem-text h2,
.matrix .matrix-elem[data-type=text] .matrix-elem-text h3,
.matrix .matrix-elem[data-type=text] .matrix-elem-text h4,
.matrix .matrix-elem[data-type=text] .matrix-elem-text h5,
.matrix .matrix-elem[data-type=text] .matrix-elem-text h6 {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.45px;
  line-height: 37px;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}

.matrix .matrix-elem[data-type=text] .matrix-elem-text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.matrix .matrix-elem[data-type=text] .matrix-elem-text ol li {
  margin-bottom: 0.5em;
}

.matrix .matrix-elem[data-type=text] .matrix-elem-text ul li {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 50px;
}

.matrix .matrix-elem[data-type=text] .matrix-elem-text ul li::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff8200;
  width: 20px;
  height: 20px;
  left: 0;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  margin: 0 10px 0 0;
  border-radius: 20px;
  font-weight: 500;
  padding: 2px 0 2px 2px;
}

.matrix .matrix-elem[data-type=text] .matrix-elem-text ul li::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  left: 10px;
  background: #ff8200;
  top: 25px;
  height: calc(100% + 20px);
}

.matrix .matrix-elem[data-type=text] .matrix-elem-text ul li:last-child::after {
  display: none;
}

.matrix .matrix-elem[data-type=text] .matrix-elem-text ul li strong,
.matrix .matrix-elem[data-type=text] .matrix-elem-text ol li strong {
  display: inline-block;
  width: calc(100% - 30px);
}

.matrix .matrix-elem[data-type=text] .matrix-elem-text ul li:last-child span::after {
  display: none;
}

.matrix .matrix-elem[data-type=text] .matrix-elem-text.col-2 {
  -moz-column-gap: 40px;
  column-gap: 40px;
  -moz-column-count: 2;
  column-count: 2;
}

.matrix .matrix-elem[data-type=text] .matrix-elem-text.col-2 p:first-child {
  margin: 0;
}

.matrix .matrix-elem[data-type=text] .matrix-elem-text.col-2 p:last-child {
  margin: 0;
}

.matrix .matrix-elem[data-type=text] .matrix-elem-text.has-image.col-2 {
  -moz-column-gap: 0;
  column-gap: 0;
  -moz-column-count: 1;
  column-count: 1;
}

.matrix .matrix-elem[data-type=text] .matrix-elem-text.has-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.matrix .matrix-elem[data-type=text] .matrix-elem-text.has-image.left img {
  float: left;
  margin: 0 40px 40px 0;
}

.matrix .matrix-elem[data-type=text] .matrix-elem-text.has-image.left::after {
  content: "";
  display: block;
  clear: both;
}

.matrix .matrix-elem[data-type=text] .matrix-elem-text.has-image.right img {
  float: right;
  margin: 0 0 40px 40px;
}

.matrix .matrix-elem[data-type=text] .matrix-elem-text.has-image.right::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 550px) {
  .matrix .matrix-elem[data-type=text] .matrix-elem-text h2 {
    font-size: 26px;
  }
  .matrix .matrix-elem[data-type=text] .matrix-elem-text.has-image img {
    width: 100% !important;
    float: none !important;
    margin: 0 0 40px 0 !important;
  }
}
.matrix .matrix-elem[data-type=banner] {
  width: 100%;
}

.matrix .matrix-elem[data-type=banner] .matrix-elem-banner-url {
  width: 100%;
  display: block;
}

.matrix .matrix-elem[data-type=banner] .matrix-elem-banner-url img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.matrix .matrix-elem[data-type=banner] .matrix-elem-banner-url:hover {
  opacity: 0.8;
}

.matrix .matrix-elem:first-child {
  margin-top: 0;
}

.matrix .matrix-elem:last-child {
  margin-bottom: 20px;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9000;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
}

.popup::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 25;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
}

.career-popup-body {
  width: 100%;
  padding: 25px;
  background: #fff;
  max-width: 600px;
  box-shadow: 15px 15px 29px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 50;
  transition: all 300ms ease-in-out;
  transform: translateY(-40px);
  opacity: 0;
  visibility: hidden;
}

.career-popup-body-description {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin: 0 0 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.career-popup-body-description p {
  margin: 0;
}

.career-popup-body-description button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0 0 0 20px;
  outline: none;
}

.career-popup-body-description button:hover {
  opacity: 0.6;
}

.career-popup-body-form {
  width: 100%;
}

.career-popup-body-form form {
  width: 100%;
}

.career-popup-body-form form textarea,
.career-popup-body-form form input[type=text],
.career-popup-body-form form input[type=file] {
  height: 46px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 2px solid #58585b;
  background-color: #ffffff;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 0 0 30px 0;
}

.career-popup-body-form form textarea.placeholder,
.career-popup-body-form form input[type=text].placeholder,
.career-popup-body-form form input[type=file].placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}

.career-popup-body-form form textarea:-moz-placeholder,
.career-popup-body-form form input[type=text]:-moz-placeholder,
.career-popup-body-form form input[type=file]:-moz-placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}

.career-popup-body-form form textarea::-moz-placeholder,
.career-popup-body-form form input[type=text]::-moz-placeholder,
.career-popup-body-form form input[type=file]::-moz-placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}

.career-popup-body-form form textarea:-ms-input-placeholder,
.career-popup-body-form form input[type=text]:-ms-input-placeholder,
.career-popup-body-form form input[type=file]:-ms-input-placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}

.career-popup-body-form form textarea::-webkit-input-placeholder,
.career-popup-body-form form input[type=text]::-webkit-input-placeholder,
.career-popup-body-form form input[type=file]::-webkit-input-placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}

.career-popup-body-form form textarea {
  height: 160px;
  resize: none;
}

.career-popup-body-form form .tooltip {
  margin: -24px 0 24px 0;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  display: block;
  letter-spacing: 0.5px;
  line-height: 20px;
  padding: 0 0 0 20px;
}

.career-popup-body-form .form-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.career-popup-body-form .form-footer-accept {
  width: 100%;
  max-width: 550px;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.career-popup-body-form .form-footer-accept input {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.career-popup-body-form .form-footer-accept input::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  border: 2px solid #58585b;
  background: #fff;
  z-index: 50;
  position: relative;
  cursor: pointer;
}

.career-popup-body-form .form-footer-accept input::after {
  content: "";
  height: 12px;
  width: 12px;
  background: #58585b;
  position: absolute;
  z-index: 50;
  display: none;
}

.career-popup-body-form .form-footer-accept input:checked::after {
  display: block;
}

.career-popup-body-form .form-footer-accept label {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 14px;
  cursor: pointer;
  display: block;
  margin: 0 0 0 20px;
}

.career-popup-body-form .form-footer button {
  height: 36px;
  min-width: 152px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ff8200;
  border: 1px solid #ff8200;
  border-radius: 36px;
}

.career-popup-body-form .form-footer button:hover {
  background-color: #cc6800;
}

.career-popup.show {
  opacity: 1;
  visibility: visible;
}

.career-popup.show .career-popup-body {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.career-popup.show::after {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 640px) {
  .career-popup-body {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 550px) {
  .career-popup-body-form .form-footer {
    flex-direction: column;
  }
  .career-popup-body-form .form-footer-accept {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 420px) {
  .career-popup-body {
    padding: 15px;
  }
  .career-popup-body-form .form-footer button {
    width: 100%;
  }
}
@media (max-height: 700px) {
  .career-popup-body {
    height: 100%;
    max-height: calc(100% - 40px);
    overflow: auto;
  }
}
.back-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-button img {
  display: block;
  height: 12px;
  width: auto;
  margin: 0 10px 4px 0;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 300ms ease-out;
}

.back-button span {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 21px;
  text-transform: uppercase;
}

.back-button:hover img {
  margin: 0 16px 4px 0;
}

.simple-button {
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: max-content;
  width: -moz-max-content;
  position: relative;
  background: transparent;
  border: none;
}

.simple-button strong,
.simple-button span {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 28px;
  text-align: right;
}

.simple-button img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  height: 14px;
  width: 54px;
  margin: 0 0 0 10px;
  transform: translateX(0);
  transition: all 300ms ease-out;
}

.simple-button:hover img {
  transform: translateX(10px);
}

.simple-button-big {
  height: 67px;
  border-radius: 36.5px;
  background-color: #f58a1e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.simple-button-big span {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}

.simple-button-big:hover {
  background-color: #d6700a;
}

.complex-button {
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: max-content;
  width: -moz-max-content;
  position: relative;
  margin: 30px 0 0 0;
  background: transparent;
  border: none;
}

.complex-button span,
.complex-button strong {
  color: #195175;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 28px;
  text-align: right;
  position: relative;
  z-index: 50;
  margin: 0 15px 0 0;
}

.complex-button img {
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 25;
}

.complex-button img.arrow {
  height: 14px;
  width: 84px;
  z-index: 10;
  transform: translateX(0);
  transition: transform 300ms ease-out;
}

.complex-button img.circle {
  height: 58px;
  width: 58px;
  z-index: 15;
  position: absolute;
  right: -27px;
  transform: scale(1);
  transition: transform 300ms ease-out;
}

.complex-button:hover img.arrow {
  transform: translateX(4px);
}

.complex-button:hover img.circle {
  transform: scale(1.2);
}

@media (max-width: 1440px) {
  .complex-button img.circle {
    height: 48px;
    width: 48px;
  }
  .complex-button img.arrow {
    width: 74px;
  }
}
.inner-content.index .index-main-slider {
  width: 100%;
  height: 43.75vw;
  position: relative;
}

.inner-content.index .index-main-slider .index-main-slider-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 25;
}

.inner-content.index .index-main-slider .index-main-slider-container .swiper-container {
  width: 100%;
  height: 100%;
}

.inner-content.index .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.inner-content.index .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}

.inner-content.index .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide {
  width: 100%;
  height: 100%;
}

.inner-content.index .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-content.index .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a .floating-text {
  position: absolute;
  z-index: 75;
  display: block;
  width: 100%;
  max-width: 470px;
  left: 170px;
}

.inner-content.index .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a .floating-text-title {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 70px;
  text-transform: uppercase;
  text-decoration: none;
}

.inner-content.index .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a .floating-text-description {
  margin: 40px 0 0 0;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.inner-content.index .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a .floating-text.right {
  left: initial;
  right: 40px;
  bottom: 130px;
  max-width: 660px;
}

.inner-content.index .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a .floating-text.right .floating-text-title {
  color: #58585b;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.45px;
  line-height: 37px;
  text-align: right;
  max-width: 300px;
  display: block;
  margin: 0 0 0 auto;
}

.inner-content.index .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a .floating-text.right .floating-text-description {
  color: #58585b;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.inner-content.index .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a .floating-text.right.career {
  left: initial;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  max-width: 660px;
  padding: 10px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.inner-content.index .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a img {
  position: relative;
  z-index: 25;
}

.inner-content.index .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a img:not(.slogan) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
  z-index: 25;
}

.inner-content.index .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a img.slogan {
  width: 620px;
  height: auto;
  display: block;
  position: absolute;
  z-index: 50;
  margin: -70px 0 0 0;
}

.inner-content.index .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a strong {
  position: absolute;
  z-index: 50;
  color: #fff;
  font-size: 74px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.inner-content.index .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide.career a {
  cursor: default;
}

.inner-content.index .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide.career a > strong {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 70px;
  position: absolute;
  left: 380px;
}

.inner-content.index .index-main-slider .index-main-slider-container .controls {
  position: absolute;
  right: 0;
  z-index: 50;
  top: 50%;
  width: 100px;
  height: 80px;
  margin: -40px 0 0 0;
}

.inner-content.index .index-main-slider .index-main-slider-container .controls .swiper-button-prev,
.inner-content.index .index-main-slider .index-main-slider-container .controls .swiper-button-next {
  background-image: none;
  position: relative;
  top: 0;
  width: auto;
  height: auto;
  margin: 0;
  background-size: initial;
  left: initial;
  right: initial;
}

.inner-content.index .index-main-slider .index-main-slider-container .controls .swiper-button-prev:hover,
.inner-content.index .index-main-slider .index-main-slider-container .controls .swiper-button-next:hover {
  opacity: 0.8;
}

.inner-content.index .index-main-slider .index-main-slider-container .controls .divider {
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 20px 0;
}

.inner-content.index .index-main-slider .index-main-slider-container .controls img {
  width: 58px;
  height: 20px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
  transform: translateX(0);
  transition: all 300ms ease-in-out;
}

.inner-content.index .index-main-slider .index-main-slider-container .controls .swiper-button-prev:hover img {
  transform: translateX(-10px);
}

.inner-content.index .index-main-slider .index-main-slider-container .controls .swiper-button-next:hover img {
  transform: translateX(10px);
}

.inner-content.index .index-main-slider button.mouse-scroll {
  width: 90px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin: 0 0 0 -45px;
  z-index: 50;
  cursor: pointer;
  opacity: 1;
  background: transparent;
  border: none;
  outline: none;
}

.inner-content.index .index-main-slider button.mouse-scroll img {
  display: block;
  height: 27.2px;
  width: auto;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 300ms ease-in-out;
  animation: mouse_move 1s infinite alternate;
}

.inner-content.index .index-main-slider button.mouse-scroll span {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 8px;
  letter-spacing: 2px;
  line-height: 10px;
  text-align: center;
  display: block;
  margin: 10px 0 0 0;
}

.inner-content.index .index-main-slider button.mouse-scroll:hover {
  opacity: 0.8;
}

.inner-content.index .index-categories-list {
  width: 100%;
  margin: 80px 0;
}

.inner-content.index .index-categories-list h2 {
  padding: 0 20px;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: 200;
  letter-spacing: 4px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.inner-content.index .index-categories-list h2 strong {
  font-weight: 600;
}

.inner-content.index .index-categories-list .index-categories-list-slider {
  width: 100%;
  margin: 20px 0 80px 0;
}

.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container {
  width: 100%;
  height: 360px;
}

.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container {
  width: 100%;
  height: 100%;
}

.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 300ms ease-out;
}

.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-category {
  position: relative;
  padding: 60px 0 0 0;
}

.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-category-images {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-category-images img {
  display: block;
  height: 150px;
  width: auto;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-category-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 50px 0 0 0;
}

.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-category-title strong {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 6px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
}

.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-category-title img {
  display: block;
  margin: 25px 0 0 0;
  height: 20px;
  width: 58px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  opacity: 0;
  transition: opacity 300ms ease-out;
}

.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-category-title span {
  background: #ff8200;
  padding: 5px 10px;
  display: block;
  margin: 20px 0 0 0;
  color: #fff;
  min-width: 100px;
  text-align: center;
  border-radius: 20px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.2;
  opacity: 0;
  transition: opacity 300ms ease-out;
}

.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-category-title span:hover {
  background: #e67500;
}

.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-category .beer-slider {
  overflow: visible;
}

.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-category .beer-handle {
  width: 1px;
  height: 100%;
  top: 0;
  background: #fff;
  transform: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-category .beer-handle::after,
.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-category .beer-handle::before {
  display: none;
}

.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-category .beer-handle::before {
  content: "";
  display: block;
  width: 44px;
  height: 40px;
  transform: none;
  left: 0;
  top: -50px;
  background: url(../images/svg/separator-knife.svg) no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
}

.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-category img.cut,
.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-category .beer-handle {
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-out;
}

.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.edge {
  opacity: 0.5;
}

.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-category-title strong,
.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide:hover .swiper-slide-category-title strong {
  font-weight: bold;
}

.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-category-title span,
.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-category-title img,
.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide:hover .swiper-slide-category-title span,
.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide:hover .swiper-slide-category-title img {
  opacity: 1;
}

.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active img.cut,
.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .beer-handle {
  opacity: 1;
  visibility: visible;
  transition-delay: 300ms;
  transition: none;
}

.inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .beer-reveal {
  width: 100% !important;
}

.inner-content.index .index-categories-list .index-categories-list-slider .controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 70px 0 0 0;
}

.inner-content.index .index-categories-list .index-categories-list-slider .controls .swiper-button-prev,
.inner-content.index .index-categories-list .index-categories-list-slider .controls .swiper-button-next {
  background-image: none;
  position: relative;
  top: 0;
  width: auto;
  height: auto;
  background-size: initial;
  left: initial;
  right: initial;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  opacity: 1;
  margin: 0 70px 0 0;
}

.inner-content.index .index-categories-list .index-categories-list-slider .controls .swiper-button-prev span,
.inner-content.index .index-categories-list .index-categories-list-slider .controls .swiper-button-next span {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 16px;
  text-transform: uppercase;
}

.inner-content.index .index-categories-list .index-categories-list-slider .controls .swiper-button-prev img,
.inner-content.index .index-categories-list .index-categories-list-slider .controls .swiper-button-next img {
  height: 58px;
  width: 30px;
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 20px 0 0;
}

.inner-content.index .index-categories-list .index-categories-list-slider .controls .swiper-button-prev:hover,
.inner-content.index .index-categories-list .index-categories-list-slider .controls .swiper-button-next:hover {
  opacity: 0.5;
}

.inner-content.index .index-categories-list .index-categories-list-slider .controls .swiper-button-next {
  justify-content: flex-end;
  margin: 0 0 0 70px;
}

.inner-content.index .index-categories-list .index-categories-list-slider .controls .swiper-button-next img {
  margin: 0 0 0 20px;
}

.inner-content.index .index-city-selector {
  width: 100%;
  padding: 0 40px;
  position: relative;
  z-index: 50;
}

.inner-content.index .index-city-selector-heading {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.inner-content.index .index-city-selector-heading img {
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.inner-content.index .index-city-selector-heading img.city-1 {
  height: 12.8125vw;
  width: 21.71875vw;
}

.inner-content.index .index-city-selector-heading img.city-2 {
  height: 15.8854166667vw;
  width: 50vw;
}

.inner-content.index .index-city-selector-heading .city_selector_logo {
  position: absolute;
  right: 33.5%;
  width: 4%;
  align-self: flex-end;
  transform: translateY(-125%);
  background: white;
  border: 2px solid #cbc9c4;
  filter: grayscale(0);
}

.inner-content.index .index-city-selector-heading .city_selector_logo.grayscale {
  filter: grayscale(1);
}

@media (max-width: 1570px) {
  .inner-content.index .index-city-selector-heading .city_selector_logo {
    right: 33.9%;
  }
}
@media (max-width: 1280px) {
  .inner-content.index .index-city-selector-heading .city_selector_logo {
    right: 4%;
    width: 5%;
    transform: translateY(-150%);
  }
}
@media (max-width: 1125px) {
  .inner-content.index .index-city-selector-heading .city_selector_logo {
    right: 3%;
  }
}
@media (max-width: 1023px) {
  .inner-content.index .index-city-selector-heading .city_selector_logo {
    right: 36.9%;
    width: 5%;
    transform: translateY(-151%);
  }
}
@media (max-width: 770px) {
  .inner-content.index .index-city-selector-heading .city_selector_logo {
    display: none;
  }
}
.inner-content.index .index-city-selector-heading .truck_svg {
  position: absolute;
  right: 0;
  width: 10vw;
  align-items: flex-end;
  transform: translateX(100%);
}

@media (max-width: 770px) {
  .inner-content.index .index-city-selector-heading .truck_svg {
    display: none;
  }
}
.inner-content.index .index-city-selector-heading-title {
  margin: 0;
}

.inner-content.index .index-city-selector-heading-title a {
  display: block;
  height: 6.25vw;
  width: 5vw;
  margin: 0 0 15px 20px;
}

.inner-content.index .index-city-selector-heading-title a img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom center;
  object-position: bottom center;
}

.inner-content.index .index-city-selector-heading-title strong,
.inner-content.index .index-city-selector-heading-title span {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 3.125vw;
  line-height: 3.6458333333vw;
  font-weight: 200;
  letter-spacing: 4px;
  display: block;
  text-transform: uppercase;
}

.inner-content.index .index-city-selector-heading-title strong {
  font-weight: 600;
}

.inner-content.index .index-city-selector-form {
  width: 100%;
  max-width: 980px;
  margin: 70px auto 0 auto;
  position: relative;
}

.inner-content.index .index-city-selector-form input[type=search],
.inner-content.index .index-city-selector-form input[type=text] {
  box-sizing: border-box;
  height: 92px;
  width: 100%;
  border: 2px solid #58585b;
  background-color: #ffffff;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  padding: 20px 20px 20px 40px;
  outline: none;
  border-radius: 0;
}

.inner-content.index .index-city-selector-form input[type=search].placeholder,
.inner-content.index .index-city-selector-form input[type=text].placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
}

.inner-content.index .index-city-selector-form input[type=search]:-moz-placeholder,
.inner-content.index .index-city-selector-form input[type=text]:-moz-placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
}

.inner-content.index .index-city-selector-form input[type=search]::-moz-placeholder,
.inner-content.index .index-city-selector-form input[type=text]::-moz-placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
}

.inner-content.index .index-city-selector-form input[type=search]:-ms-input-placeholder,
.inner-content.index .index-city-selector-form input[type=text]:-ms-input-placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
}

.inner-content.index .index-city-selector-form input[type=search]::-webkit-input-placeholder,
.inner-content.index .index-city-selector-form input[type=text]::-webkit-input-placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
}

.inner-content.index .index-city-selector-form button {
  width: 135px;
  position: absolute;
  background: #fff;
  height: calc(100% - 4px);
  cursor: pointer;
  outline: none;
  right: 2px;
  top: 2px;
  border: none;
  border-left: 1px solid #58585b;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-content.index .index-city-selector-form button img {
  display: block;
  width: auto;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  height: 46px;
}

.inner-content.index .index-city-selector-form button:hover {
  opacity: 0.7;
}

.inner-content.index .index-city-selector-slogan {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border-radius: 0 0 40px 40px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.inner-content.index .index-city-selector-slogan img {
  display: block;
  height: auto;
  max-width: 900px;
  width: 100%;
  margin: 50px auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.inner-content.index .index-city-selector-recommended_categories {
  width: 100%;
  background: #f4f3f0;
  margin: 60px 0 55px 0;
  padding: 60px 0;
}

.inner-content.index .index-city-selector-recommended_categories-title {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 1.45px;
  line-height: 37px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 60px 0;
  display: block;
}

.inner-content.index .index-city-selector-recommended_categories-title strong,
.inner-content.index .index-city-selector-recommended_categories-title span {
  display: block;
}

.inner-content.index .index-city-selector-recommended_categories-title strong {
  font-weight: 600;
}

.inner-content.index .index-city-selector-recommended_categories-grid {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 220px));
  justify-content: space-between;
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  padding: 20px 0 0 0;
}

.inner-content.index .index-city-selector-recommended_categories-grid a img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 90px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 300ms ease-in-out;
}

.inner-content.index .index-city-selector-recommended_categories-grid a span {
  margin: 25px 0 0 0;
  display: block;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 6px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
}

.inner-content.index .index-city-selector-recommended_categories-grid a:hover img {
  opacity: 0.7;
  transform: translateY(-5px);
}

.inner-content.index .index-city-selector-recommended_categories-grid a:hover span {
  color: #ff8200;
}

.inner-content.index .index-city-selector-socials {
  margin: 115px 0 90px 0;
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  letter-spacing: 1.45px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
}

.inner-content.index .index-city-selector-socials strong {
  font-weight: bold;
}

.inner-content.index .index-articles-list {
  height: auto;
  max-width: 95.8333333333vw;
  background-color: #f4f3f0;
  width: 100%;
  margin: -85px auto 0 auto;
  padding: 0 0 75px 0;
  position: relative;
  z-index: 25;
}

.inner-content.index .index-articles-list-wrapper {
  width: 100%;
  max-width: 51.0416666667vw;
  margin: 0 auto;
  padding: 160px 0 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  z-index: 50;
  position: relative;
}

.inner-content.index .index-articles-list-wrapper-title {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 3.125vw;
  font-weight: 200;
  letter-spacing: 4px;
  line-height: 3.6458333333vw;
  text-transform: uppercase;
  margin: 0 0 4.6875vw 0;
}

.inner-content.index .index-articles-list-wrapper-title strong,
.inner-content.index .index-articles-list-wrapper-title > span {
  display: block;
}

.inner-content.index .index-articles-list-wrapper-title strong {
  font-weight: 600;
}

.inner-content.index .index-articles-list-wrapper-title strong span {
  font-weight: 200;
}

.inner-content.index .index-articles-list-wrapper-right,
.inner-content.index .index-articles-list-wrapper-left {
  width: 100%;
  max-width: 22.9166666667vw;
}

.inner-content.index .index-articles-list-wrapper-more {
  box-sizing: border-box;
  height: 42px;
  width: 260px;
  border: 2px solid #000000;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  margin: 190px auto 0 auto;
  transition: all 300ms ease-out;
}

.inner-content.index .index-articles-list-wrapper-more:hover {
  background: #000000;
  color: #fff;
}

.inner-content.index .index-articles-list-wrapper-left .index-articles-list-wrapper-more {
  display: none;
}

.inner-content.index .index-articles-list .index-article-content {
  width: 100%;
  margin: 0 0 95px 0;
}

.inner-content.index .index-articles-list .index-article-content-image {
  width: 100%;
  max-width: 22.9166666667vw;
  height: 22.9166666667vw;
  display: block;
  overflow: hidden;
  border-radius: 40px;
}

.inner-content.index .index-articles-list .index-article-content-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner-content.index .index-articles-list .index-article-content-image:hover img {
  opacity: 0.7;
}

.inner-content.index .index-articles-list .index-article-content-hash {
  margin: 35px 0 0 0;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 1.4583333333vw;
  line-height: 1.71875vw;
  font-weight: bold;
  letter-spacing: 0;
}

.inner-content.index .index-articles-list .index-article-content-short_description {
  margin: 40px 0 0 0;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  display: block;
}

.inner-content.index .index-articles-list .index-article-content-short_description p:last-child {
  margin: 0;
}

.inner-content.index .index-articles-list .index-article-content-short_description:hover {
  opacity: 0.7;
}

.inner-content.index .index-articles-list .index-article-content:last-child,
.inner-content.index .index-articles-list .index-article-content:last-of-type {
  margin: 0;
}

.inner-content.index .index-articles-list .decorations img {
  position: absolute;
  z-index: 25;
  height: auto;
}

.inner-content.index .index-articles-list .decorations img[data-position=left] {
  left: -2.0833333333vw;
}

.inner-content.index .index-articles-list .decorations img[data-position=right] {
  right: -2.0833333333vw;
}

.inner-content.index .index-articles-list .decorations .decor-1 {
  width: 10.4166666667vw;
  top: -4.1666666667vw;
}

.inner-content.index .index-articles-list .decorations .decor-2 {
  width: 13.59375vw;
  top: 12.5vw;
}

.inner-content.index .index-articles-list .decorations .decor-3 {
  width: 15.5208333333vw;
  top: 41.6666666667vw;
}

.inner-content.index .index-articles-list .decorations .decor-4 {
  width: 16.71875vw;
  top: 72.9166666667vw;
}

.inner-content.index .index-articles-list .decorations .decor-5 {
  width: 12.0833333333vw;
  top: 92.7083333333vw;
}

.inner-content.index .index-articles-list .decorations .decor-6 {
  width: 11.1979166667vw;
  top: -4.1666666667vw;
}

.inner-content.index .index-articles-list .decorations .decor-7 {
  width: 21.8229166667vw;
  top: 14.0625vw;
}

.inner-content.index .index-articles-list .decorations .decor-8 {
  width: 14.3229166667vw;
  top: 61.4583333333vw;
}

.inner-content.index .index-articles-list .decorations .decor-9 {
  width: 16.4583333333vw;
  top: 87.5vw;
}

.inner-content.index .index-inspirations {
  width: 100%;
  max-width: 980px;
  margin: 100px auto 140px auto;
  position: relative;
  z-index: 50;
}

.inner-content.index .index-inspirations-title strong,
.inner-content.index .index-inspirations-title span {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: 200;
  letter-spacing: 4px;
  line-height: 70px;
  text-transform: uppercase;
}

.inner-content.index .index-inspirations-title strong,
.inner-content.index .index-inspirations-title > span {
  display: block;
}

.inner-content.index .index-inspirations-title strong {
  font-weight: 600;
}

.inner-content.index .index-inspirations-title strong span {
  font-weight: 200;
}

.inner-content.index .index-inspirations-sub_title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 95px 0 100px 0;
}

.inner-content.index .index-inspirations-sub_title img {
  display: block;
  height: 60px;
  width: 60px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.inner-content.index .index-inspirations-sub_title span {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 50px;
  font-weight: 200;
  letter-spacing: 3.33px;
  line-height: 59px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 0 20px;
}

.inner-content.index .index-inspirations .inspirations-slider {
  width: 100%;
  position: relative;
  left: 0;
  overflow: hidden;
  height: 440px;
  padding: 40px 0 0 0;
}

.inner-content.index .index-inspirations .inspirations-slider-mask_left,
.inner-content.index .index-inspirations .inspirations-slider-mask_right {
  position: absolute;
  z-index: 25;
  background: transparent;
  height: calc(100% + 80px);
  width: 360px;
  left: -360px;
  top: -40px;
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 90px;
}

.inner-content.index .index-inspirations .inspirations-slider-mask_right {
  right: -360px;
  left: initial;
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.25);
}

.inner-content.index .index-inspirations .inspirations-slider #inspirations-slider {
  width: calc(100% + 180px);
  left: -90px;
  position: relative;
}

.inner-content.index .index-inspirations .inspirations-slider .inspirations-slider {
  position: relative;
  z-index: 25;
}

.inner-content.index .index-inspirations .inspirations-slider .swiper-slide a {
  display: block;
  height: 360px;
  max-width: 360px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.inner-content.index .index-inspirations .inspirations-slider .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
  z-index: 25;
}

.inner-content.index .index-inspirations .inspirations-slider .swiper-slide a img.instagram {
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: 32px;
  width: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 50;
  opacity: 0.8;
  transform-origin: 50%;
  transition: all 300ms ease-out;
}

.inner-content.index .index-inspirations .inspirations-slider .swiper-slide a img.instagram:hover {
  opacity: 1;
  transform: scale(1.2);
}

.inner-content.index .index-inspirations .inspirations-slider .controls {
  position: absolute;
  z-index: 50;
  width: 100%;
  top: 50%;
  margin: -12px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inner-content.index .index-inspirations .inspirations-slider .controls .swiper-button-prev,
.inner-content.index .index-inspirations .inspirations-slider .controls .swiper-button-next {
  background-image: none;
  position: relative;
  top: 0;
  width: auto;
  height: auto;
  margin: 0;
  background-size: initial;
  left: initial;
  right: initial;
}

.inner-content.index .index-inspirations .inspirations-slider .controls .swiper-button-prev img,
.inner-content.index .index-inspirations .inspirations-slider .controls .swiper-button-next img {
  height: 24px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.inner-content.index .index-inspirations .inspirations-slider .controls .swiper-button-prev:hover,
.inner-content.index .index-inspirations .inspirations-slider .controls .swiper-button-next:hover {
  opacity: 0.8;
}

.inner-content.index .index-inspirations .inspirations-slider .controls .swiper-button-prev {
  left: 30px;
}

.inner-content.index .index-inspirations .inspirations-slider .controls .swiper-button-next {
  right: 30px;
  left: initial;
}

a.logo.floating-logo {
  position: fixed;
  z-index: 70;
  left: 0;
  top: 16.6666666667vw;
  margin: 0;
  display: none;
}

a.logo.floating-logo img {
  display: block;
  height: auto;
  width: 15.625vw;
  -o-object-position: left center;
  object-position: left center;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 300ms ease-in-out;
}

.index-page a.logo.floating-logo {
  display: block;
}

@media (max-width: 1440px) {
  .inner-content.index .index-main-slider {
    height: 58.3333333333vw;
  }
  .inner-content.index .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a strong {
    font-size: 60px;
  }
  .inner-content.index .index-main-slider button.mouse-scroll {
    bottom: 20px;
  }
  .inner-content.index .index-articles-list {
    max-width: 127.7777777778vw;
  }
  .inner-content.index .index-articles-list-wrapper {
    max-width: 68.0555555556vw;
  }
  .inner-content.index .index-articles-list-wrapper-title {
    font-size: 4.1666666667vw;
    line-height: 4.8611111111vw;
    margin: 0 0 6.25vw 0;
  }
  .inner-content.index .index-articles-list-wrapper-right,
  .inner-content.index .index-articles-list-wrapper-left {
    max-width: 30.5555555556vw;
  }
  .inner-content.index .index-articles-list .index-article-content-image {
    max-width: 30.5555555556vw;
    height: 30.5555555556vw;
  }
  .inner-content.index .index-articles-list .index-article-content-hash {
    font-size: 1.9444444444vw;
    line-height: 2.2916666667vw;
  }
  .inner-content.index .index-articles-list .decorations img[data-position=left] {
    left: -2.7777777778vw;
  }
  .inner-content.index .index-articles-list .decorations img[data-position=right] {
    right: -2.7777777778vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-1 {
    width: 13.8888888889vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-2 {
    width: 18.125vw;
    top: 19.5vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-3 {
    width: 20.6944444444vw;
    top: 55.66667vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-4 {
    width: 22.2916666667vw;
    top: 93.91667vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-5 {
    width: 16.1111111111vw;
    top: 117.70833vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-6 {
    width: 14.9305555556vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-7 {
    width: 29.0972222222vw;
    top: 16.0625vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-8 {
    width: 19.0972222222vw;
    top: 76.45833vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-9 {
    width: 21.9444444444vw;
    top: 105.5vw;
  }
}
@media (max-width: 1280px) {
  .inner-content.index .index-main-slider a.logo img {
    width: 200px;
  }
  .inner-content.index .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a img.slogan {
    width: 420px;
  }
  .inner-content.index .index-main-slider .index-main-slider-container .controls img {
    width: 38px;
  }
  .inner-content.index .index-city-selector-heading img.city-1 {
    height: 19.21875vw;
    width: 32.578125vw;
  }
  .inner-content.index .index-city-selector-heading img.city-2 {
    height: 23.828125vw;
    width: 75vw;
  }
  .inner-content.index .index-city-selector-heading-title a {
    height: 9.375vw;
    width: 7.5vw;
  }
  .inner-content.index .index-city-selector-heading-title strong,
  .inner-content.index .index-city-selector-heading-title span {
    font-size: 4.6875vw;
    line-height: 5.46875vw;
  }
  .inner-content.index .index-city-selector-form {
    max-width: 100%;
    margin: 40px auto 0 auto;
  }
}
@media (max-width: 1024px) {
  .inner-content.index .index-main-slider a.logo img {
    width: 120px;
  }
  .inner-content.index .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a strong {
    font-size: 46px;
  }
  .inner-content.index .index-main-slider .index-main-slider-container .controls {
    width: 60px;
  }
  .inner-content.index .index-city-selector {
    padding: 0 20px;
  }
  .inner-content.index .index-inspirations {
    max-width: calc(100% - 40px);
  }
  .inner-content.index .index-inspirations-title {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .inner-content.index .index-categories-list {
    margin: 40px 0;
  }
  .inner-content.index .index-categories-list h2 {
    font-size: 50px;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider {
    padding: 0 20px;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.edge {
    opacity: 1;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-category {
    padding: 40px 0 0 0;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-category .beer-handle::before {
    top: -30px;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide:hover .swiper-slide-category-title strong,
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-category-title strong {
    font-weight: 300;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide:hover .swiper-slide-category-title img,
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-category-title img {
    opacity: 0;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide:hover .beer-reveal,
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide:hover .beer-handle,
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .beer-reveal,
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .beer-handle {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0;
    transition: initial;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .swiper-slide-category-title strong {
    font-weight: bold;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .swiper-slide-category-title img {
    opacity: 1;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .beer-reveal,
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .beer-handle {
    opacity: 1;
    visibility: visible;
    transition-delay: 300ms;
    transition: none;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider .controls {
    margin: 30px 0 0 0;
  }
  .inner-content.index .index-city-selector-heading img.city-1 {
    display: none;
  }
}
@media (max-width: 768px) {
  .inner-content.index .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a img.slogan {
    width: calc(100% - 200px);
  }
  .inner-content.index .index-main-slider a.logo {
    top: 40px;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container {
    height: auto;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-category-title {
    margin: 20px 0 0 0;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-category-title img {
    width: 38px;
    margin: 15px 0 0 0;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider .controls .swiper-button-prev img,
  .inner-content.index .index-categories-list .index-categories-list-slider .controls .swiper-button-next img {
    width: 20px;
  }
  .inner-content.index .index-city-selector-heading img.city-1 {
    height: 32.03125vw;
    width: 54.296875vw;
  }
  .inner-content.index .index-city-selector-heading img.city-2 {
    height: 39.7135416667vw;
    width: 125vw;
  }
  .inner-content.index .index-city-selector-heading-title a {
    height: 15.625vw;
    width: 12.5vw;
  }
  .inner-content.index .index-city-selector-heading-title strong,
  .inner-content.index .index-city-selector-heading-title span {
    font-size: 7.8125vw;
    line-height: 9.1145833333vw;
  }
  .inner-content.index .index-city-selector-slogan img {
    max-width: 500px;
    margin: 25px auto;
  }
  .inner-content.index .index-city-selector-form {
    max-width: 100%;
    margin: 40px auto 0 auto;
  }
  .inner-content.index .index-articles-list {
    padding: 0 0 40px 0;
  }
  .inner-content.index .index-articles-list-wrapper {
    flex-direction: column;
    max-width: calc(100% - 45.5729166667vw);
  }
  .inner-content.index .index-articles-list-wrapper-title {
    text-align: center;
    font-size: 5.2083333333vw;
    line-height: 5.2083333333vw;
    margin: 0 0 5.2083333333vw 0;
  }
  .inner-content.index .index-articles-list-wrapper-left,
  .inner-content.index .index-articles-list-wrapper-right {
    max-width: 100%;
  }
  .inner-content.index .index-articles-list-wrapper-right {
    margin: 0 0 40px 0;
  }
  .inner-content.index .index-articles-list-wrapper-right .index-articles-list-wrapper-more {
    display: none;
  }
  .inner-content.index .index-articles-list-wrapper-left .index-articles-list-wrapper-more {
    display: flex;
    margin: 60px auto 0 auto;
  }
  .inner-content.index .index-articles-list .index-article-content {
    margin: 0 0 40px 0;
  }
  .inner-content.index .index-articles-list .index-article-content-image {
    max-width: 100%;
    border-radius: 20px;
    height: 57.2916666667vw;
  }
  .inner-content.index .index-articles-list .index-article-content-hash {
    font-size: 3.6458333333vw;
    line-height: 4.296875vw;
  }
  .inner-content.index .index-articles-list .decorations img[data-position=left] {
    left: -3.3898305085vw;
  }
  .inner-content.index .index-articles-list .decorations img[data-position=right] {
    right: -3.3898305085vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-1 {
    width: 16.9491525424vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-2 {
    width: 22.1186440678vw;
    top: 24.5vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-3 {
    width: 25.2542372881vw;
    top: 63.66667vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-4 {
    width: 27.2033898305vw;
    top: 113.91667vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-5 {
    width: 19.6610169492vw;
    top: 143.70833vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-6 {
    width: 18.2203389831vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-7 {
    width: 35.5084745763vw;
    top: 21.0625vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-8 {
    width: 23.3050847458vw;
    top: 96.45833vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-9 {
    width: 26.7796610169vw;
    top: 131.5vw;
  }
  .inner-content.index .index-inspirations {
    margin: 60px auto 70px auto;
  }
  .inner-content.index .index-inspirations-title strong,
  .inner-content.index .index-inspirations-title span {
    font-size: 50px;
    line-height: 60px;
  }
  .inner-content.index .index-inspirations-sub_title img {
    height: 50px;
    width: 50px;
  }
  .inner-content.m-padding {
    padding: 60px 0 0 0;
  }
  .index-page a.logo.floating-logo {
    display: none;
  }
}
@media (max-width: 600px) {
  .inner-content.index .index-categories-list h2 {
    font-size: 40px;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-category-title img {
    width: 28px;
    margin: 5px 0 0 0;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-category .beer-handle::before {
    top: -40px;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev .swiper-slide-category-title strong,
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .swiper-slide-category-title strong {
    font-weight: bold;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev .swiper-slide-category-title img,
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .swiper-slide-category-title img {
    opacity: 1;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev .beer-reveal,
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev .beer-handle,
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .beer-reveal,
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .beer-handle {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0;
    transition: initial;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-category-title strong {
    font-weight: bold;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-category-title img {
    opacity: 1;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .beer-reveal,
  .inner-content.index .index-categories-list .index-categories-list-slider #index-categories-list-slider-container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .beer-handle {
    opacity: 1;
    visibility: visible;
    transition-delay: 300ms;
    transition: none;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider .controls {
    margin: 30px 0 0 0;
  }
  .inner-content.index .index-city-selector-slogan img {
    margin: 25px auto;
  }
  .inner-content.index .index-city-selector-form input[type=search],
  .inner-content.index .index-city-selector-form input[type=text] {
    padding: 10px;
    height: 55px;
  }
  .inner-content.index .index-city-selector-form button {
    width: 65px;
  }
  .inner-content.index .index-city-selector-form button img {
    height: 20px;
  }
  .inner-content.index .index-inspirations-title strong,
  .inner-content.index .index-inspirations-title span {
    font-size: 34px;
    line-height: 40px;
  }
  .inner-content.index .index-inspirations-sub_title span {
    font-size: 34px;
    line-height: 45px;
  }
}
@media (max-width: 500px) {
  .inner-content.index .index-articles-list-wrapper {
    max-width: calc(100% - 40px);
  }
  .inner-content.index .index-articles-list-wrapper-title {
    font-size: 8vw;
    line-height: 8vw;
    margin: 0 0 16vw 0;
  }
  .inner-content.index .index-articles-list .index-article-content .index-article-content-image {
    height: auto;
  }
  .inner-content.index .index-articles-list .decorations img {
    opacity: 0.15;
  }
  .inner-content.index .index-articles-list .decorations img[data-position=left] {
    left: -5.2083333333vw;
  }
  .inner-content.index .index-articles-list .decorations img[data-position=right] {
    right: -5.2083333333vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-1 {
    width: 26.0416666667vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-2 {
    width: 33.984375vw;
    top: 38.5vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-3 {
    width: 38.8020833333vw;
    top: 100.66667vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-4 {
    width: 41.796875vw;
    top: 167.91667vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-5 {
    width: 30.2083333333vw;
    top: 200.70833vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-6 {
    width: 27.9947916667vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-7 {
    width: 54.5572916667vw;
    top: 31.0625vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-8 {
    width: 35.8072916667vw;
    top: 141.45833vw;
  }
  .inner-content.index .index-articles-list .decorations .decor-9 {
    width: 41.1458333333vw;
    top: 181.5vw;
  }
}
@media (max-width: 450px) {
  .inner-content.index .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a img.slogan {
    width: calc(100% - 100px);
  }
  .inner-content.index .index-categories-list h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 40px 0;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider .controls {
    justify-content: space-between;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider .controls .swiper-button-prev,
  .inner-content.index .index-categories-list .index-categories-list-slider .controls .swiper-button-next {
    margin: 0;
  }
  .inner-content.index .index-categories-list .index-categories-list-slider .controls .swiper-button-prev span,
  .inner-content.index .index-categories-list .index-categories-list-slider .controls .swiper-button-next span {
    font-size: 12px;
    letter-spacing: 4px;
  }
  .inner-content.index .index-inspirations-sub_title {
    flex-direction: column;
    margin: 95px 0 40px 0;
  }
  .inner-content.index .index-inspirations-sub_title img {
    margin: 0 0 20px 0;
  }
  .inner-content.index .index-inspirations .inspirations-slider #inspirations-slider {
    width: 100%;
    left: 0;
  }
  .inner-content.index .index-inspirations .inspirations-slider .swiper-slide a {
    max-width: 100%;
  }
  .inner-content.index .index-inspirations .inspirations-slider .swiper-slide a img.instagram {
    right: 50%;
    margin: 0 -16px 0 0;
    opacity: 1;
  }
  .inner-content.index .index-inspirations .inspirations-slider .swiper-slide a img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .inner-content.index .index-inspirations .inspirations-slider-mask_right,
  .inner-content.index .index-inspirations .inspirations-slider-mask_left {
    display: none;
  }
}
@media (max-width: 340px) {
  .inner-content.index .index-city-selector-form input[type=search],
  .inner-content.index .index-city-selector-form input[type=text] {
    letter-spacing: 2px;
  }
  .inner-content.index .index-city-selector-form input[type=search].placeholder,
  .inner-content.index .index-city-selector-form input[type=text].placeholder {
    letter-spacing: 2px;
  }
  .inner-content.index .index-city-selector-form input[type=search]:-moz-placeholder,
  .inner-content.index .index-city-selector-form input[type=text]:-moz-placeholder {
    letter-spacing: 2px;
  }
  .inner-content.index .index-city-selector-form input[type=search]::-moz-placeholder,
  .inner-content.index .index-city-selector-form input[type=text]::-moz-placeholder {
    letter-spacing: 2px;
  }
  .inner-content.index .index-city-selector-form input[type=search]:-ms-input-placeholder,
  .inner-content.index .index-city-selector-form input[type=text]:-ms-input-placeholder {
    letter-spacing: 2px;
  }
  .inner-content.index .index-city-selector-form input[type=search]::-webkit-input-placeholder,
  .inner-content.index .index-city-selector-form input[type=text]::-webkit-input-placeholder {
    letter-spacing: 2px;
  }
}
.blog-background-decor {
  width: 100%;
  height: 840px;
  background: #f4f3f0;
  z-index: 25;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-background-decor.article {
  height: 850px;
}

.blog-listing-content-articles_grid.articles {
  margin: 0 0 60px 0;
}

.blog-listing-content-articles_grid.articles + .blog-listing-more {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-width: 152px;
  box-sizing: border-box;
  border: 2px solid #000000;
  border-radius: 21px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 16px;
  text-align: center;
  margin: 25px 0 0 auto;
  width: 100%;
  z-index: 500;
  position: relative;
}

.blog-listing-content-articles_grid.articles + .blog-listing-more:hover {
  background: #000;
  color: #fff;
}

.blog-listing-content {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto 200px auto;
  background-color: #f4f3f0;
  padding: 120px 60px 80px 60px;
  z-index: 50;
  position: relative;
}

.blog-listing-content h1 {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 70px;
  text-transform: uppercase;
  margin: 0 0 60px 0;
  z-index: 50;
  position: relative;
}

.blog-listing-content > div {
  margin: 0 0 120px 0;
  z-index: 50;
  position: relative;
}

.blog-listing-content > div:last-child {
  margin: 0;
}

.blog-listing-content-main_article {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.blog-listing-content-main_article-cover {
  width: 280px;
  height: 280px;
  position: relative;
}

.blog-listing-content-main_article-cover img {
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 50;
  position: relative;
  border-radius: 40px;
}

.blog-listing-content-main_article-cover::after {
  content: "";
  position: absolute;
  left: -40px;
  top: -15px;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  z-index: 25;
  background: url(../images/svg/circle-white-shadow.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.blog-listing-content-main_article-details {
  width: 100%;
  max-width: calc(100% - 282px);
  padding: 0 0 0 40px;
}

.blog-listing-content-main_article-details-title {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase;
}

.blog-listing-content-main_article-details-title-sub {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin: 12px 0 25px 0;
}

.blog-listing-content-main_article-details-title-sub strong {
  color: #ff8200;
}

.blog-listing-content-main_article-details-title-sub span {
  font-weight: 400;
}

.blog-listing-content-main_article-details-description {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.blog-listing-content-main_article-details-description p:last-child {
  margin: 0;
}

.blog-listing-content-main_article-details-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-width: 152px;
  box-sizing: border-box;
  border: 2px solid #000000;
  border-radius: 21px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 16px;
  text-align: center;
  margin: 60px 0 0 auto;
  width: max-content;
  width: -moz-max-content;
}

.blog-listing-content-main_article-details-button:hover {
  background: #000;
  color: #fff;
}

.blog-listing-content-articles_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 320px));
  grid-gap: 90px;
}

.blog-listing-content-articles_grid-article-cover {
  width: 220px;
  height: 220px;
  margin: 0 auto;
  position: relative;
}

.blog-listing-content-articles_grid-article-cover img {
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 50;
  position: relative;
  border-radius: 40px;
}

.blog-listing-content-articles_grid-article-cover::after {
  content: "";
  position: absolute;
  left: -40px;
  top: -15px;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  z-index: 25;
  background: url(../images/svg/circle-white-small-shadow.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.blog-listing-content-articles_grid-article-details {
  width: 100%;
  margin: 40px 0 0 0;
}

.blog-listing-content-articles_grid-article-details-title {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: uppercase;
}

.blog-listing-content-articles_grid-article-details-title-sub {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin: 5px 0 15px 0;
}

.blog-listing-content-articles_grid-article-details-title-sub span {
  font-weight: 400;
}

.blog-listing-content-articles_grid-article-details-description {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.blog-listing-content-articles_grid-article-details-description p:last-child {
  margin: 0;
}

.blog-listing-content-articles_grid-article-details-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-width: 152px;
  box-sizing: border-box;
  border: 2px solid #000000;
  border-radius: 21px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 16px;
  text-align: center;
  margin: 25px 0 0 auto;
  width: 100%;
}

.blog-listing-content-articles_grid-article-details-button:hover {
  background: #000;
  color: #fff;
}

.blog-listing-content .blog-decorations {
  width: 100%;
  position: absolute;
  top: 860px;
  left: 0;
  z-index: 10;
  height: 100%;
  max-height: calc(100% - 860px);
}

.blog-listing-content .blog-decorations img {
  position: absolute;
  z-index: 25;
  height: auto;
  transition: all 600ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.blog-listing-content .blog-decorations img[data-position=left] {
  left: 0;
  top: 0;
}

.blog-listing-content .blog-decorations img[data-position=right] {
  right: 0;
  top: 0;
}

.blog-listing-content .blog-decorations .decor-1 {
  width: 10.4166666667vw;
  transform: translateY(-4.1666666667vw) translateX(0);
}

.blog-listing-content .blog-decorations .decor-1.no-transform {
  transform: translateY(-4.1666666667vw) translateX(200px);
  opacity: 1;
  visibility: visible;
}

.blog-listing-content .blog-decorations .decor-2 {
  width: 13.59375vw;
  transform: translateY(12.5vw) translateX(0);
}

.blog-listing-content .blog-decorations .decor-2.no-transform {
  opacity: 1;
  visibility: visible;
  transform: translateY(12.5vw) translateX(261px);
}

.blog-listing-content .blog-decorations .decor-3 {
  width: 15.5208333333vw;
  transform: translateY(41.6666666667vw) translateX(0);
}

.blog-listing-content .blog-decorations .decor-3.no-transform {
  opacity: 1;
  visibility: visible;
  transform: translateY(41.6666666667vw) translateX(298px);
}

.blog-listing-content .blog-decorations .decor-4 {
  width: 16.71875vw;
  transform: translateY(72.9166666667vw) translateX(0);
}

.blog-listing-content .blog-decorations .decor-4.no-transform {
  opacity: 1;
  visibility: visible;
  transform: translateY(72.9166666667vw) translateX(321px);
}

.blog-listing-content .blog-decorations .decor-5 {
  width: 12.0833333333vw;
  transform: translateY(92.7083333333vw) translateX(0);
}

.blog-listing-content .blog-decorations .decor-5.no-transform {
  opacity: 1;
  visibility: visible;
  transform: translateY(92.7083333333vw) translateX(232px);
}

.blog-listing-content .blog-decorations .decor-6 {
  width: 11.1979166667vw;
  transform: translateY(-4.1666666667vw) translateX(0);
}

.blog-listing-content .blog-decorations .decor-6.no-transform {
  opacity: 1;
  visibility: visible;
  transform: translateY(-4.1666666667vw) translateX(-215px);
}

.blog-listing-content .blog-decorations .decor-7 {
  width: 21.8229166667vw;
  transform: translateY(14.0625vw) translateX(0);
}

.blog-listing-content .blog-decorations .decor-7.no-transform {
  opacity: 1;
  visibility: visible;
  transform: translateY(14.0625vw) translateX(-419px);
}

.blog-listing-content .blog-decorations .decor-8 {
  width: 14.3229166667vw;
  transform: translateY(61.4583333333vw) translateX(0);
}

.blog-listing-content .blog-decorations .decor-8.no-transform {
  opacity: 1;
  visibility: visible;
  transform: translateY(61.4583333333vw) translateX(-275px);
}

.blog-listing-content .blog-decorations .decor-9 {
  width: 16.4583333333vw;
  transform: translateY(87.5vw) translateX(0);
}

.blog-listing-content .blog-decorations .decor-9.no-transform {
  opacity: 1;
  visibility: visible;
  transform: translateY(87.5vw) translateX(-316px);
}

.blog-listing-content::after {
  content: "";
  display: block;
  left: 0;
  top: 740px;
  position: absolute;
  background: #f4f3f0;
  width: 100%;
  height: 100%;
  max-height: calc(100% - 740px);
  box-shadow: 0 11px 8px 0 rgba(0, 0, 0, 0.05), 0 33px 30px 1px rgba(18, 10, 1, 0.1);
  z-index: 20;
}

.blog-listing-content.article {
  background: transparent;
  margin: 0 auto;
}

.blog-listing-content.article h1 {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.45px;
  line-height: 37px;
  margin: 0;
}

.blog-listing-content.article .blog-details {
  margin: 15px 0;
}

.blog-listing-content.article .blog-details-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-listing-content.article .blog-details-date > span {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.blog-listing-content.article .blog-details-date a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 20px;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
}

.blog-listing-content.article .blog-details-date a img {
  display: block;
  height: 12px;
  width: auto;
  margin: 0 10px 0 0;
}

.blog-listing-content.article .blog-details-date a:hover {
  opacity: 0.7;
}

.blog-listing-content.article .blog-details-cover {
  width: 100%;
  margin: 40px 0 50px 0;
}

.blog-listing-content.article .blog-details-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-listing-content.article .blog-details-body {
  width: 100%;
  margin: 40px 0 0 0;
}

.blog-listing-content.article .blog-details-body h2,
.blog-listing-content.article .blog-details-body h3,
.blog-listing-content.article .blog-details-body h4,
.blog-listing-content.article .blog-details-body h5,
.blog-listing-content.article .blog-details-body h6 {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.45px;
  line-height: 37px;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}

.blog-listing-content.article .blog-details-body-text {
  margin: 0 0 70px 0;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.blog-listing-content.article .blog-details-body-text.col-2 {
  -moz-column-gap: 40px;
  column-gap: 40px;
  -moz-column-count: 2;
  column-count: 2;
}

.blog-listing-content.article .blog-details-body-text.col-2 p:first-child {
  margin: 0;
}

.blog-listing-content.article .blog-details-body-text.col-2 p:last-child {
  margin: 0;
}

.blog-listing-content.article .blog-details-body-text.has-image.col-2 {
  -moz-column-gap: 0;
  column-gap: 0;
  -moz-column-count: 1;
  column-count: 1;
}

.blog-listing-content.article .blog-details-body-text.has-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-listing-content.article .blog-details-body-text.has-image.left img {
  float: left;
  margin: 0 40px 40px 0;
}

.blog-listing-content.article .blog-details-body-text.has-image.right img {
  float: right;
  margin: 0 0 40px 40px;
}

.blog-listing-content.article .blog-details-body-gallery {
  width: 100%;
}

.blog-listing-content.article .blog-details-body-gallery h2 {
  display: block;
  margin: 0 0 70px 0;
}

.blog-listing-content.article .blog-details-body-gallery-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 220px));
  grid-gap: 15px;
}

.blog-listing-content.article .blog-details-body-gallery-grid a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.blog-listing-content.article .blog-details-body-gallery-grid a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 25;
  position: relative;
}

.blog-listing-content.article .blog-details-body-gallery-grid a span {
  display: flex;
  z-index: 50;
  position: absolute;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 37px;
  text-align: center;
  background: rgba(255, 130, 0, 0.7);
  width: 100%;
  height: 100%;
}

.blog-listing-content.article .blog-details-body-gallery-grid a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  transition: all 300ms ease-in-out;
  z-index: 100;
}

.blog-listing-content.article .blog-details-body-gallery-grid a:hover:not(.last)::after {
  background: rgba(255, 130, 0, 0.7);
}

.blog-listing-content.article .blog-details-body.product h2 {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 70px;
}

.blog-listing-content.article .blog-details-body.product h3,
.blog-listing-content.article .blog-details-body.product h4,
.blog-listing-content.article .blog-details-body.product h5,
.blog-listing-content.article .blog-details-body.product h6 {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.45px;
  line-height: 37px;
}

.blog-listing-content.article::after {
  display: none;
}

.blog-listing-content.no-data {
  padding: 0;
}

@media (max-width: 1440px) {
  .blog-listing-content .blog-decorations {
    width: calc(100% - 120px);
    left: 60px;
  }
  .blog-listing-content .blog-decorations .decor-1 {
    width: 14.2857142857vw;
    transform: translateY(-5.7142857143vw) translateX(0);
  }
  .blog-listing-content .blog-decorations .decor-1.no-transform {
    transform: translateY(-5.7142857143vw) translateX(200px);
    opacity: 1;
    visibility: visible;
  }
  .blog-listing-content .blog-decorations .decor-2 {
    width: 13.59375vw;
    transform: translateY(17.1428571429vw) translateX(0);
  }
  .blog-listing-content .blog-decorations .decor-2.no-transform {
    opacity: 1;
    visibility: visible;
    transform: translateY(17.1428571429vw) translateX(261px);
  }
  .blog-listing-content .blog-decorations .decor-3 {
    width: 15.5208333333vw;
    transform: translateY(57.1428571429vw) translateX(0);
  }
  .blog-listing-content .blog-decorations .decor-3.no-transform {
    opacity: 1;
    visibility: visible;
    transform: translateY(57.1428571429vw) translateX(298px);
  }
  .blog-listing-content .blog-decorations .decor-4 {
    width: 16.71875vw;
    transform: translateY(100vw) translateX(0);
  }
  .blog-listing-content .blog-decorations .decor-4.no-transform {
    opacity: 1;
    visibility: visible;
    transform: translateY(100vw) translateX(321px);
  }
  .blog-listing-content .blog-decorations .decor-5 {
    width: 12.0833333333vw;
    transform: translateY(127.1428571429vw) translateX(0);
  }
  .blog-listing-content .blog-decorations .decor-5.no-transform {
    opacity: 1;
    visibility: visible;
    transform: translateY(127.1428571429vw) translateX(232px);
  }
  .blog-listing-content .blog-decorations .decor-6 {
    width: 11.1979166667vw;
    transform: translateY(-5.7142857143vw) translateX(0);
  }
  .blog-listing-content .blog-decorations .decor-6.no-transform {
    opacity: 1;
    visibility: visible;
    transform: translateY(-5.7142857143vw) translateX(-215px);
  }
  .blog-listing-content .blog-decorations .decor-7 {
    width: 21.8229166667vw;
    transform: translateY(19.2857142857vw) translateX(0);
  }
  .blog-listing-content .blog-decorations .decor-7.no-transform {
    opacity: 1;
    visibility: visible;
    transform: translateY(19.2857142857vw) translateX(-419px);
  }
  .blog-listing-content .blog-decorations .decor-8 {
    width: 14.3229166667vw;
    transform: translateY(84.2857142857vw) translateX(0);
  }
  .blog-listing-content .blog-decorations .decor-8.no-transform {
    opacity: 1;
    visibility: visible;
    transform: translateY(84.2857142857vw) translateX(-275px);
  }
  .blog-listing-content .blog-decorations .decor-9 {
    width: 16.4583333333vw;
    transform: translateY(120vw) translateX(0);
  }
  .blog-listing-content .blog-decorations .decor-9.no-transform {
    opacity: 1;
    visibility: visible;
    transform: translateY(120vw) translateX(-316px);
  }
}
@media (max-width: 1320px) {
  .blog-listing-content .blog-decorations {
    display: none;
  }
  .blog-listing-content.article-grid {
    min-height: initial;
  }
}
@media (max-width: 1280px) {
  .blog-background-decor.article {
    height: 66.40625vw;
  }
}
@media (max-width: 1024px) {
  .blog-listing-content {
    padding: 120px 20px 80px 20px;
  }
}
@media (max-width: 768px) {
  .blog-listing-content.article .blog-details-body h2,
  .blog-listing-content.article .blog-details-body h3,
  .blog-listing-content.article .blog-details-body h4,
  .blog-listing-content.article .blog-details-body h5 {
    margin: 0 0 20px 0;
  }
  .blog-listing-content.article .blog-details-body-text {
    margin: 0 0 30px 0;
  }
  .blog-listing-content.article .blog-details-body-text.col-2 {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .blog-listing-content.article .blog-details-body-text.has-image.left img,
  .blog-listing-content.article .blog-details-body-text.has-image.right img {
    width: 50% !important;
  }
  .blog-listing-content.article .blog-details-body-text.has-image.left img {
    margin: 0 20px 20px 0;
  }
  .blog-listing-content.article .blog-details-body-text.has-image.right img {
    margin: 0 0 20px 20px;
  }
  .blog-listing-content h1 {
    font-size: 46px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .blog-listing-content > div {
    margin: 0 0 80px 0;
  }
  .blog-listing-content-main_article {
    flex-direction: column;
  }
  .blog-listing-content-main_article-cover {
    margin: 0 auto 40px auto;
  }
  .blog-listing-content-main_article-details {
    max-width: 100%;
    padding: 0;
  }
  .blog-listing-content-articles_grid {
    grid-gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(100px, 280px));
    justify-content: space-around;
  }
}
@media (max-width: 650px) {
  .blog-listing-content-articles_grid {
    display: block;
  }
  .blog-listing-content-articles_grid-article {
    margin: 0 0 40px 0;
  }
  .blog-listing-content-articles_grid-article:last-child {
    margin: 0;
  }
}
@media (max-width: 500px) {
  .blog-listing-content.article .blog-details-body-text.has-image.left img,
  .blog-listing-content.article .blog-details-body-text.has-image.right img {
    width: 100% !important;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 450px) {
  .blog-listing-content-main_article-details-button {
    width: 100%;
  }
}
.sub-listing {
  margin: 0 0 40px 0;
}

.sub-listing-title {
  width: 100%;
  margin: 80px 0 40px 0;
}

.sub-listing-title h2 {
  margin: 0;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 20px;
}

.sub-listing-grid {
  width: 100%;
  max-width: 1440px;
  margin: 10px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 300px));
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  padding: 0 20px;
  justify-content: center;
}

.sub-listing-grid a {
  width: 302px;
  height: 302px;
  border-radius: 300px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 30px 0 0 0;
  position: relative;
}

.sub-listing-grid a img {
  display: block;
  height: 150px;
  width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  transition: all 300ms ease-in-out;
  transform: translateY(0) scale(1);
  z-index: 25;
  position: relative;
}

.sub-listing-grid a strong {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 19px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  margin: 40px 0 0 0;
  transition: all 300ms ease-in-out;
  z-index: 25;
  position: relative;
  width: 100%;
  max-width: 60%;
}

.sub-listing-grid a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/svg/circle.svg) no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}

.sub-listing-grid a:hover img {
  opacity: 0.7;
  transform: translateY(-5px) scale(0.9);
}

.sub-listing-grid a:hover strong {
  color: #ff8200;
}

.inner-content .index-main-slider .index-main-slider-container.category .swiper-wrapper .swiper-slide .index-main-slider-slide a .floating-text {
  max-width: 24.4791666667vw !important;
  left: 8.8541666667vw !important;
}

@media (max-width: 1060px) {
  .sub-listing-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }
}
@media (max-width: 980px) {
  .sub-listing-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 235px));
  }
  .sub-listing-grid a {
    width: 242px;
    height: 242px;
    border-radius: 250px;
  }
  .sub-listing-grid a img {
    height: 100px;
    width: 150px;
  }
  .sub-listing-grid a strong {
    margin: 20px 0 0 0;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 14px;
  }
  .sub-listing-grid a::before {
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .sub-listing-title h2 {
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 46px;
  }
  .sub-listing-grid {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
  .inner-content .index-main-slider .index-main-slider-container.category .swiper-wrapper .swiper-slide .index-main-slider-slide a .floating-text {
    display: none !important;
  }
  .inner-content .index-main-slider.category-view {
    height: auto;
  }
  .inner-content .index-main-slider.category-view .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a img:not(.slogan) {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (max-width: 550px) {
  .sub-listing-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sub-listing-grid a {
    width: 100%;
    height: 220px;
    padding: 30px 0;
  }
}
@media (max-width: 450px) {
  .sub-listing-title {
    margin: 40px 0;
  }
  .sub-listing-title h2 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 32px;
  }
  .sub-listing-grid a {
    height: auto;
    padding: 0;
  }
  .sub-listing-grid a::before {
    opacity: 0.25;
  }
}
@media (max-width: 420px) {
  .sub-listing-grid {
    grid-row-gap: 20px;
  }
  .sub-listing-grid a strong {
    letter-spacing: 0;
    line-height: 14px;
  }
}
.about-header {
  width: 100%;
  background: #f4f3f0;
  padding: 120px 0 20px 0;
  position: relative;
  z-index: 50;
}

.about-header-content {
  width: 100%;
  max-width: 1190px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}

.about-header-content h1 {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 70px;
  margin: 0 0 50px 0;
  text-transform: uppercase;
}

.about-header-content-description {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.about-header-content-description-image {
  width: 31.25vw;
  height: 27.6041666667vw;
  display: block;
}

.about-header-content-description-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

.about-header-content-description-text {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  width: 100%;
  max-width: calc(100% - 35.15625vw);
}

.about-header-content-description-text h2,
.about-header-content-description-text h3,
.about-header-content-description-text h4,
.about-header-content-description-text h5,
.about-header-content-description-text h6 {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.45px;
  line-height: 37px;
  display: block;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  text-align: right;
}

.about-header-content-description-text p:last-child {
  margin: 0;
}

.about-header-content-description-text-signature {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  letter-spacing: 1.14px;
  line-height: 55px;
  margin: 20px 0 0 0;
  display: block;
  width: 100%;
  text-align: right;
}

.about-header-content-description-text-signature img {
  display: block;
  width: 150px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin: 0 0 0 auto;
}

.about-header button.mouse-scroll {
  width: 100px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 50;
  cursor: pointer;
  opacity: 1;
  background: transparent;
  border: none;
  outline: none;
  margin: 60px auto 0 auto;
}

.about-header button.mouse-scroll img {
  display: block;
  height: 27.2px;
  width: auto;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 300ms ease-in-out;
  animation: mouse_move 1s infinite alternate;
}

.about-header button.mouse-scroll span {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 8px;
  letter-spacing: 2px;
  line-height: 10px;
  text-align: center;
  display: block;
  margin: 10px 0 0 0;
  text-transform: uppercase;
}

.about-header button.mouse-scroll:hover {
  opacity: 0.8;
}

#about-history-slider .swiper-wrapper {
  align-items: stretch;
}

#about-history-slider .swiper-wrapper .swiper-slide {
  height: auto !important;
}

#about-history-slider .swiper-wrapper .about-history-slider-elem {
  height: 100%;
}

.about-blocks {
  width: 100%;
  max-width: 1190px;
  margin: 70px auto 0 auto;
  padding: 0 20px;
  z-index: 50;
  position: relative;
}

.about-blocks-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}

.about-blocks-grid-block-title {
  height: 74px;
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.45px;
  line-height: 37px;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  display: block;
}

.about-blocks-grid-block-image {
  width: 100%;
  height: auto;
  margin: 0 0 40px 0;
}

.about-blocks-grid-block-image img {
  display: block;
  width: 100%;
  height: auto;
}

.about-blocks-grid-block-description {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.about-blocks::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #58585b;
  margin: 35px 0 0 0;
}

.about-awards,
.about-history {
  z-index: 50;
  position: relative;
}

.about-awards-slider .controls,
.about-history-slider .controls {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0 0 0;
}

.about-awards-slider .controls .swiper-scrollbar,
.about-history-slider .controls .swiper-scrollbar {
  height: 4px;
  border-radius: 2px;
  background: #f4f3f0;
  width: 100%;
}

.about-awards-slider .controls .swiper-scrollbar .swiper-scrollbar-drag,
.about-history-slider .controls .swiper-scrollbar .swiper-scrollbar-drag {
  background: #58585b;
  cursor: pointer;
}

.about-awards-slider .controls .swiper-scrollbar .swiper-scrollbar-drag:hover,
.about-history-slider .controls .swiper-scrollbar .swiper-scrollbar-drag:hover {
  opacity: 0.8;
}

.about-awards-slider .controls .swiper-button-prev,
.about-awards-slider .controls .swiper-button-next,
.about-history-slider .controls .swiper-button-prev,
.about-history-slider .controls .swiper-button-next {
  display: block;
  position: relative;
  left: initial;
  right: initial;
  top: initial;
  background: none;
  margin: 0 20px 0 0;
  width: auto;
  height: auto;
}

.about-awards-slider .controls .swiper-button-prev img,
.about-awards-slider .controls .swiper-button-next img,
.about-history-slider .controls .swiper-button-prev img,
.about-history-slider .controls .swiper-button-next img {
  display: block;
  width: 10px;
  height: 18px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-awards-slider .controls .swiper-button-next,
.about-history-slider .controls .swiper-button-next {
  margin: 0 0 0 20px;
}

.about-history {
  width: 100%;
  margin: 70px 0 60px 0;
}

.about-history-intro {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-history h2 {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
}

.about-history-content {
  width: 100%;
  padding: 0 40px;
  margin: 80px 0;
}

.about-history-slider-container::after {
  content: "";
  display: block;
  width: calc(100% + 80px);
  height: 1px;
  background: #58585b;
  left: -40px;
  position: relative;
  margin: -6px 0 0 0;
}

.about-history-slider-elem {
  display: grid;
  grid-template-columns: 350px 1px;
  max-width: 351px;
  grid-column-gap: 20px;
  padding: 0 0 41px 0;
}

.about-history-slider-elem-wrapper {
  width: 100%;
}

.about-history-slider-elem-wrapper-year {
  color: #ff8200;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.45px;
  line-height: 37px;
  text-align: right;
  display: block;
  width: 100%;
}

.about-history-slider-elem-wrapper-title {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: right;
  margin: 10px 0 20px 0;
}

.about-history-slider-elem-wrapper-description {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.about-history-slider-elem-wrapper-description p:last-child {
  margin-bottom: 0;
}

.about-history-slider-elem-divider {
  display: block;
  width: 1px;
  height: calc(100% + 35px);
  background: #ff8200;
  position: relative;
}

.about-history-slider-elem-divider::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: 1px solid #ff8200;
  position: absolute;
  bottom: -6px;
  left: -6px;
  background: #fff;
}

.about-history-slider-elem-image {
  display: block;
  width: 100%;
  height: 202px;
}

.about-history-slider-elem-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  line-height: 1;
}

.about-history-slider-elem.has-image {
  grid-template-columns: 350px 1px 255px;
  max-width: 606px;
}

.about-history-slider .history-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.about-history-slider .history-pagination .history-pagination-item {
  font-size: 25px;
  font-weight: bold;
  color: rgba(88, 88, 91, 0.5019607843);
  cursor: pointer;
}

.about-history-slider .history-pagination .history-pagination-item.active {
  color: #ff8200;
}

.about-awards {
  background: #f4f3f0;
  padding: 40px 20px 60px 20px;
  max-width: calc(100% - 80px);
  margin: 0 auto 60px auto;
}

.about-awards h2 {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 60px 0;
  z-index: 50;
  position: relative;
}

.about-awards-content {
  width: 100%;
  max-width: 1235px;
  margin: 0 auto;
  z-index: 50;
  position: relative;
}

.about-awards-slider {
  position: relative;
  z-index: 50;
}

.about-awards-slider-elem {
  width: 100%;
  max-width: 350px;
}

.about-awards-slider-elem-wrapper-year {
  color: #ff8200;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.45px;
  line-height: 37px;
  text-align: center;
  display: block;
  margin: 0 0 30px 0;
}

.about-awards-slider-elem-wrapper-title {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 26px;
  text-align: center;
  display: block;
  margin: 0 0 20px 0;
}

.about-awards-slider-elem-wrapper-description {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  text-align: center;
}

.about-awards-slider-elem-wrapper-description p:last-child {
  margin-bottom: 0;
}

.about-awards-slider-elem-image {
  display: block;
  width: 100%;
  max-width: 255px;
  height: 320px;
  margin: 0 auto 20px auto;
}

.about-awards-slider-elem-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  line-height: 1;
}

.about-awards-slider-elem.has-image {
  max-width: 350px;
}

.about-awards-slider .controls .swiper-scrollbar {
  background: #fff;
}

.about-awards-quality {
  width: 100%;
  max-width: 1235px;
  margin: 70px auto 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 50;
  position: relative;
}

.about-awards-quality-description {
  width: 100%;
  max-width: calc(100% - 570px);
}

.about-awards-quality-description h3 {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 70px;
  text-transform: uppercase;
  margin: 0 0 60px 0;
}

.about-awards-quality-description-text {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.about-awards-quality-description-text p:last-child {
  margin-bottom: 0;
}

.about-awards-quality-description-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px auto 0 auto;
  max-width: 420px;
}

.about-awards-quality-description-icons-image {
  width: 60px;
  height: 60px;
  background: url(../images/svg/awards-icon-border.svg) no-repeat;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
}

.about-awards-quality-description-icons-image img {
  display: block;
  width: 32px;
  height: 32px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-awards-quality-description-icons-elem {
  display: block;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
}

.about-awards-quality-certificate {
  display: block;
  width: 420px;
  height: 600px;
}

.about-awards-quality-certificate img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top center;
  object-position: top center;
}

.about-awards::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/white-frame.png) no-repeat;
  position: absolute;
  top: 60px;
  z-index: 25;
  left: 380px;
}

.about-awards .about-awards-quality-certificate {
  position: relative;
}

.about-awards .about-awards-quality-downloads {
  position: absolute;
  bottom: 1em;
  left: 1em;
  width: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-awards .about-awards-quality-downloads img {
  width: 100%;
}

.about-awards .about-awards-quality-downloads img:nth-child(2) {
  position: absolute;
  width: 50%;
  height: auto;
}

@media (max-width: 1280px) {
  .about-header-content-description-image {
    width: 46.875vw;
    height: 41.40625vw;
  }
  .about-header-content-description-text {
    max-width: calc(100% - 52.734375vw);
  }
}
@media (max-width: 1024px) {
  .about-awards-quality {
    flex-direction: column;
  }
  .about-awards-quality-description {
    max-width: 100%;
  }
  .about-awards-quality-certificate {
    margin: 40px auto 0 auto;
    max-width: 420px;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .about-header-content-description {
    flex-direction: column;
  }
  .about-header-content-description-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
  }
  .about-header-content-description-text {
    max-width: 600px;
    margin: 40px auto;
  }
  .about-header-content-description-text h2 {
    text-align: center;
  }
  .about-awards {
    max-width: calc(100% - 40px);
  }
  .about-awards h2 {
    font-size: 46px;
    margin: 0 0 40px 0;
  }
  .about-awards-slider-elem {
    max-width: initial !important;
  }
}
@media (max-width: 768px) {
  .about-history h2 {
    font-size: 46px;
    line-height: 50px;
  }
  .about-history-content {
    padding: 0 20px;
  }
  .about-history-slider-elem {
    display: block;
    max-width: initial;
  }
  .about-history-slider-elem-image,
  .about-history-slider-elem-wrapper {
    max-width: calc(100% - 30px);
  }
  .about-history-slider-elem-divider {
    position: absolute;
    right: 6px;
    bottom: 6px;
    height: 100%;
  }
  .about-history-slider-elem.has-image {
    max-width: 100%;
  }
  .about-header-content h1 {
    font-size: 46px;
    letter-spacing: 4px;
    line-height: 52px;
  }
  .about-awards-quality-description h3 {
    font-size: 46px;
    line-height: 50px;
  }
}
@media (max-width: 660px) {
  .about-blocks-grid {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
  .about-blocks-grid-block {
    margin: 0 0 40px 0;
  }
  .about-blocks-grid-block-title {
    height: auto;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 24px;
  }
  .about-blocks-grid-block:last-child {
    margin: 0;
  }
  .about-awards::after {
    display: none;
  }
}
@media (max-width: 400px) {
  .about-awards-quality-description-icons {
    flex-direction: column;
  }
  .about-awards-quality-description-icons-elem {
    margin: 0 0 40px 0;
  }
  .about-awards-quality-description-icons-elem:last-child {
    margin: 0;
  }
}
@media (max-width: 450px) {
  .about-history h2 {
    font-size: 40px;
    letter-spacing: 1px;
  }
  .about-awards {
    padding: 40px 20px 20px 20px;
  }
  .about-awards h2 {
    font-size: 40px;
    letter-spacing: 0;
  }
}
.inner-content.project .index-grid-100,
.inner-content.project .index-grid-50 {
  height: auto;
}

.inner-content.project .index-grid-100 .project-info,
.inner-content.project .index-grid-50 .project-info {
  height: 100%;
  padding: 40px 0 40px 40px;
  position: relative;
  z-index: 100;
}

.inner-content.project .index-grid-100 .project-info > h2,
.inner-content.project .index-grid-50 .project-info > h2 {
  color: #f58a1e;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 7px;
  line-height: 35px;
  margin: 0;
  text-transform: uppercase;
  z-index: 25;
  position: relative;
}

.inner-content.project .index-grid-100 .project-info > h2::after,
.inner-content.project .index-grid-50 .project-info > h2::after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% + 100px);
  background-color: #f58a1e;
  margin: 30px 0 60px 0;
}

.inner-content.project .index-grid-100 .project-info h3,
.inner-content.project .index-grid-50 .project-info h3 {
  color: #195175;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 28px;
  margin: 50px 0;
  text-transform: uppercase;
}

.inner-content.project .index-grid-100 .project-info .simple-button-big,
.inner-content.project .index-grid-50 .project-info .simple-button-big {
  margin: 130px 0 0 auto;
  width: 100%;
  max-width: 320px;
}

.inner-content.project .index-grid-100 .project-info .back-button,
.inner-content.project .index-grid-50 .project-info .back-button {
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 50;
}

.inner-content.project .index-grid-100 .project-info-description,
.inner-content.project .index-grid-50 .project-info-description {
  color: #195175;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 28px;
}

.inner-content.project .index-grid-100 .project-info-description p,
.inner-content.project .index-grid-50 .project-info-description p {
  margin: 0;
}

.inner-content.project .index-grid-100 .project-info-layout,
.inner-content.project .index-grid-50 .project-info-layout {
  margin: 30px 0 0 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.inner-content.project .index-grid-100 .project-info-layout a,
.inner-content.project .index-grid-50 .project-info-layout a {
  margin: 0 0 40px 0;
}

.inner-content.project .index-grid-100 .project-cover,
.inner-content.project .index-grid-50 .project-cover {
  position: relative;
  z-index: 50;
  padding: 40px;
}

.inner-content.project .index-grid-100 .project-cover img,
.inner-content.project .index-grid-50 .project-cover img {
  width: 100%;
  height: auto;
  display: block;
}

.inner-content.project .index-grid-100 .about-container-decor::after,
.inner-content.project .index-grid-50 .about-container-decor::after {
  width: 100%;
}

.inner-content.project .project-price {
  width: 100%;
  background-color: #195175;
  padding: 70px 20px;
}

.inner-content.project .project-price h2 {
  color: rgba(255, 255, 255, 0);
  font-family: "Raleway", sans-serif;
  font-size: 138px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 138px;
  text-align: center;
  margin: 0;
  -webkit-text-stroke: 1.5px #fff;
}

.inner-content.project .project-price-table {
  width: 100%;
  max-width: 990px;
  margin: 40px auto;
}

.inner-content.project .project-price-table-row {
  width: 100%;
  margin: 0 0 40px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.inner-content.project .project-price-table-row-name {
  width: 100%;
  max-width: 500px;
}

.inner-content.project .project-price-table-row-name strong {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  display: block;
  width: 100%;
}

.inner-content.project .project-price-table-row-description {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 21px;
}

.inner-content.project .project-price-table-row-price strong,
.inner-content.project .project-price-table-row-price span {
  display: block;
}

.inner-content.project .project-price-table-row-price strong {
  color: #f58a1e;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 28px;
  text-align: right;
}

.inner-content.project .project-price-table-row-price span {
  color: #f58a1e;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.88px;
  line-height: 25px;
  text-align: right;
}

.inner-content.project .project-price-table-row:last-child {
  margin: 0;
}

.inner-content.project .project-about {
  width: 100%;
  background: #fff;
  padding: 40px 20px;
  margin: 60px 0;
}

.inner-content.project .project-about-container {
  color: #195175;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 28px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.inner-content.project .project-about-container h3 {
  color: #195175;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

.inner-content.project .project-gallery {
  display: flex;
  padding: 0 40px 0 0;
  position: relative;
  margin: 0 0 90px 0;
}

.inner-content.project .project-gallery-title {
  width: 100%;
  max-width: calc(100% - 81.25vw);
  position: relative;
}

.inner-content.project .project-gallery-title h2 {
  color: rgba(255, 255, 255, 0);
  font-family: "Raleway", sans-serif;
  font-size: 9.7916666667vw;
  line-height: 7.1875vw;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  -webkit-text-stroke: 1.5px #195175;
  writing-mode: tb-rl;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(-1, -1);
  padding: 0 0 0 20px;
}

.inner-content.project .project-gallery-title::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #195175;
  position: absolute;
  right: 40px;
  top: 0;
}

.inner-content.project .project-gallery-content {
  width: 100%;
  max-width: 81.25vw;
  position: relative;
  z-index: 50;
  margin: 0 0 -50px 0;
}

.inner-content.project .project-gallery-content-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.inner-content.project .project-gallery-content-row[data-row="2"] {
  margin: 20px 0 0 0;
}

.inner-content.project .project-gallery-content-grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.inner-content.project .project-gallery-content-grid[data-grid="1"] > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin: 0 20px 0 0;
}

.inner-content.project .project-gallery-content-grid[data-grid="1"] > div > a:first-child {
  margin: 0 0 20px 0;
}

.inner-content.project .project-gallery-content-image {
  display: block;
}

.inner-content.project .project-gallery-content-image[data-image="1"] {
  height: 21.875vw;
  width: 31.25vw;
  margin: 0 20px 0 0;
}

.inner-content.project .project-gallery-content-image[data-image="2"],
.inner-content.project .project-gallery-content-image[data-image="3"] {
  height: 11.6666666667vw;
  width: 16.6666666667vw;
}

.inner-content.project .project-gallery-content-image[data-image="4"] {
  height: 24.375vw;
  width: 31.25vw;
}

.inner-content.project .project-gallery-content-image[data-image="5"] {
  height: 26.875vw;
  width: 31.25vw;
  margin: 0 20px 0 0;
  position: relative;
  top: -2.6041666667vw;
}

.inner-content.project .project-gallery-content-image[data-image="6"] {
  height: 24.375vw;
  width: 31.25vw;
  margin: 0 20px 0 0;
}

.inner-content.project .project-gallery-content-image[data-image="7"],
.inner-content.project .project-gallery-content-image[data-image="8"] {
  height: 11.6666666667vw;
  width: 16.6666666667vw;
}

.inner-content.project .project-gallery-content-image[data-image="7"] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-content.project .project-gallery-content-image[data-image="7"] button {
  margin: 0;
}

.inner-content.project .project-gallery-content-image[data-image="7"] button span,
.inner-content.project .project-gallery-content-image[data-image="7"] button strong {
  color: #fff;
}

.inner-content.project .project-gallery-content-image[data-image="8"] {
  margin: 20px 0 0 0;
}

.inner-content.project .project-gallery-content-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(0.5);
  transition: all 300ms ease-out;
}

.inner-content.project .project-gallery-content-image img:hover {
  filter: grayscale(0);
}

.inner-content.project .service-gallery {
  width: 100%;
  max-width: 980px;
  margin: 60px auto 100px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inner-content.project .service-gallery a {
  display: block;
  width: 230px;
  height: 200px;
}

.inner-content.project .service-gallery a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  filter: grayscale(0.5);
}

.inner-content.project .service-gallery a:hover img {
  filter: grayscale(0);
}

.inner-content.project .project-contacts {
  width: 100%;
}

.inner-content.project .project-contacts-decorations {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0;
  position: relative;
  z-index: 25;
}

.inner-content.project .project-contacts-decorations h2 {
  color: rgba(255, 255, 255, 0);
  font-family: "Raleway", sans-serif;
  font-size: 188px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 138px;
  text-align: center;
  -webkit-text-stroke: 1.5px #f58a1e;
  position: absolute;
  margin: 30px 0 0 0;
  z-index: 50;
  text-transform: lowercase;
}

.inner-content.project .project-contacts-decorations div[data-index="1"],
.inner-content.project .project-contacts-decorations div[data-index="2"],
.inner-content.project .project-contacts-decorations div[data-index="3"] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 25;
}

.inner-content.project .project-contacts-decorations div[data-index="1"],
.inner-content.project .project-contacts-decorations div[data-index="3"] {
  left: -20px;
}

.inner-content.project .project-contacts-decorations div[data-index="1"] span,
.inner-content.project .project-contacts-decorations div[data-index="3"] span {
  color: #d8d8d8;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 7px;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0 0 0 30px;
}

.inner-content.project .project-contacts-decorations div[data-index="2"] {
  left: -140px;
}

.inner-content.project .project-contacts-decorations div[data-index="2"] span {
  color: rgba(216, 216, 216, 0);
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 7px;
  margin: 0 0 0 30px;
  line-height: 35px;
  -webkit-text-stroke: 1.5px #d8d8d8;
  text-transform: uppercase;
}

.inner-content.project .project-contacts-phone_numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 50;
  margin: 0 0 40px 0;
}

.inner-content.project .project-contacts-phone_numbers a {
  display: block;
  color: #195175;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 106px;
  text-align: center;
  cursor: pointer;
}

.inner-content.project .project-contacts-phone_numbers a:hover {
  color: #f58a1e;
}

@media (max-width: 1440px) {
  .inner-content.project .index-grid-50 .project-info-layout a,
  .inner-content.project .index-grid-100 .project-info-layout a {
    width: calc(50% - 20px);
  }
  .inner-content.project .index-grid-50 .project-info-layout a img,
  .inner-content.project .index-grid-100 .project-info-layout a img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
@media (max-width: 1280px) {
  .inner-content.project .project-gallery {
    padding: 20px;
  }
  .inner-content.project .project-gallery-title {
    display: none;
  }
  .inner-content.project .project-gallery-content {
    max-width: 100%;
  }
  .inner-content.project .project-gallery-content-row {
    justify-content: center;
  }
}
@media (max-width: 1180px) {
  .inner-content.project .index-grid-50,
  .inner-content.project .index-grid-100 {
    flex-direction: column-reverse;
  }
  .inner-content.project .index-grid-50 .project-cover,
  .inner-content.project .index-grid-100 .project-cover {
    width: 100%;
    padding: 0;
  }
  .inner-content.project .index-grid-50 .project-info,
  .inner-content.project .index-grid-100 .project-info {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .inner-content.project .project-about {
    margin: 20px 0 0 0;
    padding: 20px;
  }
}
@media (max-width: 850px) {
  .inner-content.project .project-contacts-decorations h2 {
    font-size: 108px;
  }
  .inner-content.project .project-contacts-phone_numbers a {
    font-size: 40px;
    line-height: 66px;
  }
}
@media (max-width: 768px) {
  .inner-content.project .index-grid-50 .project-info,
  .inner-content.project .index-grid-100 .project-info {
    padding: 40px 20px 20px 20px;
  }
  .inner-content.project .project-price h2 {
    font-size: 108px;
    line-height: 108px;
    margin: 0 0 80px 0;
  }
  .inner-content.project .project-price-table-row {
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
  .inner-content.project .project-price-table-row-name {
    max-width: 100%;
  }
  .inner-content.project .project-price-table-row-price {
    margin: 20px 0 0 0;
  }
  .inner-content.project .project-price-table-row-price span {
    text-align: left;
  }
  .inner-content.project .project-gallery-content-image[data-image="1"] {
    height: 50vw;
    width: 100%;
  }
  .inner-content.project .project-gallery-content-row[data-row="1"] .project-gallery-content-image {
    margin: 0;
  }
  .inner-content.project .project-gallery-content-row[data-row="1"] .project-gallery-content-grid {
    display: none;
  }
  .inner-content.project .project-gallery-content-row[data-row="2"] {
    display: none;
  }
}
@media (max-width: 550px) {
  .inner-content.project .index-grid-100 .project-info h2,
  .inner-content.project .index-grid-50 .project-info h2 {
    margin: 20px 0 0 0;
  }
  .inner-content.project .index-grid-100 .project-info .simple-button-big,
  .inner-content.project .index-grid-50 .project-info .simple-button-big {
    margin: 40px 0 0 0;
    max-width: 100%;
  }
  .inner-content.project .index-grid-100 .project-info .back-button,
  .inner-content.project .index-grid-50 .project-info .back-button {
    top: 25px;
    right: 20px;
  }
  .inner-content.project .project-price {
    padding: 70px 20px 20px 20px;
  }
  .inner-content.project .project-price-table {
    margin: 40px auto 0 auto;
  }
  .inner-content.project .project-price h2 {
    font-size: 58px;
    line-height: 58px;
  }
}
@media (max-width: 500px) {
  .inner-content.project .index-grid-50 .project-info-layout a,
  .inner-content.project .index-grid-100 .project-info-layout a {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .inner-content.project .project-contacts-decorations h2 {
    font-size: 68px;
    margin: 10px 0 0 0;
  }
  .inner-content.project .project-contacts-phone_numbers a {
    font-size: 30px;
    line-height: 56px;
  }
}
.contact-header {
  width: 100%;
  background: #f4f3f0;
  padding: 120px 0 20px 0;
  position: relative;
  z-index: 50;
}

.contact-header-content {
  width: 100%;
  max-width: 1190px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}

.contact-header-content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px 0;
}

.contact-header-content-title h1 {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 70px;
  margin: 0;
  text-transform: uppercase;
}

.contact-header-content-title-map_switcher {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-header-content-title-map_switcher-toggle {
  margin: 0 35px;
  height: 27px;
  width: 73px;
  background-position: center;
  background-size: contain;
  border-radius: 13.5px;
  background: url(../images/svg/toggle.svg) no-repeat, linear-gradient(180deg, #f4f4f4 0%, #e7e7e7 100%);
  position: relative;
}

.contact-header-content-title-map_switcher-toggle-handle {
  background: url(../images/svg/toggle-handle.svg) no-repeat, linear-gradient(155.14deg, #ffc878 0%, #ff8934 100%);
  background-size: contain;
  background-position: center;
  height: 23px;
  width: 23px;
  border-radius: 23px;
  position: absolute;
  left: 0;
  top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateX(0);
  transition: all 300ms ease-in-out;
}

.contact-header-content-title-map_switcher-toggle-handle img {
  z-index: 50;
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  transform: rotate(0);
  transition: all 300ms ease-in-out;
}

.contact-header-content-title-map_switcher-toggle-handle::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  z-index: 25;
}

.contact-header-content-title-map_switcher-toggle-handle:hover {
  opacity: 0.8;
}

.contact-header-content-title-map_switcher strong {
  color: #d9d9d9;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.45px;
  line-height: 37px;
  display: block;
  text-transform: uppercase;
  position: relative;
  cursor: help;
  transition: all 300ms ease-in-out;
}

.contact-header-content-title-map_switcher strong span.tooltip {
  position: absolute;
  background: url(../images/svg/toggle-tooltip-background.svg) no-repeat;
  background-position: center;
  background-size: contain;
  height: 75px;
  width: 520px;
  left: 0;
  top: 100%;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  padding: 0 20px 0 20px;
  letter-spacing: 0.5px;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
}

.contact-header-content-title-map_switcher strong.active {
  color: #ff8200;
}

.contact-header-content-title-map_switcher strong.active span.tooltip {
  opacity: 1;
  visibility: visible;
}

.contact-header-content-title-map_switcher strong.data-2 span.tooltip {
  background: url(../images/svg/toggle-tooltip-background-inverse.svg) no-repeat;
  background-position: center;
  background-size: contain;
  left: initial;
  right: 0;
  padding: 0 30px 0 30px;
}

.contact-header-content-title-map_switcher.switched .contact-header-content-title-map_switcher-toggle-handle {
  transform: translateX(50px);
}

.contact-header-content-title-map_switcher.switched .contact-header-content-title-map_switcher-toggle-handle img {
  transform: rotate(260deg);
}

.contact-header-content-title-map_switcher.switched .contact-header-content-title-map_switcher-toggle-handle:hover {
  transform: translateX(50px);
}

.contact-header-content-description {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  width: 100%;
  max-width: 300px;
}

.contact-header-content-map {
  margin: -60px 0 20px 0;
  position: relative;
}

.contact-header-content-map-contact_person {
  background: #ffffff;
  position: absolute;
  height: auto;
  width: 330px;
  box-shadow: 10px 13px 20px 0 rgba(0, 0, 0, 0.35);
  top: 80px;
  padding: 10px 10px 20px 10px;
  border-radius: 20px;
  display: none;
}

.contact-header-content-map-contact_person .person-close {
  display: block;
  background: transparent;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 50;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border: none;
  outline: none;
}

.contact-header-content-map-contact_person .person-close img {
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.contact-header-content-map-contact_person .person-close:hover {
  opacity: 0.5;
}

.contact-header-content-map-contact_person-image {
  border-radius: 80px;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
  margin: -60px auto 20px auto;
}

.contact-header-content-map-contact_person-image img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
}

.contact-header-content-map-contact_person-image.invisible {
  opacity: 0;
}

.contact-header-content-map-contact_person-info-title {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
}

.contact-header-content-map-contact_person-info-title strong,
.contact-header-content-map-contact_person-info-title span {
  display: block;
  width: 100%;
  line-height: 1.2em;
}

.contact-header-content-map-contact_person-info-title strong {
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.contact-header-content-map-contact_person-info-title span {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.contact-header-content-map-contact_person-info-title::after {
  content: "";
  display: block;
  width: 184px;
  height: 1px;
  margin: 10px auto;
  background: #58585b;
}

.contact-header-content-map-contact_person-info-title.contact::after {
  display: none;
}

.contact-header-content-map-contact_person-info-contact a {
  color: #ff8200;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  display: block;
  margin: 0 0 5px 0;
}

.contact-header-content-map-contact_person-info-contact a.phone {
  font-weight: bold;
  font-size: 18px;
}

.contact-header-content-map-contact_person-info-contact a:hover {
  opacity: 0.5;
}

.contact-header-content-map-contact_person::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #ffffff transparent transparent;
}

.contact-header-content-map-contact_person.right::after {
  left: initial;
  right: -10px;
  transform: rotate(180deg);
}

.contact-header-content-map-contact_person.bottom::after {
  left: 50%;
  right: initial;
  bottom: -10px;
  top: initial;
  transform: rotate(-90deg);
  opacity: 0;
}

.contact-header-content-map .contact-map {
  width: 100%;
  height: auto;
}

.contact-header-content-map .contact-map .city.active path {
  fill: #fff;
}

.contact-header-content-map .contact-map .region {
  cursor: pointer;
}

.contact-header-content-map .contact-map .region:hover {
  fill: #ff8200;
}

.contact-content {
  width: 100%;
  max-width: 1190px;
  padding: 0 20px;
  margin: 70px auto 80px auto;
}

.contact-content-form_contacts {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  margin: 0 0 60px 0;
}

.contact-content-form_contacts-title {
  margin: 0 0 40px 0;
}

.contact-content-form_contacts-title strong {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.45px;
  line-height: 37px;
  text-transform: uppercase;
  display: block;
}

.contact-content-form_contacts-title span {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase;
  display: block;
}

.contact-content-form_contacts-contacts-content {
  background: #f4f3f0;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.contact-content-form_contacts-contacts-content > div {
  margin: 0 auto;
}

.contact-content-form_contacts-contacts-content-contact {
  margin: 0 0 30px 0;
}

.contact-content-form_contacts-contacts-content-contact-position {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 26px;
  display: block;
  margin: 0 0 12px 0;
}

.contact-content-form_contacts-contacts-content-contact-grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.contact-content-form_contacts-contacts-content-contact-grid-image {
  box-sizing: border-box;
  height: 81px;
  width: 81px;
}

.contact-content-form_contacts-contacts-content-contact-grid-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.contact-content-form_contacts-contacts-content-contact-grid-image.no-image {
  height: 0;
}

.contact-content-form_contacts-contacts-content-contact-grid-image.no-image img {
  display: none;
}

.contact-content-form_contacts-contacts-content-contact-grid-info {
  padding: 0 0 0 20px;
}

.contact-content-form_contacts-contacts-content-contact-grid-info span,
.contact-content-form_contacts-contacts-content-contact-grid-info a,
.contact-content-form_contacts-contacts-content-contact-grid-info strong {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  display: block;
}

.contact-content-form_contacts-contacts-content-contact-grid-info strong {
  font-weight: 600;
}

.contact-content-form_contacts-contacts-content-contact-grid-info span {
  font-size: 10px;
  line-height: 18px;
  margin: 0 0 12px 0;
}

.contact-content-form_contacts-contacts-content-contact-grid-info a:hover {
  text-decoration: underline;
}

.contact-content-form_contacts-contacts-content-contact:last-child {
  margin: 0;
}

.contact-content-form_contacts-form {
  width: 100%;
}

.contact-content-form_contacts-form form {
  width: 100%;
}

.contact-content-form_contacts-form form textarea,
.contact-content-form_contacts-form form input[type=text] {
  height: 46px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 2px solid #58585b;
  background-color: #ffffff;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 0 0 30px 0;
}

.contact-content-form_contacts-form form textarea.placeholder,
.contact-content-form_contacts-form form input[type=text].placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}

.contact-content-form_contacts-form form textarea:-moz-placeholder,
.contact-content-form_contacts-form form input[type=text]:-moz-placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}

.contact-content-form_contacts-form form textarea::-moz-placeholder,
.contact-content-form_contacts-form form input[type=text]::-moz-placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}

.contact-content-form_contacts-form form textarea:-ms-input-placeholder,
.contact-content-form_contacts-form form input[type=text]:-ms-input-placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}

.contact-content-form_contacts-form form textarea::-webkit-input-placeholder,
.contact-content-form_contacts-form form input[type=text]::-webkit-input-placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}

.contact-content-form_contacts-form form textarea {
  height: 160px;
  resize: none;
}

.contact-content-form_contacts-form form .tooltip {
  margin: -24px 0 24px 0;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  display: block;
  letter-spacing: 0.5px;
  line-height: 20px;
  padding: 0 0 0 20px;
}

.contact-content-form_contacts-form .form-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-content-form_contacts-form .form-footer-accept {
  width: 100%;
  max-width: 550px;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contact-content-form_contacts-form .form-footer-accept input {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.contact-content-form_contacts-form .form-footer-accept input::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  border: 2px solid #58585b;
  background: #fff;
  z-index: 50;
  position: relative;
  cursor: pointer;
}

.contact-content-form_contacts-form .form-footer-accept input::after {
  content: "";
  height: 12px;
  width: 12px;
  background: #58585b;
  position: absolute;
  z-index: 50;
  display: none;
}

.contact-content-form_contacts-form .form-footer-accept input:checked::after {
  display: block;
}

.contact-content-form_contacts-form .form-footer-accept label {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 14px;
  cursor: pointer;
  display: block;
  margin: 0 0 0 20px;
}

.contact-content-form_contacts-form .form-footer button {
  height: 36px;
  min-width: 152px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ff8200;
  border: 1px solid #ff8200;
  border-radius: 36px;
}

.contact-content-form_contacts-form .form-footer button:hover {
  background-color: #cc6800;
}

.contact-content-contacts_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 90px;
  grid-row-gap: 40px;
  margin: 0 0 60px 0;
}

.contact-content-info_grid {
  width: 100%;
  margin: 0 0 60px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}

.contact-content-info_grid > div {
  border-top: 1px solid #58585b;
  padding: 35px 0 0 0;
}

.contact-content-info_grid-title {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0 0 14px 0;
}

.contact-content-info_grid-content {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  display: block;
}

.contact-content-info_grid-content .info,
.contact-content-info_grid-content address {
  font-style: normal;
  margin: 0 0 40px 0;
  page-break-inside: avoid;
}

.contact-content-info_grid-content .info a,
.contact-content-info_grid-content address a {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  display: block;
}

.contact-content-info_grid-content .info a:hover,
.contact-content-info_grid-content address a:hover {
  text-decoration: underline;
}

.contact-content-info_grid-content .info strong,
.contact-content-info_grid-content .info span,
.contact-content-info_grid-content address strong,
.contact-content-info_grid-content address span {
  display: block;
}

.contact-content-info_grid-content .info strong,
.contact-content-info_grid-content address strong {
  font-weight: 900;
}

.contact-content-info_grid-content .info:last-child,
.contact-content-info_grid-content address:last-child {
  margin: 0;
}

.contact-content-info_grid-content.columns-2 {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.contact-content-info_grid-orders {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}

.contact-content-map h2 {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 26px;
  display: block;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

.contact-content-map iframe {
  width: 100%;
  height: 600px;
  display: block;
}

.outter-tooltip {
  width: 100%;
  display: none;
}

.outter-tooltip .tooltip {
  width: 100%;
  height: auto;
  background: #ff8200;
  color: #fff;
  font-size: 16px;
  padding: 10px 14px;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #fff;
  box-shadow: 4px 10px 14px rgba(0, 0, 0, 0.25);
  display: none;
}

.outter-tooltip .tooltip.active {
  display: block;
}

@media (max-width: 1240px) {
  .contact-header-content-title-map_switcher strong span.tooltip {
    left: -60px;
  }
  .contact-header-content-map {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 1024px) {
  .contact-header-content-map {
    overflow: auto;
    padding: 0 40px;
  }
  .contact-header-content-map .contact-map {
    width: calc(100% + 280px);
  }
}
@media (max-width: 1023px) {
  .contact-header-content-map-contact_person {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    margin: -80px 0 40px auto;
  }
  .contact-header-content-map-contact_person .person-close {
    display: none;
  }
}
@media (max-width: 900px) {
  .contact-header-content-title {
    flex-direction: column;
  }
  .contact-header-content-title-map_switcher {
    margin: 40px 0;
  }
  .contact-header-content-description {
    max-width: 100%;
    margin: 40px 0;
    text-align: center;
  }
  .contact-content-form_contacts {
    display: block;
  }
  .contact-content-form_contacts-contacts {
    margin: 0 0 40px 0;
  }
  .contact-content-info_grid {
    display: block;
  }
  .contact-content-info_grid > div {
    margin: 40px 0;
  }
}
@media (max-width: 850px) {
  .contact-header-content-title h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .contact-header-content-map-contact_person {
    margin: 50px auto 40px auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-content-form_contacts-form .form-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-content-form_contacts-form .form-footer-accept {
    max-width: 100%;
    margin: 0 0 40px 0;
  }
  .contact-content-form_contacts-form button {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 580px) {
  .contact-header-content-title-map_switcher strong span.tooltip {
    left: -20px;
  }
}
@media (max-width: 550px) {
  .contact-header-content-title-map_switcher {
    margin: 40px 0 0 0;
  }
  .contact-header-content-title-map_switcher strong span.tooltip {
    display: none;
  }
  .outter-tooltip {
    display: block;
  }
}
@media (max-width: 520px) {
  .contact-header-content-title-map_switcher strong {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .contact-header-content-map {
    padding: 0 20px;
  }
  .contact-header-content-map .contact-header-content-map-contact_person {
    box-shadow: none;
    margin: 50px auto 10px auto;
  }
}
@media (max-width: 450px) {
  .contact-content-info_grid-content.columns-2 {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .contact-content-info_grid-orders {
    display: block;
  }
  .contact-content-info_grid-orders > div {
    margin: 0 0 40px 0;
  }
  .contact-content-info_grid-orders > div:last-child {
    margin: 0;
  }
  .contact-header-content-title h1 {
    letter-spacing: 2px;
  }
}
@media (max-width: 420px) {
  .contact-content-form_contacts-form .form-footer button {
    width: 100%;
  }
  .contact-header-content-title-map_switcher strong {
    letter-spacing: 0;
    font-size: 20px;
  }
  .contact-header-content-map {
    padding: 0;
  }
}
@media (max-width: 400px) {
  .contact-content-form_contacts-contacts-content > div {
    width: 100%;
  }
  .contact-content-form_contacts-contacts-content-contact-grid {
    flex-direction: column;
  }
  .contact-content-form_contacts-contacts-content-contact-grid-image {
    margin: 20px auto;
  }
  .contact-content-form_contacts-contacts-content-contact-grid-info {
    text-align: center;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 380px) {
  .outter-tooltip .tooltip {
    border-radius: 20px;
  }
}
@media (max-width: 360px) {
  .contact-header-content-title-map_switcher-toggle {
    margin: 0 20px;
  }
}
.career-elem-text {
  width: 100%;
  max-width: 1200px;
  margin: 0 0 70px 0;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin: 80px auto;
}

@media (max-width: 1240px) {
  .career-elem-text {
    width: calc(100% - 40px);
    margin: 60px 20px;
  }
}
.career-elem-text h2,
.career-elem-text h3,
.career-elem-text h4,
.career-elem-text h5,
.career-elem-text h6 {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.45px;
  line-height: 37px;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.career-elem-text ul,
.career-elem-text ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.career-elem-text ul li,
.career-elem-text ol li {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 50px;
}

.career-elem-text ul li svg,
.career-elem-text ol li svg {
  width: 40px;
  min-width: 40px;
  padding: 2px 0 2px 2px;
  margin: 0 10px 0 0;
}

.career-elem-text ul li a,
.career-elem-text ol li a {
  color: #ff8200;
  text-transform: uppercase;
  text-decoration: underline;
  margin-left: 15px;
}

.career-elem-text ul li::after,
.career-elem-text ol li::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  left: 20px;
  background: #ff8200;
  top: 45px;
  height: calc(100% + 0px);
}

.career-elem-text ul li:last-child::after,
.career-elem-text ol li:last-child::after {
  display: none;
}

.career-elem-text ul li strong,
.career-elem-text ol li strong {
  display: inline-block;
  width: calc(100% - 30px);
}

.career-elem-text ul li:last-child span::after,
.career-elem-text ol li:last-child span::after {
  display: none;
}

.career-listing {
  width: 100%;
  position: relative;
  z-index: 25;
}

.career-listing h2 {
  margin: 70px 0 80px 0;
  display: block;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
}

.career-listing-grid {
  width: 100%;
  margin: 0 auto;
  max-width: 1190px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 65px;
  position: relative;
}

.career-listing-grid::before {
  content: "";
  display: block;
  width: 1400px;
  height: 1400px;
  position: absolute;
  left: 110px;
  top: -70px;
  background: url(../images/career-frame.png) no-repeat;
  background-position: top left;
  z-index: 25;
}

.career-entry {
  width: 100%;
  height: 100%;
  background: #f4f3f0;
  padding: 20px 60px;
  position: relative;
  z-index: 50;
  overflow: hidden;
}

.career-entry-header {
  width: 100%;
  margin: 0 0 20px 0;
}

.career-entry-header strong {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.45px;
  line-height: 37px;
  text-transform: uppercase;
}

.career-entry-body-requirements-title {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 10px 0;
}

.career-entry-body-requirements-description {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  max-height: 420px;
  overflow: hidden;
  position: relative;
}

.career-entry-body-requirements-description-modal {
  display: none;
  max-width: calc(100% - 80px);
  height: calc(100% - 80px);
}

.career-entry-body-requirements-description-modal-title strong {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.45px;
  line-height: 37px;
  text-transform: uppercase;
}

.career-entry-body-requirements-description-modal-close {
  box-sizing: border-box;
  height: 24px;
  min-width: 160px;
  border: 1px solid #000000;
  border-radius: 21px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  background: transparent;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  padding: 3px 0 0 0;
  margin: 40px auto 10px auto;
}

.career-entry-body-requirements-description-modal-close:hover {
  background: #000;
  color: #fff;
}

.career-entry-body-requirements-description-read_more {
  box-sizing: border-box;
  height: 24px;
  min-width: 160px;
  border: 1px solid #000000;
  border-radius: 21px;
  color: #000000;
  background: transparent;
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  padding: 3px 0 0 0;
  margin: 25px auto 30px auto;
}

.career-entry-body-requirements-description-read_more:hover {
  background: #000;
  color: #fff;
}

.career-entry-body-requirements-description * {
  position: relative;
  z-index: 25;
}

.career-entry-body-requirements-description::after {
  content: "";
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  height: 40px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
  /* IE6-8 */
}

.career-entry-footer {
  margin: 20px 0 0 0;
}

.career-entry-footer-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 6px 0;
}

.career-entry-footer-info-row div:first-child {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  text-transform: uppercase;
}

.career-entry-footer-info-row div:last-child {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.57px;
  line-height: 20px;
}

.career-entry-footer-info-row div:last-child.highlight {
  font-weight: 600;
}

.career-entry-footer-info-row:last-child {
  margin: 0;
}

.career-entry-footer-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 40px 0 0 0;
}

.career-entry-footer-actions a,
.career-entry-footer-actions button {
  box-sizing: border-box;
  height: 36px;
  min-width: 220px;
  border: 2px solid #000000;
  border-radius: 21px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.career-entry-footer-actions a:hover,
.career-entry-footer-actions button:hover {
  background: #000;
  color: #fff;
}

.career-content {
  width: 100%;
  margin: 100px auto 80px auto;
  max-width: 1190px;
  padding: 0 20px;
  position: relative;
  z-index: 50;
}

.latest-careers {
  width: 100%;
  max-width: 1190px;
  padding: 0 20px;
  margin: 0 auto 60px auto;
}

.latest-careers-title {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  display: block;
}

.latest-careers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 60px;
  margin: 60px 0 0 0;
  justify-content: space-between;
}

.latest-careers-actions {
  display: flex;
  width: 100%;
  margin: 80px 0 0 0;
  align-items: center;
  justify-content: center;
}

.latest-careers-actions button,
.latest-careers-actions a {
  cursor: pointer;
  height: 36px;
  min-width: 360px;
  border-radius: 21px;
  background-color: #ff8200;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.latest-careers-actions button:hover,
.latest-careers-actions a:hover {
  background-color: #cc6800;
}

#beer-slider-career {
  width: 100%;
  height: 43.75vw;
  position: relative;
}

#beer-slider-career .product-info {
  height: 100%;
  width: 100%;
}

#beer-slider-career .product-info > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
}

#beer-slider-career .product-info img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

#beer-slider-career .product-info strong {
  position: absolute;
  text-transform: uppercase;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 3.125vw;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 3.125vw;
  left: 19.7916666667vw;
}

#beer-slider-career > img {
  display: block;
  width: 100%;
  height: 100%;
}

#beer-slider-career .beer-reveal {
  height: 100%;
  background: transparent;
}

#beer-slider-career .beer-reveal-inner {
  width: 100%;
  height: 100%;
}

#beer-slider-career .beer-reveal-inner > div {
  width: 100%;
  height: 100%;
}

#beer-slider-career .beer-reveal-inner > div > div {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#beer-slider-career .beer-reveal-inner > div > div > div {
  max-width: 490px;
  padding: 0 20px;
}

#beer-slider-career .beer-reveal-inner > div > div h1 {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 3.125vw;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 3.6458333333vw;
  margin: 0 0 40px 0;
}

#beer-slider-career .beer-reveal-inner > div > div .description {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
}

#beer-slider-career .beer-handle {
  background-color: #94b7bb;
  box-shadow: -4px 0 12px 0 #537b7f;
}

#beer-slider-career .beer-handle::before,
#beer-slider-career .beer-handle::after {
  color: #fff;
}

#beer-slider-career .beer-handle:hover {
  background-color: #75a2a7;
  box-shadow: -4px 0 16px 0 #537b7f;
}

#beer-slider-career.split {
  display: flex;
  flex-direction: row-reverse;
}

#beer-slider-career.split .beer-reveal {
  position: relative;
}

@media (max-width: 1440px) {
  #beer-slider-career {
    height: 58.3333333333vw;
  }
}
@media (max-width: 1300px) {
  .career-listing h2 {
    font-size: 46px;
    letter-spacing: 2px;
    line-height: 50px;
  }
}
@media (max-width: 1280px) {
  #beer-slider-career {
    height: 65.625vw;
  }
}
@media (max-width: 1024px) {
  .career-listing-grid {
    grid-gap: 20px;
  }
  .career-listing-grid .career-entry {
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  .latest-careers-title {
    font-size: 46px;
    line-height: 50px;
  }
  .latest-careers-grid {
    display: block;
  }
  .latest-careers-grid .career-entry {
    padding: 20px;
    margin: 0 0 20px 0;
  }
  .latest-careers-grid .career-entry-header strong {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 30px;
  }
  #beer-slider-career.split {
    width: 100%;
    flex-direction: column;
    height: auto;
  }
  #beer-slider-career.split .product-info {
    width: 100% !important;
  }
  #beer-slider-career.split .beer-reveal {
    width: 100% !important;
  }
  #beer-slider-career.split .beer-reveal-inner > div {
    padding: 40px;
  }
  #beer-slider-career.split .beer-reveal-inner > div > div {
    width: 100%;
  }
  #beer-slider-career.split .beer-handle {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .career-entry-footer-info-row {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 20px 0;
  }
  .career-entry-body-requirements-description-modal {
    max-width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .career-listing h2 {
    font-size: 36px;
    letter-spacing: 0;
  }
  .career-listing-grid {
    display: block;
  }
  .career-listing-grid .career-entry {
    margin: 0 0 20px 0;
  }
  .career-listing-grid .career-entry:last-child {
    margin: 0;
  }
}
@media (max-width: 600px) {
  #beer-slider-career.split .product-info strong {
    display: none;
  }
  #beer-slider-career.split .product-info img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100vw;
  }
  #beer-slider-career.split .beer-reveal-inner > div {
    padding: 20px;
  }
  #beer-slider-career.split .beer-reveal-inner > div > div > div {
    max-width: 100%;
    padding: 0;
  }
  #beer-slider-career.split .beer-reveal-inner > div > div > div h1 {
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 500px) {
  .career-listing h2 {
    margin: 40px 0;
    font-size: 30px;
    line-height: 40px;
    padding: 0 20px;
  }
  .career-listing .career-entry-header strong {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 30px;
  }
}
@media (max-width: 450px) {
  .career-entry-footer-actions a,
  .career-entry-footer-actions button {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .latest-careers-actions {
    padding: 0 20px;
  }
  .latest-careers-actions a {
    min-width: initial;
    width: 100%;
    letter-spacing: 0;
  }
}
.inner-content.reference .index-grid-100 {
  height: auto;
  flex-direction: column;
}

.inner-content.reference .index-grid-100 .reference-list {
  height: 100%;
  padding: 40px;
  position: relative;
  z-index: 100;
  width: 100%;
}

.inner-content.reference .index-grid-100 .reference-list h2 {
  color: #f58a1e;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 7px;
  line-height: 35px;
  margin: 0;
  text-transform: uppercase;
  z-index: 25;
  position: relative;
}

.inner-content.reference .index-grid-100 .reference-list h2::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #f58a1e;
  margin: 30px 0 60px 0;
}

.inner-content.reference .index-grid-100 .reference-list .back-button {
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 50;
}

.inner-content.reference .index-grid-100 .reference-list .references-list-main {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(5.2083333333vw, 21.875vw));
  grid-row-gap: 40px;
  justify-content: space-between;
}

.inner-content.reference .index-grid-100 .reference-list .references-list-main a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.inner-content.reference .index-grid-100 .reference-list .references-list-main a img {
  display: block;
  width: 100%;
  height: 33.2291666667vw;
  box-shadow: 40px 62px 94px 0 rgba(0, 0, 0, 0.3);
  margin: 0 0 15px 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner-content.reference .index-grid-100 .reference-list .references-list-main a span,
.inner-content.reference .index-grid-100 .reference-list .references-list-main a small {
  display: block;
  color: #195175;
  font-family: "Raleway", sans-serif;
  font-size: 1.0416666667vw;
  line-height: 1.8229166667vw;
  font-weight: 600;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.inner-content.reference .index-grid-100 .reference-list .references-list-main a small {
  font-weight: 300;
}

.inner-content.reference .index-grid-100 .reference-list .references-list-main a:nth-child(2n) {
  top: 2.0833333333vw;
}

.inner-content.reference .index-grid-100 .reference-list .references-list-main.services {
  margin: 0 0 40px 0;
}

.inner-content.reference .index-grid-100 .reference-list .references-list-main.services a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-content.reference .index-grid-100 .reference-list .references-list-main.services a img {
  margin: 0;
  transition: all 300ms ease-out;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.inner-content.reference .index-grid-100 .reference-list .references-list-main.services a span {
  position: absolute;
  z-index: 50;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 20px 0 20px;
  bottom: 20px;
  background: #195175;
  max-width: calc(100% - 40px);
}

.inner-content.reference .index-grid-100 .reference-list .references-list-main.services a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 25;
  background: rgba(255, 255, 255, 0.2);
}

.inner-content.reference .index-grid-100 .reference-list .references-list-main.services a:hover img {
  filter: grayscale(0);
}

.inner-content.reference .index-grid-100 .reference-list .references-list-main.services a:hover span {
  background: #10344b;
}

.inner-content.reference .index-grid-100 .reference-list .references-list-main.projects {
  grid-template-columns: repeat(3, minmax(5.2083333333vw, 32.2916666667vw));
  grid-gap: 40px;
  margin: 0 0 40px 0;
}

.inner-content.reference .index-grid-100 .reference-list .references-list-main.projects a img {
  opacity: 1;
}

.inner-content.reference .index-grid-100 .reference-list .references-list-main.projects a span {
  letter-spacing: 1px;
}

.inner-content.reference .index-grid-100 .reference-list .references-list-main.projects a span.city {
  display: block;
  color: #195175;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 1px;
}

.inner-content.reference .index-grid-100 .reference-list .references-list-main.projects a strong {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0 0 0;
  border-top: 1px solid rgba(25, 81, 117, 0.4);
  padding: 15px 0 0 0;
}

.inner-content.reference .index-grid-100 .reference-list .references-list-main.projects a strong span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.inner-content.reference .index-grid-100 .reference-list .references-list-main.projects a strong > img {
  display: block;
  width: 20px;
  height: auto;
  margin: 0 0 4px 10px;
  transition: all 300ms ease-out;
}

.inner-content.reference .index-grid-100 .reference-list .references-list-main.projects a:hover strong > img {
  opacity: 0.8;
  margin: 0 0 4px 20px;
}

.inner-content.reference .index-grid-100 .reference-list .references-list-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(5.2083333333vw, 23.1770833333vw));
  justify-content: space-between;
  grid-row-gap: 1.0416666667vw;
  grid-column-gap: 1.0416666667vw;
}

.inner-content.reference .index-grid-100 .reference-list .references-list-container a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.inner-content.reference .index-grid-100 .reference-list .references-list-container a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(0.5);
}

.inner-content.reference .index-grid-100 .reference-list .references-list-container a:hover img {
  filter: grayscale(0);
}

@media (max-width: 1180px) {
  .inner-content.reference .index-grid-100 .reference-list .references-list-main {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 40px;
    grid-gap: 20px;
  }
  .inner-content.reference .index-grid-100 .reference-list .references-list-main a:nth-child(2n) {
    top: 0;
  }
}
@media (max-width: 1023px) {
  .inner-content.reference .index-grid-100 .reference-list {
    padding: 20px;
  }
  .inner-content.reference .index-grid-100 .reference-list .references-list-main a span,
  .inner-content.reference .index-grid-100 .reference-list .references-list-main a small {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 4px;
  }
}
@media (max-width: 768px) {
  .inner-content.reference .index-grid-100 .reference-list .references-list-main a span,
  .inner-content.reference .index-grid-100 .reference-list .references-list-main a small {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 2px;
    bottom: 10px !important;
    max-width: calc(100% - 20px) !important;
  }
  .inner-content.reference .index-grid-100 .reference-list .references-list-main.projects {
    grid-template-columns: repeat(2, minmax(13.0208333333vw, 80.7291666667vw));
    grid-gap: 20px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 550px) {
  .inner-content.reference .index-grid-100 .reference-list .references-list-main {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .inner-content.reference .index-grid-100 .reference-list .references-list-main.projects {
    display: block;
  }
  .inner-content.reference .index-grid-100 .reference-list .references-list-main.projects a {
    margin: 0 0 20px 0;
  }
  .inner-content.reference .index-grid-100 .reference-list .references-list-main.projects a > img {
    height: 100vw;
  }
  .inner-content.reference .index-grid-100 .reference-list .references-list-main.projects a:last-child {
    margin: 0;
  }
}
@media (max-width: 450px) {
  .inner-content.reference .index-grid-100 .reference-list .references-list-main a small,
  .inner-content.reference .index-grid-100 .reference-list .references-list-main a span {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
  }
}
.stores-header-form,
.stores-header-map {
  width: 100%;
  background: #f4f3f0;
  padding: 120px 0 20px 0;
  position: relative;
}

.stores-header-form-wrapper,
.stores-header-map-wrapper {
  width: 100%;
  max-width: 61.9791666667vw;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}

.stores-header-form-wrapper h1,
.stores-header-map-wrapper h1 {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 70px;
  margin: 0 0 50px 0;
  text-transform: uppercase;
}

.stores-header-form > img.city-1,
.stores-header-form > img.city-2 {
  position: absolute;
  bottom: 0;
  z-index: 25;
}

.stores-header-form > img.city-1 {
  left: 40px;
}

.stores-header-form > img.city-2 {
  right: 40px;
}

.stores-header-form-wrapper .index-city-selector-form {
  max-width: 100% !important;
  margin: 0 !important;
}

.stores-header-form-wrapper-results_text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0 0 0;
}

.stores-header-form-wrapper-results_text > strong {
  color: #ff8200;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 26px;
  display: block;
  margin: 0 0 0 10px;
  text-transform: uppercase;
}

.stores-header-form-wrapper-results_text-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.stores-header-form-wrapper-results_text-counter > * {
  position: absolute;
}

.stores-header-form-wrapper-results_text-counter strong {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  z-index: 100;
}

.stores-header-form-wrapper-results_text-counter img {
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 300ms ease-in-out;
  transform: scale(1);
}

.stores-header-form-wrapper-results_text-counter img.top {
  z-index: 75;
}

.stores-header-form-wrapper-results_text-counter img.middle {
  z-index: 50;
}

.stores-header-form-wrapper-results_text-counter img.bottom {
  z-index: 25;
}

.stores-header-form-wrapper-results_text:hover img.top {
  transform: scale(1.1);
}

.stores-header-form-wrapper-results_text:hover img.middle {
  transform: scale(1.1);
}

.stores-header-form-wrapper-results_text:hover img.bottom {
  transform: scale(1.1);
}

.stores-header-map {
  margin: 0 0 60px 0;
}

.stores-header-map-wrapper-content-map_description {
  position: absolute;
  width: 100%;
  max-width: 14.5833333333vw;
  right: -16.6666666667vw;
  bottom: 0;
  z-index: 25;
}

.stores-header-map-wrapper-content-map_description-title {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.45px;
  line-height: 37px;
  margin: 0 0 40px 0;
  display: block;
}

.stores-header-map-wrapper-content-map_description-description {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.stores-header-map-wrapper-content .map {
  width: 100%;
  height: 32.5520833333vw;
  background: #fff;
  margin: 0 0 40px 0;
  z-index: 50;
  position: relative;
}

.stores-results-grid {
  width: 100%;
  max-width: 1190px;
  padding: 0 20px;
  margin: 90px auto 100px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 220px));
  justify-content: center;
  grid-column-gap: 2rem;
  grid-row-gap: 60px;
}

.stores-result {
  width: 100%;
}

.stores-result-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 1rem 0;
}

.stores-result-header-pin {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.stores-result-header-pin img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  position: relative;
}

.stores-result-header-pin img.background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 25;
}

.stores-result-header-pin img:not(.background) {
  z-index: 50;
  width: 24px;
  height: 32px;
  transform: translateY(0);
  transition: all 300ms ease-in-out;
}

.stores-result-header-pin:hover img:not(.background) {
  opacity: 0.7;
  transform: translateY(-2px);
}

.stores-result-header-link {
  display: block;
  max-width: calc(100% - 64px);
}

.stores-result-header-link h2 {
  display: block;
  margin: 0;
  color: #ff8200;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 0 0 0 20px;
  text-transform: uppercase;
}

.stores-result-header-link:hover {
  opacity: 0.7;
}

.stores-result-body address {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  font-style: normal;
}

.stores-result-body address span,
.stores-result-body address strong {
  display: block;
}

.stores-result-body address strong {
  font-weight: 900;
  text-transform: uppercase;
}

.stores-result-body-contacts {
  margin: 30px 0 0 0;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  font-style: normal;
}

.stores-result-body-contacts span,
.stores-result-body-contacts strong {
  display: block;
}

.stores-result-body-contacts strong {
  font-weight: 900;
  text-transform: uppercase;
}

.stores-result-body-contacts a {
  color: #58585b;
}

.stores-result-body-contacts a:hover {
  text-decoration: underline;
}

@media (max-width: 1360px) {
  .stores-header-map-wrapper {
    max-width: 1190px;
  }
  .stores-header-map-wrapper-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .stores-header-map-wrapper-content-map_description {
    position: relative;
    max-width: initial;
    right: 0;
  }
  .stores-header-map-wrapper-content .map {
    height: 45.9558823529vw;
  }
}
@media (max-width: 1023px) {
  .stores-header-map-wrapper-content .map {
    height: 61.0948191593vw;
  }
}
@media (max-width: 768px) {
  .stores-header-form-wrapper h1,
  .stores-header-map-wrapper h1 {
    font-size: 46px;
    line-height: 52px;
  }
}
@media (max-width: 450px) {
  .stores-header-map-wrapper-content .map {
    height: 100vw;
  }
}
.inner-content.franchise .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a .floating-text {
  left: 9.375vw;
  margin: 50px 0 0 0;
}

.inner-content.franchise .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a .floating-text-title {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 3.125vw;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 3.6458333333vw;
}

.inner-content.franchise .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a .floating-text-description {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.franchise-content-tabbed {
  width: 100%;
  max-width: 1190px;
  padding: 0 20px;
  margin: 70px auto;
}

.franchise-content-tabbed-title h2 {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

.franchise-content-tabbed-content {
  width: 100%;
}

.franchise-content-tabbed-content-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px 0;
}

.franchise-content-tabbed-content-tabs-tab {
  color: #a8a8a8;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 26px;
  text-decoration: underline;
  text-transform: uppercase;
  margin: 0 15px;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
}

.franchise-content-tabbed-content-tabs-tab:hover:not(.active) {
  text-decoration: none;
}

.franchise-content-tabbed-content-tabs-tab.active {
  color: #ff8200;
}

.franchise-content-tabbed-content-tabs-tab.active:hover {
  cursor: default;
}

.franchise-content-tabbed-content-tabs-tab:first-child {
  margin-left: 0;
}

.franchise-content-tabbed-content-tabs-tab:last-child {
  margin-right: 0;
}

.franchise-content-tabbed-content-tabs #tabbed-mobile-navigation {
  display: none;
  width: 100%;
  margin: 0;
  color: #a8a8a8;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 26px;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  background: url(../images/svg/arrow-down.svg) no-repeat;
  background-position: center right;
  background-size: 20px;
}

.franchise-content-tabbed-content-wrapper {
  width: 100%;
  background: #f4f3f0;
}

.franchise-content-tabbed-content-wrapper-content {
  align-items: flex-start;
  justify-content: space-between;
  display: none;
}

.franchise-content-tabbed-content-wrapper-content-image,
.franchise-content-tabbed-content-wrapper-content-text {
  width: 50%;
}

.franchise-content-tabbed-content-wrapper-content-image {
  position: relative;
  z-index: 50;
}

.franchise-content-tabbed-content-wrapper-content-image-info {
  z-index: 50;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 40px;
  background: #58585b;
}

.franchise-content-tabbed-content-wrapper-content-image-info-title {
  color: #f4f3f0;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  display: block;
}

.franchise-content-tabbed-content-wrapper-content-image-info-values {
  color: #ff8200;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
}

.franchise-content-tabbed-content-wrapper-content-image-info-values strong {
  font-weight: bold;
  margin: 0 2px 0 0;
  display: inline-block;
}

.franchise-content-tabbed-content-wrapper-content-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  position: relative;
  z-index: 25;
}

.franchise-content-tabbed-content-wrapper-content-text {
  padding: 40px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.franchise-content-tabbed-content-wrapper-content-text > div {
  width: 100%;
  max-width: 420px;
}

.franchise-content-tabbed-content-wrapper-content-text h4 {
  color: #ff8200;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

.franchise-content-tabbed-content-wrapper-content-text h3 {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.franchise-content-tabbed-content-wrapper-content-text > strong,
.franchise-content-tabbed-content-wrapper-content-text > span,
.franchise-content-tabbed-content-wrapper-content-text p {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin: 0 0 20px 0;
}

.franchise-content-tabbed-content-wrapper-content-text ul,
.franchise-content-tabbed-content-wrapper-content-text ol {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 30px;
  padding: 0;
  margin: 0;
}

.franchise-content-tabbed-content-wrapper-content-text ul li,
.franchise-content-tabbed-content-wrapper-content-text ol li {
  display: block;
  margin: 0 0 10px 0;
}

.franchise-content-tabbed-content-wrapper-content-text ul li:last-child,
.franchise-content-tabbed-content-wrapper-content-text ol li:last-child {
  margin: 0;
}

.franchise-content-tabbed-content-wrapper-content-text a,
.franchise-content-tabbed-content-wrapper-content-text button {
  height: 36px;
  min-width: 220px;
  border: 2px solid #000000;
  border-radius: 21px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  margin: 40px 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
  width: max-content;
  width: -moz-max-content;
}

.franchise-content-tabbed-content-wrapper-content-text a:hover,
.franchise-content-tabbed-content-wrapper-content-text button:hover {
  background: #000;
  color: #fff;
}

.franchise-content-tabbed-content-wrapper-content.active {
  display: flex;
}

.franchise-content-why_minit,
.franchise-content-partners {
  width: 100%;
  max-width: 1190px;
  padding: 0 20px;
  margin: 70px auto;
  position: relative;
}

.franchise-content-why_minit-title strong,
.franchise-content-partners-title strong {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.45px;
  line-height: 37px;
  text-transform: uppercase;
  display: block;
  width: 100%;
}

.franchise-content-why_minit-title span,
.franchise-content-partners-title span {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase;
  display: block;
  width: 100%;
}

.franchise-content-why_minit-container,
.franchise-content-partners-container {
  width: 100%;
  margin: 40px 0 0 0;
}

.franchise-content-why_minit-container .swiper-scroll-animation,
.franchise-content-partners-container .swiper-scroll-animation {
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-color: #ff8200;
  border-radius: 50%;
  z-index: 20;
}

.franchise-content-why_minit-container .swiper-slide,
.franchise-content-partners-container .swiper-slide {
  max-width: 600px;
  position: relative;
}

.franchise-content-why_minit-container .franchise-content-why_minit-slider-elem,
.franchise-content-why_minit-container .franchise-content-partners-slider-elem,
.franchise-content-partners-container .franchise-content-why_minit-slider-elem,
.franchise-content-partners-container .franchise-content-partners-slider-elem {
  padding: 0 0 80px 0;
}

.franchise-content-why_minit-container .franchise-content-why_minit-slider-elem-wrapper,
.franchise-content-why_minit-container .franchise-content-partners-slider-elem-wrapper,
.franchise-content-partners-container .franchise-content-why_minit-slider-elem-wrapper,
.franchise-content-partners-container .franchise-content-partners-slider-elem-wrapper {
  width: 100%;
  background: #f4f3f0;
  padding: 20px 40px;
  min-height: 415px;
}

.franchise-content-why_minit-container .franchise-content-why_minit-slider-elem-wrapper-title,
.franchise-content-why_minit-container .franchise-content-partners-slider-elem-wrapper-title,
.franchise-content-partners-container .franchise-content-why_minit-slider-elem-wrapper-title,
.franchise-content-partners-container .franchise-content-partners-slider-elem-wrapper-title {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.45px;
  line-height: 37px;
  max-width: 70%;
  margin: 0 0 20px 0;
}

.franchise-content-why_minit-container .franchise-content-why_minit-slider-elem-wrapper-description,
.franchise-content-why_minit-container .franchise-content-partners-slider-elem-wrapper-description,
.franchise-content-partners-container .franchise-content-why_minit-slider-elem-wrapper-description,
.franchise-content-partners-container .franchise-content-partners-slider-elem-wrapper-description {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 20px;
  max-height: 300px;
  overflow: auto;
  padding: 0 10px 0 0;
}

.franchise-content-why_minit-container .franchise-content-why_minit-slider-elem-wrapper-description::-webkit-scrollbar,
.franchise-content-why_minit-container .franchise-content-partners-slider-elem-wrapper-description::-webkit-scrollbar,
.franchise-content-partners-container .franchise-content-why_minit-slider-elem-wrapper-description::-webkit-scrollbar,
.franchise-content-partners-container .franchise-content-partners-slider-elem-wrapper-description::-webkit-scrollbar {
  width: 4px;
}

.franchise-content-why_minit-container .franchise-content-why_minit-slider-elem-wrapper-description::-webkit-scrollbar-track,
.franchise-content-why_minit-container .franchise-content-partners-slider-elem-wrapper-description::-webkit-scrollbar-track,
.franchise-content-partners-container .franchise-content-why_minit-slider-elem-wrapper-description::-webkit-scrollbar-track,
.franchise-content-partners-container .franchise-content-partners-slider-elem-wrapper-description::-webkit-scrollbar-track {
  background: #ffffff;
}

.franchise-content-why_minit-container .franchise-content-why_minit-slider-elem-wrapper-description::-webkit-scrollbar-thumb,
.franchise-content-why_minit-container .franchise-content-partners-slider-elem-wrapper-description::-webkit-scrollbar-thumb,
.franchise-content-partners-container .franchise-content-why_minit-slider-elem-wrapper-description::-webkit-scrollbar-thumb,
.franchise-content-partners-container .franchise-content-partners-slider-elem-wrapper-description::-webkit-scrollbar-thumb {
  background-color: #58585b;
}

.franchise-content-why_minit-container .franchise-content-why_minit-slider-elem-wrapper-image,
.franchise-content-why_minit-container .franchise-content-partners-slider-elem-wrapper-image,
.franchise-content-partners-container .franchise-content-why_minit-slider-elem-wrapper-image,
.franchise-content-partners-container .franchise-content-partners-slider-elem-wrapper-image {
  height: 320px;
  width: 250px;
  box-shadow: 25px 25px 45px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -20px;
  top: 110px;
}

.franchise-content-why_minit-container .franchise-content-why_minit-slider-elem-wrapper-image img,
.franchise-content-why_minit-container .franchise-content-partners-slider-elem-wrapper-image img,
.franchise-content-partners-container .franchise-content-why_minit-slider-elem-wrapper-image img,
.franchise-content-partners-container .franchise-content-partners-slider-elem-wrapper-image img {
  width: 100%;
  max-height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 20px;
}

.franchise-content-why_minit-container .franchise-content-why_minit-slider-elem-wrapper.has-image .franchise-content-why_minit-slider-elem-wrapper-title,
.franchise-content-why_minit-container .franchise-content-why_minit-slider-elem-wrapper.has-image .franchise-content-why_minit-slider-elem-wrapper-description,
.franchise-content-why_minit-container .franchise-content-why_minit-slider-elem-wrapper.has-image .franchise-content-partners-slider-elem-wrapper-title,
.franchise-content-why_minit-container .franchise-content-why_minit-slider-elem-wrapper.has-image .franchise-content-partners-slider-elem-wrapper-description,
.franchise-content-why_minit-container .franchise-content-partners-slider-elem-wrapper.has-image .franchise-content-why_minit-slider-elem-wrapper-title,
.franchise-content-why_minit-container .franchise-content-partners-slider-elem-wrapper.has-image .franchise-content-why_minit-slider-elem-wrapper-description,
.franchise-content-why_minit-container .franchise-content-partners-slider-elem-wrapper.has-image .franchise-content-partners-slider-elem-wrapper-title,
.franchise-content-why_minit-container .franchise-content-partners-slider-elem-wrapper.has-image .franchise-content-partners-slider-elem-wrapper-description,
.franchise-content-partners-container .franchise-content-why_minit-slider-elem-wrapper.has-image .franchise-content-why_minit-slider-elem-wrapper-title,
.franchise-content-partners-container .franchise-content-why_minit-slider-elem-wrapper.has-image .franchise-content-why_minit-slider-elem-wrapper-description,
.franchise-content-partners-container .franchise-content-why_minit-slider-elem-wrapper.has-image .franchise-content-partners-slider-elem-wrapper-title,
.franchise-content-partners-container .franchise-content-why_minit-slider-elem-wrapper.has-image .franchise-content-partners-slider-elem-wrapper-description,
.franchise-content-partners-container .franchise-content-partners-slider-elem-wrapper.has-image .franchise-content-why_minit-slider-elem-wrapper-title,
.franchise-content-partners-container .franchise-content-partners-slider-elem-wrapper.has-image .franchise-content-why_minit-slider-elem-wrapper-description,
.franchise-content-partners-container .franchise-content-partners-slider-elem-wrapper.has-image .franchise-content-partners-slider-elem-wrapper-title,
.franchise-content-partners-container .franchise-content-partners-slider-elem-wrapper.has-image .franchise-content-partners-slider-elem-wrapper-description {
  max-width: calc(100% - 220px);
}

.franchise-content-why_minit-container .controls,
.franchise-content-partners-container .controls {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.franchise-content-why_minit-container .controls .swiper-scrollbar,
.franchise-content-partners-container .controls .swiper-scrollbar {
  height: 4px;
  border-radius: 2px;
  background: #f4f3f0;
  width: 100%;
}

.franchise-content-why_minit-container .controls .swiper-scrollbar .swiper-scrollbar-drag,
.franchise-content-partners-container .controls .swiper-scrollbar .swiper-scrollbar-drag {
  background: #58585b;
  cursor: pointer;
}

.franchise-content-why_minit-container .controls .swiper-scrollbar .swiper-scrollbar-drag:hover,
.franchise-content-partners-container .controls .swiper-scrollbar .swiper-scrollbar-drag:hover {
  opacity: 0.8;
}

.franchise-content-why_minit-container .controls .swiper-button-prev,
.franchise-content-why_minit-container .controls .swiper-button-next,
.franchise-content-partners-container .controls .swiper-button-prev,
.franchise-content-partners-container .controls .swiper-button-next {
  display: block;
  position: relative;
  left: initial;
  right: initial;
  top: initial;
  background: none;
  margin: 0 20px 0 0;
  width: auto;
  height: auto;
}

.franchise-content-why_minit-container .controls .swiper-button-prev img,
.franchise-content-why_minit-container .controls .swiper-button-next img,
.franchise-content-partners-container .controls .swiper-button-prev img,
.franchise-content-partners-container .controls .swiper-button-next img {
  display: block;
  width: 10px;
  height: 18px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.franchise-content-why_minit-container .controls .swiper-button-next,
.franchise-content-partners-container .controls .swiper-button-next {
  margin: 0 0 0 20px;
}

.franchise-content-partners {
  max-width: calc(100% - 80px);
  background: #f4f3f0;
  margin: 70px auto 0 auto;
  padding: 70px 0 80px 20px;
}

.franchise-content-partners > div {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
}

.franchise-content-partners .franchise-content-partners-slider-elem-wrapper {
  padding: 0;
  background: transparent;
  max-width: 630px;
}

.franchise-content-partners .franchise-content-partners-slider-elem-wrapper-title {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 26px;
  max-width: initial !important;
  margin: 25px 0 30px 0;
  text-transform: uppercase;
}

.franchise-content-partners .franchise-content-partners-slider-elem-wrapper-description {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  max-width: initial !important;
  font-weight: 300;
}

.franchise-content-partners .franchise-content-partners-slider-elem-wrapper-description p:first-child {
  margin-top: 0;
}

.franchise-content-partners .franchise-content-partners-slider-elem-wrapper-description p:last-child {
  margin-bottom: 0;
}

.franchise-content-partners .franchise-content-partners-slider-elem-wrapper-image {
  position: relative;
  width: 100%;
  height: 370px;
  top: initial;
  right: initial;
  background: #fff;
  box-shadow: none;
}

.franchise-content-partners .franchise-content-partners-slider-elem-wrapper-image-grid {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 1px;
}

.franchise-content-partners .franchise-content-partners-slider-elem-wrapper-image-grid > img {
  height: 100%;
}

.franchise-content-partners .franchise-content-partners-slider-elem-wrapper-image-grid-list img {
  height: 123px;
  margin: 0 0 1px 0;
}

.franchise-content-partners .franchise-content-partners-slider-elem-wrapper-image-grid-list img:last-child {
  margin: 0;
}

.franchise-content-partners .franchise-content-partners-slider-elem-wrapper-image img {
  padding: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  display: block;
  line-height: 1;
}

.franchise-content-partners .controls .swiper-scrollbar {
  background: #fff;
}

.franchise-content-static {
  width: 100%;
  padding: 0 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.franchise-content-static-image {
  width: 100%;
  max-width: 41.6666666667vw;
  height: 51.0416666667vw;
  position: relative;
}

.franchise-content-static-image img {
  z-index: 25;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.franchise-content-static-image-logo {
  width: 100%;
  max-width: 21.25vw;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  background: #f4f3f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.franchise-content-static-image-logo img {
  display: block;
  width: 11.4583333333vw;
  height: 11.4583333333vw;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.franchise-content-static-text {
  width: 100%;
  max-width: calc(100% - 41.6666666667vw);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.franchise-content-static-text > div {
  width: 100%;
  max-width: 39.5833333333vw;
  padding: 70px 40px;
}

.franchise-content-static-text-title {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 50px;
  margin: 0 0 50px 0;
  text-transform: uppercase;
}

.franchise-content-static-text-title strong,
.franchise-content-static-text-title span {
  display: block;
}

.franchise-content-static-text-title span {
  font-size: 22px;
}

.franchise-content-static-text-description ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.franchise-content-static-text-description ul li {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 70px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.franchise-content-static-text-description ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff8200;
  width: 20px;
  height: 20px;
  left: 0;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  margin: 0 10px 0 0;
  border-radius: 20px;
  font-weight: 500;
  padding: 2px 0 2px 2px;
}

.franchise-content-static-text-description ul li span::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 40px;
  background: #ff8200;
  bottom: -20px;
}

.franchise-content-static-text-description ul li strong {
  display: inline-block;
  width: calc(100% - 30px);
}

.franchise-content-static-text-description ul li:last-child span::after {
  display: none;
}

.franchise-content-contact {
  width: 100%;
  max-width: 1490px;
  padding: 0 20px;
  margin: 70px auto;
}

.franchise-content-contact-title {
  width: 100%;
  display: block;
  margin: 0 0 60px 0;
}

.franchise-content-contact-title h2 {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin: 0;
}

.franchise-content-contact-title h3 {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin: 0;
}

.franchise-content-contact-search {
  max-width: 1190px;
  margin: 0 auto;
}

.franchise-content-contact-search-title {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 35px;
  display: block;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.franchise-content-contact-search-form .index-city-selector-form {
  margin: 0 !important;
}

.franchise-content-contact-search-form-results {
  margin: 80px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  width: 100%;
}

.franchise-content-contact-search-form-results-title {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.45px;
  line-height: 37px;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

.franchise-content-contact-search-form-results-person-wrapper {
  background-color: #f4f3f0;
  padding: 40px;
}

.franchise-content-contact-search-form-results-person-wrapper-empty {
  text-align: center;
  text-transform: uppercase;
}

.franchise-content-contact-search-form-results-person-wrapper-cover {
  display: block;
  width: 100%;
}

.franchise-content-contact-search-form-results-person-wrapper-cover img {
  box-sizing: border-box;
  height: 181px;
  width: 181px;
  display: block;
  margin: 0 auto -20px auto;
  top: -55px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
}

.franchise-content-contact-search-form-results-person-wrapper-info-name {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  letter-spacing: 0.79px;
  line-height: 14px;
}

.franchise-content-contact-search-form-results-person-wrapper-info-name strong,
.franchise-content-contact-search-form-results-person-wrapper-info-name span {
  display: block;
}

.franchise-content-contact-search-form-results-person-wrapper-info-name strong {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
}

.franchise-content-contact-search-form-results-person-wrapper-info-description {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.franchise-content-contact-search-form-results-person-wrapper-info-description p:last-child {
  margin-bottom: 0;
}

.franchise-content-contact-search-form-results-person-wrapper-info-contacts {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 50px 0 0 0;
}

.franchise-content-contact-search-form-results-person-wrapper-info-contacts a,
.franchise-content-contact-search-form-results-person-wrapper-info-contacts button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
}

.franchise-content-contact-search-form-results-person-wrapper-info-contacts a img,
.franchise-content-contact-search-form-results-person-wrapper-info-contacts button img {
  width: 40px;
  height: 40px;
  background: url(../images/svg/contact-background.svg) no-repeat;
  background-position: center;
  background-size: contain;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  padding: 10px;
}

.franchise-content-contact-search-form-results-person-wrapper-info-contacts a span,
.franchise-content-contact-search-form-results-person-wrapper-info-contacts button span {
  margin: 0 80px 0 15px;
}

.franchise-content-contact-search-form-results-person-wrapper-info-contacts a:last-child span,
.franchise-content-contact-search-form-results-person-wrapper-info-contacts button:last-child span {
  margin-right: 0;
}

.franchise-content-contact-search-form-results-person-wrapper-info-contacts a:hover img,
.franchise-content-contact-search-form-results-person-wrapper-info-contacts button:hover img {
  opacity: 0.8;
}

.franchise-content-contact-search-form-results-form {
  width: 100%;
}

.franchise-content-contact-search-form-results-form textarea,
.franchise-content-contact-search-form-results-form input[type=text] {
  height: 46px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 2px solid #58585b;
  background-color: #ffffff;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 0 0 30px 0;
}

.franchise-content-contact-search-form-results-form textarea.placeholder,
.franchise-content-contact-search-form-results-form input[type=text].placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}

.franchise-content-contact-search-form-results-form textarea:-moz-placeholder,
.franchise-content-contact-search-form-results-form input[type=text]:-moz-placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}

.franchise-content-contact-search-form-results-form textarea::-moz-placeholder,
.franchise-content-contact-search-form-results-form input[type=text]::-moz-placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}

.franchise-content-contact-search-form-results-form textarea:-ms-input-placeholder,
.franchise-content-contact-search-form-results-form input[type=text]:-ms-input-placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}

.franchise-content-contact-search-form-results-form textarea::-webkit-input-placeholder,
.franchise-content-contact-search-form-results-form input[type=text]::-webkit-input-placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}

.franchise-content-contact-search-form-results-form textarea {
  height: 160px;
  resize: none;
}

.franchise-content-contact-search-form-results-form .tooltip {
  margin: -24px 0 24px 0;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  display: block;
  letter-spacing: 0.5px;
  line-height: 20px;
  padding: 0 0 0 20px;
}

.franchise-content-contact-search-form-results .form-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.franchise-content-contact-search-form-results .form-footer-accept {
  width: 100%;
  max-width: 550px;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.franchise-content-contact-search-form-results .form-footer-accept input {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.franchise-content-contact-search-form-results .form-footer-accept input::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  border: 2px solid #58585b;
  background: #fff;
  z-index: 50;
  position: relative;
  cursor: pointer;
}

.franchise-content-contact-search-form-results .form-footer-accept input::after {
  content: "";
  height: 12px;
  width: 12px;
  background: #58585b;
  position: absolute;
  z-index: 50;
  display: none;
}

.franchise-content-contact-search-form-results .form-footer-accept input:checked::after {
  display: block;
}

.franchise-content-contact-search-form-results .form-footer-accept label {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 14px;
  cursor: pointer;
  display: block;
  margin: 0 0 0 20px;
}

.franchise-content-contact-search-form-results .form-footer button {
  height: 36px;
  min-width: 152px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ff8200;
  border: 1px solid #ff8200;
  border-radius: 36px;
}

.franchise-content-contact-search-form-results .form-footer button:hover {
  background-color: #cc6800;
}

@media (max-width: 1440px) {
  .inner-content.franchise .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a .floating-text {
    left: 12.5vw;
  }
  .franchise-content-static-text-title {
    font-size: 50px;
    letter-spacing: 0;
    line-height: 42px;
  }
  .franchise-content-static-text-description ul li {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 50px;
  }
}
@media (max-width: 1280px) {
  .franchise-content-static-image {
    display: none;
  }
  .franchise-content-static-text {
    max-width: 100%;
  }
  .franchise-content-static-text > div {
    max-width: 100%;
  }
}
@media (max-width: 1180px) {
  #franchise-content-partners-container-slider .franchise-content-partners-container-slider-container {
    width: initial !important;
  }
  #franchise-content-partners-container-slider .franchise-content-partners-container-slider-container .swiper-slide {
    max-width: initial;
  }
  #franchise-content-partners-container-slider .franchise-content-partners-container-slider-container .swiper-slide .franchise-content-partners-slider-elem-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .franchise-content-tabbed-title h2 {
    font-size: 46px;
    letter-spacing: 2px;
    line-height: 50px;
  }
}
@media (max-width: 1023px) {
  .inner-content.franchise .index-main-slider {
    height: auto;
  }
  .inner-content.franchise .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a {
    display: flex;
    flex-direction: column-reverse;
  }
  .inner-content.franchise .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a .floating-text {
    position: relative;
    left: 0;
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 40px;
    margin: 20px 0 0 0;
    background: #f4f3f0;
  }
  .inner-content.franchise .index-main-slider button.mouse-scroll {
    display: none;
  }
  .franchise-content-tabbed-content-tabs-tab {
    display: none;
  }
  .franchise-content-tabbed-content-tabs #tabbed-mobile-navigation {
    display: block;
  }
  .franchise-content-tabbed-content-wrapper-content {
    flex-direction: column;
  }
  .franchise-content-tabbed-content-wrapper-content-image,
  .franchise-content-tabbed-content-wrapper-content-text {
    width: 100%;
  }
  .franchise-content-tabbed-content-wrapper-content-text > div {
    max-width: 100%;
  }
  .franchise-content-tabbed-content-wrapper-content-wrapper-content-image,
  .franchise-content-tabbed-content-wrapper-content-wrapper-content-text {
    width: 100%;
  }
  .franchise-content-contact-search-form-results {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 40px;
  }
}
@media (max-width: 768px) {
  .inner-content.franchise .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a img:not(.slogan) {
    height: 100vw;
  }
  .inner-content.franchise .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a .floating-text {
    padding: 20px;
  }
  .franchise-content-tabbed-title h2 {
    font-size: 36px;
    letter-spacing: 0;
    line-height: 42px;
  }
  .franchise-content-why_minit-container .franchise-content-why_minit-container-slider-container {
    width: initial !important;
  }
  .franchise-content-why_minit-container .franchise-content-why_minit-slider-elem-wrapper-title,
  .franchise-content-why_minit-container .franchise-content-why_minit-slider-elem-wrapper-description {
    max-width: 100% !important;
  }
  .franchise-content-why_minit-container .franchise-content-why_minit-slider-elem-wrapper-image {
    position: relative;
    right: 0;
    top: 0;
    margin: 20px 0 0 0;
    width: 100%;
  }
  .franchise-content-why_minit-container .swiper-slide {
    max-width: initial;
  }
}
@media (max-width: 600px) {
  .franchise-content-static-text > div {
    padding: 80px 0;
  }
  .franchise-content-partners {
    padding: 20px;
  }
  .franchise-content-partners .franchise-content-partners-slider-elem-wrapper-image-grid {
    display: flex;
    flex-direction: column;
  }
  .franchise-content-partners .franchise-content-partners-slider-elem-wrapper-image-grid .franchise-content-partners-slider-elem-wrapper-image-grid-list {
    display: flex;
    margin: 1px 0 0 0;
  }
  .franchise-content-partners .franchise-content-partners-slider-elem-wrapper-image-grid .franchise-content-partners-slider-elem-wrapper-image-grid-list img {
    width: 33.3333333333%;
  }
}
@media (max-width: 500px) {
  .inner-content.franchise .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a .floating-text-title {
    font-size: 20px;
    line-height: 26px;
  }
  .franchise-content-why_minit-container .franchise-content-why_minit-slider-elem-wrapper {
    padding: 20px;
  }
  .franchise-content-static-text-title {
    font-size: 42px;
    line-height: 36px;
    text-align: center;
  }
  .franchise-content-contact {
    margin: 40px auto;
  }
  .franchise-content-contact-title h2 {
    font-size: 46px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 52px;
  }
}
@media (max-width: 450px) {
  .franchise-content-why_minit-container .franchise-content-why_minit-slider-elem-wrapper-title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 26px;
  }
  .franchise-content-contact-search-form-results-person-wrapper-info-contacts {
    margin: 25px 0 0 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .franchise-content-contact-search-form-results-person-wrapper-info-contacts button {
    margin: 20px 0 0 0;
  }
  .franchise-content-contact-search-form-results .form-footer {
    flex-direction: column;
  }
  .franchise-content-contact-search-form-results .form-footer button {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .franchise-content-partners {
    max-width: calc(100% - 40px);
  }
  .franchise-content-contact-title h2 {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 44px;
  }
  .franchise-content-contact-title h3 {
    font-size: 18px;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 410px) {
  .franchise-content-tabbed-title h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 400px) {
  .franchise-content-tabbed-content-wrapper-content-text {
    padding: 40px 20px 20px 20px;
  }
  .franchise-content-tabbed-content-wrapper-content-text a {
    width: 100%;
  }
  .franchise-content-static {
    padding: 0 20px;
  }
  .franchise-content-static-text-description ul li {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .franchise-content-static-text-description ul li span {
    margin: 14px 10px 0 0;
  }
  .franchise-content-static-text-description ul li span::after {
    display: none;
  }
}
.inner-content.retail .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a {
  align-items: flex-start;
}

.inner-content.retail .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a .floating-text {
  left: 19.7916666667vw;
  margin: 110px 0 0 0;
}

.inner-content.retail .index-main-slider .index-main-slider-container .swiper-container .swiper-wrapper .swiper-slide .index-main-slider-slide a .floating-text-title {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 70px;
}

.inner-content .retail-content {
  width: 100%;
}

.inner-content .retail-content-matrix {
  width: 100%;
  max-width: 1190px;
  margin: 80px auto;
  padding: 0 20px;
}

.inner-content .retail-content-partners {
  background: #f4f3f0;
  width: 100%;
  max-width: calc(100% - 80px);
  margin: 0 auto 80px auto;
  padding: 80px 0;
}

.inner-content .retail-content-partners > div {
  width: 100%;
  max-width: 1190px;
  padding: 0 20px;
  margin: 0 auto;
}

.inner-content .retail-content-partners-title {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.45px;
  line-height: 37px;
  text-transform: uppercase;
  margin: 0 0 80px 0;
}

.inner-content .retail-content-partners .retail-content-partners-container-slider-container {
  width: calc(100% + 340px);
}

.inner-content .retail-content-partners .retail-content-partners-container-slider-container .swiper-slide {
  max-width: 385px;
}

.inner-content .retail-content-partners .retail-content-partners-slider-elem {
  max-width: 390px;
}

.inner-content .retail-content-partners .retail-content-partners-slider-elem-wrapper-image {
  width: 100%;
  height: 370px;
  display: block;
}

.inner-content .retail-content-partners .retail-content-partners-slider-elem-wrapper-image img {
  display: block;
  line-height: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.inner-content .retail-content-partners .retail-content-partners-slider-elem-wrapper-title {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 26px;
  margin: 20px 0 0 0;
}

.inner-content .retail-content-partners .retail-content-partners-slider-elem-wrapper-description {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 26px;
}

.inner-content .retail-content-partners .retail-content-partners-slider-elem-wrapper-description p {
  margin: 0;
}

.inner-content .retail-content-partners .controls {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px 0 0 0;
}

.inner-content .retail-content-partners .controls .swiper-scrollbar {
  height: 4px;
  border-radius: 2px;
  width: 100%;
  background: #fff;
}

.inner-content .retail-content-partners .controls .swiper-scrollbar .swiper-scrollbar-drag {
  background: #58585b;
  cursor: pointer;
}

.inner-content .retail-content-partners .controls .swiper-scrollbar .swiper-scrollbar-drag:hover {
  opacity: 0.8;
}

.inner-content .retail-content-partners .controls .swiper-button-prev,
.inner-content .retail-content-partners .controls .swiper-button-next {
  display: block;
  position: relative;
  left: initial;
  right: initial;
  top: initial;
  background: none;
  margin: 0 20px 0 0;
  width: auto;
  height: auto;
}

.inner-content .retail-content-partners .controls .swiper-button-prev img,
.inner-content .retail-content-partners .controls .swiper-button-next img {
  display: block;
  width: 10px;
  height: 18px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.inner-content .retail-content-partners .controls .swiper-button-next {
  margin: 0 0 0 20px;
}

.inner-content .retail-content-catalog {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto 80px auto;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.inner-content .retail-content-catalog-text {
  margin: 0 60px 0 0;
}

.inner-content .retail-content-catalog-text-title {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.45px;
  line-height: 37px;
  margin: 0 0 40px 0;
}

.inner-content .retail-content-catalog-text-description {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.inner-content .retail-content-catalog-text a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 80px 0 0 0;
}

.inner-content .retail-content-catalog-text a img {
  display: block;
  height: 86px;
  width: 86px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  position: relative;
  z-index: 25;
  opacity: 1;
  transition: all 300ms ease-in-out;
}

.inner-content .retail-content-catalog-text a img.download {
  z-index: 50;
  width: 42px;
  height: 42px;
  position: absolute;
}

.inner-content .retail-content-catalog-text a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-content .retail-content-catalog-text a strong {
  margin: 10px 0 0 0;
  display: block;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 20px;
  text-align: center;
}

.inner-content .retail-content-catalog-text a:hover img.download {
  opacity: 0.6;
}

.inner-content .retail-content-catalog-image {
  max-width: 100%;
}

.inner-content .retail-content-catalog-image a {
  height: auto;
  width: 390px;
  max-width: 100%;
  display: block;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 8px 7px 11px 0 rgba(0, 0, 0, 0.3);
}

.inner-content .retail-content-catalog-image a img {
  display: block;
  width: 100%;
  line-height: 1;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top center;
  object-position: top center;
}

@media (max-width: 1024px) {
  .inner-content .retail-content-partners {
    max-width: calc(100% - 40px);
    margin: 0 auto 40px auto;
    padding: 40px 0;
  }
  .inner-content .retail-content-partners .retail-content-partners-container-slider-container {
    width: initial !important;
  }
  .inner-content .retail-content-partners .retail-content-partners-container-slider-container .swiper-slide {
    max-width: initial;
  }
}
@media (max-width: 800px) {
  .inner-content .retail-content-catalog {
    flex-direction: column;
  }
  .inner-content .retail-content-catalog-text {
    margin: 0 0 40px 0;
  }
  .inner-content .retail-content-catalog-image {
    margin: 0 auto;
  }
}
.partner-zone-files,
.partner-zone-login {
  width: 100%;
  max-width: 1190px;
  margin: 110px auto 0 auto;
  padding: 0 20px;
}

.partner-zone-login-title h1 {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 70px;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

.partner-zone-login-description {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.partner-zone-login-description p {
  margin: 0;
}

.partner-zone-login-form {
  width: 100%;
  max-width: 553px;
  margin: 80px auto 120px auto;
}

.partner-zone-login-form h2 {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.45px;
  line-height: 37px;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}

.partner-zone-login-form form {
  width: 100%;
  height: auto;
}

.partner-zone-login-form form input {
  box-sizing: border-box;
  height: 46px;
  width: 100%;
  border: 2px solid #58585b;
  background-color: #ffffff;
  margin: 0 0 30px 0;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  padding: 5px 20px;
  text-transform: uppercase;
}

.partner-zone-login-form form input.placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}

.partner-zone-login-form form input:-moz-placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}

.partner-zone-login-form form input::-moz-placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}

.partner-zone-login-form form input:-ms-input-placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}

.partner-zone-login-form form input::-webkit-input-placeholder {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}

.partner-zone-login-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.partner-zone-login-form-actions a {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  text-decoration: underline;
  text-transform: uppercase;
}

.partner-zone-login-form-actions a:hover {
  text-decoration: none;
}

.partner-zone-login-form-actions button {
  height: 36px;
  min-width: 200px;
  border-radius: 21px;
  background-color: #ff8200;
  border: 1px solid #ff8200;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
}

.partner-zone-login-form-actions button:hover {
  background-color: #cc6800;
}

.partner-zone-logout {
  width: 100%;
  max-width: 1190px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px auto 0 auto;
  padding: 0 20px;
}

.partner-zone-logout .btn {
  background-color: #ff8200;
  padding: 5px 10px;
  border-radius: 20px;
}

.partner-zone-files-breadcrumbs a {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  display: inline-block;
}

.partner-zone-files-breadcrumbs span {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  display: inline-block;
  margin: 0 4px;
}

.partner-zone-files-breadcrumbs strong {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  display: inline-block;
}

.partner-zone-files-list {
  margin: 80px 0 50px 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.partner-zone-files-list-elem {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partner-zone-files-list-elem span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 86px;
  margin: 0 auto 25px auto;
}

.partner-zone-files-list-elem span img {
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  line-height: 1;
  position: relative;
  z-index: 50;
  opacity: 1;
  transition: all 300ms ease-in-out;
}

.partner-zone-files-list-elem strong {
  color: #4a4a4a;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.partner-zone-files-list-elem[data-type=back] span img {
  width: 86px;
  height: 86px;
  z-index: 25;
}

.partner-zone-files-list-elem[data-type=back] span img.icon {
  width: 25px;
  height: 27px;
  position: absolute;
  z-index: 50;
}

.partner-zone-files-list-elem[data-type=back]::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #58585b;
  position: absolute;
  right: -40px;
  top: 0;
}

.partner-zone-files-list-elem:hover img {
  opacity: 0.7;
}

.partner-zone-files-list-elem:nth-child(6n) {
  margin-right: 0;
}

@media (max-width: 1190px) {
  .partner-zone-files-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 800px) {
  .partner-zone-files-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
}
@media (max-width: 768px) {
  .partner-zone-files-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
  }
  .partner-zone-files-list-elem {
    margin: 0 auto;
  }
  .partner-zone-files-list-elem span {
    height: 56px;
  }
  .partner-zone-files-list-elem span img {
    width: 70px;
    height: auto;
  }
  .partner-zone-files-list-elem strong {
    font-size: 16px;
    line-height: 16px;
  }
  .partner-zone-files-list-elem[data-type=back] span img {
    width: 66px;
    height: 66px;
  }
  .partner-zone-files-list-elem[data-type=back] span img.icon {
    width: 15px;
    height: 17px;
  }
  .partner-zone-files-list-elem[data-type=document] img {
    width: 45px;
  }
  .partner-zone-files-list-elem:nth-child(6n) {
    margin: 0 auto;
  }
}
@media (max-width: 685px) {
  .partner-zone-files-list {
    max-width: 95%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    justify-content: space-evenly;
    margin: 80px auto 50px auto;
  }
}
@media (max-width: 500px) {
  .partner-zone-login-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 410px) {
  .partner-zone-files-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 400px) {
  .partner-zone-login-title h1 {
    letter-spacing: 0;
  }
  .partner-zone-login-form-actions {
    flex-direction: column;
  }
  .partner-zone-login-form-actions button {
    margin: 20px 0 0 0;
  }
}
#beer-slider-product {
  width: 100%;
  height: 43.75vw;
  position: relative;
}

#beer-slider-product .product-info {
  height: 100%;
  width: 100%;
  background: #fff;
  background-position: center;
  background-size: cover;
}

#beer-slider-product .product-info > div {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
}

#beer-slider-product .product-info img {
  display: block;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#beer-slider-product .product-info img.contain {
  -o-object-fit: contain;
  object-fit: contain;
}

#beer-slider-product > img {
  display: block;
  width: 100%;
  height: 100%;
}

#beer-slider-product.beer-slider img,
#beer-slider-product.beer-slider svg {
  vertical-align: bottom;
  max-width: calc(100% - 5px);
}

#beer-slider-product .beer-reveal {
  height: 100%;
  background: transparent;
}

#beer-slider-product .beer-reveal-inner {
  width: 100%;
  height: 100%;
}

#beer-slider-product .beer-reveal-inner > div {
  width: 100%;
  height: 100%;
}

#beer-slider-product .beer-reveal-inner > div > div {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#beer-slider-product .beer-reveal-inner > div > div > div {
  max-width: 490px;
  padding: 0 20px;
}

#beer-slider-product .beer-reveal-inner > div > div h1 {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 3.125vw;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 3.6458333333vw;
  margin: 0 0 40px 0;
}

#beer-slider-product .beer-reveal-inner > div > div .description {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
}

#beer-slider-product .beer-reveal-inner > div > div .description a {
  color: #ff8200;
}

#beer-slider-product .beer-reveal-inner > div > div .description figure {
  margin: 1.33em 0;
}

#beer-slider-product .beer-handle {
  background-color: #94b7bb;
  box-shadow: -4px 0 12px 0 #537b7f;
}

#beer-slider-product .beer-handle::before,
#beer-slider-product .beer-handle::after {
  color: #fff;
}

#beer-slider-product .beer-handle:hover {
  background-color: #75a2a7;
  box-shadow: -4px 0 16px 0 #537b7f;
}

#beer-slider-product.split {
  display: flex;
  flex-direction: row-reverse;
}

#beer-slider-product.split .product-info > div {
  width: 100%;
}

#beer-slider-product.split .beer-reveal {
  position: relative;
}

@media (max-width: 1023px) {
  #beer-slider-product.split {
    flex-direction: column;
    height: auto;
  }
  #beer-slider-product.split .product-info {
    width: 100% !important;
  }
  #beer-slider-product.split .beer-reveal {
    width: 100% !important;
  }
  #beer-slider-product.split .beer-reveal-inner > div {
    padding: 20px;
  }
  #beer-slider-product.split .beer-reveal-inner > div > div {
    width: 100%;
  }
  #beer-slider-product.split .beer-reveal-inner > div > div > div {
    max-width: 100%;
    padding: 0;
  }
  #beer-slider-product.split .beer-reveal-inner > div > div > div h1 {
    font-size: 26px;
    line-height: 30px;
  }
  #beer-slider-product.split .beer-reveal-inner > div > div > div figure img {
    max-width: 100%;
  }
}
.newsletter {
  display: flex;
  width: auto;
  position: relative;
  margin: 2rem auto 5rem auto;
  width: 90%;
  justify-content: center;
  flex-wrap: wrap;
}

.newsletter .letter-logo {
  position: relative;
  margin: 1rem 3rem 1rem 1rem;
  background: #ff8200;
  padding: 1rem;
  width: 10rem;
  height: 10rem;
  border-radius: 1rem;
}

@media (max-width: 800px) {
  .newsletter .letter-logo {
    margin: 1rem;
  }
}
.newsletter .letter-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.newsletter .news-form {
  width: 500px;
}

.newsletter .news-form .form-footer button {
  min-width: 195px;
}

header.new {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500;
  transition: all 300ms ease-out;
  box-shadow: none;
}

header.new a {
  color: #58585b;
  letter-spacing: 5px;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 1440px) {
  header.new a {
    letter-spacing: 3px;
  }
}
@media (max-width: 800px) {
  header.new a {
    display: none;
  }
}
header.new .logo {
  width: 200px;
  height: 250px;
  position: relative;
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: start;
  position: absolute;
  top: -22%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1380px) {
  header.new .logo {
    width: 170px;
  }
}
@media (max-width: 800px) {
  header.new .logo {
    display: flex;
    left: 40px;
    pointer-events: none;
  }
}
header.new .logo img {
  width: 125%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.33s ease;
}

@media (max-width: 1380px) {
  header.new .logo img {
    width: 100%;
  }
}
@media (max-width: 800px) {
  header.new .logo img {
    width: 80%;
    height: 90%;
  }
}
header.new .divider {
  color: #58585b;
}

@media (max-width: 800px) {
  header.new .header-navigation {
    display: flex;
    width: 100%;
  }
}
header.new .header-navigation a {
  text-align: center;
  letter-spacing: 3px;
}

@media (max-width: 1400px) {
  header.new .header-navigation a {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  header.new .header-navigation a:nth-child(1) {
    display: none;
  }
}
header.new .header-navigation .oskar-elem {
  max-width: 100px;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 14px 0 0;
  font-size: 13px;
}

@media (max-width: 800px) {
  header.new .header-navigation .more {
    display: none;
  }
}
header.new .header-navigation .more span::before {
  top: 1rem;
}

header.new .header-navigation .more span::after {
  bottom: 1rem;
}

header.new .header-navigation-categories .navigation-arrow {
  left: 60px;
}

@media (max-width: 1560px) {
  header.new .header-navigation-categories .navigation-arrow {
    left: 40px;
  }
}
@media (max-width: 1440px) {
  header.new .header-navigation-categories .navigation-arrow {
    left: 40px;
  }
}
@media (max-width: 1400px) {
  header.new .header-navigation-categories .navigation-arrow {
    left: 10%;
  }
}
@media (max-width: 1180px) {
  header.new .header-languages {
    display: none;
  }
}
header.new.shrink .logo img {
  width: 90%;
  height: 90%;
}

@media (max-width: 800px) {
  header.new.shrink .logo img {
    width: 80%;
    height: 90%;
  }
}
.inner-content.new h1 {
  margin: 0 0 3rem 0;
  font-size: 5.6vw;
  line-height: 4.9vw;
}

@media (max-width: 1100px) {
  .inner-content.new h1 {
    font-size: 24px;
    line-height: 25px;
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 760px) {
  .inner-content.new h1 {
    margin: 1rem 0 1.5rem 0;
  }
}
.inner-content.new strong {
  font-weight: 700;
}

.inner-content.new span {
  font-weight: 100;
}

.inner-content.new .top-wrapper {
  display: flex;
  width: 100%;
  background: #f4f3f0;
  padding: 100px 0 4rem 0;
  position: relative;
  justify-content: space-between;
}

@media (max-width: 660px) {
  .inner-content.new .top-wrapper {
    padding: 60px 0 2rem 0;
    flex-direction: column;
  }
}
.inner-content.new .top-wrapper .left {
  min-height: 100%;
  margin: auto 0 auto 4rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  font-size: 50px;
  line-height: 90px;
  color: #58585b;
  position: relative;
}

@media (max-width: 1100px) {
  .inner-content.new .top-wrapper .left {
    position: relative;
    background: #f4f3f0;
    padding: 0rem;
    z-index: unset;
  }
}
@media (max-width: 760px) {
  .inner-content.new .top-wrapper .left {
    margin: 0 0 0 2rem;
  }
}
@media (max-width: 660px) {
  .inner-content.new .top-wrapper .left {
    order: 2;
  }
}
.inner-content.new .top-wrapper .left #extra_left_swiper {
  width: 50vw;
  height: auto;
}

@media (max-width: 660px) {
  .inner-content.new .top-wrapper .left #extra_left_swiper {
    width: 100vw;
  }
}
.inner-content.new .top-wrapper .left .swiper-slide {
  height: 39vw;
  margin: auto 0 auto 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  font-size: 40px;
  line-height: 80px;
  color: #58585b;
  position: relative;
  background-color: #faf9f8;
  border-radius: 50%;
  padding: 100px 100px;
  transform: rotate(45deg);
  transition: all 1s ease;
}

@media (max-width: 660px) {
  .inner-content.new .top-wrapper .left .swiper-slide {
    height: auto;
  }
}
.inner-content.new .top-wrapper .left .swiper-slide div {
  opacity: 0;
  transition: all 1s ease;
}

.inner-content.new .top-wrapper .left .swiper-slide.swiper-slide-next div {
  opacity: 0;
}

.inner-content.new .top-wrapper .left .swiper-slide.swiper-slide-prev {
  transform: rotate(-45deg);
}

.inner-content.new .top-wrapper .left .swiper-slide.swiper-slide-prev div {
  opacity: 0;
}

.inner-content.new .top-wrapper .left .swiper-slide.swiper-slide-active {
  transform: rotate(0deg);
}

.inner-content.new .top-wrapper .left .swiper-slide.swiper-slide-active div {
  opacity: 1;
}

.inner-content.new .top-wrapper .left .swiper-slide.active {
  transform: rotate(0deg);
  opacity: 1;
}

@media (max-width: 1100px) {
  .inner-content.new .top-wrapper .left .swiper-slide {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    transform: rotate(0deg);
  }
}
.inner-content.new .top-wrapper .left .oskar-decor {
  max-width: 200px;
  height: 90px;
}

@media (max-width: 1100px) {
  .inner-content.new .top-wrapper .left .oskar-decor {
    width: 100px;
    height: 66px;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
  }
}
.inner-content.new .top-wrapper .left .oskar-decor img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.inner-content.new .top-wrapper .left .title-line h1 {
  font-size: 4.6vw;
  line-height: 0.9em;
}

@media (max-width: 1350px) {
  .inner-content.new .top-wrapper .left .title-line h1 {
    font-size: 3.6vw;
  }
}
@media (max-width: 660px) {
  .inner-content.new .top-wrapper .left .title-line h1 {
    font-size: 25px;
  }
}
.inner-content.new .swiper-container {
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  height: 38vw;
}

@media (max-width: 700px) {
  .inner-content.new .swiper-container {
    height: auto;
  }
}
.inner-content.new .top-slider {
  width: 100%;
  position: relative;
  margin: auto 0 auto 0;
  z-index: 5;
}

@media (max-width: 1100px) {
  .inner-content.new .top-slider {
    margin: auto 0 auto auto;
    z-index: 1;
  }
}
.inner-content.new .top-slider .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.inner-content.new .top-slider .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
}

@media (max-width: 700px) {
  .inner-content.new .top-slider .swiper-wrapper .swiper-slide {
    flex-direction: column;
  }
}
.inner-content.new .top-slider .swiper-wrapper img {
  width: 70%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 700px) {
  .inner-content.new .top-slider .swiper-wrapper img {
    width: 100%;
    height: 300px;
  }
}
.inner-content.new .top-slider .swiper-wrapper .oskar_slide_container {
  height: 39vw;
  width: 39vw;
  margin: auto -9vw auto 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  font-size: 40px;
  line-height: 80px;
  color: #58585b;
  position: relative;
  background-color: #faf9f8;
  border-radius: 50%;
  padding: 100px 100px;
  transition: all 1s ease;
  z-index: 10;
}

@media (max-width: 1200px) {
  .inner-content.new .top-slider .swiper-wrapper .oskar_slide_container {
    border-radius: 0;
    padding: 30px;
  }
}
@media (max-width: 700px) {
  .inner-content.new .top-slider .swiper-wrapper .oskar_slide_container {
    width: 100%;
    height: auto;
    margin: auto 0;
  }
}
.inner-content.new .top-slider .swiper-wrapper .oskar_slide_container.swiper-slide-active {
  transform: rotate(0deg);
}

.inner-content.new .top-slider .swiper-wrapper .oskar_slide_container.swiper-slide-active div {
  opacity: 1;
}

.inner-content.new .top-slider .swiper-wrapper .oskar_slide_container.active {
  transform: rotate(0deg);
  opacity: 1;
}

.inner-content.new .top-slider .swiper-wrapper .oskar-decor {
  max-width: 200px;
  height: 90px;
}

@media (max-width: 1100px) {
  .inner-content.new .top-slider .swiper-wrapper .oskar-decor {
    width: 100px;
    height: 66px;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
  }
}
.inner-content.new .top-slider .swiper-wrapper .oskar-decor img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.inner-content.new .top-slider .swiper-wrapper .title-line h1 {
  font-size: 4.6vw;
  line-height: 0.9em;
}

@media (max-width: 1350px) {
  .inner-content.new .top-slider .swiper-wrapper .title-line h1 {
    font-size: 3.6vw;
  }
}
@media (max-width: 660px) {
  .inner-content.new .top-slider .swiper-wrapper .title-line h1 {
    font-size: 25px;
  }
}
.inner-content.new .top-slider-nav {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 90px;
  bottom: 0;
  right: 0;
  z-index: 11;
  background-color: #f4f3f0;
}

.inner-content.new .top-slider-nav .separ {
  height: 1px;
  background: #58585b;
  width: 100%;
  content: "";
  margin: 10px 0;
}

.inner-content.new .top-slider-nav .prev,
.inner-content.new .top-slider-nav .next {
  display: flex;
  transform-origin: center center;
  transition: all 0.3s ease;
  width: 18px;
  height: 25px;
  cursor: pointer;
}

.inner-content.new .top-slider-nav .prev img,
.inner-content.new .top-slider-nav .next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center center;
  padding: 0.25rem;
}

.inner-content.new .top-slider-nav .next img {
  transform: rotate(180deg);
}

.inner-content.new .btn-row {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 1100px) {
  .inner-content.new .btn-row {
    flex-direction: column;
    align-items: start;
  }
}
.inner-content.new .btn-row .btn:nth-child(1) {
  margin: 0 2rem 0 0;
}

@media (max-width: 1100px) {
  .inner-content.new .btn-row .btn:nth-child(1) {
    margin: 0 0 2rem 0;
  }
}
.inner-content.new .btn {
  padding: 0 1.5rem;
  box-sizing: border-box;
  letter-spacing: 3px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 18px;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 36px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 600px) {
  .inner-content.new .btn {
    padding: 0.35rem 1.5rem;
    font-size: 14px;
    line-height: 18px;
  }
}
.inner-content.new .orange {
  background: #ff8200;
  color: #fff;
}

.inner-content.new .orange:hover {
  opacity: 0.7;
}

.inner-content.new .black {
  border: 2px solid #000;
  color: #000;
}

.inner-content.new .black:hover {
  opacity: 0.7;
  color: #fff;
  background: #4a4a4a;
}

.inner-content.new .bubble-style {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  margin: 5rem auto;
}

@media (max-width: 1100px) {
  .inner-content.new .bubble-style {
    margin: 2rem auto 3rem auto;
  }
}
.inner-content.new .bubble-style .speech-item {
  width: 160px;
  margin: 2rem 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

@media (max-width: 1100px) {
  .inner-content.new .bubble-style .speech-item {
    width: 120px;
    margin: 1rem 1.5rem;
  }
}
.inner-content.new .bubble-style .speech-item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 140px;
  height: 140px;
}

@media (max-width: 1100px) {
  .inner-content.new .bubble-style .speech-item .img {
    width: 100px;
    height: 100px;
  }
}
.inner-content.new .bubble-style .speech-item .img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.inner-content.new .bubble-style .speech-item .img .bg {
  position: absolute;
  width: 140px;
  height: 140px;
}

@media (max-width: 1100px) {
  .inner-content.new .bubble-style .speech-item .img .bg {
    width: 100px;
    height: 100px;
  }
}
.inner-content.new .bubble-style .speech-item .img .icon {
  width: 82px;
  height: 82px;
}

@media (max-width: 1100px) {
  .inner-content.new .bubble-style .speech-item .img .icon {
    width: 50px;
    height: 50px;
  }
}
.inner-content.new .bubble-style .speech-item .speech-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  color: #4a4a4a;
  margin: 1rem auto 0 auto;
  text-align: center;
}

.inner-content.new .oskar-story {
  margin: 2rem auto;
  position: relative;
  width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #58585b;
}

@media (max-width: 600px) {
  .inner-content.new .oskar-story {
    width: 100%;
  }
}
.inner-content.new .oskar-story .top-part {
  display: flex;
  position: relative;
  width: 100%;
}

.inner-content.new .oskar-story .wheat {
  position: absolute;
  width: 280px;
  height: 250px;
  bottom: -30px;
  z-index: 1;
}

@media (max-width: 1100px) {
  .inner-content.new .oskar-story .wheat {
    width: 230;
    height: 200px;
  }
}
.inner-content.new .oskar-story .wheat img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center center;
}

.inner-content.new .oskar-story .wheat.left {
  left: -90px;
}

@media (max-width: 1100px) {
  .inner-content.new .oskar-story .wheat.left {
    left: -110px;
  }
}
.inner-content.new .oskar-story .wheat.right {
  right: -90px;
}

@media (max-width: 1100px) {
  .inner-content.new .oskar-story .wheat.right {
    right: -110px;
  }
}
.inner-content.new .oskar-story .wheat.right img {
  transform: rotateY(180deg);
}

.inner-content.new .oskar-story .story-title {
  z-index: 2;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.inner-content.new .oskar-story .story-title h2 {
  font-size: 60px;
  line-height: 60px;
  margin: 0 0 2rem 0;
}

.inner-content.new .oskar-story .story-speech {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 4rem 0;
}

@media (max-width: 600px) {
  .inner-content.new .oskar-story .story-speech {
    margin: 0 0 1rem 0;
  }
}
.inner-content.new .oskar-story .story-speech .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  top: -1rem;
  left: 1rem;
}

@media (max-width: 600px) {
  .inner-content.new .oskar-story .story-speech .bg {
    height: 150%;
  }
}
.inner-content.new .oskar-story .story-speech .story {
  padding: 2rem 4rem 2rem 4rem;
  z-index: 2;
  position: relative;
  text-align: center;
}

.bg-field {
  position: absolute;
  width: 1920px;
  z-index: -1;
}

.bg-field img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.image-text {
  position: relative;
  color: #58585b;
}

.image-text .image-text-content {
  display: flex;
  margin: 2rem auto 5rem auto;
  position: relative;
  justify-content: center;
  align-items: start;
}

@media (max-width: 1100px) {
  .image-text .image-text-content {
    flex-direction: column;
    margin: 2rem auto 2rem auto;
  }
}
.image-text .image {
  width: 500px;
  height: 330px;
  border-radius: 2rem;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1100px) {
  .image-text .image {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .image-text .image {
    border-radius: 1rem;
    width: 80%;
    height: auto;
  }
}
.image-text .text-bubble {
  width: 400px;
  font-size: 15px;
  position: relative;
}

@media (max-width: 1100px) {
  .image-text .text-bubble {
    width: -moz-fit-content;
    width: fit-content;
    padding: 1rem 10rem;
  }
}
@media (max-width: 700px) {
  .image-text .text-bubble {
    padding: 1rem 2rem;
    text-align: justify;
  }
}
.image-text .text-bubble p {
  margin: 0 0 1rem 0;
}

.image-text.left .text-bubble {
  margin: 0 0 0 3rem;
  order: 2;
}

@media (max-width: 1100px) {
  .image-text.left .text-bubble {
    margin: unset;
    order: unset;
  }
}
.image-text.left .image {
  order: 1;
}

.image-text.right .text-bubble {
  margin: 0 3rem 0 0;
  order: 1;
}

@media (max-width: 1100px) {
  .image-text.right .text-bubble {
    margin: unset;
  }
}
.image-text.right .image {
  order: 2;
}

.grid-sekcia {
  display: flex;
  flex-direction: column;
  background: rgba(244, 243, 240, 0.7);
  margin: 0 2rem;
  width: calc(100% - 4rem);
  z-index: 1;
  color: #58585b;
  position: relative;
}

.grid-sekcia .rye {
  position: absolute;
  width: 30rem;
  height: 45rem;
  left: -10rem;
  bottom: 4rem;
  opacity: 0.9;
}

@media (max-width: 1300px) {
  .grid-sekcia .rye {
    opacity: 0.2;
  }
}
.grid-sekcia .rye img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.grid-sekcia .grid-nazov {
  font-size: 60px;
  line-height: 70px;
  font-weight: 100;
  text-align: center;
  margin: 3rem 0 3rem 0;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .grid-sekcia .grid-nazov {
    font-size: 30px;
    line-height: 40px;
    margin: 2rem 0 1.5rem 0;
  }
}
.grid-sekcia .grid-nazov strong {
  font-weight: 700;
}

.grid-sekcia .grid-podnazov {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  padding: 0 12rem;
  margin: 0 0 3rem 0;
}

@media (max-width: 1100px) {
  .grid-sekcia .grid-podnazov {
    padding: 0 1rem;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 1rem 0;
  }
}
.grid-sekcia .grid-podnazov strong {
  font-weight: 700;
}

.grid-sekcia .grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 2rem auto 4rem auto;
  z-index: 2;
}

@media (max-width: 1100px) {
  .grid-sekcia .grid {
    grid-template-columns: auto;
  }
}
@media (max-width: 600px) {
  .grid-sekcia .grid {
    grid-gap: 1.5rem;
  }
}
.grid-sekcia .grid .grid-item {
  display: flex;
  justify-content: center;
  align-items: start;
}

@media (max-width: 600px) {
  .grid-sekcia .grid .grid-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin: 0 0 4rem 0;
  }
}
.grid-sekcia .grid .grid-item .image {
  order: 1;
  width: 200px;
  height: 260px;
  border-radius: 1rem;
  overflow: hidden;
}

@media (max-width: 600px) {
  .grid-sekcia .grid .grid-item .image {
    order: 3;
  }
}
.grid-sekcia .grid .grid-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-sekcia .grid .grid-item .description {
  order: 2;
  width: 220px;
  margin: 0 0 0 1rem;
}

@media (max-width: 600px) {
  .grid-sekcia .grid .grid-item .description {
    margin: 0 0 1rem 0;
  }
}
.grid-sekcia .grid .grid-item .description .item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}

.grid-sekcia .grid .grid-item .description .item-description {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

.grid-sekcia .grid .grid-item:nth-child(3n) .image {
  order: 2;
}

@media (max-width: 1100px) {
  .grid-sekcia .grid .grid-item:nth-child(3n) .image {
    order: 1;
  }
}
@media (max-width: 600px) {
  .grid-sekcia .grid .grid-item:nth-child(3n) .image {
    order: 3;
  }
}
.grid-sekcia .grid .grid-item:nth-child(3n) .description {
  order: 1;
}

@media (max-width: 1100px) {
  .grid-sekcia .grid .grid-item:nth-child(3n) .description {
    order: 2;
  }
}
.grid-sekcia .grid .grid-item:nth-child(4n) .image {
  order: 2;
}

@media (max-width: 1100px) {
  .grid-sekcia .grid .grid-item:nth-child(4n) .image {
    order: 1;
  }
}
@media (max-width: 600px) {
  .grid-sekcia .grid .grid-item:nth-child(4n) .image {
    order: 3;
  }
}
.grid-sekcia .grid .grid-item:nth-child(4n) .description {
  order: 1;
  margin: 0 1rem 0 0;
}

@media (max-width: 1100px) {
  .grid-sekcia .grid .grid-item:nth-child(4n) .description {
    order: 2;
    margin: 0 0 0 1rem;
  }
}
.slider-block {
  display: flex;
  margin: 3rem auto 3rem auto;
  max-width: 960px;
  color: #58585b;
  flex-direction: column;
}

@media (max-width: 1100px) {
  .slider-block {
    padding: 0 2rem;
    margin: 1.5rem auto 1.5rem auto;
  }
  .matrix .slider-block {
    padding: 0;
    margin: 1.5rem auto 1.5rem auto;
  }
}
.slider-block strong {
  font-weight: 700;
}

.slider-block p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 1rem 0;
}

@media (max-width: 1100px) {
  .slider-block p {
    font-size: 16px;
    line-height: 22px;
  }
}
.slider-block h3 {
  font-size: 50px;
  line-height: 60px;
  margin: 0 0 2rem 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

@media (max-width: 820px) {
  .slider-block h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.slider-block h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 1rem 0;
}

.slider-block .slider-block-title {
  width: 100%;
  text-align: left;
  margin: 0 0 2rem 0;
}

.slider-block .slider-block-title.product_matrix_title {
  display: flex;
  align-items: center;
}

.slider-block .slider-block-title.product_matrix_title h4 {
  margin: 0;
}

.slider-block .slider-block-title figure {
  height: 25px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.slider-block .slider-block-title figure img {
  height: 100%;
}

.slider-block .slider-block-container {
  display: flex;
  justify-content: center;
  align-items: start;
}

@media (max-width: 820px) {
  .slider-block .slider-block-container {
    flex-direction: column;
    align-items: center;
  }
}
.slider-block .slider-block-container .slider-block-swiper-wrapper {
  position: relative;
}

.slider-block .slider-block-container .slider-block-swiper {
  overflow: hidden;
  width: 500px;
  height: 330px;
  border-radius: 2rem;
  position: relative;
  order: 1;
}

@media (max-width: 820px) {
  .slider-block .slider-block-container .slider-block-swiper {
    width: 100%;
    height: 220px;
  }
}
.slider-block .slider-block-container .slider-block-swiper .swiper-wrapper .swiper-slide img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-block .slider-block-container .side {
  width: 430px;
  margin: 0 0 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  order: 2;
  position: relative;
}

@media (max-width: 820px) {
  .slider-block .slider-block-container .side {
    margin: 1rem auto 1rem 0;
    width: 100%;
    padding: 0 2rem 0 0;
  }
  .matrix .slider-block .slider-block-container .side {
    padding: 0;
  }
}
.slider-block .slider-block-container .side .text p {
  font-size: 15px;
  line-height: 20px;
}

.slider-block .slider-block-container .side .product_matrix_icon_grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}

@media (max-width: 450px) {
  .slider-block .slider-block-container .side .product_matrix_icon_grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
  }
}
.slider-block .slider-block-container .side .ikon {
  display: flex;
  align-items: center;
  position: relative;
}

.slider-block .slider-block-container .side .ikon img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 1rem 0 0;
}

.slider-block .slider-block-container .side .ikon p {
  margin: unset;
}

.slider-block .navigation {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: space-around;
  width: 50px;
  height: 80px;
  margin: 1rem 0 0 0;
  background: #58585b;
  border-radius: 1rem;
  border-bottom-left-radius: unset;
  border-top-left-radius: unset;
  left: -2rem;
}

@media (max-width: 820px) {
  .slider-block .navigation {
    position: absolute;
    top: -1rem;
    left: unset;
    right: 0rem;
    width: 30px;
    border-radius: 1rem !important;
  }
}
.slider-block .navigation .prev,
.slider-block .navigation .next {
  display: flex;
  transform-origin: center center;
  transition: all 0.3s ease;
  width: 18px;
  height: 25px;
  cursor: pointer;
}

.slider-block .navigation .prev img,
.slider-block .navigation .next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center center;
  padding: 0.25rem;
}

.slider-block .navigation .next img {
  transform: rotate(180deg);
}

.slider-block:nth-child(2n+1) .navigation {
  left: unset;
  right: -2rem;
  border-radius: 1rem;
  border-bottom-right-radius: unset;
  border-top-right-radius: unset;
}

@media (max-width: 820px) {
  .slider-block:nth-child(2n+1) .navigation {
    position: absolute;
    top: -1rem;
    right: 0rem;
    width: 30px;
    border-radius: 1rem !important;
  }
}
.slider-block:nth-child(2n+1) .slider-block-container .slider-block-swiper {
  order: 2;
}

@media (max-width: 820px) {
  .slider-block:nth-child(2n+1) .slider-block-container .slider-block-swiper {
    order: 1;
  }
}
.slider-block:nth-child(2n+1) .slider-block-container .side {
  order: 1;
  margin: 0 2rem 0 0;
}

@media (max-width: 820px) {
  .slider-block:nth-child(2n+1) .slider-block-container .side {
    margin: 1rem auto 1rem 0;
  }
}
.slider-block:nth-child(2n+1) .slider-block-container .side .navigation {
  align-self: end;
}

.ochutnat {
  max-width: 960px;
  position: relative;
  margin: 0 auto;
  padding: 0 2rem;
}

.ochutnat h3 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 100;
  color: #58585b;
  text-align: left;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .ochutnat h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.ochutnat h3 strong {
  font-weight: 700;
}

.p404 {
  width: 100%;
  position: relative;
  margin: 0 auto 4rem auto;
  background: #f4f3f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p404 .inner-404 {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  position: relative;
  max-width: 960px;
  min-height: 760px;
}

@media (max-width: 1100px) {
  .p404 .inner-404 {
    min-height: 680px;
  }
}
@media (max-width: 600px) {
  .p404 .inner-404 {
    min-height: 530px;
  }
}
.p404 .text {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #58585b;
  text-align: center;
  margin: 0 0 2rem 0;
}

@media (max-width: 600px) {
  .p404 .text {
    font-size: 18px;
    line-height: 24px;
  }
}
.p404 .orange {
  margin: 0 0 2rem 0;
}

@media (max-width: 600px) {
  .p404 .orange {
    margin: 0 0 1rem 0;
  }
}
.p404 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p404 .p4 {
  width: 540px;
  height: 680px;
  position: absolute;
  left: -480px;
  bottom: 0;
}

@media (max-width: 1100px) {
  .p404 .p4 {
    transform: scale(0.5);
    left: -300px;
  }
}
@media (max-width: 600px) {
  .p404 .p4 {
    transform: scale(0.2);
    left: -240px;
  }
}
.p404 .p0 {
  position: relative;
  width: 420px;
  height: 420px;
}

@media (max-width: 1100px) {
  .p404 .p0 {
    transform: scale(0.6);
    bottom: 4rem;
  }
}
@media (max-width: 600px) {
  .p404 .p0 {
    width: 140px;
    height: unset;
    transform: unset;
    bottom: 15rem;
  }
}
.p404 .p42 {
  width: 540px;
  height: 680px;
  position: absolute;
  right: -480px;
  bottom: 0;
}

@media (max-width: 1100px) {
  .p404 .p42 {
    transform: scale(0.5);
    right: -300px;
  }
}
@media (max-width: 600px) {
  .p404 .p42 {
    transform: scale(0.2);
    right: -240px;
  }
}
.map-section {
  position: relative;
}

.baker {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem auto 4rem auto;
}

.baker img {
  width: 200px;
  height: 200px;
}

.baker .text {
  font-size: 32px;
  line-height: 40px;
  color: #58585b;
  text-align: center;
  font-weight: 700;
}

.wheat-big {
  width: 100%;
  position: relative;
  pointer-events: none;
}

@media (max-width: 1300px) {
  .wheat-big {
    opacity: 0.2;
  }
}
.wheat-big img {
  position: absolute;
  width: 380px;
  right: -6rem;
  top: -7rem;
  height: 800px;
  opacity: 0.5;
}

.wheat-big-left {
  width: 100%;
  position: relative;
  pointer-events: none;
}

@media (max-width: 1300px) {
  .wheat-big-left {
    opacity: 0.2;
  }
}
.wheat-big-left img:nth-child(1) {
  position: absolute;
  width: 33rem;
  left: -10rem;
  bottom: 3rem;
  height: 60rem;
  opacity: 0.9;
  transform-origin: center;
  transform: scale(1) rotate(-20deg);
}

.wheat-big-left img:nth-child(2) {
  position: absolute;
  left: -7rem;
  bottom: 4rem;
  width: 26rem;
  height: 45rem;
  opacity: 0.9;
  transform-origin: center bottom;
  transform: scale(0.8) rotate(0deg);
}

.inner-content.new.bakery .black:hover {
  opacity: unset;
  color: #222;
  background: unset;
  cursor: unset;
}

.inner-content.new.bakery h2 {
  color: #58585b;
}

.inner-content.new.bakery .top-wrapper {
  padding: 100px 0 1rem 0;
}

@media (max-width: 660px) {
  .inner-content.new.bakery .top-wrapper {
    padding: 60px 0 2rem 0;
    flex-direction: column;
  }
}
.inner-content.new.bakery .top-wrapper .title-line h1 {
  max-width: 40vw;
  font-size: 3.6vw;
}

@media (max-width: 660px) {
  .inner-content.new.bakery .top-wrapper .title-line h1 {
    max-width: 60vw;
    font-size: 24px;
  }
}
.inner-content.new.bakery .top-wrapper .left {
  position: relative;
  margin: 3rem 0 auto 4rem;
}

@media (max-width: 660px) {
  .inner-content.new.bakery .top-wrapper .left {
    margin: 0.5rem 0 auto 1rem;
  }
}
.inner-content.new.bakery .top-wrapper .left div {
  position: relative;
}

.inner-content.new.bakery .top-wrapper .left .adresa-text {
  margin: 0 6rem 0 0;
}

.inner-content.new.bakery .top-wrapper .left .adresa {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin: 0 0 1rem 0;
  display: flex;
  justify-content: start;
  align-items: start;
  position: relative;
  flex-wrap: wrap;
}

.inner-content.new.bakery .top-wrapper .left .adresa .line {
  position: relative;
  height: 180px;
  width: 1px;
  background: #cbc9c4;
  content: " ";
  margin: auto 1.5rem auto 0;
}

@media (max-width: 1180px) {
  .inner-content.new.bakery .top-wrapper .left .adresa .line {
    display: none;
  }
}
.inner-content.new.bakery .top-wrapper .left .adresa a {
  color: #58585b;
}

.inner-content.new.bakery .top-wrapper .left .adresa .nav {
  position: absolute;
  top: 0;
  right: -4rem;
}

.inner-content.new.bakery .top-wrapper .left .adresa .nav img {
  width: 54px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
}

.inner-content.new.bakery .top-wrapper .left .adresa p {
  margin: 0;
}

.inner-content.new.bakery .top-wrapper .left .adresa strong {
  font-weight: 700;
  margin: 0 0 0.35rem 0;
}

.inner-content.new.bakery .top-wrapper .left .adresa .right .table {
  margin: 1rem 0 0 0;
  width: 160px;
}

.inner-content.new.bakery .top-wrapper .left .adresa .right .table .row {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0.25rem 0;
}

.inner-content.new.bakery .top-wrapper .left .generated-desc {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 1rem 0;
}

.inner-content.new.bakery .top-wrapper .left .generated-desc p {
  margin: 0 0 1rem 0;
}

.inner-content.new.bakery h1 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
}

.inner-content.new.bakery h1 p {
  margin: 0;
}

.inner-content.new.bakery h1 strong {
  font-style: normal;
  font-weight: 700;
}

.inner-content.new.bakery h1 address {
  font-style: normal;
}

.inner-content.new.bakery .map-section {
  margin: 2rem 0 3rem 0;
}

.inner-content.new.bakery .bakery-top-slider {
  position: relative;
  margin: 0 0 auto 0;
}

.inner-content.new.bakery .bakery-top-slider .swiper-container {
  width: 49vw;
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 680px) {
  .inner-content.new.bakery .bakery-top-slider .swiper-container {
    width: 90%;
  }
}
.inner-content.new.bakery .bakery-top-slider .swiper-container .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.inner-content.new.bakery .bakery-top-slider .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 31vw;
  margin: 0;
}

@media (max-width: 680px) {
  .inner-content.new.bakery .bakery-top-slider .swiper-container .swiper-wrapper .swiper-slide {
    height: 260px;
  }
}
.inner-content.new.bakery .bakery-top-slider .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-content.new.bakery .bakery-social {
  display: flex;
  margin: 0rem 0 1rem 0;
}

.inner-content.new.bakery .bakery-social a {
  margin: 0 1.5rem 1.5rem 0;
  width: 40px;
  height: 40px;
}

.inner-content.new.bakery .bakery-social a img {
  width: 100%;
  height: 100%;
  vertical-align: unset;
  -o-object-fit: contain;
     object-fit: contain;
}

.inner-content.new.bakery .top-slider-nav {
  top: calc(31vw + 20px);
  left: unset;
  right: 4rem;
}

@media (max-width: 1780px) {
  .inner-content.new.bakery .top-slider-nav {
    right: 2rem;
  }
}
@media (max-width: 680px) {
  .inner-content.new.bakery .top-slider-nav {
    top: unset;
    bottom: 1rem;
    right: 0;
    height: 50px;
    z-index: 9;
  }
}
.inner-content.new.bakery .top-slider-nav .next,
.inner-content.new.bakery .top-slider-nav .prev {
  width: 44px;
}

@media (max-width: 680px) {
  .inner-content.new.bakery .top-slider-nav .next,
  .inner-content.new.bakery .top-slider-nav .prev {
    width: 30px;
  }
}
.inner-content.new.bakery .top-slider-nav .separ {
  display: none;
}

.inner-content.new.bakery .bakery-thumb {
  position: relative;
  width: 40vw;
  display: flex;
  margin: 1rem 0 0 0;
}

@media (max-width: 680px) {
  .inner-content.new.bakery .bakery-thumb {
    width: 90%;
    margin: 1rem auto 0 auto;
  }
}
.inner-content.new.bakery .bakery-thumb .thumb-container {
  overflow: hidden;
}

.inner-content.new.bakery .bakery-thumb .thumb-container .swiper-wrapper .swiper-slide {
  width: 12vw;
  height: 8vw;
  margin: 0 1rem 1rem 0;
  overflow: hidden;
  cursor: pointer;
  filter: contrast(0.5);
  transition: all 0.33s ease;
}

@media (max-width: 680px) {
  .inner-content.new.bakery .bakery-thumb .thumb-container .swiper-wrapper .swiper-slide {
    width: 60px;
    height: 40px;
  }
}
.inner-content.new.bakery .bakery-thumb .thumb-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-content.new.bakery .bakery-thumb .thumb-container .swiper-wrapper .swiper-slide:hover {
  filter: contrast(1);
}

.inner-content.new.bakery .bakery-thumb .thumb-container .swiper-wrapper .swiper-slide.active {
  filter: contrast(1);
}

.oksar-link {
  position: fixed;
  left: 20px;
  top: 38vw;
  width: 180px;
  transition: all 0.66s ease;
}

@media (max-width: 740px) {
  .oksar-link {
    display: none;
  }
}
.oksar-link img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  transition: all 0.66s ease;
}

.oskar-link:hover {
  width: 200px;
}

.fixed {
  position: fixed;
}

.zig-zag {
  background: linear-gradient(135deg, #f4f3f0 25%, transparent 25%) -50px 0, linear-gradient(225deg, #f4f3f0 25%, transparent 25%) -50px 0, linear-gradient(315deg, #f4f3f0 25%, transparent 25%), linear-gradient(45deg, #f4f3f0 25%, transparent 25%);
  background-size: 30px 30px;
  background-color: #fff;
  height: 15px;
  content: " ";
  width: 100%;
  position: absolute;
  bottom: 0;
}

.index_oskar_badge {
  position: absolute;
  bottom: -110px;
  left: 40px;
  width: 220px;
  height: 220px;
  z-index: 20;
}

.index_oskar_badge .index_oskar_badge_bg {
  width: 100%;
}

.index_oskar_badge .index_oskar_badge_text {
  width: 100%;
  position: absolute;
  top: -5%;
  left: -3%;
}

@media (max-width: 850px) {
  .index_oskar_badge {
    bottom: -75px;
    left: 20px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 600px) {
  .index_oskar_badge {
    bottom: -50px;
    left: 20px;
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1380px) {
  .extra_padding {
    padding: 180px 0 20px 0;
  }
  .extra_padding_blog {
    padding: 180px 60px 80px 60px;
  }
}
@media (max-width: 800px) {
  header.new .header-navigation a {
    height: 90px;
    width: 90px;
    top: 0px;
    overflow: visible;
    pointer-events: auto;
  }
  header.new .header-navigation a img {
    height: 160px;
    width: 160px;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  header.new.shrink .logo img {
    height: 128%;
    width: 128%;
  }
}
.video-element {
  max-width: 1180px;
  margin: 1rem auto;
  padding: 0 2rem;
}
.video-element .video {
  overflow: hidden;
  border-radius: 1rem;
  height: min(560px, 44vw);
}

.contact-regional-manager {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  border-top: dotted #ff8200 2px;
  padding: 0.75rem 10px 0 10px;
  margin: 0.75rem auto 0 auto;
}
.contact-regional-manager h4 {
  margin: 0;
  padding: 0;
  color: #ff8200;
}
.contact-regional-manager .regional-manager-image {
  padding: 5px;
  border-radius: 50%;
  height: 64px;
  width: 64px;
  overflow: hidden;
  position: relative;
}
.contact-regional-manager .regional-manager-image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.2;
}
.contact-regional-manager .phone,
.contact-regional-manager .mail {
  color: #000;
  font-size: 12px;
}
.contact-regional-manager .regional-right-column {
  padding: 5px;
  width: calc(100% - 64px - 1rem);
}
.contact-regional-manager .regional-right-column .manager-name {
  font-size: 16px;
}

.contact-header-content-map .contact-map path {
  fill: rgb(148, 183, 187) !important;
  stroke: rgba(255, 255, 255, 0.5) !important;
}
.contact-header-content-map .contact-map path:hover {
  fill: #ff8200 !important;
}
.contact-header-content-map .contact-map #name-labels {
  pointer-events: none;
}

.blog-listing-content.no-padding-top {
  padding: 50px 60px 80px 60px;
}

.blog-listing-content.universal_matrix_content::after {
  display: none;
}

@media (max-width: 1100px) {
  .blog-listing-content.universal_matrix_content {
    margin: 0 auto 100px auto;
  }
}
@media (max-width: 600px) {
  .blog-listing-content.universal_matrix_content {
    padding: 50px 20px 40px 20px !important;
    margin: 0 auto 0 auto;
  }
  .blog-listing-content.universal_matrix_content .matrix-elem {
    margin: 40px 0 !important;
  }
}
@media (max-width: 1024px) {
  .blog-listing-content.no-padding-top {
    padding: 50px 20px 80px 20px;
  }
}
.videoplustext {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 40px;
  padding: 10px 0 0 0;
}
@media (max-width: 960px) {
  .videoplustext {
    gap: 20px;
    flex-direction: column;
  }
}
.videoplustext .video-element {
  order: 1;
}
.videoplustext .video-element .video {
  height: min(360px, 20vw);
  width: min(520px, 29vw);
}
@media (max-width: 960px) {
  .videoplustext .video-element .video {
    width: min(520px, 70vw);
    height: min(400px, 39vw);
  }
}
.videoplustext .text-elem {
  order: 2;
  max-width: 600px;
}

.videoplustext.pravo .video-element {
  order: 3;
}

.freeform {
  position: relative;
}
@media (max-width: 600px) {
  .freeform .freeform-row {
    flex-direction: column !important;
  }
}
.freeform .freeform-required::after,
.freeform .required::after {
  display: none !important;
}
.freeform .form-group,
.freeform .mb-3 {
  margin-bottom: 20px;
}
.freeform .form-group label,
.freeform .mb-3 label {
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}
.freeform .form-group select,
.freeform .mb-3 select {
  height: 46px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 2px solid #58585b;
  background-color: #ffffff;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 10px 20px;
}
.freeform .checkbox {
  margin-bottom: 20px;
}
.freeform .checkbox label {
  display: flex;
  align-items: flex-start;
}
.freeform .checkbox label input {
  margin-right: 10px;
}
.freeform input {
  height: 46px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 2px solid #58585b;
  background-color: #ffffff;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 10px 20px;
}
.freeform select {
  height: 46px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 2px solid #58585b;
  background-color: #ffffff;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 10px 20px;
}
.freeform select#form-input-multipleSelect {
  height: auto !important;
}
.freeform textarea {
  height: 160px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 2px solid #58585b;
  background-color: #ffffff;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 10px 20px;
  resize: none;
}
.freeform input[type=checkbox] {
  display: inline-block !important;
  height: 20px !important;
  width: 20px !important;
  border: 2px solid #58585b;
  background: #fff;
  z-index: 50;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.freeform input[type=checkbox]:checked {
  background: #58585b;
}
.freeform input[type=radio] {
  display: inline-block !important;
  height: 20px !important;
  width: 20px !important;
  border: 2px solid #58585b;
  border-radius: 50%;
  background: #fff;
  z-index: 50;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.freeform input[type=radio]:checked {
  background: #58585b;
}
.freeform .opinion-scale-scales .freeform-input {
  background: #58585b !important;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
}
.freeform .opinion-scale-scales input:checked ~ label {
  background: #ff8200 !important;
}
.freeform button {
  height: 36px;
  min-width: 152px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ff8200;
  border: 1px solid #ff8200;
  border-radius: 36px;
}
.freeform .freeform-alert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  background-color: #fff;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 22px;
  text-transform: uppercase;
}

.matrix-elem .noForm {
  width: 100%;
  border: 2px solid #58585b;
  color: #58585b;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 40px;
}

.swal2-styled.swal2-confirm {
  background-color: #ff8200 !important;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(255, 130, 0, 0.6196078431) !important;
}

.universal_header_image.only_title {
  padding: 0 20px;
  margin-top: 150px;
}

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