@font-face {
  font-family: 'adventure';
  src:  url("../fonts/AdventureC.woff2") format("woff2");
}

.header-root-2P7 {
  display: grid;
  grid-auto-columns: 100%;
  justify-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
  --header-height: 5rem;
}
.header-rootHeader-1rw {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 0;
  top: 80px;
  width: 100%;
  border-top: 3px solid #fc682e;
  transition: 0.44s opacity, 0.44s visibility;
}
.header-rootHeader-1rw ul li:first-of-type {
  display: none;
}
.header-rootCategory-3QI {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}
.header-closeCategory-3Q6 {
  display: none;
}
body .header-rootHeader-1rw ul {
  border-bottom: 0;
  padding-bottom: 0;
  margin-right: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
body .header-rootHeader-1rw ul li {
  background: #232120;
  margin-left: 0;
  margin-right: 0;
  padding-top: 50px;
  padding-bottom: 10px;
  border-right: 1px solid rgba(208, 207, 206, 0.5);
  padding-left: 10px;
  padding-right: 10px;
}
body .header-rootHeader-1rw ul li:last-child {
  border-right: 0;
}
body .header-rootHeader-1rw ul li a {
  align-items: center;
  display: flex;
  flex: auto;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  flex-direction: column;
}

body .header-rootHeader-1rw ul li a span:hover {
  color: #fff;
}
body .header-rootHeader-1rw ul li:first-child a span {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: 400 !important;
}
body .header-rootHeader-1rw ul li:hover a span {
  color: #fc682e !important;
}
body .header-rootHeader-1rw ul li a span {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 33px;
  white-space: nowrap;
  position: relative;
  transition: none;
}
body .header-rootHeader-1rw ul li a span {
  transition: 0.3s all;
}
body .header-rootHeader-1rw ul li a span:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fc682e;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 5px;
}

.header-rootHeader-1rw ul li img {
  height: 184px;
  object-fit: cover;
  max-width: 100%;
}

.header-switchersContainer-pY1 {
  display: none;
}

.header-open-1Mb {
}

.header-closed-a_N {
}

.header-toolbar-gsU {
  position: relative;
  z-index: 3;
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 3.5rem;
  padding: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 641px) {
  .header-switchers-1aF {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    z-index: 11;
    margin: 0 auto;
  }

  .header-switchersContainer-pY1 {
    display: block;
    width: 100%;
  }

  .header-toolbar-gsU {
    grid-template-areas: 'primary title secondary';
    grid-template-columns: auto auto 1fr;
    min-height: 5rem;
    padding: 0 0;
  }
}

.header-logo-1Bk {
  grid-area: title;
}

.header-primaryActions-2bB {
  width: 100%;
  height: 100%;
  background: #3b3937;
}
.header-primaryActions-2bB ul {
  display: flex;
  justify-content: flex-end;
  margin-right: 2%;
}
.header-primaryActions-2bB ul li {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #d0cfce;
  margin-right: 28px;
  margin-left: 28px;
}
@media screen and (min-width: 1025px) {
  .header-primaryActions-2bB ul .header-linkToCategorylist-ihq:hover .header-linkToCategory-3uf + .header-rootHeader-1rw {
    opacity: 1;
    visibility: visible;
  }
}

.header-linkToCategory-3uf:before {
  position: absolute;
  content: '';
  bottom: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fc682e transparent;
  margin-left: 33px;
  visibility: hidden;
  opacity: 0;
  transition: 0.44s opacity, 0.44s visibility;
}

.header-linkToCategory-3uf:hover:before {
  visibility: visible;
  opacity: 1;
}

