/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.lazyframe {
  position: relative;
  background-color: currentColor;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.lazyframe__title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 15px 17px;
  z-index: 3;
}

.lazyframe__title::after {
  z-index: -1;
}

.lazyframe:hover {
  cursor: pointer;
}

.lazyframe::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.lazyframe[data-ratio="16:9"]::before {
  padding-top: 56.25%;
}

.lazyframe[data-ratio="4:3"]::before {
  padding-top: 75%;
}

.lazyframe[data-ratio="1:1"]::before {
  padding-top: 100%;
}

.lazyframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.lazyframe[data-vendor=youtube] .lazyframe__title, .lazyframe[data-vendor=youtube_nocookie] .lazyframe__title {
  color: #eee;
  font-size: 18px;
  text-shadow: rgba(0, 0, 0, 0.498039) 0 0 2px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: color 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.lazyframe[data-vendor=youtube] .lazyframe__title:hover, .lazyframe[data-vendor=youtube_nocookie] .lazyframe__title:hover {
  color: #fff;
}

.lazyframe[data-vendor=youtube] .lazyframe__title::before, .lazyframe[data-vendor=youtube_nocookie] .lazyframe__title::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(transparent));
  background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
  height: 98px;
  width: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.lazyframe[data-vendor=youtube]::before, .lazyframe[data-vendor=youtube_nocookie]::before {
  padding-top: 56.25%;
}

.lazyframe[data-vendor=youtube]::after, .lazyframe[data-vendor=youtube_nocookie]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%231F1F1F' d='M255.7 446.3c-53.3.3-106.6-.4-159.8-3.3-17.4-1-34.7-2.5-50.4-11C35 426.3 27 418.4 22 407.2 13.2 388.6 10.5 369 9 349c-3.4-41.3-3.6-82.6-1.8-123.8 1-22 1.6-44 6.8-65.5 2-8.4 5-16.6 8.8-24.4C32 117 48 108 67.3 104c16.2-3 32.8-3 49.3-3.7 56-2.3 112-3.5 168-3 43 .6 86.2 1.7 129.3 4 13.2.6 26.6.8 39.3 5.5 17.2 6.4 30 17.2 37 34.7 6.6 16.8 9.2 34.2 10.6 52 3.8 48.7 4 97.3.7 146-1 16.3-2.2 32.7-6.5 48.8-9.7 37-32.8 51.5-66.7 53.8-36.2 2.5-72.5 3.8-108.8 4.3-21.3.2-42.7 0-64 0zM203.2 344L348 264.7l-144.8-79.3V344z'/%3E%3Cpath fill='%23FEFDFD' d='M203.2 344V185.5L348 264.8 203.2 344z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: .81;
  border: none;
  z-index: 4;
}

.lazyframe[data-vendor=youtube]:hover::after, .lazyframe[data-vendor=youtube_nocookie]:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23DD2C28' d='M255.7 446.3c-53.3.3-106.6-.4-159.8-3.3-17.4-1-34.7-2.5-50.4-11C35 426.3 27 418.4 22 407.2 13.2 388.6 10.5 369 9 349c-3.4-41.3-3.6-82.6-1.8-123.8 1-22 1.6-44 6.8-65.5 2-8.4 5-16.6 8.8-24.4C32 117 48 108 67.3 104c16.2-3 32.8-3 49.3-3.7 56-2.3 112-3.5 168-3 43 .6 86.2 1.7 129.3 4 13.2.6 26.6.8 39.3 5.5 17.2 6.4 30 17.2 37 34.7 6.6 16.8 9.2 34.2 10.6 52 3.8 48.7 4 97.3.7 146-1 16.3-2.2 32.7-6.5 48.8-9.7 37-32.8 51.5-66.7 53.8-36.2 2.5-72.5 3.8-108.8 4.3-21.3.2-42.7 0-64 0zM203.2 344L348 264.7l-144.8-79.3V344z'/%3E%3Cpath fill='%23FEFDFD' d='M203.2 344V185.5L348 264.8 203.2 344z'/%3E%3C/svg%3E");
  opacity: 1;
}

.lazyframe[data-vendor=vimeo] {
  background-color: #00adef;
}

.lazyframe[data-vendor=vimeo] .lazyframe__title {
  color: #00adef;
  font-size: 20px;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-font-smoothing: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
}

