body {
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 16px;
  font-weight: 400;
}

h1, h2, h3, h4 {
  font-family: 'Roboto', sans-serif;
}

.section-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  /*background-color: #162c3a;*/
  /*position: relative;*/
}

/* ----------------- video ------------------------ */

.video-container {
  height: calc((50vw + 50vh) / 2);
  width: 100%;
  position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */

.video-container .caption {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 10px;
  z-index: 1;
  position: relative;
  text-align: center;
  color: #eeeeee;
}

/* ----------------- *** video ------------------------ */

:root {
  --limited-width: 800px;
}

.header-container.limited-width, .footer-container.limited-width {
  width: 100%;
  max-width: var(--limited-width);
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper.full-width {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.main-content {
  flex-grow: 1;
}

.block.slider, .block.parallax {
  height: 100vh;
}

.mgcms .block.parallax {
  height: min-content;
}

.catelog-series .block.parallax {
  height: max-content;
  padding: 70px 20px;
}

.block {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.video-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: opacity 0.5s ease-in-out;
}

.video-slider.hidden {
  opacity: 0;
}

.slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  transition: opacity 0.5s ease-in-out;
}

@media (max-width: 767px) {
  .slider-paragraph {
    display: none;
  }
}

.slide-content.hidden {
  opacity: 0;
}

.slide-content h1 {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.slide-content h1.fade-out {
  opacity: 0;
}

.slide-content h1.fade-in {
  opacity: 1;
}

.slider-controls {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.slider-button {
  background: rgba(0, 0, 0, 0);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 1.5em;
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}

.slider-button:hover {
  opacity: 1;
}

.parallax {
  /*background-image: url('/media/wysiwyg/resto/series/collection-sadr.jpg');*/
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  /*font-size: 3em;*/
  align-content: center;
}

.content {
  position: relative;
  z-index: 1;
  padding: 20px;
  margin: 50px 0;
}

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slider-anno {
  color: rgba(255, 255, 255, 0.54);
  /*font-weight: 600;*/
  font-size: larger;
}

a.slider-btn {
  padding: 15px;
  color: #eeeeee;
  border: 1px solid #eeeeee;
  border-radius: 30px;
  text-decoration: none;
}

a.block-btn {
  width: fit-content;
  display: block;
  MARGIN: 20px 0px;
  font-weight: 600;
  padding: 15px;
  color: #ffffff;
  border: 1px solid #162c3a;
  background-color: #162c3a;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}

a.block-btn:hover {
  width: fit-content;
  display: block;
  MARGIN: 20px 0px;
  font-weight: 600;
  padding: 15px;
  color: #162c3a;
  border: 1px solid #162c3a;
  background-color: rgba(247,247,247,0.6);
  border-radius: 30px;
  text-decoration: none;
}

.slider-btn-place {
  margin: 35px;
}

.block.block-black {
  background-color: #000000;
}

.blocks-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-evenly;
}

.blocks-menu a {
  color: #ffffff;
  text-decoration: none;
}

.blocks-menu-item {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  margin: 20px;
}

.collection .blocks-menu-item {
  margin: 20px;
}

@media (max-width: 767px) {
  .blocks-menu-item {
    /*display: inline-block;*/
    /*position: relative;*/
    /*max-width: 100%;*/
    /*vertical-align: middle;*/
    /*-webkit-backface-visibility: hidden;*/
    margin: 5px;
  }
}

.blocks-menu-item:hover {
}

.blocks-menu-item-heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s ease-in-out;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border: 10px #828282 solid;
}

.collection .blocks-menu-item-heading {
  border: none;
  background: rgba(3, 3, 3, .3);
  /*backdrop-filter: blur(0px);*/
  /*-webkit-backdrop-filter: blur(0px);*/
  /*justify-content: end;*/
  text-align: right;
}

.collection .blocks-menu-item-heading:hover {
}

.collection .blocks-menu-item-heading {
}

@media (max-width: 767px) {
  .blocks-menu-item-heading {
    border: 5px #828282 solid;
  }
}

.blocks-menu-item-heading:hover > h3 {
  background: rgba(255,255,255,0);
  /*backdrop-filter: blur(0px);*/
  /*-webkit-backdrop-filter: blur(0px);*/
  /*border: 0px #ffffff solid;*/
  scale: 1;
  /*top: 0px;*/
}

.blocks-menu-item-heading:hover {
  background: rgba(255,255,255,0);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  border: 10px #ffffff solid;
  /*scale: 1.2;*/
}

.collection .blocks-menu-item-heading:hover > h3 {
  text-shadow: 0px 0px 6px #000000;
  bottom: 100px;
  color: #ffffff;
}

.collection .blocks-menu-item-heading:hover {
  background: rgba(255,255,255,0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border: 0px #ffffff solid;
  scale: 1.2;
}

@media (max-width: 767px) {
  .blocks-menu-item-heading:hover {
    border: 5px #ffffff solid;
  }
}

.blocks-menu-item-heading:hover .blocks-menu-item-place {
  background-color: #ffffff;
}

.blocks-menu-item-heading h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}

.collection .blocks-menu-item-heading h3 {
  color: #cccccc;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 32px;
  text-shadow: 0px 0px 0px #000000;
  transition: 0.5s ease-in-out;
  bottom: 0px;
  position: fixed;
}

.collection .blocks-menu-item-heading h3 span {
  color: #ff0000;
  text-transform: lowercase;
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 767px) {
  .blocks-menu-item-heading h3 {
    /*color: #ffffff;*/
    /*text-transform: uppercase;*/
    /*font-weight: 600;*/
    font-size: 1em;
  }
}

.blocks-menu-item-overlay-frame {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.blocks-menu-item-overlay-frame {
  /*background: rgba(255,255,255,0);*/
}

.collection .blocks-menu-item-overlay-frame {
  box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
  background: initial;
}

.blocks-menu-item-heading:hover > .blocks-menu-item-overlay-frame {
  box-shadow: 0px 0px 20px rgba(0,0,0,1);
}

.blocks-menu-item-img {
  width: 100%;
  /*max-width: 350px;*/
}

.collection .blocks-menu-item-img {
}

@media (max-width: 767px) {
  .blocks-menu-item-img {
    max-width: 35vw;
  }
}

@media (max-width: 767px) {
  .collection .blocks-menu-item-img {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .collection .blocks-menu-item-img {
    /*max-width: 50%;*/
  }
}

.block-inlay-wrapper {
  display: flex;
  max-width: 90%;
  /*height: 90%;*/
  /*margin: auto;*/
  align-items: center;
}

.mgcms .block-inlay-wrapper {
  display: flex;
  max-width: 85%;
  height: 85%;
}

@media (max-width: 991px) {
  .mgcms .block-inlay-wrapper {
    display: flex;
    max-width: 96%;
    height: 100%;
  }
}

.block-inlay {
  display: flex;
  background-color: #ffffff;
  color: #162c3a;
  flex-direction: row;
  flex-wrap: wrap;
  /*margin: 25px;*/
  padding: 30px;
  justify-content: space-between;
  align-items: center;
}

.block-inlay {
  height: 90%;
  /*--uk-inverse: dark;*/
  background-color: rgba(255, 255, 255, .7);
  color: #1d1d1d;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, .1);
}

@media (max-width: 991px) {
  .mgcms .block-inlay {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.block-inlay :hover {
  /*background-image: radial-gradient(farthest-side at 50% 100%, rgba(247, 247, 247, .6) calc(100% - 1px), rgba(247, 247, 247, 0) 100%);*/
}

.block-inlay-img {
  width: 100%;
  /*max-width: 400px;*/
}

.mgcms .block-inlay-img {
  width: 60%;
  /*max-width: 400px;*/
}

@media (max-width: 767px) {
  .mgcms .block-inlay-img {
    width: 100%;
    /*max-width: 400px;*/
  }
}

.block-inlay-left {
  max-width: 40%;
}

@media (max-width: 767px) {
  .block-inlay-left {
    max-width: 100%;
  }
}

.block-inlay-right {
  width: 60%;
}

@media (max-width: 767px) {
  .mgcms .block-inlay-right {
    display: block;
  }
}

@media (max-width: 767px) {
  .block-inlay-right {
    display: none;
  }
}

.block-inlay-left, .block-inlay-right {
  /*margin: 30px;*/
  /*padding: 30px;*/
}

.block-inlay-wrapperp {
  margin-bottom: 30px;
}

.blocks-menu-item-place {
  max-width: 25%;
}

.collection .blocks-menu-item-place {
  max-width: 33%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .collection .blocks-menu-item-place {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.blocks-menu-category .blocks-menu-item-place {
  max-width: none;
}

.blocks-menu-category .blocks-menu-item {
  margin: 5px;
}

.blocks-menu-category .blocks-menu-item-heading h3 {
  font-size: inherit;
}

@media (max-width: 767px) {
  .blocks-menu-category .blocks-menu-item-heading h3 {
    font-size: 10px;
  }
}

.blocks-menu-items-row {
  display: flex;
}

.blocks-menu-category .blocks-menu-items-row {
  display: flex;
}

@media (max-width: 767px) {
  .blocks-menu-category .blocks-menu-items-row {
    display: flex;
  }
}

.blocks-menu-category .blocks-menu {
  padding: 0px 25px;
  max-width: fit-content;
  margin: auto;
  display: grid;
  grid-template: 1fr 1fr / 1fr 1fr 1fr 1fr;
  justify-items: center;
}

@media (max-width: 767px) {
  .blocks-menu-category .blocks-menu {
    padding: 0px 0px;
    max-width: none;
    display: flex;
    /*grid-template: 1fr 1fr 1fr 1fr / 1fr 1fr;*/
    /*justify-items: center;*/
    /*gap: 0px;*/
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.block-inlay-left {
  padding-right: 20px;
}

.mgcms .block-inlay-left {
  max-width: 60%;
  display: flex;
  flex-direction: column;
  min-height: 50%;
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .mgcms .block-inlay-left {
    max-width: 100%;
  }
}

.block-inlay-right {
  padding-left: 20px;
}

.mgcms .block-inlay-right {
  max-width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .mgcms .block-inlay-right {
    max-width: 100%;
    text-align: center;
  }
}

.section-wrapper.catelog-series {
  /*max-height: none;*/
}

/* ------------------------- warranty --------------------------- */

.warranty .warranty-wrapper {
  display: flex;
  /*margin: 25px;*/
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.warranty hr {
  max-width: 60%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: rgba(0,0,0,0.2);
}

.warranty-avoid hr {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: rgb(191, 83, 74);
}

.warranty .warranty-avoid h3 {
  color: rgb(191, 83, 74);
  text-shadow: 0px 0px 10px rgba(191, 83, 74, 0.2);
}

.warranty .warranty-block p {
  margin-right: 10px;
}

.warranty .warranty-block.warranty-avoid {
  /*display: flex;*/
  /*width: 100%;*/
  /*border: solid 1px #cccccc;*/
  /*margin: 15px;*/
  /*float: right;*/
  /*margin: 0 7px 7px 7px;*/
  /*flex-direction: row;*/
  /*flex-wrap: wrap;*/
  box-shadow: none;
}

.warranty .warranty-block {
  width: 43.5%;
  margin: 30px;
}

@media (max-width: 991px) {
  .warranty .warranty-block {
    width: 100%;
    margin: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
}

.warranty .warranty-block, .warranty .warranty-block-list {
  padding: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.warranty .width-100 {
  width: 100%;
}

@media (max-width: 991px) {
  .warranty .warranty-block-list {
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
}

.warranty .warranty-avoid .warranty-block {
  width: 45%;
  box-shadow: none;
}

@media (max-width: 991px) {
  .warranty .warranty-avoid .warranty-block {
    width: auto;
    margin: 0px;
    box-shadow: none;
  }
}

.warranty .warranty-avoid {
  width: 100%;
  margin: 30px;
  box-shadow: 0px 0px 20px rgba(255,0,0,0.4);
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .warranty .warranty-avoid {
    width: 100%;
    margin: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    padding-bottom: 30px;
  }
}

.warranty-block-inlay-list {
  display: flex;
  flex-direction: row;
  /*padding: 15px;*/
  align-items: center;
  border-bottom: solid 1px rgba(0,0,0,0.2);
}

.warranty-block-inlay {
  display: flex;
  flex-direction: row;
  padding: 15px;
  align-items: center;
}

.warranty-avoid .warranty-block-inlay {
  padding: 0;
  align-items: center;
}

.warranty-block-inlay-list .warranty-block-inlay-icon svg {
  height: 35px;
  width: 35px;
  /*aspect-ratio: 1 / 1;*/
  /*color: rgb(143, 147, 67);*/
  /*fill: rgb(143, 147, 67);*/
}

.warranty-block-inlay-icon svg {
  width: 45px;
  height: 45px;
  color: rgb(143, 147, 67);
}

.warranty-avoid .warranty-block-inlay-icon svg {
  width: 45px;
  height: 45px;
  color: #bf534a;
}

.warranty-block-inlay-list .warranty-block-inlay-icon {
  margin: 5px 0px 0px 10px;
}

@media (max-width: 991px) {
  .warranty-block-inlay-list .warranty-block-inlay-icon {
    margin: 5px 0px 0px 0px;
  }
}

.warranty-block-inlay-icon, .warranty-block-inlay-content {
  margin: 15px 0px 0px 15px;
}

@media (max-width: 991px) {
  .warranty-block-inlay-icon, .warranty-block-inlay-content {
    margin: 5px 0px 0px 10px;
  }
}

.warranty-block-inlay-content {
}

.warranty .block-highlight {
  margin: 40px;
  padding: 25px;
  background-color: rgba(0,0,0,0.1);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}

@media (max-width: 991px) {
  .warranty .block-highlight {
    margin: 15px;
    padding: 15px;
    /*border: solid 1px #ccc;*/
    background-color: rgba(0,0,0,0.1);
    /*box-shadow: 0px 0px 20px rgba(0,0,0,0.7);*/
  }
}

.warranty .warranty-avoid .block-highlight {
  margin: 40px;
  padding: 30px;
  background-color: rgb(191,83,74,0.1);
  box-shadow: 0px 0px 20px rgba(255,20,0,0.1);
  border: solid 1px rgb(191,83,74);
}

@media (max-width: 991px) {
  .warranty .warranty-avoid .block-highlight {
    margin: 15px;
    padding: 20px;
    background-color: rgb(191,83,74,0.1);
    box-shadow: 0px 0px 10px rgba(255,20,0,0.1);
    border: solid 1px rgb(191,83,74);
  }
}

.block-highlight h3 {
  color: #8f9343;
}

.block-highlight hr {
  border: solid 1px rgba(3,3,3,0.3);
  border-bottom: none;
}

.warranty-avoid .block-highlight h3 {
  color: #bf534a;
}

.block-highlight h3 {
  color: #8f9343;
}

.warranty-block.warranty-avoid {
  width: 100%;
  padding: 30px;
}

.warranty-block-inlay-wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}

@media (max-width: 991px) {
  .warranty-block-inlay-wrapper {
    display: flex;
    flex-direction: column;
  }
}

.warranty-block-heading {
  font-weight: bold;
  margin: 25px;
  margin-bottom: 0px;
}

.mgcms-block-heading {
  font-weight: bold;
  margin: 30px;
  margin-left: 0px;
  margin-bottom: 100px;
  /*top: 0;*/
  /*margin-top: 0px;*/
  /*max-width: 50%;*/
  background: linear-gradient(90deg,rgba(255, 0, 0, 1) 0%, rgba(199, 87, 87, 1) 50%, rgba(237, 83, 83, 0) 100%);;
}

@media (max-width: 991px) {
  .mgcms-block-heading {
    margin: 0px;
    margin-bottom: 40px;
    max-width: 75%;
  }
}

@media (max-width: 767px) {
  .mgcms-block-heading {
    max-width: 100%;
  }
}

.no-border {
  border: none;
}

.warranty h3 {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.mgcms-block-img img {
  /*opacity: 0.2;*/
}

.mgcms-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.mgcms-background {
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  /*height: auto;*/
  position: absolute;
  opacity: 0.2;
}

.mgcms-block-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  margin: 30px 0px;
}

@media (max-width: 767px) {
  .mgcms-block-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    /*margin: 30px 10px;*/
  }
}

.warranty-block-heading h1 {
  padding: 15px;
}

.mgcms-block {
  display: flex;
  width: 50%;
  padding: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .mgcms-block {
    /*display: flex;*/
    width: 100%;
    /*padding: 20px;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
    /*flex-wrap: wrap;*/
  }
}

.mgcms-block.mgcms-block-img {
  width: 20%;
  height: fit-content;
}

@media (max-width: 767px) {
  .mgcms-block.mgcms-block-img {
    width: 60%;
  }
}

.mgcms-block .mgcms-block-img {
  width: 62%;
  aspect-ratio: 1/ 1.5;
  /*height: 100%;*/
}

.mgcms-block .mgcms-block-img {
  width: 100%;
  height: auto;
  /*border: 12px solid rgba(3, 3, 3, 0.1);*/
  /*position: absolute;*/
}

.mgcms-block-content {
  height: fit-content;
  margin-left: 40px;
}

@media (max-width: 767px) {
  .mgcms-block-content {
    margin-left: 10px;
  }
}

.mgcms-block-content p {
  width: 100%;
}

.mgcms h1 {
  margin: 20px;
  font-weight: 600;
  color: #eeeeee;
}