* {
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1.63;
  scroll-behavior: smooth; }

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

section {
  display: block;
  max-width: 100%;
  overflow: hidden; }

a {
  color: #060606;
  font-weight: 600; }

figure {
  display: block;
  margin: 0;
  padding: 0; }

.raleway {
  font-family: 'Raleway', sans-serif; }

body {
  font-family: 'Work Sans', sans-serif;
  color: #060606;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.66; }
  @media only screen and (min-width: 1023px) {
    body {
      font-size: 1.8rem; } }

.main-header {
  font-family: 'Raleway', sans-serif;
  font-size: 3.6rem;
  font-weight: 200;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  margin: 0;
  line-height: 1; }
  @media only screen and (min-width: 1023px) {
    .main-header {
      font-size: 4.8rem; } }
  .main-header strong {
    font-weight: 700; }

h2, .h2 .large-title {
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1em; }
  @media only screen and (min-width: 1023px) {
    h2, .h2 .large-title {
      font-size: 4.8rem; } }
  h2 strong, .h2 .large-title strong {
    font-weight: 600; }

.function-elem-title {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  margin: 0; }
  @media only screen and (min-width: 1023px) {
    .function-elem-title {
      font-size: 1.8rem; } }
  .function-elem-title strong {
    font-weight: 600; }

.warranty-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 20px; }
  @media only screen and (min-width: 767px) {
    .warranty-title {
      font-size: 1.8rem; } }
  @media only screen and (min-width: 1023px) {
    .warranty-title {
      font-size: 2.2rem; } }
  @media only screen and (min-width: 1279px) {
    .warranty-title {
      font-size: 3rem; } }
  .warranty-title strong {
    font-weight: 600; }