.lazyframe[data-vendor=vimeo]::before {
  padding-top: 48.25%;
}

.lazyframe[data-vendor=vimeo]::after {
  content: "";
  height: 40px;
  width: 65px;
  display: block;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' baseProfile='tiny' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M7.765 16.89l8.47-4.89-8.47-4.89'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
  position: relative;
}

.lazyframe[data-vendor=vimeo]:hover::after {
  background-color: #00adef;
}

@font-face {
  font-family: "BoschSansCond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/BoschSansCond/BoschSansCond-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "BoschSansCond";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/BoschSansCond/BoschSansCond-Bold.woff2") format("woff2");
}

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

::selection {
  color: #fff;
  background-color: #003253;
}

::-webkit-input-placeholder {
  color: gray;
}

:-ms-input-placeholder {
  color: gray;
}

::-ms-input-placeholder {
  color: gray;
}

::placeholder {
  color: gray;
}

a {
  color: inherit;
  text-decoration: none;
}

a.link {
  color: #003253;
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a.link::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a.link:hover {
  color: #005b97;
}

a.link:hover::after {
  width: 100%;
}

li {
  list-style-type: none;
}

input, textarea {
  display: block;
  width: 100%;
  border: 1px solid #383838;
  background-color: transparent;
}

textarea {
  resize: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

svg {
  display: block;
}

h1, h2, h3, h4, h5, h6, p, ul, button {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
  letter-spacing: 0.05em;
}

h1 {
  font-size: 48rem !important;
}

h2 {
  font-size: 30rem;
}

h3 {
  font-size: 26rem;
}

h4 {
  font-size: 20rem;
}

.fz12 {
  font-size: 12rem;
}

.fz14 {
  font-size: 14rem;
}

.fz16 {
  font-size: 16rem;
}

.fz18 {
  font-size: 18rem;
}

.fz20 {
  font-size: 20rem;
}

.fz24 {
  font-size: 24rem;
}

.fz28 {
  font-size: 28rem;
}

.fz30 {
  font-size: 30rem;
}

.fz32 {
  font-size: 32rem;
}

.fz40 {
  font-size: 40rem;
}

.fz50 {
  font-size: 50rem;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.ttn {
  text-transform: normal;
}

.ttl {
  text-transform: lowercase;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.c-accent {
  color: #003253;
}

.c-red {
  color: #e30613;
}

.c-green {
  color: green;
}

.c-gray {
  color: gray;
}

.c-blue {
  color: #003253;
}

.c-blueback {
  color: #003253;
  margin-top: 20rem;
}

.c-redback {
  color: #e30613;
  margin-top: 20rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid {
  display: grid;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hidden {
  display: none;
}

.btn {
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15rem;
  line-height: 1.25;
  -webkit-transition: .25s;
  transition: .25s;
  width: auto;
  height: 52rem;
  padding: 0 30rem;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  font-size: 20rem;
}

.btn--accent {
  background-color: #383838;
}

.btn--accent:hover {
  background-color: #003b62;
}

.btn--red {
  background-color: #e30613;
  border: 1px solid #9c1b21;
}

.btn--red:hover {
  background-color: #bd0101;
}

.btn--border {
  border: 1px solid #003253;
  background-color: transparent;
  color: #003253;
}

.btn--border:hover {
  background-color: #003253;
  color: #fff;
}

.btn.small {
  height: 44rem;
  font-size: 18rem;
  padding: 0 25rem;
}

.btn.big {
  border-color: #fff;
  height: 62rem;
}

.btn.w100 {
  width: 100%;
}

.btn img, .btn svg {
  width: 20rem;
}

html {
  background-color: #fff;
  font-size: calc(100vw/1230);
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  font-family: "BoschSansCond", sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}

.page-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.page-container main {
  max-width: 100vw;
  overflow-x: hidden;
}

.container {
  max-width: 1200rem;
  padding: 0 15rem;
  margin: 0 auto;
}

.container-big {
  max-width: 1920rem;
  padding: 0 15rem;
  margin: 0 auto;
}

header.header-main {
  margin-top: 25rem;
  background-color: #003253;
  color: #fff;
  position: relative;
  z-index: 10;
}

header.header-main .grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr auto;
  position: relative;
  height: 60rem;
}

header.header-main .grid .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -10rem;
  left: 0;
}

header.header-main .grid .logo-wrap img {
  display: block;
  width: 106rem;
  height: 106rem;
}

header.header-main .grid p {
  padding-left: 135rem;
  font-weight: bold;
  font-size: 22rem;
  margin-bottom: 4rem;
}

header.header-main .grid p br {
  display: none;
}



header.header-main .grid button.btn-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  width: 28rem;
  height: 20rem;
  position: relative;
  background-color: transparent;
  z-index: 2;
}
header.header-main .grid button.btn-menu.active span:nth-child(1) {
  -webkit-transform: translate(4rem, 0) rotate(45deg);
          transform: translate(4rem, 0) rotate(45deg);
}
header.header-main .grid button.btn-menu.active span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header.header-main .grid button.btn-menu.active span:nth-child(3) {
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
header.header-main .grid button.btn-menu span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
header.header-main .grid button.btn-menu span:nth-child(1) {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
header.header-main .grid button.btn-menu span:nth-child(2) {
  -webkit-transform-origin: center;
          transform-origin: center;
}
header.header-main .grid button.btn-menu span:nth-child(3) {
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
header.header-main .mobile-menu-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #003253;
  width: 100%;
  max-width: 300rem;
  -webkit-box-shadow: 0rem 10rem 5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0rem 10rem 5rem rgba(0, 0, 0, 0.15);
  padding: 50rem 15rem 15rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
header.header-main .mobile-menu-wrap.active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
header.header-main .mobile-menu-wrap .menu-wrapper ul {
  display: grid;
  grid-gap: 20rem;
  padding: 0 15rem;
  text-align: center;
}
header.header-main .mobile-menu-wrap .menu-wrapper ul li {
  list-style-type: none;
}
header.header-main .mobile-menu-wrap .menu-wrapper ul li a {
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
header.header-main .mobile-menu-wrap .menu-wrapper ul li a.active {
  color: #666F86;
}


footer.footer-main {
  border-top: 10rem solid #003253;
  padding: 15rem;
}

footer.footer-main .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fixed-btn {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  display: none;
  padding: 15rem 0;
  -webkit-box-shadow: 0 0 10rem 10rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10rem 10rem rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.fixed-btn:not(.fixed) {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.component-input {
  position: relative;
}

.component-input > p {
  margin-bottom: 1rem;
}

.component-input input {
  display: block;
  width: 100%;
  height: 46rem;
  border: 1px solid #003253;
  padding: 0 15rem;
}

.component-input input.error {
  border-color: #e30613;
}

.component-input label.error {
  color: #e30613;
  font-size: 12rem;
  position: absolute;
  top: 100%;
  right: 0;
}

.component-checkbox {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding-right: 15rem;
}

.component-checkbox:hover {
  color: #003253;
}

.component-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  opacity: 0;
}

.component-checkbox input:checked ~ span.checkbox {
  background-size: 20rem;
}

.component-checkbox input.error ~ span.checkbox {
  border-color: #e30613;
}

.component-checkbox input.error ~ span.text {
  color: #e30613;
}

.component-checkbox span.checkbox {
  display: inline-block;
  width: 20rem;
  height: 20rem;
  border: 1px solid #003253;
  background-image: url("../img/ic-checkbox.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-size: 0;
  margin-bottom: -4rem;
  margin-right: 7rem;
}

.component-checkbox span.text {
  display: inline;
  font-size: 14rem;
}

.component-checkbox label.error {
  display: none !important;
}

.component-form {
  background-color: #fff;
  padding: 30rem;
}

.component-form .head-wrap {
  display: grid;
  grid-gap: 5rem;
  text-align: center;
}

.component-form form {
  margin-top: 15rem;
  display: grid;
  grid-gap: 10rem;
}

.component-form form .btn-wrap {
  padding-top: 15rem;
}

.popup {
  position: relative;
  max-width: 400rem;
  margin: 0 auto;
}

.popup--thx {
  background-color: #fff;
  padding: 50rem;
  text-align: center;
}

.my-mfp-zoom-in .popup {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .popup {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .popup {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.lazyframe {
  background-color: #f1f1f1;
}

.home-welcome {
  background-color: #fff;
  /* background-image: url("../img/welcome-bg.webp"); */
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: 1;
}

.preload-bg {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.home-welcome::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.home-welcome .grid {
  display: grid;
  align-items: flex-end;
  grid-template-columns: 1fr 400rem;
  padding-top: 30rem;
  min-height: 574rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.home-welcome .component-form {
  min-height: 475rem;
}

.home-welcome .text-wrapper {
  color: #fff;
  display: grid;
  grid-gap: 5rem;
  padding-bottom: 15rem;
}

.home-welcome .text-wrapper h1, .home-welcome .text-wrapper p {
  text-shadow: 0 0 15rem rgba(34, 31, 32, 0.9);
}

.home-welcome .text-wrapper h1 {
  margin-bottom: 5rem;
}

.home-welcome .text-wrapper .btns-wrap {
  margin-top: 10rem;
}

.home-welcome .text-wrapper ul li {
  text-shadow: 2rem 1rem 3rem black;
}

.home-welcome .form-wrapper .component-form {
  -webkit-box-shadow: 0 0 10rem 10rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10rem 10rem rgba(0, 0, 0, 0.05);
}

.home-welcome .form-wrapper {
  min-width: 400rem;
  max-width: 400rem;
}

.home-advantages {
  padding: 40rem 0;
}

.home-advantages .grid {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home-advantages .item {
  text-align: center;
  display: grid;
  grid-gap: 15rem;
}

.home-map .grid {
  background-color: #003253;
  color: #fff;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15rem;
  padding: 0rem 50rem 20rem 50rem;
}

.home-map .text-wrap {
  display: grid;
  grid-gap: 5rem;
}

.home-map .text-wrap p:first-child {
  margin-bottom: -10rem;
}

.home-services {
  padding: 40rem 0;
}

.home-map {
  padding: 40rem 0;
}

.home-services .items {
  margin-top: 50rem;
  display: grid;
  grid-gap: 50rem;
}

/* Базовые стили для списка */
.home-steps ul,
.home-services ul {
  padding-left: 20px !important;
  margin-top: 10rem !important;
  list-style: none !important;
}

.home-steps .item .fz18 ul,
.home-services .item .fz18 ul {
  column-count: 1 !important;
}


/* Стили для элементов списка */
.home-steps ul li,
.home-services ul li {
  position: relative !important;
  padding-left: 20px !important;
  margin-bottom: 10px !important;
  color: #000 !important;
  font-size: 18px !important;
}

/* Синий маркер перед каждым пунктом */
.home-steps ul li::before,
.home-services ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 2px;
  color: #003253 !important; /* синий */
  font-size: 20px !important;
  line-height: 1;
}

/* Разделение на колонки только на десктопе */
@media screen and (min-width: 769px) {
  .home-services ul {
    column-count: 2 !important;
    column-gap: 40px !important;
  }
}

.home-services .items .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home-services .items .item .video-wrapper,
.home-services .items .item .img-wrapper {
  overflow: hidden;
}

.home-services .items .item .img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.home-services .items .item .text-wrapper {
  display: grid;
  grid-gap: 20rem;
}

.home-services .items .item .text-wrapper .text-wrap {
  display: grid;
  grid-gap: 15rem;
}

.home-services .items .item .text-wrapper .info-wrap {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 20rem;
}

.home-services .items .item .text-wrapper .info-wrap p b {
  display: inline-block;
  margin-left: 3rem;
}

.home-provide {
  padding: 80rem 0;
}

.home-provide .grid {
  padding-top: 50rem;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30rem;
}

.home-provide .items {
  display: grid;
  grid-gap: 30rem;
}

.home-provide .items .item {
  background-color: #eff1f1;
  text-align: center;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15rem;
  overflow: hidden;
  padding: 15rem 30rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-provide .items .item:hover {
  background-color: #003253;
  color: #fff;
}

.home-provide .items .item:hover .ic-wrap img {
  -webkit-filter: brightness(0%) invert(100%);
          filter: brightness(0%) invert(100%);
}

.home-provide .items .item:hover p,
.home-provide .items .item:hover h3 {
  color: #fff;
}

.home-provide .items .item .ic-wrap img {
  display: block;
  width: 78rem;
  height: 78rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-provide .items .item h3 {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-provide .btns-wrap {
  margin-top: 30rem;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30rem;
}

.home-enjoy {
  padding: 40rem 0;
}

.home-enjoy .grid {
  margin-top: 50rem;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home-enjoy .items {
  display: grid;
  grid-gap: 30rem;
}

.home-enjoy .items .item .img-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #eee;
}

.home-enjoy .items .item .text-wrap {
  padding: 30rem;
  display: grid;
  grid-gap: 10rem;
}

.home-request {
  border-top: 10rem solid #003253;
  background-color: #fff;
  background-image: url("../img/request-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 50rem;
}

.home-request .grid {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.home-request .form-wrapper {
  max-width: 400rem;
}

.home-request .form-wrapper .component-form {
  -webkit-box-shadow: 0 0 10rem 10rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10rem 10rem rgba(0, 0, 0, 0.05);
}

.home-request .info-wrap {
  padding: 15rem 30rem;
}

.home-request .info-wrap p {
  margin-top: 5rem;
  color: #fff;
  text-align: center;
  text-shadow: 2rem 1rem 3rem black;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media only screen and (min-width: 481px) {
  q {
    top: 0;
  }
  .home-welcome::before {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  q {
    top: 0;
  }
  .hidden-desc {
    display: none;
  }
  .home-services .items .item:nth-child(even) .video-wrapper,
  .home-services .items .item:nth-child(even) .img-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (max-width: 768px) {
  q {
    top: 0;
  }
  h1 {
    font-size: 50rem;
  }
  h3 {
    font-size: 24rem;
  }
  .fz12 {
    font-size: 12rem;
  }
  .fz14 {
    font-size: 14rem;
  }
  .fz16 {
    font-size: 16rem;
  }
  .fz18 {
    font-size: 18rem;
  }
  .fz20 {
    font-size: 18rem;
  }
  .fz28 {
    font-size: 26rem;
  }
  .fz30 {
    font-size: 28rem;
  }
  .fz32 {
    font-size: 30rem;
  }
  .fz40 {
    font-size: 38rem;
  }
  .fz50 {
    font-size: 40rem;
  }
  .hidden-mob {
    display: none;
  }
  .btn {
    font-size: 18rem;
  }
  html {
    font-size: calc(100vw/768);
  }
  .container {
    padding: 0 30rem;
  }
  header.header-main .grid p {
    font-size: 20rem;
  }
  .home-welcome {
    background-size: cover;
  }
  .home-welcome .grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 80rem 50rem;
  }
  .home-welcome .text-wrapper {
    padding-bottom: 0;
    grid-gap: 10rem;
  }
  .home-welcome .text-wrapper h1, .home-welcome .text-wrapper p {
    text-align: center;
  }
  .home-welcome .text-wrapper h1 {
    margin-bottom: 0;
  }
  .home-welcome .text-wrapper p {
    line-height: 1.2;
    margin-top: -5rem;
  }
  .home-welcome .text-wrapper .btns-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30rem;
  }
  .home-welcome .text-wrapper ul {
    text-align: center;
  }
  .home-welcome .form-wrapper {
    display: none;
  }
  .home-advantages {
    padding: 40rem 0;
  }
  .home-advantages .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50rem 15rem;
  }
  .home-map .grid {
    padding: 50rem 30rem;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .home-map .text-wrap {
    max-width: 500rem;
    margin: 0 auto;
  }
  .home-services {
    padding: 40rem 0;
  }
  .home-services .items .item {
    grid-template-columns: 1fr;
  }
  .home-provide {
    padding: 40rem 0;
  }
  .home-provide .grid {
    grid-gap: 15rem;
  }
  .home-provide .items {
    grid-gap: 15rem;
  }
  .home-provide .items .item .ic-wrap img {
    width: 60rem;
    height: 60rem;
  }
  .home-provide .btns-wrap {
    grid-gap: 15rem;
  }
  .home-enjoy {
    padding: 40rem 0;
  }
  .home-enjoy .grid {
    grid-gap: 15rem;
  }
  .home-enjoy .items {
    grid-gap: 15rem;
  }
  .home-enjoy .items .item .text-wrap {
    padding: 30rem 0;
  }
  .home-request .grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 769px) {
  h1 {
    font-size: 32rem !important;
  }
}
@media only screen and (max-width: 480px) {
  q {
    top: 0;
  }
  h1 {
    font-size: 32rem;
  }
  h2 {
    font-size: 24rem;
  }
  h3 {
    font-size: 22rem;
  }
  h4 {
    font-size: 18rem;
  }
  .fz12 {
    font-size: 12rem;
  }
  .fz14 {
    font-size: 14rem;
  }
  .fz16 {
    font-size: 16rem;
  }
  .fz18 {
    font-size: 16rem;
  }
  .fz20 {
    font-size: 18rem;
  }
  .fz28 {
    font-size: 22rem;
  }
  .fz30 {
    font-size: 24rem;
  }
  .fz32 {
    font-size: 28rem;
  }
  .fz40 {
    font-size: 28rem;
  }
  .fz50 {
    font-size: 34rem;
  }
  .btn.big {
    height: 58rem;
  }
  html {
    font-size: calc(100vw/375);
  }
  .container {
    padding: 0 15rem;
  }
  header.header-main .grid .logo-wrap img {
    width: 90rem;
    height: 90rem;
  }
  header.header-main .grid p {
    padding-left: 105rem;
    font-size: 18rem;
    line-height: 1.2;
    margin-bottom: 0;
  }
  header.header-main .grid p br {
    display: block;
  }
  footer.footer-main {
    padding: 15rem 0;
  }
  .fixed-btn {
    display: block;
  }
  .component-checkbox {
    padding-right: 0;
  }
  .component-checkbox span.text {
    font-size: 13rem;
  }
  .home-welcome .grid {
    padding: 50rem 0;
  }
  .home-welcome .text-wrapper .btns-wrap {
    grid-template-columns: 1fr;
    grid-gap: 15rem;
  }
  .home-welcome .text-wrapper ul {
    padding: 0 15rem;
  }
  .home-advantages .grid {
    grid-template-columns: 1fr;
    grid-gap: 30rem;
  }
  .home-advantages .item {
    grid-gap: 10rem;
  }
  .home-map .grid {
    padding: 50rem 15rem;
  }
  .home-map .text-wrap p:first-child {
    margin-bottom: 0;
  }
  .home-map .btn-wrap {
    display: grid;
  }
  .home-services .items {
    margin-top: 30rem;
  }
  .home-services .items .item {
    grid-gap: 15rem;
  }
  .home-provide .grid {
    padding-top: 30rem;
    grid-template-columns: 1fr;
  }
  .home-provide .btns-wrap {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
  .home-enjoy h2 br {
    display: none;
  }
  .home-enjoy .grid {
    margin-top: 30rem;
    grid-template-columns: 1fr;
    grid-gap: 30rem;
  }
  .home-enjoy .items {
    grid-gap: 50rem;
  }
  .home-enjoy .items .item .text-wrap {
    padding: 15rem 0 0;
  }
  .home-request {
    padding: 0;
    background-image: none;
  }
  .home-request .form-wrapper .component-form {
    margin: 0 -15rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .home-request .info-wrap {
    padding: 30rem;
    border-top: 10rem solid #003253;
    margin: 0 -15rem;
  }
  .home-request .info-wrap p {
    margin-top: 10rem;
    color: #383838;
    text-shadow: none;
  }
}

@media only screen and (min-width: 1231px) {
  html {
    font-size: 1px;
  }
}

@media only screen and (min-width: 1921px) {
  .home-welcome {
    background-size: contain;
  }
}



/*Правки 17-08-2025*/
.home-reviews {
  padding: 40rem 0;
}

.home-reviews .grid {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home-reviews .item {
  text-align: center;
  display: grid;
  grid-gap: 15rem;
}

@media only screen and (max-width: 768px) {
  .home-reviews {
    padding: 40rem 0;
  }
  .home-reviews .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50rem 15rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-reviews .grid {
    grid-template-columns: 1fr;
    grid-gap: 30rem;
  }
  .home-reviews .item {
    grid-gap: 10rem;
  }
    .c-blueback {
      color: #003253;
      margin-top: 30rem;
    }
}

.home-reviews .stars {
  font-size: 18rem;   /* размер звёзд */
  color: #f5c518;     /* золотистый цвет */
  line-height: 1;
}