.header-secondaryActions-1if {
  display: flex;
  grid-auto-flow: column;
  justify-items: end;
  align-items: center;
  justify-self: end;
  width: 0%;
  background: #232120;
  height: 100%;
}
.header-widgetFirst-3GY {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding-left: 2%;
  position: relative;
}
.header-widgetFirst-3GY > div {
  margin-left: 10%;
  margin-right: 10%;
}
.header-dt-gFW {
  display: flex;
}
.header-widgetSecondary-2La {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
}
.header-widgetSecondary-2La > div {
  margin-left: 27px;
  margin-right: 27px;
}
.header-widgetSecondary-2La > div:last-child {
  margin-right: 0;
  margin-left: 15px;
}
.header-toolbarContainerLeft-9Lj {
  width: 100%;
  height: 100%;
  background: #3b3937;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
.header-toolbarContainerRight-1K7 {
  width: 100%;
  height: 100%;
  background: #232120;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: auto;
  max-width: 960px;
  padding-right: 60px;
}

@media (min-width: 641px) {
  .header-secondaryActions-1if {
    column-gap: 1rem;
  }
}

.header-searchFallback-3bF {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
  padding: 0 1rem;
}

.header-input-2Ad {
  max-width: 24rem;
}

.header-loader-2pg,
.header-loader-2pg:before,
.header-loader-2pg:after {
  --dot-size: 2em;
  --dot-font-size: 6px;
  --dot-shadow-offset: calc(-1 * var(--dot-size) + var(--dot-font-size));
  border-radius: 50%;
  width: var(--dot-size);
  height: var(--dot-size);
  animation: header-pulse-10f 1.8s infinite ease-in-out;
  animation-fill-mode: both;
}

.header-loader-2pg {
  font-size: var(--dot-font-size);
  margin: var(--dot-shadow-offset) auto 0;
  position: relative;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.header-loader-2pg:before,
.header-loader-2pg:after {
  content: '';
  position: absolute;
  top: 0;
}

.header-loader-2pg:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.header-loader-2pg:after {
  left: 3.5em;
}
@media screen and (max-width: 1300px) {
  .header-widgetSecondary-2La > div {
    margin-left: 0;
    margin-right: 0;
  }
  .header-toolbarContainerLeft-9Lj {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .header-toolbar-gsU {
    background: #3b3937;
    min-height: 55px;
  }
  .header-toolbarContainerRight-1K7 {
    background: #3b3937;
    padding-right: 0;
  }
  .header-widgetSecondary-2La > div:last-child {
    margin-left: 10px;
  }
  .header-widgetSecondary-2La > div {
    margin-top: 3px;
  }
}

@media screen and (max-width: 767px) {
  .header-primaryActions-2bB ul li {
    font-size: 12px;
    line-height: 16px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .header-logo-1Bk {
    max-width: 110px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 374px) {
  .image-root-1wp {
    margin-right: 5px;
  }

  .header-logo-1Bk {
    max-width: 85px;
  }
}
.categoryTree-tree-VeU {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(208, 207, 206, 0.3);
}

body .header-rootHeader-1rw ul li {
  background: #232120;
  margin-left: 0;
  margin-right: 0;
  padding-top: 50px;
  padding-bottom: 10px;
  border-right: 1px solid rgba(208, 207, 206, 0.5);
  padding-left: 10px;
  padding-right: 10px;
}

.categoryTree-tree-VeU li:first-of-type {
  display: none;
}

.header-rootHeader-1rw ul li:first-of-type {
  display: none;
}

.categoryLeaf-target-Q7L {
  align-items: center;
  display: flex;
  flex: auto;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.categoryLeaf-text-2c- {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  transition: all 0.3s;
  color: #ffffff;
}

body .header-rootHeader-1rw ul li a span {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 33px;
  white-space: nowrap;
  position: relative;
  transition: none;
}

body .header-rootHeader-1rw ul li a span {
  transition: 0.3s all;
}

body .header-rootHeader-1rw ul li:first-child a span {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: 400 !important;
}

.categoryLeaf-root-14A:first-child .categoryLeaf-text-2c- {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #fc682e;
}

body .header-rootHeader-1rw ul li a {
  align-items: center;
  display: flex;
  flex: auto;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  flex-direction: column;
}

body .header-rootHeader-1rw ul {
 border-bottom: 0;
 padding-bottom: 0;
 margin-right: 0;
 display: grid;
 grid-template-columns: repeat(3, 1fr);
}

.image-placeholder_layoutOnly-1-B {
  background-color: unset;
}



.landing__wrapper {
  position: relative;
}

.landing__wrapper .section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing__wrapper .is-italic {
  font-style: italic;
}

.landing__wrapper .banner-about {
  position: relative;
  z-index: 1;
}

.landing__wrapper .banner-about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

.landing__wrapper .content-section {
  position: relative;
  z-index: 2;
  max-width: 800px;
  width: 100%;
  padding: 20px;
}

.landing__wrapper .content-section p {
  margin: 0 0 20px;
  font-size: 17px;
}

.landing__wrapper .content-section p.is-bigger {
  font-size: 20px;
}

.landing__wrapper .play-button {
  display: block;
  margin: 20px auto 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.landing__wrapper .play-button:hover .play-button__circle {
  opacity: .8;
}

.landing__wrapper .play-button__circle {
  display: block;
  margin: 0 auto 20px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .25s;
}

.landing__wrapper .play-button__triangle {
  border: 10px solid transparent;
  border-left: 15px solid #f38230;
  transform: translateX(7px);
}

.landing__wrapper .play-button span {
  display: block;
  padding: 0 0 20px;
  font-size: 14px;
  color: #fff;
}

.landing__wrapper .scroll-down {
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .25s;
}

.landing__wrapper .scroll-down:hover {
  border: 1px solid rgba(255, 255, 255, 0);
}

.points {
  width: 100%;
}

.points__container {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-height: 100vh;
}

.points__container.is-reversed {
  flex-direction: row-reverse;
}

.points__img,
.points__content {
  max-width: 50%;
  width: 100%;
}

.points__img {
  position: relative;
}

.points__img.is-grid {
  display: flex;
  flex-wrap: wrap;
}

.points__picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.points__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.points__content {
  padding: 70px 6vw 70px 80px;
  -ms-grid-row-align: center;
  align-self: center;
}

.points__content li,
.points__content p {
  font-size: 14px;
}

.points__content li:last-child,
.points__content p:last-child {
  margin: 0;
}

.points__content p {
  margin: 0 0 20px;
  line-height: 1.5;
}

.points__content p.is-bolder {
  font-family: 'gotham-medium-webfont', sans-serif;
}

.points__content p.is-margin-reset {
  margin: 0;
}

.points__subtitle {
  font-size: 20px;
  transition: color .25s;
}

.points__list {
  margin: 0 0 25px;
}

.points__list__item {
  text-indent: 20px;
  position: relative;
}

.points__list__item::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  background-color: #000;
}

.points__buttons {
  padding: 30px 0 0;
}

.points__buttons .button {
  border-radius: 30px;
  display: inline-block;
  padding: 10px 10px;
  color: #f38230;
  border: 2px solid #f38230;
  background-color: #fff;
  display: inline-block;
  align-items: center;
  margin: 0 0 10px;
  font-family: 'gotham-black-webfont', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .25s;
}

.points__buttons .button:hover {
  color: #fff;
  background-color: #f38230;
}

.points__buttons .button:last-child {
  margin: 0;
}

.points__buttons .button.is-play {
  display: flex;
}

.points__buttons .button.is-play svg {
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  display: block;
}

.points__buttons .button.is-orange {
  color: #fff;
  background-color: #f38230;
}

.points__buttons .button.is-orange path {
  fill: #fff;
}

.points__buttons .button.is-orange:hover {
  color: #f38230;
  background-color: #fff;
}

.points__buttons .button.is-orange:hover path {
  fill: #f38230;
}

.tab {
  margin: 0 0 20px;
  cursor: pointer;
}

.tab:hover:not(.is-active) .points__subtitle,
.tab.is-active .points__subtitle {
  color: #f38230;
}

.tab .points__subtitle {
  padding: 0 40px 0 0;
  position: relative;
}

.tab .points__subtitle::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #f38230;
  border-left: 2px solid #f38230;
  transform: rotate(-135deg) translate(0, -50%);
}

.tab__list {
  padding: 20px 0;
  display: none;
}

.tab__list__item {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tab__list__item p {
  max-width: calc(100% - 35px);
}

.tab__list__item:last-child {
  margin: 0;
}

.tab__list__img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  background-color: #000;
  border-radius: 50%;
  max-width: 35px;
  height: 35px;
  width: 100%;
  margin: 0 15px 0 0;
}

.img-grid__item {
  max-width: 50%;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.img-grid__item picture {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.img-grid__item picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}

.img-grid__item picture>img {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.img-grid__text {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.img-grid__text img {
  margin: 0 auto 30px;
  display: block;
  opacity: 0;
  transition: 0.3s;
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.img-grid__text>p {
  color: #fff;
  font-size: 14px;
  font-family: 'gotham-black-webfont', sans-serif;
  text-transform: uppercase;
  text-align: center;
  transition: 0.3s;
}

.img-grid__text>p.is-orange {
  color: #f38230;
}

.img-grid__text>p.is-info {
  opacity: 0;
  font-family: 'gotham-book-webfont', sans-serif;
  text-transform: none;
  padding: 30px 0 0;
  transition: 0.3s;
  min-height: 192px;
}

.img-grid__item:hover picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.91);
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s;
}

.img-grid__item:hover picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.91);
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}

.img-grid__item:hover .img-grid__text img {
  opacity: 1;
}

.img-grid__item:hover .is-info {
  opacity: 1 !important;
}

@media(max-width: 1200px) {
  .img-grid__text img {
    margin: 0 auto 30px;
    display: block;
    opacity: 0;
    transition: 0.3s;
    max-height: 100px;
    max-width: 100px;
  }
}

@media(max-width: 500px) {

  .img-grid__item picture:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.71);
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
  }

  .img-grid__item .img-grid__text img {
    opacity: 1;
    max-width: 110px;
  }

  .img-grid__item .is-info {
    opacity: 1 !important;
  }

  .img-grid__item {
    max-width: 50%;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: auto;
    padding: 20px 0px;
  }

  .img-grid__item picture {
    position: absolute;
    max-height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
  }

  .img-grid__text {
    position: relative;
    height: auto;
    z-index: 2;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
  }

  .img-grid__text>p.is-info {
    opacity: 0;
    font-family: 'gotham-book-webfont', sans-serif;
    text-transform: none;
    padding: 10px 0 0;
    transition: 0.3s;
    max-width: 250px;
    margin: 0px auto;
  }
}

.title {
  width: 100%;
}

.title.is-section {
  padding: 45px 0;
  text-align: center;
}

.title.is-section h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.title.is-black {
  background-color: #000;
}

.title.is-black h2,
.title.is-black p,
.title.is-black span {
  color: #fff;
}

.title.is-grey {
  background-color: #eaeeef;
}

.title.is-margin {
  margin: 0 0 20px;
}

.title__content {
  padding: 0 20px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.title h2,
.title h3 {
  font-size: 27px;
  padding: 0 0 20px;
  margin: 0 0 30px;
  position: relative;
  font-family: 'gotham-black-webfont', sans-serif;
  text-transform: uppercase;
}

.title h2::after,
.title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 6px;
  background-color: #f38230;
}

.title p {
  font-size: 20px;
  margin: 0 0 5px;
  font-family: 'adventure';
}

.title p span {
  font-family: 'gotham-book-webfont', sans-serif;
}

.compare .comparison {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px 60px;
}

.compare .comparison-prod .table-row {
  flex-wrap: wrap;
  justify-content: center;
}

.compare .comparison-prod .col-1 {
  width: 100%;
  background-color: #f5f7f7;
}

.compare .comparison-prod .col-2 {
  background-color: #fff;
}

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

.accessory__block {
  max-width: 50%;
  width: 100%;
  background-color: #ebebeb;
  text-align: left;
  padding: 80px 4vw 110px 8vw;
}

.accessory__block:last-child {
  padding: 80px 8vw 110px 4vw;
}

.accessory__block.is-grey {
  background-color: #1d1d1d;
}

.accessory__block.is-grey .title__content h2,
.accessory__block.is-grey .title__content h3,
.accessory__block.is-grey .title__content p {
  color: #fff;
}

.accessory__block.is-grey li {
  color: #fff;
}

.accessory__block.is-grey li::before {
  background-color: #fff;
}

.accessory__block p,
.accessory__block li {
  font-size: 14px;
}

.accessory__block p.is-adventure {
  font-family: 'adventure';
  font-size: 20px;
}

.accessory__header {
  position: relative;
  z-index: 1;
}

.accessory__header .title__content {
  max-width: 280px;
  padding: 0;
  margin: 0 0 20px;
}

.accessory__header .title__content p {
  font-size: 19px;
}

.accessory__img {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 4vh;
}

.question__container {
  padding: 0 0 125px;
  background-color: #eaeeef;
}

.question__slider {
  margin: 0 !important;
}

.question__slider .slick-list {
  padding: 0 !important;
}

.question__slider .slick-track {
  display: flex !important;
  align-items: stretch;
  justify-content: space-between;
}

.question__slider .slick-slide {
  height: auto;
}

.question__slider .slick-slide>div {
  height: 100%;
}

.question__slider .slick-dots {
  bottom: -65px;
}

.question__slider .slick-dots li {
  margin: 0 10px;
}

.question__slider .slick-dots li.slick-active button {
  border: 2px solid #232120;
  background-color: transparent;
}

.question__slider .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #232120;
  border: 2px solid #232120;
}

.question__slider .slick-dots li button::before {
  display: none;
}

.question__slide {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.question__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
  width: 100%;
  height: 100%;
}

.question__slide__img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.question__slide__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 12vh 8vw;
}

.question__slide__text {
  text-align: center;
  font-family: 'gotham-black-webfont', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1.414px 1.414px 1.6px rgba(0, 0, 0, 0.5);
}

.sidebar {
  position: fixed;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.sidebar__naming {
  color: #fff;
  border-radius: 30px;
  background-color: #373737;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar__naming-wr {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  right: 100%;
  top: 50%;
  width: auto;
  height: 100%;
  transform: translate(0, -50%);
  pointer-events: none;
  padding: 0 20px 0;
  opacity: 0;
  transition: opacity .25s;
}

.sidebar__list__item {
  position: relative;
  width: 55px;
  height: 50px;
  background-color: #1f1d1e;
  cursor: pointer;
  transition: all .25s;
}

.sidebar__list__item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar__list__item svg {
  width: 25px;
  height: 25px;
  display: block;
}

.sidebar__list__item path {
  fill: #fff;
}

.sidebar__list__item.is-current {
  background-color: #fff;
}

.sidebar__list__item.is-current path {
  fill: #1f1d1e;
}

.sidebar__list__item.is-current .sidebar__naming {
  background-color: #fff;
  color: #373737;
}

.sidebar__list__item.is-cart,
.sidebar__list__item.is-cart.is-current {
  background-color: #f38230;
}

.sidebar__list__item.is-cart .sidebar__naming,
.sidebar__list__item.is-cart.is-current .sidebar__naming {
  background-color: #f38230;
}

.sidebar__list__item.is-cart path,
.sidebar__list__item.is-cart.is-current path {
  fill: #fff;
}

.sidebar__list__item.is-cart:hover,
.sidebar__list__item.is-cart.is-current:hover {
  background-color: #f38230;
}

.sidebar__list__item.is-cart:hover .sidebar__naming,
.sidebar__list__item.is-cart.is-current:hover .sidebar__naming {
  background-color: #f38230;
  color: #fff;
}

.sidebar__list__item:hover {
  background-color: #373737;
}

.sidebar__list__item:hover.is-current {
  background-color: #fff;
}

.sidebar__list__item:hover.is-current .sidebar__naming {
  background-color: #fff;
  color: #373737;
}

.sidebar__list__item:hover .sidebar__naming-wr {
  opacity: 1;
  pointer-events: auto;
}

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  display: none;
}

.video-popup__layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.video-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  top: 0px;
  right: -50px;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

.video-popup__close::before,
.video-popup__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.video-popup__close::before {
  transform: rotate(45deg);
}

.video-popup__close::after {
  transform: rotate(-45deg);
}

.video-popup__content {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - 200px);
  height: calc(100vh - 60px);
}

