@charset "UTF-8";
/* All Variables should be declared here which makes it easier to update if something changes globally */
:root {
  --icon-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.339' height='14.339' viewBox='0 0 14.339 14.339'%3E%3Cpath d='M5.977,14.042H16.865l-5.019,5.019,1.3,1.255,7.17-7.17-7.17-7.17L11.892,7.231l4.974,5.019H5.977Z' transform='translate(-5.977 -5.977)'/%3E%3C/svg%3E%0A");
}

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

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

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

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

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

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

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 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 in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

/***
    The new CSS reset - version 1.8.2 (last updated 23.12.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: pointer;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  display: block;
  max-inline-size: 100%;
  max-block-size: 100%;
  height: auto;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */
pre {
  all: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* remove default dot (•) sign */
::marker {
  content: "";
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/**
100    Extra Light or Ultra Light
200    Light or Thin
300    Book or Demi
400    Normal or Regular
500    Medium
600    Semibold, Demibold
700    Bold
800    Black, Extra Bold or Heavy
900    Extra Black, Fat, Poster or Ultra Black
**/
body {
  color: #000000;
  font-family: "Public Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.33;
  letter-spacing: -0.01em;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 40px 0 32px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 4rem;
    line-height: 1.125;
  }
}

h2, .h2 {
  font-size: 2rem;
  line-height: 1.25;
  margin: 40px 0 30px;
  letter-spacing: 0em;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 3rem;
    line-height: 1.16;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 1.33;
  margin: 40px 0 24px;
  letter-spacing: 0em;
}
@media (min-width: 768px) {
  h3, .h3 {
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1260px) {
  h3, .h3 {
    letter-spacing: 0em;
  }
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 32px 0 24px;
}

h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.33;
  font-weight: 400;
  letter-spacing: -0.01em;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.04em;
}

a {
  text-decoration: underline;
  color: currentColor;
  outline: 1px solid transparent;
  outline-offset: 2px;
  border-radius: 4px;
  transition: outline-color 0.3s, background-color 0.3s;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline-color: #000000;
  text-decoration: none;
}
a:active {
  outline-color: transparent;
  background-color: #D6D6D6;
}

p {
  margin: 0 0 1.33em;
}
p:last-child {
  margin-bottom: 0;
}
p.buttons {
  margin-top: 2em;
}

ul {
  margin: 0 0 1.33em;
}
ul li {
  position: relative;
  padding-left: 22px;
  margin: 0 0 16px;
}
ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: currentColor;
  position: absolute;
  left: 0;
  top: 0.45em;
}

ol {
  counter-reset: index;
  margin: 0 0 1.33em;
}
ol li {
  counter-increment: index;
}
ol li:before {
  content: counters(index, ".") ". ";
}

b, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=search],
input[type=url],
input[type=password],
textarea,
select {
  border: 1px solid var(--color-grey);
  padding: 0 12px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  margin: 0;
  background: transparent;
  height: 36px;
  line-height: 34px;
}
input[type=text]:focus, input[type=text]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=password]:focus,
input[type=password]:active,
textarea:focus,
textarea:active,
select:focus,
select:active {
  outline: 1px solid #000000;
  border-color: #000000;
}

input[type=email] {
  background: url("../images/@.png") no-repeat right 16px center;
  background-size: 17px auto;
  padding-right: 40px;
}

textarea {
  display: block;
  height: 120px;
}

select {
  background: url("../images/select-arrow.svg") no-repeat right 16px center;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=checkbox] + *,
input[type=radio] + * {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

input[type=checkbox] + *:before,
input[type=radio] + *:before {
  display: block;
  width: 16px;
  height: 16px;
  background: #F2F2F2;
  position: absolute;
  left: 1px;
  top: 2px;
  border: 4px solid #F2F2F2;
  box-shadow: 0 0 0 1px #818181;
  border-radius: 2px;
}

input[type=checkbox]:checked + *:before,
input[type=radio]:checked + *:before {
  background: #000000;
  box-shadow: 0 0 0 1px #000000;
}

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

.formButtons {
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .formButtons {
    flex-direction: row-reverse;
    margin-top: 10px;
  }
}
.formButtons .button {
  margin: 0;
}
.formButtons input {
  display: none;
}

.blockField {
  position: relative;
  display: block;
  margin: 0 0 32px;
  width: 100%;
}
@media (min-width: 768px) {
  .blockField {
    width: calc((100% - 16px) / 2);
    margin: 0 0 23px;
  }
}
@media (min-width: 1260px) {
  .blockField {
    width: calc((100% - 32px) / 2);
  }
}
.blockField__title {
  margin-bottom: 12px;
}
.blockField__asterisk {
  color: var(--color-grey);
}
.blockField--fullWidth {
  width: 100%;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  background: transparent;
  border: 1px solid #000000;
  color: #ffffff;
  outline: 2px solid transparent;
  outline-offset: 8px;
  margin: 0 30px 15px 0;
  padding: 10px 23px;
  text-decoration: none;
  border-radius: 100px;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
  overflow: hidden;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, box-shadow 0.3s, outline-color 0.3s;
}
@media (min-width: 768px) {
  .button {
    padding-left: 32px;
    padding-right: 32px;
    min-height: 67px;
  }
}
.button__text {
  position: relative;
  z-index: 20;
  transition: transform 0.3s;
}
.button__arrowRight {
  position: relative;
  z-index: 20;
  margin-left: 12px;
}
.button__iconPlus {
  position: relative;
  z-index: 20;
  margin-left: 10px;
}
.button:after {
  content: "";
  background: url("../images/btn-hover-black.svg") repeat-x right top;
  background-size: 300px auto;
  position: absolute;
  left: -1px;
  top: 0;
  right: -1px;
  height: calc(100% + 12px);
  transform: rotate(180deg);
  z-index: 10;
  transition: transform 0.8s ease;
}
.button.hovered {
  color: #000000 !important;
  box-shadow: none;
}
.button.hovered:after {
  transform: rotate(180deg) translateY(100%);
}
.button:focus {
  outline-color: #000000;
}
.button:active {
  outline-color: transparent;
}
.button:active .button__text {
  transform: scale(0.95);
}
.button--white {
  color: #000000;
  border-color: #ffffff;
}
.button--white.hovered {
  color: #ffffff !important;
}
.button--white:focus {
  outline-color: #ffffff;
}
.button--white:active {
  outline-color: transparent;
}
.button--white:after {
  background-image: url("../images/btn-hover-white.svg");
}
.button:last-child {
  margin: 0;
}

.buttons {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .buttons {
    margin-top: 40px;
  }
}
@media (min-width: 1600px) {
  .buttons {
    margin-top: 50px;
  }
}
.buttons:first-child {
  margin-top: 0;
}

.link {
  display: inline-flex;
  align-items: center;
  padding: 8px 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: border-color 0.3s;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.04em;
  gap: 8px;
}
.link__text {
  text-transform: uppercase;
  margin: 0 12px;
  font-weight: 700;
}
.link__text:first-child {
  margin-left: 0;
}
.link__text:last-child {
  margin-right: 0;
}
.link:hover .link__text {
  text-decoration: underline;
}
.link:focus {
  border-color: currentColor;
}
.link:active {
  border-color: transparent;
}
.link:active .link__text {
  text-decoration: none;
}
.link--arrowRight:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.339' height='14.339' viewBox='0 0 14.339 14.339'%3E%3Cpath d='M5.977,14.042H16.865l-5.019,5.019,1.3,1.255,7.17-7.17-7.17-7.17L11.892,7.231l4.974,5.019H5.977Z' transform='translate(-5.977 -5.977)'/%3E%3C/svg%3E%0A") no-repeat center;
  transition: translate 0.3s;
}
@media (hover: hover) {
  .link--arrowRight:hover:after {
    translate: 8px 0;
  }
}
.link--back:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  rotate: 180deg;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.339' height='14.339' viewBox='0 0 14.339 14.339'%3E%3Cpath d='M5.977,14.042H16.865l-5.019,5.019,1.3,1.255,7.17-7.17-7.17-7.17L11.892,7.231l4.974,5.019H5.977Z' transform='translate(-5.977 -5.977)'/%3E%3C/svg%3E%0A") no-repeat center;
  transition: translate 0.3s;
}
@media (hover: hover) {
  .link--back:hover:before {
    translate: -8px 0;
  }
}

table {
  width: 100%;
  max-width: 100%;
}
table th,
table td {
  vertical-align: top;
}
table thead th {
  vertical-align: bottom;
}

