@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
}

body {
  position: relative;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

@media screen and (max-width: 1199px) {
  .page {
    overflow: hidden;
  }
}
.page--eshop {
  background: #000;
  min-height: 100vh;
}
@media only screen and (min-width: 1200px) {
  .page--eshop {
    border-left: 20px solid #000;
    border-right: 20px solid #000;
  }
}
@media only screen and (min-width: 1400px) {
  .page--eshop {
    border-left: 36px solid #000;
    border-right: 36px solid #000;
  }
}
@media only screen and (min-width: 1800px) {
  .page--eshop {
    border-left: 48px solid #000;
    border-right: 48px solid #000;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 991px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1220px;
  }
}
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1220px;
  }
}

::-moz-selection {
  color: #000;
  background: #c99a4c;
}

::selection {
  color: #000;
  background: #c99a4c;
}

.hidden {
  display: none !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.position-relative {
  position: relative;
}

a.btn-primary, a.pagination__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary, .pagination__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #3b4243;
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  z-index: 1;
  position: relative;
  padding: 1.4rem 5rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  background-color: #ff5f00;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
  border-radius: 2.5rem;
}
.btn-primary:hover, .pagination__btn:hover {
  color: #000;
}
.btn-primary__text {
  position: relative;
  display: inline-block;
  z-index: 10;
}
.btn-primary__text ion-icon, .btn-primary__text i {
  vertical-align: middle;
  margin-left: 1rem;
}
.btn-primary__text--arrow {
  padding: 0 2rem 0 0;
}
.btn-primary__text--arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #ff5f00 transparent transparent transparent;
}
.btn-primary__blobs {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: url("#goo");
  overflow: hidden;
  border-radius: 2.5rem;
}
.btn-primary__blob {
  position: absolute;
  top: 1px;
  width: 25%;
  height: 100%;
  background: #c99a4c;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(2);
  transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
  .btn-primary__blob {
    transform: translate3d(0, 150%, 0) scale(1.8);
  }
}
.btn-primary__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}
.btn-primary__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}
.btn-primary__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}
.btn-primary__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}
.btn-primary:hover .btn-primary__blob, .pagination__btn:hover .btn-primary__blob {
  transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
  .btn-primary:hover .btn-primary__blob, .pagination__btn:hover .btn-primary__blob {
    transform: translateZ(0) scale(1.8);
  }
}
.btn-primary--black {
  background: #000;
  color: #fff;
}
.btn-primary--neutral {
  box-shadow: 0 0 0 2px #c99a4c;
  background: #fff;
  color: #000;
}

.btn-link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #3b4243;
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  color: #ff5f00;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  background: transparent;
  outline: none;
  border-radius: 0;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
}
.btn-link img, .btn-link ion-icon, .btn-link i {
  position: relative;
  transition: 0.3s;
  top: -1px;
}
.btn-link:hover {
  color: #ff5f00;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.btn-link:hover img {
  transform: translateX(3px);
}

.btn-fb-login {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(18px * 1);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  background-color: #4267B2;
  color: #fff;
  height: 5rem;
  border-radius: 2.5rem;
  transition: 0.3s;
}
.btn-fb-login:hover {
  background: #34518d;
}
.btn-fb-login span {
  margin: 1px 0 0 0;
}
.btn-fb-login img {
  display: block;
  max-width: 2rem;
  transform: translateY(-1px);
}

.m-0 {
  margin: 0 !important;
}

.w-100 {
  width: 100%;
}

.mw-200 {
  min-width: 20rem;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.skladem-text {
  color: #62b236 !important;
}

.na-objednavku-text {
  color: #5d6267 !important;
}

.no-break {
  white-space: nowrap;
}

.rotate-180deg {
  transform: rotate(180deg);
}

.range-slider {
  display: none;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 6px 0 0 0;
}
.range-slider.open {
  display: flex;
}
.range-slider__control {
  position: relative;
  min-height: 9px;
}
.range-slider__control input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 14px;
  height: 14px;
  background-color: #ff5f00;
  border-radius: 50%;
  cursor: pointer;
}
.range-slider__control input[type=range]::-webkit-slider-thumb:hover {
  background: #ff5f00;
}
.range-slider__control input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 14px;
  height: 14px;
  background-color: #ff5f00;
  border-radius: 50%;
  cursor: pointer;
}
.range-slider__control input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  height: 2px;
  width: 100%;
  position: absolute;
  pointer-events: none;
}
.range-slider__fields {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.3rem 0 0 0;
}
.range-slider__fields input {
  font-size: calc(14px * 1);
  width: 100%;
  height: 36px;
  border: none;
  background: #f7f7f7;
  text-align: center;
  color: #000;
  border-radius: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  outline-color: #c99a4c;
}
.range-slider__field {
  flex: 1;
}
.range-slider__separator {
  font-size: calc(14px * 1);
  padding: 0 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
}
.range-slider .fromSlider {
  height: 0 !important;
  z-index: 1;
}

.filter-field-checkbox {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #3b4243;
  font-size: calc(14px * 1);
  margin: 0;
  display: block;
  color: #000;
  position: relative;
  padding: 0 0 0 2.5rem;
  cursor: pointer;
  min-height: 2.6rem;
  line-height: 2.6rem;
  outline: none;
  width: 100%;
  text-align: left;
}
.filter-field-checkbox:hover {
  text-decoration: underline;
}
.filter-field-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  pointer-events: none;
}
.filter-field-checkbox input:checked ~ .filter-field-checkbox__indicator::after {
  background: #ff5f00;
}
.filter-field-checkbox .filter-field-checkbox__label {
  margin: 0;
  color: #000;
  cursor: pointer;
}
.filter-field-checkbox .filter-field-checkbox__label span {
  color: #b3b3b3;
}
.filter-field-checkbox .filter-field-checkbox__indicator {
  border: 0.1rem solid #575757;
  background-color: transparent;
  border-radius: 2px;
  position: absolute;
  top: 0.5rem;
  left: 0;
  height: 1.4rem;
  width: 1.4rem;
  background: transparent;
}
.filter-field-checkbox .filter-field-checkbox__indicator::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  height: 1rem;
  width: 1rem;
  border-radius: 2px;
  background: transparent;
}

.filter-field-radio {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #3b4243;
  font-size: calc(14px * 1);
  margin: 0;
  display: block;
  color: #000;
  position: relative;
  padding: 0 0 0 2.5rem;
  cursor: pointer;
  min-height: 2.6rem;
  line-height: 2.6rem;
  outline: none;
  width: 100%;
  text-align: left;
}
.filter-field-radio:hover {
  text-decoration: underline;
}
.filter-field-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  pointer-events: none;
}
.filter-field-radio input:checked ~ .filter-field-radio__indicator::after {
  background: #ff5f00;
}
.filter-field-radio .filter-field-radio__label {
  margin: 0;
  color: #000;
  cursor: pointer;
}
.filter-field-radio .filter-field-radio__label span {
  color: #b3b3b3;
}
.filter-field-radio .filter-field-radio__indicator {
  border: 0.1rem solid #575757;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 0;
  height: 1.4rem;
  width: 1.4rem;
  background: transparent;
}
.filter-field-radio .filter-field-radio__indicator::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background: transparent;
}

.cart-animation-helper {
  margin: 0 20%;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 9999999;
}
.cart-animation-helper:after {
  opacity: 0;
  border-radius: 0%;
  max-height: 350px;
  max-width: 300px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  margin: 0 auto;
  display: block;
  height: 350px;
  width: 300px;
  background-color: #c99a4c;
  transition: transform 0.8s ease-out, margin 0.8s ease-out, opacity 0.8s ease-out, border-radius 0.4s ease-out, max-height 0.4s ease-out, max-width 0.4s ease-out;
}

.readmore {
  font-size: calc(16px * 1);
  line-height: 1.625;
  position: relative;
  max-height: 8rem;
  padding: 0;
  overflow: hidden;
  width: 100%;
  transition: max-height 0.15s ease-out;
  font-family: "Poppins", sans-serif;
}
.readmore.expand {
  max-height: 4000px !important;
  transition: max-height 0.35s ease-in-out;
}
.readmore p {
  margin: 0 0 3rem 0;
}
.readmore p:last-child {
  margin: 0;
}

.readmore-link {
  font-size: calc(18px * 1);
  position: absolute;
  bottom: -5px;
  right: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #ff5f00;
  cursor: pointer;
}
.readmore-link:hover span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.readmore-link span {
  display: inline-block;
  position: relative;
  padding: 0 2rem 0 0;
  pointer-events: none;
  /*&:after {
    content: "přečíst vše";
    position: relative;
    z-index: 1;
  }*/
}
.readmore-link span::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #ff5f00 transparent transparent transparent;
  pointer-events: none;
}
.readmore-link.expand {
  position: relative;
  background-image: none;
  padding-top: 10px;
}
.readmore-link.expand:before {
  opacity: 0;
}
.readmore-link.expand span {
  /*&:after {
    content: "přečíst vše";
  }*/
}
.readmore-link.expand span::before {
  transform: translateY(-50%) rotate(180deg);
}
.readmore-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 170px;
  background-image: linear-gradient(to bottom, transparent, #fff7f2);
  border-bottom: 1.5rem solid #fff6f2;
  pointer-events: none;
}

.section-bottom-radius {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.btn-primary-hpp {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #3b4243;
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  z-index: 1;
  position: relative;
  padding: 1.1rem 5rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  background-color: #ff5f00;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
  border-radius: 2.5rem;
}
.btn-primary-hpp:hover {
  color: #fff;
}
.btn-primary-hpp__text {
  position: relative;
  display: inline-block;
  z-index: 10;
}
.btn-primary-hpp__text--arrow {
  padding: 0 2rem 0 0;
}
.btn-primary-hpp__text--arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #ff5f00 transparent transparent transparent;
}
.btn-primary-hpp__blobs {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: url("#goo");
  overflow: hidden;
  border-radius: 2.5rem;
}
.btn-primary-hpp__blob {
  position: absolute;
  top: 1;
  width: 25%;
  height: 100%;
  background: #c99a4c;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(2);
  transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
  .btn-primary-hpp__blob {
    transform: translate3d(0, 150%, 0) scale(1.8);
  }
}
.btn-primary-hpp__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}
.btn-primary-hpp__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}
.btn-primary-hpp__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}
.btn-primary-hpp__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}
.btn-primary-hpp:hover .btn-primary-hpp__blob {
  transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
  .btn-primary-hpp:hover .btn-primary-hpp__blob {
    transform: translateZ(0) scale(1.8);
  }
}

.btn-border-white {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  display: inline-flex;
  padding: 0.9rem 3.6rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  border: 2px solid #fff;
  background: transparent;
  transition: 0.5s;
  border-radius: 2.5rem;
  cursor: pointer;
}
.btn-border-white:hover {
  background: #fff;
  color: #000;
}

.btn-border-black {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  display: inline-flex;
  padding: 0.9rem 3.6rem;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  border: 2px solid #000;
  background: transparent;
  transition: 0.5s;
  border-radius: 2.5rem;
  cursor: pointer;
}
.btn-border-black:hover {
  background: #000;
  color: #fff;
}

.color-text--gray {
  color: #a3a3a3;
}
.color-text--success {
  color: #62b236;
}
.color-text--error {
  color: red;
}
.color-text--primary {
  color: #ff5f00;
}

.clickable {
  cursor: pointer;
}

.btn-icon-link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(16px * 1);
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #ff5f00;
  transition: 0.3s;
}
.btn-icon-link img {
  max-width: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .btn-icon-link img {
    max-width: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-icon-link {
    column-gap: 2rem;
  }
  .btn-icon-link img {
    max-width: 2.7rem;
  }
}
.btn-icon-link:hover {
  color: #c99a4c;
}

.btn-add {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(16px * 1);
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  color: #ff5f00;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
.btn-add:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.btn-add img {
  max-width: 2rem;
}
@media only screen and (min-width: 768px) {
  .btn-add {
    font-size: calc(18px * 1);
  }
  .btn-add img {
    max-width: 3rem;
  }
}

.btn-simple-ico {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 2.2rem;
  outline: none;
  transition: 0.3s;
}
.btn-simple-ico ion-icon, .btn-simple-ico i {
  font-size: 1.6rem;
  color: #c99a4c;
}
.btn-simple-ico ion-icon[name=trash-outline], .btn-simple-ico ion-icon.ri-delete-bin-2-line, .btn-simple-ico i[name=trash-outline], .btn-simple-ico i.ri-delete-bin-2-line {
  color: #ff0000;
}
.btn-simple-ico img {
  display: block;
  max-width: 1.6rem;
  max-height: 1.6rem;
}
.btn-simple-ico:focus {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
.btn-simple-ico:hover:not(.no-hover) {
  background: #fff7f2;
}
.btn-simple-ico:hover:not(.no-hover) .btn-simple-ico__tooltip {
  opacity: 1;
}
.btn-simple-ico__tooltip {
  font-size: calc(14px * 1);
  position: absolute;
  z-index: 99;
  bottom: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  padding: 0.7rem 2rem;
  border-radius: 2rem;
  background: #000;
  color: #fff;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.btn-simple-ico__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
}
.btn-simple-ico--add ion-icon, .btn-simple-ico--add i {
  font-size: 3rem;
  color: #ff5f00;
}

.adm-field-checkbox {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #3b4243;
  font-size: calc(16px * 1);
  margin: 0;
  display: inline-flex;
  color: #000;
  position: relative;
  padding: 0 0 0 3.5rem;
  cursor: pointer;
  min-height: 2.4rem;
  line-height: 2.4rem;
  outline: none;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.adm-field-checkbox:hover {
  text-decoration: underline;
}
.adm-field-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  pointer-events: none;
}
.adm-field-checkbox input:checked ~ .adm-field-checkbox__indicator::after {
  opacity: 1;
}
.adm-field-checkbox .adm-field-checkbox__label {
  margin: 0;
  color: #000;
  cursor: pointer;
}
.adm-field-checkbox .adm-field-checkbox__label span {
  color: #b3b3b3;
}
.adm-field-checkbox .adm-field-checkbox__indicator {
  border: 0.1rem solid #000;
  background-color: transparent;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  background: transparent;
}
.adm-field-checkbox .adm-field-checkbox__indicator::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 8px;
  height: 1.3rem;
  width: 0.7rem;
  transform: rotate(42deg);
  border-bottom: 1px solid #ff5f00;
  border-right: 1px solid #ff5f00;
  background: transparent;
  opacity: 0;
}

.toggler {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  width: 4.7rem;
  height: 2.5rem;
  cursor: pointer;
}
.toggler--disabled input {
  opacity: 0;
}
.toggler--disabled label {
  opacity: 0.5;
}
.toggler input:checked + label {
  background: #ff5f00;
}
.toggler input:checked + label:after {
  content: "";
}
.toggler input:checked + label:before {
  left: 25px;
}
.toggler label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #62b236;
  border-radius: 3rem;
  transition: background 0.3s;
  cursor: pointer;
}
.toggler label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.toggler label:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 3px;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 100%;
  background: #fff;
  transition: left 0.3s;
}

.toggler-field {
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
}
.toggler-field__lbl {
  font-size: calc(16px * 1);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #ff5f00 !important;
  color: #000 !important;
  border-color: #ff5f00 !important;
}

.tox .tox-split-button:hover {
  box-shadow: 0 0 0 1px #fff7f2 inset !important;
}

.tox .tox-tbtn:active,
.tox .tox-collection--toolbar .tox-collection__item--active,
.tox .tox-tbtn:hover,
.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active),
.tox .tox-collection--list .tox-collection__item--active {
  background: #fff7f2 !important;
}

.tox .tox-tbtn--enabled,
.tox .tox-tbtn--enabled:hover,
.tox .tox-mbtn--active {
  background: #ff5f00 !important;
  color: #000 !important;
}

.alert {
  font-size: 1.5rem;
  line-height: 2rem;
}
.alert.alert-danger {
  color: red;
  margin-bottom: 2rem;
}
.alert.alert-success {
  color: #62b236;
}
.alert.alert-info {
  color: red;
  background: rgba(255, 0, 0, 0.1);
  padding: 1rem 2rem;
  border-radius: 2.5rem;
  font-size: 1.3rem;
}

.is-invalid {
  border: 1px solid red !important;
}

.info-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #3b4243;
  font-size: calc(16px * 1);
  line-height: 1.625;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.info-text a {
  color: #ff5f00;
  text-decoration: none;
  text-underline-offset: 2px;
}
.info-text a:hover {
  text-decoration: underline;
}

.overlay-cart {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10rem;
}
.overlay-cart .spinner {
  border: 0.6rem solid #fff7f2;
  border-left-color: #ff5f00;
  border-radius: 50%;
  height: 8rem;
  width: 8rem;
  animation: rotate 1s ease infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .dropdown-toggle {
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}
.dropdown .dropdown-toggle:hover {
  text-decoration: none;
}
.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 200px;
  border: 1px solid #f7f7f7;
  border-radius: 0.8rem;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.dropdown .dropdown-menu a {
  display: block;
  padding: 1.3rem 2rem;
  text-decoration: none;
  color: #333;
  font-size: 1.5rem;
}
.dropdown .dropdown-menu a:hover {
  background-color: #f7f7f7;
}
.dropdown .dropdown-menu a i {
  margin-right: 0.8rem;
}
.dropdown.show .dropdown-menu {
  display: block;
}

.header-intro {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
}
.header-intro__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.6rem 0;
}
.header-intro__logo img {
  display: block;
  width: 10.9rem;
}
.header-intro__left {
  display: flex;
  align-items: center;
  column-gap: 3rem;
}
@media only screen and (min-width: 1200px) {
  .header-intro__left {
    column-gap: 4rem;
  }
}
@media only screen and (max-width: 990px) {
  .header-intro__nav {
    display: none !important;
  }
}
@media only screen and (min-width: 991px) {
  .header-intro__nav {
    display: block !important;
  }
}
.header-intro__right {
  display: flex;
  align-items: center;
  column-gap: 3rem;
}
@media only screen and (min-width: 1200px) {
  .header-intro__right {
    column-gap: 3.4rem;
  }
}
.header-intro .header-toggle {
  display: flex;
}
@media only screen and (min-width: 991px) {
  .header-intro .header-toggle {
    display: none;
  }
}

.header-toggle {
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0;
  margin: 0;
  align-items: center;
  background: transparent;
  position: relative;
  transition: 0.3s;
  height: 3.6rem;
  border-radius: 0;
  background: transparent;
}
.header-toggle__label {
  margin: 0 0 0 1rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #ff5f00;
  font-size: 1.8rem;
  min-width: 3.4rem;
  display: none;
  transform: translateY(1px);
}
@media only screen and (min-width: 550px) {
  .header-toggle__label {
    display: block;
  }
}
.header-toggle__label .toggle-lbl-1 {
  display: block;
}
.header-toggle__label .toggle-lbl-2 {
  display: none;
}
.header-toggle__label.open .toggle-lbl-1 {
  display: none;
}
.header-toggle__label.open .toggle-lbl-2 {
  display: block;
}
.header-toggle__icon {
  position: relative;
  height: 1rem;
  width: 2rem;
}
.header-toggle__icon span {
  display: block;
  position: absolute;
  height: 0.1rem;
  width: 2rem;
  background: #ff5f00;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
.header-toggle__icon span:nth-child(1) {
  top: 0rem;
}
.header-toggle__icon span:nth-child(2) {
  top: 0.5rem;
}
.header-toggle__icon span:nth-child(3) {
  top: 0.5rem;
}
.header-toggle__icon span:nth-child(4) {
  top: 1rem;
}
.header-toggle__icon.open span:nth-child(1) {
  top: 0rem;
  width: 0%;
  left: 50%;
}
.header-toggle__icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-toggle__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-toggle__icon.open span:nth-child(4) {
  top: 0rem;
  width: 0%;
  left: 50%;
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #000;
  display: none;
  padding: 96px 0 0 0;
}
.header-mobile ul {
  overflow-x: hidden;
  max-width: 100vw;
}
.header-mobile__content {
  height: calc(100vh - 6rem);
  overflow-y: auto;
  position: relative;
  padding: 2rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .header-mobile__content {
    height: calc(100vh - 8rem);
    padding: 2rem 0 4rem 0;
  }
}
.header-mobile__nav {
  height: 100%;
}
.header-mobile__nav .btn-primary {
  display: inline-flex;
}
.header-mobile__nav > ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-y: auto;
}
.header-mobile__nav > ul > li {
  margin: 0;
  padding: 0;
}
.header-mobile__nav > ul > li > a:not(.btn-primary) {
  font-size: calc(42px * 0.7);
  line-height: 1.2380952381;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
}
@media screen and (min-width: 768px) {
  .header-mobile__nav > ul > li > a:not(.btn-primary) {
    font-size: calc(42px * 0.8);
  }
}
@media screen and (min-width: 991px) {
  .header-mobile__nav > ul > li > a:not(.btn-primary) {
    font-size: calc(42px * 1);
  }
}
.header-mobile__nav > ul > li > a:not(.btn-primary):hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.header-mobile__nav > ul > li.selected > a {
  color: #ff5f00;
}
.header-mobile__nav > ul > li.has-childs:hover ul {
  display: flex;
}
.header-mobile__nav > ul > li.has-childs:hover > a::after {
  transform: translateY(-50%) rotate(180deg);
}
.header-mobile__nav > ul > li.has-childs > a {
  position: relative;
  padding: 0 2rem 0 0;
}
.header-mobile__nav > ul > li.has-childs > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.header-mobile__nav > ul > li.has-childs ul {
  display: none;
  flex-direction: column;
  row-gap: 1rem;
  margin: 0;
  padding: 2rem 0 2rem 2rem;
}
.header-mobile__nav > ul > li.has-childs ul li {
  margin: 0;
  padding: 0;
}
.header-mobile__nav > ul > li.has-childs ul li a {
  font-size: calc(34px * 0.7);
  line-height: 1.2380952381;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
}
.header-mobile__nav > ul > li.has-childs ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.header-mobile__open {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 0;
}
.header-mobile__controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem 0 0 0;
}