.video-popup__content iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: contain;
}

@media (max-width: 1199px) {
  .landing__wrapper .banner-about {
    background-size: cover;
    background-position: 50% 50%;
  }

  .accessory__block {
    padding: 60px 4vw 80px 4vw;
  }

  .accessory__block:last-child {
    padding: 60px 4vw 80px 4vw;
  }

  .accessory__header .title__content {
    max-width: calc(100% - 230px);
  }

  .accessory__img {
    top: 0;
    right: 0;
  }
}

@media (max-width: 1023px) {

  .title h2,
  .title h3 {
    font-size: 22px;
  }

  .title p {
    font-size: 18px;
  }

  .compare .comparison {
    padding: 0 20px;
  }

  .compare .comparison .comparison-table {
    margin: 0;
  }

  .compare .comparison-prod .col-2 {
    width: 25%;
  }

  .points__container {
    flex-direction: column;
  }

  .points__container.is-reversed {
    flex-direction: column;
  }

  .points__content {
    max-width: 100%;
    padding: 30px;
  }

  .points__img {
    min-height: 300px;
    max-width: 100%;
  }

  .points__subtitle {
    font-size: 18px;
  }

  .accessory__content {
    flex-direction: column;
  }

  .accessory__block {
    max-width: 100%;
  }

  .accessory__block .points__list {
    max-width: calc(100% - 230px);
  }

  .question__slide__content {
    padding: 4vh 4vw;
  }

  .question__slide__text {
    font-size: 16px;
  }

  .landing__wrapper .play-button__circle {
    width: 50px;
    height: 50px;
  }

  .video-popup__close {
    right: -35px;
  }

  .video-popup__content {
    height: 400px;
    width: calc(100vw - 100px);
  }
}