@media (min-width: 1260px) {
  .animate {
    transition: 1s all;
  }
  .animate.from-left {
    transform: translateX(-20px);
  }
  .animate.from-left.animated {
    transform: translateX(0);
  }
  .animate.from-opacity0 {
    opacity: 0;
  }
  .animate.from-opacity0.animated {
    opacity: 1;
  }
  .animate.from-bottom {
    transform: translateY(40px);
  }
  .animate.from-bottom.animated {
    transform: translateY(0);
  }
  .animate.from-right {
    transform: translateX(20px);
  }
  .animate.from-right.animated {
    transform: translateX(0);
  }
}
.sl-item:before {
  display: none;
}

body {
  min-width: 360px;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  --color-red: #B40B12;
  --color-red2: #DA1C24;
  --color-red3: #FFABAE;
  --color-red4: #FFCBCD;
  --color-blue: #009BDC;
  --color-blue2: #A4DEF6;
  --color-blue3: #CCEBF8;
  --color-grey: #818181;
  --color-grey2: #F2F2F2;
  --container-padding: 20px;
}
@media (min-width: 768px) {
  body {
    --container-padding: 40px;
  }
}
@media (min-width: 1260px) {
  body {
    --container-padding: min( 100px, 5.2vw );
  }
}

#siteContent {
  flex: 1;
  overflow: hidden;
  padding-top: 69px;
}
@media (min-width: 768px) {
  #siteContent {
    padding-top: 95px;
  }
}
@media (min-width: 1260px) {
  #siteContent {
    padding-top: 190px;
    transition: padding-top 0.3s;
  }
}
@media (min-width: 1260px) {
  #siteContent.sticky {
    padding-top: 155px;
  }
}

.container {
  margin: 0 auto;
  max-width: 1520px;
  padding: 0 var(--container-padding);
  width: 100vw;
}
.container--full {
  max-width: 1920px;
}
.container--wide {
  max-width: 1320px;
}
.container--middle {
  max-width: 1120px;
}
.container--narrow {
  max-width: 930px;
}

.siteHeader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #000000;
  z-index: 1100;
  transition: background-color 0.3s;
}
.siteHeader .container {
  max-width: 1920px;
}
.siteHeader__inner {
  position: relative;
  height: 69px;
}
@media (min-width: 768px) {
  .siteHeader__inner {
    height: 95px;
  }
}
@media (min-width: 1260px) {
  .siteHeader__inner {
    height: 123px;
    transition: height 0.3s;
  }
}
.siteHeader__logo {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  outline: 1px solid transparent;
  outline-offset: 4px;
  transition: outline-color 0.3s;
}
.siteHeader__logo:before {
  content: "";
  display: block;
  width: 72px;
  height: 37px;
  background: url("../images/logo-white.svg") no-repeat center;
  background-size: contain;
}
@media (min-width: 768px) {
  .siteHeader__logo:before {
    width: 123px;
    height: 63px;
  }
}
@media (min-width: 1260px) {
  .siteHeader__logo:before {
    width: 149px;
    height: 76px;
    transition: width 0.3s;
  }
}
.siteHeader__logo:focus {
  outline-color: #ffffff;
}
@media (min-width: 1260px) {
  .siteHeader--sticky .siteHeader__inner {
    height: 88px;
  }
}
@media (min-width: 1260px) {
  .siteHeader--sticky .siteHeader__logo:before {
    width: 123px;
  }
}
.btnMenu {
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  z-index: 3000;
  background: transparent;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
}
@media (min-width: 1260px) {
  .btnMenu {
    display: none;
  }
}
.btnMenu__hamburger {
  display: block;
  position: relative;
  width: 60px;
  height: 69px;
}
@media (min-width: 768px) {
  .btnMenu__hamburger {
    width: 100px;
    height: 95px;
  }
}
.btnMenu__hamburger span {
  display: block;
  border-radius: 2px;
  background: #ffffff;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.btnMenu__hamburger span:nth-child(1) {
  margin-top: -6px;
}
.btnMenu__hamburger span:nth-child(3) {
  margin-top: 6px;
}

