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

body,
html {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: initial;
}

.page-wrapper {
  overflow: hidden;
}

ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

a,
button {
  cursor: pointer;
  text-decoration: none;
}

picture {
  display: block;
}

img {
  object-fit: contain;
}

picture {
  font-size: 0;
}

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

:root {
  --primary_color: #d01613;
  --text_color: #000;
  --grey_color: #363636;
  --grey_color_3: #ebebeb;
  --white_color: #fff;
}

:root {
  --font: "Raleway", sans-serif;
  --globalFontSizeSm: 18px;
  --contentWidth: 1440px;
  --gutterContentSm: 16px;
  --gutterContent: 60px;
  --gutterContentLarge: 70px;
}

@media only screen and (max-width: 63.9375em) {
  .hide_for_sm.hide_for_sm {
    display: none;
  }
}

@media only screen and (min-width: 64em) {
  .hide_for_large.hide_for_large {
    display: none;
  }
}

.relative {
  position: relative;
}

.z3 {
  z-index: 3;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: var(--font, sans-serif);
  color: var(--text_color, #000);
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: auto;
}
@media only screen and (max-width: 63.9375em) {
  body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 64em) {
  body {
    font-size: 18px;
  }
}

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

h1,
h1 {
  line-height: 1.2;
  font-weight: 600;
}
@media only screen and (max-width: 63.9375em) {
  h1,
  h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 64em) {
  h1,
  h1 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 78.75em) {
  h1,
  h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 63.9375em) {
  h2,
  .h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 64em) {
  h2,
  .h2 {
    font-size: 28px;
  }
}

.strong {
  font-weight: 700;
}

.semiBold {
  font-weight: 600;
}

.fontWeightBlack {
  font-weight: 900;
}

.fReg {
  font-weight: 400;
}

a,
.link {
  text-decoration: none;
}
a:hover, a:focus,
.link:hover,
.link:focus {
  text-decoration: none;
}

.tUppre {
  text-transform: uppercase;
}

.tPrimary {
  color: var(--primary_color);
}

.tUnderline {
  text-decoration: underline;
}

.tCenter {
  text-align: center;
}

.pageWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.container {
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .container {
    max-width: var(--contentWidth);
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 63.9375em) {
  .footer {
    padding-top: 46px;
    background: linear-gradient(108deg, rgb(208, 22, 19) 0%, rgb(207, 210, 216) 16%);
  }
}
@media only screen and (min-width: 64em) {
  .footer {
    padding-top: 60px;
    background: linear-gradient(108deg, rgb(208, 22, 19) 8%, rgb(207, 210, 216) 26%);
  }
}

@media only screen and (max-width: 63.9375em) {
  .footer__container {
    padding-left: var(--gutterContentSm);
    padding-right: var(--gutterContentSm);
  }
}
@media only screen and (min-width: 64em) {
  .footer__container {
    padding-left: var(--gutterContent);
    padding-right: var(--gutterContent);
  }
}

@media only screen and (min-width: 64em) {
  .footer__head {
    font-size: 35px;
  }
}

.footer__infoBrick {
  position: relative;
  padding: 30px var(--gutterContentSm);
  text-align: center;
}
@media only screen and (max-width: 63.9375em) {
  .footer__infoBrick {
    margin-top: 45px;
    background-color: var(--grey_color);
  }
}
@media only screen and (min-width: 64em) {
  .footer__infoBrick {
    padding: 33px var(--gutterContentSm);
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    margin: 90px auto 0;
  }
}
@media only screen and (min-width: 64em) {
  .footer__infoBrick::before {
    content: "";
    background-color: var(--grey_color);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
}
.footer__infoBrick a,
.footer__infoBrick span {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 63.9375em) {
  .footer__infoBrick span {
    display: block;
  }
}
@media only screen and (min-width: 64em) {
  .footer__infoBrick span {
    position: relative;
    display: block;
    height: 40px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .footer__infoBrick span:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: #fff;
  }
}
.footer__infoBrick a {
  color: #fff;
}
@media only screen and (min-width: 64em) {
  .footer__infoBrick a {
    font-size: 30px;
  }
}

.footer__icon {
  position: absolute;
  width: 187px;
  height: 96px;
  top: 15px;
  right: -96px;
  z-index: 1;
  color: #a2a5a8;
}

@media only screen and (max-width: 63.9375em) {
  .footer__text {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 64em) {
  .footer__text {
    font-size: 24px;
    margin-top: 16px;
  }
}

.footer__box {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 63.9375em) {
  .footer__box {
    padding: 35px var(--gutterContentSm);
  }
}
@media only screen and (min-width: 64em) {
  .footer__box {
    padding: 35px var(--gutterContent);
  }
}

.headerNav {
  position: absolute;
  z-index: 3;
  width: 100%;
  font-size: 14px;
}
@media only screen and (max-width: 63.9375em) {
  .headerNav {
    padding: 12px var(--gutterContentSm, 32px);
  }
}
@media only screen and (min-width: 64em) {
  .headerNav {
    padding: 12px var(--gutterContent, 32px);
  }
}

.headerNav__container {
  display: flex;
}
@media only screen and (max-width: 63.9375em) {
  .headerNav__container {
    justify-content: center;
  }
}
@media only screen and (min-width: 64em) {
  .headerNav__container {
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 64em) {
  .headerNav__list {
    display: flex;
  }
}
.headerNav__list li {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .headerNav__list li {
    justify-content: center;
  }
}
.headerNav__list li::before {
  content: "/";
  color: var(--primary_color);
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 63.9375em) {
  .headerNav__list li::after {
    content: "/";
    color: var(--primary_color);
    padding-left: 10px;
  }
}
.headerNav__list li:last-child:after {
  content: "/";
  color: var(--primary_color);
  padding-left: 10px;
}
.headerNav__list a {
  color: #fff;
}
.headerNav__list a:hover, .headerNav__list a:focus {
  color: var(--primary_color);
}

.sectionJumbo {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 63.9375em) {
  .sectionJumbo {
    background: url(../images/sections/sectionJumbo/bg_main_sm.jpg) center center/cover no-repeat;
  }
}
@media only screen and (min-width: 64em) {
  .sectionJumbo {
    background: url(../images/sections/sectionJumbo/bg_main.jpg) center center/cover no-repeat;
  }
}

.sectionJumbo__container {
  position: relative;
}
@media only screen and (max-width: 63.9375em) {
  .sectionJumbo__container {
    padding: 100px var(--gutterContentSm) 360px;
  }
}
@media only screen and (min-width: 64em) {
  .sectionJumbo__container {
    padding: 45px var(--gutterContent) 340px;
  }
}

@media only screen and (max-width: 39.9375em) {
  .sectionJumbo__textBox {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
    .sectionWhy__head {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}
@media only screen and (max-width: 63.9375em) {
  .sectionJumbo__textBox {
    display: flex;
    gap: 20px;
  }
}
@media only screen and (min-width: 64em) {
  .sectionJumbo__textBox {
    width: calc(100% - 400px);
  }
}
@media only screen and (min-width: 78.75em) {
  .sectionJumbo__textBox {
    width: calc(100% - 500px);
  }
}

@media only screen and (max-width: 63.9375em) {
  .sectionJumbo__logoLink {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 64em) {
  .sectionJumbo__head {
    margin-top: 36px;
    line-height: 1.1;
  }
}

.sectionJumbo__subHead {
  margin-top: 5px;
}

.sectionJumbo__mapBox {
  position: absolute;
}
@media only screen and (max-width: 63.9375em) {
  .sectionJumbo__mapBox {
    height: 313px;
    bottom: 38px;
    width: 100%;
    left: 0;
    background: url(../images/sections/sectionJumbo/pixelcut_mob.png) center center/contain no-repeat;
  }
}
@media only screen and (min-width: 64em) {
  .sectionJumbo__mapBox {
    right: 0;
    top: 0;
    width: 560px;
    height: 548px;
    background: url(../images/sections/sectionJumbo/sectionJumbo__img.png) center center/contain no-repeat;
  }
}
@media only screen and (min-width: 78.75em) {
  .sectionJumbo__mapBox {
    right: 17px;
    width: 682px;
    height: 667px;
  }
}

.sectionPerks {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 63.9375em) {
  .sectionPerks {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 64em) {
  .sectionPerks {
    margin-top: -199px;
  }
}

@media only screen and (max-width: 63.9375em) {
  .sectionPerks__container {
    padding: 0 var(--gutterContentSm);
  }
}
@media only screen and (min-width: 64em) {
  .sectionPerks__container {
    padding: 0 var(--gutterContent);
  }
}

.sectionPerks__container--inner {
  box-shadow: 0px 0px 28px -10px rgb(0, 0, 0);
}

.sectionPerks__box {
  color: #fff;
  text-align: center;
  padding: 17px var(--gutterContentSm);
  background: linear-gradient(60deg, rgb(139, 15, 13) 14%, rgb(196, 20, 18) 48%, rgb(207, 21, 19) 100%);
}
.sectionPerks__box p {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 64em) {
  .sectionPerks__head {
    font-size: 35px;
  }
}

.sectionPerks__icon {
  margin-right: 10px;
  align-self: start;
  flex-shrink: 0;
}
@media only screen and (max-width: 63.9375em) {
  .sectionPerks__icon {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 64em) {
  .sectionPerks__icon {
    width: 28px;
    height: 28px;
  }
}

.sectionPerks__brick {
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 63.9375em) {
  .sectionPerks__brick {
    padding: 24px var(--gutterContentSm) 30px;
  }
}
@media only screen and (min-width: 64em) {
  .sectionPerks__brick {
    padding: 40px var(--gutterContentSm) 44px;
  }
}

.sectionPerks__list {
  display: grid;
}
@media only screen and (max-width: 63.9375em) {
  .sectionPerks__list {
    margin-top: 24px;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media only screen and (min-width: 64em) {
  .sectionPerks__list {
    margin-top: 46px;
    row-gap: 50px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.sectionPerks__list p {
  margin-top: 10px;
}

.sectionPerks__figure {
  position: absolute;
  color: var(--grey_color_3);
  left: -38px;
  bottom: -37px;
  width: 134px;
  height: 134px;
  transform: rotate(225deg);
}

@media only screen and (max-width: 63.9375em) {
  .sectionWhy {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 64em) {
  .sectionWhy {
    padding-top: 62px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 63.9375em) {
  .sectionWhy__container {
    padding: 0 var(--gutterContentSm);
  }
    .sectionWhy__head {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}
@media only screen and (min-width: 64em) {
  .sectionWhy__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--gutterContent);
  }
}

@media only screen and (min-width: 64em) {
  .sectionWhy__head {
    flex-shrink: 0;
    font-size: 35px;
  }
}

@media only screen and (min-width: 64em) {
  .sectionWhy__list {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-evenly;
  }
  .sectionWhy__list::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #000;
    right: 51%;
    transform: translateX(50%);
  }
}
.sectionWhy__list li {
  text-align: center;
}
@media only screen and (max-width: 63.9375em) {
  .sectionWhy__list li {
    margin-top: 34px;
  }
}
.sectionWhy__list svg {
  margin-top: 10px;
}
@media only screen and (max-width: 63.9375em) {
  .sectionWhy__list svg {
    height: 80px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .sectionWhy__list svg.sectionWhy__svgLong {
    height: 40px;
  }
}
/*# sourceMappingURL=main.controller.css.map */