@media (max-width: 767px) {
  .title.is-section {
    padding: 20px 0;
  }

  .title h2,
  .title h3 {
    font-size: 18px;
  }

  .title p {
    font-size: 16px;
  }

  .img-grid__item {
    max-width: 100%;
  }

  .img-grid__text>p {
    font-size: 12px;
  }

  .points__subtitle {
    font-size: 14px;
  }

  .points__content p,
  .points__content li {
    font-size: 14px;
  }

  .points__buttons .button {
    font-size: 10px;
  }

  .points__buttons .button.is-play {
    display: flex;
  }

  .points__buttons .button.is-play svg {
    width: 30px;
    height: 30px;
  }

  .compare .comparison {
    padding: 0 20px;
    overflow: auto;
  }

  .compare .comparison .comparison-table {
    margin: 0;
    width: 900px;
    max-width: initial;
    overflow: auto;
  }

  .landing__wrapper .content-section p {
    font-size: 14px;
  }

  .landing__wrapper .content-section p.is-bigger {
    font-size: 16px;
  }

  .video-popup__content {
    height: 350px;
    width: calc(100vw - 100px);
  }
}

@media (max-width: 639px) {
  .accessory__img {
    display: none;
  }

  .accessory__header .title__content {
    max-width: 100%;
  }

  .accessory__block {
    max-width: 100%;
  }

  .accessory__block .points__list {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .pad0 {
    padding: 30px 6vw 70px 30px !important;
  }
}

.shop .mini {
  max-height: 35px;
}

.shop .allo {
  max-width: 84px;
}

@media only screen and (max-width: 535px) {
  .shop .allo {
    max-width: 50px !important;
  }
}

.detail-product {
  position: relative;
  padding-bottom: 60px;
  margin-top: 0px !important;
  max-height: calc(100vh - 125px);
  min-height: unset !important;
}

.bloc-product {

  max-height: calc(100vh - 125px);
  min-height: unset !important;
}

.product-detai-content_my {
  padding: 30px 50px 30px !important;
}

@media only screen and (max-height: 1000px) {
  .product-description {

    margin: 0 0 0px !important;

  }
}

@media only screen and (max-height: 1000px) {
  .product-description {
    margin: 0 0 0px !important;
  }

  .my_product .product {
    padding: 20px 15% 20px !important;
  }

  .product img {
    max-width: 350px !important;
  }
}

@media (max-width: 1300px) {
  .img-grid__text>p.is-info{
    min-height: 107px;
  }
  .img-grid__text img {
    width: 53px;
    height: 53px;
    object-fit: contain;
  }
  .img-grid__text {
    padding: 0 5px;
    height: 50vh;
  }
  .img-grid__text > p {
    font-size: 9px !important;
  }
  .product-detai-content_my {
    padding: 30px 30px 30px !important;
  }
}
@media (max-width: 1023px) {
  .img-grid__text {
    padding: 0 5px;
    height: auto;
  }
}
/*@media (max-width: 768px) {*/
/*  .shop a {*/
/*    max-width: 33%;*/
/*    width: 100%;*/
/*  }*/

/*  .shop img {*/
/*    max-width: 81%;*/
/*    width: 100%;*/
/*    max-height: 50px;*/
/*    margin: 0px auto;*/
/*    -o-object-fit: contain;*/
/*    object-fit: contain;*/
/*    display: block;*/
/*  }*/
/*}*/





.landing__wrapper_v0_2 .banner-about:after {
  display: none;
}

.landing__wrapper_v0_2 .banner-about {
  margin-top: 0px;
}

.landing__wrapper_v0_2 .is-italic {
  font-family: 'Libre Baskerville', serif;
}

.landing__wrapper_v0_2 .home .content-section p.is-bigger {
  font-size: 28px;
}

.landing__wrapper_v0_2 .banner-about .content-section {
  height: 58vh;
}

.landing__wrapper_v0_2 .play-button__circle {
  margin: 150px auto 20px;
}

.landing__wrapper_v0_2 .sidebar__list__item.is-current {
  background-color: #484848;
}

.landing__wrapper_v0_2 .banner-about_2 h1 {
  font-size: 24px;
}

.landing__wrapper_v0_2 .section {
  background: #232120;
}

@media only screen and (max-width: 1860px) {
  .home h1 {
    font-size: 50px !important;
  }
}

.landing__wrapper_v0_2 .banner-about_2 h1 {
  font-size: 24px;
  color: #f38230;
}

.landing__wrapper_v0_2 .block_3 .title img {
  margin-bottom: 22px;
}

.landing__wrapper_v0_2 .points__content p,
.points__content h2 {
  color: #fff;
}

.landing__wrapper_v0_2 .container_new {
  max-width: 470px;
}

.landing__wrapper_v0_2 .block_3 .points__img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing__wrapper_v0_2 .block_3 .points__img .container_new {
  position: relative;
  z-index: 1;
  height: 100vh;
  max-height: 480px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.landing__wrapper_v0_2 .block_3 .points__img .container_new h2 {
  font-size: 24px;
  color: #f38230;
  font-family: 'gotham-black-webfont', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.landing__wrapper_v0_2 .block_3 .points__img .container_new button {
  margin: 0px auto;
}

.landing__wrapper_v0_2 .block_4 .revers {
  flex-direction: row-reverse;
}


.compare_section {
  background: #fff;
  padding-top: 100px;
}

.landing__wrapper_v0_2 .compare_section h2 {
  font-size: 30px;
  color: #000;
  text-align: center;
  font-family: 'gotham-black-webfont', sans-serif;
  position: relative;
}

.landing__wrapper_v0_2 .compare_section h2:before {
  content: "";
  width: 50px;
  margin: 0 auto;
  border-bottom: 5px solid #f38230;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

.container_center {
  width: 100%;
  max-width: 1188px;
  margin: 0px auto;
}


.row_compare {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  align-items: flex-end;

}

.row_compare .info {
  width: 100%;
  max-width: 288px;
}

.compare_slider {

  width: 100%;
  max-width: 900px;
}

.compare_slide .img {
  max-width: 155px;
  margin: 0px auto;
  display: block;
  min-height: 153px;
  max-height: 150px;
  object-fit: cover;
}

.compare_slide {
  width: 100%;
  max-width: 300px;
}

.compare_slider .slick-slide {
  margin: 0 4px;
}

.compare_slide b {
  font-size: 18px;
  color: #f38230;
  font-family: 'gotham-black-webfont', sans-serif;
  text-transform: uppercase;
  text-align: center;
  max-width: 153px;
  margin: 15px auto;
  display: block;
  min-height: 70px;
}

.compare_slide button {
  width: 100%;
  max-width: 175px;
  justify-content: center;
  margin: 0px auto !important;
}

.compare_slide .points__buttons {
  padding: 0px 0 0;
  margin-bottom: 22px;
}

.row_compare .info p {
  color: #000;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 0px;
  min-height: 43px;
  font-family: 'gotham-black-webfont', sans-serif;
}

.row_compare .info p:nth-child(2n+1) {
  background: #f5f7f7;
}

.compare_slide p {
  color: #000;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 0px;
  min-height: 43px;
}

.compare_slide p:nth-child(2n+2) {
  background: #f5f7f7;
}

@media (max-height: 800px){
  .img-grid__text img{
    margin: 0 auto;
    width: 100px;
    height: 100px;
  }
  .img-grid__text>p.is-info{
    padding-top: 10px;
  }
}
@media (max-width: 1215px) {

  .home,
  .banner-about_2 {
    background-position: center !important;
  }

  .landing__wrapper_v0_2 .banner-about .content-section {
    height: 100vh;
  }

  .home h1 {
    font-size: 24px !important;
  }

  .landing__wrapper_v0_2 .block_3 .points__img .container_new {
    max-height: 50vh;
    padding: 20px;
  }

  .landing__wrapper_v0_2 .block_4 .revers {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }

  .landing__wrapper_v0_2 {
    position: relative;
    overflow-x: hidden;
  }

  .compare_section {

    padding-top: 40px;
  }

  .landing__wrapper_v0_2 .compare_section h2 {
    font-size: 24px;

  }

  .landing__wrapper_v0_2 .slick-list {
    padding: 0px 0px !important;
  }

  .row_compare {
    position: relative;
  }

  .row_compare .info {
    position: absolute;
    z-index: 1;
    height: 100%;
    padding-top: 312px;
    background: #fff;
    max-width: 50%;
    pointer-events: none;
  }

  .row_compare .info p {
    min-height: 60px;
    text-align: center;
  }

  .compare_slide p {
    min-height: 60px;
    text-align: center;
  }

  .slick-prev,
  .slick-next {
    /*display: none !important;*/
  }
}

.video_my {
  min-width: 100%;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

@media screen and (max-width: 1023px){
  .block_4 .video_my,
  .block_3 .video_my {
    position: static;
    transform: none;
  }
}

.landing__wrapper_v0_2 .banner-about_2 .content-section {
  height: 80vh;
}

.pop-up_iframe {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  z-index: 3;
  background: #000000d1;
  display: none;
}

.pop-up_iframe iframe {
  position: absolute;
  width: 90%;
  z-index: 3;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  border: 3px solid #656565;
}
.pop-up_iframe .close{
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 20px;
  background: url(../images_l/close222.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}

@media(max-width: 1400px){
  #home .video_my{
    transform: translate(-50%, calc(-50% - -140px ) );
  }

  .landing__wrapper_v0_2 .banner-about .content-section {
    height: 48vh;
  }
  .landing__wrapper  #home .play-button {
    /*margin: -120px auto 0;*/
  }
}

@media(max-width: 1000px){
  #home .video_my{
    transform: translate(-50%, calc(-50% - -124px ) );
  }
}
@media(max-width: 960px){
  #home .video_my{
    transform: translate(-50%, calc(-50% - -100px ) );
  }
}
@media(max-width: 480px){
  .landing__wrapper_v0_2 .shop {
    min-height: 46px;
  }
}
.row_revers .points__container{
  flex-direction: row-reverse;
}
@media(max-width: 1023px){
  .row_revers .points__container{
    flex-direction: column;
    justify-content: flex-start;
  }
  .points__content {
    margin: auto;
  }
}

.shops_modal{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 380px;
  margin: 20px auto 0px;
}
.shops_modal img{
  display: block;
  max-width: 150px;
}
.footer-root-2T7 {
  display: flex;
  background: #232120;
  flex-direction: column;
}

.footer-containerFooter-3oV {
  display: flex;
  width: 100%;
  min-height: 15rem;
  padding: 80px 15px;
}

.footer-callout-2j2 .footer-logo-3QF {
  top: -10px;
  height: 50px;
}

.footer-form-3ec {
  background-image: url(../images/bgFooterForm-rXy.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  grid-area: v;
}

.footer-formContainer-1oS {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 470px;
  height: 100%;
  margin: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.footer-form-3ec form {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 56px;
}

.footer-form-3ec form p {
  position: absolute;
  top: -25px;
  order: 1;
  width: 100%;
  text-align: center;
  color: red;
}

.footer-form-3ec form input {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 22px;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  background: transparent;
}

.footer-form-3ec form input:focus {
  outline: none;
  box-shadow: none;
}

.footer-form-3ec form input::placeholder {
  color: #ffffff;
}

.footer-form-3ec button {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 22px;
  height: 50px;
  margin-top: 40px;
  padding-right: 24px;
  padding-left: 24px;
  transition: 0.4s;
  text-transform: uppercase;
  color: #d0cfce;
  border: 2px solid #ffffff;
  border-radius: 40px;
  background: transparent;
}

.footer-form-3ec button:focus {
  outline: none;
  box-shadow: none;
}

.footer-form-3ec h3 {
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  line-height: 41px;
  position: relative;
  padding-bottom: 66px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-form-3ec h3:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 5px;
  margin-top: 15px;
  content: '';
  transform: translate(-50%, -50%);
  background: #fc682e;
}

.footer-form-3ec span {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
}

.footer-modalRoot-38c {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer-modalTitle-kqe {
  font-size: 28px;
  line-height: 33px;
  text-transform: uppercase;
  color: #000000;
}

.footer-modalBody-2a0 {
  font-size: 16px;
  line-height: 22px;
  padding: 27px 0;
  color: #5c5c5c;
}

.footer-modalRoot-38c > button {
  font-size: 16px;
  line-height: 22px;
  width: 50%;
  height: 40px;
  margin: 0 0 3rem 0;
}

@media (max-width: 960px) {
  .footer-root-2T7 {
    max-width: 960px;
    grid-template-areas: 'a' 'b' 'c';
    grid-template-columns: 1fr;
  }
}

.footer-links-2wR {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .footer-links-2wR {
    padding-left: 0;
    text-align: center;
    gap: 2rem;
  }
}

@media (max-width: 480px) {
  .footer-links-2wR {
    gap: 3rem;
    grid-auto-flow: row;
  }
}

.footer-calloutBody-3i7,
.footer-root-2T7 .calloutBody {
  margin-bottom: 22px;
}

.footer-root-2T7 .krupsPhoneService {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 27px;
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 1rem;
  color: #fff;
}

.footer-root-2T7 .krupsPhoneService a {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 27px;
  margin-bottom: 12px;
  color: #ffffff;
}

.footer-mail-3sV {
  font-size: 18px;
  margin: 6px 0 15px 0;
}

.footer-root-2T7 .mail {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 27px;
  display: flex;
  flex-direction: column;
  margin: 6px 0 15px 0;
  color: #fff;
}

.footer-schedule-37P,
.footer-root-2T7 .schedule {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 25px;
  display: block;
  color: #9f9f9f;
}

.footer-callout-2j2 {
  font-size: 14px;
  line-height: 1.5;
  width: 16rem;
  grid-area: a;
}

@media (max-width: 960px) {
  .footer-callout-2j2 {
    text-align: center;
  }
}

.footer-calloutHeading-3TA {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
}

.footer-socialLinks-2lX,
.footer-root-2T7 .socialLinks {
  display: grid;
  justify-content: start;
  transition: 0.4s;
  gap: 0.5rem;
  grid-auto-flow: column;
}

.footer-root-2T7 .socialLinks a {
  opacity: 0.2;
}

.footer-root-2T7 .socialLinks a:hover {
  opacity: 1;
}

.footer-socialItem-Smh,
.footer-root-2T7 .socialItem {
  line-height: 1;
}

.footer-socialLinks-2lX a:hover svg {
  color: #e9e9e9;
}

@media (max-width: 960px) {
  .footer-socialLinks-2lX,
  .footer-root-2T7 .socialLinks {
    justify-content: center;
  }
}

.footer-oftefal-2cN {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 22px;
  color: #9f9f9f;
}

.footer-branding-3J4 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 112px;
  background: #1c1a19;
}

.footer-brandigContainer-CeX {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row-reverse wrap;
  width: 100%;
  max-width: 1100px;
}

.footer-legal-1vB {
  display: flex;
  align-items: center;
}

.image-root-1wp {
  margin-right: 15px;
}

.footer-copyright-3Eo {
  text-align: center;
  grid-area: b;
}

.footer-logo-3QF {
  grid-area: a;
}

@media screen and (max-width: 960px) {

  .footer-containerFooter-3oV {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    order: 2;
    width: 100%;
    max-width: 1235px;
    min-height: 15rem;
    margin: 0 auto;
    padding: 0;
    color: hsl(205 008% 036%);
    row-gap: 1rem;
  }

  .footer-calloutHeading-3TA img {
    position: absolute;
    max-width: 111px;
  }

  .footer-callout-2j2 {
    width: 100%;
    margin: 0 0 25px;
    padding: 0 15px;
    text-align: left;
  }

  .footer-form-3ec {
    order: 1;
    margin-right: 0;
  }

  .footer-form-3ec h3 {
    font-size: 20px;
    line-height: 28px;
    padding-top: 30px;
    padding-bottom: 48px;
  }

  .footer-form-3ec h3:before {
    margin-top: 30px;
  }

  .footer-form-3ec span {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-form-3ec form {
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .footer-form-3ec form input {
    width: 100%;
  }

  .footer-form-3ec form button {
    position: relative;
    width: 100%;
    margin-top: 30px;
  }

  .footer-krupsPhoneService-Bgp {
    margin-top: 0;
  }

  .footer-calloutHeading-3TA {
    display: none;
  }

  .footer-krupsPhoneService-Bgp a {
    margin-bottom: 10px;
  }

  .footer-socialLinks-2lX,
  .footer-root-2T7 .socialLinks {
    justify-content: flex-start;
    gap: 0.8rem;
  }

  .footer-calloutBody-3i7,
  .footer-root-2T7 .calloutBody {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .footer-links-2wR {
    flex-direction: column;
    text-align: left;
    gap: 0;
  }

  .footer-legal-1vB {
    padding-bottom: 15px;
  }

  .footer-branding-3J4 {
    order: 3;
    padding: 0;
  }

  .footer-brandigContainer-CeX {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
  }
}

/** rich - content  **/

.footer-root-2T7 .footer-cmsRoot-1mO {
  margin: 0;
}

.footer-root-2T7 .footer-richBlock-2ZB a {
  text-decoration: none;
}

.footer-root-2T7 .footer-richBlock-2ZB ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-root-2T7 .footer-richBlock-2ZB ul li {
  padding: 0;
}

.footer-root-2T7 .footer-richBlock-2ZB img {
  margin: 0;
}
.linksGroup-linkGroup-1Pi {
  align-content: start;
  display: grid;
  gap: 1em;
}



.linksGroup-linkItem-3Dn {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #9f9f9f;
}


.linksGroup-linkItem-3Dn:first-child {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .linksGroup-linkGroup-1Pi {
    order: 2;
    gap: 0;
  }

  .linksGroup-linkItem-3Dn {
    font-size: 18px;
    line-height: 25px;
    padding: 0 15px;
  }

  .linksGroup-linkItem-3Dn:first-child {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    border-top: 1px solid rgba(208, 207, 206, 0.15);
    padding: 16px 15px;
    margin-bottom: 0;
    position: relative;
  }

  .linksGroup-linkGroup-1Pi .linksGroup-linkItem-3Dn:not(:first-child){
    padding-bottom: 10px;
  }
  .linksGroup-linkGroup-1Pi.linksGroup-footer_links_show-1bk .linksGroup-linkItem-3Dn{
    display: block;
  }
  .linksGroup-linkGroup-1Pi.linksGroup-footer_links_show-1bk .linksGroup-linkItem-3Dn:first-child:after {
    transform: rotate(0deg);
  }
  .linksGroup-linkGroup-1Pi .linksGroup-linkItem-3Dn:nth-child(2){
    padding-top: 10px;
  }
  .linksGroup-linkGroup-1Pi .linksGroup-linkItem-3Dn:last-child {
    padding-bottom: 17px;
  }
  .linksGroup-linkHeader-Tux {
    background: inherit;
  }
}