.btnMenuClose {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  z-index: 5000;
  background: transparent;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
}
@media (min-width: 1260px) {
  .btnMenuClose {
    display: none;
  }
}
.btnMenuClose__hamburger {
  display: block;
  position: relative;
  width: 60px;
  height: 69px;
}
@media (min-width: 768px) {
  .btnMenuClose__hamburger {
    height: 95px;
  }
}
.btnMenuClose__hamburger span {
  display: block;
  border-radius: 2px;
  background: #000000;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.btnMenuClose__hamburger span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.btnMenuClose__hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.siteFooter {
  border-top: 32px solid #000000;
  padding: 50px 0 65px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .siteFooter {
    padding: 100px 0;
  }
}
@media (min-width: 1260px) {
  .siteFooter {
    border-top-width: 64px;
    padding: 80px 0 40px;
  }
}
.siteFooter .container {
  position: relative;
  max-width: 1920px;
}
@media (min-width: 768px) {
  .siteFooter .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1260px) {
  .siteFooter .container {
    display: block;
  }
}
@media (min-width: 1600px) {
  .siteFooter .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.siteFooter__logo {
  display: block;
  width: 186px;
  height: 95px;
  background: url("../images/logo-red.svg") no-repeat center;
  background-size: contain;
  margin: 0 auto 47px;
}
@media (min-width: 768px) {
  .siteFooter__logo {
    margin: 0 0 40px;
    width: 248px;
    height: 126px;
  }
}
@media (min-width: 1260px) {
  .siteFooter__logo {
    width: 220px;
    height: 112px;
    margin: 0;
  }
}
.siteFooter__contacts {
  text-align: center;
}
@media (min-width: 768px) {
  .siteFooter__contacts {
    text-align: left;
    width: 248px;
    margin-top: -2px;
  }
}
@media (min-width: 1260px) {
  .siteFooter__contacts {
    margin-top: 50px;
  }
}
@media (min-width: 1600px) {
  .siteFooter__contacts {
    margin: 0;
  }
}
.siteFooter__phone {
  margin-top: 10px;
}
.siteFooter__email {
  margin-top: 5px;
  margin-bottom: 28px;
}
.siteFooter__address {
  margin-top: 10px;
}
.siteFooter__nav {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  padding: 45px 0;
  margin: 45px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .siteFooter__nav {
    margin: 60px 0;
    padding: 60px 0;
  }
}
@media (min-width: 1260px) {
  .siteFooter__nav {
    position: absolute;
    top: 0;
    right: var(--container-padding);
    width: calc(100% - 450px - var(--container-padding));
    border: none;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .siteFooter__nav {
    position: static;
    width: 50.5%;
    margin: -5px 0 0 10px;
  }
}
.siteFooter__buttons {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .siteFooter__buttons {
    margin-top: 5px;
  }
}
@media (min-width: 1260px) {
  .siteFooter__buttons {
    margin: 0;
    position: absolute;
    left: 450px;
    top: 310px;
    width: auto;
  }
}
@media (min-width: 1600px) {
  .siteFooter__buttons {
    left: var(--container-padding);
    top: 170px;
  }
}
@media (min-width: 1260px) {
  .siteFooter__buttons .button {
    min-height: 43px;
  }
}
.siteFooter .socials {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1260px) {
  .siteFooter .socials {
    position: absolute;
    right: var(--container-padding);
    top: 270px;
    width: auto;
  }
}
@media (min-width: 1600px) {
  .siteFooter .socials {
    top: 127px;
  }
}
.siteFooter .socials a {
  display: block;
  margin: 0 12px;
}
@media (min-width: 1260px) {
  .siteFooter .socials a {
    margin: 0 0 0 24px;
  }
}
.siteFooter .socials a svg {
  display: block;
}
.siteFooter__footer {
  text-align: center;
  margin-top: 45px;
  width: 100%;
}
@media (min-width: 768px) {
  .siteFooter__footer {
    margin-top: 60px;
  }
}
@media (min-width: 1260px) {
  .siteFooter__footer {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #000000;
    margin-top: 60px;
    padding-top: 30px;
  }
}
@media (min-width: 1260px) {
  .siteFooter__copyright br {
    display: none;
  }
}
.siteFooter__links {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 1260px) {
  .siteFooter__links {
    flex-direction: row;
    margin: 0;
  }
}
.siteFooter__links a {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
}
@media (min-width: 1260px) {
  .siteFooter__links a {
    margin: 0 0 0 40px;
  }
}
.siteFooter__links a:hover {
  text-decoration: underline;
}
.siteFooter__links a:focus {
  text-decoration: none;
}
.siteFooter__links a:active {
  text-decoration: none;
}

.siteNav {
  background: #ffffff;
  position: fixed;
  right: 0;
  top: 0;
  width: 347px;
  height: 100vh;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
  transform: translateX(100%);
  z-index: 4000;
  transition: transform 0.3s;
}
@media (min-width: 1260px) {
  .siteNav {
    top: 123px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    transition: top 0.3s;
    height: auto;
  }
}
.siteNav__inner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 0 auto;
  padding: 30px 25px 60px 32px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .siteNav__inner {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1260px) {
  .siteNav__inner {
    height: 67px;
    padding: 0 var(--container-padding);
    overflow: visible;
    align-items: center;
    flex-direction: row;
  }
}
.siteNav a {
  text-decoration: none;
  outline: none;
}
.siteNav a:active {
  background-color: transparent;
}
.siteNav .socials {
  display: flex;
  margin: 60px 0 0;
  order: 4;
}
@media (min-width: 1260px) {
  .siteNav .socials {
    position: absolute;
    top: -55px;
    right: calc(var(--container-padding) + 65px);
    margin: 0;
  }
}
.siteNav .socials a {
  display: block;
  margin-right: 32px;
  outline: 1px solid transparent;
  outline-offset: 4px;
  transition: outline-color 0.3s;
}
@media (min-width: 1260px) {
  .siteNav .socials a {
    color: #ffffff;
    margin: 0 12px;
  }
}
.siteNav .socials a:focus {
  outline-color: currentColor;
}
.siteNav .socials a svg {
  display: block;
}
.siteNav .languages {
  margin: 0;
  font-weight: 600;
  order: -1;
}
@media (min-width: 1260px) {
  .siteNav .languages {
    padding: 0;
    margin: 0;
    position: absolute;
    top: -55px;
    right: var(--container-padding);
    order: 5;
  }
}
.siteNav .languages > li {
  padding: 0 8px;
}
@media (min-width: 1260px) {
  .siteNav .languages > li {
    padding: 0;
  }
}
.siteNav .languages > li:before {
  display: none;
}
@media (min-width: 1260px) {
  .siteNav .languages > li > a:before {
    content: attr(data-text);
    text-transform: capitalize;
    color: #ffffff;
    border: 1px solid transparent;
    padding: 6px 8px;
    transition: border-color 0.3s;
    border-radius: 4px;
  }
}
@media (min-width: 1260px) {
  .siteNav .languages > li > a > span {
    display: none;
  }
}
@media (min-width: 1260px) {
  .siteNav .languages > li > a:hover:before {
    text-decoration: underline;
  }
}
@media (min-width: 1260px) {
  .siteNav .languages > li > a:focus:before {
    border-color: currentColor;
  }
}
@media (min-width: 1260px) {
  .siteNav .languages > li > a:active:before {
    border-color: transparent;
    text-decoration: none;
  }
}
.siteNav--visible {
  transform: translateX(0);
}
@media (min-width: 1260px) {
  .siteNav--sticky {
    top: 88px;
  }
}

.primaryMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  order: 1;
}
@media (min-width: 1260px) {
  .primaryMenu {
    display: flex;
    margin-left: -27px;
  }
}
.primaryMenu > li {
  position: relative;
  padding: 0;
  margin: 0 0 12px;
}
@media (min-width: 1260px) {
  .primaryMenu > li {
    align-items: center;
    margin: 0;
    transition: background-color 0.3s;
  }
}
.primaryMenu > li:before {
  display: none;
}
.primaryMenu > li:last-child {
  margin-bottom: 0;
}
.primaryMenu > li.open > a .menu-item-title-arrow:after {
  opacity: 0;
}
@media (min-width: 1260px) {
  .primaryMenu > li.open > a .menu-item-title-arrow:after {
    opacity: 1;
  }
}
.primaryMenu > li.menu-item-has-children {
  position: relative;
  cursor: pointer;
}
@media (min-width: 1260px) {
  .primaryMenu > li.menu-item-has-children.current-menu-ancestor {
    background: var(--color-blue3);
  }
}
@media (min-width: 1260px) {
  .primaryMenu > li.menu-item-has-children.current-menu-ancestor > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: var(--color-blue);
    visibility: visible;
    opacity: 1;
  }
}
.primaryMenu > li.menu-item-has-children.current-menu-ancestor > ul {
  display: block;
}
.primaryMenu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 500;
  transition: color 0.3s, background-color 0.3s, padding 0.3s;
}
@media (min-width: 1260px) {
  .primaryMenu > li > a {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 800;
    padding: 0 19px;
    letter-spacing: 0.04em;
    min-height: 67px;
  }
}
.primaryMenu > li > a .menu-item-title {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 6px 8px;
  transition: border-color 0.3s, transform 0.3s;
}
.primaryMenu > li > a .menu-item-title-arrow {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 12px;
}
.primaryMenu > li > a .menu-item-title-arrow:before, .primaryMenu > li > a .menu-item-title-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
.primaryMenu > li > a .menu-item-title-arrow:before {
  width: 10px;
  height: 2px;
}
.primaryMenu > li > a .menu-item-title-arrow:after {
  width: 2px;
  height: 10px;
}
@media (min-width: 1260px) {
  .primaryMenu > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: var(--color-blue);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
  }
}
@media (min-width: 1260px) {
  .primaryMenu > li > a:focus > .menu-item-title {
    border-color: #000000;
  }
}
@media (min-width: 1260px) {
  .primaryMenu > li > a:focus + ul {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1260px) {
  .primaryMenu > li > a:hover {
    background: var(--color-blue3);
  }
}
@media (min-width: 1260px) {
  .primaryMenu > li > a:hover .menu-item-title-arrow:after {
    opacity: 0 !important;
  }
}
@media (min-width: 1260px) {
  .primaryMenu > li > a:hover:after {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1260px) {
  .primaryMenu > li > a:active > .menu-item-title {
    border-color: transparent;
    transform: scale(0.95);
  }
}
.primaryMenu > li > ul {
  display: none;
  list-style-type: none;
  padding: 20px 0 10px 16px;
  margin: 0;
  width: 100%;
}
@media (min-width: 1260px) {
  .primaryMenu > li > ul {
    display: block;
    background: #ffffff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 364px;
    padding: 16px;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
  }
}
.primaryMenu > li > ul > li {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
  padding: 0;
}
@media (min-width: 1260px) {
  .primaryMenu > li > ul > li {
    margin: 0;
  }
}
.primaryMenu > li > ul > li:before {
  display: none;
}
.primaryMenu > li > ul > li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1260px) {
  .primaryMenu > li > ul > li > a {
    display: block;
    width: 100%;
    padding: 16px;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid transparent;
    transition: background-color 0.3s, border-color 0.3s;
  }
}
.primaryMenu > li > ul > li > a > .menu-item-description {
  display: none;
}
@media (min-width: 1260px) {
  .primaryMenu > li > ul > li > a > .menu-item-description {
    display: block;
    font-weight: 400;
    color: #767676;
    margin-top: 8px;
    transition: color 0.3s;
  }
}
@media (min-width: 1260px) {
  .primaryMenu > li > ul > li > a:hover {
    background: var(--color-blue3);
  }
}
@media (min-width: 1260px) {
  .primaryMenu > li > ul > li > a:hover .menu-item-title {
    text-decoration: underline;
  }
}
@media (min-width: 1260px) {
  .primaryMenu > li > ul > li > a:hover .menu-item-description {
    color: #000000;
    text-decoration: none !important;
  }
}
@media (min-width: 1260px) {
  .primaryMenu > li > ul > li > a:focus {
    border-color: #000000;
  }
}
@media (min-width: 1260px) {
  .primaryMenu > li > ul > li > a:active {
    border-color: transparent;
    background-color: var(--color-blue2);
  }
}
@media (min-width: 1260px) {
  .primaryMenu > li > ul > li > a:active .menu-item-title {
    text-decoration: none;
  }
}
@media (min-width: 1260px) {
  .primaryMenu > li:hover > a .menu-item-title-arrow:after, .primaryMenu > li:focus-within > a .menu-item-title-arrow:after {
    opacity: 0;
  }
}
@media (min-width: 1260px) {
  .primaryMenu > li:hover > ul, .primaryMenu > li:focus-within > ul {
    visibility: visible;
    opacity: 1;
  }
}

.commercialNav {
  margin-top: 62px;
  color: #767676;
  order: 2;
}
@media (min-width: 1260px) {
  .commercialNav {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.commercialNav__text {
  margin-bottom: 15px;
}
@media (min-width: 1260px) {
  .commercialNav__text {
    display: none;
  }
}
.commercialNav__text strong {
  color: #000000;
}
.commercialNav > ul {
  margin: 0 -8px;
}
@media (min-width: 1260px) {
  .commercialNav > ul {
    margin: 0;
  }
}
.commercialNav > ul > li {
  padding: 0;
}
.commercialNav > ul > li:before {
  display: none;
}
.commercialNav > ul > li > a {
  display: flex;
  background: var(--color-red2);
  height: 64px;
  width: 100%;
  box-shadow: none;
  border-color: var(--color-red2);
  color: #ffffff;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 100px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-weight: 800;
  position: relative;
  transition: background-color 0.3s;
}
@media (min-width: 1260px) {
  .commercialNav > ul > li > a {
    border-radius: 0;
    border: none;
    height: 67px;
    width: 413px;
    font-size: 1rem;
  }
}
@media (min-width: 1260px) {
  .commercialNav > ul > li > a .menu-item-title {
    display: flex;
    align-items: center;
    position: relative;
    padding: 6px 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: border-color 0.3s;
  }
}
@media (min-width: 1260px) {
  .commercialNav > ul > li > a .menu-item-title-arrow {
    display: block;
    position: relative;
    margin-left: 10px;
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1260px) {
  .commercialNav > ul > li > a .menu-item-title-arrow:before, .commercialNav > ul > li > a .menu-item-title-arrow:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 100px;
    z-index: 10;
    transition: opacity 0.3s;
  }
}
.commercialNav > ul > li > a .menu-item-title-arrow:before {
  width: 10px;
  height: 2px;
}
.commercialNav > ul > li > a .menu-item-title-arrow:after {
  width: 2px;
  height: 10px;
}
@media (min-width: 1260px) {
  .commercialNav > ul > li > a:hover {
    background-color: var(--color-red);
  }
}
@media (min-width: 1260px) {
  .commercialNav > ul > li > a:hover .menu-item-title {
    text-decoration: underline;
  }
}
@media (min-width: 1260px) {
  .commercialNav > ul > li > a:hover .menu-item-title-arrow:after {
    opacity: 0;
  }
}
@media (min-width: 1260px) {
  .commercialNav > ul > li > a:focus .menu-item-title {
    border-color: currentColor;
  }
}
@media (min-width: 1260px) {
  .commercialNav > ul > li > a:focus + ul {
    visibility: visible;
    opacity: 1;
  }
}
.commercialNav > ul > li > a:active {
  background-color: var(--color-red2);
}
@media (min-width: 1260px) {
  .commercialNav > ul > li > a:active {
    background-color: var(--color-red);
  }
}
@media (min-width: 1260px) {
  .commercialNav > ul > li > a:active .menu-item-title {
    border-color: transparent;
    text-decoration: none;
  }
}
@media (min-width: 1260px) {
  .commercialNav > ul > li:hover > a .menu-item-title-arrow:after, .commercialNav > ul > li:focus-within > a .menu-item-title-arrow:after {
    opacity: 0;
  }
}
@media (min-width: 1260px) {
  .commercialNav > ul > li:hover > ul, .commercialNav > ul > li:focus-within > ul {
    visibility: visible;
    opacity: 1;
  }
}
.commercialNav > ul > li > ul {
  display: none;
}
@media (min-width: 1260px) {
  .commercialNav > ul > li > ul {
    display: block;
    background: #ffffff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 413px;
    padding: 16px;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
  }
}
.commercialNav > ul > li > ul > li {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
  padding: 0;
}
@media (min-width: 1260px) {
  .commercialNav > ul > li > ul > li {
    margin: 0;
  }
}
.commercialNav > ul > li > ul > li:before {
  display: none;
}
.commercialNav > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1260px) {
  .commercialNav > ul > li > ul > li > a {
    display: block;
    width: 100%;
    padding: 16px;
    font-weight: 600;
    border-radius: 3px;
    color: #000000;
    border: 1px solid transparent;
    transition: background-color 0.3s, border-color 0.3s;
  }
}
.commercialNav > ul > li > ul > li > a > .menu-item-description {
  display: none;
}
@media (min-width: 1260px) {
  .commercialNav > ul > li > ul > li > a > .menu-item-description {
    display: block;
    font-weight: 400;
    color: #767676;
    margin-top: 8px;
    transition: color 0.3s;
  }
}
@media (min-width: 1260px) {
  .commercialNav > ul > li > ul > li > a:hover {
    background: var(--color-red3);
  }
}
@media (min-width: 1260px) {
  .commercialNav > ul > li > ul > li > a:hover .menu-item-title {
    text-decoration: underline;
  }
}
@media (min-width: 1260px) {
  .commercialNav > ul > li > ul > li > a:hover .menu-item-description {
    color: #000000;
  }
}
@media (min-width: 1260px) {
  .commercialNav > ul > li > ul > li > a:focus {
    border-color: #000000;
  }
}
@media (min-width: 1260px) {
  .commercialNav > ul > li > ul > li > a:active {
    border-color: transparent;
  }
}
@media (min-width: 1260px) {
  .commercialNav > ul > li > ul > li > a:active .menu-item-title {
    text-decoration: none;
  }
}

.secondaryMenu {
  margin: 65px 0 0;
  order: 3;
}
@media (min-width: 1260px) {
  .secondaryMenu {
    margin: 0;
    color: #ffffff;
    display: flex;
    position: absolute;
    top: -60px;
    right: calc(var(--container-padding) + 300px);
  }
}
.secondaryMenu > li {
  position: relative;
  margin-bottom: 15px;
  padding: 0;
}
@media (min-width: 1260px) {
  .secondaryMenu > li {
    margin: 0 0 0 42px;
  }
}
.secondaryMenu > li:before {
  display: none;
}
.secondaryMenu > li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1260px) {
  .secondaryMenu > li:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 16px;
    background: #ffffff;
    opacity: 0.5;
  }
}
.secondaryMenu > li > a {
  display: block;
  position: relative;
  padding-left: 32px;
  font-weight: 600;
}
@media (min-width: 1260px) {
  .secondaryMenu > li > a {
    padding: 6px 8px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.04em;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: border-color 0.3s;
  }
}
.secondaryMenu > li > a svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1260px) {
  .secondaryMenu > li > a svg {
    display: none;
  }
}
@media (min-width: 1260px) {
  .secondaryMenu > li > a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1260px) {
  .secondaryMenu > li > a:focus {
    border-color: currentColor;
  }
}