.header-with-logo {
  margin-bottom: 30px; }
  @media only screen and (min-width: 1023px) {
    .header-with-logo {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1279px) {
    .header-with-logo {
      margin-bottom: 50px; } }
  @media only screen and (min-width: 1599px) {
    .header-with-logo {
      margin-bottom: 70px; } }

.prominent {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.2; }
  @media only screen and (min-width: 1023px) {
    .prominent {
      font-size: 3rem; } }

.normal {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.66; }

.larger-font {
  font-size: 1.33em;
  margin-top: 0.5em;
  display: inline-block; }

strong {
  font-weight: 600; }

.alignCenter {
  text-align: center; }
  .alignCenter img {
    margin-left: auto;
    margin-right: auto; }

.alignRight {
  text-align: right; }

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.2rem;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px; }
  .top-bar * {
    padding: 0;
    margin: 0; }
  @media only screen and (min-width: 767px) {
    .top-bar {
      padding-left: 35px;
      padding-right: 35px; } }
  @media only screen and (min-width: 1023px) {
    .top-bar {
      padding-left: 10vw;
      padding-right: 10vw; } }
  @media only screen and (min-width: 1279px) {
    .top-bar {
      height: 11.2rem; } }
  @media only screen and (min-width: 1599px) {
    .top-bar {
      padding-left: 12vw;
      padding-right: 12vw; } }
  @media only screen and (min-width: 1680px) {
    .top-bar {
      padding-left: 14vw;
      padding-right: 14vw; } }
  .top-bar li a {
    font-size: 1.4rem;
    text-decoration: none;
    text-transform: uppercase; }
  .top-bar.container {
    position: fixed; }
  .top-bar__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .top-bar__branding img {
    width: 11rem; }
    @media only screen and (min-width: 1279px) {
      .top-bar__branding img {
        width: auto; } }
  .top-bar__nav {
    position: fixed;
    top: 7.2rem;
    right: 0;
    padding: 2rem;
    width: 100%;
    max-width: 50rem;
    min-height: calc(100vh - 7.2rem);
    background-color: #fff;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms; }
    @media only screen and (min-width: 1279px) {
      .top-bar__nav {
        top: 11.2rem; } }
    .top-bar__nav.active {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  .top-bar__links {
    margin: 0 auto;
    width: 29rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    list-style: none; }
  .top-bar__link {
    height: 100%;
    transition: color 150ms; }
    .top-bar__link a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 1.3rem 1rem;
      height: 100%;
      width: 100%; }
      @media (max-width: 340px) {
        .top-bar__link a {
          padding: 0.7rem 1rem; } }
      @media only screen and (min-width: 1599px) {
        .top-bar__link a {
          padding: 2rem; } }
    .top-bar__link--parent > a {
      position: relative; }
      .top-bar__link--parent > a::after {
        content: "\2193";
        position: absolute;
        right: 2rem;
        transition: -webkit-transform 150ms;
        transition: transform 150ms;
        transition: transform 150ms, -webkit-transform 150ms; }
      .top-bar__link--parent > a.active::after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  .top-bar__lang {
    margin-left: auto; }

.subnav {
  max-height: 0;
  overflow: hidden;
  z-index: 100;
  list-style: none;
  transition: max-height 300ms; }
  .subnav__link {
    transition: background-color 150ms; }
    .subnav__link:hover > a {
      font-weight: 600;
      color: inherit; }
    .subnav__link a {
      padding: 1.5rem;
      font-weight: 400; }
      @media only screen and (min-width: 1365px) {
        .subnav__link a {
          padding: 1.5rem 2.5rem; } }

.langs {
  position: relative;
  width: 7rem; }
  .langs__btn {
    position: relative;
    padding: 0 3rem 0 1rem;
    width: 100%;
    border: none;
    background: none;
    outline: none;
    cursor: pointer; }
    .langs__btn::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 1rem;
      height: 6px;
      border-top: 6px solid #423e4f;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
    .langs__btn:focus-visible {
      outline: 1px solid gray; }
  .langs__list {
    position: absolute;
    top: -1.8rem;
    left: 0;
    padding-bottom: 1rem;
    width: 7rem;
    height: 3rem;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    background-color: #fff; }
    .langs__list.active {
      height: auto;
      box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05); }

.lang {
  padding: 0 2rem 0 1rem; }
  .lang--btn-container {
    padding: 0.5rem 0 0 0; }
  .lang + .lang {
    margin-top: 1rem; }
  .lang__flag {
    display: block;
    width: 3rem;
    outline: 1px solid gray; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  outline: none;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  -webkit-transform: translateY(4px);
          transform: translateY(4px); }
  .hamburger:focus-visible {
    outline: 1px solid #000; }
  .hamburger:hover {
    opacity: 0.9; }
  .hamburger.is-active:hover {
    opacity: 0.9; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #423e4f; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #423e4f;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--stand .hamburger-inner {
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.text-regular {
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.2; }
  @media (max-width: 1022px) {
    .text-regular {
      font-size: 2.4rem; } }

.container {
  position: relative;
  margin-left: 20px;
  margin-right: 20px; }
  @media only screen and (min-width: 767px) {
    .container {
      margin-left: 35px;
      margin-right: 35px; } }
  @media only screen and (min-width: 1023px) {
    .container {
      margin-left: 10vw;
      margin-right: 10vw; } }
  @media only screen and (min-width: 1599px) {
    .container {
      margin-left: 15vw;
      margin-right: 15vw; } }

.noMargin-top {
  margin-top: 0; }

.noMargin-bottom {
  margin-bottom: 0; }

@media only screen and (min-width: 767px) {
  .noMargin-bottom-mobile {
    margin-bottom: 0; } }

.normalMargin-top {
  margin-top: 50px; }
  @media only screen and (min-width: 1023px) {
    .normalMargin-top {
      margin-top: 80px; } }
  @media only screen and (min-width: 1599px) {
    .normalMargin-top {
      margin-top: 100px; } }

.normalMargin-bottom {
  margin-bottom: 50px; }
  @media only screen and (min-width: 1023px) {
    .normalMargin-bottom {
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1599px) {
    .normalMargin-bottom {
      margin-bottom: 100px; } }

.largeMargin-top {
  margin-top: 85px; }
  @media only screen and (min-width: 1023px) {
    .largeMargin-top {
      margin-top: 130px; } }
  @media only screen and (min-width: 1599px) {
    .largeMargin-top {
      margin-top: 200px; } }

.largeMargin-bottom {
  margin-bottom: 85px; }
  @media only screen and (min-width: 1023px) {
    .largeMargin-bottom {
      margin-bottom: 130px; } }
  @media only screen and (min-width: 1599px) {
    .largeMargin-bottom {
      margin-bottom: 200px; } }

.btn {
  font-size: 1.6rem;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  padding: 12px 30px;
  color: #000;
  border: solid 2px #c00d0d;
  border-radius: 15px;
  text-decoration: none;
  transition: 0.3s all; }
  @media only screen and (min-width: 1023px) {
    .btn {
      padding: 15px 40px;
      font-size: 2.4rem; } }
  .btn:hover {
    background: #c00d0d;
    color: #fff; }

@media only screen and (min-width: 767px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -3.5%;
    margin-right: -3.5%; } }

@media only screen and (min-width: 767px) {
  .row.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media only screen and (min-width: 767px) {
  .col-2 {
    width: 43%;
    margin-left: 3.5%;
    margin-right: 3.5%; } }

@media only screen and (min-width: 767px) {
  .content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

@media only screen and (min-width: 1279px) {
  .content-row-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media only screen and (min-width: 767px) {
  .content-col-2 {
    width: 50%; } }

.content-col-text {
  padding: 40px 5vw; }
  @media only screen and (min-width: 767px) {
    .content-col-text {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (min-width: 1599px) {
    .content-col-text {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media only screen and (min-width: 767px) {
    .content-col-text.content-col-text_left {
      padding-left: 0; } }
  @media only screen and (min-width: 767px) {
    .content-col-text.content-col-text_right {
      padding-right: 0; } }

.content-col-image {
  margin-left: -20px;
  margin-right: -20px; }
  @media only screen and (min-width: 767px) {
    .content-col-image {
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (min-width: 1023px) {
    .content-col-image {
      padding-left: 5px; } }
  .content-col-image figure {
    height: 100%;
    position: relative; }
    @media only screen and (min-width: 767px) {
      .content-col-image figure img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }
    @media only screen and (min-width: 1279px) {
      .content-col-image figure img {
        position: static;
        height: auto; } }
  @media only screen and (min-width: 767px) {
    .content-col-image.content-col-image_right figure {
      margin-right: -35px; } }
  @media only screen and (min-width: 1023px) {
    .content-col-image.content-col-image_right figure {
      margin-right: -10vw; } }
  @media only screen and (min-width: 1599px) {
    .content-col-image.content-col-image_right figure {
      margin-right: -15vw; } }

.cookies-info {
  display: none;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: white;
  text-align: center;
  border-top: 1px solid grey;
  border-bottom: none;
  z-index: 9999; }
  .cookies-info.visible {
    display: block; }
  .cookies-info .wrapper {
    position: relative;
    width: 100%;
    max-width: 1120px;
    height: auto;
    min-height: 100px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto; }
    @media only screen and (min-width: 479px) {
      .cookies-info .wrapper {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .cookies-info .cookies-image {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 40px; }
    @media only screen and (min-width: 479px) {
      .cookies-info .cookies-image {
        position: relative;
        top: auto;
        right: auto;
        margin-right: 20px; } }
  .cookies-info .cookies-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    padding-right: 20px;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .cookies-info .cookies-text strong {
      font-weight: 400;
      font-size: 14px; }
    .cookies-info .cookies-text a {
      font-weight: 400;
      font-size: 12px;
      text-decoration: underline;
      cursor: pointer; }
  .cookies-info .cookies-btn {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: #c00d0d;
    border: 2px solid #c00d0d;
    border-radius: 10px;
    background: transparent;
    padding: 5px 15px; }

.main-header-wrapper {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 1023px) {
    .main-header-wrapper {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

.main-header-section {
  position: relative;
  min-height: 40vh;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (min-width: 1023px) {
    .main-header-section {
      padding: 0; } }
  .main-header-section::after {
    content: "";
    display: block;
    position: absolute;
    left: 33.33%;
    bottom: -2px;
    width: 33.33%;
    height: 2px;
    background: #c00d0d; }
  .main-header-section .header-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media only screen and (min-width: 1023px) {
      .main-header-section .header-img {
        position: static;
        width: 100%;
        height: auto; } }

.logo {
  height: 35px;
  width: auto;
  display: inline-block; }

.logo-spacer {
  margin-right: 15px; }
  @media only screen and (min-width: 767px) {
    .logo-spacer {
      margin-right: 20px; } }

.tiles-grid-wrapper {
  width: 100%;
  overflow: hidden; }

.tiles-grid-1,
.tiles-grid-2 {
  margin-left: -3px;
  margin-right: -3px; }
  @media only screen and (min-width: 1023px) {
    .tiles-grid-1,
    .tiles-grid-2 {
      margin-left: -5px;
      margin-right: -5px; } }
  .tiles-grid-1 figure,
  .tiles-grid-2 figure {
    padding: 0px 3px 6px 3px; }
    @media only screen and (min-width: 1023px) {
      .tiles-grid-1 figure,
      .tiles-grid-2 figure {
        padding: 0px 5px 10px 5px; } }

@media only screen and (min-width: 1023px) {
  .tiles-grid-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

.tiles-grid-1 .tiles-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

@media only screen and (min-width: 1023px) {
  .tiles-grid-1 .tiles-col {
    width: 50%; } }

.fixed-images img {
  height: 577px; }
  @media (max-width: 1366px) {
    .fixed-images img {
      height: 400px; } }
  @media (max-width: 992px) {
    .fixed-images img {
      height: 300px; } }
  @media (max-width: 768px) {
    .fixed-images img {
      height: auto; } }

.tiles-grid-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .tiles-grid-2 .tile_3 {
    display: none; }
    @media only screen and (min-width: 767px) {
      .tiles-grid-2 .tile_3 {
        display: block; } }
  .tiles-grid-2 .tile_4 {
    display: none; }
    @media only screen and (min-width: 1279px) {
      .tiles-grid-2 .tile_4 {
        display: block; } }

.video-wrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.24%; }
  .video-wrapper iframe,
  .video-wrapper video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    -webkit-animation: fade-in 500ms forwards;
            animation: fade-in 500ms forwards; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .video-wrapper iframe.active,
    .video-wrapper video.active {
      display: initial; }

.video-caption {
  font-weight: bold;
  -webkit-animation: fade-in 500ms forwards;
          animation: fade-in 500ms forwards; }

.video-group {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.video-btn {
  position: relative;
  padding: 0;
  margin-bottom: 2rem;
  max-width: 323px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: inherit;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  transition: opacity 150ms; }
  .video-btn:hover, .video-btn:focus {
    opacity: 0.9; }
    .video-btn:hover .video-icon, .video-btn:focus .video-icon {
      -webkit-transform: translate(-50%, -90%) scale(1.5);
              transform: translate(-50%, -90%) scale(1.5); }
  @media only screen and (min-width: 767px) {
    .video-btn {
      margin-right: 2rem; } }
  .video-btn.hidden {
    display: none; }
  .video-btn span {
    display: block;
    width: 100%;
    margin-top: 1rem;
    padding: 0 1rem;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left; }

.video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -90%);
          transform: translate(-50%, -90%);
  transition: -webkit-transform 150ms;
  transition: transform 150ms;
  transition: transform 150ms, -webkit-transform 150ms; }

.video-placeholder {
  max-width: 100%;
  border-radius: 20px; }

.warranty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.warranty-elem {
  padding: 0 16px;
  width: 50%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 1279px) {
    .warranty-elem {
      width: 30%; } }

.warranty-icon {
  max-width: 150px; }
  @media only screen and (min-width: 1023px) {
    .warranty-icon {
      max-width: none; } }

.map {
  margin-top: 50px; }
  @media only screen and (min-width: 767px) {
    .map {
      margin-top: 0; } }
  .map img {
    max-width: 250px; }
    @media only screen and (min-width: 1023px) {
      .map img {
        max-width: 100%; } }

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

@media only screen and (min-width: 1023px) {
  .map-desc {
    margin-top: 40px; } }

.site-footer {
  background: #343434;
  padding: 40px 0;
  color: #c2c2c2; }
  @media only screen and (min-width: 1023px) {
    .site-footer {
      padding: 70px 0 55px 0; } }
  @media only screen and (min-width: 1279px) {
    .site-footer {
      padding: 100px 0 70px 0; } }
  .site-footer a {
    color: #c2c2c2;
    text-decoration: none; }
    .site-footer a:hover {
      text-decoration: underline; }

.footer-content {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  line-height: 1.35;
  max-width: 400px;
  margin: 0 auto; }
  @media only screen and (min-width: 767px) {
    .footer-content {
      font-size: 1.4rem; } }

.fooer-content-row {
  margin: 20px 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 767px) {
    .fooer-content-row {
      margin: 30px 0; } }

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

.social-icon {
  margin: 0 9px;
  transition: 0.3s background; }
  .social-icon:hover {
    background: #767676; }

.tns-item:focus,
.tns-item:active {
  border: none;
  outline: none; }

.tns-controls button {
  width: 50px;
  height: 70px;
  display: block;
  overflow: hidden;
  background: none;
  border: none;
  text-indent: -200px;
  background: no-repeat center;
  background-size: 22px auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 50;
  outline: none;
  transition: 0.5s all; }

.tns-outer {
  position: relative; }

.product-slider-wrapper, .narrow-product-slider-wrapper {
  padding-left: 30px;
  padding-right: 30px; }
  @media only screen and (min-width: 767px) {
    .product-slider-wrapper, .narrow-product-slider-wrapper {
      padding-left: 40px;
      padding-right: 40px; } }
  @media only screen and (min-width: 1279px) {
    .product-slider-wrapper, .narrow-product-slider-wrapper {
      padding-left: 8vw;
      padding-right: 8vw; } }
  .product-slider-wrapper .tns-controls button[data-controls="prev"], .narrow-product-slider-wrapper .tns-controls button[data-controls="prev"] {
    background-image: url(../img/arrow-left-dark.svg);
    background-position: left center;
    left: 0px; }
    @media only screen and (min-width: 1599px) {
      .product-slider-wrapper .tns-controls button[data-controls="prev"], .narrow-product-slider-wrapper .tns-controls button[data-controls="prev"] {
        left: -90px; } }
    .product-slider-wrapper .tns-controls button[data-controls="prev"]:hover, .narrow-product-slider-wrapper .tns-controls button[data-controls="prev"]:hover {
      background-image: url(../img/arrow-left-red.svg); }
  .product-slider-wrapper .tns-controls button[data-controls="next"], .narrow-product-slider-wrapper .tns-controls button[data-controls="next"] {
    background-image: url(../img/arrow-right-dark.svg);
    background-position: right center;
    right: 00px; }
    @media only screen and (min-width: 1599px) {
      .product-slider-wrapper .tns-controls button[data-controls="next"], .narrow-product-slider-wrapper .tns-controls button[data-controls="next"] {
        right: -90px; } }
    .product-slider-wrapper .tns-controls button[data-controls="next"]:hover, .narrow-product-slider-wrapper .tns-controls button[data-controls="next"]:hover {
      background-image: url(../img/arrow-right-red.svg); }

@media only screen and (min-width: 1023px) {
  .narrow-product-slider-wrapper {
    margin-left: 8vw;
    margin-right: 8vw;
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (min-width: 1599px) {
  .narrow-product-slider-wrapper {
    margin-left: 12vw;
    margin-right: 12vw; } }

.narrow-product-slider-wrapper .product-slider-elem {
  display: block;
  max-width: 250px;
  margin: 0 auto; }

.product-slider-elem {
  text-decoration: none; }

.product-slider-elem-title {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  padding: 0 30px; }
  @media only screen and (min-width: 1279px) {
    .product-slider-elem-title {
      font-size: 1.8rem; } }
  @media only screen and (min-width: 1599px) {
    .product-slider-elem-title {
      padding: 0 50px; } }
  .product-slider-elem-title.with-margin {
    margin-top: 20px; }
    @media only screen and (min-width: 1599px) {
      .product-slider-elem-title.with-margin {
        margin-top: 45px; } }
  .product-slider-elem-title strong {
    font-weight: bold; }
  .product-slider-elem-title .model-no {
    font-size: 0.77em;
    font-weight: 600;
    display: block;
    margin-top: 1.5em;
    text-decoration: underline;
    font-weight: 600; }

@media only screen and (min-width: 767px) {
  .zumba-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

.color-palette {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px; }

.color-pallette-elem {
  width: 40px;
  height: 40px;
  margin: 12px;
  border-radius: 100%;
  cursor: pointer; }
  @media only screen and (min-width: 1279px) {
    .color-pallette-elem {
      width: 50px;
      height: 50px; } }

.yellow {
  background: #feef5a; }

.red {
  background: #e73835; }

.white {
  background: #fff;
  box-shadow: 0px 0px 1px 1px #6e6e6e; }

.silver {
  background: #d3d4d7; }

.beige {
  background: #bcaf9c; }

.green {
  background: #a0c754; }

.black {
  background: #303338; }

.dark {
  background: #000; }

.mint {
  background: #6eb5ae; }

.blue {
  background: #09598d; }

.gold {
  background: linear-gradient(90deg, #303338 50%, #cca15b 50%); }

.beige {
  background-color: #b4ac97; }

.zumba-images {
  position: relative;
  max-width: 250px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 767px) {
    .zumba-images {
      max-width: none;
      width: 50%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-top: 0;
      max-width: 550px;
      margin: 0 auto; } }

.zumba-images-elem:first-child {
  position: static; }

.zumba-images-elem {
  transition: 0.3s opacity;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  pointer-events: none;
  display: block;
  text-decoration: none; }
  .zumba-images-elem.active {
    opacity: 1;
    pointer-events: all; }
  .zumba-images-elem .product-slider-elem-title {
    padding-left: 23%; }

.zumba-icon {
  margin: 25px 0; }
  @media only screen and (min-width: 1599px) {
    .zumba-icon {
      margin: 35px 0; } }

@media only screen and (min-width: 767px) {
  .zumba-description {
    margin-top: 50px;
    width: 50%; } }

@media only screen and (min-width: 1599px) {
  .zumba-description {
    margin-top: 70px; } }

@media only screen and (min-width: 1599px) {
  .zumba-description p {
    padding-right: 6vw; } }

.icon-container img {
  display: inline-block; }
  .icon-container img:first-child {
    margin-right: 20px; }

@media only screen and (min-width: 1023px) {
  .functions-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -5vw;
    margin-right: -5vw; } }

@media only screen and (min-width: 1023px) {
  .functions-desc {
    padding-left: 5vw; } }

.functions-images {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px; }
  @media only screen and (min-width: 1023px) {
    .functions-images {
      width: 55%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.function-elem {
  width: 50%;
  padding: 0 6px; }
  @media only screen and (min-width: 767px) {
    .function-elem {
      width: 33.33%; } }

.function-elem-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0; }
  @media only screen and (min-width: 1365px) {
    .function-elem-title {
      margin: 32px 0; } }
  .function-elem-title p {
    margin: 0 0 0 10px; }
    @media only screen and (min-width: 1365px) {
      .function-elem-title p {
        margin-left: 15px; } }

.function-elem-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px; }
  @media only screen and (min-width: 1279px) {
    .function-elem-icon {
      width: 38px; } }

.gallery-wrapper {
  position: relative;
  overflow: hidden; }
  .gallery-wrapper .tns-controls button[data-controls="prev"] {
    background-image: url(../img/arrow-left-white.svg);
    background-position: left center;
    left: 10px; }
    @media only screen and (min-width: 479px) {
      .gallery-wrapper .tns-controls button[data-controls="prev"] {
        left: 25%; } }
    .gallery-wrapper .tns-controls button[data-controls="prev"]:hover {
      background-image: url(../img/arrow-left-red.svg); }
  .gallery-wrapper .tns-controls button[data-controls="next"] {
    background-image: url(../img/arrow-right-white.svg);
    background-position: right center;
    right: 10px; }
    @media only screen and (min-width: 479px) {
      .gallery-wrapper .tns-controls button[data-controls="next"] {
        right: 25%; } }
    .gallery-wrapper .tns-controls button[data-controls="next"]:hover {
      background-image: url(../img/arrow-right-red.svg); }

@media only screen and (min-width: 479px) {
  .gallery-outer {
    margin: 0 -30%;
    padding-top: 40px; } }

.gallery-elem {
  position: relative; }
  .gallery-elem img {
    width: 100%; }
  @media only screen and (min-width: 479px) {
    .gallery-elem .cover {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.65);
      transition: 0.3s opacity;
      opacity: 1; } }

.gallery-elem.tns-slide-active + .gallery-elem.tns-slide-active .cover {
  opacity: 0; }

.gallery-elem.tns-slide-active + .gallery-elem.tns-slide-active + .gallery-elem.tns-slide-active .cover {
  opacity: 1; }

.redstrip {
  background-color: #A50D0D; }
  .redstrip .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    padding: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .redstrip__text {
    text-decoration: none; }
  @media (max-width: 576px) {
    .redstrip img:first-child {
      display: none; }
    .redstrip .container {
      padding: 20px 10px; } }
  .redstrip * {
    color: white; }

.map-heading {
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.2; }
  .map-heading a {
    font-weight: 700; }

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