.navigation {
  list-style: none;
  display: flex;
  flex-direction: row;
  column-gap: 3.4rem;
  margin: 0;
  padding: 0;
}
.navigation > li {
  margin: 0;
  padding: 0;
}
.navigation > li > a:not(.btn-primary) {
  font-size: calc(18px * 0.7);
  line-height: 1.5555555556;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .navigation > li > a:not(.btn-primary) {
    font-size: calc(18px * 0.8);
  }
}
@media screen and (min-width: 991px) {
  .navigation > li > a:not(.btn-primary) {
    font-size: calc(18px * 1);
  }
}
.navigation > li > a:not(.btn-primary):hover {
  color: #ff5f00;
}
.navigation > li.selected > a {
  color: #ff5f00;
}
.navigation > li.has-childs > a {
  position: relative;
  padding: 0 2rem 0 0;
}
.navigation > li.has-childs > a::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #ff5f00 transparent transparent transparent;
}
.navigation > li.has-childs > a::after {
  content: "";
  position: absolute;
  top: 3.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent #fff transparent;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.navigation > li.has-childs:hover > a::after {
  opacity: 1;
  visibility: visible;
}
.navigation > li.has-childs:hover .megamenu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.header-lang {
  position: relative;
}
.header-lang__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  position: relative;
  padding: 0 2rem 0 0;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
}
.header-lang__btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #ff5f00 transparent transparent transparent;
}
.header-lang__btn:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.header-lang__btn.opened::after {
  transform: translateY(-50%) rotate(180deg);
}
.header-lang__options {
  position: absolute;
  top: 100%;
  right: 0rem;
  z-index: 1000;
  display: none;
  padding: 1rem 0;
  background: #fff;
  border-radius: 1rem;
}
.header-lang__options a {
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  position: relative;
  padding: 0 2rem;
  color: #000;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
}
.header-lang__options a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.megamenu {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 100%;
  padding: 3rem 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 99999;
}
.megamenu__container {
  padding: 3rem;
  background: #fff;
  border-radius: 2.5rem;
}
@media only screen and (min-width: 1200px) {
  .megamenu__container {
    padding: 5rem;
  }
}
.megamenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
}
.megamenu ul li {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 360px) {
  .megamenu ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .megamenu ul li {
    width: 33.33%;
  }
}
@media only screen and (min-width: 991px) {
  .megamenu ul li {
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .megamenu ul li {
    width: 20%;
  }
}

.megamenu-item {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  text-decoration: none;
}
.megamenu-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
}
.megamenu-item__icon img {
  max-width: 100%;
  max-height: 100%;
}
.megamenu-item__content {
  padding: 0 3rem 0 0;
}
.megamenu-item__title {
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  margin: 0;
  padding: 0;
  color: #000;
  text-decoration: none;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  transition: 0.3s;
}
.megamenu-item__title:hover {
  color: #ff5f00;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media only screen and (min-width: 1200px) {
  .header__top-spacer {
    height: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .header__top-spacer {
    height: 36px;
  }
}
@media only screen and (min-width: 1800px) {
  .header__top-spacer {
    height: 48px;
  }
}
.header__top {
  display: none;
  position: relative;
  padding: 0.9rem 0;
}
@media only screen and (min-width: 1200px) {
  .header__top {
    display: block;
    z-index: 9999;
  }
}
.header__top-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 1rem;
  width: 100%;
}
.header__top-right {
  display: flex;
  align-items: center;
  column-gap: 3rem;
}
@media only screen and (min-width: 1400px) {
  .header__top-right {
    column-gap: 3.4rem;
  }
}
.header__top-contact {
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #fff;
}
.header__top-contact a {
  color: #ff5f00;
  text-decoration: none;
}
.header__top-contact a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.header__main {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .header__main {
    z-index: 9999;
  }
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.6rem 0;
  background: #fff;
}
@media only screen and (min-width: 1200px) {
  .header__content {
    padding: 3rem 0;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
}
@media only screen and (min-width: 1800px) {
  .header__content {
    padding: 3.6rem 0;
  }
}
.header__left {
  padding: 0 1rem;
}
@media only screen and (min-width: 1200px) {
  .header__left {
    padding: 0 2rem 0 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .header__left {
    padding: 0 0 0 3rem;
    min-width: 32rem;
  }
}
@media only screen and (min-width: 1800px) {
  .header__left {
    padding: 0 0 0 4.4rem;
    min-width: 37rem;
  }
}
.header__logo {
  position: relative;
  z-index: 9999;
}
.header__logo a {
  display: inline-block;
}
.header__logo img {
  display: block;
  width: 9rem;
}
@media only screen and (min-width: 1200px) {
  .header__logo img {
    width: 10.9rem;
  }
}
.header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  column-gap: 2rem;
  padding: 0 1rem 0 0;
}
@media only screen and (min-width: 768px) {
  .header__right {
    padding: 0 2rem 0 0;
    column-gap: 3rem;
  }
}
@media only screen and (min-width: 1400px) {
  .header__right {
    column-gap: 4rem;
    padding: 0 3rem 0 0;
  }
}
@media only screen and (min-width: 1800px) {
  .header__right {
    column-gap: 7rem;
    padding: 0 4.4rem 0 0;
  }
}
.header__search {
  flex: 1;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__search {
    display: block;
  }
}
@media only screen and (max-width: 1190px) {
  .header__search {
    display: none !important;
  }
}
.header__search .header-search {
  max-width: 70rem;
}
.header__controls {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}
@media only screen and (min-width: 380px) {
  .header__controls {
    column-gap: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header__controls {
    column-gap: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header__controls {
    column-gap: 5rem;
  }
}
@media only screen and (min-width: 1800px) {
  .header__controls {
    column-gap: 10rem;
  }
}
.header__controls-item {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .header__controls-item:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1.5rem;
    transform: translateY(-50%);
    width: 1px;
    height: 3.6rem;
    background: #d6d8d9;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .header__controls-item:after {
    height: 5rem;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .header__controls-item:after {
    right: -2.5rem;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1800px) {
  .header__controls-item:after {
    right: -5rem;
    height: 5.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header__controls-item:first-child {
    display: none;
  }
}
.header__controls-item:last-child::after, .header__controls-item:first-child::after {
  content: none;
}
.header__controls-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
}
.header__controls-btn img {
  max-width: 2.4rem;
  max-height: 2.4rem;
}
@media only screen and (min-width: 1400px) {
  .header__controls-btn img {
    max-width: 2.8rem;
    max-height: 2.8rem;
  }
}
@media only screen and (min-width: 1800px) {
  .header__controls-btn img {
    max-width: 3.4rem;
    max-height: 3.2rem;
  }
}
.header__controls-btn span {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__controls-btn span {
    display: block;
  }
}
.header__controls-btn:hover {
  color: #ff5f00;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.header__controls-btn:hover img {
  filter: brightness(0) saturate(100%) invert(37%) sepia(65%) saturate(2180%) hue-rotate(1deg) brightness(104%) contrast(105%);
}
.header__controls-btn.active {
  color: #c99a4c;
}
.header__controls-btn.active:hover {
  color: #ff5f00;
}
.header__controls-btn-notif {
  font-size: calc(14px * 0.7);
  position: absolute;
  top: -11px;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #ff5f00;
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .header__controls-btn-notif {
    font-size: calc(14px * 1);
    top: -18px;
    left: 18px;
    width: 2.2rem;
    height: 2.2rem;
  }
}
.header__bottom {
  display: block;
  background: #fff;
  padding: 0 0 1rem 0;
}
@media only screen and (min-width: 1200px) {
  .header__bottom {
    display: none;
  }
}
.header__bottom--adm {
  padding: 0;
}
.header__bottom-content {
  padding: 1rem 1rem 0;
}
.header__bottom-controls {
  display: flex;
}
.header__bottom-controls .btn-primary {
  flex: 1;
  padding: 0.8rem 2rem;
}
.header__bottom-categories {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__bottom-categories {
    display: none !important;
  }
}
.header__bottom-search {
  display: none;
  padding: 0 0 1rem 0;
}
@media only screen and (min-width: 1200px) {
  .header__bottom-search {
    display: none !important;
  }
}
.header__categorories {
  display: none;
  padding: 0 3rem;
  border-bottom: 1rem solid #fff;
  background: #fff7f2;
}
@media only screen and (min-width: 1200px) {
  .header__categorories {
    display: block !important;
  }
}
.header__categorories-nav {
  display: block;
  width: 100%;
}
.header__categorories-nav.show-more .secondary {
  opacity: 1;
  top: 100%;
  background: #fff7f2;
  pointer-events: all;
}
.header__categorories-nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__categorories-nav ul > li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.header__categorories-nav ul > li.selected > a {
  text-decoration: underline;
}
.header__categorories-nav ul > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(18px * 1);
  display: block;
  padding: 3rem 2rem;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  transition: 0.3s;
}
.header__categorories-nav ul > li > a:hover {
  color: #ff5f00;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.header__categorories-nav ul > li.has-childs > a span {
  position: relative;
  padding-right: 2rem;
}
.header__categorories-nav ul > li.has-childs > a span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-top: 0.6rem solid #ff5f00;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
}
.header__categorories-nav ul > li > ul {
  display: block;
  position: absolute;
  top: 0;
  right: -1rem;
  margin: 0;
  padding: 0.8rem 3rem;
  opacity: 0;
  pointer-events: none;
  list-style: none;
  z-index: 999;
}
.header__categorories-nav ul > li > ul.opened {
  top: 100%;
  opacity: 1;
  pointer-events: all;
}
@media only screen and (min-width: 1200px) {
  .header__categorories-nav ul > li > ul.opened {
    min-width: 20rem;
  }
}
.header__categorories-nav ul > li > ul > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  padding: 1rem 0;
}
.header__categorories-nav ul > li > ul > li > a:hover {
  color: #ff5f00;
}
.header__categorories-nav ul > li > ul > li > a span {
  color: inherit;
}
.header__categorories-nav ul > li > ul > li > ul {
  display: none !important;
}
.header__product-details {
  padding: 1.5rem 0;
  background: #fff7f2;
}
.header__product-details-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 1rem;
}
@media only screen and (min-width: 1200px) {
  .header__product-details-container {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .header__product-details-container {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1800px) {
  .header__product-details-container {
    padding: 0 4.4rem;
  }
}
.header__product-details-left {
  display: flex;
  align-items: center;
  column-gap: 3rem;
}
@media only screen and (min-width: 1500px) {
  .header__product-details-left {
    column-gap: 5rem;
  }
}
@media only screen and (min-width: 1800px) {
  .header__product-details-left {
    column-gap: 8rem;
  }
}
.header__product-details-categories {
  position: relative;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__product-details-categories {
    display: block;
  }
}
.header__product-details-categories .btn-primary {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.header__product-details-categories .sidebar-categories-link:hover {
  width: 112%;
  left: -6%;
}
.header__product-details-categories-nav {
  display: none;
  position: absolute;
  z-index: 100;
  top: calc(100% + 1.5rem);
  left: 0;
  width: 100%;
  padding: 0 1.5rem 1.5rem 1.5rem;
  border-radius: 2rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #fff7f2;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px -10px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  max-height: calc(100vh - 17rem);
  overflow-y: auto;
}
.header__product-details-right {
  display: none;
}
.header .header-toggle {
  display: flex;
  z-index: 9999;
}
@media only screen and (min-width: 1200px) {
  .header .header-toggle {
    display: none;
  }
}
.header.opened-menu .header__logo img {
  filter: invert(100%);
}
@media only screen and (min-width: 1200px) {
  .header--fixable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #000;
    border-left: 20px solid #000;
    border-right: 20px solid #000;
  }
}
@media only screen and (min-width: 1400px) {
  .header--fixable {
    border-left: 36px solid #000;
    border-right: 36px solid #000;
  }
}
@media only screen and (min-width: 1800px) {
  .header--fixable {
    border-left: 48px solid #000;
    border-right: 48px solid #000;
  }
}
@media only screen and (min-width: 1200px) {
  .header:not(.header--fixed) .header__search {
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .header--fixed {
    position: fixed;
    z-index: 1000;
  }
  .header--fixed .header-search-toggle {
    display: block;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .header--fixed .header-search-toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -2rem;
    transform: translateY(-50%);
    width: 1px;
    height: 4rem;
    background: #d6d8d9;
  }
}
@media only screen and (min-width: 1200px) {
  .header--fixed .header-search {
    height: 5rem;
  }
  .header--fixed .header-search__btn {
    padding: 1.1rem 3rem !important;
  }
  .header--fixed .header__top {
    padding: 0;
    height: 0;
    overflow: hidden;
  }
  .header--fixed .header__content {
    padding: 0;
    height: 8rem;
  }
  .header--fixed .header__logo img {
    width: 7.8rem;
  }
  .header--fixed .header__search {
    display: none;
    max-width: 50rem;
  }
  .header--fixed .header__controls {
    column-gap: 4rem;
  }
  .header--fixed .header__controls-btn {
    column-gap: 0;
    font-size: 0;
  }
  .header--fixed .header__controls-item:after {
    height: 4rem;
    right: -2rem;
  }
  .header--fixed .header__controls-item:first-child {
    display: block;
  }
  .header--fixed .header__product-details-right {
    display: flex;
    align-items: center;
  }
  .header--fixed .header__product-details-right form {
    display: flex;
    align-items: center;
  }
}
.header__product-details-preview {
  font-size: calc(18px * 1);
  display: none;
  column-gap: 1.4rem;
  margin: 0 3rem 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
}
@media only screen and (min-width: 1400px) {
  .header__product-details-preview {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1500px) {
  .header__product-details-preview {
    margin: 0 4.5rem 0 0;
  }
}
.header__product-details-preview img {
  display: block;
  max-width: 3.4rem;
  max-height: 3.4rem;
}
.header__product-details-prices {
  font-size: calc(14px * 1);
  margin: 0 3rem 0 0;
  line-height: 1.2;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #3b4243;
}
@media only screen and (min-width: 1500px) {
  .header__product-details-prices {
    margin: 0 3.5rem 0 0;
  }
}
.header__product-details-prices strong {
  font-size: calc(18px * 1);
  color: #ff5f00;
  font-weight: 400;
}
.header__product-details-counter {
  margin: 0 1rem 0 0;
}
.header__product-details-counter .quantity-counter {
  width: 9rem;
  background: #fff;
}
@media only screen and (min-width: 1500px) {
  .header__product-details-counter .quantity-counter {
    width: 11rem;
  }
}
.header__product-details-controls .product-card__buy {
  padding: 1.1rem 3rem;
  white-space: nowrap;
}
@media only screen and (min-width: 1500px) {
  .header__product-details-controls .product-card__buy {
    padding: 1.1rem 4rem;
  }
}

.header-fixable-spacer {
  display: none;
  height: 17rem;
  background: #fff;
}
@media only screen and (min-width: 1200px) {
  .header-fixable-spacer {
    display: block;
    height: 24.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .header-search-toggle {
    display: none;
  }
}

.header-search {
  position: relative;
  display: flex;
  padding: 5px;
  height: 5rem;
  background: #f7f7f7;
  border-radius: 5rem;
}
@media only screen and (min-width: 768px) {
  .header-search {
    height: 6rem;
  }
}
.header-search.focus {
  box-shadow: 0 0 0 2px rgba(201, 154, 76, 0.8);
}
.header-search__form {
  display: flex;
  height: 5rem;
  width: 100%;
}
.header-search__icon {
  position: absolute;
  top: 0;
  left: 1.8rem;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .header-search__icon {
    display: flex;
  }
}
@media only screen and (min-width: 1800px) {
  .header-search__icon {
    left: 3.2rem;
  }
}
.header-search__inp {
  font-size: calc(16px * 0.9);
  flex: 1;
  min-width: 1px;
  margin: 0;
  padding: 0 1.5rem;
  border: none;
  border-radius: 0;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  outline: none;
}
@media only screen and (min-width: 768px) {
  .header-search__inp {
    font-size: calc(16px * 1);
    padding: 0 2rem 0 5rem;
  }
}
@media only screen and (min-width: 1800px) {
  .header-search__inp {
    padding: 0 2rem 0 8.4rem;
  }
}
.header-search__inp::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.header-search__btn {
  line-height: initial;
  padding: 0.4rem 3rem !important;
}
@media only screen and (min-width: 768px) {
  .header-search__btn {
    padding: 1.2rem 3rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .header-search__btn {
    padding: 1.2rem 4rem !important;
  }
}
@media only screen and (min-width: 1800px) {
  .header-search__btn {
    padding: 1.2rem 5rem !important;
  }
}

.header-cart-btn-animation-target {
  position: absolute;
  top: 0;
  z-index: 9999;
  pointer-events: none;
}
.header-cart-btn-animation-target.fixed {
  position: fixed;
  top: 10px;
}

.header-press-spacer {
  height: 9.2rem;
}
@media only screen and (min-width: 991px) {
  .header-press-spacer {
    height: 10.2rem;
  }
}

.header-pres {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
}
.header-pres__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.6rem 1rem;
}
@media only screen and (min-width: 1200px) {
  .header-pres__content {
    padding: 2.6rem 5rem;
  }
}
.header-pres__logo img {
  display: block;
  width: 10.9rem;
}
@media only screen and (max-width: 990px) {
  .header-pres__nav {
    display: none !important;
  }
}
@media only screen and (min-width: 991px) {
  .header-pres__nav {
    display: block !important;
  }
}
.header-pres__nav .navigation {
  align-items: center;
}
.header-pres__right {
  display: flex;
  align-items: center;
  column-gap: 3rem;
}
@media only screen and (min-width: 1200px) {
  .header-pres__right {
    column-gap: 3.4rem;
  }
}
.header-pres .header__nav-btn {
  max-height: 5rem;
}
.header-pres .header-toggle {
  display: flex;
}
@media only screen and (min-width: 991px) {
  .header-pres .header-toggle {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .header-pres .megamenu {
    left: 5rem;
    width: calc(100% - 10rem);
  }
}
.header-pres__mobile-btn {
  max-height: 5rem;
  padding: 0.5rem 1.5rem;
}
@media (min-width: 768px) {
  .header-pres__mobile-btn {
    display: none !important;
  }
}

.header-pres--light {
  background: #fff;
}
.header-pres--light .header-pres__logo img {
  filter: brightness(0) saturate(100%);
}
.header-pres--light .header-lang__btn {
  color: #000;
}
.header-pres--light .navigation > li > a:not(.btn-primary) {
  color: #000;
}
.header-pres--light .navigation > li > a:not(.btn-primary):hover {
  color: #c99a4c;
}

.header-press-spacer--homepage {
  height: 8.8rem;
}
@media only screen and (min-width: 991px) {
  .header-press-spacer--homepage {
    height: 10.2rem;
  }
}

.search-dropdown li {
  display: flex;
  align-items: center;
}
.search-dropdown li .ui-state-active {
  margin: 0;
  border: 0 !important;
}

.footer {
  position: relative;
  z-index: 200;
  padding: 0;
  background: #000000;
}
.footer__content {
  display: flex;
  flex-wrap: wrap;
  padding: 6rem 0;
}
@media only screen and (min-width: 991px) {
  .footer__content {
    padding: 10rem 0;
  }
}
.footer__col {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer__col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .footer__col {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .footer__col {
    width: 25%;
  }
}
.footer__logo {
  margin: 0 0 4.5rem 0;
}
.footer__logo img {
  display: block;
  max-width: 15rem;
}
.footer__badges {
  margin: 0 0 3rem 0;
}
.footer__badges img {
  max-width: 100%;
}
.footer__badges a {
  display: block;
  margin-bottom: 1rem;
}
.footer__badges-zbozi {
  margin-left: 4rem;
}
.footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 0 3rem 0;
}
.footer__title {
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  margin: 0 0 2rem 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
.footer__info {
  font-size: calc(16px * 1);
  line-height: 1.625;
  margin: 0 0 2rem 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.footer__contacts {
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  margin: 0 0 2rem 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
.footer__contacts a {
  color: #ff5f00;
  text-decoration: none;
}
.footer__contacts a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer__nav {
  list-style: none;
  margin: 0 0 2.4rem 0;
  padding: 0;
}
.footer__nav li {
  margin: 0;
  padding: 0;
}
.footer__nav li a {
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
  color: #ff5f00;
  text-decoration: none;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
.footer__nav li a img {
  transition: 0.3s;
}
.footer__nav li a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer__nav li a:hover img {
  transform: translateX(3px);
}
.footer__bottom {
  border-top: 0.1rem solid #333333;
}
.footer__copyrights {
  font-size: calc(16px * 1);
  line-height: 1.625;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  column-gap: 3rem;
  row-gap: 1.5rem;
  padding: 1rem 0;
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 768px) {
  .footer__copyrights {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__copyrights a {
  color: inherit;
  text-decoration: none;
}
.footer__developed img {
  transform: translateY(1px);
}
.footer__accordion .accordion__header {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
  width: unset;
  margin: 0;
  padding: 0 2rem 0 0;
  color: #fff;
  text-decoration: none;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
.footer__accordion .accordion__header::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #ff5f00 transparent transparent transparent;
}
.footer__accordion .accordion__header:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer__accordion .accordion__header.opened::after {
  transform: translateY(-50%) rotate(180deg);
}
.footer__accordion .accordion__texts {
  font-size: calc(16px * 1);
  line-height: 1.625;
  padding: 1rem 0 0 0;
  margin: 0 0 1rem 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.footer__accordion .accordion__texts p {
  margin: 0;
}
.footer__accordion .accordion__contacts {
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  margin: 0;
  padding: 0 0 1.5rem 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
.footer__accordion .accordion__contacts a {
  color: #ff5f00;
  text-decoration: none;
}
.footer__accordion .accordion__contacts a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.content-styles, .product-detail-tabs__content {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #3b4243;
  font-size: calc(16px * 1);
  line-height: 1.5;
  font-weight: 400;
}
.content-styles > *:last-child, .product-detail-tabs__content > *:last-child {
  margin: 0;
}
.content-styles h2, .product-detail-tabs__content h2 {
  font-size: calc(45px * 0.8);
  display: block;
  margin: 0 0 3rem 0;
  line-height: initial;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 991px) {
  .content-styles h2, .product-detail-tabs__content h2 {
    font-size: calc(45px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .content-styles h2, .product-detail-tabs__content h2 {
    margin: 0 0 4.5rem 0;
  }
}
.content-styles h3, .product-detail-tabs__content h3 {
  font-size: calc(24px * 0.9);
  display: block;
  margin: 0 0 2rem 0;
  line-height: initial;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 991px) {
  .content-styles h3, .product-detail-tabs__content h3 {
    font-size: calc(24px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .content-styles h3, .product-detail-tabs__content h3 {
    margin: 0 0 2.5rem 0;
  }
}
.content-styles p, .product-detail-tabs__content p {
  margin: 0 0 2.5rem 0;
}
@media (min-width: 1200px) {
  .content-styles p, .product-detail-tabs__content p {
    margin: 0 0 3rem 0;
  }
}
.content-styles p strong, .product-detail-tabs__content p strong {
  color: #ff5f00;
}
.content-styles table, .product-detail-tabs__content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.6rem;
  margin: 0 0 2.5rem 0;
}
@media (min-width: 768px) {
  .content-styles table, .product-detail-tabs__content table {
    border-spacing: 0 1rem;
  }
}
.content-styles table tr td, .product-detail-tabs__content table tr td, .content-styles table tr th, .product-detail-tabs__content table tr th {
  font-size: calc(18px * 0.9);
  padding: 1.1rem;
  background: #f7f7f7;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: initial;
}
@media (min-width: 768px) {
  .content-styles table tr td, .product-detail-tabs__content table tr td, .content-styles table tr th, .product-detail-tabs__content table tr th {
    font-size: calc(18px * 1);
    padding: 1.4rem 1.1rem;
  }
}
.content-styles table tr td:first-child, .product-detail-tabs__content table tr td:first-child, .content-styles table tr th:first-child, .product-detail-tabs__content table tr th:first-child {
  padding-left: 2rem;
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
}
@media (min-width: 768px) {
  .content-styles table tr td:first-child, .product-detail-tabs__content table tr td:first-child, .content-styles table tr th:first-child, .product-detail-tabs__content table tr th:first-child {
    padding-left: 2.5rem;
  }
}
.content-styles table tr td:last-child, .product-detail-tabs__content table tr td:last-child, .content-styles table tr th:last-child, .product-detail-tabs__content table tr th:last-child {
  padding-right: 2rem;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}
@media (min-width: 768px) {
  .content-styles table tr td:last-child, .product-detail-tabs__content table tr td:last-child, .content-styles table tr th:last-child, .product-detail-tabs__content table tr th:last-child {
    padding-right: 2.5rem;
  }
}
.content-styles table tr td p, .product-detail-tabs__content table tr td p, .content-styles table tr th p, .product-detail-tabs__content table tr th p {
  margin: 0 !important;
}
.content-styles table tr td p strong, .product-detail-tabs__content table tr td p strong, .content-styles table tr th p strong, .product-detail-tabs__content table tr th p strong {
  font-weight: normal;
}
.content-styles table tr th, .product-detail-tabs__content table tr th {
  color: #c99a4c;
}
.content-styles blockquote, .product-detail-tabs__content blockquote {
  position: relative;
  padding: 0;
  margin: 0 0 2.5rem 0;
}
@media (min-width: 1200px) {
  .content-styles blockquote, .product-detail-tabs__content blockquote {
    margin: 0 0 3rem 0;
  }
}
.content-styles blockquote::before, .product-detail-tabs__content blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 1px;
  height: 100%;
  background: #3b4243;
}
.content-styles img, .product-detail-tabs__content img {
  max-width: 100%;
}
.content-styles a:not(.btn-link), .product-detail-tabs__content a:not(.btn-link) {
  color: #3b4243;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: #3b4243;
  transition: 0.3s;
}
.content-styles a:not(.btn-link):hover, .product-detail-tabs__content a:not(.btn-link):hover {
  text-decoration: none;
}
.content-styles .ul li::before, .content-styles .adm-form__texts ul li::before, .adm-form__texts .content-styles ul li::before, .product-detail-tabs__content .ul li::before, .product-detail-tabs__content .adm-form__texts ul li::before, .adm-form__texts .product-detail-tabs__content ul li::before {
  top: 9px;
  width: 6px;
  height: 6px;
  background: #ff5f00;
}

.gradient-text, .home-blog-caption-item__text {
  background: linear-gradient(to right, #fad17a, #7f5521);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@keyframes fade-in-right {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-top {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-bottom {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show-landing-text {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  25% {
    opacity: 1;
    transform: rotateX(60deg);
  }
  50% {
    opacity: 1;
    transform: rotateX(-40deg);
  }
  75% {
    opacity: 1;
    transform: rotateX(20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0);
  }
}
@keyframes scaleBefore {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1.5);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.8);
  }
}
.swing-text {
  transform-style: preserve-3d;
  opacity: 0;
  transform: rotateX(-90deg);
  transform-origin: center top;
  animation: show-landing-text 1.2s ease-out 0.6s forwards;
}

.ul, .adm-form__texts ul {
  text-align: left !important;
  list-style: none;
  margin: 4rem 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 1200px) {
  .ul, .adm-form__texts ul {
    margin: 6rem 0;
  }
}
.ul li, .adm-form__texts ul li {
  position: relative;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 1.8rem;
}
@media only screen and (min-width: 1200px) {
  .ul li, .adm-form__texts ul li {
    padding: 0 0 0 1.8rem;
    margin: 0 0 0.5rem 0;
  }
}
.ul li::before, .adm-form__texts ul li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 1.1rem;
  left: 0;
  border-radius: 50%;
  background: #3b4243;
}
@media only screen and (min-width: 1200px) {
  .ul li::before, .adm-form__texts ul li::before {
    width: 0.4rem;
    height: 0.4rem;
    top: 1.2rem;
  }
}
@media (min-width: 768px) {
  .ul.two-cols, .adm-form__texts ul.two-cols {
    columns: 2;
    column-gap: 3rem;
  }
}

.table-default {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.6rem;
  margin: 0 0 2.5rem 0;
}
@media (min-width: 768px) {
  .table-default {
    border-spacing: 0 1rem;
  }
}
.table-default thead tr td, .table-default thead tr th {
  background: #000;
  color: #fff;
}
.table-default tr td, .table-default tr th {
  font-size: calc(18px * 0.9);
  padding: 1.1rem;
  background: #f7f7f7;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: initial;
}
@media (min-width: 768px) {
  .table-default tr td, .table-default tr th {
    font-size: calc(18px * 1);
    padding: 1.4rem 1.1rem;
  }
}
.table-default tr td:first-child, .table-default tr th:first-child {
  padding-left: 2rem;
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
}
@media (min-width: 768px) {
  .table-default tr td:first-child, .table-default tr th:first-child {
    padding-left: 2.5rem;
  }
}
.table-default tr td:last-child, .table-default tr th:last-child {
  padding-right: 2rem;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}
@media (min-width: 768px) {
  .table-default tr td:last-child, .table-default tr th:last-child {
    padding-right: 2.5rem;
  }
}
.table-default tr th {
  color: #c99a4c;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-home-intro {
  position: relative;
  background: #000000;
}
.section-home-intro__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: screen;
  opacity: 0.3;
  pointer-events: none;
}

.home-intro-slider {
  position: relative;
  z-index: 10;
  margin: 0 !important;
}
.home-intro-slider .slick-track {
  display: flex;
}
.home-intro-slider .slick-track .slick-slide {
  float: none;
  height: unset;
}
.home-intro-slider .slick-current .home-intro__title {
  animation: fade-in 2s ease forwards;
}
.home-intro-slider .slick-current .home-intro__texts {
  animation: fade-in-right 1s ease forwards;
}

.home-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 10rem 0 0 0;
}
.home-intro__container {
  position: relative;
  z-index: 5;
}
.home-intro__content {
  padding: 0 0 3rem 0;
}
@media only screen and (min-width: 768px) {
  .home-intro__content {
    padding: 0;
  }
}
.home-intro__title {
  font-size: calc(120px * 0.35);
  line-height: 1.0833333333;
  margin: 0 0 2rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #fff;
  opacity: 0;
}
@media only screen and (min-width: 360px) {
  .home-intro__title {
    font-size: calc(120px * 0.4);
  }
}
@media only screen and (min-width: 768px) {
  .home-intro__title {
    font-size: calc(120px * 0.55);
    display: inline;
    margin: 0;
  }
}
@media only screen and (min-width: 991px) {
  .home-intro__title {
    font-size: calc(120px * 0.8);
  }
}
@media only screen and (min-width: 1200px) {
  .home-intro__title {
    font-size: calc(120px * 1);
  }
}
.home-intro__texts {
  font-size: calc(16px * 1);
  line-height: 1.625;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .home-intro__texts {
    float: right;
    width: calc(50% + 3rem);
    padding: 5rem 0 5rem 3rem;
  }
}
.home-intro__caption {
  margin: 0 0 2rem 0;
  font-weight: 700;
  color: #ff5f00;
}
@media only screen and (min-width: 768px) {
  .home-intro__caption {
    margin: 0 0 3rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .home-intro__caption {
    margin: 0 0 5rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-intro__caption {
    margin: 0 0 6rem 0;
  }
}
.home-intro__text {
  margin: 0 0 3rem 0;
}

.home-intro-slider-dots-wrapper {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .home-intro-slider-dots-wrapper {
    bottom: 5rem;
  }
}

.home-intro-slider-dots .slick-dots {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 20;
  width: 100%;
  bottom: unset;
}
.home-intro-slider-dots .slick-dots li {
  position: relative;
  width: 5.5rem;
  height: 0.3rem;
  margin: 0;
  transition: 0.3s;
}
.home-intro-slider-dots .slick-dots li.slick-active .dot-text {
  color: #ff5f00;
}
.home-intro-slider-dots .slick-dots li .dot-text {
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  position: absolute;
  bottom: 100%;
  left: 0;
  color: #5d6267;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
.home-intro-slider-dots .slick-dots li button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  pointer-events: all;
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}
.home-intro-slider-dots .slick-dots li button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3rem;
}
.home-intro-slider-dots .slick-dots li button:hover {
  background: #ff5f00;
}
.home-intro-slider-dots .slick-dots li button::before {
  content: none;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.home-intro-slider-dots .slick-dots li button .progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #ff5f00;
  animation: progress 5s linear;
}

@media only screen and (max-width: 767px) {
  .section-home-anchors {
    margin-top: 0 !important;
  }
}

.home-anchors {
  z-index: 11;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2rem;
  width: 100%;
  padding: 3rem 0 3rem 0;
  background: #c99a4c;
}
@media only screen and (min-width: 768px) {
  .home-anchors {
    max-width: 40%;
    padding: 4rem 3rem 4rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .home-anchors {
    padding: 9rem 3rem 9rem 0;
  }
}
.home-anchors::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  right: -1rem;
  width: 100vw;
  height: 100%;
  background: #c99a4c;
}
@media only screen and (min-width: 768px) {
  .home-anchors::before {
    right: 0;
  }
}
.home-anchors a {
  font-size: calc(18px * 1);
  position: relative;
  z-index: 11;
  display: inline;
  margin: 0;
  padding: 0 2rem 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.home-anchors a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #000 transparent transparent transparent;
}
.home-anchors a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-about {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
}
.home-about__texts {
  font-size: calc(16px * 1);
  line-height: 1.625;
  width: 100%;
  padding: 4rem 0 0 0;
  color: #3b4243;
}
@media only screen and (min-width: 768px) {
  .home-about__texts {
    width: 50%;
    padding: 6rem 5rem 6rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .home-about__texts {
    width: 44%;
    padding: 8rem 8rem 8rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-about__texts {
    padding: 17rem 11rem 10rem 0;
  }
}
.home-about__texts p {
  margin: 0 0 3rem 0;
}
.home-about__caption-wrapper {
  position: relative;
  width: 100%;
  padding: 0 0 5rem 0;
}
@media only screen and (min-width: 768px) {
  .home-about__caption-wrapper {
    width: 50%;
    padding: 0 0 18rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .home-about__caption-wrapper {
    width: 56%;
  }
}
@media only screen and (min-width: 1200px) {
  .home-about__caption-wrapper {
    padding: 0 0 26rem 0;
  }
}
.home-about__caption {
  font-size: calc(120px * 0.4);
  line-height: 1.0833333333;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .home-about__caption {
    font-size: calc(120px * 0.55);
  }
}
@media only screen and (min-width: 991px) {
  .home-about__caption {
    font-size: calc(120px * 0.8);
  }
}
@media only screen and (min-width: 1200px) {
  .home-about__caption {
    font-size: calc(120px * 1);
  }
}
.home-about__caption.animation {
  animation: fade-in-right 1s ease forwards;
}
@keyframes moveUpDown {
  0% {
    top: -6rem;
  }
  100% {
    top: 100%;
  }
}
.home-about__scroller {
  position: absolute;
  left: 0.5rem;
  bottom: 3.5rem;
  width: 0.8rem;
  height: 12rem;
  border-radius: 0.4rem;
  background: #000;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .home-about__scroller {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .home-about__scroller {
    height: 19rem;
  }
}
.home-about__scroller span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  background: #ff5f00;
  border-radius: 0.4rem;
  animation: moveUpDown 4s linear infinite;
}

.section-home-tiles-grid {
  position: relative;
  overflow: hidden;
}
.section-home-tiles-grid .container {
  position: relative;
}
.section-home-tiles-grid__left {
  position: absolute;
  top: 0;
  right: calc(100% - 1rem);
  height: 100%;
  width: 30vw;
}
.section-home-tiles-grid__left .tiles-grid {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.section-home-tiles-grid__left .tiles-grid__item {
  min-width: 34rem;
  flex: 1;
}
.section-home-tiles-grid__right {
  position: absolute;
  top: 0;
  left: calc(100% - 1rem);
  height: 100%;
  width: 30vw;
}
.section-home-tiles-grid__right .tiles-grid__item {
  min-width: 34rem;
  flex: 1;
}

.tiles-grid {
  display: flex;
  flex-wrap: wrap;
}
.tiles-grid__item {
  height: 34.5rem;
  min-width: 20rem;
}
.tiles-grid__item--filler {
  flex: 1;
}
.tiles-grid__item--solid-w {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tiles-grid__item--solid-w {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .tiles-grid__item--solid-w {
    width: unset;
  }
}
.tiles-grid__item--size-1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tiles-grid__item--size-1 {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .tiles-grid__item--size-1 {
    width: 28rem;
  }
}
.tiles-grid__item--size-2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tiles-grid__item--size-2 {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .tiles-grid__item--size-2 {
    width: 38.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .tiles-grid__item--size-2 {
    width: 41rem;
  }
}

.tile {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: default;
  background: #000;
}
.tile video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.tile--gold {
  background: #c99a4c;
  color: #000;
}
.tile__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}
.tile__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 6rem;
}
.tile__logo img {
  display: block;
  width: 15.8rem;
}
.tile__caption {
  font-size: calc(70px * 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 3rem;
  font-family: "Bebas Neue", sans-serif;
  color: #ff5f00;
  white-space: nowrap;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .tile__caption {
    font-size: calc(70px * 0.8);
    padding: 0 5rem;
  }
}
@media only screen and (min-width: 991px) {
  .tile__caption {
    font-size: calc(70px * 1);
    padding: 0 9rem;
  }
}
.tile__caption.animation {
  animation: fade-in-top 1s ease forwards;
}
.tile__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 3rem;
}
.tile__title {
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  margin: 0 0 1.5rem 0;
  color: inherit;
  font-family: "Bebas Neue", sans-serif;
}
.tile__desc {
  font-size: calc(16px * 1);
  line-height: 1.625;
  margin: 0 0 1.5rem 0;
  color: inherit;
}
.tile .btn-link {
  color: #000;
}

.tile-lord-logo {
  opacity: 0;
  transition: 2s;
}
.tile-lord-logo.animation {
  opacity: 1;
}

.section-home-nav {
  position: relative;
  background: #000000;
}
.section-home-nav__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: screen;
  opacity: 0.3;
}

.home-nav {
  position: relative;
  z-index: 10;
  padding: 8rem 0;
}
.home-nav__title {
  font-size: calc(45px * 1);
  margin: 0 0 8rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.home-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 6rem;
}
.home-nav__item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .home-nav__item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 991px) {
  .home-nav__item {
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .home-nav__item {
    width: 20%;
  }
}

.home-nav-tile {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: block;
  text-align: center;
}
.home-nav-tile:hover .home-nav-tile__name {
  color: #ff5f00;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.home-nav-tile:hover .home-nav-tile__name img {
  transform: translateX(3px);
}
.home-nav-tile__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  margin: 0 0 2.5rem 0;
}
@media only screen and (min-width: 768px) {
  .home-nav-tile__icon {
    height: 10.7rem;
  }
}
.home-nav-tile__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.home-nav-tile__name {
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  margin: 0;
  color: #ff5f00;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
.home-nav-tile__name img {
  transition: 0.3s;
}

.section-home-benefits {
  background: #c99a4c;
}

.home-benefits {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 2rem;
  padding: 3rem 0;
}
@media only screen and (min-width: 991px) {
  .home-benefits {
    flex-direction: row;
    padding: 4.2rem 0;
  }
}
.home-benefits__item {
  font-size: calc(24px * 1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 1.5rem;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .home-benefits__item {
    width: 20%;
  }
}
.home-benefits__item img {
  display: block;
  max-width: 9.5rem;
}

.home-blog {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  column-gap: 1.5rem;
  padding: 2rem 0 2rem 0;
}
@media only screen and (min-width: 768px) {
  .home-blog {
    padding: 10rem 0 2rem 0;
  }
}
.home-blog__col1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home-blog__col1 {
    width: calc(50% - 0.8rem);
  }
}
@media only screen and (min-width: 991px) {
  .home-blog__col1 {
    flex: 1;
  }
}
.home-blog__col2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home-blog__col2 {
    width: calc(50% - 0.8rem);
  }
}
@media only screen and (min-width: 991px) {
  .home-blog__col2 {
    flex: 1;
  }
}
.home-blog__col3 {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .home-blog__col3 {
    flex: 2;
  }
}
@media only screen and (min-width: 768px) {
  .home-blog__col-3-bottom {
    display: flex;
    column-gap: 1.5rem;
  }
}
.home-blog__col-3-left {
  flex: 1;
}
.home-blog__col-3-right {
  flex: 1;
}

.home-blog-caption-item {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 5rem 0;
}
@media only screen and (min-width: 1200px) {
  .home-blog-caption-item {
    margin: 6rem 0;
  }
}
.home-blog-caption-item__text {
  font-size: calc(45px * 0.8);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity 2s;
}
@media only screen and (min-width: 991px) {
  .home-blog-caption-item__text {
    font-size: calc(45px * 0.8);
  }
}
@media only screen and (min-width: 1200px) {
  .home-blog-caption-item__text {
    font-size: calc(45px * 1);
  }
}
.home-blog-caption-item__text.animation {
  opacity: 1;
}

.blog-tile {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: block;
  margin: 0 0 5rem 0;
  opacity: 0;
}
@media only screen and (min-width: 1200px) {
  .blog-tile {
    margin: 0 0 6rem 0;
  }
}
.blog-tile:hover .blog-tile__image img {
  opacity: 1;
}
.blog-tile:hover .blog-tile__title {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.blog-tile.animation {
  animation: fade-in-bottom 1s ease forwards;
}
.blog-tile__image {
  margin: 0 0 2rem 0;
  background: #000;
}
.blog-tile__image img {
  display: block;
  width: 100%;
  opacity: 0.5;
  transition: 0.3s;
}
.blog-tile__title {
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  margin: 0 0 2rem 0;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
.blog-tile__desc {
  font-size: calc(16px * 1);
  line-height: 1.625;
  margin: 0 0 2rem 0;
  color: #3b4243;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.blog-large-tile {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: block;
  background: #000;
  margin: 0 0 1.5rem 0;
  opacity: 0;
}
.blog-large-tile:hover .blog-large-tile__bg {
  opacity: 1;
}
.blog-large-tile.animation {
  animation: fade-in-bottom 1s ease forwards;
}
.blog-large-tile__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  transition: 0.3s;
}
.blog-large-tile__content {
  position: relative;
  z-index: 10;
  padding: 3rem 2rem;
}
@media only screen and (min-width: 768px) {
  .blog-large-tile__content {
    padding: 7rem 4rem;
  }
}
@media only screen and (min-width: 991px) {
  .blog-large-tile__content {
    padding: 8rem 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-large-tile__content {
    padding: 13rem 9rem;
  }
}
.blog-large-tile__title {
  font-size: calc(120px * 0.5);
  line-height: 1.0833333333;
  margin: 0 0 1rem 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .blog-large-tile__title {
    font-size: calc(120px * 0.7);
  }
}
@media only screen and (min-width: 991px) {
  .blog-large-tile__title {
    font-size: calc(120px * 0.8);
  }
}
@media only screen and (min-width: 1200px) {
  .blog-large-tile__title {
    font-size: calc(120px * 1);
  }
}
.blog-large-tile__desc {
  font-size: calc(16px * 1);
  line-height: 1.625;
  margin: 0 0 2rem 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.home-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 6rem 0 0 0;
}
@media only screen and (min-width: 1200px) {
  .home-banner {
    padding: 10rem 0 0 0;
  }
}
.home-banner__title {
  font-size: calc(120px * 0.4);
  line-height: 1.0833333333;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .home-banner__title {
    font-size: calc(120px * 0.55);
  }
}
@media only screen and (min-width: 991px) {
  .home-banner__title {
    font-size: calc(120px * 0.8);
  }
}
@media only screen and (min-width: 1200px) {
  .home-banner__title {
    font-size: calc(120px * 1);
  }
}
.home-banner__title.animation {
  animation: fade-in-top 1s ease forwards;
}
.home-banner__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0 4rem 0;
}
@media only screen and (min-width: 1200px) {
  .home-banner__controls {
    padding: 4rem 0 6rem 0;
  }
}
.home-banner__image img {
  display: block;
  max-width: 100%;
}

.shop-w-side-grid {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.shop-w-side-grid .sidebar {
  display: none;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .shop-w-side-grid .sidebar {
    display: block;
    width: 27rem;
  }
}
@media only screen and (min-width: 1400px) {
  .shop-w-side-grid .sidebar {
    width: 32rem;
  }
}
@media only screen and (min-width: 1800px) {
  .shop-w-side-grid .sidebar {
    width: 37rem;
  }
}
.shop-w-side-grid .sidebar__container {
  padding: 2rem 2rem 0 2rem;
}
@media only screen and (min-width: 1400px) {
  .shop-w-side-grid .sidebar__container {
    padding: 2rem 3rem 0 3rem;
  }
}
@media only screen and (min-width: 1800px) {
  .shop-w-side-grid .sidebar__container {
    padding: 2rem 4.4rem 0 4.4rem;
  }
}
.shop-w-side-grid .sidebar__controls {
  margin: 0 0 3rem 0;
}
.shop-w-side-grid .sidebar__controls .btn-primary {
  width: 100%;
  padding: 1.1rem 1rem;
}
.shop-w-side-grid .sidebar__filters {
  margin: 0 0 4rem 0;
}
.shop-w-side-grid .sidebar__filters-controls {
  display: flex;
  justify-content: center;
  margin: 0 0 5rem 0;
}
.shop-w-side-grid .sidebar__filters-controls .btn-primary {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.shop-w-side-grid .sidebar__nav-categories {
  display: none;
  margin: 0 0 4rem 0;
}
.shop-w-side-grid .sidebar__title {
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  display: block;
  padding: 0;
  margin: 0 0 2rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
}
.shop-w-side-grid .sidebar__nav {
  margin: 0 0 3rem 0;
}
.shop-w-side-grid .content {
  width: 100%;
  background: #fff7f2;
}
@media only screen and (min-width: 1200px) {
  .shop-w-side-grid .content {
    width: calc(100% - 27rem);
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .shop-w-side-grid .content {
    width: calc(100% - 32rem);
  }
}
@media only screen and (min-width: 1800px) {
  .shop-w-side-grid .content {
    width: calc(100% - 37rem);
  }
}
.shop-w-side-grid .content__container {
  padding: 1rem;
}
@media only screen and (min-width: 1200px) {
  .shop-w-side-grid .content__container {
    padding: 2.5rem 2.5rem 5rem 2.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .shop-w-side-grid .content__container {
    padding: 3.5rem 3.5rem 8rem 3.5rem;
  }
}
@media only screen and (min-width: 1800px) {
  .shop-w-side-grid .content__container {
    padding: 4.5rem 4.5rem 10rem 4.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop-w-side-grid .home-benefits {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.shop-w-side-grid .home-benefits__item {
  font-size: calc(24px * 0.8);
}
@media only screen and (min-width: 1200px) {
  .shop-w-side-grid .home-benefits__item {
    font-size: calc(24px * 1);
  }
}

.sidebar-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-categories li {
  margin: 0;
  padding: 0;
}
.sidebar-categories li ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 2rem;
  display: none;
}
.sidebar-categories li ul li {
  margin: 0;
  padding: 0;
}
.sidebar-categories--mobile {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
}
.sidebar-categories--mobile li {
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .sidebar-categories--mobile li {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .sidebar-categories--mobile li {
    width: 33.33%;
  }
}

.sidebar-categories-link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 2.4rem;
  padding: 1rem 0;
  border-radius: 2.5rem;
  transition: 0.3s;
}
.sidebar-categories-link:hover, .sidebar-categories-link.selected {
  /*column-gap: 0;*/
  background: #ff5f00;
  width: 114%;
  position: relative;
  left: -7%;
  padding-left: 7%;
  /* .sidebar-categories-link__show {
          width: auto;
      }
      .sidebar-categories-link__ico {
          width: 0px;
      }
      .sidebar-categories-link__name {
          width: 100%;
          justify-content: center;
      }*/
}
.sidebar-categories-link.toggled .sidebar-categories-link__name img {
  transform: rotate(180deg);
}
.sidebar-categories-link__name-text {
  display: flex;
  align-items: center;
  column-gap: 0.3rem;
}
.sidebar-categories-link__show {
  width: 0;
  transition: 0.3s;
  overflow: hidden;
}
.sidebar-categories-link__ico {
  display: flex;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: 0.3s;
}
.sidebar-categories-link__ico img {
  max-width: 100%;
  max-height: 100%;
}
.sidebar-categories-link__ico ion-icon, .sidebar-categories-link__ico i {
  font-size: calc(24px * 1);
  color: #000;
}
.sidebar-categories-link__name {
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  transform: translateY(1px);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  transition: 0.3s;
}

.sidebar-categories-sublink {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  column-gap: 2.4rem;
  padding: 1rem 0 1rem 2.5rem;
  border-radius: 2.5rem;
  transition: 0.3s;
  color: #000;
}
.sidebar-categories-sublink:hover, .sidebar-categories-sublink.selected {
  color: #ff5f00;
}
.sidebar-categories-sublink::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #c99a4c;
  border-radius: 50%;
}
.sidebar-categories-sublink__name {
  font-size: calc(16px * 1);
  line-height: 1.5555555556;
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
  transform: translateY(1px);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: inherit;
}

.sidebar-help-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 2rem;
  width: 100%;
  padding: 2rem 1.5rem;
  margin: 0 0 2rem 0;
  border-radius: 2rem;
  background: #f7f7f7;
}
@media only screen and (min-width: 1400px) {
  .sidebar-help-box {
    padding: 2rem;
  }
}
.sidebar-help-box__photo {
  width: 6rem;
}
@media only screen and (min-width: 1400px) {
  .sidebar-help-box__photo {
    width: 8rem;
  }
}
@media only screen and (min-width: 1800px) {
  .sidebar-help-box__photo {
    width: 8.6rem;
  }
}
.sidebar-help-box__photo img {
  display: block;
  max-width: 100%;
  border-radius: 50%;
}
.sidebar-help-box__content {
  width: calc(100% - 2rem - 6rem);
}
@media only screen and (min-width: 1400px) {
  .sidebar-help-box__content {
    width: calc(100% - 2rem - 8rem);
  }
}
@media only screen and (min-width: 1800px) {
  .sidebar-help-box__content {
    width: calc(100% - 2rem - 8.6rem);
  }
}
.sidebar-help-box__name {
  font-size: calc(18px * 1);
  line-height: 1.1111111111;
  display: block;
  padding: 0;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
}
.sidebar-help-box__role {
  font-size: calc(14px * 0.9);
  line-height: 1.8571428571;
  display: block;
  padding: 0;
  margin: 0 0 0.5rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
}
@media only screen and (min-width: 1400px) {
  .sidebar-help-box__role {
    font-size: calc(14px * 1);
  }
}
.sidebar-help-box__contacts {
  font-size: calc(18px * 1);
  line-height: 1.3333333333;
  display: block;
  padding: 0;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
}
.sidebar-help-box__contacts a {
  color: #ff5f00;
  text-decoration: none;
}
.sidebar-help-box__contacts a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sidebar-help-info__text {
  font-size: calc(14px * 1);
  line-height: 1.8571428571;
  display: block;
  padding: 0;
  margin: 0 0 1rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #3b4243;
}

.product-card-rating {
  position: relative;
  display: flex;
  align-items: center;
  width: 9rem;
}
.product-card-rating__fg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: var(--overlay-width, 0%);
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.product-card-rating__bg {
  display: flex;
  align-items: center;
  width: 100%;
}
.product-card-rating__bg img {
  filter: grayscale(100%);
}

.product-card-rating-value {
  color: #b3b3b3;
  text-decoration: underline;
  transform: translateY(1px);
}
.product-card-rating-value span {
  color: #c99a4c;
  text-decoration: underline;
}
.product-card-rating-value span:hover {
  cursor: pointer;
  color: #ff5f00;
}

.product-card {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(14px * 0.9);
  line-height: 1.7142857143;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #3b4243;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .product-card {
    font-size: calc(14px * 1);
  }
}
.product-card:hover {
  z-index: 10;
  transform: scale(1.02);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.product-card:hover .product-card__title {
  color: #ff5f00;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.product-card .favorite-remove {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  font-size: 2.5rem;
  color: #000;
}
.product-card__top {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  flex: 1;
  color: inherit;
}
.product-card__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22rem;
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .product-card__image {
    height: 28rem;
  }
}
.product-card__image img {
  display: block;
  max-width: calc(100% - 3rem);
  max-height: calc(100% - 3rem);
}
.product-card__tags {
  position: absolute;
  top: 2rem;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.product-card__content {
  padding: 0 2rem;
}
@media only screen and (min-width: 768px) {
  .product-card__content {
    padding: 0 3rem;
  }
}
.product-card__rating {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  margin: 0 0 1.5rem;
}
.product-card__title {
  font-size: calc(24px * 0.8);
  margin: 0 0 1rem 0;
  line-height: initial;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .product-card__title {
    font-size: calc(24px * 1);
  }
}
.product-card__desc {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-card__footer {
  position: relative;
  z-index: 2;
  padding: 2rem 2rem 2.2rem 2rem;
}
@media only screen and (min-width: 768px) {
  .product-card__footer {
    padding: 2rem 3rem 2.2rem 3rem;
  }
}
.product-card__footer-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 1.5rem 0;
}
.product-card__price-main {
  font-size: calc(24px * 1);
  line-height: initial;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #ff5f00;
}
.product-card__price-main .sale {
  font-family: "Poppins", sans-serif;
  color: #3b4243;
  font-size: 1.5rem;
  text-decoration: line-through;
  margin-left: 1rem;
  vertical-align: middle;
  position: relative;
  top: 1px;
}
.product-card__avail {
  font-size: calc(16px * 1);
  line-height: initial;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
.product-card__controls {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
.product-card__buy {
  flex: 1;
  padding: 1.1rem 0;
  width: 100%;
}
.product-card__btn-ico-filled {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.product-card__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
}
.product-card__btn img {
  display: block;
  max-width: 2rem;
  max-height: 2rem;
}
@media only screen and (min-width: 1800px) {
  .product-card__btn img {
    max-width: 2.3rem;
    max-height: 2.3rem;
  }
}
.product-card__btn:hover .product-card__btn-tooltip {
  bottom: calc(100% + 0.5rem);
  opacity: 1;
}
.product-card__btn:hover .product-card__btn-ico-filled {
  opacity: 1;
}
.product-card__btn.selected .product-card__btn-ico-filled {
  opacity: 1;
}
.product-card__btn-tooltip {
  font-size: calc(18px * 1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  background: #c99a4c;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  padding: 15px 30px;
  border-radius: 1.4rem;
  z-index: 100;
  white-space: nowrap;
}
.product-card__btn-tooltip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #c99a4c transparent transparent transparent;
}

.product-card-tag {
  font-size: calc(14px * 0.9);
  padding: 0.1rem 1.2rem;
  line-height: initial;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  text-align: center;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .product-card-tag {
    font-size: calc(14px * 1);
    padding: 0.2rem 1.8rem;
  }
}
.product-card-tag--novinka {
  background: #eebab2;
  color: #000;
}
.product-card-tag--jiz-brzy {
  background: #98d4bb;
  color: #000;
}

.shop-nav-title {
  font-size: calc(45px * 0.8);
  display: block;
  margin: 3.5rem 0;
  line-height: initial;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .shop-nav-title {
    font-size: calc(45px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .shop-nav-title {
    margin: 6rem 0;
  }
}

.shop-product-slider {
  width: calc(100% + 1.8rem);
  margin: 0 -0.9rem !important;
}
.shop-product-slider__item {
  padding: 2rem 0.9rem;
}

.shop-product-slider-header {
  position: relative;
  margin: 3.5rem 0 2rem 0;
}
@media only screen and (min-width: 1200px) {
  .shop-product-slider-header {
    margin: 6rem 0 4rem 0;
  }
}

.shop-product-slider-controls__prev, .shop-product-slider-controls__next {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(14px * 0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #b3b3b3;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .shop-product-slider-controls__prev, .shop-product-slider-controls__next {
    font-size: calc(14px * 1);
  }
}
.shop-product-slider-controls__prev:hover, .shop-product-slider-controls__next:hover {
  color: #000;
}
.shop-product-slider-controls__prev:hover::before, .shop-product-slider-controls__next:hover::before {
  background: #ff5f00;
}
.shop-product-slider-controls__prev {
  left: 0;
  padding: 0 0 0 4.8rem;
}
.shop-product-slider-controls__prev::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3rem;
  height: 3rem;
  background: #000;
  transition: 0.3s;
}
.shop-product-slider-controls__prev::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 7px 7.5px 0;
  border-color: transparent #ff5f00 transparent transparent;
  transition: 0.3s;
}
.shop-product-slider-controls__prev:hover::after {
  border-color: transparent #000 transparent transparent;
}
.shop-product-slider-controls__next {
  right: 0;
  padding: 0 4.8rem 0 0;
}
.shop-product-slider-controls__next::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 3rem;
  height: 3rem;
  background: #000;
  transition: 0.3s;
}
.shop-product-slider-controls__next::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 7px;
  border-color: transparent transparent transparent #ff5f00;
  transition: 0.3s;
}
.shop-product-slider-controls__next:hover::after {
  border-color: transparent transparent transparent #000;
}

.shop-product-slider-title {
  font-size: calc(45px * 0.8);
  display: block;
  margin: 0;
  line-height: initial;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .shop-product-slider-title {
    font-size: calc(45px * 1);
  }
}

.shop-blog-title {
  font-size: calc(45px * 0.8);
  display: block;
  margin: 3.5rem 0;
  line-height: initial;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .shop-blog-title {
    font-size: calc(45px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .shop-blog-title {
    margin: 6rem 0;
  }
}

.shop-blog-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 1.6rem;
  column-gap: 1.6rem;
}
@media only screen and (min-width: 991px) {
  .shop-blog-grid {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-blog-grid {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1400px) {
  .shop-blog-grid {
    flex-direction: row;
  }
}
@media only screen and (min-width: 991px) {
  .shop-blog-grid--v2 {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-blog-grid--v2 {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1400px) {
  .shop-blog-grid--v2 {
    flex-direction: row;
  }
}
@media only screen and (min-width: 2200px) {
  .shop-blog-grid--v2 .shop-blog-grid__list {
    flex: 1;
  }
}
.shop-blog-grid--v2 .shop-blog-grid__list-col:nth-child(2) {
  display: none !important;
}
.shop-blog-grid__main {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .shop-blog-grid__main {
    flex: 1;
    width: auto;
  }
}
.shop-blog-grid__main .blog-large-tile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.shop-blog-grid__main .blog-large-tile__content {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media only screen and (min-width: 1400px) {
  .shop-blog-grid__main .blog-large-tile__content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media only screen and (min-width: 1800px) {
  .shop-blog-grid__main .blog-large-tile__content {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
.shop-blog-grid__list {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .shop-blog-grid__list {
    flex: 1;
    width: auto;
  }
}
@media only screen and (min-width: 2200px) {
  .shop-blog-grid__list {
    flex: 2;
    display: flex;
    column-gap: 3rem;
  }
}
.shop-blog-grid__list-col {
  display: flex;
  flex-direction: column;
  row-gap: 1.4rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .shop-blog-grid__list-col {
    width: auto;
    row-gap: 1.6rem;
  }
}
@media only screen and (min-width: 2200px) {
  .shop-blog-grid__list-col {
    flex: 1;
  }
}
.shop-blog-grid__list-col:nth-child(2) {
  display: none;
}
@media only screen and (min-width: 2200px) {
  .shop-blog-grid__list-col:nth-child(2) {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
  }
}
.shop-blog-grid__list-item {
  opacity: 0;
}
.shop-blog-grid__list-item.animation {
  animation: fade-in-bottom 1s ease forwards;
}

.shop-blog-card {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(16px * 0.8);
  line-height: 1.5;
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #3b4243;
}
@media only screen and (min-width: 768px) {
  .shop-blog-card {
    font-size: calc(16px * 1);
    column-gap: 2.5rem;
  }
}
@media only screen and (min-width: 1800px) {
  .shop-blog-card {
    column-gap: 3.8rem;
  }
}
.shop-blog-card:hover .shop-blog-card__img img {
  opacity: 1;
}
.shop-blog-card:hover .shop-blog-card__title {
  color: #ff5f00;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.shop-blog-card__img {
  background: #000;
}
.shop-blog-card__img img {
  display: block;
  width: 10rem;
  opacity: 0.5;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .shop-blog-card__img img {
    width: 14rem;
  }
}
@media only screen and (min-width: 1400px) {
  .shop-blog-card__img img {
    width: 17rem;
  }
}
@media only screen and (min-width: 1800px) {
  .shop-blog-card__img img {
    width: 19rem;
  }
}
@media only screen and (max-width: 767px) {
  .shop-blog-card__content {
    width: calc(100% - 11.5rem);
  }
}
.shop-blog-card__title {
  font-size: calc(18px * 1);
  margin: 0 0 1rem 0;
  line-height: initial;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s;
}
.shop-blog-card__desc {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop-blog-card__controls {
  padding: 1rem 0 0 0;
}

.shop-nav {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  column-gap: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .shop-nav {
    flex-direction: row;
    row-gap: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-nav {
    column-gap: 2.4rem;
  }
}
@media only screen and (min-width: 1400px) {
  .shop-nav {
    column-gap: 3rem;
  }
}
.shop-nav__item {
  flex: 1;
  opacity: 0;
}
.shop-nav__item.animation {
  animation: fade-in-bottom 1s ease forwards;
}

.shop-nav-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 247px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .shop-nav-card {
    min-height: 326px;
  }
}
@media only screen and (min-width: 991px) {
  .shop-nav-card {
    min-height: 39rem;
  }
}
.shop-nav-card__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
}
.shop-nav-card__link:hover {
  opacity: 0.2;
}
.shop-nav-card__header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  column-gap: 2rem;
  padding: 1.6rem 1.5rem;
  background: rgba(0, 0, 0, 0.75);
}
@media only screen and (min-width: 768px) {
  .shop-nav-card__header {
    column-gap: 2.5rem;
    padding: 1.6rem 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .shop-nav-card__header {
    padding: 1.6rem 3rem;
    column-gap: 3.6rem;
  }
}
.shop-nav-card__header-title {
  font-size: calc(75px * 0.5);
  margin: 0;
  line-height: initial;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .shop-nav-card__header-title {
    font-size: calc(75px * 0.6);
  }
}
@media only screen and (min-width: 991px) {
  .shop-nav-card__header-title {
    font-size: calc(75px * 0.8);
  }
}
@media only screen and (min-width: 1400px) {
  .shop-nav-card__header-title {
    font-size: calc(75px * 1);
  }
}
.shop-nav-card__header-title:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.shop-nav-card__header-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(18px * 0.8);
  padding: 0 2rem 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #ff5f00;
}
@media only screen and (min-width: 768px) {
  .shop-nav-card__header-btn {
    font-size: calc(18px * 1);
  }
}
.shop-nav-card__header-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #ff5f00 transparent transparent transparent;
}
.shop-nav-card__header-btn span:nth-child(2) {
  display: none;
}
.shop-nav-card__header-btn:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.shop-nav-card__header-btn.opened::after {
  transform: translateY(-50%) rotate(180deg);
}
.shop-nav-card__header-btn.opened span:nth-child(1) {
  display: none;
}
.shop-nav-card__header-btn.opened span:nth-child(2) {
  display: block;
}
.shop-nav-card__body {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.75);
}
.shop-nav-card__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 170px;
  padding: 0 2rem 2rem 2rem;
}
@media only screen and (min-width: 991px) {
  .shop-nav-card__container {
    min-height: 286px;
  }
}
@media only screen and (min-width: 1400px) {
  .shop-nav-card__container {
    padding: 0 3rem 3rem 3rem;
    min-height: 269px;
  }
}
.shop-nav-card__container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
}
.shop-nav-card__container ul li {
  margin: 0;
  padding: 0;
}
.shop-nav-card__container ul li a {
  font-size: calc(18px * 0.8);
  line-height: 1.5555555556;
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
  color: #ff5f00;
  text-decoration: none;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .shop-nav-card__container ul li a {
    font-size: calc(18px * 1);
  }
}
.shop-nav-card__container ul li a img {
  transition: 0.3s;
}
.shop-nav-card__container ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.shop-nav-card__container ul li a:hover img {
  transform: translateX(3px);
}

.section-shop-slider {
  position: relative;
}

.shop-slider {
  margin: 0 !important;
}

.shop-slider-dots {
  position: absolute;
  top: 3rem;
  right: 1rem;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .shop-slider-dots {
    top: 5rem;
    right: 4rem;
  }
}
@media only screen and (min-width: 1800px) {
  .shop-slider-dots {
    top: 7rem;
    right: 5rem;
  }
}
.shop-slider-dots .slick-dots {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 20;
  width: 100%;
  bottom: unset;
}
.shop-slider-dots .slick-dots li {
  position: relative;
  width: 5.5rem;
  height: 0.3rem;
  margin: 0;
  transition: 0.3s;
}
.shop-slider-dots .slick-dots li.slick-active .dot-text {
  color: #ff5f00;
}
.shop-slider-dots .slick-dots li .dot-text {
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  position: absolute;
  bottom: 100%;
  left: 0;
  color: #5d6267;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
.shop-slider-dots .slick-dots li button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  pointer-events: all;
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}
.shop-slider-dots .slick-dots li button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3rem;
}
.shop-slider-dots .slick-dots li button:hover {
  background: #ff5f00;
}
.shop-slider-dots .slick-dots li button::before {
  content: none;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.shop-slider-dots .slick-dots li button .progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #ff5f00;
  animation: progress 5s linear;
}

.shop-slider-slide {
  position: relative;
  background: #000000;
  height: 52rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .shop-slider-slide {
    height: 32rem;
  }
}
@media only screen and (min-width: 991px) {
  .shop-slider-slide {
    height: 40rem;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-slider-slide {
    height: 50rem;
  }
}
@media only screen and (min-width: 1800px) {
  .shop-slider-slide {
    height: 57rem;
  }
}
.shop-slider-slide__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.8;
  pointer-events: none;
}
.shop-slider-slide__content {
  position: relative;
  z-index: 2;
  padding: 4.5rem 2rem 15rem 2rem;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .shop-slider-slide__content {
    padding: 0 0 0 2rem;
    max-width: calc(100% - 22rem - 4rem - 2rem);
  }
}
@media only screen and (min-width: 991px) {
  .shop-slider-slide__content {
    padding: 0 0 0 3.5rem;
    max-width: calc(100% - 30rem - 5rem - 3rem);
  }
}
@media only screen and (min-width: 1400px) {
  .shop-slider-slide__content {
    padding: 0 0 0 5rem;
  }
}
@media only screen and (min-width: 1800px) {
  .shop-slider-slide__content {
    padding: 0 0 0 10rem;
    max-width: calc(100% - 36rem - 5rem - 3rem);
  }
}
@media only screen and (min-width: 2200px) {
  .shop-slider-slide__content {
    max-width: 50%;
  }
}
.shop-slider-slide__title {
  font-size: calc(75px * 0.45);
  line-height: 1.1333333333;
  display: block;
  margin: 0 0 1.5rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .shop-slider-slide__title {
    font-size: calc(75px * 0.55);
  }
}
@media only screen and (min-width: 991px) {
  .shop-slider-slide__title {
    font-size: calc(75px * 0.65);
  }
}
@media only screen and (min-width: 1400px) {
  .shop-slider-slide__title {
    font-size: calc(75px * 0.75);
  }
}
@media only screen and (min-width: 1800px) {
  .shop-slider-slide__title {
    font-size: calc(75px * 1);
  }
}
.shop-slider-slide__title strong {
  color: #c99a4c;
  font-weight: 400;
}
.shop-slider-slide__text {
  font-size: calc(16px * 0.8);
  line-height: 1.625;
  display: block;
  margin: 0 0 1.5rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 991px) {
  .shop-slider-slide__text {
    font-size: calc(16px * 1);
  }
}
.shop-slider-slide__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 13rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .shop-slider-slide__image {
    top: 0;
    right: 2rem;
    bottom: unset;
    width: auto;
    max-width: 20rem;
    height: 100%;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 991px) {
  .shop-slider-slide__image {
    right: 2rem;
    max-width: 25rem;
  }
}
@media only screen and (min-width: 1400px) {
  .shop-slider-slide__image {
    right: 4rem;
    max-width: 30rem;
  }
}
@media only screen and (min-width: 1800px) {
  .shop-slider-slide__image {
    max-width: 36rem;
    right: 5rem;
  }
}
@media only screen and (min-width: 2200px) {
  .shop-slider-slide__image {
    width: 100%;
    max-width: 50%;
    align-items: center;
  }
}
.shop-slider-slide__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.content--full {
  padding: 2.6rem 0 3.6rem 0;
  background: #fff;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.shop-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.6rem;
}
.shop-products.fullwidth {
  grid-template-columns: auto;
}

.filter-item {
  margin: 0 0 3.5rem 0;
}
.filter-item__label {
  font-size: calc(18px * 1);
  display: block;
  margin: 0 0 1.5rem 0;
  line-height: initial;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}
.filter-item__label:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #ff5f00 transparent transparent transparent;
}
.filter-item__label.open:after {
  transform: translateY(-50%) rotate(180deg);
}

.filter-datalist {
  border: none;
  margin: 0;
  padding: 0;
  display: none;
}
.filter-datalist.open {
  display: block;
}

.breadcrumb {
  font-size: calc(18px * 0.9);
  line-height: initial;
  color: #b3b3b3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1.2rem;
  row-gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .breadcrumb {
    font-size: calc(18px * 1);
    column-gap: 1.8rem;
  }
}
.breadcrumb img {
  display: block;
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
  background: none;
  transition: 0.3s;
}
.breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #ff5f00;
}
.breadcrumb a img {
  max-width: 1.8rem;
}
@media only screen and (min-width: 1400px) {
  .breadcrumb a img {
    max-width: 2.4rem;
  }
}
.breadcrumb a img:hover {
  filter: brightness(0) saturate(100%) invert(44%) sepia(21%) saturate(6116%) hue-rotate(359deg) brightness(99%) contrast(109%);
}

.breadcrumbs-panel {
  margin: 1rem 0 2rem 0;
}
@media only screen and (min-width: 1200px) {
  .breadcrumbs-panel {
    margin: 0 0 5rem 0;
  }
}

.shop-products-header {
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 1200px) {
  .shop-products-header {
    margin: 0 0 4rem 0;
  }
}
.shop-products-header__title {
  font-size: calc(45px * 0.8);
  display: block;
  margin: 0 0 2rem 0;
  line-height: initial;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 991px) {
  .shop-products-header__title {
    font-size: calc(45px * 1);
  }
}

.shop-categories-list {
  display: flex;
  row-gap: 1rem;
  flex-wrap: wrap;
  margin: 0 -0.8rem 4rem -0.8rem;
  width: calc(100% + 1.6rem);
}
@media only screen and (min-width: 500px) {
  .shop-categories-list {
    row-gap: 1.6rem;
  }
}
.shop-categories-list__item {
  width: 100%;
  padding: 0 0.8rem;
}
@media only screen and (min-width: 500px) {
  .shop-categories-list__item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .shop-categories-list__item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1884px) {
  .shop-categories-list__item {
    width: 25%;
  }
}
@media only screen and (min-width: 2220px) {
  .shop-categories-list__item {
    width: 20%;
  }
}
@media only screen and (min-width: 2600px) {
  .shop-categories-list__item {
    width: 16.66%;
  }
}

.shop-category-card {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(18px * 0.8);
  line-height: 1.3333333333;
  display: flex;
  align-items: center;
  column-gap: 1.3rem;
  padding: 1.6rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  background: #fff;
  transition: 0.3s;
}
@media only screen and (min-width: 500px) {
  .shop-category-card {
    padding: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-category-card {
    font-size: calc(18px * 1);
  }
}
.shop-category-card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  color: #ff5f00;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.shop-category-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
}
@media only screen and (min-width: 500px) {
  .shop-category-card__img {
    width: 5rem;
    height: 5rem;
  }
}
.shop-category-card__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.shop-products-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 2rem;
  column-gap: 3rem;
  width: 100%;
  margin: 0 0 1.5rem 0;
}
.shop-products-controls__product-count {
  font-size: calc(14px * 1);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #b3b3b3;
}

.shop-products-sorting {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 3rem;
}
@media only screen and (min-width: 1200px) {
  .shop-products-sorting {
    column-gap: 4rem;
  }
}
.shop-products-sorting__item {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(18px * 0.8);
  line-height: 1.3333333333;
  display: none;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .shop-products-sorting__item {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-products-sorting__item {
    font-size: calc(18px * 1);
  }
}
.shop-products-sorting__item.selected {
  color: #ff5f00;
}
.shop-products-sorting__item:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #ff5f00;
}
.shop-products-sorting__selector {
  font-size: calc(16px * 1);
  display: block;
  width: 100%;
  padding: 0 1.4rem;
  height: 36px;
  border: 1px solid #ddd;
  background: #f7f7f7;
  text-align: center;
  color: #000;
  border-radius: 1.8rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  outline-color: #c99a4c;
}
@media only screen and (min-width: 768px) {
  .shop-products-sorting__selector {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .section-shop-mobile-filters {
    display: none !important;
  }
}

.shop-mobile-filters {
  margin: 0 0 3rem 0;
}
.shop-mobile-filters__controls {
  display: flex;
  margin: 0 0 2rem 0;
}
.shop-mobile-filters__controls .btn-primary {
  flex: 1;
  padding: 0.8rem 2rem;
}
.shop-mobile-filters__fields {
  display: none;
}
.shop-mobile-filters__fields-inner form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  row-gap: 3rem;
  column-gap: 5rem;
}
.shop-mobile-filters__fields-inner .filter-item {
  margin: 0;
}

.section-shop-product-banner {
  padding: 4rem 0;
}
@media only screen and (min-width: 1200px) {
  .section-shop-product-banner {
    padding: 9rem 0;
  }
}

.shop-product-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 150rem;
  margin: 0 auto;
  padding: 9rem 0 0 0;
  background: #000000;
}
@media only screen and (min-width: 991px) {
  .shop-product-banner {
    padding: 13rem 0 0 0;
  }
}
.shop-product-banner__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.5;
  pointer-events: none;
}
.shop-product-banner__logo {
  position: absolute;
  top: 2.8rem;
  left: 2.8rem;
  z-index: 5;
}
@media only screen and (min-width: 991px) {
  .shop-product-banner__logo {
    top: 4.8rem;
    left: 4.8rem;
  }
}
.shop-product-banner__logo img {
  display: block;
  width: 7.8rem;
}
.shop-product-banner__container {
  position: relative;
  z-index: 5;
}
.shop-product-banner__content {
  padding: 0 3rem 3rem 3rem;
}
@media only screen and (min-width: 768px) {
  .shop-product-banner__content {
    padding: 0 0 0 3rem;
  }
}
@media only screen and (min-width: 991px) {
  .shop-product-banner__content {
    padding: 0 0 0 7rem;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-product-banner__content {
    padding: 0 0 0 7rem;
  }
}
@media only screen and (min-width: 1500px) {
  .shop-product-banner__content {
    padding: 0 0 0 12rem;
  }
}
.shop-product-banner__title {
  font-size: calc(75px * 0.5);
  line-height: 1.1333333333;
  margin: 0 0 2rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 360px) {
  .shop-product-banner__title {
    font-size: calc(75px * 0.5);
  }
}
@media only screen and (min-width: 768px) {
  .shop-product-banner__title {
    font-size: calc(75px * 0.8);
    display: inline;
    margin: 0;
  }
}
@media only screen and (min-width: 991px) {
  .shop-product-banner__title {
    font-size: calc(75px * 0.8);
  }
}
@media only screen and (min-width: 1200px) {
  .shop-product-banner__title {
    font-size: calc(75px * 0.88);
  }
}
@media only screen and (min-width: 1500px) {
  .shop-product-banner__title {
    font-size: calc(75px * 1);
  }
}
.shop-product-banner__texts {
  font-size: calc(16px * 1);
  line-height: 1.625;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .shop-product-banner__texts {
    float: right;
    width: calc(57% + 3rem);
    padding: 2rem 5rem 5rem 3rem;
  }
}
@media only screen and (min-width: 1500px) {
  .shop-product-banner__texts {
    width: calc(57% + 3rem);
    padding: 2rem 10rem 5rem 3rem;
  }
}
@media only screen and (min-width: 1800px) {
  .shop-product-banner__texts {
    width: calc(65% + 3rem);
    padding: 2rem 10rem 5rem 5rem;
  }
}
.shop-product-banner__caption {
  margin: 0 0 1rem 0;
  font-weight: 700;
  color: #ff5f00;
}
.shop-product-banner__text {
  margin: 0 0 1rem 0;
}

.pagination {
  padding: 3rem 0 1rem 0;
}
@media only screen and (min-width: 1200px) {
  .pagination {
    padding: 5rem 0 2rem 0;
  }
}
.pagination__controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(18px * 1);
  position: relative;
  padding: 0 2rem 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #ff5f00;
}
.pagination__btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #ff5f00 transparent transparent transparent;
  pointer-events: none;
}
.pagination__btn:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.section-product-detail {
  padding: 3rem 0;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .section-product-detail {
    padding: 5rem 0;
  }
}
@media only screen and (min-width: 1500px) {
  .section-product-detail .container {
    max-width: 1420px;
  }
}

.section-related-news {
  padding: 0 0 4rem 0;
  background: #fff;
}
@media only screen and (min-width: 1200px) {
  .section-related-news {
    padding: 0 0 7rem 0;
  }
}

.related-news {
  width: 100%;
  max-width: 95rem;
  margin: 0 auto;
}
.related-news__title {
  font-size: calc(45px * 0.8);
  display: block;
  width: 100%;
  max-width: 43rem;
  margin: 0 auto 3rem auto;
  line-height: initial;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .related-news__title {
    font-size: calc(45px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .related-news__title {
    margin: 0 auto 4.5rem auto;
  }
}
.related-news__grid {
  display: flex;
  row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.8rem;
  width: calc(100% + 1.6rem);
}
@media only screen and (min-width: 768px) {
  .related-news__grid {
    row-gap: 1.6rem;
  }
}
@media only screen and (min-width: 991px) {
  .related-news__grid {
    margin: 0 -3rem;
    width: calc(100% + 6rem);
    row-gap: 4rem;
  }
}
.related-news__item {
  width: 100%;
  padding: 0 0.8rem;
}
@media only screen and (min-width: 768px) {
  .related-news__item {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .related-news__item {
    padding: 0 3rem;
  }
}

.product-blog-card {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(16px * 0.8);
  line-height: 1.5;
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #3b4243;
}
@media only screen and (min-width: 768px) {
  .product-blog-card {
    font-size: calc(16px * 1);
    column-gap: 2.5rem;
  }
}
.product-blog-card:hover .product-blog-card__img img {
  opacity: 1;
}
.product-blog-card:hover .shop-blog-card__title {
  color: #ff5f00;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.product-blog-card__img {
  background: #000;
}
.product-blog-card__img img {
  display: block;
  width: 10rem;
  opacity: 0.5;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .product-blog-card__img img {
    width: 12rem;
  }
}
.product-blog-card__content {
  flex: 1;
}
.product-blog-card__title {
  font-size: calc(18px * 1);
  margin: 0 0 1rem 0;
  line-height: initial;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  transition: 0.3s;
}
.product-blog-card__controls {
  padding: 0;
}

.section-related-products {
  padding: 4rem 0;
  background: #fff7f2;
}
@media only screen and (min-width: 1200px) {
  .section-related-products {
    padding: 7rem 0;
  }
}

.section-favorite-products {
  padding: 4rem 0;
  background: #fff;
}
@media only screen and (min-width: 1200px) {
  .section-favorite-products {
    padding: 7rem 0;
  }
}

.related-products__title {
  font-size: calc(45px * 0.8);
  display: block;
  width: 100%;
  max-width: 43rem;
  margin: 0 auto 3rem auto;
  line-height: initial;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .related-products__title {
    font-size: calc(45px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .related-products__title {
    margin: 0 auto 4.5rem auto;
  }
}
.related-products__grid {
  display: flex;
  row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.8rem;
  width: calc(100% + 1.6rem);
}
@media only screen and (min-width: 500px) {
  .related-products__grid {
    row-gap: 1.6rem;
  }
}
.related-products__item {
  width: 100%;
  padding: 0 0.8rem;
}
@media only screen and (min-width: 500px) {
  .related-products__item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .related-products__item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .related-products__item {
    width: 25%;
  }
}

.product-detail__mobile-top {
  display: block;
  margin: 0 0 4rem 0;
}
@media only screen and (min-width: 768px) {
  .product-detail__mobile-top {
    display: none;
  }
}
.product-detail__mobile-title {
  font-size: calc(45px * 0.8);
  margin: 0;
  line-height: initial;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .product-detail__mobile-title {
    font-size: calc(45px * 1);
  }
}
.product-detail__mobile-rating {
  font-size: calc(14px * 1);
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}
.product-detail__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3rem;
}
@media only screen and (min-width: 768px) {
  .product-detail__top {
    column-gap: 4rem;
  }
}
@media only screen and (min-width: 1500px) {
  .product-detail__top {
    column-gap: 6.8rem;
  }
}
.product-detail__gallery {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .product-detail__gallery {
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 1500px) {
  .product-detail__gallery {
    width: calc(50% - 3.4rem);
  }
}
.product-detail__tags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 0.7rem;
}
.product-detail__tags .product-card-tag {
  border-radius: 2rem;
}
.product-detail__info {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .product-detail__info {
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 1500px) {
  .product-detail__info {
    width: calc(50% - 3.4rem);
  }
}
.product-detail__header {
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-detail__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 3rem;
    row-gap: 1.5rem;
    margin: 0 0 2.5rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .product-detail__header {
    padding: 4rem 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .product-detail__header {
    padding: 5rem 0 0 0;
  }
}
@media only screen and (min-width: 1800px) {
  .product-detail__header {
    padding: 8rem 0 0 0;
  }
}
.product-detail__title {
  font-size: calc(45px * 0.8);
  margin: 0;
  line-height: initial;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .product-detail__title {
    font-size: calc(45px * 1);
  }
}
.product-detail__rating {
  font-size: calc(14px * 1);
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}
.product-detail__desc {
  font-size: calc(16px * 1);
  line-height: 1.625;
  margin: 0 0 2.5rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #3b4243;
}
.product-detail__data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 2.5rem 0 0;
  column-gap: 4rem;
  row-gap: 1rem;
}
@media only screen and (min-width: 1500px) {
  .product-detail__data {
    column-gap: 5rem;
  }
}
.product-detail__data-item {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.product-detail__data-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  width: 1px;
  height: 2rem;
  background: #d6d8d9;
}
@media only screen and (min-width: 1500px) {
  .product-detail__data-item:after {
    right: -2.5rem;
  }
}
.product-detail__data-item:last-child::after {
  content: none;
}
.product-detail__data-item .btn-link {
  font-size: calc(16px * 1);
  position: relative;
  top: 2px;
}
.product-detail__data-item .btn-link img {
  position: relative;
  top: -2px;
}
.product-detail__data-item-caption {
  font-size: calc(16px * 1);
  line-height: initial;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  display: flex;
  gap: 2rem;
}
.product-detail__data-item-text {
  font-size: calc(14px * 1);
  line-height: initial;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
}
.product-detail__controls {
  margin: 2.6rem 0;
}
.product-detail__content {
  padding: 3.5rem 0 0 0;
}
@media only screen and (min-width: 991px) {
  .product-detail__content {
    padding: 7rem 0 0 0;
  }
}

.product-data-control__btn-ico-filled {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.product-data-control__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
}
.product-data-control__btn img {
  display: block;
  max-width: 2rem;
  max-height: 2rem;
}
@media only screen and (min-width: 1800px) {
  .product-data-control__btn img {
    max-width: 2.3rem;
    max-height: 2.3rem;
  }
}
.product-data-control__btn:hover .product-data-control__btn-tooltip, .product-data-control__btn.selected .product-data-control__btn-tooltip {
  bottom: calc(100% + 0.5rem);
  opacity: 1;
}
.product-data-control__btn:hover .product-data-control__btn-ico-filled, .product-data-control__btn.selected .product-data-control__btn-ico-filled {
  opacity: 1;
}
.product-data-control__btn-tooltip {
  font-size: calc(18px * 1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  background: #c99a4c;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  padding: 15px 30px;
  border-radius: 1.4rem;
  z-index: 100;
  white-space: nowrap;
}
.product-data-control__btn-tooltip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #c99a4c transparent transparent transparent;
}

.product-detail-gallery__large a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .product-detail-gallery__large a {
    padding: 3rem;
  }
}
@media only screen and (min-width: 1800px) {
  .product-detail-gallery__large a {
    padding: 5rem;
  }
}
.product-detail-gallery__large a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (min-width: 991px) {
  .product-detail-gallery__large a img {
    max-height: 25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .product-detail-gallery__large a img {
    max-height: 35rem;
  }
}
@media only screen and (min-width: 1800px) {
  .product-detail-gallery__large a img {
    max-height: 100%;
  }
}
.product-detail-gallery__thumbs {
  display: flex;
  flex-wrap: wrap;
}
.product-detail-gallery__thumbs-item {
  position: relative;
  width: 20%;
}
.product-detail-gallery__thumbs-item a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 100%;
  border-radius: 1rem;
  background: #fff;
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .product-detail-gallery__thumbs-item a {
    border-radius: 3rem;
  }
}
.product-detail-gallery__thumbs-item a:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 1px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  z-index: 2;
}
.product-detail-gallery__thumbs-item a:hover .product-detail-gallery__thumbs-item-text {
  color: #ff5f00;
}
.product-detail-gallery__thumbs-item a img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 2rem);
  max-height: calc(100% - 2rem);
}
@media only screen and (min-width: 991px) {
  .product-detail-gallery__thumbs-item a img {
    max-width: calc(100% - 4rem);
    max-height: calc(100% - 4rem);
  }
}
.product-detail-gallery__thumbs-item-text {
  font-size: calc(18px * 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  transition: 0.3s;
}

.product-energy-class-tag {
  max-width: 6rem;
  width: 100%;
}

.product-detail-controls {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  column-gap: 3rem;
  row-gap: 1rem;
  width: 100%;
  padding: 1.5rem;
  border-radius: 2rem;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 1px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
@media only screen and (min-width: 450px) {
  .product-detail-controls {
    padding: 2rem;
  }
}
@media only screen and (min-width: 450px) {
  .product-detail-controls {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail-controls {
    flex-direction: column;
    align-items: unset;
  }
}
@media only screen and (min-width: 991px) {
  .product-detail-controls {
    flex-direction: row;
    align-items: center;
    row-gap: 2rem;
    padding: 3rem;
    border-radius: 3rem;
  }
}
@media only screen and (min-width: 1500px) {
  .product-detail-controls {
    padding: 3rem 4rem;
  }
}
.product-detail-controls__prices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1.5rem;
}
@media only screen and (min-width: 450px) {
  .product-detail-controls__prices {
    column-gap: 2rem;
  }
}
.product-detail-controls__main-price {
  font-size: calc(45px * 0.8);
  line-height: initial;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #ff5f00;
}
@media only screen and (min-width: 450px) {
  .product-detail-controls__main-price {
    font-size: calc(45px * 0.9);
  }
}
@media only screen and (min-width: 1500px) {
  .product-detail-controls__main-price {
    font-size: calc(45px * 1);
  }
}
.product-detail-controls__vatless-price {
  font-size: calc(18px * 1);
  line-height: initial;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
}
.product-detail-controls__sale-price {
  font-family: "Poppins", sans-serif;
  color: #3b4243;
  font-size: 2.2rem;
  margin-left: 0.5rem;
  text-decoration: line-through;
  vertical-align: middle;
}
.product-detail-controls__right form {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}
.product-detail-controls__counter .quantity-counter {
  width: 10rem;
}
@media only screen and (min-width: 1500px) {
  .product-detail-controls__counter .quantity-counter {
    width: 11rem;
  }
}
.product-detail-controls__controls {
  flex: 1;
}
.product-detail-controls__buy {
  width: 100%;
  padding: 1.1rem 3rem;
  white-space: nowrap;
}
@media only screen and (min-width: 1500px) {
  .product-detail-controls__buy {
    padding: 1.1rem 4rem;
  }
}

.quantity-counter {
  display: flex;
  width: 11rem;
  height: 5rem;
  border-radius: 2.5rem;
  background: #f7f7f7;
  overflow: hidden;
  margin: 0 auto;
}
.quantity-counter.focused {
  box-shadow: 0 0 0 2px #c99a4c;
}
.quantity-counter__quantity-field {
  min-width: 1px;
  flex: 1;
  border: none;
  text-align: center;
  color: #000;
  border-radius: 0;
  background: transparent;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  outline-color: #c99a4c;
}
.quantity-counter__quantity-controls {
  display: flex;
  flex-direction: column;
  width: 3.8rem;
}
.quantity-counter .up, .quantity-counter .down {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  width: 100%;
  height: 50%;
  border: none;
  border-radius: 0;
  background: transparent;
  outline: none;
  transition: 0.3s;
}
.quantity-counter .up:hover, .quantity-counter .down:hover {
  background: #ff5f00;
}
.quantity-counter .up::after, .quantity-counter .down::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.quantity-counter .up::after {
  top: 1.7rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 4px 4.5px;
  border-color: transparent transparent #ff5f00 transparent;
}
.quantity-counter .up:hover::after {
  border-color: transparent transparent #000 transparent;
}
.quantity-counter .down::after {
  bottom: 1.7rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #ff5f00 transparent transparent transparent;
}
.quantity-counter .down:hover::after {
  border-color: #000 transparent transparent transparent;
}

.product-detail-tabs__nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 480px) {
  .product-detail-tabs__nav {
    flex-direction: row;
  }
}
.product-detail-tabs__nav-item {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(18px * 1);
  position: relative;
  display: block;
  padding: 1rem 2rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  transition: 0.3s;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .product-detail-tabs__nav-item::before {
    content: "";
    width: 100%;
    height: 0.3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
  }
}
.product-detail-tabs__nav-item.selected::before {
  background: #ff5f00;
}
.product-detail-tabs__nav-item.selected, .product-detail-tabs__nav-item:hover {
  color: #ff5f00;
}
.product-detail-tabs__content {
  padding: 1rem 0 0 0;
}
@media only screen and (min-width: 1200px) {
  .product-detail-tabs__content {
    padding: 2rem 0 0 0;
  }
}
.product-detail-tabs__content h2 {
  width: 100%;
  max-width: 43rem;
  margin: 0 auto 2rem auto;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .product-detail-tabs__content h2 {
    margin: 0 auto 2.5rem auto;
  }
}
.product-detail-tabs__box-section {
  margin: 0 auto;
  width: 100%;
  max-width: 72rem;
  padding: 3rem 0;
}
.product-detail-tabs__box-section--large {
  max-width: 96rem;
}
.product-detail-tabs__box-section .two-cols {
  width: 100%;
  max-width: 54rem;
  margin: 4rem auto;
}
@media (min-width: 1200px) {
  .product-detail-tabs__box-section .two-cols {
    margin: 6rem auto;
  }
}
.product-detail-tabs__box-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.product-detail-tabs__files {
  display: flex;
  justify-content: center;
  gap: 5rem;
  flex-wrap: wrap;
}
.product-detail-tabs__files .preview-img {
  margin-right: 0;
}

.toggle-product-details-categories.toggled span::after {
  transform: translateY(-50%) rotate(180deg);
}

.product-detail-tabs-scroll-target {
  position: relative;
  top: -40px;
}
@media only screen and (min-width: 1200px) {
  .product-detail-tabs-scroll-target {
    top: -200px;
  }
}

.section-hpp-intro {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hpp-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 3rem 0;
}
@media only screen and (min-width: 768px) {
  .hpp-intro {
    padding: 4rem 0 4rem 0;
    min-height: calc(100vh - 9.2rem);
  }
}
@media only screen and (min-width: 991px) {
  .hpp-intro {
    padding: 6rem 0 6rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .hpp-intro {
    padding: 8rem 0 8rem 0;
  }
}
@media only screen and (min-width: 2000px) {
  .hpp-intro {
    padding: 14rem 0;
  }
}
.hpp-intro__feather {
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 2000px) {
  .hpp-intro__feather {
    margin: 0 0 5rem 0;
  }
}
.hpp-intro__feather img {
  max-width: 10rem;
}
@media only screen and (min-width: 768px) {
  .hpp-intro__feather img {
    max-width: 15rem;
  }
}
@media only screen and (min-width: 991px) {
  .hpp-intro__feather img {
    max-width: 20.3rem;
  }
}
.hpp-intro__title {
  font-size: calc(80px * 0.35);
  line-height: 1.0833333333;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 360px) {
  .hpp-intro__title {
    font-size: calc(80px * 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .hpp-intro__title {
    font-size: calc(80px * 0.7);
  }
}
@media only screen and (min-width: 991px) {
  .hpp-intro__title {
    font-size: calc(80px * 0.9);
  }
}
@media only screen and (min-width: 1200px) {
  .hpp-intro__title {
    font-size: calc(80px * 1);
  }
}
@media only screen and (min-width: 2000px) {
  .hpp-intro__title {
    font-size: calc(120px * 1);
  }
}
.hpp-intro__title strong {
  color: #c99a4c;
  font-weight: 400;
}
.hpp-intro__text {
  font-size: calc(16px * 1);
  line-height: 1.625;
  margin: 0 0 3rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .hpp-intro__text {
    font-size: calc(18px * 1);
    margin: 0 0 4rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .hpp-intro__text {
    font-size: calc(20px * 1);
    margin: 0 0 6rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .hpp-intro__text {
    font-size: calc(24px * 1);
    margin: 0 0 8rem 0;
  }
}
@media only screen and (min-width: 2000px) {
  .hpp-intro__text {
    font-size: calc(30px * 1);
  }
}
.hpp-intro__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 2.5rem;
  row-gap: 1.4rem;
}
.hpp-intro__controls a {
  max-height: 5rem;
}

.section-hpp-product-banner {
  background: #000;
  overflow: hidden;
}

.hpp-product-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0 3rem 0;
}
@media only screen and (min-width: 768px) {
  .hpp-product-banner {
    padding: 6rem 0 4rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .hpp-product-banner {
    padding: 9rem 0 5rem 0;
  }
}
.hpp-product-banner__img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hpp-product-banner__img img {
  display: block;
  max-width: 30rem;
}
@media only screen and (min-width: 768px) {
  .hpp-product-banner__img img {
    max-width: 38rem;
  }
}
@media only screen and (min-width: 991px) {
  .hpp-product-banner__img img {
    max-width: 44rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hpp-product-banner__img img {
    max-width: 57.4rem;
  }
}
.hpp-product-banner__title {
  font-size: calc(80px * 0.35);
  line-height: 1.0833333333;
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 360px) {
  .hpp-product-banner__title {
    font-size: calc(80px * 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .hpp-product-banner__title {
    font-size: calc(80px * 0.7);
  }
}
@media only screen and (min-width: 991px) {
  .hpp-product-banner__title {
    font-size: calc(80px * 0.9);
  }
}
@media only screen and (min-width: 1200px) {
  .hpp-product-banner__title {
    font-size: calc(80px * 1);
  }
}
.hpp-product-banner__text {
  font-size: calc(16px * 1);
  line-height: 1.625;
  position: relative;
  z-index: 2;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .hpp-product-banner__text {
    font-size: calc(18px * 1);
  }
}
@media only screen and (min-width: 991px) {
  .hpp-product-banner__text {
    font-size: calc(20px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .hpp-product-banner__text {
    font-size: calc(24px * 1);
  }
}
.hpp-product-banner__controls {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  column-gap: 2.5rem;
  row-gap: 1.4rem;
  margin-top: 12rem;
}
@media only screen and (min-width: 380px) {
  .hpp-product-banner__controls {
    flex-direction: row;
    margin-top: 18rem;
  }
}
@media only screen and (min-width: 768px) {
  .hpp-product-banner__controls {
    margin-top: 24rem;
  }
}
@media only screen and (min-width: 991px) {
  .hpp-product-banner__controls {
    margin-top: 30rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hpp-product-banner__controls {
    margin-top: 39rem;
  }
}

.hpp-articles {
  padding: 4rem 0 1rem 0;
}
@media only screen and (min-width: 768px) {
  .hpp-articles {
    padding: 8rem 0 1rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .hpp-articles {
    padding: 10rem 0 2rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .hpp-articles {
    padding: 16rem 0 4rem 0;
  }
}
.hpp-articles__title {
  font-size: calc(80px * 0.35);
  line-height: 1.0833333333;
  position: relative;
  z-index: 2;
  margin: 0 0 3rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
}
@media only screen and (min-width: 360px) {
  .hpp-articles__title {
    font-size: calc(80px * 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .hpp-articles__title {
    font-size: calc(80px * 0.7);
  }
}
@media only screen and (min-width: 991px) {
  .hpp-articles__title {
    font-size: calc(80px * 0.9);
  }
}
@media only screen and (min-width: 1200px) {
  .hpp-articles__title {
    font-size: calc(80px * 1);
    margin: 0 0 4rem 0;
  }
}
@media only screen and (min-width: 650px) {
  .hpp-articles__list {
    column-gap: 3rem;
    columns: 2;
  }
}
@media only screen and (min-width: 768px) {
  .hpp-articles__list {
    column-gap: 5rem;
  }
}
.hpp-articles__item {
  display: block;
  width: 100%;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 1200px) {
  .hpp-articles__item {
    margin: 0 0 5rem 0;
  }
}

.hpp-article-card {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: block;
  width: 100%;
}
.hpp-article-card:hover .hpp-article-card__img::before {
  opacity: 0;
}
.hpp-article-card__img {
  position: relative;
  width: 100%;
  margin: 0 0 2.4rem 0;
}
.hpp-article-card__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: 0.3s;
  z-index: 2;
  opacity: 0.45;
}
.hpp-article-card__img img {
  display: block;
  width: 100%;
}
.hpp-article-card__video-ico {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 3.5rem;
  height: 3.5rem;
}
@media only screen and (min-width: 768px) {
  .hpp-article-card__video-ico {
    top: 2rem;
    right: 2rem;
    width: 5rem;
    height: 5rem;
  }
}
.hpp-article-card__text {
  font-size: calc(16px * 1);
  line-height: 1.625;
  margin: 0 0 1.2rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #3b4243;
  transition: 0.3s;
}
.hpp-article-card__text-container {
  max-width: 30rem;
  margin: 0;
}

.section-hpp-categorie {
  background: #fff;
}

.hpp-categorie {
  padding: 4rem 1rem;
}
@media only screen and (min-width: 768px) {
  .hpp-categorie {
    padding: 8rem 1.5rem;
  }
}
@media only screen and (min-width: 991px) {
  .hpp-categorie {
    padding: 10rem 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hpp-categorie {
    padding: 14rem 5rem;
  }
}
.hpp-categorie__title {
  font-size: calc(80px * 0.35);
  line-height: 1.0833333333;
  position: relative;
  z-index: 2;
  margin: 0 0 3rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
}
@media only screen and (min-width: 360px) {
  .hpp-categorie__title {
    font-size: calc(80px * 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .hpp-categorie__title {
    font-size: calc(80px * 0.7);
    margin: 0 0 4rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .hpp-categorie__title {
    font-size: calc(80px * 0.9);
    margin: 0 0 6rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .hpp-categorie__title {
    font-size: calc(80px * 1);
    margin: 0 0 9rem 0;
  }
}
.hpp-categorie__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  column-gap: 5rem;
  row-gap: 6rem;
}
@media only screen and (min-width: 991px) {
  .hpp-categorie__list {
    row-gap: 8rem;
  }
}
@media only screen and (min-width: 1500px) {
  .hpp-categorie__list {
    justify-content: space-around;
    width: 100%;
    max-width: 200rem;
    margin: 0 auto;
  }
}
.hpp-category-card {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.hpp-category-card:hover .hpp-category-card__title {
  color: #ff5f00;
}
.hpp-category-card:hover .hpp-category-card__img img:nth-child(1) {
  display: none;
}
.hpp-category-card:hover .hpp-category-card__img img:nth-child(2) {
  display: block;
}
.hpp-category-card__img {
  margin: 0 0 2rem 0;
}
.hpp-category-card__img img {
  max-width: 6rem;
  max-height: 100%;
}
@media only screen and (min-width: 768px) {
  .hpp-category-card__img img {
    max-width: 8rem;
  }
}
@media only screen and (min-width: 991px) {
  .hpp-category-card__img img {
    max-width: 100%;
  }
}
.hpp-category-card__img img:nth-child(1) {
  display: block;
}
.hpp-category-card__img img:nth-child(2) {
  display: none;
}
.hpp-category-card__title {
  font-size: calc(16px * 1);
  line-height: 1.625;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000000;
  text-align: center;
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .hpp-category-card__title {
    font-size: calc(18px * 1);
  }
}

.section-hpp-info-panel {
  position: relative;
}
.section-hpp-info-panel__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .section-hpp-info-panel__bg {
    opacity: 0.3;
  }
}

.hpp-info-panel {
  position: relative;
  z-index: 2;
}
.hpp-info-panel--reverse .hpp-info-panel__container {
  margin: 0;
}
.hpp-info-panel__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .hpp-info-panel__container {
    width: 50%;
    margin: 0 0 0 50%;
  }
}
@media only screen and (min-width: 991px) {
  .hpp-info-panel__container {
    min-height: 50rem;
  }
}
.hpp-info-panel__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 44rem;
  padding: 4rem 0;
}
@media only screen and (min-width: 768px) {
  .hpp-info-panel__content {
    padding: 5rem 0;
  }
}
.hpp-info-panel__title {
  font-size: calc(28px * 1);
  line-height: 1.625;
  margin: 0 0 2rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  color: #c99a4c;
}
@media only screen and (min-width: 768px) {
  .hpp-info-panel__title {
    font-size: calc(32px * 1);
  }
}
@media only screen and (min-width: 991px) {
  .hpp-info-panel__title {
    font-size: calc(34px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .hpp-info-panel__title {
    font-size: calc(40px * 1);
  }
}
.hpp-info-panel__texts {
  font-size: calc(16px * 1);
  line-height: 2.0555555556;
  margin: 0 0 3rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 991px) {
  .hpp-info-panel__texts {
    font-size: calc(18px * 1);
  }
}
.hpp-info-panel__texts p {
  margin: 0;
}

.section-hpp-claim-slider {
  background: #0d0d0d;
  overflow-x: clip;
}
.section-hpp-claim-slider .slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 1.4rem;
  bottom: 2rem;
}
@media only screen and (min-width: 991px) {
  .section-hpp-claim-slider .slick-dots {
    bottom: 3rem;
  }
}
.section-hpp-claim-slider .slick-dots li {
  margin: 0;
  padding: 0;
  width: 1rem;
  height: 1rem;
}
.section-hpp-claim-slider .slick-dots li.slick-active {
  width: 1rem;
  height: 1rem;
}
.section-hpp-claim-slider .slick-dots li.slick-active button {
  background: #ff5f00;
}
.section-hpp-claim-slider .slick-dots li button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}
.section-hpp-claim-slider .slick-dots li button::before {
  content: none;
}

.hpp-claim-slider {
  position: relative;
}
.hpp-claim-slider__list {
  margin: 0 !important;
}

.hpp-claim-slider-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 9;
}
@media only screen and (min-width: 991px) {
  .hpp-claim-slider-btn {
    top: 50%;
  }
}
.hpp-claim-slider-btn--prev {
  left: 0;
}
@media only screen and (min-width: 991px) {
  .hpp-claim-slider-btn--prev {
    left: -5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hpp-claim-slider-btn--prev {
    left: -10rem;
  }
}
@media only screen and (min-width: 1600px) {
  .hpp-claim-slider-btn--prev {
    left: -15rem;
  }
}
.hpp-claim-slider-btn--prev img {
  transform: rotate(180deg);
}
.hpp-claim-slider-btn--next {
  right: 0;
}
@media only screen and (min-width: 991px) {
  .hpp-claim-slider-btn--next {
    right: -5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hpp-claim-slider-btn--next {
    right: -10rem;
  }
}
@media only screen and (min-width: 1600px) {
  .hpp-claim-slider-btn--next {
    right: -15rem;
  }
}

.hpp-claim-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  min-height: 48rem;
}
@media only screen and (min-width: 768px) {
  .hpp-claim-slide {
    min-height: 56rem;
  }
}
@media only screen and (min-width: 991px) {
  .hpp-claim-slide {
    padding: 7.5rem 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .hpp-claim-slide {
    min-height: 60rem;
    padding: 9rem 0 0 0;
  }
}
@media only screen and (min-width: 1500px) {
  .hpp-claim-slide {
    min-height: 72rem;
  }
}
.hpp-claim-slide__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 4rem;
  row-gap: 3rem;
}
@media only screen and (min-width: 768px) {
  .hpp-claim-slide__content {
    row-gap: 4rem;
  }
}
@media only screen and (min-width: 991px) {
  .hpp-claim-slide__content {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .hpp-claim-slide__content {
    column-gap: 5rem;
  }
}
.hpp-claim-slide__center {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .hpp-claim-slide__center {
    flex: 0.8;
  }
}
.hpp-claim-slide__center img {
  display: block;
  max-width: 100%;
  max-height: 12rem;
}
@media only screen and (min-width: 768px) {
  .hpp-claim-slide__center img {
    max-height: 16rem;
  }
}
@media only screen and (min-width: 991px) {
  .hpp-claim-slide__center img {
    max-height: 18rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hpp-claim-slide__center img {
    max-height: unset;
  }
}
.hpp-claim-slide__left, .hpp-claim-slide__right {
  font-size: calc(80px * 0.35);
  line-height: 1.0833333333;
  flex: 1;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: right;
}
@media only screen and (min-width: 360px) {
  .hpp-claim-slide__left, .hpp-claim-slide__right {
    font-size: calc(80px * 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .hpp-claim-slide__left, .hpp-claim-slide__right {
    font-size: calc(80px * 0.7);
  }
}
@media only screen and (min-width: 1200px) {
  .hpp-claim-slide__left, .hpp-claim-slide__right {
    font-size: calc(80px * 0.9);
  }
}
@media only screen and (min-width: 1500px) {
  .hpp-claim-slide__left, .hpp-claim-slide__right {
    font-size: calc(80px * 1);
  }
}
.hpp-claim-slide__left strong, .hpp-claim-slide__right strong {
  color: #c99a4c;
  font-weight: 400;
}
.hpp-claim-slide__right {
  text-align: left;
}
.hpp-claim-slide__text {
  font-size: calc(16px * 1);
  line-height: 1.625;
  margin: 2rem 0 0 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .hpp-claim-slide__text {
    font-size: calc(18px * 1);
    margin: 3rem 0 0 0;
  }
}
@media only screen and (min-width: 991px) {
  .hpp-claim-slide__text {
    font-size: calc(20px * 1);
    margin: 4rem 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .hpp-claim-slide__text {
    font-size: calc(24px * 1);
    margin: 5rem 0 0 0;
  }
}

.adm-header {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 0.5rem;
  padding: 2rem 0 0 0;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 1200px) {
  .adm-header {
    padding: 0;
    margin: 0 0 4rem 0;
  }
}
.adm-header__title {
  font-size: calc(45px * 0.8);
  display: block;
  margin: 0;
  line-height: initial;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 991px) {
  .adm-header__title {
    font-size: calc(45px * 1);
  }
}

.adm-content-box-row {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  column-gap: 3rem;
}
@media only screen and (min-width: 768px) {
  .adm-content-box-row {
    flex-direction: row;
  }
}
.adm-content-box-row .adm-content-box {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .adm-content-box-row--start {
    align-items: flex-start;
  }
}

.adm-content-box {
  background: #fff;
  border-radius: 2rem;
  padding: 1.5rem;
}
@media only screen and (min-width: 450px) {
  .adm-content-box {
    padding: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .adm-content-box {
    padding: 3rem;
    border-radius: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .adm-content-box {
    padding: 4.5rem 3rem;
  }
}
.adm-content-box__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0 2rem 0;
}
@media only screen and (min-width: 991px) {
  .adm-content-box__header {
    margin: 0 0 4rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .adm-content-box__header--subtitle {
    margin: 0 0 2rem 0;
  }
}
.adm-content-box__header-title {
  font-size: calc(16px * 1);
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
  line-height: initial;
  padding: 0;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
}
.adm-content-box__header-title img {
  max-width: 2rem;
}
@media only screen and (min-width: 991px) {
  .adm-content-box__header-title {
    font-size: calc(18px * 1);
    column-gap: 1.5rem;
  }
  .adm-content-box__header-title img {
    max-width: 2.4rem;
  }
}
.adm-content-box__header-caption {
  font-size: calc(22px * 1);
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
  line-height: initial;
  padding: 0;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .adm-content-box__header-caption {
    font-size: calc(28px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .adm-content-box__header-caption {
    font-size: calc(32px * 1);
  }
}
.adm-content-box__centered-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  margin: 2.5rem 0 0 0;
}
@media only screen and (min-width: 991px) {
  .adm-content-box__centered-controls {
    margin: 5rem 0 0 0;
  }
}

.adm-section-spacer {
  height: 2rem;
}
@media only screen and (min-width: 1200px) {
  .adm-section-spacer {
    height: 2.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .adm-section-spacer {
    height: 3.5rem;
  }
}
@media only screen and (min-width: 1800px) {
  .adm-section-spacer {
    height: 4.5rem;
  }
}

.table-mobile-label {
  margin: 4px 0 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .table-mobile-label {
    display: none;
  }
}

.adm-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .adm-table-wrapper table thead {
    display: none;
  }
}
.adm-table-wrapper table thead tr th {
  font-size: calc(16px * 1);
  height: 5rem;
  padding: 1rem;
  text-align: left;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: initial;
  color: #000;
  background: #f7f7f7;
}
@media only screen and (min-width: 768px) {
  .adm-table-wrapper table thead tr th:first-child {
    border-top-left-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 991px) {
  .adm-table-wrapper table thead tr th:first-child {
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .adm-table-wrapper table thead tr th:last-child {
    border-top-right-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .adm-table-wrapper table tbody {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3rem;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .adm-table-wrapper table tbody tr {
    border-radius: 2.5rem;
  }
  .adm-table-wrapper table tbody tr:last-child td::before {
    content: none;
  }
  .adm-table-wrapper table tbody tr.hide-underline td::before {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .adm-table-wrapper table tbody tr {
    display: block;
    width: 100%;
    padding: 2rem 0;
    border-bottom: 1px solid #f7f7f7;
  }
}
.adm-table-wrapper table tbody tr td {
  font-size: calc(16px * 1);
  padding: 0.3rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: initial;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .adm-table-wrapper table tbody tr td {
    position: relative;
    height: 9.5rem;
    padding: 1rem;
  }
  .adm-table-wrapper table tbody tr td::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
  }
  .adm-table-wrapper table tbody tr td:first-child {
    padding-left: 2rem;
  }
  .adm-table-wrapper table tbody tr td:first-child::before {
    left: 2rem;
    width: calc(100% - 2rem);
  }
}
@media only screen and (min-width: 768px) and (min-width: 991px) {
  .adm-table-wrapper table tbody tr td:first-child {
    padding-left: 3rem;
  }
  .adm-table-wrapper table tbody tr td:first-child::before {
    left: 3rem;
    width: calc(100% - 3rem);
  }
}
@media only screen and (min-width: 768px) {
  .adm-table-wrapper table tbody tr td:last-child {
    padding-right: 2rem;
  }
  .adm-table-wrapper table tbody tr td:last-child::before {
    width: calc(100% - 2rem);
  }
}
@media only screen and (min-width: 768px) and (min-width: 991px) {
  .adm-table-wrapper table tbody tr td:last-child {
    padding-right: 3rem;
  }
  .adm-table-wrapper table tbody tr td:last-child::before {
    width: calc(100% - 3rem);
  }
}
@media only screen and (max-width: 767px) {
  .adm-table-wrapper table tbody tr td {
    display: flex;
    align-items: flex-start;
    column-gap: 1rem;
  }
}
.adm-table-wrapper table tbody tr td .table-links a {
  color: #000;
  text-decoration: none;
  font-size: 1.3rem;
}
.adm-table-wrapper table tbody tr td .table-links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media only screen and (min-width: 768px) {
  .adm-table-wrapper table tbody tr:hover {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  }
}
.adm-table-wrapper table tbody tr:hover td::before {
  content: none;
}

.adm-tab-box {
  position: relative;
  z-index: 2;
}
.adm-tab-box__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 768px) {
  .adm-tab-box__nav {
    padding: 0;
    margin: 0;
  }
}
.adm-tab-box__nav-link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(16px * 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .adm-tab-box__nav-link:first-child.selected::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 3rem;
    height: 3rem;
    background: #fff;
    pointer-events: none;
    z-index: -1;
  }
}
@media only screen and (min-width: 991px) {
  .adm-tab-box__nav-link {
    font-size: calc(18px * 1);
    padding: 1rem 6rem;
  }
}
@media only screen and (min-width: 451px) {
  .adm-tab-box__nav-link {
    padding: 1rem 4rem;
    min-height: 5.5rem;
  }
}
@media only screen and (max-width: 450px) {
  .adm-tab-box__nav-link {
    width: 100%;
    padding: 1.4rem 1rem;
  }
}
.adm-tab-box__nav-link.selected {
  background: #fff;
  color: #c99a4c;
}
@media only screen and (min-width: 768px) {
  .adm-tab-box__nav-link.selected {
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .adm-tab-box__nav-link.selected {
    border-radius: 2.5rem;
  }
}
.adm-tab-box__content {
  background: #fff;
  border-radius: 2rem;
  padding: 1.5rem;
}
@media only screen and (min-width: 450px) {
  .adm-tab-box__content {
    padding: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .adm-tab-box__content {
    padding: 3rem;
    border-radius: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .adm-tab-box__content {
    padding: 4.5rem 3rem;
  }
}
.adm-tab-box__subcontent {
  background: #fff7f2;
  border-radius: 2rem;
  padding: 3rem 3rem;
}
.adm-tab-box__subcontent .adm-tab-box__content {
  border-top-left-radius: 0;
}

.adm-form {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.adm-form__row {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (min-width: 768px) {
  .adm-form__row {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .adm-form__row {
    column-gap: 4rem;
  }
}
.adm-form__row--custom {
  flex-wrap: wrap;
  gap: 2rem;
}
.adm-form__row--custom input, .adm-form__row--custom select, .adm-form__row--custom .select2 {
  min-width: 20rem;
  max-width: 20rem;
}
.adm-form__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.adm-form__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .adm-form__controls {
    padding: 2rem 0;
  }
}
.adm-form__controls .btn-primary {
  height: 5rem;
  padding-top: 1px;
  padding-bottom: 0;
}
.adm-form__controls--left-align {
  justify-content: flex-start;
}
.adm-form__controls--filter {
  padding: 0;
  margin: auto 0 0 0;
  height: 5rem;
  justify-content: center !important;
}
.adm-form__controls--filter button {
  font-size: 15px !important;
  padding: 0 3rem !important;
  height: 4rem !important;
}
.adm-form__controls--filter a {
  font-size: calc(15px * 0.8);
  line-height: 1.3333333333;
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
  color: #ff5f00;
  text-decoration: none;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .adm-form__controls--filter a {
    font-size: calc(15px * 1);
  }
}
.adm-form__controls--filter a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.adm-form__fields {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.adm-form__fields-row {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.adm-form__fields-row.collection-wrapper > .adm-form__field > .adm-form__field {
  border: 3px solid #fff7f2;
  padding: 2rem;
  border-radius: 3rem;
}
.adm-form__fields-row.collection-wrapper .btn-link {
  display: inline-block;
}
.adm-form__fields-row.collection-wrapper [id^=collection-container-] > div {
  border-bottom: 3px solid #fff7f2;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.adm-form__fields-row.collection-wrapper [id^=collection-container-] > div .adm-form__field {
  margin-bottom: 1rem;
}
.adm-form__fields-row.collection-wrapper [id^=collection-container-] > div:last-of-type {
  border-bottom: 0;
}
.adm-form__fields-row-spacer {
  height: 1rem;
}
.adm-form__fields-row-spacer--big {
  height: 2rem;
}
.adm-form__field {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.adm-form__field--center {
  justify-content: center;
}
.adm-form__field--1-3 {
  flex: 0.5;
}
@media only screen and (min-width: 768px) {
  .adm-form__field--1-3 {
    flex: 0.33;
  }
  .adm-form__field--1-2 {
    flex: 0.5;
  }
}
.adm-form__field__suffix {
  margin-bottom: 1rem;
}
.adm-form__field-input-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-weight: 400;
  color: #000;
  font-family: "Poppins", sans-serif;
  background: transparent;
  border-radius: 0;
  border: none;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 991px) {
  .adm-form__field-input-button {
    right: 1.5rem;
  }
}
.adm-form__field-input-button:hover {
  color: #ff5f00;
}
.adm-form__field-input-suffix {
  font-size: calc(12px * 1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 991px) {
  .adm-form__field-input-suffix {
    right: 1.5rem;
  }
}
.adm-form__field-text {
  font-size: calc(16px * 1);
  width: 100%;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
}
.adm-form__field-text a {
  color: inherit;
}
.adm-form__field-text a:hover {
  color: #ff5f00;
}
.adm-form__field-text--right {
  text-align: right;
}
.adm-form__label {
  font-size: calc(16px * 1);
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
  line-height: initial;
  padding: 0;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .adm-form__label {
    font-size: calc(18px * 1);
  }
}
.adm-form__label .required {
  color: #ff5f00;
}
.adm-form__label--separator {
  padding: 1rem 0;
  color: rgba(0, 0, 0, 0.5);
}
.adm-form__label--center {
  justify-content: center;
}
.adm-form__label .btn-simple-ico {
  margin: 0 0 0 1rem;
  width: 2rem;
  height: 2rem;
  transform: translateY(-2px);
}
.adm-form__label .btn-simple-ico:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #fff7f2;
  opacity: 0;
  transition: 0.3s;
}
.adm-form__label .btn-simple-ico:hover::before {
  opacity: 1;
}
.adm-form__label .btn-simple-ico.btn-help ion-icon, .adm-form__label .btn-simple-ico.btn-help i {
  font-size: 2rem;
}
.adm-form__text {
  font-size: calc(16px * 1);
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
}
.adm-form__texts {
  font-size: calc(16px * 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 2rem;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
}
.adm-form__texts p {
  margin: 0;
}
.adm-form__texts ul {
  margin: 0;
  line-height: 1.6;
}
.adm-form__toggler--centered {
  min-height: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.adm-form__calendar {
  position: relative;
}
.adm-form__calendar-ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .adm-form__calendar-ico {
    right: 2rem;
  }
}
.adm-form__input, .adm-form__textarea, .adm-form__select, .adm-form__date-inp {
  font-size: calc(16px * 1);
  display: block;
  width: 100%;
  min-width: 12rem;
  min-height: 5rem;
  margin: 0;
  padding: 0 2rem;
  color: #3b3b3b;
  line-height: initial;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border-radius: 2.5rem;
  border: none;
  background: #f7f7f7;
  box-shadow: none;
  outline: none;
}
@media only screen and (min-width: 1200px) {
  .adm-form__input, .adm-form__textarea, .adm-form__select, .adm-form__date-inp {
    padding: 0 3rem;
  }
}
.adm-form__input::placeholder, .adm-form__textarea::placeholder, .adm-form__select::placeholder, .adm-form__date-inp::placeholder {
  color: #808080;
}
.adm-form__input:focus, .adm-form__textarea:focus, .adm-form__select:focus, .adm-form__date-inp:focus {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
.adm-form__input[disabled], .adm-form__textarea[disabled], .adm-form__select[disabled], .adm-form__date-inp[disabled] {
  background: #fff7f2;
  color: #ff5f00;
}
.adm-form__input[type=file], .adm-form__textarea[type=file], .adm-form__select[type=file], .adm-form__date-inp[type=file] {
  line-height: 5rem;
}
.adm-form__selector {
  position: relative;
  /* &::after {
          content: '';
          position: absolute;
          top: 50%;
          right: 1.8rem;
          transform: translateY(-50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 4px 4.5px 0 4.5px;
          border-color: tokens.$color-primary transparent transparent transparent;
          pointer-events: none;
      }*/
}
.adm-form__selector .select2-container {
  width: 100% !important;
}
.adm-form__select {
  appearance: none;
}
.adm-form__textarea {
  resize: none;
  min-height: 11rem;
  padding: 2rem;
}
@media only screen and (min-width: 1200px) {
  .adm-form__textarea {
    padding: 2rem 3rem;
  }
}
.adm-form__checkbox-group {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 1rem;
}
.adm-form__checkbox-group--vertical {
  flex-direction: column;
}
.adm-form__checkbox-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.adm-form__checkbox-group ul li {
  margin: 0;
  padding: 0;
}
.adm-form__checkbox-group ul li ul {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin: 1rem 0 0 2rem;
  padding: 0;
}

.adm-toggled-section {
  background: #fff;
  border-radius: 2rem;
}
@media only screen and (min-width: 991px) {
  .adm-toggled-section {
    border-radius: 3rem;
  }
}
.adm-toggled-section__header {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(16px * 1);
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 3rem 1rem 1.5rem;
  min-height: 6rem;
  font-family: "Bebas Neue", sans-serif;
  color: #000;
  font-weight: 400;
  transition: 0.3s;
  justify-content: space-between;
}
.adm-toggled-section__header:hover {
  color: #ff5f00;
}
.adm-toggled-section__header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #ff5f00 transparent transparent transparent;
  pointer-events: none;
}
@media only screen and (min-width: 991px) {
  .adm-toggled-section__header::after {
    right: 3rem;
    border-width: 8px 9px 0 9px;
  }
}
.adm-toggled-section__header.toggled::after {
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (min-width: 991px) {
  .adm-toggled-section__header {
    font-size: calc(18px * 1);
    min-height: 9rem;
    padding: 1rem 6rem 1rem 3rem;
  }
}
.adm-toggled-section__content {
  padding: 0 1.5rem 1.5rem 1.5rem;
}
@media only screen and (min-width: 450px) {
  .adm-toggled-section__content {
    padding: 0 2rem 2rem 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .adm-toggled-section__content {
    padding: 0 3rem 3rem 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .adm-toggled-section__content {
    padding: 0 3rem 4.5rem 3rem;
  }
}

.adm-search {
  position: relative;
  display: flex;
  padding: 5px;
  height: 5rem;
  background: #f7f7f7;
  border-radius: 2.5rem;
}
.adm-search.focus {
  box-shadow: 0 0 0 2px rgba(201, 154, 76, 0.8);
}
.adm-search__filter {
  padding: 1.1rem 5rem;
}
.adm-search__icon {
  position: absolute;
  top: 0;
  left: 2.2rem;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .adm-search__icon {
    display: flex;
  }
}
.adm-search__inp {
  font-size: calc(16px * 1);
  flex: 1;
  min-width: 1px;
  margin: 0;
  padding: 0 1.5rem;
  border: none;
  border-radius: 0;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  outline: none;
}
@media only screen and (min-width: 768px) {
  .adm-search__inp {
    padding: 0 2rem 0 5rem;
    min-width: 24rem;
  }
}
.adm-search__inp::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.adm-search__btn {
  line-height: initial;
  padding: 1rem 3rem !important;
  height: 4rem;
}
@media only screen and (min-width: 768px) {
  .adm-search__btn {
    padding: 1rem 3rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .adm-search__btn {
    padding: 1rem 4rem !important;
  }
}
@media only screen and (min-width: 1800px) {
  .adm-search__btn {
    padding: 1rem 5rem !important;
  }
}

.adm-filter-panel {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 768px) {
  .adm-filter-panel {
    flex-direction: row;
    margin: 0 0 2rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .adm-filter-panel {
    margin: 0 0 4rem 0;
  }
}
.adm-filter-panel__header {
  width: 100%;
}
.adm-filter-panel__btn-link {
  min-height: 4.6rem;
  padding: 0 0.5rem;
}
.adm-filter-panel__btn-link img {
  filter: invert(43%) sepia(78%) saturate(3045%) hue-rotate(0deg) brightness(102%) contrast(107%);
}
.adm-filter-panel__btn-link:hover {
  text-decoration: none;
}
.adm-filter-panel__btn-link:hover span {
  text-decoration: underline;
}
.adm-filter-panel__btn-primary {
  padding-top: 1px;
  padding-bottom: 0;
  height: 5rem;
}
.adm-filter-panel__left {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media only screen and (max-width: 480px) {
  .adm-filter-panel__left {
    flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .adm-filter-panel__left {
    row-gap: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .adm-filter-panel__left {
    row-gap: 3rem;
  }
}
.adm-filter-panel__left .yes-no {
  align-items: center;
}
.adm-filter-panel__left .yes-no input {
  margin-top: 1.3rem;
}
.adm-filter-panel__left .adm-form__field {
  flex: unset;
  max-width: 25rem;
  width: 100%;
}
.adm-filter-panel__left .adm-form__field--smaller {
  width: auto;
}
.adm-filter-panel__right {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 480px) {
  .adm-filter-panel__right {
    flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .adm-filter-panel__right {
    row-gap: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .adm-filter-panel__right {
    row-gap: 3rem;
  }
}
.adm-filter-panel__field {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: 0.5rem;
}
@media only screen and (max-width: 480px) {
  .adm-filter-panel__field {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .adm-filter-panel__field .adm-form__date-inp,
  .adm-filter-panel__field .adm-form__input,
  .adm-filter-panel__field .adm-form__selector {
    min-width: 19rem;
  }
}
.adm-filter-panel__field .adm-form__label {
  font-size: calc(16px * 1);
}

.adm-tiles {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  width: calc(100% + 2rem);
  margin: 0 -1rem;
}
.adm-tiles__item {
  padding: 0 1rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .adm-tiles__item {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .adm-tiles__item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1800px) {
  .adm-tiles__item {
    width: 25%;
  }
}
.adm-tiles--two-cols .adm-tiles__item {
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .adm-tiles--two-cols .adm-tiles__item {
    width: 50%;
  }
}

a.adm-tile {
  transition: 0.3s;
}
a.adm-tile:hover {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}

.adm-tile {
  background: #fff;
  border-radius: 2rem;
  padding: 1.5rem;
  display: block;
  height: 100%;
}
.adm-tile__content {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.adm-tile__content a {
  color: #ff5f00;
  text-decoration: none;
  text-underline-offset: 2px;
}
.adm-tile__content a:hover {
  text-decoration: underline;
}
.adm-tile__content ion-icon, .adm-tile__content i {
  vertical-align: middle;
  margin-right: 1rem;
}
@media only screen and (min-width: 450px) {
  .adm-tile {
    padding: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .adm-tile {
    padding: 3rem;
    border-radius: 3rem;
  }
}
.adm-tile--center {
  justify-content: center;
}
.adm-tile__texts {
  text-align: right;
}
.adm-tile__icon img {
  max-width: 4rem;
}
@media only screen and (min-width: 768px) {
  .adm-tile__icon img {
    max-width: 5.4rem;
  }
}
.adm-tile__title {
  font-size: calc(30px * 1);
  line-height: initial;
  padding: 0;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #ff5f00;
}
@media only screen and (min-width: 768px) {
  .adm-tile__title {
    font-size: calc(36px * 1);
  }
}
@media only screen and (min-width: 991px) {
  .adm-tile__title {
    font-size: calc(40px * 1);
  }
}
@media only screen and (min-width: 1600px) {
  .adm-tile__title {
    font-size: calc(45px * 1);
  }
}
.adm-tile__subtitle {
  font-size: calc(16px * 1);
  line-height: initial;
  padding: 0;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .adm-tile__subtitle {
    font-size: calc(18px * 1);
  }
}

.adm-mobile-header {
  padding: 1rem;
  background: #fff;
}
@media only screen and (min-width: 1200px) {
  .adm-mobile-header {
    display: none !important;
  }
}
.adm-mobile-header .sidebar__title {
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  display: block;
  padding: 0;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
}
.adm-mobile-header .sidebar__nav {
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .adm-mobile-header .sidebar__nav .sidebar-categories {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3rem;
  }
  .adm-mobile-header .sidebar__nav .sidebar-categories-link:hover, .adm-mobile-header .sidebar__nav .sidebar-categories-link.selected {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .adm-mobile-header .sidebar__nav .sidebar-categories {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .adm-mobile-header .sidebar__nav .sidebar-categories-link:hover, .adm-mobile-header .sidebar__nav .sidebar-categories-link.selected {
    padding-left: 0;
    padding-right: 0;
  }
}

.adm-table-extendable-text {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  padding: 0 1rem 0 0;
}
@media only screen and (min-width: 768px) {
  .adm-table-extendable-text {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .adm-table-extendable-text {
    column-gap: 4rem;
    padding: 1rem 0;
  }
}
.adm-table-extendable-text.toggled .adm-table-extendable-text__content {
  max-height: unset;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: initial;
  text-overflow: unset;
}
.adm-table-extendable-text.toggled .adm-table-extendable-text__btn:after {
  transform: translateY(-50%) rotate(180deg);
}
.adm-table-extendable-text__content {
  flex: 1;
  color: #3b4243;
  max-height: 4.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.adm-table-extendable-text__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: block;
  width: 1.8rem;
  height: 1.5rem;
}
.adm-table-extendable-text__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #ff5f00 transparent transparent transparent;
  pointer-events: none;
}
@media only screen and (min-width: 991px) {
  .adm-table-extendable-text__btn::after {
    border-width: 8px 9px 0 9px;
  }
}

.table-product-title {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.table-product-title img {
  display: block;
  max-width: 4rem;
  max-height: 4rem;
}

.table-cell-v-center.table-cell-v-center {
  align-items: center;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999991;
  background: rgba(0, 0, 0, 0.5);
}
.modal__container {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999992;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.modal-window {
  position: relative;
  width: 100%;
  max-width: 84rem;
  pointer-events: all;
  max-height: 100%;
  overflow-y: auto;
  background: #fff;
  border-radius: 2rem;
  padding: 1.5rem;
}
@media only screen and (min-width: 450px) {
  .modal-window {
    padding: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .modal-window {
    padding: 3rem;
    border-radius: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-window {
    padding: 4.5rem 3rem;
  }
}
.modal-window__close {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 991px) {
  .modal-window__close {
    top: 1rem;
    right: 1rem;
  }
}

.modal-rating-form {
  width: 100%;
  max-width: 68rem;
  margin: 0 auto;
}
.modal-rating-form .adm-form__textarea {
  min-height: 16rem;
}
@media only screen and (min-width: 768px) {
  .modal-rating-form .adm-form__textarea {
    min-height: 24rem;
  }
}
.modal-rating-form__title {
  font-size: calc(30px * 1);
  line-height: initial;
  padding: 0;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal-rating-form__title {
    font-size: calc(36px * 1);
  }
}
@media only screen and (min-width: 991px) {
  .modal-rating-form__title {
    font-size: calc(40px * 1);
  }
}
@media only screen and (min-width: 1600px) {
  .modal-rating-form__title {
    font-size: calc(45px * 1);
  }
}
.modal-rating-form__subtitle {
  font-size: calc(18px * 1);
  line-height: initial;
  padding: 0;
  margin: 0 0 2rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #ff5f00;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal-rating-form__subtitle {
    font-size: calc(20px * 1);
  }
}
@media only screen and (min-width: 991px) {
  .modal-rating-form__subtitle {
    font-size: calc(24px * 1);
    margin: 0 0 3rem 0;
  }
}
.modal-rating-form__fields {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media only screen and (min-width: 991px) {
  .modal-rating-form__fields {
    row-gap: 3rem;
  }
}
.modal-rating-form__field {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .modal-rating-form__field {
    flex-direction: row;
  }
}
.modal-rating-form__label {
  font-size: calc(16px * 1);
  display: block;
  min-width: 15rem;
  line-height: initial;
  padding: 0;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
}
.modal-rating-form__label--centered {
  display: flex;
  align-items: center;
  padding: 1px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .modal-rating-form__label--top-padding {
    padding-top: 2rem;
  }
}
.modal-rating-form__input-wrapper {
  flex: 1;
}
.modal-rating-form__rating {
  display: flex;
  justify-content: flex-start;
}
.modal-rating-form__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .modal-rating-form__controls {
    padding: 2rem 0;
  }
}
.modal-rating-form__controls .btn-primary {
  height: 5rem;
  padding-top: 1px;
  padding-bottom: 0;
}

.rating-chooser {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  column-gap: 0.8rem;
}
.rating-chooser input {
  display: none;
}
.rating-chooser__star {
  position: relative;
  cursor: pointer;
}
.rating-chooser__star img {
  max-width: 3rem;
}
@media only screen and (min-width: 768px) {
  .rating-chooser__star img {
    max-width: 4.1rem;
  }
}
.rating-chooser__not-selected {
  position: relative;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
}
.rating-chooser__selected {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
.rating-chooser :checked ~ label .rating-chooser__selected {
  opacity: 1;
}
.rating-chooser .rating-chooser__star:hover .rating-chooser__selected,
.rating-chooser .rating-chooser__star:hover ~ label .rating-chooser__selected {
  opacity: 1;
}

.section-compar-products {
  padding: 4rem 0;
  background: #fff;
}
@media only screen and (min-width: 1200px) {
  .section-compar-products {
    padding: 7rem 0;
  }
}
.section-compar-products .container {
  max-width: 100%;
}

.compar-products__title {
  font-size: calc(45px * 0.8);
  display: block;
  width: 100%;
  max-width: 43rem;
  margin: 0 auto 2rem auto;
  line-height: initial;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .compar-products__title {
    font-size: calc(45px * 1);
  }
}
.compar-products__texts {
  font-size: calc(16px * 1);
  line-height: 1.625;
  width: 100%;
  max-width: 65rem;
  margin: 0 auto 3rem auto;
  text-align: center;
  color: #3b4243;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .compar-products__texts {
    margin: 0 auto 3.5rem auto;
  }
}
.compar-products__categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin: 0 0 3rem 0;
}
.compar-products__categories-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(16px * 1);
  display: block;
  min-width: 16rem;
  min-height: 5rem;
  padding: 1rem 3rem;
  border-radius: 2.5rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
  background: #f7f7f7;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .compar-products__categories-btn {
    min-width: 18rem;
  }
}
@media only screen and (min-width: 991px) {
  .compar-products__categories-btn {
    font-size: calc(18px * 1);
  }
}
.compar-products__categories-btn:hover {
  background: #ff5f00;
}
.compar-products__categories-btn.selected {
  background: #000;
  color: #fff;
}

.compar-products-table {
  overflow-x: auto;
  display: none;
}
.compar-products-table.selected {
  display: block;
}
.compar-products-table .product-card {
  width: 32rem;
}
.compar-products-table__title {
  font-size: calc(45px * 0.8);
  display: block;
  width: 100%;
  max-width: 43rem;
  margin: 2rem auto;
  line-height: initial;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .compar-products-table__title {
    font-size: calc(45px * 1);
    margin: 3rem auto;
  }
}
.compar-products-table table {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 1rem;
}
.compar-products-table table tbody tr th {
  text-align: left;
  font-weight: 400;
}
.compar-products-table table tbody tr td {
  font-size: calc(16px * 1);
  height: 5rem;
  padding: 0 1rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  background: #f7f7f7;
  color: #c99a4c;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .compar-products-table table tbody tr td {
    font-size: calc(18px * 1);
  }
}
.compar-products-table table tbody tr td:first-child {
  min-width: 15rem;
  padding: 0 2rem 0 0;
  color: #000;
  position: sticky;
  left: 0;
  background: #fff;
  text-align: right;
}
.compar-products-table table tbody tr td:nth-child(2) {
  border-top-left-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
}
.compar-products-table table tbody tr td:last-child {
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
}

.section-pp-product-banner {
  background-color: #000;
  background-repeat: no-repeat;
  overflow: hidden;
}
.section-pp-product-banner--overlap {
  position: relative;
  z-index: 2;
  overflow: initial;
}

.pp-product-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0 24rem 0;
}
@media only screen and (min-width: 768px) {
  .pp-product-banner {
    padding: 8rem 0 32rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-product-banner {
    padding: 10rem 0 37rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-product-banner {
    padding: 20rem 0 49rem 0;
  }
}
.pp-product-banner--cat-washmach {
  padding: 4rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .pp-product-banner--cat-washmach {
    padding: 6rem 0 0 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-product-banner--cat-washmach {
    padding: 8rem 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-product-banner--cat-washmach {
    padding: 12rem 0 0 0;
  }
}
.pp-product-banner--cat-washmach .pp-product-banner__title {
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 768px) {
  .pp-product-banner--cat-washmach .pp-product-banner__title {
    margin: 0 0 4rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-product-banner--cat-washmach .pp-product-banner__title {
    margin: 0 0 6rem 0;
  }
}
.pp-product-banner--overlap {
  padding: 4rem 0 3rem 0;
}
@media only screen and (min-width: 768px) {
  .pp-product-banner--overlap {
    padding: 8rem 0 4rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-product-banner--overlap {
    padding: 10rem 0 6rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-product-banner--overlap {
    padding: 20rem 0 8rem 0;
  }
}
.pp-product-banner__overlap-img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}
.pp-product-banner__overlap-img img {
  display: block;
  max-height: 50rem;
}
@media only screen and (min-width: 768px) {
  .pp-product-banner__overlap-img img {
    max-height: 60rem;
  }
}
@media only screen and (min-width: 991px) {
  .pp-product-banner__overlap-img img {
    max-height: 80rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-product-banner__overlap-img img {
    max-height: 129.5rem;
  }
}
.pp-product-banner__img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pp-product-banner__img img {
  display: block;
  max-width: 30rem;
}
@media only screen and (min-width: 768px) {
  .pp-product-banner__img img {
    max-width: 38rem;
  }
}
@media only screen and (min-width: 991px) {
  .pp-product-banner__img img {
    max-width: 44rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-product-banner__img img {
    max-width: 57.4rem;
  }
}
.pp-product-banner__img--cat-washmach {
  position: relative;
  bottom: unset;
  left: unset;
  transform: none;
  width: 100%;
  margin: 3rem 0 0 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .pp-product-banner__img--cat-washmach {
    margin: 5rem 0 0 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-product-banner__img--cat-washmach {
    margin: 8rem 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-product-banner__img--cat-washmach {
    margin: 10rem 0 0 0;
  }
}
.pp-product-banner__img--cat-washmach img {
  display: inline-block;
  max-width: 100%;
}
.pp-product-banner__title {
  font-size: calc(80px * 0.35);
  line-height: 1.0833333333;
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 360px) {
  .pp-product-banner__title {
    font-size: calc(80px * 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .pp-product-banner__title {
    font-size: calc(80px * 0.7);
  }
}
@media only screen and (min-width: 991px) {
  .pp-product-banner__title {
    font-size: calc(80px * 0.9);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-product-banner__title {
    font-size: calc(80px * 1);
  }
}
.pp-product-banner__text {
  font-size: calc(16px * 1);
  line-height: 1.625;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 76rem;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .pp-product-banner__text {
    font-size: calc(18px * 1);
  }
}
@media only screen and (min-width: 991px) {
  .pp-product-banner__text {
    font-size: calc(20px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-product-banner__text {
    font-size: calc(24px * 1);
  }
}

.section-reliability-panel {
  position: relative;
}
.section-reliability-panel__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.reliability-panel {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .reliability-panel {
    padding: 10rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .reliability-panel {
    padding: 15rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .reliability-panel {
    padding: 25rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .reliability-panel--bottom {
    padding: 20rem 0 0 0;
  }
}
@media only screen and (min-width: 991px) {
  .reliability-panel--bottom {
    padding: 30rem 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .reliability-panel--bottom {
    padding: 50rem 0 0 0;
  }
}
.reliability-panel__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0;
}
@media only screen and (min-width: 768px) {
  .reliability-panel__content {
    padding: 6rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .reliability-panel__content {
    padding: 8rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .reliability-panel__content {
    padding: 10rem 0;
  }
}
.reliability-panel__title {
  font-size: calc(98px * 0.35);
  line-height: 1.0833333333;
  position: relative;
  z-index: 2;
  margin: 0 0 3rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #c99a4c;
  text-align: center;
}
@media only screen and (min-width: 360px) {
  .reliability-panel__title {
    font-size: calc(98px * 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .reliability-panel__title {
    font-size: calc(98px * 0.7);
    margin: 0 0 4rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .reliability-panel__title {
    font-size: calc(98px * 0.9);
    margin: 0 0 5rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .reliability-panel__title {
    font-size: calc(98px * 1);
    margin: 0 0 6rem 0;
  }
}
.reliability-panel__caption {
  font-size: calc(20px * 1);
  line-height: 1.0833333333;
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 360px) {
  .reliability-panel__caption {
    font-size: calc(20px * 1);
  }
}
@media only screen and (min-width: 768px) {
  .reliability-panel__caption {
    font-size: calc(25px * 1);
  }
}
@media only screen and (min-width: 991px) {
  .reliability-panel__caption {
    font-size: calc(28px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .reliability-panel__caption {
    font-size: calc(31px * 1);
  }
}
.reliability-panel__texts {
  font-size: calc(16px * 1);
  line-height: 2.0555555556;
  width: 100%;
  max-width: 65rem;
  margin: 0 0 3rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .reliability-panel__texts {
    margin: 0 0 5rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .reliability-panel__texts {
    font-size: calc(18px * 1);
  }
}
@media only screen and (min-width: 991px) {
  .reliability-panel__texts {
    margin: 0 0 7rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .reliability-panel__texts {
    margin: 0 0 9rem 0;
  }
}
.reliability-panel__texts p {
  margin: 0;
}

.section-water-panel {
  position: relative;
  padding: 5rem 0;
}
@media only screen and (min-width: 768px) {
  .section-water-panel {
    padding: 10rem 0 48rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .section-water-panel {
    padding: 12rem 0 68rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-water-panel {
    padding: 17rem 0 78rem 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section-water-panel {
    padding: 21rem 0 88rem 0;
  }
}
.section-water-panel__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-water-panel__image {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .section-water-panel__image {
    position: absolute;
    bottom: -11rem;
    right: 0;
  }
}
.section-water-panel__image img {
  max-width: 24rem;
}
@media only screen and (min-width: 420px) {
  .section-water-panel__image img {
    max-width: 30rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-water-panel__image img {
    max-width: 40rem;
  }
}
@media only screen and (min-width: 991px) {
  .section-water-panel__image img {
    max-width: 46rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-water-panel__image img {
    max-width: 52rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section-water-panel__image img {
    max-width: 60.6rem;
  }
}

.water-panel {
  position: relative;
  z-index: 3;
}
.water-panel__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.water-panel__title {
  font-size: calc(72px * 0.35);
  line-height: 1.0833333333;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 92rem;
  margin: 0 0 3rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #c99a4c;
}
@media only screen and (min-width: 360px) {
  .water-panel__title {
    font-size: calc(72px * 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .water-panel__title {
    font-size: calc(72px * 0.7);
    margin: 0 0 3rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .water-panel__title {
    font-size: calc(72px * 0.9);
    margin: 0 0 3.5rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .water-panel__title {
    font-size: calc(72px * 1);
    margin: 0 0 4rem 0;
  }
}
.water-panel__texts {
  font-size: calc(16px * 1);
  line-height: 2.0555555556;
  width: 100%;
  max-width: 54rem;
  margin: 0 0 4rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .water-panel__texts {
    margin: 0;
  }
}
@media only screen and (min-width: 991px) {
  .water-panel__texts {
    font-size: calc(18px * 1);
  }
}
.water-panel__texts p {
  margin: 0;
}

.section-pp-product {
  background: #171717;
  overflow-x: clip;
  padding: 4rem 0;
}
@media only screen and (min-width: 768px) {
  .section-pp-product {
    padding: 8rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .section-pp-product {
    padding: 12rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-pp-product {
    padding: 16rem 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section-pp-product {
    padding: 29rem 0;
  }
}
.section-pp-product .slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 1.4rem;
  bottom: -2rem;
}
@media only screen and (min-width: 991px) {
  .section-pp-product .slick-dots {
    bottom: -5rem;
  }
}
.section-pp-product .slick-dots li {
  margin: 0;
  padding: 0;
  width: 1rem;
  height: 1rem;
}
.section-pp-product .slick-dots li.slick-active {
  width: 1rem;
  height: 1rem;
}
.section-pp-product .slick-dots li.slick-active button {
  background: #ff5f00;
}
.section-pp-product .slick-dots li button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}
.section-pp-product .slick-dots li button::before {
  content: none;
}

.pp-product__title {
  font-size: calc(98px * 0.35);
  line-height: 1.0833333333;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 0 3rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #c99a4c;
  text-align: center;
}
@media only screen and (min-width: 360px) {
  .pp-product__title {
    font-size: calc(98px * 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .pp-product__title {
    font-size: calc(98px * 0.7);
    margin: 0 0 4rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-product__title {
    font-size: calc(98px * 0.9);
    margin: 0 0 6rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-product__title {
    font-size: calc(98px * 1);
    margin: 0 0 10rem 0;
  }
}
@media only screen and (min-width: 1600px) {
  .pp-product__title {
    margin: 0 0 22rem 0;
  }
}

.pp-product-slider {
  position: relative;
}
.pp-product-slider__list {
  margin: 0 !important;
}
.pp-product-slider .slick-track {
  display: flex;
  align-items: center;
}
.pp-product-slider .slick-track .slick-slide {
  float: none;
  height: unset;
}
.pp-product-slider .slick-track .slick-slide.slick-current .pp-product-slide__image img {
  opacity: 1;
}
@media only screen and (min-width: 991px) {
  .pp-product-slider .slick-track .slick-slide.slick-current .pp-product-slide__image img {
    min-height: 43rem;
  }
}

.pp-product-slider-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 9;
}
@media only screen and (min-width: 991px) {
  .pp-product-slider-btn {
    top: 50%;
  }
}
.pp-product-slider-btn--prev {
  left: 0;
}
@media only screen and (min-width: 991px) {
  .pp-product-slider-btn--prev {
    left: -5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-product-slider-btn--prev {
    left: -10rem;
  }
}
@media only screen and (min-width: 1600px) {
  .pp-product-slider-btn--prev {
    left: -15rem;
  }
}
.pp-product-slider-btn--prev img {
  transform: rotate(180deg);
}
.pp-product-slider-btn--next {
  right: 0;
}
@media only screen and (min-width: 991px) {
  .pp-product-slider-btn--next {
    right: -5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-product-slider-btn--next {
    right: -10rem;
  }
}
@media only screen and (min-width: 1600px) {
  .pp-product-slider-btn--next {
    right: -15rem;
  }
}

.pp-product-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 991px) {
  .pp-product-slide {
    min-height: 43rem;
  }
}
.pp-product-slide__image img {
  display: block;
  max-width: 100%;
  opacity: 0.45;
  transition: 0.3s;
  max-height: 20rem;
}
@media only screen and (min-width: 768px) {
  .pp-product-slide__image img {
    max-height: 30rem;
  }
}
@media only screen and (min-width: 991px) {
  .pp-product-slide__image img {
    max-height: 24rem;
  }
}

.pp-product-content {
  display: flex;
  justify-content: center;
  padding: 6rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .pp-product-content {
    padding: 7rem 0 0 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-product-content {
    padding: 8rem 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-product-content {
    padding: 10rem 0 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .pp-product-content {
    padding: 15rem 0 0 0;
  }
}
.pp-product-content__container {
  width: 100%;
  max-width: 33rem;
}
.pp-product-content__title {
  font-size: calc(72px * 0.35);
  line-height: 1.0833333333;
  width: 100%;
  margin: 0 0 2.5rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 360px) {
  .pp-product-content__title {
    font-size: calc(72px * 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .pp-product-content__title {
    font-size: calc(72px * 0.7);
    margin: 0 0 3rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-product-content__title {
    font-size: calc(72px * 0.9);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-product-content__title {
    font-size: calc(72px * 1);
  }
}
.pp-product-content__texts {
  font-size: calc(16px * 1);
  line-height: 2.0555555556;
  width: 100%;
  margin: 0 0 3rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .pp-product-content__texts {
    margin: 0 0 4rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-product-content__texts {
    font-size: calc(18px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-product-content__texts {
    margin: 0 0 5rem 0;
  }
}
.pp-product-content__texts p {
  margin: 0;
}
.pp-product-content__price {
  font-size: calc(20px * 1);
  line-height: 1.0833333333;
  width: 100%;
  margin: 0 0 1.5rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #ff5f00;
}
@media only screen and (min-width: 991px) {
  .pp-product-content__price {
    font-size: calc(24px * 1);
    margin: 0 0 2rem 0;
  }
}
.pp-product-content__controls .btn-primary {
  display: inline-flex;
}

.section-pp-features {
  background: #171717;
  overflow-x: clip;
}

.pp-features-slider {
  position: relative;
  padding: 6rem 0;
}
@media only screen and (min-width: 768px) {
  .pp-features-slider {
    padding: 7rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-features-slider {
    padding: 8rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-features-slider {
    padding: 10rem 0;
  }
}
@media only screen and (min-width: 1600px) {
  .pp-features-slider {
    padding: 15rem 0;
  }
}
.pp-features-slider__list {
  margin: 0 !important;
}
.pp-features-slider__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 4rem;
  row-gap: 2rem;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .pp-features-slider__nav {
    column-gap: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-features-slider__nav {
    column-gap: 6rem;
  }
}
.pp-features-slider .slick-dots {
  position: absolute;
  top: -2rem;
  left: 0;
  bottom: unset;
  margin: 0;
  opacity: 0;
  visibility: visible;
}

.pp-features-slider-nav-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
  color: #fff;
}
.pp-features-slider-nav-btn:hover {
  color: #ff5f00;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pp-features-slider-nav-btn.active {
  color: #ff5f00;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pp-features-slider-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 9;
}
@media only screen and (min-width: 991px) {
  .pp-features-slider-btn {
    top: 50%;
  }
}
.pp-features-slider-btn--prev {
  left: 0;
}
@media only screen and (min-width: 991px) {
  .pp-features-slider-btn--prev {
    left: -5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-features-slider-btn--prev {
    left: -10rem;
  }
}
@media only screen and (min-width: 1600px) {
  .pp-features-slider-btn--prev {
    left: -15rem;
  }
}
.pp-features-slider-btn--prev img {
  transform: rotate(180deg);
}
.pp-features-slider-btn--next {
  right: 0;
}
@media only screen and (min-width: 991px) {
  .pp-features-slider-btn--next {
    right: -5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-features-slider-btn--next {
    right: -10rem;
  }
}
@media only screen and (min-width: 1600px) {
  .pp-features-slider-btn--next {
    right: -15rem;
  }
}

.pp-features-slide {
  display: flex;
  flex-direction: column;
  padding: 4rem 5rem 0 5rem;
}
@media only screen and (min-width: 991px) {
  .pp-features-slide {
    flex-direction: row;
    column-gap: 6rem;
    padding: 5rem 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-features-slide {
    padding: 7rem 0 0 0;
    column-gap: 10rem;
  }
}
.pp-features-slide__content {
  flex: 1;
}
.pp-features-slide__image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pp-features-slide__image img {
  display: block;
  max-width: 100%;
}
.pp-features-slide__title {
  font-size: calc(72px * 0.35);
  line-height: 1.0833333333;
  width: 100%;
  margin: 0 0 2.5rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #c99a4c;
}
@media only screen and (min-width: 360px) {
  .pp-features-slide__title {
    font-size: calc(72px * 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .pp-features-slide__title {
    font-size: calc(72px * 0.7);
    margin: 0 0 3rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-features-slide__title {
    font-size: calc(72px * 0.9);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-features-slide__title {
    font-size: calc(72px * 1);
    margin: 0 0 4rem 0;
  }
}
.pp-features-slide__texts {
  font-size: calc(16px * 1);
  line-height: 2.0555555556;
  width: 100%;
  margin: 0 0 3rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .pp-features-slide__texts {
    margin: 0 0 4rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-features-slide__texts {
    font-size: calc(18px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-features-slide__texts {
    margin: 0 0 5rem 0;
  }
}
.pp-features-slide__texts p {
  margin: 0;
}

.pp-features-content {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  width: 100%;
  padding: 6rem 0 3rem 0;
}
@media only screen and (min-width: 768px) {
  .pp-features-content {
    padding: 14rem 0 3rem 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 3rem;
  }
}
@media only screen and (min-width: 991px) {
  .pp-features-content {
    padding: 16rem 0 3rem 0;
    column-gap: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-features-content {
    padding: 18rem 0 5rem 0;
    column-gap: 8rem;
  }
}
@media only screen and (min-width: 1600px) {
  .pp-features-content {
    padding: 24rem 0 10rem 0;
  }
}
.pp-features-content__image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pp-features-content__image img {
  display: block;
  max-width: 100%;
  max-height: 20rem;
}
@media only screen and (min-width: 768px) {
  .pp-features-content__image img {
    max-height: 30rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-features-content__image img {
    max-height: unset;
  }
}
.pp-features-content__container {
  flex: 1;
  flex-shrink: 0;
}
.pp-features-content__texts {
  font-size: calc(16px * 1);
  line-height: 2.0555555556;
  width: 100%;
  margin: 0 0 3rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .pp-features-content__texts {
    margin: 0 0 4rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-features-content__texts {
    font-size: calc(18px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-features-content__texts {
    font-size: calc(24px * 1);
    margin: 0 0 5rem 0;
  }
}
@media only screen and (min-width: 1600px) {
  .pp-features-content__texts {
    font-size: calc(28px * 1);
  }
}
.pp-features-content__texts p {
  margin: 0;
}
.pp-features-content__texts a {
  color: #c99a4c;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .pp-features-content__texts a {
    text-underline-offset: 6px;
  }
}
.pp-features-content__texts a:hover {
  color: #ff5f00;
}
.pp-features-content__controls .btn-primary {
  display: inline-flex;
}

.pp-contact {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .pp-contact {
    flex-direction: row-reverse;
  }
}
.pp-contact__content {
  width: 100%;
  padding: 2rem 1.5rem;
}
@media only screen and (min-width: 768px) {
  .pp-contact__content {
    width: 34rem;
    padding: 3rem;
  }
}
@media only screen and (min-width: 991px) {
  .pp-contact__content {
    width: 44rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-contact__content {
    padding: 5rem 6rem;
  }
}
.pp-contact__map {
  position: relative;
  width: 100%;
  overflow: clip;
  min-height: 50rem;
}
@media only screen and (min-width: 768px) {
  .pp-contact__map {
    width: calc(100% - 34rem);
  }
}
@media only screen and (min-width: 991px) {
  .pp-contact__map {
    width: calc(100% - 44rem);
  }
}
.pp-contact__map-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.pp-contact__map-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pp-contact__map-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #000;
}
.pp-contact__map-btn--primary {
  background: #ff5f00;
}
.pp-contact__map-btn img {
  position: relative;
  z-index: 5;
}
.pp-contact__map-btn:hover {
  background: #c99a4c;
}
.pp-contact__map-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: inherit;
  opacity: 50%;
  z-index: 1;
  transition: 0.3s;
  animation-name: scaleBefore;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.pp-contact__map-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: inherit;
  opacity: 30%;
  z-index: 1;
  transition: 0.3s;
  animation-name: scaleBefore;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.pp-contact__texts {
  font-size: calc(16px * 1);
  line-height: 1.625;
  display: flex;
  flex-direction: column;
  row-gap: 4.5rem;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000000;
}
.pp-contact__texts p {
  margin: 0 0 1.5rem 0;
}
.pp-contact__texts a {
  font-size: calc(18px * 1);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #ff5f00;
  text-decoration: none;
}
.pp-contact__texts a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pp-contact__text-block > *:last-child {
  margin-bottom: 0;
}
.pp-contact__text-block-title {
  font-size: calc(18px * 1);
  line-height: 1.625;
  margin: 0 0 1.5rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000000;
}

.section-pp-contact-form {
  background: #171717;
}

.pp-contact-form {
  padding: 4rem 0;
}
@media only screen and (min-width: 768px) {
  .pp-contact-form {
    padding: 6rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-contact-form {
    padding: 10rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-contact-form {
    padding: 14rem 0;
  }
}
.pp-contact-form__title {
  font-size: calc(72px * 0.35);
  line-height: 1.0833333333;
  width: 100%;
  margin: 0 0 3rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #c99a4c;
}
@media only screen and (min-width: 360px) {
  .pp-contact-form__title {
    font-size: calc(72px * 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .pp-contact-form__title {
    font-size: calc(72px * 0.7);
    margin: 0 0 5rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-contact-form__title {
    font-size: calc(72px * 0.9);
    margin: 0 0 8rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-contact-form__title {
    font-size: calc(72px * 1);
    margin: 0 0 13rem 0;
  }
}
.pp-contact-form__form {
  width: 100%;
  max-width: 87rem;
  margin: 0 auto;
}

.page-contact-form {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
@media only screen and (min-width: 599px) {
  .page-contact-form {
    row-gap: 3rem;
  }
}
.page-contact-form__row {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 1.5rem;
  column-gap: 4.6rem;
}
@media only screen and (min-width: 599px) {
  .page-contact-form__row {
    flex-direction: row;
  }
}
.page-contact-form__field {
  flex: 1;
}
.page-contact-form__input, .page-contact-form__textarea {
  font-size: calc(16px * 1);
  line-height: 1.625;
  width: 100%;
  margin: 0;
  padding: 2rem;
  border: 2px solid #fff;
  background: #000;
  color: #fff;
  border-radius: 2.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  outline: none;
  transition: 0.3s;
}
.page-contact-form__input::placeholder, .page-contact-form__textarea::placeholder {
  color: #fff;
}
.page-contact-form__input:focus, .page-contact-form__textarea:focus {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
}
.page-contact-form__input {
  height: 5rem;
}
.page-contact-form__textarea {
  resize: none;
  height: 14rem;
  padding: 2rem;
}
@media only screen and (min-width: 599px) {
  .page-contact-form__textarea {
    height: 22rem;
  }
}
.page-contact-form__desktop-extra-space {
  display: none;
}
@media only screen and (min-width: 599px) {
  .page-contact-form__desktop-extra-space {
    display: block;
    height: 2rem;
  }
}
.page-contact-form__controls {
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-cell-head-sort {
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
}
.table-cell-head-sort--center {
  justify-content: center;
}
.table-cell-head-sort.selected .table-cell-head-sort__btn {
  opacity: 1;
}
.table-cell-head-sort.selected .table-cell-head-sort__btn img {
  filter: invert(43%) sepia(78%) saturate(3045%) hue-rotate(0deg) brightness(102%) contrast(107%);
}
.table-cell-head-sort__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  border-radius: 3px;
  padding: 2px;
  transition: 0.3s;
  opacity: 0.3;
}
.table-cell-head-sort__btn img, .table-cell-head-sort__btn svg {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
}
.table-cell-head-sort__btn:hover {
  background: #ff5f00;
  opacity: 1;
}
.table-cell-head-sort__btn:hover img {
  filter: none !important;
}

.table-cell-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.accordion__header {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(16px * 1);
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
  font-family: "Bebas Neue", sans-serif;
  color: #000;
  font-weight: 400;
  transition: 0.3s;
}
.accordion__header:hover {
  color: #ff5f00;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.accordion__header i {
  font-size: calc(16px * 1);
  font-style: normal;
  font-family: "Poppins", sans-serif;
}
.accordion__header span {
  position: relative;
  display: inline-block;
  padding: 0 2rem 0 0;
}
.accordion__header span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #ff5f00 transparent transparent transparent;
  pointer-events: none;
}
.accordion__header.toggled span::after {
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (min-width: 991px) {
  .accordion__header {
    font-size: calc(18px * 1);
  }
}
.accordion__body .adm-form__fields {
  padding: 0 0 2rem 0;
}

.preview-img {
  position: relative;
  display: flex;
  max-width: 8rem;
  width: 100%;
  justify-content: center;
}
.preview-img__file {
  flex-wrap: wrap;
  margin-right: 5rem;
  max-width: 20rem;
  text-align: center;
  align-items: center;
  gap: 2rem;
}
.preview-img__file .preview-img {
  font-size: 6rem;
  color: #3b4243;
}
.preview-img__file span {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
}
.preview-img__file .btn-change-name {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #3b4243;
  text-decoration: none;
}
.preview-img__file .btn-change-name:hover {
  text-decoration: underline;
}
.preview-img__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: center;
}
.preview-img__remove {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(14px * 1);
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  background: #ff5f00;
  color: #fff;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transition: 0.3s;
}
.preview-img__remove:after {
  content: "×";
}
.preview-img__remove:hover {
  background: #000;
}
.preview-img img {
  display: block;
  max-width: 5rem;
  max-height: 5rem;
}
@media only screen and (min-width: 991px) {
  .preview-img img {
    max-width: 8rem;
    max-height: 8rem;
  }
}

.section-pp-showroom-header {
  background: #000;
}

.pp-showroom-header {
  padding: 3rem 0;
}
@media only screen and (min-width: 768px) {
  .pp-showroom-header {
    padding: 5rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-showroom-header {
    padding: 8rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-showroom-header {
    padding: 10rem 0;
  }
}
@media only screen and (min-width: 1800px) {
  .pp-showroom-header {
    padding: 16rem 0;
  }
}
.pp-showroom-header__title {
  font-size: calc(80px * 0.35);
  line-height: 1.0833333333;
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 360px) {
  .pp-showroom-header__title {
    font-size: calc(80px * 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .pp-showroom-header__title {
    font-size: calc(80px * 0.7);
  }
}
@media only screen and (min-width: 991px) {
  .pp-showroom-header__title {
    font-size: calc(80px * 0.9);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-showroom-header__title {
    font-size: calc(80px * 1);
  }
}
.pp-showroom-header__text {
  font-size: calc(16px * 1);
  line-height: 1.625;
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .pp-showroom-header__text {
    font-size: calc(18px * 1);
  }
}
@media only screen and (min-width: 991px) {
  .pp-showroom-header__text {
    font-size: calc(20px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-showroom-header__text {
    font-size: calc(24px * 1);
  }
}

.pp-showroom-video {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 50%;
}
.pp-showroom-video__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.pp-showroom-video__btn img {
  width: auto;
  max-width: 5.4rem;
}
@media only screen and (min-width: 768px) {
  .pp-showroom-video__btn img {
    max-width: 8.4rem;
  }
}
.pp-showroom-video__btn:hover img {
  filter: brightness(0) saturate(100%) invert(59%) sepia(71%) saturate(325%) hue-rotate(359deg) brightness(93%) contrast(92%);
}
.pp-showroom-video__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: calc(100% - 1rem);
  height: calc(100% - 2rem);
  background: #fff;
}

.pp-showroom-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  background: #171717;
}
@media only screen and (min-width: 768px) {
  .pp-showroom-content {
    flex-direction: row-reverse;
  }
}
.pp-showroom-content__map {
  position: relative;
  width: 100%;
  overflow: clip;
  min-height: 50rem;
}
@media only screen and (min-width: 768px) {
  .pp-showroom-content__map {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .pp-showroom-content__map {
    width: 60%;
  }
}
.pp-showroom-content__map-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #ff5f00;
}
.pp-showroom-content__map-btn img {
  position: relative;
  z-index: 5;
}
.pp-showroom-content__map-btn:hover {
  background: #c99a4c;
}
.pp-showroom-content__map-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: inherit;
  opacity: 50%;
  z-index: 1;
  transition: 0.3s;
  animation-name: scaleBefore;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.pp-showroom-content__map-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: inherit;
  opacity: 30%;
  z-index: 1;
  transition: 0.3s;
  animation-name: scaleBefore;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.pp-showroom-content__content {
  width: 100%;
  padding: 2rem 1.5rem;
}
@media only screen and (min-width: 768px) {
  .pp-showroom-content__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 3rem;
  }
}
@media only screen and (min-width: 991px) {
  .pp-showroom-content__content {
    width: 40%;
    min-height: 55rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-showroom-content__content {
    padding: 5rem 6rem;
    min-height: 67rem;
  }
}
@media only screen and (min-width: 1800px) {
  .pp-showroom-content__content {
    min-height: 82rem;
  }
}
.pp-showroom-content__texts {
  font-size: calc(16px * 1);
  line-height: 1.625;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .pp-showroom-content__texts {
    row-gap: 2.5rem;
  }
}
@media only screen and (min-width: 991px) {
  .pp-showroom-content__texts {
    row-gap: 4.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-showroom-content__texts {
    font-size: calc(18px * 1);
  }
}
.pp-showroom-content__texts p {
  margin: 0 0 1.5rem 0;
}
.pp-showroom-content__texts a {
  color: #ff5f00;
  text-decoration: none;
}
.pp-showroom-content__texts a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pp-showroom-content__text-block > *:last-child {
  margin-bottom: 0;
}
.pp-showroom-content__text-block-title {
  font-size: calc(18px * 1);
  line-height: 1.625;
  margin: 0 0 1rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .pp-showroom-content__text-block-title {
    font-size: calc(20px * 1);
    margin: 0 0 2rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-showroom-content__text-block-title {
    font-size: calc(22px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-showroom-content__text-block-title {
    font-size: calc(24px * 1);
  }
}
.pp-showroom-content__text-block-caption {
  font-size: calc(20px * 1);
  line-height: 1.625;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #c99a4c;
}
@media only screen and (min-width: 768px) {
  .pp-showroom-content__text-block-caption {
    font-size: calc(22px * 1);
  }
}
@media only screen and (min-width: 991px) {
  .pp-showroom-content__text-block-caption {
    font-size: calc(26px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-showroom-content__text-block-caption {
    font-size: calc(36px * 1);
  }
}

.section-pp-story {
  position: relative;
  padding: 4rem 0;
  background: #323232;
}
@media only screen and (min-width: 768px) {
  .section-pp-story {
    padding: 6rem 0 12rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .section-pp-story {
    padding: 12rem 0 24rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-pp-story {
    padding: 16rem 0 32rem 0;
  }
}
@media only screen and (min-width: 1800px) {
  .section-pp-story {
    padding: 22rem 0 49rem 0;
  }
}
.section-pp-story__bg {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-pp-story__bg {
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

.pp-story-grid {
  --container-min-width: calc(100% - 2rem);
  position: relative;
  z-index: 2;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .pp-story-grid {
    --container-min-width: 700px;
    display: grid;
    grid-template-columns: [full-width-start middle-start] minmax(0, 1fr) [content-start] calc(var(--container-min-width) * 0.7) [middle-end] calc(var(--container-min-width) * 0.3) [content-end] minmax(0, 1fr) [full-width-end];
    padding: 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-story-grid {
    --container-min-width: 940px;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-story-grid {
    --container-min-width: 1200px;
  }
}
@media only screen and (min-width: 1500px) {
  .pp-story-grid {
    --container-min-width: 1200px;
  }
}
.pp-story-grid__content {
  grid-column: content-start/middle-end;
}
.pp-story-grid__side {
  grid-column: middle-end/full-width-end;
  display: flex;
  justify-content: flex-end;
}
.pp-story-grid__side-img {
  padding: 4rem 0 0 0;
}
@media only screen and (max-width: 767px) {
  .pp-story-grid__side-img {
    transform: translateX(1rem);
  }
}
@media only screen and (min-width: 768px) {
  .pp-story-grid__side-img {
    padding: 6rem 0 0 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-story-grid__side-img {
    padding: 8rem 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-story-grid__side-img {
    padding: 12rem 0 0 0;
  }
}
.pp-story-grid__side-img img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .pp-story-grid__side-img img {
    max-height: 100vw;
  }
}
.pp-story-grid__text-container {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .pp-story-grid__text-container {
    padding: 0 3rem 0 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-story-grid__text-container {
    padding: 0 5rem 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-story-grid__text-container {
    padding: 0 10rem 0 0;
  }
}
.pp-story-grid__title {
  font-size: calc(72px * 0.35);
  line-height: 1.0833333333;
  margin: 0 0 3rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #c99a4c;
}
@media only screen and (min-width: 360px) {
  .pp-story-grid__title {
    font-size: calc(72px * 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .pp-story-grid__title {
    font-size: calc(72px * 0.7);
    margin: 0 0 3rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-story-grid__title {
    font-size: calc(72px * 0.9);
    margin: 0 0 3.5rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-story-grid__title {
    font-size: calc(72px * 1);
    margin: 0 0 4rem 0;
  }
}
.pp-story-grid__texts {
  font-size: calc(16px * 1);
  line-height: 1.625;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .pp-story-grid__texts {
    font-size: calc(18px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-story-grid__texts {
    font-size: calc(18px * 1);
  }
}
.pp-story-grid__texts .bigger-text {
  font-size: calc(18px * 1);
}
@media only screen and (min-width: 768px) {
  .pp-story-grid__texts .bigger-text {
    font-size: calc(20px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-story-grid__texts .bigger-text {
    font-size: calc(24px * 1);
  }
}
.pp-story-grid__texts blockquote {
  font-size: calc(18px * 1);
  margin: 4rem 0;
  padding: 0 0 0 2.5rem;
  border-left: 4px solid #ff5f00;
}
@media only screen and (min-width: 768px) {
  .pp-story-grid__texts blockquote {
    font-size: calc(20px * 1);
    margin: 6rem 0;
    padding: 0 0 0 3rem;
    border-left: 6px solid #ff5f00;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-story-grid__texts blockquote {
    font-size: calc(24px * 1);
    margin: 8rem 0;
    padding: 0 0 0 4rem;
    border-left: 8px solid #ff5f00;
  }
}
.pp-story-grid__texts blockquote p {
  margin: 0;
}
.pp-story-grid__texts p {
  margin: 0 0 2.5rem 0;
}
.pp-story-grid__texts a {
  color: #ff5f00;
  text-decoration: none;
}
.pp-story-grid__texts a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pp-story-grid__signature {
  margin: 3rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .pp-story-grid__signature {
    margin: 4rem 0 0 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-story-grid__signature {
    margin: 6rem 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-story-grid__signature {
    margin: 8rem 0 0 0;
  }
}

.pp-signature {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .pp-signature {
    column-gap: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-signature {
    column-gap: 3rem;
  }
}
.pp-signature__photo img {
  max-width: 6rem;
}
@media only screen and (min-width: 768px) {
  .pp-signature__photo img {
    max-width: 9rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-signature__photo img {
    max-width: unset;
  }
}
.pp-signature__sign-img img {
  max-height: 6rem;
}
@media only screen and (min-width: 768px) {
  .pp-signature__sign-img img {
    max-height: 9rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-signature__sign-img img {
    max-height: 11rem;
  }
}
@media only screen and (min-width: 1800px) {
  .pp-signature__sign-img img {
    max-width: unset;
  }
}
.pp-signature__text {
  font-size: calc(18px * 1);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: initial;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .pp-signature__text {
    font-size: calc(22px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-signature__text {
    font-size: calc(25px * 1);
  }
}

.section-space-panel {
  position: relative;
}
.section-space-panel__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-space-panel__wave {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .section-space-panel__wave {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .section-space-panel__wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    overflow: clip;
  }
}
@media only screen and (min-width: 1500px) {
  .section-space-panel__wave {
    top: 0;
  }
}
.section-space-panel__wave img {
  max-height: 26rem;
}
@media only screen and (min-width: 991px) {
  .section-space-panel__wave img {
    max-height: 30rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-space-panel__wave img {
    max-height: unset;
  }
}
.section-space-panel__feather-1 {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .section-space-panel__feather-1 {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .section-space-panel__feather-1 {
    position: absolute;
    bottom: 15rem;
    right: 50%;
    transform: translate(175%);
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .section-space-panel__feather-1 {
    transform: translate(100%);
  }
}
.section-space-panel__feather-1 img {
  max-width: 12rem;
}
@media only screen and (min-width: 420px) {
  .section-space-panel__feather-1 img {
    max-width: 17rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-space-panel__feather-1 img {
    max-width: 22rem;
  }
}
@media only screen and (min-width: 991px) {
  .section-space-panel__feather-1 img {
    max-width: 26rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-space-panel__feather-1 img {
    max-width: 37rem;
  }
}
.section-space-panel__feather-2 {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .section-space-panel__feather-2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .section-space-panel__feather-2 {
    position: absolute;
    bottom: -11rem;
    right: 0;
  }
}
.section-space-panel__feather-2 img {
  max-width: 24rem;
}
@media only screen and (min-width: 420px) {
  .section-space-panel__feather-2 img {
    max-width: 30rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-space-panel__feather-2 img {
    max-width: 36rem;
  }
}
@media only screen and (min-width: 991px) {
  .section-space-panel__feather-2 img {
    max-width: 46rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-space-panel__feather-2 img {
    max-width: 52rem;
  }
}

.space-panel {
  position: relative;
  z-index: 3;
  padding: 4rem 0;
}
@media only screen and (min-width: 991px) {
  .space-panel {
    padding: 8rem 0;
  }
}
.space-panel__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.space-panel__title {
  font-size: calc(72px * 0.35);
  line-height: 1.0833333333;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 92rem;
  margin: 0 0 3rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #c99a4c;
}
@media only screen and (min-width: 360px) {
  .space-panel__title {
    font-size: calc(72px * 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .space-panel__title {
    font-size: calc(72px * 0.7);
    margin: 0 0 3rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .space-panel__title {
    font-size: calc(72px * 0.9);
    margin: 0 0 3.5rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .space-panel__title {
    font-size: calc(72px * 1);
    margin: 0 0 4rem 0;
  }
}
.space-panel__texts {
  font-size: calc(16px * 1);
  line-height: 2.0555555556;
  width: 100%;
  max-width: 54rem;
  margin: 0 0 4rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .space-panel__texts {
    margin: 0;
  }
}
@media only screen and (min-width: 991px) {
  .space-panel__texts {
    font-size: calc(18px * 1);
  }
}
.space-panel__texts p {
  margin: 0;
}

.section-pp-article {
  background: #fff;
}

.pp-article {
  padding: 3rem 0;
}
@media only screen and (min-width: 768px) {
  .pp-article {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-article {
    padding: 6rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-article {
    padding: 10rem 0;
  }
}
.pp-article__middle-container {
  width: 100%;
  max-width: 93rem;
  margin: 0 auto;
}
.pp-article__gallery {
  display: flex;
  flex-wrap: wrap;
  row-gap: 3rem;
  width: calc(100% + 3rem);
  margin: 0 -1.5rem 3rem -1.5rem;
}
@media only screen and (min-width: 991px) {
  .pp-article__gallery {
    margin: 0 -1.5rem 4rem -1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-article__gallery {
    margin: 0 -1.5rem 5rem -1.5rem;
  }
}
.pp-article__gallery-item {
  width: 50%;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 768px) {
  .pp-article__gallery-item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 991px) {
  .pp-article__gallery-item {
    width: 25%;
  }
}
.pp-article__gallery-item a {
  display: block;
  cursor: pointer;
}
.pp-article__gallery-item a:hover img {
  opacity: 0.7;
}
.pp-article__gallery-item a img {
  display: block;
  width: 100%;
  transition: 0.3s;
}
.pp-article__full-img {
  width: 100%;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 991px) {
  .pp-article__full-img {
    margin: 0 0 4rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-article__full-img {
    margin: 0 0 5rem 0;
  }
}
.pp-article__full-img a {
  display: block;
  cursor: pointer;
}
.pp-article__full-img a:hover img {
  opacity: 0.7;
}
.pp-article__full-img a img {
  display: block;
  width: 100%;
  transition: 0.3s;
}
.pp-article__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin: 0 0 2rem 0;
}
.pp-article__date-box {
  font-size: calc(16px * 1);
  padding: 0.8rem 3rem 0.6rem 3rem;
  background: #ff5f00;
  border-radius: 2rem;
  color: #fff;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 991px) {
  .pp-article__date-box {
    font-size: calc(20px * 1);
  }
}
.pp-article__heading-title {
  font-size: calc(72px * 0.35);
  line-height: 1.0833333333;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 92rem;
  margin: 0 0 3rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #c99a4c;
}
@media only screen and (min-width: 360px) {
  .pp-article__heading-title {
    font-size: calc(72px * 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .pp-article__heading-title {
    font-size: calc(72px * 0.7);
    margin: 0 0 3rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-article__heading-title {
    font-size: calc(72px * 0.9);
    margin: 0 0 3.5rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-article__heading-title {
    font-size: calc(72px * 1);
    margin: 0 0 4rem 0;
  }
}
.pp-article__heading-text {
  font-size: calc(18px * 1);
  line-height: 1.2941176471;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .pp-article__heading-text {
    font-size: calc(18px * 1);
  }
}
@media only screen and (min-width: 991px) {
  .pp-article__heading-text {
    font-size: calc(20px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-article__heading-text {
    font-size: calc(24px * 1);
  }
}
.pp-article__heading-text p {
  margin: 0 0 3rem 0;
}
@media (min-width: 991px) {
  .pp-article__heading-text p {
    margin: 0 0 4rem 0;
  }
}
@media (min-width: 1200px) {
  .pp-article__heading-text p {
    margin: 0 0 5rem 0;
  }
}
.pp-article__text-on-bg {
  padding: 2.5rem;
  margin: 0 0 3rem 0;
  background: #3d3d3d;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .pp-article__text-on-bg {
    padding: 2.5rem 3rem;
  }
}
@media only screen and (min-width: 991px) {
  .pp-article__text-on-bg {
    padding: 2.5rem 3.5rem;
    margin: 0 0 4rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-article__text-on-bg {
    padding: 3rem 4.5rem;
    margin: 0 0 5rem 0;
  }
}
.pp-article__text-on-bg > *:last-child {
  margin: 0;
}
.pp-article__texts {
  font-size: calc(16px * 1);
  line-height: 1.6818181818;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .pp-article__texts {
    font-size: calc(18px * 1);
  }
}
@media only screen and (min-width: 991px) {
  .pp-article__texts {
    font-size: calc(18px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-article__texts {
    font-size: calc(18px * 1);
  }
}
.pp-article__texts h2 {
  font-size: calc(45px * 0.8);
  display: block;
  margin: 0 0 3rem 0;
  line-height: initial;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 991px) {
  .pp-article__texts h2 {
    font-size: calc(45px * 1);
  }
}
.pp-article__texts h3 {
  font-size: calc(38px * 0.9);
  display: block;
  margin: 0 0 2rem 0;
  line-height: initial;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 991px) {
  .pp-article__texts h3 {
    font-size: calc(38px * 1);
  }
}
.pp-article__texts p {
  margin: 0 0 3rem 0;
}
@media (min-width: 991px) {
  .pp-article__texts p {
    margin: 0 0 4rem 0;
  }
}
@media (min-width: 1200px) {
  .pp-article__texts p {
    margin: 0 0 5rem 0;
  }
}
.pp-article__texts blockquote {
  font-size: calc(18px * 1);
  position: relative;
  padding: 0 0 0 2.5rem;
  margin: 0 0 3rem 0;
  border-left: 4px solid #ff5f00;
}
@media only screen and (min-width: 768px) {
  .pp-article__texts blockquote {
    font-size: calc(18px * 1);
  }
}
@media only screen and (min-width: 991px) {
  .pp-article__texts blockquote {
    font-size: calc(20px * 1);
    margin: 0 0 4rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-article__texts blockquote {
    font-size: calc(24px * 1);
    padding: 0 0 0 3.5rem;
    margin: 0 0 5rem 0;
    border-left: 8px solid #ff5f00;
  }
}
.pp-article__texts img {
  max-width: 100%;
}
.pp-article__texts a:not(.btn-link) {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  text-decoration-color: #c99a4c;
  transition: 0.3s;
}
.pp-article__texts a:not(.btn-link):hover {
  color: #c99a4c;
}
.pp-article__texts ul {
  text-align: left !important;
  list-style: none;
  margin: 0 0 3rem 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 991px) {
  .pp-article__texts ul {
    margin: 0 0 4rem 0;
  }
}
@media (min-width: 1200px) {
  .pp-article__texts ul {
    margin: 0 0 5rem 0;
  }
}
.pp-article__texts ul li {
  position: relative;
  margin: 0 0 2rem 0;
  padding: 0 0 0 1.8rem;
}
@media only screen and (min-width: 1200px) {
  .pp-article__texts ul li {
    padding: 0 0 0 3.4rem;
    margin: 0 0 2rem 0;
  }
}
.pp-article__texts ul li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 1.1rem;
  left: 0;
  border-radius: 0;
  background: #c99a4c;
}
@media only screen and (min-width: 1200px) {
  .pp-article__texts ul li::before {
    width: 1rem;
    height: 1rem;
    top: 1.3rem;
  }
}
@media (min-width: 768px) {
  .pp-article__texts ul.two-cols {
    columns: 2;
    column-gap: 3rem;
  }
}
.pp-article__texts ol {
  text-align: left !important;
  margin: 0 0 3rem 0;
  padding: 0;
  list-style: none;
  counter-reset: ol-counter;
}
@media (min-width: 991px) {
  .pp-article__texts ol {
    margin: 0 0 4rem 0;
  }
}
@media (min-width: 1200px) {
  .pp-article__texts ol {
    margin: 0 0 5rem 0;
  }
}
.pp-article__texts ol li {
  position: relative;
  margin: 0 0 2rem 0;
  padding: 0 0 0 4rem;
  counter-increment: ol-counter;
}
@media only screen and (min-width: 991px) {
  .pp-article__texts ol li {
    margin: 0 0 2rem 0;
    padding: 0 0 0 6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-article__texts ol li {
    margin: 0 0 3rem 0;
    padding: 0 0 0 7rem;
  }
}
.pp-article__texts ol li::before {
  font-size: calc(72px * 0.45);
  content: counter(ol-counter);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #c99a4c;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 360px) {
  .pp-article__texts ol li::before {
    font-size: calc(72px * 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .pp-article__texts ol li::before {
    font-size: calc(72px * 0.7);
  }
}
@media only screen and (min-width: 991px) {
  .pp-article__texts ol li::before {
    font-size: calc(72px * 0.9);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-article__texts ol li::before {
    font-size: calc(72px * 1);
  }
}
.pp-article__texts .accordion {
  margin: 0 0 3rem 0;
}
@media (min-width: 991px) {
  .pp-article__texts .accordion {
    margin: 0 0 4rem 0;
  }
}
@media (min-width: 1200px) {
  .pp-article__texts .accordion {
    margin: 0 0 5rem 0;
  }
}
.pp-article__texts .table-default {
  margin: 0 0 3rem 0;
}
@media (min-width: 991px) {
  .pp-article__texts .table-default {
    margin: 0 0 4rem 0;
  }
}
@media (min-width: 1200px) {
  .pp-article__texts .table-default {
    margin: 0 0 5rem 0;
  }
}
.pp-article__texts .table-default tr td, .pp-article__texts .table-default tr th {
  font-size: calc(20px * 1);
}
@media only screen and (min-width: 768px) {
  .pp-article__texts .table-default tr td, .pp-article__texts .table-default tr th {
    font-size: calc(22px * 1);
  }
}
@media only screen and (min-width: 991px) {
  .pp-article__texts .table-default tr td, .pp-article__texts .table-default tr th {
    font-size: calc(26px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-article__texts .table-default tr td, .pp-article__texts .table-default tr th {
    font-size: calc(30px * 1);
  }
}
.pp-article__texts table {
  border: 1px solid #dfdfdf;
  border-collapse: collapse;
  margin: 0 0 5rem 0;
}
.pp-article__texts table tr td, .pp-article__texts table tr th {
  font-size: calc(14px * 1);
  border: 1px solid #dfdfdf;
  text-align: left;
  padding: 1rem 2rem;
}
.pp-article__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}
.pp-article__footer--right {
  justify-content: flex-end;
}
.pp-article .accordion__header {
  font-size: calc(20px * 1);
}
@media only screen and (min-width: 768px) {
  .pp-article .accordion__header {
    font-size: calc(22px * 1);
  }
}
@media only screen and (min-width: 991px) {
  .pp-article .accordion__header {
    font-size: calc(26px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-article .accordion__header {
    font-size: calc(30px * 1);
  }
}

.article-author {
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .article-author {
    column-gap: 2rem;
  }
}
.article-author__img img {
  display: block;
  max-width: 6rem;
}
@media only screen and (min-width: 768px) {
  .article-author__img img {
    max-width: 11.8rem;
  }
}
.article-author__title {
  font-size: calc(16px * 1);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: initial;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .article-author__title {
    font-size: calc(18px * 1);
  }
}
@media only screen and (min-width: 991px) {
  .article-author__title {
    font-size: calc(20px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .article-author__title {
    font-size: calc(22px * 1);
  }
}
.article-author__role {
  font-size: calc(12px * 1);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: initial;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .article-author__role {
    font-size: calc(14px * 1);
  }
}

.section-pp-related-articles {
  background: #efefef;
}

.pp-related-articles {
  padding: 4rem 0 1rem 0;
}
@media only screen and (min-width: 768px) {
  .pp-related-articles {
    padding: 8rem 0 5rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-related-articles {
    padding: 10rem 0 7rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-related-articles {
    padding: 10rem 0 7rem 0;
  }
}
.pp-related-articles__title {
  font-size: calc(48px * 0.5);
  line-height: 1.0833333333;
  position: relative;
  z-index: 2;
  margin: 0 0 3rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
}
@media only screen and (min-width: 360px) {
  .pp-related-articles__title {
    font-size: calc(48px * 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .pp-related-articles__title {
    font-size: calc(48px * 0.7);
    margin: 0 0 4rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-related-articles__title {
    font-size: calc(48px * 0.9);
    margin: 0 0 6rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-related-articles__title {
    font-size: calc(48px * 1);
    margin: 0 0 7rem 0;
  }
}
@media only screen and (min-width: 650px) {
  .pp-related-articles__list {
    column-gap: 3rem;
    columns: 2;
  }
}
@media only screen and (min-width: 768px) {
  .pp-related-articles__list {
    column-gap: 5rem;
  }
}
@media only screen and (min-width: 991px) {
  .pp-related-articles__list {
    column-gap: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-related-articles__list {
    column-gap: 12rem;
  }
}
.pp-related-articles__list--single {
  columns: 1;
}
.pp-related-articles__item {
  display: block;
  width: 100%;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 1200px) {
  .pp-related-articles__item {
    margin: 0 0 5rem 0;
  }
}
@media only screen and (min-width: 650px) {
  .pp-related-articles__item--single {
    width: 50%;
  }
}

.section-pp-features-card {
  background: #171717;
}

.section-pp-ocean-panel {
  padding: 4rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  .section-pp-ocean-panel {
    padding: 8rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .section-pp-ocean-panel {
    padding: 12rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-pp-ocean-panel {
    padding: 18rem 0;
  }
}

.pp-ocean-panel {
  font-size: calc(20px * 1);
  line-height: 1.2941176471;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .pp-ocean-panel {
    font-size: calc(25px * 1);
  }
}
@media only screen and (min-width: 991px) {
  .pp-ocean-panel {
    font-size: calc(30px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-ocean-panel {
    font-size: calc(34px * 1);
  }
}
.pp-ocean-panel p {
  margin: 0;
}

.pp-features-card {
  display: flex;
  flex-direction: column;
  padding: 4rem 0;
}
@media only screen and (min-width: 991px) {
  .pp-features-card {
    flex-direction: row;
    align-items: center;
    column-gap: 6rem;
    padding: 5rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-features-card {
    padding: 7rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-features-card {
    padding: 10rem 0;
    column-gap: 10rem;
  }
}
.pp-features-card__content {
  flex: 1;
}
@media only screen and (min-width: 991px) {
  .pp-features-card__content {
    text-align: right;
  }
}
.pp-features-card__image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pp-features-card__image img {
  display: block;
  max-width: 100%;
}
.pp-features-card__title {
  font-size: calc(72px * 0.35);
  line-height: 1.0833333333;
  width: 100%;
  margin: 0 0 2.5rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #c99a4c;
}
@media only screen and (min-width: 360px) {
  .pp-features-card__title {
    font-size: calc(72px * 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .pp-features-card__title {
    font-size: calc(72px * 0.7);
    margin: 0 0 3rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-features-card__title {
    font-size: calc(72px * 0.9);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-features-card__title {
    font-size: calc(72px * 1);
    margin: 0 0 4rem 0;
  }
}
.pp-features-card__texts {
  font-size: calc(16px * 1);
  line-height: 2.0555555556;
  width: 100%;
  margin: 0 0 3rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .pp-features-card__texts {
    margin: 0 0 4rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-features-card__texts {
    font-size: calc(18px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-features-card__texts {
    font-size: calc(20px * 1);
    margin: 0 0 5rem 0;
  }
}
.pp-features-card__texts p {
  margin: 0;
}

.section-pp-product-browser {
  background: #000;
  overflow-x: clip;
  padding: 4rem 0;
}
@media only screen and (min-width: 768px) {
  .section-pp-product-browser {
    padding: 8rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .section-pp-product-browser {
    padding: 12rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-pp-product-browser {
    padding: 16rem 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section-pp-product-browser {
    padding: 29rem 0;
  }
}

.pp-product-browser__title {
  font-size: calc(98px * 0.35);
  line-height: 1.0833333333;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 360px) {
  .pp-product-browser__title {
    font-size: calc(98px * 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .pp-product-browser__title {
    font-size: calc(98px * 0.7);
  }
}
@media only screen and (min-width: 991px) {
  .pp-product-browser__title {
    font-size: calc(98px * 0.9);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-product-browser__title {
    font-size: calc(98px * 1);
  }
}
.pp-product-browser__desc {
  font-size: calc(16px * 1);
  line-height: 2.0555555556;
  width: 100%;
  margin: 0 0 3rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .pp-product-browser__desc {
    margin: 0 0 4rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-product-browser__desc {
    font-size: calc(18px * 1);
    margin: 0 0 6rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pp-product-browser__desc {
    font-size: calc(22px * 1);
    margin: 0 0 8rem 0;
  }
}
.pp-product-browser__desc p {
  margin: 0;
}

.pp-product-browser-slider {
  position: relative;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
.pp-product-browser-slider__list {
  margin: 0 !important;
}

.pp-product-browser-slider-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  top: calc(50% - 69.5px);
  transform: translateY(-50%);
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .pp-product-browser-slider-btn {
    top: calc(50% - 69.5px);
  }
}
@media only screen and (min-width: 991px) {
  .pp-product-browser-slider-btn {
    top: calc(50% - 77.5px);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-product-browser-slider-btn {
    top: calc(50% - 87.5px);
  }
}
.pp-product-browser-slider-btn--prev {
  left: 0;
}
.pp-product-browser-slider-btn--prev img {
  transform: rotate(180deg);
}
.pp-product-browser-slider-btn--next {
  right: 0;
}

.pp-product-browser-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 991px) {
  .pp-product-browser-slide {
    min-height: 43rem;
  }
}
.pp-product-browser-slide__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 5rem;
}
.pp-product-browser-slide__image img {
  display: block;
  max-width: 100%;
  transition: 0.3s;
}
.pp-product-browser-slide__content {
  padding: 2.5rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .pp-product-browser-slide__content {
    padding: 3rem 0 0 0;
  }
}
.pp-product-browser-slide__title {
  font-size: calc(60px * 0.35);
  line-height: 1.0833333333;
  width: 100%;
  margin: 0 0 2.5rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 360px) {
  .pp-product-browser-slide__title {
    font-size: calc(60px * 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .pp-product-browser-slide__title {
    font-size: calc(60px * 0.7);
    margin: 0 0 3rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .pp-product-browser-slide__title {
    font-size: calc(60px * 0.9);
  }
}
@media only screen and (min-width: 1200px) {
  .pp-product-browser-slide__title {
    font-size: calc(60px * 1);
  }
}
.pp-product-browser-slide__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
}
.pp-product-browser-slide__controls .btn-primary {
  display: inline-flex;
  max-height: 5rem;
}

.section-localization-panel {
  position: absolute;
  top: 9.2rem;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 201;
  overflow: hidden;
  display: none;
}
@media only screen and (min-width: 991px) {
  .section-localization-panel {
    top: 10.2rem;
  }
}
.section-localization-panel--borders {
  top: 6.8rem;
}
@media only screen and (min-width: 1200px) {
  .section-localization-panel--borders {
    border-left: 20px solid #000;
    border-right: 20px solid #000;
    top: 16.2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .section-localization-panel--borders {
    border-left: 36px solid #000;
    border-right: 36px solid #000;
  }
}
@media only screen and (min-width: 1800px) {
  .section-localization-panel--borders {
    border-left: 48px solid #000;
    border-right: 48px solid #000;
  }
}
.section-localization-panel::before {
  content: "";
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.localization-panel {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .localization-panel {
    flex-direction: row;
  }
}
.localization-panel__map {
  position: relative;
  z-index: 1;
  flex: 1;
  padding-top: 55%;
}
@media only screen and (min-width: 768px) {
  .localization-panel__map {
    padding-top: 32%;
  }
}
.localization-panel__map svg {
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  width: 100%;
  height: unset;
}
.localization-panel__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 2rem 1rem 4rem 1rem;
  background: #fff;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .localization-panel__content {
    width: 42rem;
    padding: 4rem 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .localization-panel__content {
    width: 58rem;
  }
}
@media only screen and (min-width: 1800px) {
  .localization-panel__content {
    width: 75rem;
  }
}
.localization-panel__title {
  font-size: calc(72px * 0.35);
  line-height: 1.0833333333;
  margin: 0 0 1rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #c99a4c;
}
@media only screen and (min-width: 360px) {
  .localization-panel__title {
    font-size: calc(72px * 0.6);
  }
}
@media only screen and (min-width: 768px) {
  .localization-panel__title {
    font-size: calc(72px * 0.7);
    margin: 0 0 2rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .localization-panel__title {
    font-size: calc(72px * 0.8);
  }
}
@media only screen and (min-width: 1200px) {
  .localization-panel__title {
    font-size: calc(72px * 1);
  }
}
.localization-panel__text {
  font-size: calc(18px * 0.9);
  margin: 0 0 1rem 0;
  padding: 0;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: initial;
}
@media (min-width: 768px) {
  .localization-panel__text {
    font-size: calc(18px * 1);
  }
}
.localization-panel__spacer {
  height: 3rem;
}
@media only screen and (min-width: 1200px) {
  .localization-panel__spacer {
    height: 5rem;
  }
}
.localization-panel__flags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
}
.localization-panel__flags a {
  display: block;
  text-decoration: none;
}
.localization-panel__flags a.selected img, .localization-panel__flags a:hover img {
  opacity: 1;
  box-shadow: 0 0 0 2px #ff5f00;
}
.localization-panel__flags img {
  display: block;
  width: 2.6rem;
  opacity: 0.7;
  transition: 0.3s;
  border-radius: 50%;
}
@media only screen and (min-width: 991px) {
  .localization-panel__flags img {
    width: 3.2rem;
  }
}

.section-hpp-claim-slider--light {
  background: #fff;
}
.section-hpp-claim-slider--light .hpp-claim-slider-btn img {
  filter: brightness(0) saturate(100%);
}
.section-hpp-claim-slider--light .hpp-claim-slide__left,
.section-hpp-claim-slider--light .hpp-claim-slide__right,
.section-hpp-claim-slider--light .hpp-claim-slide__text {
  color: #000;
}
.section-hpp-claim-slider--light .slick-dots li button {
  background: #000;
}

.section-pp-product-banner--light {
  background: #f1f1f1;
}
.section-pp-product-banner--light .pp-product-banner__title,
.section-pp-product-banner--light .pp-product-banner__text {
  color: #000;
}
.section-pp-product-banner--bg-white {
  background: #fff;
}

.section-hpp-product-banner--light {
  background: #f1f1f1;
}
.section-hpp-product-banner--light .hpp-product-banner__title,
.section-hpp-product-banner--light .hpp-product-banner__text {
  color: #000;
}

.section-pp-story--light {
  background: #fff;
}
.section-pp-story--light .pp-signature__sign-img img {
  filter: brightness(0) saturate(100%);
}
.section-pp-story--light .pp-signature__text,
.section-pp-story--light .pp-story-grid__texts {
  color: #000;
}

.section-pp-showroom-header--light {
  background: #fff;
}
.section-pp-showroom-header--light .pp-showroom-header__title,
.section-pp-showroom-header--light .pp-showroom-header__text {
  color: #000;
}

.section-pp-showroom-content--light {
  background: #fff;
}
.section-pp-showroom-content--light .pp-showroom-content {
  background: #fff;
}
.section-pp-showroom-content--light .pp-showroom-content__text-block-title,
.section-pp-showroom-content--light .pp-showroom-content__texts {
  color: #000;
}

.section-pp-contact-form--light {
  background: #fff;
}
.section-pp-contact-form--light .page-contact-form__input,
.section-pp-contact-form--light .page-contact-form__textarea {
  background: #f7f7f7;
  border-color: #f7f7f7;
  color: #000;
}
.section-pp-contact-form--light .page-contact-form__input::placeholder,
.section-pp-contact-form--light .page-contact-form__textarea::placeholder {
  color: #666;
}
.section-pp-contact-form--light .page-contact-form__input:focus,
.section-pp-contact-form--light .page-contact-form__textarea:focus {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}

.section-pp-features--light {
  background: #fff;
}
.section-pp-features--light .pp-features-slider-btn img {
  filter: brightness(0) saturate(100%);
}
.section-pp-features--light .pp-features-slide__texts,
.section-pp-features--light .pp-features-content__texts {
  color: #000;
}
.section-pp-features--light .pp-features-slider-nav-btn {
  color: #000;
}
.section-pp-features--light .pp-features-slider-nav-btn.active {
  color: #ff5f00;
}

.section-reliability-panel--light .reliability-panel__caption,
.section-reliability-panel--light .reliability-panel__texts {
  color: #000;
}

.section-pp-product--light {
  background: #fff;
}
.section-pp-product--light .pp-product-slider-btn img {
  filter: brightness(0) saturate(100%);
}
.section-pp-product--light .slick-dots li button {
  background: #000;
}
.section-pp-product--light .pp-product-content__title,
.section-pp-product--light .pp-product-content__texts {
  color: #000;
}

.section-water-panel--light {
  background: #fff;
}
.section-water-panel--light .water-panel__texts {
  color: #000;
}

.section-pp-product-browser--light {
  background: #f1f1f1;
}
.section-pp-product-browser--light .pp-product-browser-slider-btn img {
  filter: brightness(0) saturate(100%);
}
.section-pp-product-browser--light .pp-product-browser-slide__title,
.section-pp-product-browser--light .pp-product-browser__title,
.section-pp-product-browser--light .pp-product-browser__desc {
  color: #000;
}

.section-pp-features-card--light {
  background: #fff;
}
.section-pp-features-card--light .pp-features-card__texts {
  color: #000;
}

.section-hpp-intro--light .hpp-intro__title,
.section-hpp-intro--light .hpp-intro__text {
  color: #000;
  position: relative;
  z-index: 2;
}
.section-hpp-intro--light .hpp-intro__title::before,
.section-hpp-intro--light .hpp-intro__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 100%;
  height: 100%;
  filter: blur(2rem);
  z-index: -1;
}

.add-to-cart-form {
  flex: 1;
}

.section-title {
  font-size: 25px;
  margin-bottom: 2rem;
  border-radius: 2.5rem;
  font-family: "Bebas Neue", sans-serif;
}
.section-title img {
  max-height: 4.2rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  position: relative;
  left: -0.7rem;
  filter: invert(68%) sepia(79%) saturate(281%) hue-rotate(357deg) brightness(86%) contrast(86%);
}
.section-title img.no-filter {
  filter: none;
}

.order-detail thead th:last-of-type {
  padding-right: 3rem;
}
.order-detail__image {
  display: flex;
  align-items: center;
}
.order-detail__image--image {
  width: 4.6rem;
  margin-right: 2rem;
  text-align: center;
}
.order-detail a {
  color: #ff5f00;
  text-decoration: none;
  text-underline-offset: 2px;
}
.order-detail a:hover {
  text-decoration: underline;
}

.order-recap {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .order-recap--table {
    max-width: 50%;
    text-align: right;
  }
}

.empty-box {
  display: flex;
  align-items: center;
  max-width: 60%;
  margin: 0 auto;
  padding: 3rem 0;
  gap: 2rem;
}
.empty-box__left {
  font-size: 20rem;
  color: #b3b3b3;
}
.empty-box__left ion-icon, .empty-box__left i {
  vertical-align: middle;
}
.empty-box__right {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.bank-transfer {
  padding: 4.5rem 3rem;
  background: rgba(98, 178, 54, 0.2);
  border-radius: 3rem;
  width: 100%;
}
.bank-transfer--content {
  gap: 4rem;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .bank-transfer--content {
    display: flex;
    text-align: left;
  }
}
.bank-transfer--qr img {
  max-width: 150px;
  margin-top: 2rem;
}
@media only screen and (min-width: 767px) {
  .bank-transfer--qr img {
    margin-top: 0;
  }
}
.bank-transfer h3 {
  font-size: 45px;
  font-weight: normal;
  font-family: "Bebas Neue", sans-serif;
  margin-top: 0;
}
.bank-transfer table {
  width: 100%;
  text-align: left;
  font-size: 16px;
}
.bank-transfer table th, .bank-transfer table td {
  padding: 0.5rem 0;
}
.bank-transfer table th {
  font-size: 25px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-align: right;
}

.section-hpp-intro {
  position: relative;
  overflow: hidden;
}

.hpp-intro {
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
  padding: 0 5%;
  height: 100% !important;
  min-height: 100% !important;
}
@media only screen and (min-width: 768px) {
  .hpp-intro {
    justify-content: flex-start !important;
  }
}
.hpp-intro__top {
  background: black;
  height: calc(50vh - 8.8rem);
  padding: 0 0 5rem 0;
}
@media only screen and (min-width: 991px) {
  .hpp-intro__top {
    height: calc(50vh - 10.2rem);
  }
}
.hpp-intro__top .hpp-intro {
  align-items: end !important;
}
.hpp-intro__top .container {
  height: 100%;
}
.hpp-intro__bottom {
  background: #d69a2d;
  height: 50vh;
  padding: 5rem 0 0 0;
}
.hpp-intro__right {
  bottom: -10rem;
  z-index: 2;
  width: 100%;
  position: absolute;
  padding: 0 10%;
}
@media only screen and (min-width: 768px) {
  .hpp-intro__right {
    right: -6rem;
    bottom: -0.1rem;
    width: 50%;
    padding: unset;
  }
}
@media only screen and (min-width: 991px) {
  .hpp-intro__right {
    right: -8rem;
  }
}
.hpp-intro__right img {
  max-height: 40vh;
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .hpp-intro__right img {
    max-width: 100%;
    float: right;
    display: unset;
    margin: unset;
    max-height: 80vh;
  }
}
.hpp-intro__left {
  position: absolute;
  height: 50vh;
  left: 0;
  width: 5%;
  background: #ff5f00;
  bottom: 0;
}
.hpp-intro__logo {
  width: 14rem;
}
@media only screen and (min-width: 360px) {
  .hpp-intro__logo {
    width: 18rem;
  }
}
@media only screen and (min-width: 768px) {
  .hpp-intro__logo {
    width: auto;
    max-width: 30%;
  }
}
@media only screen and (min-width: 2000px) {
  .hpp-intro__logo {
    width: auto;
    max-width: 35%;
  }
}
.hpp-intro__logo img {
  max-width: 100%;
}
.hpp-intro__pin {
  filter: invert(94%) sepia(100%) saturate(0%) hue-rotate(317deg) brightness(104%) contrast(101%);
}
.hpp-intro__texts {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .hpp-intro__texts {
    width: 50%;
  }
}
.hpp-intro__title {
  text-align: center !important;
}
@media only screen and (min-width: 768px) {
  .hpp-intro__title {
    text-align: left !important;
  }
}
.hpp-intro__text {
  text-align: center !important;
}
@media only screen and (min-width: 768px) {
  .hpp-intro__text {
    text-align: left !important;
  }
}

.section-hpp-product-banner--custom {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: unset !important;
  overflow-x: clip;
  padding: 10rem 0 !important;
}
.section-hpp-product-banner--custom .hpp-banner-btn--prev {
  top: 50%;
  left: 0;
}
@media only screen and (min-width: 991px) {
  .section-hpp-product-banner--custom .hpp-banner-btn--prev {
    left: -5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-hpp-product-banner--custom .hpp-banner-btn--prev {
    left: -10rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section-hpp-product-banner--custom .hpp-banner-btn--prev {
    left: -15rem;
  }
}
.section-hpp-product-banner--custom .hpp-banner-btn--prev img {
  transform: rotate(180deg);
}
.section-hpp-product-banner--custom .hpp-banner-btn--next {
  right: 0;
  top: 50%;
}
@media only screen and (min-width: 991px) {
  .section-hpp-product-banner--custom .hpp-banner-btn--next {
    right: -5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-hpp-product-banner--custom .hpp-banner-btn--next {
    right: -10rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section-hpp-product-banner--custom .hpp-banner-btn--next {
    right: -15rem;
  }
}

.hpp-banner__list {
  margin: 0 !important;
}
.hpp-banner__list .slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 1.4rem;
  bottom: 2rem;
}
@media only screen and (min-width: 991px) {
  .hpp-banner__list .slick-dots {
    bottom: 3rem;
  }
}
.hpp-banner__list .slick-dots li {
  margin: 0;
  padding: 0;
  width: 1rem;
  height: 1rem;
}
.hpp-banner__list .slick-dots li.slick-active {
  width: 1rem;
  height: 1rem;
}
.hpp-banner__list .slick-dots li.slick-active button {
  background: #ff5f00;
}
.hpp-banner__list .slick-dots li button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}
.hpp-banner__list .slick-dots li button::before {
  content: none;
}
.hpp-banner__list .container {
  position: relative;
}

.hpp-articles--homepage {
  padding: 4rem 0 1rem 0;
}
@media only screen and (min-width: 768px) {
  .hpp-articles--homepage {
    padding: 8rem 0 5rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .hpp-articles--homepage {
    padding: 10rem 0 7rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .hpp-articles--homepage {
    padding: 16rem 0 9rem 0;
  }
}

.hpp-product-banner__controls {
  margin: 5rem 0 0 0;
}

.hpp-categorie__list {
  justify-content: center !important;
}

.pp-showroom-content__map-btn {
  top: 50%;
  left: 44%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 991px) {
  .pp-features-slide {
    align-items: center;
  }
}

.pp-product-related {
  display: none;
}
.pp-product-related .pp-product-content__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pp-product-related .pp-product-content__title {
  text-align: center;
}
.pp-product-related__list {
  padding-bottom: 2rem;
}
.pp-product-related__list .slick-slide {
  margin: 0 0 auto 0;
}
.pp-product-related__list .slick-current .pp-product-related {
  display: flex !important;
}

.section-hpp-claim-slider .hpp-claim-slide {
  padding: 0;
}

.hpp-category-card__img {
  display: flex;
  width: 15rem;
  justify-content: center;
}
.hpp-category-card__img img {
  max-width: 100% !important;
}

.leaflet-pane {
  z-index: 1 !important;
}

.leaflet-bottom {
  z-index: 1 !important;
}

.foxentry-label-input-focused {
  color: #c99a4c !important;
}

.filter-items {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 1rem;
  margin: 0 0 3rem 0;
  font-family: "Bebas Neue", sans-serif;
}
.filter-items__title {
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 13rem;
}
.filter-items__title ion-icon, .filter-items__title i {
  margin-right: 0.5rem;
  font-size: 2.5rem;
}
.filter-items__items {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}
.filter-items__items a {
  color: #ff5f00;
  text-decoration: none;
  font-size: 1.6rem;
}
.filter-items__items a:hover {
  text-decoration: underline;
}
.filter-items__item {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  padding: 1rem 2rem;
  background-color: white;
  border-radius: 2rem;
  font-weight: 400;
  font-size: 1.8rem;
}
.filter-items__close {
  cursor: pointer;
  font-size: 1.8rem;
  color: #ff5f00;
}
.filter-items__close:hover {
  color: black;
}

.files-add-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}

body.dragging,
body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

.sortable-list .list li.placeholder {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}

.sortable-list .list li.placeholder:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-top: -1rem;
  left: -1rem;
  top: -1rem;
  border: 1rem solid transparent;
  border-left-color: #c99a4c;
  border-right: none;
}

.sortable-list .list {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #3b4243;
  width: 100%;
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}
.sortable-list .list ul {
  list-style: none;
  margin: 0;
}
.sortable-list .list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sortable-list-header .sortable-obsah-item {
  font-size: calc(16px * 1);
  height: 5rem;
  padding: 1rem;
  text-align: left;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: initial;
  color: #000;
  background: #f7f7f7;
  box-shadow: none !important;
  cursor: default !important;
}
.sortable-list-header .sortable-obsah-item__name {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .sortable-list-header .sortable-obsah-item:first-child {
    border-top-left-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 991px) {
  .sortable-list-header .sortable-obsah-item:first-child {
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .sortable-list-header .sortable-obsah-item:last-child {
    border-top-right-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
  }
}

.sublist-items {
  padding-left: 0;
}
.sublist-items .sublist-items {
  padding-left: 2%;
}
.sublist-items .sortable-obsah-item__name {
  width: calc(100% - 10rem);
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.sublist-items .sortable-obsah-item__name img {
  max-width: 8rem;
  max-height: 3rem;
}
.sublist-items .sortable-obsah-item__actions {
  width: 10rem;
  text-align: right;
}

.sortable-item-base, .sortable-obsah-item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
  padding: 1.5rem 1rem;
  margin: 0.7rem 0;
  background: #fff;
  border-radius: 2.5rem;
  border: 1px solid #f7f7f7;
  cursor: pointer;
  transition: 0.3s;
}
.sortable-item-base:hover, .sortable-obsah-item:hover {
  box-shadow: 0 0 2rem 0 rgba(54, 74, 99, 0.1);
}

@media (min-width: 1200px) {
  .sortable-obsah-item {
    padding: 1.5rem 2rem;
  }
}
.sortable-obsah-item__order {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sortable-obsah-item__name {
  font-size: calc(16px * 1);
  width: calc(100% - 10rem);
  padding: 0.3rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: initial;
  color: #000;
}
.sortable-obsah-item__actions {
  width: 10rem;
  text-align: right;
}

.sortable-icons-container {
  padding: 0 0 0 3rem;
}
.sortable-icons-container .sortable-obsah-item {
  position: relative;
}
.sortable-icons-container .sortable-obsah-item__order {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3rem;
}
@media (min-width: 1200px) {
  .sortable-icons-container .sortable-obsah-item__order {
    left: -3rem;
  }
}

.sort-up-btn,
.sort-down-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  width: 2rem;
  height: 2rem;
}
.sort-up-btn::before,
.sort-down-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
}

.sort-up-btn::before {
  border-bottom: 1rem solid #ff5f00;
}
.sort-up-btn:hover::before {
  border-bottom-color: #c99a4c;
}

.sort-down-btn::before {
  border-top: 1rem solid #ff5f00;
}
.sort-down-btn:hover::before {
  border-top-color: #c99a4c;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  min-width: 12rem;
  min-height: 5rem;
  margin: 0;
  padding: 0 2rem;
  color: #3b3b3b;
  line-height: initial;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border-radius: 2.5rem;
  border: none;
  background: #f7f7f7;
  box-shadow: none;
  outline: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 1.1rem;
  right: 1.5rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow b, .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ff5f00 transparent transparent transparent;
}
.select2-container--default .select2-selection--multiple ul, .select2-container--default .select2-selection--single ul {
  display: inline-block !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  vertical-align: middle;
  font-size: calc(14px * 1);
  position: relative;
  top: 0.5rem;
}
.select2-container--default .select2-selection--multiple .select2-search--inline {
  top: 0.5rem;
  position: relative;
  font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  height: 23px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 5rem;
  font-size: calc(16px * 1);
}
.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow b, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ff5f00 transparent;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0.1rem solid #9c9ab0 !important;
  border-radius: 0;
  outline: none !important;
}

.select2-search--dropdown .select2-search__field {
  padding: 0.7rem 1rem !important;
}

.select2-search--dropdown {
  padding: 0.7rem !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ff5f00 !important;
  color: #000 !important;
  font-size: calc(14px * 1);
}

.select2-results__option {
  font-size: calc(14px * 1);
  line-height: 2rem;
}

.select2-dropdown {
  box-shadow: 0 0.1rem 1rem 0 rgba(54, 74, 99, 0.25);
  border: none !important;
  z-index: 9999;
}

.swal2-popup {
  font-size: 1.5rem !important;
}

.swal2-container {
  z-index: 10000;
}

.form-check {
  display: inline-block;
  min-height: 1.5rem;
  font-size: 1.5rem;
  margin-top: 1.2rem;
}
.form-check + .form-check {
  margin-left: 2rem;
}
.form-check .form-check-input {
  float: left;
}
.form-check.form-check-radio {
  margin-right: 2rem;
}
.form-check.form-check-radio input {
  margin-right: 0.5rem;
  border-radius: 50%;
}

.form-check-input {
  width: 1em !important;
  height: 1em;
  padding: 0;
  margin-top: 0.65rem;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  transition: background-position 0.15s ease-in-out;
  top: -6px;
  position: relative;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
  margin-right: 1.5rem;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #ff5f00;
  outline: 0;
}
.form-check-input:checked {
  background-color: #ff5f00;
  border-color: #ff5f00;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-switch {
  display: inline-block;
  margin: 1.5rem 0 0;
}
.form-switch .form-check-input {
  min-width: 4rem;
  margin-right: 1.5rem;
  margin-top: 0.3rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
  padding: 1rem;
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2064e3b'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch label {
  font-size: 1.5rem;
}
.form-switch.yes-no {
  display: flex;
  margin-top: 0.5rem;
  min-height: 3.9rem;
}
.form-switch.yes-no span {
  margin-right: 1.5rem;
}
.form-switch.yes-no label {
  margin-right: 0;
}
.form-switch.yes-no__custom .form-check-input {
  margin-top: 1.3rem;
}

#categories-wrapper {
  padding-left: 3.5rem;
}
#categories-wrapper .tree-ul .tree-li {
  margin-bottom: 1rem;
  position: relative;
}
#categories-wrapper .tree-ul .tree-li .level_1 {
  margin-left: 3.5rem;
}

.category-toggle {
  position: absolute;
  background-color: transparent;
  border: none;
  padding: 0;
  left: -3.5rem;
  top: 4px;
  height: 16px;
  display: flex;
  align-items: center;
  font-size: 2rem;
  cursor: pointer;
}
.category-toggle [name=remove-circle-outline] {
  display: none !important;
}
.category-toggle [name=add-circle-outline] {
  display: block !important;
}
.category-toggle.opened [name=add-circle-outline] {
  display: none !important;
}
.category-toggle.opened [name=remove-circle-outline] {
  display: block !important;
}

.adm-form__sticky-actions {
  position: sticky;
  position: -webkit-sticky;
  bottom: 4rem;
  z-index: 100;
  text-align: center;
  margin-top: 3rem;
}

.page--modal {
  padding: 4rem;
  max-width: 70rem;
  width: 100%;
  border-radius: 2rem;
}
.page--modal .shop-w-side-grid .content {
  width: 100%;
}

.locale--modal .content {
  background: transparent !important;
}

.ui-menu-item {
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding: 1rem 2rem;
}

.ui-widget.ui-widget-content {
  border-radius: 2rem;
  border: 1px solid rgba(197, 197, 197, 0.5);
  z-index: 10000;
}

.ui-state-active {
  border: 1px solid transparent !important;
  background: transparent !important;
  font-weight: normal !important;
  color: #ff5f00 !important;
}

.pagination {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  /* @media only screen and (min-width: 768px) {
       flex-flow: row wrap;
       justify-content: center;

       .pagination__right {
           position: absolute;
           right: 0;
       }
   }*/
}
.pagination--mt {
  margin-top: 2rem;
}
.pagination__btn:before {
  display: none;
}
.pagination__btn:disabled, .pagination__btn[disabled] {
  color: #aaa !important;
  pointer-events: none !important;
}
.pagination__list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.pagination__list li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.pagination a.pagination__item:hover {
  text-decoration: none;
  color: #ff5f00;
}
.pagination__item {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: block;
  min-width: 4rem;
  padding: 0 0.5rem;
  margin: 0;
  line-height: 4rem;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #484848;
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .pagination__item {
    min-width: 4rem;
    line-height: 4rem;
  }
}
.pagination__item--current {
  background: #fff;
  color: #ff5f00 !important;
  border-radius: 0.6rem;
}
.pagination__item--separator {
  opacity: 0.5;
  min-width: 0.1rem;
  padding: 0;
}

/*Buttons*/
/*Switch*/
.cc-btn {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  max-width: 100%;
  color: #ff5f00;
  background-color: #F3F3F3;
  border: none;
  padding: 18px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  border-radius: 4px;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-transform: uppercase;
  font-family: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition-property: background, color;
}
@media (max-width: 1229px) {
  .cc-btn {
    font-size: 15px;
    padding: 15px 20px;
    letter-spacing: 0;
  }
}
@media (max-width: 991px) {
  .cc-btn {
    font-size: 14px;
    padding: 10px 14px;
  }
}
.cc-btn:hover, .cc-btn.cc-loading {
  color: #ff5f00;
  background-color: #dadada;
}
.cc-btn--text {
  background-color: transparent;
  text-transform: none;
}
.cc-btn--text:hover, .cc-btn--text.cc-loading {
  background-color: transparent;
  text-decoration: underline;
}
.cc-btn--primary {
  color: #fff;
  background-color: #ff5f00;
}
.cc-btn--primary:hover, .cc-btn--primary.cc-loading {
  color: #fff;
  background-color: #cc4c00;
}
.cc-btn--primary.cc-loading {
  color: rgba(255, 255, 255, 0.1);
}
.cc-btn--primary.cc-loading .cc-loader {
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: #ff5f00;
}
.cc-btn.cc-loading {
  pointer-events: none;
  color: rgba(255, 255, 255, 0.1);
}
.cc-btn.cc-loading .cc-loader {
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  right: 0;
}

.cc-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  color: #000;
}
@media (max-width: 1229px) {
  .cc-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 599px) {
  .cc-title {
    font-size: 18px;
    line-height: 22px;
  }
}

.cc-p {
  font-size: 16px;
  line-height: 26px;
  color: #3E3E3E;
}
@media (max-width: 1229px) {
  .cc-p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 599px) {
  .cc-p {
    font-size: 14px;
    line-height: 18px;
  }
}
.cc-p a {
  color: #3E3E3E;
  text-decoration: underline;
}
.cc-p a:hover {
  color: #252525;
}

.cc-close {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.cc-close:hover:before, .cc-close:hover:after {
  background-color: #929292;
}
.cc-close:before, .cc-close:after {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  right: 0;
  margin: 0 auto;
  background-color: #CBCBCB;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
@media (max-width: 399px) {
  .cc-close:before, .cc-close:after {
    top: 20px;
  }
}
.cc-close:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cc-close:after {
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.cc-bar {
  /*background-color: rgba(0, 0, 0, .5);*/
  z-index: 1000;
  position: fixed;
  bottom: 50%;
  translate: 0 50%;
  left: 0;
  right: 0;
  /*width: 100%;
  box-shadow: 0 0 50px rgba(#000, .25);*/
  visibility: hidden;
  opacity: 0;
  /*height: 100%;*/
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.cc-bar * {
  box-sizing: border-box;
}
.cc-bar.active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1330px) {
  .cc-bar .cc-close {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}
@media (min-width: 1330px) and (max-width: 1379px) {
  .cc-bar .cc-close {
    transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -webkit-transform: translate(100%, -50%);
  }
}
@media (max-width: 991px) {
  .cc-bar .cc-close {
    right: -15px;
  }
}
@media (max-width: 499px) {
  .cc-bar .cc-close {
    right: 5px;
    position: absolute;
    top: 13px;
    width: 40px;
    height: 40px;
  }
  .cc-bar .cc-close:after, .cc-bar .cc-close:before {
    top: 18px;
  }
}
@media (max-width: 499px) {
  .cc-bar .cc-title {
    padding-right: 25px;
  }
}
.cc-bar .cc-bar-container {
  background-color: #fff;
  width: calc(100% - 20px);
  max-width: 1230px;
  padding: 50px 50px;
  border-radius: 7px;
  margin: 0 auto 4rem;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1379px) {
  .cc-bar .cc-bar-container {
    position: relative;
  }
}
@media (max-width: 1229px) {
  .cc-bar .cc-bar-container {
    padding: 20px;
  }
}
.cc-bar .cc-bar-container .cc-bar-row {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1229px) {
  .cc-bar .cc-bar-container .cc-bar-row {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .cc-bar .cc-bar-container .cc-bar-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 399px) {
  .cc-bar .cc-bar-container .cc-bar-row {
    align-items: flex-start;
  }
}
.cc-bar .cc-bar-container .cc-bar-row .cc-bar-icon {
  flex: 0 0 53px;
  max-width: 53px;
  margin: 0 0 0 20px;
}
@media (max-width: 991px) {
  .cc-bar .cc-bar-container .cc-bar-row .cc-bar-icon {
    margin: 0;
  }
}
@media (max-width: 599px) {
  .cc-bar .cc-bar-container .cc-bar-row .cc-bar-icon {
    display: none;
  }
}
.cc-bar .cc-bar-container .cc-bar-row .cc-bar-icon ion-icon, .cc-bar .cc-bar-container .cc-bar-row .cc-bar-icon i {
  width: 53px;
  height: 53px;
  fill: #B7B7B7;
}
.cc-bar .cc-bar-container .cc-bar-row .cc-bar-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cc-bar .cc-bar-container .cc-bar-row .cc-bar-content {
    flex: 0 0 calc(100% - 73px);
    max-width: calc(100% - 73px);
  }
}
@media (max-width: 599px) {
  .cc-bar .cc-bar-container .cc-bar-row .cc-bar-content {
    flex: 0 0 100%;
    max-width: 100%;
    gap: 10px;
  }
}
.cc-bar .cc-bar-container .cc-bar-row .cc-bar-action {
  display: flex;
  gap: 20px;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
@media (max-width: 1229px) {
  .cc-bar .cc-bar-container .cc-bar-row .cc-bar-action {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .cc-bar .cc-bar-container .cc-bar-row .cc-bar-action {
    flex-wrap: wrap;
    padding-left: 73px;
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 599px) {
  .cc-bar .cc-bar-container .cc-bar-row .cc-bar-action {
    padding-left: 0;
  }
}
@media (max-width: 499px) {
  .cc-bar .cc-bar-container .cc-bar-row .cc-bar-action {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 499px) {
  .cc-bar .cc-bar-container .cc-bar-row .cc-bar-action .cc-btn {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    font-size: 13px;
    padding: 10px;
  }
}
@media (max-width: 499px) {
  .cc-bar .cc-bar-container .cc-bar-row .cc-bar-action .cc-btn--primary {
    order: -1;
    font-size: 14px;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.cc-modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.cc-modal.active {
  opacity: 1;
  visibility: visible;
}
.cc-modal * {
  box-sizing: border-box;
}
.cc-modal .cc-close {
  position: absolute;
  top: 0;
  right: 0;
}
.cc-modal .cc-modal-box {
  width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  max-width: 1230px;
  display: block;
  background-color: #fff;
  padding: 75px 75px 0;
  position: relative;
  text-align: left;
  overflow: scroll;
  border-radius: 7px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
@media (max-width: 991px) {
  .cc-modal .cc-modal-box {
    padding: 50px 50px 0;
  }
}
@media (max-width: 767px) {
  .cc-modal .cc-modal-box {
    padding: 30px 30px 0;
  }
}
.cc-modal .cc-modal-box::-webkit-scrollbar {
  display: none;
}
.cc-modal .cc-modal-box .cc-modal-content {
  width: 100%;
  padding: 0 0 75px;
}
@media (max-width: 991px) {
  .cc-modal .cc-modal-box .cc-modal-content {
    padding: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .cc-modal .cc-modal-box .cc-modal-content {
    padding: 0 0 30px;
  }
}
.cc-modal .cc-modal-box .cc-modal-content .cc-modal-header {
  /*@media(min-width: $modalWidth + 1) {
    max-width: 50%;
  }*/
}
.cc-modal .cc-modal-box .cc-modal-content .cc-modal-header .cc-p {
  padding-top: 15px;
}
@media (max-width: 991px) {
  .cc-modal .cc-modal-box .cc-modal-content .cc-modal-header .cc-p {
    font-size: 14px;
    line-height: 18px;
  }
}
.cc-modal .cc-modal-box .cc-modal-content .cc-accordion {
  padding-top: 30px;
}
.cc-modal .cc-modal-box .cc-modal-content .cc-modal-submit {
  display: flex;
  justify-content: flex-end;
  padding-top: 35px;
}

.cc-accordion {
  list-style: none;
  padding: 0;
  margin: 0 0 -10px;
}
.cc-accordion li {
  left: -25px;
  border-radius: 0;
  width: calc(100% + 50px);
  padding: 10px 25px;
  position: relative;
  border-bottom: solid 1px #ECECEC;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition-property: background, margin, border;
}
@media (max-width: 991px) {
  .cc-accordion li {
    width: calc(100% + 30px);
    padding: 5px 15px;
    left: -15px;
  }
}
.cc-accordion li:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.cc-accordion li.active {
  border-radius: 7px;
  background-color: #F0F4F7;
  margin-bottom: 10px;
  border-bottom-color: transparent;
}
.cc-accordion li.active:before {
  opacity: 1;
}
.cc-accordion li.active .cc-item-wrap .cc-title i {
  top: 3px;
  transform: rotate(45deg) scale(-1);
  -moz-transform: rotate(45deg) scale(-1);
  -o-transform: rotate(45deg) scale(-1);
  -ms-transform: rotate(45deg) scale(-1);
  -webkit-transform: rotate(45deg) scale(-1);
}
.cc-accordion li .cc-item-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cc-accordion li .cc-item-wrap .cc-title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 19px;
  flex-grow: 1;
  cursor: pointer;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cc-accordion li .cc-item-wrap .cc-title {
    font-size: 18px;
    padding: 10px 0;
  }
}
@media (max-width: 599px) {
  .cc-accordion li .cc-item-wrap .cc-title {
    font-size: 16px;
    line-height: 18px;
  }
}
.cc-accordion li .cc-item-wrap .cc-title i {
  width: 8px;
  height: 8px;
  position: relative;
  top: -1px;
  transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -webkit-transform: rotate(45deg) scale(1);
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
.cc-accordion li .cc-item-wrap .cc-title i:before, .cc-accordion li .cc-item-wrap .cc-title i:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background-color: #717171;
}
.cc-accordion li .cc-item-wrap .cc-title i:before {
  width: 2px;
  height: 100%;
}
.cc-accordion li .cc-item-wrap .cc-title i:after {
  width: 100%;
  height: 2px;
}
.cc-accordion li .cc-item-wrap .cc-switch input {
  display: none;
}
.cc-accordion li .cc-item-wrap .cc-switch input:checked + label {
  background-color: #ff5f00;
}
.cc-accordion li .cc-item-wrap .cc-switch input:checked + label:before {
  left: calc(50% + 12px);
}
@media (max-width: 991px) {
  .cc-accordion li .cc-item-wrap .cc-switch input:checked + label:before {
    left: calc(50% + 2px);
  }
}
.cc-accordion li .cc-item-wrap .cc-switch input:checked + label i {
  top: calc(50% - 7px);
  left: 65px;
}
@media (max-width: 991px) {
  .cc-accordion li .cc-item-wrap .cc-switch input:checked + label i {
    left: 35px;
  }
}
.cc-accordion li .cc-item-wrap .cc-switch input:checked + label i:after, .cc-accordion li .cc-item-wrap .cc-switch input:checked + label i:before {
  background-color: #ff5f00;
}
.cc-accordion li .cc-item-wrap .cc-switch input:checked + label i:after {
  width: 6px;
  left: 2px;
  top: 10px;
}
.cc-accordion li .cc-item-wrap .cc-switch input:checked + label i:before {
  left: 8px;
  top: 0;
}
.cc-accordion li .cc-item-wrap .cc-switch input:disabled + label svg {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 16px;
}
@media (max-width: 991px) {
  .cc-accordion li .cc-item-wrap .cc-switch input:disabled + label svg {
    top: 7px;
    right: 7px;
    width: 14px;
  }
}
.cc-accordion li .cc-item-wrap .cc-switch input:disabled + label i:after, .cc-accordion li .cc-item-wrap .cc-switch input:disabled + label i:before {
  display: none;
}
.cc-accordion li .cc-item-wrap .cc-switch label {
  background-color: #DBDBDB;
  position: relative;
  display: flex;
  border-radius: 40px;
  width: 90px;
  height: 40px;
  cursor: pointer;
  transition: background 0.2s ease 0s;
  -webkit-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
}
@media (max-width: 991px) {
  .cc-accordion li .cc-item-wrap .cc-switch label {
    width: 55px;
    height: 30px;
  }
}
.cc-accordion li .cc-item-wrap .cc-switch label:before {
  content: "";
  background-color: #fff;
  pointer-events: none;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  transition: left 0.2s ease 0s;
  -webkit-transition: left 0.2s ease 0s;
  -o-transition: left 0.2s ease 0s;
}
@media (max-width: 991px) {
  .cc-accordion li .cc-item-wrap .cc-switch label:before {
    top: 4px;
    left: 4px;
    height: 22px;
    width: 22px;
  }
}
.cc-accordion li .cc-item-wrap .cc-switch label i {
  height: 12px;
  width: 12px;
  position: absolute;
  top: calc(50% - 6px);
  left: 14px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
@media (max-width: 991px) {
  .cc-accordion li .cc-item-wrap .cc-switch label i {
    left: 9px;
  }
}
.cc-accordion li .cc-item-wrap .cc-switch label i:after, .cc-accordion li .cc-item-wrap .cc-switch label i:before {
  background-color: #c2c2c2;
  content: "";
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.cc-accordion li .cc-item-wrap .cc-switch label i:after {
  height: 2px;
  left: 0;
  top: 5px;
  width: 12px;
}
.cc-accordion li .cc-item-wrap .cc-switch label i:before {
  height: 12px;
  width: 2px;
  left: 5px;
  top: 0;
}
.cc-accordion li .cc-ac-content {
  display: none;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .cc-accordion li .cc-ac-content {
    overflow-y: auto;
  }
}
.cc-accordion li .cc-ac-content > * {
  margin-bottom: 20px;
}
.cc-accordion li .cc-ac-content > *:nth-last-child(1) {
  margin-bottom: 0 !important;
}
.cc-accordion li .cc-ac-content .cc-p {
  font-size: 15px;
  line-height: 22px;
}
.cc-accordion li .cc-ac-content table {
  border-collapse: collapse;
  width: calc(100% - 20px) !important;
  font-size: 14px;
  line-height: 18px;
  color: #424242;
  position: relative;
  left: -10px;
}
@media (max-width: 767px) {
  .cc-accordion li .cc-ac-content table {
    width: 667px !important;
  }
}
.cc-accordion li .cc-ac-content table tr {
  border-bottom: solid 1px #ECECEC;
}
.cc-accordion li .cc-ac-content table td, .cc-accordion li .cc-ac-content table th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
  padding: 5px 10px;
  width: 150px;
  word-wrap: anywhere;
}
@media (max-width: 991px) {
  .cc-accordion li .cc-ac-content table td, .cc-accordion li .cc-ac-content table th {
    width: 120px;
  }
}
.cc-accordion li .cc-ac-content table td:nth-of-type(1), .cc-accordion li .cc-ac-content table th:nth-of-type(1) {
  width: 220px;
}
@media (max-width: 991px) {
  .cc-accordion li .cc-ac-content table td:nth-of-type(1), .cc-accordion li .cc-ac-content table th:nth-of-type(1) {
    width: 150px;
  }
}
.cc-accordion li .cc-ac-content table td:nth-last-of-type(1), .cc-accordion li .cc-ac-content table th:nth-last-of-type(1) {
  width: auto;
}

.cc-loader {
  display: none;
  border-radius: 50%;
  border-top-color: #B7B7B7;
  border-right-color: #B7B7B7;
  border-bottom-color: #B7B7B7;
  border-left-color: #ff5f00;
  border-style: solid;
  border-width: 4px;
  margin: 0 auto;
  position: relative;
  transform: translateZ(0);
  animation: cc-load 1.1s infinite linear;
  width: 24px;
  height: 24px;
}
.cc-loader.active {
  display: block;
}

@-webkit-keyframes cc-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes cc-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=main.css-fsrxIAw.map */