@media (min-width: 1260px) {
  .footerMenu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 180px;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.footerMenu:last-child {
  margin-bottom: 0;
}
.footerMenu > li {
  margin-bottom: 18px;
  padding: 0;
}
@media (min-width: 768px) {
  .footerMenu > li {
    margin-bottom: 42px;
  }
}
@media (min-width: 1260px) {
  .footerMenu > li {
    margin: 0 0 14px;
  }
}
.footerMenu > li:before {
  display: none;
}
.footerMenu > li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1260px) {
  .footerMenu > li:last-child {
    min-width: 175px;
  }
}
.footerMenu > li.menu-item-has-children {
  position: relative;
  cursor: pointer;
}
.footerMenu > li.menu-item-has-children.open > a .menu-item-title-arrow:after {
  opacity: 0;
}
.footerMenu > li.menu-item-has-children > a {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 1260px) {
  .footerMenu > li:not(.menu-item-has-children) {
    width: 175px;
  }
}
.footerMenu > li > a {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  letter-spacing: -0.01em;
  text-decoration: none;
}
.footerMenu > li > a .menu-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footerMenu > li > a .menu-item-title-arrow {
  position: relative;
  width: 12px;
  height: 12px;
}
.footerMenu > li > a .menu-item-title-arrow:before, .footerMenu > li > a .menu-item-title-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  border-radius: 100px;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
@media (min-width: 1260px) {
  .footerMenu > li > a .menu-item-title-arrow:before, .footerMenu > li > a .menu-item-title-arrow:after {
    display: none;
  }
}
.footerMenu > li > a .menu-item-title-arrow:before {
  width: 12px;
  height: 2px;
}
.footerMenu > li > a .menu-item-title-arrow:after {
  width: 2px;
  height: 12px;
}
.footerMenu > li > ul {
  display: none;
  padding: 20px 0 0 16px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .footerMenu > li > ul {
    margin-bottom: 58px;
  }
}
@media (min-width: 1260px) {
  .footerMenu > li > ul {
    display: block;
    padding: 0;
    margin: 14px 0 0;
  }
}
.footerMenu > li > ul > li {
  margin-bottom: 14px;
  padding: 0;
}
.footerMenu > li > ul > li:before {
  display: none;
}
.footerMenu > li > ul > li:last-child {
  margin-bottom: 0;
}
.footerMenu > li > ul > li > a {
  text-decoration: none;
  color: #767676;
}
@media (min-width: 1260px) {
  .footerMenu > li > ul > li > a {
    color: #000000;
  }
}
.footerMenu > li > ul > li > a:hover {
  text-decoration: underline;
}
.footerMenu > li > ul > li > a:focus {
  text-decoration: none;
}
.footerMenu > li > ul > li > a:active {
  text-decoration: none;
}
.footerMenu > li.default > a:hover {
  text-decoration: underline;
}
.footerMenu > li.default > a:focus {
  text-decoration: none;
}
.footerMenu > li.default > a:active {
  text-decoration: none;
}

.navOverlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  backdrop-filter: blur(7px) brightness(107%);
  z-index: 2000;
  transition: visibility 0.3s, opacity 0.3s;
}
.navOverlay--visible {
  opacity: 1;
  visibility: visible;
}

.section {
  margin: 63px 0;
}
@media (min-width: 768px) {
  .section {
    margin: 97px 0;
  }
}
@media (min-width: 1260px) {
  .section {
    margin: 100px 0;
  }
}
@media (min-width: 1600px) {
  .section {
    display: flex;
    justify-content: center;
  }
}
.section--bg {
  margin: 0;
}

.sectionHero {
  position: relative;
  margin: 0;
  color: #ffffff;
  text-align: center;
  height: 205px;
}
@media (min-width: 768px) {
  .sectionHero {
    height: 385px;
  }
}
@media (min-width: 1260px) {
  .sectionHero {
    height: 457px;
  }
}
.sectionHero__imageContainer {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.sectionHero__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-block-size: none;
}
.sectionHero__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .sectionHero__overlay {
    padding-bottom: 115px;
  }
}
@media (min-width: 1260px) {
  .sectionHero__overlay {
    padding-bottom: 55px;
  }
}

.sectionCta {
  position: relative;
  background: var(--color-blue3);
}
@media (min-width: 768px) {
  .sectionCta {
    font-size: 1.5rem;
  }
}
.sectionCta__inner {
  width: 100%;
}
@media (min-width: 1260px) {
  .sectionCta__inner {
    display: flex;
  }
}
.sectionCta__col1 {
  padding: 63px 0 0;
}
@media (min-width: 768px) {
  .sectionCta__col1 {
    padding: 97px 0;
    margin-right: 265px;
    min-height: 505px;
  }
}
@media (min-width: 1260px) {
  .sectionCta__col1 {
    width: 50%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.sectionCta__col1 .container {
  width: 100%;
}
@media (min-width: 1260px) {
  .sectionCta__col1 .container {
    max-width: 960px;
    margin: 0;
  }
}
.sectionCta__col2 {
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .sectionCta__col2 {
    display: block;
    min-height: 410px;
  }
}
@media (min-width: 1260px) {
  .sectionCta__col2 {
    width: 50%;
    min-height: 616px;
  }
}
.sectionCta__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1260px) {
  .sectionCta__container > * {
    max-width: 700px;
    padding-right: 150px;
  }
}
.sectionCta__puppie {
  max-width: 328px;
  margin: 33px auto 0;
}
@media (min-width: 768px) {
  .sectionCta__puppie {
    position: absolute;
    left: 100%;
    bottom: 410px;
    transform: translateX(-290px);
    width: 440px;
    max-width: none;
  }
}
@media (min-width: 1260px) {
  .sectionCta__puppie {
    left: 50%;
    transform: translateX(-50%);
    width: 460px;
    bottom: 0;
  }
}
.sectionCta .button {
  color: var(--color-blue3);
}
@media (min-width: 768px) {
  .sectionCta .button {
    height: 67px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.bgBlock {
  padding: 63px 0;
}
@media (min-width: 768px) {
  .bgBlock {
    padding: 97px 0;
  }
}
@media (min-width: 1260px) {
  .bgBlock {
    padding: 100px 0;
  }
}
@media (min-width: 1600px) {
  .bgBlock {
    border-radius: 16px;
  }
}
.bgBlock--grey {
  background: #F2F2F2;
}
.bgBlock--grey:last-child {
  margin-bottom: -63px;
}
@media (min-width: 768px) {
  .bgBlock--grey:last-child {
    margin-bottom: -97px;
  }
}
@media (min-width: 1260px) {
  .bgBlock--grey:last-child {
    margin-bottom: 0;
  }
}

.postsListing {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .postsListing {
    margin-top: 60px;
  }
}
@media (min-width: 1260px) {
  .postsListing {
    margin-top: 70px;
  }
}
.postsListing:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .postsListing__teasers {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (min-width: 1260px) {
  .postsListing__teasers {
    margin: 0 -16px;
  }
}
.postsListing__teasers .teaserArticle {
  width: 100%;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .postsListing__teasers .teaserArticle {
    width: calc((100% - 32px) / 2);
    margin: 0 8px 16px;
  }
}
@media (min-width: 1260px) {
  .postsListing__teasers .teaserArticle {
    width: calc((100% - 96px) / 3);
    margin: 0 16px 32px;
  }
}
.postsListing__pagination {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
}
@media (min-width: 1260px) {
  .postsListing__pagination {
    margin-top: 40px;
  }
}
.postsListing__pagination .link {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.postsListing__nothingFound {
  text-align: center;
}

.teaserArticle {
  position: relative;
}
.teaserArticle__imageContainer {
  position: relative;
  padding-bottom: 66%;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
@media (min-width: 768px) {
  .teaserArticle__imageContainer {
    padding-bottom: 73%;
  }
}
.teaserArticle__imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.teaserArticle__textContainer {
  border: 1px solid #DEDEDE;
  border-top: none;
  padding: 22px 24px;
  border-radius: 0 0 16px 16px;
  flex: 1;
  transition: border-color 0.3s;
}
@media (min-width: 1260px) {
  .teaserArticle__textContainer {
    padding-bottom: 28px;
  }
}
.teaserArticle__date {
  display: block;
  color: #767676;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 1rem;
}
.teaserArticle__title {
  margin: 0 0 16px;
  line-height: 1.1;
}
.teaserArticle__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 24px;
  transition: gap 0.3s;
}
.teaserArticle__link:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.339' height='14.339' viewBox='0 0 14.339 14.339'%3E%3Cpath d='M5.977,14.042H16.865l-5.019,5.019,1.3,1.255,7.17-7.17-7.17-7.17L11.892,7.231l4.974,5.019H5.977Z' transform='translate(-5.977 -5.977)'/%3E%3C/svg%3E%0A") no-repeat center;
  transition: translate 0.3s;
}
.teaserArticle__overlayLink {
  position: absolute;
  inset: 0;
}
@media (hover: hover) {
  .teaserArticle:hover .teaserArticle__imageContainer img {
    transform: scale(1.05);
  }
  .teaserArticle:hover .teaserArticle__textContainer {
    border-color: currentColor;
  }
  .teaserArticle:hover .teaserArticle__link:after {
    translate: 8px 0;
  }
}
.teaserArticle:focus .teaserArticle__imageContainer img {
  transform: scale(1.05);
}
.teaserArticle:focus .teaserArticle__textContainer {
  border-color: transparent;
}
.teaserArticle:active {
  transform: scale(0.95);
  background-color: transparent;
}
.teaserArticle:active .teaserArticle__imageContainer img {
  transform: scale(1.05);
}
.teaserArticle:active .teaserArticle__textContainer {
  border-color: currentColor;
}

.flavorsLogo {
  max-width: 400px;
  margin: 0 auto;
}

.flavors {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -8px 0;
}
@media (min-width: 1024px) {
  .flavors {
    margin: 50px -16px -40px;
  }
}

.flavor {
  position: relative;
  width: calc((100% - 32px) / 2);
  margin: 0 8px 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .flavor {
    width: calc((100% - 48px) / 3);
  }
}
@media (min-width: 1024px) {
  .flavor {
    width: calc((100% - 128px) / 4);
    margin: 0 16px 48px;
  }
}
.flavor__imageContainer {
  position: relative;
  padding-bottom: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
.flavor__imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flavor__subtitle {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.flavor__title {
  margin: 0;
  line-height: 1.1;
}
.flavor__link {
  display: inline-block;
  font-size: 0.875rem;
  margin-top: 10px;
}
@media (min-width: 1260px) {
  .flavor__link {
    font-size: 1.125rem;
    margin-top: 15px;
  }
}

.snacks {
  margin: 60px 0 0;
}
@media (min-width: 1024px) {
  .snacks {
    margin: 50px 0 -40px;
  }
}

.snack {
  position: relative;
  margin: 0 0 16px;
  padding: 32px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .snack {
    margin-bottom: 32px;
    padding: 64px 32px 64px 250px;
    text-align: left;
    min-height: 314px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 8px;
  }
}
.snack__image {
  margin-bottom: 24px;
  max-height: 186px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .snack__image {
    position: absolute;
    left: 125px;
    top: 64px;
    max-height: none;
    max-width: 186px;
    transform: translateX(-50%);
    margin: 0;
  }
}
.snack__link {
  display: inline-block;
  margin-top: 20px;
}

.singleNav {
  margin: 0 -8px;
}
@media (min-width: 1024px) {
  .singleNav {
    padding-left: var(--container-padding);
  }
}
.singleNav:first-child {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .singleNav:first-child {
    margin-bottom: 64px;
  }
}
.singleNav:last-child {
  margin-top: 64px;
}
@media (min-width: 1024px) {
  .singleNav:last-child {
    margin-top: 128px;
  }
}

.sectionHomeHero {
  position: relative;
  margin: 0;
  color: #ffffff;
}
.sectionHomeHero .container {
  max-width: 1920px;
}
.sectionHomeHero__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sectionHomeHero__overlay {
  position: relative;
  padding: 76px 0;
  min-height: calc(100vh - 69px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 768px) {
  .sectionHomeHero__overlay {
    padding: 97px 0;
    min-height: auto;
    height: 929px;
    background: rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1024px) {
  .sectionHomeHero__overlay {
    height: 740px;
  }
}
.sectionHomeHero__overlay h1 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .sectionHomeHero__overlay h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .sectionHomeHero__overlay h1 {
    font-weight: 600;
  }
}
@media (min-width: 1260px) {
  .sectionHomeHero__overlay h1 {
    font-size: 4rem;
    letter-spacing: 0em;
    margin-bottom: 60px;
  }
}
.sectionHomeHero__overlay h1 em {
  display: block;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 20px;
  max-width: 300px;
  font-style: normal;
}
@media (min-width: 768px) {
  .sectionHomeHero__overlay h1 em {
    max-width: none;
  }
}
@media (min-width: 1260px) {
  .sectionHomeHero__overlay h1 em {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .sectionHomeHero__overlay h1 em br {
    display: none;
  }
}
@media (min-width: 768px) {
  .sectionHomeHero__overlay h1 em br:nth-child(2) {
    display: none;
  }
}
.sectionHomeHero__inner {
  position: relative;
}
@media (min-width: 768px) {
  .sectionHomeHero__textContainer {
    max-width: 500px;
  }
}
@media (min-width: 1260px) {
  .sectionHomeHero__textContainer {
    max-width: 750px;
  }
}
.sectionHomeHero__art {
  display: none;
}
@media (min-width: 768px) {
  .sectionHomeHero__art {
    display: block;
    position: absolute;
    right: 0;
    bottom: 255px;
    width: 177px;
    z-index: 50;
    transform: rotate(-45deg);
  }
}
@media (min-width: 1024px) {
  .sectionHomeHero__art {
    width: 287px;
    bottom: 30px;
  }
}

.sectionHomeTrades {
  position: relative;
  margin: 0;
}
.sectionHomeTrades .container {
  max-width: 1920px;
}
.sectionHomeTrades__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sectionHomeTrades__overlay {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  min-height: 450px;
  padding: 96px 0;
  z-index: 100;
}
@media (min-width: 768px) {
  .sectionHomeTrades__overlay {
    min-height: 570px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .sectionHomeTrades__overlay {
    background: transparent;
  }
}
@media (min-width: 1260px) {
  .sectionHomeTrades__overlay {
    min-height: 740px;
    padding: 130px 0;
  }
}
.sectionHomeTrades__overlay h2 {
  line-height: 1.1;
}
.sectionHomeTrades__textContainer {
  position: relative;
  max-width: 600px;
}
@media (min-width: 1024px) {
  .sectionHomeTrades:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 50;
    background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
}
.sectionHomeTrades__art {
  margin-top: 40px;
  width: 186px;
  height: auto;
  max-block-size: none;
}
@media (min-width: 768px) {
  .sectionHomeTrades__art {
    width: 247px;
  }
}
@media (min-width: 1260px) {
  .sectionHomeTrades__art {
    top: 50px;
  }
}
@media (min-width: 1600px) {
  .sectionHomeTrades__art {
    left: calc(100% + 65px);
    width: 300px;
    margin: 0;
    position: absolute;
    top: -25px;
  }
}
@media (min-width: 1900px) {
  .sectionHomeTrades__art {
    top: 0;
  }
}

.latestNews {
  position: relative;
}
.latestNews__item {
  /*width: 100%;
  padding: 0 15px;
  @media (min-width: $tablet-min) {
    width: 50%;
  }
  @media (min-width: $desktop-min) {
    width: 25%;
  }*/
}
.latestNews__nav {
  margin-top: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .latestNews__nav {
    position: absolute;
    right: -8px;
    bottom: calc(100% + 32px);
  }
}
.latestNews .tns-controls {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(100% + var(--container-padding) * 2);
  height: 100%;
}
.latestNews .tns-controls [data-controls=prev],
.latestNews .tns-controls [data-controls=next] {
  width: var(--container-padding);
  height: 100%;
  mask: var(--icon-arrow) no-repeat center;
  mask-size: 14px auto;
  background: currentColor;
  position: absolute;
  top: 0;
  z-index: 100;
  transition: all 0.3s;
}
.latestNews .tns-controls [data-controls=prev][disabled],
.latestNews .tns-controls [data-controls=next][disabled] {
  visibility: hidden;
  opacity: 0;
}
.latestNews .tns-controls [data-controls=prev] {
  left: 0;
  rotate: 180deg;
}
.latestNews .tns-controls [data-controls=next] {
  right: 0;
}

.sectionHome {
  position: relative;
  margin: 0;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .sectionHome {
    color: currentColor;
  }
}
.sectionHome .container {
  max-width: 1920px;
}
.sectionHome__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sectionHome__overlay {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  min-height: 600px;
  padding: 96px 0;
  z-index: 100;
}
@media (min-width: 768px) {
  .sectionHome__overlay {
    min-height: 740px;
  }
}
@media (min-width: 1024px) {
  .sectionHome__overlay {
    background: transparent;
  }
}
@media (min-width: 1260px) {
  .sectionHome__overlay {
    padding: 174px 0;
  }
}
.sectionHome__overlay h2 {
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .sectionHome__overlay .button {
    border: 1px solid #000000;
    color: #ffffff;
  }
}
.sectionHome__overlay .button.hovered {
  color: #000000 !important;
}
@media (min-width: 1024px) {
  .sectionHome__overlay .button:after {
    background: url("../images/btn-hover-black.svg") repeat-x right top;
  }
}
@media (min-width: 768px) {
  .sectionHome__textContainer {
    max-width: 550px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .sectionHome__textContainer {
    position: relative;
  }
}
.sectionHome__art {
  margin-top: 40px;
  width: 186px;
  height: auto;
  max-block-size: none;
}
@media (min-width: 768px) {
  .sectionHome__art {
    width: 247px;
  }
}
@media (min-width: 1600px) {
  .sectionHome__art {
    width: 300px;
    margin: 0;
    position: absolute;
    top: -25px;
  }
}
@media (min-width: 1024px) {
  .sectionHome:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 50;
  }
}
@media (min-width: 1024px) {
  .sectionHome--1:after {
    left: 0;
    background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
}
@media (min-width: 1260px) {
  .sectionHome--1 .sectionHome__art {
    top: 50px;
  }
}
@media (min-width: 1600px) {
  .sectionHome--1 .sectionHome__art {
    left: calc(100% + 65px);
  }
}
@media (min-width: 1900px) {
  .sectionHome--1 .sectionHome__art {
    top: 0;
  }
}
@media (min-width: 1024px) {
  .sectionHome--2:after {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
}
@media (min-width: 1260px) {
  .sectionHome--2:after {
    left: auto;
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
}
@media (min-width: 1260px) {
  .sectionHome--2 .sectionHome__textContainer {
    margin-left: auto;
  }
}
@media (min-width: 1600px) {
  .sectionHome--2 .sectionHome__art {
    right: calc(100% + 65px);
  }
}

@media (min-width: 1024px) {
  .history1 {
    display: flex;
    justify-content: space-between;
  }
}
.history1__col1 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .history1__col1 {
    width: 75%;
    margin-bottom: 95px;
  }
}
@media (min-width: 1024px) {
  .history1__col1 {
    width: 50%;
    margin: 0;
    padding-left: var(--container-padding);
  }
}
@media (min-width: 768px) {
  .history1__col2 {
    width: 75%;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .history1__col2 {
    width: 41.5%;
    margin: 0;
  }
}

.history2 {
  position: relative;
  color: #e99295;
  background: var(--color-red);
  margin: 160px calc(-1 * var(--container-padding)) 0;
  padding: 145px var(--container-padding) 60px;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0em;
}
@media (min-width: 768px) {
  .history2 {
    margin-top: 215px;
    padding: 130px var(--container-padding) 100px;
    font-size: 3rem;
    line-height: 1.16;
  }
}
@media (min-width: 1260px) {
  .history2 {
    margin: 185px 0 0;
    padding-bottom: 130px;
    border-radius: 16px;
  }
}
.history2:before {
  content: url("../images/maple-leaf.svg");
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.history2__text {
  transition: color 0.3s;
}
.history2__text .white {
  color: #ffffff;
}

.history3 {
  margin: 0 calc(-1 * var(--container-padding));
  padding: 63px var(--container-padding);
  background: var(--color-blue3);
}
@media (min-width: 768px) {
  .history3 {
    margin: 0 calc(-1 * var(--container-padding));
    padding: 97px var(--container-padding);
  }
}
@media (min-width: 1260px) {
  .history3 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 97px;
    margin-bottom: 97px;
    padding-top: 64px;
    padding-bottom: 64px;
    background: transparent;
  }
}
.history3__col1 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .history3__col1 {
    width: 75%;
    margin-bottom: 65px;
    line-height: 1.22;
  }
}
@media (min-width: 1260px) {
  .history3__col1 {
    position: relative;
    flex: 1;
    margin: 0;
    padding: 65px var(--container-padding);
  }
}
.history3__col1 > * {
  position: relative;
}
@media (min-width: 1260px) {
  .history3__col1:before {
    content: "";
    position: absolute;
    left: -120px;
    top: -64px;
    right: 0;
    bottom: -64px;
    background: var(--color-blue3);
    border-radius: 16px;
  }
}
.history3__col2 {
  position: relative;
}
@media (min-width: 768px) {
  .history3__col2 {
    width: 75%;
    margin-left: auto;
  }
}
@media (min-width: 1260px) {
  .history3__col2 {
    width: 41.5%;
    margin: 0;
  }
}
.history3__col2:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200vw;
  bottom: -63px;
  background: #ffffff;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .history3__col2:before {
    bottom: -97px;
  }
}
@media (min-width: 1260px) {
  .history3__col2:before {
    display: none;
  }
}
.history3__col2 img {
  position: relative;
  border-radius: 16px;
}

.promises {
  max-width: 1120px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .promises__title {
    margin-bottom: 40px;
  }
}
@media (min-width: 1260px) {
  .promises__title {
    font-size: 6.75rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 85px;
  }
}
.textImage {
  margin-bottom: 63px;
}
@media (min-width: 768px) {
  .textImage {
    margin-bottom: 95px;
  }
}
@media (min-width: 1260px) {
  .textImage {
    display: flex;
    margin: 0;
  }
}
.textImage:nth-child(2n) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 1260px) {
  .textImage:nth-child(2n) {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
.textImage:last-child {
  margin-bottom: 0;
}
.textImage__col1 {
  margin-bottom: 35px;
  width: 100%;
}
@media (min-width: 768px) {
  .textImage__col1 {
    width: 74%;
    margin-bottom: 60px;
  }
}
@media (min-width: 1260px) {
  .textImage__col1 {
    width: 50%;
    margin: 0;
    padding: 72px 0;
  }
}
.textImage__col2 {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .textImage__col2 {
    width: 74.5%;
  }
}
@media (min-width: 1260px) {
  .textImage__col2 {
    width: 50%;
    overflow: hidden;
  }
}
.textImage__col2:before {
  content: "";
  display: block;
  padding-bottom: 74.3%;
}
@media (min-width: 1260px) {
  .textImage__col2:before {
    padding-bottom: 75%;
  }
}
.textImage__col2 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
@media (min-width: 1260px) {
  .textImage__col2 img {
    border-radius: 0;
  }
}
@media (min-width: 1260px) {
  .textImage:first-child .textImage__col2 {
    border-radius: 16px 16px 16px 0;
  }
}
@media (min-width: 1260px) {
  .textImage:nth-child(2n) .textImage__col1 {
    padding-left: 80px;
    padding-right: 32px;
  }
}
@media (min-width: 1260px) {
  .textImage:nth-child(2n) .textImage__col2 {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
}
@media (min-width: 1260px) {
  .textImage:nth-child(2n+1) .textImage__col1 {
    padding-left: 32px;
    padding-right: 80px;
  }
}
@media (min-width: 1260px) {
  .textImage:nth-child(2n+1) .textImage__col2 {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
@media (min-width: 1260px) {
  .textImage:last-child .textImage__col2 {
    border-radius: 16px 0 16px 16px;
  }
}
.textImage:nth-child(2) {
  position: relative;
}
@media (min-width: 1260px) {
  .textImage:nth-child(2):after {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background: #ffffff url("../images/puppie.svg") no-repeat center;
    background-size: 142px auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}

@media (min-width: 1260px) {
  .philanthropy__text {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
  }
}
.philanthropy__textCol1 {
  margin-bottom: 22px;
}
@media (min-width: 1260px) {
  .philanthropy__textCol1 {
    width: calc((100% - 32px) / 2);
    margin: 0;
  }
}
@media (min-width: 1260px) {
  .philanthropy__textCol2 {
    width: calc((100% - 32px) / 2);
  }
}
.philanthropy__image {
  margin-top: 35px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .philanthropy__image {
    margin-top: 60px;
    border-radius: 16px;
  }
}
@media (min-width: 1260px) {
  .philanthropy__image {
    margin-top: 97px;
  }
}

@media (min-width: 1260px) {
  .careers {
    display: flex;
    justify-content: space-between;
  }
}
.careers__col1 {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .careers__col1 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1260px) {
  .careers__col1 {
    width: calc((100% - 32px) / 2);
    margin: 0;
  }
}
@media (min-width: 1260px) {
  .careers__col2 {
    width: calc((100% - 32px) / 2);
  }
}

.jobs {
  position: relative;
  background: #DEDEDE;
  margin-top: 150px;
  padding: 97px 0 65px;
}
@media (min-width: 768px) {
  .jobs {
    margin-top: 50px;
  }
}
@media (min-width: 1260px) {
  .jobs {
    margin-top: 30px;
    padding-top: 130px;
    display: flex;
  }
}
@media (min-width: 1600px) {
  .jobs {
    border-radius: 16px;
    padding-top: 97px;
  }
}
@media (min-width: 1260px) {
  .jobs .container {
    display: flex;
  }
}
.jobs__art {
  width: 192px;
  position: absolute;
  right: 15px;
  top: -140px;
}
@media (min-width: 768px) {
  .jobs__art {
    right: 40px;
    top: -100px;
  }
}
@media (min-width: 1600px) {
  .jobs__art {
    width: 237px;
    right: -110px;
    top: -130px;
  }
}
@media (min-width: 1260px) {
  .jobs__text {
    width: 280px;
    margin-right: var(--container-padding);
  }
}
.jobs__listing {
  margin: 35px 0 0;
}
@media (min-width: 768px) {
  .jobs__listing {
    margin: 40px -16px 0;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1260px) {
  .jobs__listing {
    flex: 1;
    margin: 0 -8px 0;
  }
}
.jobs__listing .jobTeaser {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .jobs__listing .jobTeaser {
    width: calc((100% - 32px) / 2);
    margin: 0 8px 16px;
  }
}
@media (min-width: 1260px) {
  .jobs__listing .jobTeaser {
    width: calc((100% - 64px) / 2);
    margin: 0 16px 32px;
  }
}

.jobTeaser {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 32px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.jobTeaser__title {
  line-height: 1.1;
  margin-bottom: 15px;
}
.jobTeaser__description {
  margin-bottom: 20px;
}
.jobTeaser__footer {
  margin-top: auto;
}
.jobTeaser .button {
  width: 100%;
}

.contacts {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    max-width: 736px;
    margin: 0 auto;
    padding: 0 var(--container-padding);
  }
}
@media (min-width: 1260px) {
  .contacts {
    padding: 0;
  }
}
.contacts__logo {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contacts__logo {
    width: 256px;
    margin: 0;
  }
}
.contacts__col1 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .contacts__col1 {
    width: 256px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .contacts__col2 {
    width: 240px;
  }
}
.contacts:after {
  content: "";
}
@media (min-width: 768px) {
  .contacts:after {
    height: 193px;
    width: 2px;
    background: #DEDEDE;
    position: absolute;
    left: 51%;
    top: 0;
    transform: translate(-50%, 0);
  }
}
.contacts__division {
  margin-top: 25px;
}

.blockContactForm {
  max-width: 736px;
  margin: 0 auto;
}

.tabs__nav {
  border-radius: 8px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .tabs__nav {
    margin-bottom: 93px;
  }
}
@media (min-width: 1260px) {
  .tabs__nav {
    display: flex;
    margin-bottom: 75px;
  }
}
.tabs__nav li {
  margin: 0 0 1px;
  padding: 0;
}
@media (min-width: 1260px) {
  .tabs__nav li {
    flex: 1;
    margin: 0 1px 0 0;
  }
}
.tabs__nav li:before {
  display: none;
}
.tabs__nav li a {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  font-weight: 400;
  background: var(--color-blue3);
  min-height: 53px;
  border-radius: 0;
  outline: none;
  transition: none;
}
@media (min-width: 1260px) {
  .tabs__nav li a {
    min-height: 124px;
    text-align: center;
    justify-content: center;
    padding: 30px 40px;
  }
}
@media (min-width: 1260px) {
  .tabs__nav li a:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='18' viewBox='0 0 55 18'%3E%3Cpath d='M26.4.717a2,2,0,0,1,2.191,0l20.793,13.61A2,2,0,0,1,48.293,18H6.707a2,2,0,0,1-1.1-3.673Z' transform='translate(55 18) rotate(180)'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: 50%;
    top: calc(100% - 5px);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: none;
  }
}
.tabs__nav li.ui-state-active a {
  position: relative;
  background: #000000;
  color: var(--color-blue3);
  text-decoration: none;
  font-weight: 700;
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
}
.tabs__nav li.ui-state-active a:after {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1260px) {
  .tabs__nav li:first-child {
    margin-left: -60px;
  }
}
.tabs__nav li:first-child > a {
  border-radius: 8px 8px 0 0;
}
@media (min-width: 1260px) {
  .tabs__nav li:first-child > a {
    border-radius: 8px 0 0 8px;
  }
}
@media (min-width: 1260px) {
  .tabs__nav li:last-child {
    margin-right: -60px;
  }
}
.tabs__nav li:last-child > a {
  border-radius: 0 0 8px 8px;
}
@media (min-width: 1260px) {
  .tabs__nav li:last-child > a {
    border-radius: 0 8px 8px 0;
  }
}
.tabs .bgBlock {
  margin-top: 63px;
}
@media (min-width: 768px) {
  .tabs .bgBlock {
    margin-top: 97px;
  }
}

.cards {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .cards {
    display: flex;
    margin: 40px -15px 0;
  }
}

.card {
  position: relative;
  display: block;
  border: 1px solid #949494;
  padding: 23px 24px 23px 84px;
  border-radius: 3px;
  text-decoration: none;
  margin-bottom: 14px;
  outline: 1px solid transparent;
  outline-offset: 0;
  transition: border-color 0.3s, outline-color 0.3s;
}
@media (min-width: 1024px) {
  .card {
    flex: 1;
    margin: 0 15px;
    text-align: center;
    padding: 24px 24px 24px;
  }
}
.card:last-child {
  margin-bottom: 0;
}
.card__icon {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .card__icon {
    height: 28px;
    width: auto;
    position: static;
    transform: none;
    margin-bottom: 10px;
  }
}
.card__title {
  margin: 0 0 5px;
}
@media (min-width: 1024px) {
  .card__title {
    font-size: 1.5rem;
    margin: 0 0 15px;
  }
}
@media (min-width: 1024px) {
  .card__description {
    font-size: 1rem;
    line-height: 1.25;
  }
}
.card:hover {
  border-color: #000000;
}
.card:focus {
  outline-color: #000000;
}
.card:active {
  background: transparent;
}

.faq {
  margin-top: 30px;
}
.faq__tabs {
  margin-top: 40px;
}
.faq__tabs .accordion {
  margin-top: -10px;
}

.machines {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .machines {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -8px 0;
  }
}
@media (min-width: 1260px) {
  .machines {
    margin: 60px -16px 0;
  }
}

.teaserMachine {
  border: 2px solid #000000;
  border-radius: 10px;
  margin: 0 0 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .teaserMachine {
    width: calc((100% - 32px) / 2);
    margin: 0 8px 16px;
  }
}
@media (min-width: 1260px) {
  .teaserMachine {
    width: calc((100% - 96px) / 3);
    margin: 0 16px 32px;
  }
}
.teaserMachine__imageContainer {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teaserMachine__textContainer {
  background: var(--color-blue3);
  padding: 30px 30px 30px;
  border-top: 2px solid #000000;
  flex: 1;
}
@media (min-width: 1260px) {
  .teaserMachine__textContainer {
    padding-bottom: 20px;
  }
}
.teaserMachine__title {
  margin-bottom: 16px;
}
@media (min-width: 1260px) {
  .teaserMachine__title {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .beverages {
    display: flex;
    justify-content: space-between;
  }
}
.beverages__col1 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .beverages__col1 {
    width: 75%;
    margin-bottom: 95px;
  }
}
@media (min-width: 1024px) {
  .beverages__col1 {
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .beverages__col2 {
    width: 75%;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .beverages__col2 {
    width: 41.5%;
    margin: 0;
  }
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

.accordion__item {
  border-bottom: 2px solid currentColor;
  color: #767676;
  padding-bottom: 11px;
  transition: color 0.3s;
}
.accordion__item.active {
  color: #000000;
}
.accordion__header {
  position: relative;
  padding: 24px 0 14px 22px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  cursor: pointer;
}
.accordion__header span {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 29px;
}
.accordion__header span:before, .accordion__header span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
}
.accordion__header span:before {
  width: 2px;
  height: 10px;
}
.accordion__header span:after {
  width: 10px;
  height: 2px;
}
.accordion__content {
  padding: 0 0 0 22px;
}

.fancybox-slide--image {
  padding: 30px;
}
@media (min-width: 768px) {
  .fancybox-slide--image {
    padding: 60px;
  }
}
.fancybox-slide--image img {
  border-radius: 8px;
}
@media (min-width: 768px) {
  .fancybox-slide--image img {
    border-radius: 16px;
  }
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.6;
}

.buttonClosePopup {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  border-radius: 100px;
  color: #ffffff;
  background: var(--color-red);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
@media (min-width: 768px) {
  .buttonClosePopup {
    width: 62px;
    height: 62px;
  }
}

.select2-container .select2-selection--single {
  height: 36px;
  border-radius: 3px;
  border: 1px solid var(--color-grey);
  background: transparent;
  margin: 0;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 5px 60px 5px 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: currentColor;
  font-weight: 400;
  line-height: normal;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #818181;
  font-style: italic;
  font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 6px 5px 0 5px;
  border-top-color: currentColor;
  margin: 0;
  transform: translate(-50%, -50%);
}

.select2-container--focus .select2-selection--single {
  border-color: #000000;
  outline: 1px solid #000000;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: currentColor;
  border-width: 0 5px 6px 5px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-radius: 3px;
}

.select2-dropdown {
  border-radius: 6px;
  background: #FFFBF8;
  border: 1px solid currentColor;
  padding: 0;
  overflow: hidden;
}

.select2-container--open .select2-dropdown--above {
  border-radius: 3px;
  border: 1px solid currentColor;
  margin-bottom: -1px;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 3px;
  border: 1px solid currentColor;
  margin-top: -1px;
}

.select2-results__option {
  padding: 5px 12px;
  margin: 0;
  min-height: 36px;
  display: flex;
  align-items: center;
}
.select2-results__option:before {
  display: none;
}
.select2-results__option--highlighted {
  background: #F8E3D5;
}

.wpcf7 {
  margin: 35px auto 0;
}
.wpcf7:first-child {
  margin-top: 0;
}
.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 form span.wpcf7-not-valid-tip {
  font-size: 14px;
  color: var(--color-red);
  position: absolute;
  top: 100%;
  left: 0;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin: 30px 0 0;
  padding: 10px 20px;
}
.wpcf7 form div.wpcf7-validation-errors,
.wpcf7 form div.wpcf7-mail-sent-ok {
  border: none;
}
.wpcf7 form div.wpcf7-validation-errors {
  color: red;
}
.wpcf7 form .btnWrap {
  position: relative;
}
.wpcf7 form .btnWrap .ajax-loader {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  margin: 0;
}

.wpcf7-checkbox {
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  margin: 0 0 10px;
}
.wpcf7-checkbox .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.wpcf7-checkbox .wpcf7-list-item label {
  display: block;
}

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