.highlighted-text {
  width: 100%;
  margin: 20px auto;
  font-style: none;
  letter-spacing: 2px;
  color: #1d9fd9;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
}
@media (max-width: 760px) {
  .highlighted-text {
    font-size: 24px;
    line-height: 30px;
  }
}

.product-detail-page-container .inner .product-content-matrix .product-table p {
  color: #272727;
}

.obrazok-a-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  color: #272727;
  margin: 40px 0;
}
@media (max-width: 760px) {
  .obrazok-a-text {
    flex-direction: column;
    gap: 16px;
  }
}
.obrazok-a-text.pravo {
  flex-direction: row-reverse;
}
@media (max-width: 760px) {
  .obrazok-a-text.pravo {
    flex-direction: column;
    gap: 16px;
  }
}
.obrazok-a-text.pravo .obrazok {
  order: unset;
}
.obrazok-a-text .obrazok {
  width: min(49vw, 660px);
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 33px;
}
.obrazok-a-text .obrazok img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.obrazok-a-text h2,
.obrazok-a-text h3 {
  font-size: 32px;
  margin: 0 0 1.2em 0;
}
.obrazok-a-text .text {
  font-size: 18px;
  max-width: 680px;
}
.obrazok-a-text .text p {
  margin: 10px 0;
  line-height: 1.4em;
}

.configembed {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: 30px 0;
}
@media (max-width: 760px) {
  .configembed {
    flex-direction: column;
    gap: 30px;
  }
}
.configembed .long-text {
  margin: 12px 0;
  font-size: 16px !important;
}
.configembed .long-text p {
  margin: 0 0 12px 0;
}
.configembed .item-list {
  margin: 0 0 16px 0;
  display: flex;
  gap: 12px;
  align-items: start;
  justify-content: start;
}
.configembed .item-list .label {
  color: #008dd2;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.configembed .item-list .items {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 12px;
}
.configembed .item-list .items .item {
  font-size: 15px;
  padding: 12px 24px;
  background: #008dd2;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 16px;
}
.configembed h2 {
  margin: 0 !important;
  font-size: 80px !important;
}
@media (max-width: 760px) {
  .configembed h2 {
    font-size: 40px !important;
    line-height: 45px !important;
  }
}
.configembed .embedtext {
  margin: 40px 0;
  text-align: left;
  font-size: 80px;
  width: calc(100% - 60px - min(39vw, 440px));
}
@media (max-width: 760px) {
  .configembed .embedtext {
    width: 100%;
  }
}
.configembed .embedtext .gradienttext {
  background: linear-gradient(to right, #f32170, #ff6b08, #cf23cf, #eedd44);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin: 10px 0 20px 0;
  padding: 0 0 20px 0;
  font-size: 130px;
  line-height: 120px;
  font-weight: 700;
}
.configembed .embedtext.big .gradienttext {
  font-size: 130px;
  line-height: 120px;
}
@media (max-width: 760px) {
  .configembed .embedtext.big .gradienttext {
    font-size: 60px;
    line-height: 65px;
  }
}
.configembed .embedtext.medium .gradienttext {
  font-size: 75px;
  line-height: 80px;
}
@media (max-width: 760px) {
  .configembed .embedtext.medium .gradienttext {
    font-size: 40px;
    line-height: 45px;
  }
}
.configembed .embedtext.small .gradienttext {
  font-size: 40px;
  line-height: 43px;
}
@media (max-width: 760px) {
  .configembed .embedtext.small .gradienttext {
    font-size: 30px;
    line-height: 35px;
  }
}
.configembed .embedtext .btn {
  padding: 16px 90px;
}
.configembed .embedimage {
  width: min(39vw, 440px);
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 33px;
}
.configembed .embedimage.big {
  width: min(39vw, 440px);
  height: auto;
}
@media (max-width: 760px) {
  .configembed .embedimage.big {
    width: 100%;
  }
}
.configembed .embedimage.medium {
  width: min(31vw, 360px);
  height: auto;
}
@media (max-width: 760px) {
  .configembed .embedimage.medium {
    width: 100%;
  }
}
.configembed .embedimage.small {
  width: min(25vw, 240px);
  height: auto;
}
@media (max-width: 760px) {
  .configembed .embedimage.small {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .configembed .embedimage {
    width: 100%;
  }
}
.configembed .embedimage img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (max-width: 760px) {
  figure {
    width: 100%;
    margin: 20px 0;
  }
}
@media (max-width: 760px) {
  figure img {
    width: 100%;
  }
}

.dva-obrazky-s-textom {
  max-width: 100%;
  position: relative;
  display: flex;
  color: #272727;
  margin: 40px auto;
  gap: 60px;
  flex-wrap: wrap;
}
@media (max-width: 860px) {
  .dva-obrazky-s-textom {
    flex-direction: row;
    gap: 16px;
  }
}
.dva-obrazky-s-textom .col {
  display: flex;
  flex-direction: column;
  width: 47%;
}
.dva-obrazky-s-textom .obrazok {
  width: min(40vw, 500px);
  overflow: hidden;
  height: auto;
  position: relative;
  border-radius: 20px;
  margin: unset;
}
.dva-obrazky-s-textom .obrazok img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dva-obrazky-s-textom .text {
  font-size: 18px;
}
.dva-obrazky-s-textom .text p {
  margin: 10px 0;
  line-height: 1.4em;
}

.nav-mobile-wrapper {
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  background: rgba(29, 159, 217, 0.9);
  color: #fff;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 60px;
  z-index: 999;
  transition: all 0.66s ease;
  gap: 20px;
  padding: 40px 20px;
}
.nav-mobile-wrapper.open {
  opacity: 1;
  pointer-events: auto;
}
.nav-mobile-wrapper .nav-trigger {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  font-size: 24px;
}

nav {
  background: rgba(29, 159, 217, 0.9);
  color: #fff;
}
@media (max-width: 960px) {
  nav {
    background: rgb(29, 159, 217);
  }
}
nav .inner {
  min-height: 400px;
}
nav .inner .nav-content > div {
  gap: 24px;
}
nav .inner .nav-content .data-group {
  min-width: 250px;
}
nav .inner .nav-content .data-group a {
  padding: 0 0 16px 0;
}
nav .inner .nav-content .data-group a:hover {
  color: #ff6b08 !important;
}
nav .line span {
  height: 0px;
}
@media (max-width: 560px) {
  nav .close-nav img {
    display: none;
  }
}
nav .close-nav img:nth-child(2) {
  display: none;
}
@media (max-width: 560px) {
  nav .close-nav img:nth-child(2) {
    display: block;
  }
}

.content.calculator .calculator-body {
  border: 1px solid #008dd2;
  margin: 20px auto;
}
.content.calculator .calculator-body div.cf > div .suggested-dehumidifier {
  width: 100% !important;
  background: #1d9fd9;
}
.content.calculator .calculator-body div.cf > div .suggested-dehumidifier h3 {
  font-weight: 700;
}
.content.calculator .calculator-body > div h3 {
  color: #008dd2;
}
.content.calculator .calculator-body > div .pool-data {
  border: 1px solid #1d9fd9;
}
.content.calculator .calculator-body > div .pool-data .controls button {
  background: #008dd2;
}
.content.calculator .calculator-body > div .pool-data > div input {
  border: 1px solid #272727;
  color: #272727;
}
.content.calculator .calculator-body > div .pool-data > div span {
  color: #272727;
}

.content-inner {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .content-inner {
    max-width: 1280px;
  }
}

header._open {
  background: transparent;
}

header,
header._mini {
  background: #ececec;
  height: 120px;
}
@media (max-width: 560px) {
  header,
  header._mini {
    height: 80px;
  }
}
header._mini,
header._mini._mini {
  background: #ececec;
  height: 120px;
}
@media (max-width: 560px) {
  header._mini,
  header._mini._mini {
    height: 60px;
  }
}
header._mini + nav,
header._mini._mini + nav {
  top: 120px;
}
@media (max-width: 560px) {
  header._mini + nav,
  header._mini._mini + nav {
    top: 60px;
  }
}
header .inner .actions,
header._mini .inner .actions {
  gap: 8px;
}
header .inner .actions .mobile-trigger,
header._mini .inner .actions .mobile-trigger {
  border-radius: 14px;
  border: 1px solid #008dd2;
  background: #008dd2;
  height: 28px;
  color: #fff;
  padding: 0 8px;
  font-weight: 900;
  display: none;
}
@media (max-width: 560px) {
  header .inner .actions .mobile-trigger,
  header._mini .inner .actions .mobile-trigger {
    display: block;
  }
}
header .inner .actions .nav-trigger,
header .inner .actions .nav-mobile-link,
header._mini .inner .actions .nav-trigger,
header._mini .inner .actions .nav-mobile-link {
  border-radius: 14px;
  border: 1px solid #008dd2;
  background: transparent;
  height: 28px;
  width: 120px;
  text-decoration: none;
  transition: all 0.33s ease;
}
@media (max-width: 1380px) {
  header .inner .actions .nav-trigger,
  header .inner .actions .nav-mobile-link,
  header._mini .inner .actions .nav-trigger,
  header._mini .inner .actions .nav-mobile-link {
    width: 40px;
    height: 30px;
  }
}
@media (max-width: 560px) {
  header .inner .actions .nav-trigger,
  header .inner .actions .nav-mobile-link,
  header._mini .inner .actions .nav-trigger,
  header._mini .inner .actions .nav-mobile-link {
    display: none;
  }
}
@media (max-width: 560px) {
  header .inner .actions .nav-trigger:nth-child(4),
  header .inner .actions .nav-mobile-link:nth-child(4),
  header._mini .inner .actions .nav-trigger:nth-child(4),
  header._mini .inner .actions .nav-mobile-link:nth-child(4) {
    display: none;
  }
}
@media (max-width: 560px) {
  header .inner .actions .nav-trigger:nth-child(5),
  header .inner .actions .nav-mobile-link:nth-child(5),
  header._mini .inner .actions .nav-trigger:nth-child(5),
  header._mini .inner .actions .nav-mobile-link:nth-child(5) {
    display: none;
  }
}
header .inner .actions .nav-trigger span,
header .inner .actions .nav-mobile-link span,
header._mini .inner .actions .nav-trigger span,
header._mini .inner .actions .nav-mobile-link span {
  color: #1d9fd9;
}
header .inner .actions .nav-trigger:hover,
header .inner .actions .nav-mobile-link:hover,
header._mini .inner .actions .nav-trigger:hover,
header._mini .inner .actions .nav-mobile-link:hover {
  background: #1d9fd9;
}
header .inner .actions .nav-trigger:hover span,
header .inner .actions .nav-mobile-link:hover span,
header._mini .inner .actions .nav-trigger:hover span,
header._mini .inner .actions .nav-mobile-link:hover span {
  color: #fff;
}
header .inner .actions .language-trigger,
header._mini .inner .actions .language-trigger {
  border-radius: 14px;
  border: 1px solid #008dd2;
  background: #008dd2;
  height: 30px;
  width: 30px;
}
header .inner .actions .support a,
header._mini .inner .actions .support a {
  color: #000;
  font-weight: 500;
  border-radius: 9px;
  overflow: hidden;
}
header .inner .microwell-logo,
header._mini .inner .microwell-logo {
  width: 300px;
  margin: 0 40px 0 0;
}
@media (max-width: 760px) {
  header .inner .microwell-logo,
  header._mini .inner .microwell-logo {
    margin: 0;
  }
}
header .inner .microwell-logo span,
header._mini .inner .microwell-logo span {
  color: #008dd2;
  font-weight: 500;
  text-align: left;
  overflow: unset;
  font-size: 12px;
}
@media (max-width: 1380px) {
  header .inner .microwell-logo span,
  header._mini .inner .microwell-logo span {
    display: none;
  }
}
header .search-form input,
header._mini .search-form input {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  height: 38px;
  padding: 0 12px;
  width: min(20vw, 440px);
}
@media (max-width: 1440px) {
  header .search-form input,
  header._mini .search-form input {
    width: min(16vw, 440px);
  }
}
header .search-form::after,
header._mini .search-form::after {
  top: 6px;
  background: url(../images/svg/search-black.svg) no-repeat;
}

html,
body {
  background-color: #f4f4f4;
  font-family: "Inter Tight", sans-serif;
}

.btn {
  padding: 15px 60px;
  background: #008dd2;
  border-radius: 12px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-transform: unset;
  color: #fff !important;
  letter-spacing: unset;
  text-decoration: none;
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  transition: all 0.66s ease;
}
.btn:hover {
  background: #faa819;
}

.intro::before {
  background: url(../images/backgrounds/mw-overlay.png);
}
.intro::after {
  background: unset;
  height: 0;
}
.intro .video-overlay {
  top: 20px;
  opacity: 0.75;
}
.intro .content-wrapper .content {
  width: 100%;
  height: 100%;
  padding: 98px 0 0 0;
}
@media (max-width: 560px) {
  .intro .content-wrapper .content {
    padding: 40px 0 0 0;
  }
}
.intro .content-wrapper .content > .actions {
  display: none;
}
.intro .content-wrapper .content #intro-swiper {
  width: 100%;
  height: 100%;
}
@media (max-width: 800px) {
  .intro .content-wrapper .content #intro-swiper {
    display: block;
  }
}
.intro .content-wrapper .content #intro-swiper .request-button {
  position: fixed;
  bottom: 25%;
  right: -110px;
  z-index: 9;
  text-transform: uppercase;
  transform: rotate(-90deg);
  font-weight: 800;
  background-color: #f9af32;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}
.intro .content-wrapper .content #intro-swiper .request-button.sk {
  right: -163px;
}
@media (max-width: 560px) {
  .intro .content-wrapper .content #intro-swiper .request-button {
    bottom: unset;
    position: absolute;
    top: 80px;
    right: unset;
    left: 15px;
    transform: rotate(0deg);
    border-radius: 12px;
  }
}
.intro .content-wrapper .content #intro-swiper .intro-swiper-navigation {
  z-index: 7;
  position: absolute;
  bottom: 5%;
  right: 40px;
  display: flex;
  gap: 10px;
}
@media (max-width: 560px) {
  .intro .content-wrapper .content #intro-swiper .intro-swiper-navigation {
    right: 20px;
    bottom: 50px;
  }
}
.intro .content-wrapper .content #intro-swiper .intro-swiper-navigation .swiper-button {
  background: transparent;
  border-radius: 16px;
  padding: 16px;
  cursor: pointer;
  transform-origin: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 560px) {
  .intro .content-wrapper .content #intro-swiper .intro-swiper-navigation .swiper-button {
    padding: 12px;
    border-radius: 12px;
  }
}
.intro .content-wrapper .content #intro-swiper .intro-swiper-navigation .swiper-button:nth-child(1) {
  transform: rotate(180deg);
}
.intro .content-wrapper .content #intro-swiper .intro-swiper-navigation .swiper-button svg {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 560px) {
  .intro .content-wrapper .content #intro-swiper .intro-swiper-navigation .swiper-button svg {
    width: 16px;
    height: 16px;
  }
}
.intro .content-wrapper .content #intro-swiper .swiper-container {
  height: 100%;
}
.intro .content-wrapper .content #intro-swiper .swiper-slide * {
  font-size: unset;
  color: unset;
}
.intro .content-wrapper .content #intro-swiper .swiper-slide .slide-text {
  position: absolute;
  z-index: 5;
  bottom: 160px;
  left: 50px;
  max-width: 1100px;
  text-align: left;
}
@media (max-width: 760px) {
  .intro .content-wrapper .content #intro-swiper .swiper-slide .slide-text {
    left: 16px;
    bottom: 120px;
  }
}
.intro .content-wrapper .content #intro-swiper .swiper-slide .slide-text h2 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  text-align: left;
  font-size: 70px;
  line-height: 80px;
  margin: 0 0 15px 0;
  letter-spacing: unset;
  padding: 0;
  text-transform: unset;
}
@media (max-width: 760px) {
  .intro .content-wrapper .content #intro-swiper .swiper-slide .slide-text h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.intro .content-wrapper .content #intro-swiper .swiper-slide .slide-text p {
  margin: 0;
  text-align: left;
  line-height: 1.4em;
}
@media (max-width: 760px) {
  .intro .content-wrapper .content #intro-swiper .swiper-slide .slide-text p {
    font-size: 20px;
  }
}
.intro .content-wrapper .content #intro-swiper .swiper-slide .slide-text strong {
  font-weight: 500;
  line-height: 38px;
  font-size: 30px;
}
@media (max-width: 760px) {
  .intro .content-wrapper .content #intro-swiper .swiper-slide .slide-text strong {
    font-size: 20px;
    line-height: 28px;
  }
}
.intro .content-wrapper .content #intro-swiper .swiper-slide .btn {
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0 0 0;
}
.intro .content-wrapper .content #intro-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-left: auto;
}
.intro .content-wrapper .content #intro-swiper .swiper-pagination {
  display: none;
}
.large-text {
  font-size: 80px;
  line-height: 90px;
  color: #000;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
}
@media (max-width: 1080px) {
  .large-text {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 560px) {
  .large-text {
    font-size: 24px;
    line-height: 32px;
    padding: 0 20px;
  }
}

.medium-text {
  font-size: 60px;
  line-height: 70px;
  color: #000;
  font-weight: 700;
  text-transform: unset;
  letter-spacing: unset;
  text-align: left;
}
@media (max-width: 1080px) {
  .medium-text {
    font-size: 30px;
    line-height: 38px;
  }
}

.small-title {
  margin: 0 0 16px 0;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}
@media (max-width: 1080px) {
  .small-title {
    font-size: 20px;
    line-height: 28px;
  }
}

.product-range {
  position: relative;
  padding: 100px 0 20px 0;
}
@media (max-width: 1180px) {
  .product-range {
    padding: 50px 0 20px 0;
  }
}
.product-range .btn {
  margin: 0 auto;
  padding: 15px 60px;
}
.product-range .list {
  position: relative;
  gap: 40px;
  padding: 40px 0;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .product-range .list {
    padding: 20px;
  }
}
.product-range .list a {
  display: block;
  width: min(440px, 23vw);
  height: min(440px, 23vw);
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 1180px) {
  .product-range .list a {
    width: 160px;
    height: 200px;
  }
}
.product-range .list a img.category-image {
  position: absolute;
  z-index: 1;
  bottom: 130px;
  height: min(260px, 13vw);
}
@media (max-width: 1180px) {
  .product-range .list a img.category-image {
    bottom: 0;
    width: 160px;
    height: 160px;
    position: relative;
  }
}
.product-range .list a > div.prc {
  margin: 0;
}
.product-range .list a:nth-child(1), .product-range .list a:nth-child(2), .product-range .list a:nth-child(3) {
  width: min(440px, 23vw);
}
.product-range .list a > div:not(.prc) {
  position: absolute;
  bottom: 16px;
  text-align: center;
  z-index: 3;
}
.product-range .list a > div:not(.prc) .arrow {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 0px;
  top: 40px;
}
@media (max-width: 1180px) {
  .product-range .list a > div:not(.prc) .arrow {
    display: none;
  }
}
.product-range .list a > div:not(.prc) h3 {
  color: #000;
  font-size: 32px;
  line-height: 40px;
  text-overflow: unset;
  white-space: unset;
  margin: 0;
}
@media (max-width: 1180px) {
  .product-range .list a > div:not(.prc) h3 {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    top: 24px;
  }
}

.not-sure {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1080px) {
  .not-sure {
    flex-direction: column-reverse;
    padding: 60px 20px;
    align-items: center;
  }
}
.not-sure .left {
  max-width: calc(100% - 440px - 40px);
}
@media (max-width: 1080px) {
  .not-sure .left {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
}
.not-sure .left h2 {
  text-align: left;
  letter-spacing: unset;
  margin: unset;
  text-transform: unset;
  padding: unset;
}
.not-sure .left .btn {
  margin: 40px 0 0 0;
  align-self: center;
}
.not-sure .img-wrapper {
  width: 440px;
  height: 440px;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .not-sure .img-wrapper {
    width: 320px;
    height: 320px;
  }
}
.not-sure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.created-by {
  width: calc(100% - 40px);
  text-align: right;
  color: #272727;
  font-size: 16px;
  position: relative;
  margin: 0 20px;
}
@media (max-width: 1080px) {
  .created-by {
    text-align: left;
    margin: 0 0 0 20px;
  }
}
.created-by a {
  text-decoration: none;
  color: #272727;
}

@media (max-width: 1080px) {
  .around {
    padding: 0 20px;
  }
}
.around h2 {
  margin: 0 0 30px 0;
  padding: 0;
}
@media (max-width: 1080px) {
  .around h2 {
    text-align: center;
  }
}
.around h3 {
  margin: 0 0 20px 0;
}
.around p {
  font-size: 20px;
  line-height: 28px;
  line-height: 1.4em;
}
.around .around-wrapper {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 1080px) {
  .around .around-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.around .around-wrapper .about {
  max-width: 460px;
}
.around .around-wrapper .map {
  position: relative;
  width: min(900px, 54vw);
}
@media (max-width: 1080px) {
  .around .around-wrapper .map {
    width: unset;
    max-width: 320px;
  }
}
.around .around-wrapper .map img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.around .around-wrapper .map .map-container {
  width: 100%;
  width: min(900px, 40vw);
  overflow: hidden;
  height: 100%;
  position: relative;
  display: block;
  cursor: pointer;
}
@media (max-width: 1080px) {
  .around .around-wrapper .map .map-container {
    width: unset;
    max-width: 320px;
  }
}
.around .around-wrapper .map .map-container svg {
  display: block;
  width: 100%;
  position: relative;
  top: -65%;
  transition: all 500ms linear;
  transform: scale(1) translate3d(0, 0, 0);
}
.around .around-wrapper .map .map-container svg .st0 {
  transition: all 300ms linear;
  fill: #1d9fd9;
}

.blog-wrapper {
  padding: 80px 0;
}
@media (max-width: 1080px) {
  .blog-wrapper {
    padding: 60px 20px;
  }
}
.blog-wrapper h2 {
  margin: 0 0 30px 0;
  padding: 0;
}
.blog-wrapper .blog {
  display: flex;
  gap: 80px 40px;
  margin: 0 auto;
  align-items: stretch;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .blog-wrapper .blog {
    flex-wrap: wrap;
  }
}
.blog-wrapper .blog .blog-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: stretch;
  width: min(440px, 23vw);
}
@media (max-width: 760px) {
  .blog-wrapper .blog .blog-item {
    width: 320px;
  }
}
@media (max-width: 560px) {
  .blog-wrapper .blog .blog-item {
    width: 100%;
  }
}
.blog-wrapper .blog .blog-item .cover {
  width: min(440px, 23vw);
  height: min(440px, 23vw);
  overflow: hidden;
  border-radius: 24px;
  margin: 0 0 25px 0;
}
@media (max-width: 760px) {
  .blog-wrapper .blog .blog-item .cover {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 560px) {
  .blog-wrapper .blog .blog-item .cover {
    width: 100%;
  }
}
.blog-wrapper .blog .blog-item .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-wrapper .blog .blog-item .description {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 24px 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.blog-wrapper .blog .blog-item .description p {
  line-height: 1.4em;
}
.blog-wrapper .blog .blog-item .btn.more {
  padding: 18px 15px;
  width: 100%;
  border-radius: 24px;
  margin: auto 0 0 auto;
  display: block;
  text-align: center;
  font-weight: 600;
}

.newsletter-wrapper {
  margin: 0 auto;
}
.newsletter-wrapper h2 {
  margin: 0 0 16px 0;
  padding: 0;
  color: #fff;
  text-align: center;
  letter-spacing: unset;
  text-transform: unset;
  font-weight: 700;
  max-width: 600px;
}
.newsletter-wrapper .message {
  display: none;
}
.newsletter-wrapper .newsletter {
  width: min(1400px, 75vw);
  background: #008dd2;
  border-radius: 20px;
  padding: 50px 0;
  margin: 0 auto 80px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 760px) {
  .newsletter-wrapper .newsletter {
    width: 93vw;
  }
}
.newsletter-wrapper .newsletter form input {
  padding: 16px 16px;
  border-radius: 7px;
  border: 1px solid #d0d0d0;
  text-align: center;
  width: min(600px, 40vw);
  color: #000;
  background: #fff;
}
@media (max-width: 760px) {
  .newsletter-wrapper .newsletter form input {
    width: 100%;
  }
}
.newsletter-wrapper .newsletter form button {
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 12px auto;
  font-weight: 600;
  cursor: pointer;
}
.newsletter-wrapper .newsletter form .btn {
  background: #fff;
  color: #008dd2 !important;
}
.newsletter-wrapper .newsletter form .g-recaptcha {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0 auto;
}

footer {
  background: #ececec;
  z-index: 99;
  height: -moz-fit-content;
  height: fit-content;
}
footer .inner {
  max-width: 1400px;
  margin: 0 auto;
}
footer .inner .footer-info {
  max-width: unset;
  padding: 50px 0;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 30px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 560px) {
  footer .inner .footer-info .microwell-logo {
    padding: 0 20px;
  }
}
footer .inner .footer-info .newsletter-and-socials {
  align-items: start;
  justify-content: space-between;
  gap: 40px;
  padding: 0;
}
@media (max-width: 900px) {
  footer .inner .footer-info .newsletter-and-socials {
    padding: 0 20px;
  }
}
footer .inner .footer-info .newsletter-and-socials > div {
  width: unset;
  padding: unset;
  height: unset;
}
footer .inner .footer-info .newsletter-and-socials > div .sc > div a {
  border-radius: 9px;
  overflow: hidden;
}
@media (max-width: 900px) {
  footer .inner .footer-info .newsletter-and-socials > div .address {
    display: block;
  }
}
footer .inner .footer-info .newsletter-and-socials > div .address a {
  color: #000;
}
footer .inner .footer-info .newsletter-and-socials > div .address address p {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  line-height: 1.4em;
}
footer .inner .footer-info .newsletter-and-socials .col {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}

.search-page-form {
  gap: 40px;
}
.search-page-form .btn {
  align-self: start;
  background: #008dd2 !important;
  border-radius: 8px !important;
  color: #fff !important;
  width: 120px !important;
}

.content-wrapper {
  background: #f4f4f4;
}

.header-decoration {
  height: 95px;
  display: none;
}

.download-list a {
  color: #008dd2;
  font-size: 18px;
  max-width: 400px;
  word-break: break-all;
  transition: all 0.33s ease;
}
@media (max-width: 760px) {
  .download-list a {
    font-size: 15px;
    max-width: 320px;
    margin: 0 auto;
  }
}
.download-list a:hover {
  color: #fff;
}

.search-results * {
  color: #272727;
}

.inline-content {
  padding: 20px 0 40px 0;
}
.inline-content .inner {
  padding: 120px 0 0 0;
}
@media (max-width: 760px) {
  .inline-content .inner {
    padding: 60px 0;
  }
}
@media (max-width: 1280px) {
  .inline-content .inner.side-padding {
    padding: 60px 12px;
  }
}
.inline-content .inner h2 {
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: unset;
  font-size: 32px;
  margin: 40px 0;
  text-align: left;
}
@media (max-width: 1280px) {
  .inline-content .inner h2 {
    padding: 0 10px;
  }
}
.inline-content .case-studies-files > .list .download-elem .title {
  color: #272727;
  font-weight: 600;
}
.inline-content .case-studies-files .filter .list .categories div {
  color: #272727;
}
.inline-content .case-studies-files .filter .list .categories div::before {
  border: 1px solid #272727;
}
.inline-content .case-studies-files .filter .list .categories div span {
  color: #272727;
}
.inline-content.milestones-section {
  margin: -80px auto 40px auto;
}
.inline-content.milestones-section h2 {
  font-size: 24px;
  letter-spacing: unset;
  line-height: 32px;
  font-weight: 700;
  color: #1d9fd9;
  margin: 0 0 40px 0;
}
.inline-content .content .filter {
  margin: 0 0 50px 0;
  background: #ececec;
}
.inline-content .content .filter .list {
  gap: 12px;
}
.inline-content .content .filter .list .sub-list .inner {
  padding: 40px 0 0 0;
  gap: 16px;
}
.inline-content .content .filter .list .btn {
  padding: 8px 16px;
}
.inline-content .content .filter .list .btn._active {
  background: rgba(250, 168, 25, 0.9);
}
.inline-content .content .filter .list .btn span {
  text-align: center;
}
.inline-content .content .filter .list a::after {
  display: none;
}
.inline-content .content .list.milestones .milestone-block > div .header::after {
  background: #008dd2;
  border: 2px solid #faa819;
}
.inline-content .content .list.milestones .milestone-block > div .description {
  color: #272727 !important;
}
.inline-content .content .list.milestones .milestone-block > div .description * {
  color: #272727 !important;
}
.inline-content .content .list.milestones .milestone-block > div .description p {
  color: #272727 !important;
  line-height: 1.4em;
}
.inline-content .content .award-block .description p {
  color: #272727 !important;
  line-height: 1.4em;
}
.inline-content .content .award-block .description h3 {
  color: #1d9fd9;
  font-size: 22px;
  line-height: 1.4em;
}
.inline-content .content .award-block .description a {
  padding: 10px 24px;
  background: #1d9fd9;
}
.inline-content .content ul li {
  color: #272727;
}
.inline-content .content .text-content {
  color: #272727;
  padding: 20px;
}
.inline-content .content .text-content a {
  color: #008dd2;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.inline-content .content .blog-entry > a span {
  background: #008dd2;
}
.inline-content .content.gdpr {
  color: #272727;
}
.inline-content .content.gdpr h3 {
  color: #272727;
}
.inline-content .content.gdpr p {
  color: #272727;
  line-height: 1.4em;
}
.inline-content .content.contact-block {
  color: #272727;
}
@media (max-width: 560px) {
  .inline-content .content.contact-block {
    padding: 0 20px;
  }
}
.inline-content .content.contact-block address {
  color: #272727;
}
.inline-content .content.contact-block address a {
  color: #272727;
}
.inline-content .content.contact-block a {
  color: #272727;
}
.inline-content .content.contact-block form {
  padding: 30px 20px;
  background: #fff;
  display: block;
  margin: 60px auto;
}
.inline-content .content.contact-block form .footer {
  max-width: 600px;
  margin: 20px auto;
}
.inline-content .content.contact-block form .footer .btn {
  padding: 15px 80px;
}
.inline-content .content.contact-block form .gdpr {
  max-width: 600px;
  margin: 0 auto;
}
.inline-content .content.contact-block form .gdpr .accept-gdpr {
  margin: 0 0 20px 0;
}
.inline-content .content.contact-block form .gdpr .accept-gdpr a {
  color: #272727;
}
.inline-content .content.contact-block form .gdpr .accept-gdpr label {
  color: #272727;
}
.inline-content .content.contact-block form .gdpr .accept-gdpr label a {
  color: #272727;
  text-decoration: underline;
}
.inline-content .content.contact-block form #recaptcha-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.inline-content .content.contact-block form input {
  max-width: 600px;
  width: 600px;
  padding: 25px 30px;
  color: #272727;
  background: #f4f4f4;
  border: 1px solid #979797;
}
@media (max-width: 760px) {
  .inline-content .content.contact-block form input {
    max-width: 280px;
    width: 280px;
  }
}
.inline-content .content.contact-block form textarea {
  max-width: 600px;
  width: 600px;
  padding: 25px 30px;
  color: #272727;
  background: #f4f4f4;
  border: 1px solid #979797;
}
@media (max-width: 760px) {
  .inline-content .content.contact-block form textarea {
    max-width: 280px;
    width: 280px;
  }
}
.inline-content .content.contact-block form ::-moz-placeholder {
  color: #272727 !important;
}
.inline-content .content.contact-block form ::placeholder {
  color: #272727 !important;
}
.inline-content .content.contact-block form .field {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.inline-content .content.contact-block form .field label {
  font-weight: 500;
  margin: 0 0 8px 0;
}
.inline-content .content.contact-block.editor-form {
  display: none;
  position: fixed;
  top: 11vh;
  left: calc(50% - 250px);
  width: 530px;
  padding: 40px;
  z-index: 999;
}
@media (max-width: 760px) {
  .inline-content .content.contact-block.editor-form {
    width: 340px;
    left: calc(50% - 170px);
    top: 15vh;
    padding: 0;
  }
}
.inline-content .content.contact-block.editor-form form {
  box-shadow: 0px 0px 50px rgba(125, 125, 125, 0.75);
  border-radius: 16px;
  margin: 0;
}
.inline-content .content.contact-block.editor-form form .field label {
  display: none;
}
.inline-content .content.contact-block.editor-form form input {
  max-width: 400px;
  width: 400px;
  padding: 12px 16px;
  margin: 0 0 20px 0;
}
@media (max-width: 760px) {
  .inline-content .content.contact-block.editor-form form input {
    width: 260px;
    max-width: 260px;
    margin: 0 0 16px 0;
  }
}
.inline-content .content.contact-block.editor-form form textarea {
  max-width: 400px;
  width: 400px;
  padding: 12px 16px;
  min-height: 120px;
}
@media (max-width: 760px) {
  .inline-content .content.contact-block.editor-form form textarea {
    width: 260px;
    max-width: 260px;
    margin: 0 0 16px 0;
    min-height: 80px;
  }
}
.inline-content .content.contact-block.editor-form form .footer {
  margin: 20px auto 0 auto;
}

.inline-navigation {
  display: none;
}

.product-detail-page-container .inner .product-header .navigation-trigger > div:first-child {
  display: none;
}

.size-guide-wrapper {
  display: none;
}
.size-guide-wrapper .size-guide-hidden .matrix-table table tbody tr {
  background: #e6e6e6 !important;
}

.size-guide-btn {
  margin: 16px 0 0 0;
}

.matrix-table {
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 30px auto !important;
  overflow: visible;
  padding: 70px 0 20px 0;
}
@media (max-width: 760px) {
  .matrix-table {
    overflow-x: scroll;
    overflow-y: visible;
  }
}
.matrix-table table {
  width: auto;
  border: 4px solid #fff;
  text-align: center;
  vertical-align: center;
  position: relative;
  border-spacing: 5px;
}
.matrix-table table thead tr {
  background: #1d9fd9;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.matrix-table table thead tr th {
  padding: 16px;
  position: relative;
  max-width: 100px;
  text-align: center;
}
@media (max-width: 760px) {
  .matrix-table table thead tr th {
    padding: 8px;
    word-break: break-all;
  }
}
.matrix-table table thead tr th .heading {
  position: relative;
  z-index: 1;
  border: 1px solid #1d9fd9;
}
.matrix-table table thead tr th .heading .heading-img-wrapper {
  position: absolute;
  width: calc(100% + 34px);
  left: -17px;
  height: 100px;
  top: -80px;
  z-index: 3;
  border-right: 1px solid #1d9fd9;
  border-left: 1px solid #1d9fd9;
  border-top: 1px solid #1d9fd9;
  box-sizing: border-box;
}
@media (max-width: 760px) {
  .matrix-table table thead tr th .heading .heading-img-wrapper {
    display: none;
  }
}
.matrix-table table thead tr th .heading .heading-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px !important;
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.matrix-table table tbody tr td {
  max-width: 100px;
  padding: 16px;
  color: #272727;
  text-align: center;
  min-width: 160px;
}
@media (max-width: 760px) {
  .matrix-table table tbody tr td {
    padding: 8px;
    min-width: 100px;
    word-break: break-all;
  }
}
.matrix-table table tbody tr:nth-child(odd) {
  background: #e6e6e6;
}

@media (max-width: 760px) {
  .spinner-images img {
    width: 100%;
  }
}

.product-content-matrix .feature-spinner-matrix {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product-content-matrix .feature-spinner-matrix .svg-percent-animation {
  transform: scale(0.8);
}
@media (max-width: 760px) {
  .product-content-matrix .feature-spinner-matrix .svg-percent-animation {
    width: 140px;
    height: 140px;
  }
}
.product-content-matrix .feature-spinner-matrix .svg-percent-animation .pc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 260px;
  color: #faa819;
  font-size: 50px;
  font-weight: 700;
  border: 1px solid #faa819;
  border-radius: 130px;
}
@media (max-width: 760px) {
  .product-content-matrix .feature-spinner-matrix .svg-percent-animation .pc {
    width: 140px;
    height: 140px;
  }
}
.product-content-matrix .feature-spinner-matrix .svg-percent-animation .pc div {
  font-size: 85px;
  width: 100%;
  display: block;
  justify-content: center;
  text-align: center;
}
@media (max-width: 760px) {
  .product-content-matrix .feature-spinner-matrix .svg-percent-animation .pc div {
    font-size: 40px;
  }
}
.product-content-matrix .feature-spinner-matrix .svg-percent-animation .pc span {
  font-size: 25px;
  top: -7px;
  font-weight: 900;
  left: 5px;
}
.product-content-matrix .feature-spinner-matrix .svg-percent-animation .pc h4 {
  font-size: 25px !important;
  margin: -10px 0 0 !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
}
.product-content-matrix .feature-spinner-matrix .svg-percent-animation .donut__svg {
  transform: rotate(-90deg);
  visibility: hidden;
}
.product-content-matrix .product-group-container .product-content-matrix .feature-spinner-matrix .svg-percent-animation .donut__svg__circle--one {
  stroke-dasharray: 817;
  stroke-dashoffset: 817;
}
.product-content-matrix .feature-spinner-matrix .svg-percent-animation svg {
  top: -20px;
  left: -20px;
  position: relative;
}
.product-content-matrix .feature-spinner-matrix.animate .donut__svg__circle--one-1 {
  animation: donut-show-one-1 1200ms cubic-bezier(0.99, 0.01, 0.62, 0.94) 0.5s forwards;
  transition: stroke-dasharray 400ms ease-in-out;
}
.product-content-matrix .product-equipment-and-accessories .list .installation-options .sub-title,
.product-content-matrix .product-equipment-and-accessories .list .air-temperature-range .sub-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0;
}
.product-content-matrix .product-equipment-and-accessories .list .installation-options a,
.product-content-matrix .product-equipment-and-accessories .list .air-temperature-range a {
  color: #008dd2;
  text-decoration: underline;
}
.product-content-matrix .product-equipment-and-accessories .list .installation-options ::marker,
.product-content-matrix .product-equipment-and-accessories .list .air-temperature-range ::marker {
  color: #008dd2;
}
.product-content-matrix .product-equipment-and-accessories .list .installation-options ul li,
.product-content-matrix .product-equipment-and-accessories .list .air-temperature-range ul li {
  color: #272727;
}
.product-content-matrix .product-table-footer .downloads {
  border: 1px solid #008dd2;
}
.product-content-matrix .product-table-footer .downloads .download .title {
  color: #008dd2;
}
.product-content-matrix > div > .title {
  text-transform: unset;
  font-weight: 600;
  letter-spacing: 1px;
}
.product-content-matrix h2 {
  font-size: 60px !important;
  line-height: 70px !important;
}
@media (max-width: 1080px) {
  .product-content-matrix h2 {
    font-size: 32px !important;
    line-height: 40px !important;
    margin: 0 0 1.2em 0 !important;
  }
}
.product-content-matrix .product-trureal {
  background: #e6e6e6;
  width: 100%;
}
.product-content-matrix .product-trureal img {
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-content-matrix .product-gallery {
  max-width: 100%;
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin: 20px 0;
}
.product-content-matrix .product-gallery .gallery-block {
  width: 100%;
  height: min(49vw, 660px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  grid-auto-flow: dense;
}
.product-content-matrix .product-gallery .gallery-block .image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.product-content-matrix .product-gallery .gallery-block .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-content-matrix .product-gallery .gallery-block .image-wrapper {
  width: 100%;
  grid-column: span 1;
  grid-row: span 1;
}
.product-content-matrix .product-gallery .gallery-block .image-wrapper:nth-child(1) {
  grid-column: span 1;
  grid-row: span 2;
}
.product-content-matrix .product-gallery .gallery-block .image-wrapper:nth-child(4) {
  grid-column: span 2;
  grid-row: span 1;
}
.product-content-matrix .product-gallery .gallery-block:nth-child(2n) {
  grid-column-end: -1;
}
.product-content-matrix .product-gallery .gallery-block:nth-child(2n) .image-wrapper:nth-child(1) {
  order: 1;
}
.product-content-matrix .product-text .text {
  padding: 40px;
  background: transparent;
  margin: unset;
  max-width: 100%;
  margin: 0 0 40px 0;
}
@media (max-width: 760px) {
  .product-content-matrix .product-text .text {
    padding: 12px;
  }
}
.product-content-matrix .product-text .text.background {
  background: #e8eaea;
}
.product-content-matrix .product-text .text .text-intro {
  color: #272727;
  font-size: 30px;
  line-height: 36px;
  font-style: unset;
  font-weight: 700;
  margin: unset;
}
.product-content-matrix .product-text .text .text-content {
  font-size: 18px;
  line-height: 24px;
  color: #272727;
}
.product-content-matrix .product-text .text .text-content h2,
.product-content-matrix .product-text .text .text-content h3 {
  color: #272727;
  font-size: 30px;
  line-height: 36px;
  font-style: unset;
  font-weight: 700;
  margin: 0 0 1em 0;
}
.product-content-matrix .product-text .text .text-content p {
  color: #272727;
  font-weight: 400;
  line-height: 1.4em;
}
.product-content-matrix .product-text .text .text-content ol li,
.product-content-matrix .product-text .text .text-content ul li {
  margin: 0 0 7px 0;
}
.product-content-matrix .product-table {
  padding: 40px 0 0 0;
}
.product-content-matrix .product-table p {
  color: #272727;
}
.product-content-matrix .product-table .product-tech-table {
  justify-content: start;
  border: 3px solid #fff;
}
@media (max-width: 1440px) {
  .product-content-matrix .product-table .product-tech-table {
    padding: 0;
  }
}
.product-content-matrix .product-table .product-tech-table .row {
  border-left: unset;
}
.product-content-matrix .product-table .product-tech-table .row .column {
  border-bottom: 2px solid rgb(255, 255, 255);
  border-right: 2px solid rgb(255, 255, 255);
  border-top: 2px solid rgb(255, 255, 255);
}
.product-content-matrix .product-table .product-tech-table .row .column > div {
  color: #272727;
}
.product-content-matrix .product-table .product-tech-table .row .column.heading > div {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.product-content-matrix .product-table .product-tech-table .row .column:nth-child(1) {
  color: #fff;
  font-weight: 700;
  text-align: center !important;
}
.product-content-matrix .product-table .product-tech-table .row .column:nth-child(1) > div {
  color: #fff;
}
.product-content-matrix .product-360-images-v2 {
  height: 500px;
}
.product-content-matrix .product-large-tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.product-content-matrix .product-large-tiles .product-tile .cover {
  width: min(49vw, 660px);
  height: min(49vw, 660px);
  overflow: hidden;
  border-radius: 24px;
}
.product-content-matrix .product-large-tiles .product-tile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-content-matrix .product-large-tiles .product-tile .title {
  text-align: center;
}
.product-content-matrix .line {
  background: #272727;
}
.product-content-matrix .product-equipment-and-accessories {
  margin: 80px auto 30px auto;
}
.product-content-matrix .product-equipment-and-accessories .list {
  flex-direction: row;
  gap: 40px;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
}
.product-content-matrix .product-equipment-and-accessories .list .standard .sub-title,
.product-content-matrix .product-equipment-and-accessories .list .accessories .sub-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #272727;
  padding: 12px;
  background: #e6e6e6;
  letter-spacing: unset;
  text-transform: unset;
}
.product-content-matrix .product-equipment-and-accessories .list .standard a,
.product-content-matrix .product-equipment-and-accessories .list .accessories a {
  color: #008dd2;
  font-weight: 700;
  text-decoration: underline;
}
.product-content-matrix .product-equipment-and-accessories .list .standard ul,
.product-content-matrix .product-equipment-and-accessories .list .standard ol,
.product-content-matrix .product-equipment-and-accessories .list .accessories ul,
.product-content-matrix .product-equipment-and-accessories .list .accessories ol {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.product-content-matrix .product-equipment-and-accessories .list .standard ul li,
.product-content-matrix .product-equipment-and-accessories .list .standard ol li,
.product-content-matrix .product-equipment-and-accessories .list .accessories ul li,
.product-content-matrix .product-equipment-and-accessories .list .accessories ol li {
  color: #272727;
  padding: 10px 10px 10px 35px;
  background: #fff;
  margin: 0 0 1px 0;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 18px;
  line-height: 24px;
  position: relative;
}
.product-content-matrix .product-equipment-and-accessories .list .standard ul li::before,
.product-content-matrix .product-equipment-and-accessories .list .standard ol li::before,
.product-content-matrix .product-equipment-and-accessories .list .accessories ul li::before,
.product-content-matrix .product-equipment-and-accessories .list .accessories ol li::before {
  content: " ";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #008dd2;
  border-radius: 50%;
  left: 12px;
}
.product-content-matrix .product-equipment-and-accessories .list .standard ul ::marker,
.product-content-matrix .product-equipment-and-accessories .list .standard ol ::marker,
.product-content-matrix .product-equipment-and-accessories .list .accessories ul ::marker,
.product-content-matrix .product-equipment-and-accessories .list .accessories ol ::marker {
  color: #008dd2;
}

.product-detail-page-container.product-detail-page,
.product-group-container.product-detail-page {
  padding: 120px 40px 0 40px;
}
@media (max-width: 560px) {
  .product-detail-page-container.product-detail-page,
  .product-group-container.product-detail-page {
    padding: 60px 10px 0 10px;
  }
}
.product-detail-page-container .inline-content.group,
.product-group-container .inline-content.group {
  max-width: calc(100% - 40px);
  margin-top: 80px;
}
@media (max-width: 560px) {
  .product-detail-page-container .inline-content.group,
  .product-group-container .inline-content.group {
    max-width: 100%;
    padding: 0;
  }
}
.product-detail-page-container .inner,
.product-group-container .inner {
  max-width: 1415px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
@media (max-width: 560px) {
  .product-detail-page-container .inner,
  .product-group-container .inner {
    padding: 20px 0 0 0;
  }
}
.product-detail-page-container .inner .scroll-to-nav,
.product-group-container .inner .scroll-to-nav {
  display: none;
}
.product-detail-page-container .inner h1,
.product-group-container .inner h1 {
  text-align: left;
  position: relative;
  margin: 0 0 2em 0;
}
.product-detail-page-container .inner h1::after,
.product-group-container .inner h1::after {
  display: none;
}
@media (max-width: 560px) {
  .product-detail-page-container .inner h1,
  .product-group-container .inner h1 {
    margin: 80px 0 20px 0;
  }
}
.product-detail-page-container .inner h1 .large-text,
.product-group-container .inner h1 .large-text {
  padding: 0;
}
.product-detail-page-container .inner h1 .back-link,
.product-group-container .inner h1 .back-link {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 900;
  cursor: pointer;
  letter-spacing: 0px !important;
  color: #272727 !important;
  text-transform: capitalize;
  font-size: 26px;
}
.product-detail-page-container .inner h1 .back-link::before,
.product-group-container .inner h1 .back-link::before {
  background: url(../images/arrow.svg) no-repeat;
  position: absolute;
  width: 40px;
  height: 33px;
  content: " ";
  transform: rotate(180deg);
  left: -47px;
}
@media (max-width: 560px) {
  .product-detail-page-container .inner h1 .back-link::before,
  .product-group-container .inner h1 .back-link::before {
    width: 30px;
    height: 27px;
  }
}
@media (max-width: 560px) {
  .product-detail-page-container .inner h1 .back-link,
  .product-group-container .inner h1 .back-link {
    bottom: unset;
    top: -40px;
    font-size: 16px;
  }
}
.product-detail-page-container .inner h2,
.product-group-container .inner h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: unset;
  color: #272727;
  text-transform: unset;
  text-align: left;
  margin: 0 0 60px 0;
  padding: 0;
}
@media (max-width: 760px) {
  .product-detail-page-container .inner h2,
  .product-group-container .inner h2 {
    padding: 0 20px;
  }
}
.product-detail-page-container .inner .product-floating-buttons,
.product-group-container .inner .product-floating-buttons {
  display: none;
  opacity: 0;
}
.product-detail-page-container .inner .matrix-anchor,
.product-group-container .inner .matrix-anchor {
  display: flex;
  gap: 16px;
}
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .installation-options p,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .air-temperature-range p,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard p,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories p,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .installation-options p,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .air-temperature-range p,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard p,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories p {
  color: #272727;
}
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .installation-options .sub-title,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .air-temperature-range .sub-title,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard .sub-title,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories .sub-title,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .installation-options .sub-title,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .air-temperature-range .sub-title,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard .sub-title,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories .sub-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0;
}
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .installation-options a,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .air-temperature-range a,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard a,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories a,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .installation-options a,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .air-temperature-range a,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard a,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories a {
  color: #008dd2;
  text-decoration: underline;
}
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .installation-options ::marker,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .air-temperature-range ::marker,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard ::marker,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories ::marker,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .installation-options ::marker,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .air-temperature-range ::marker,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard ::marker,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories ::marker {
  color: #008dd2;
}
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .installation-options ul li,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .air-temperature-range ul li,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard ul li,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories ul li,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .installation-options ul li,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .air-temperature-range ul li,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard ul li,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories ul li {
  color: #272727;
}
.product-detail-page-container .inner .product-content-matrix .product-table-footer .downloads,
.product-group-container .inner .product-content-matrix .product-table-footer .downloads {
  border: 1px solid #008dd2;
}
.product-detail-page-container .inner .product-content-matrix .product-table-footer .downloads .download .title,
.product-group-container .inner .product-content-matrix .product-table-footer .downloads .download .title {
  color: #008dd2;
}
.product-detail-page-container .inner .product-content-matrix > div > .title,
.product-group-container .inner .product-content-matrix > div > .title {
  text-transform: unset;
  font-weight: 600;
  letter-spacing: 1px;
}
.product-detail-page-container .inner .product-content-matrix h2,
.product-group-container .inner .product-content-matrix h2 {
  font-size: 60px !important;
  line-height: 70px !important;
}
@media (max-width: 1080px) {
  .product-detail-page-container .inner .product-content-matrix h2,
  .product-group-container .inner .product-content-matrix h2 {
    font-size: 32px !important;
    line-height: 40px !important;
    margin: 0 0 1.2em 0 !important;
  }
}
.product-detail-page-container .inner .product-content-matrix .product-trureal,
.product-group-container .inner .product-content-matrix .product-trureal {
  background: #e6e6e6;
  width: 100%;
}
.product-detail-page-container .inner .product-content-matrix .product-trureal img,
.product-group-container .inner .product-content-matrix .product-trureal img {
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-detail-page-container .inner .product-content-matrix .product-gallery,
.product-group-container .inner .product-content-matrix .product-gallery {
  max-width: 100%;
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.product-detail-page-container .inner .product-content-matrix .product-gallery .gallery-block,
.product-group-container .inner .product-content-matrix .product-gallery .gallery-block {
  width: 100%;
  height: min(49vw, 660px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  grid-auto-flow: dense;
}
.product-detail-page-container .inner .product-content-matrix .product-gallery .gallery-block .image-wrapper,
.product-group-container .inner .product-content-matrix .product-gallery .gallery-block .image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.product-detail-page-container .inner .product-content-matrix .product-gallery .gallery-block .image-wrapper img,
.product-group-container .inner .product-content-matrix .product-gallery .gallery-block .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-detail-page-container .inner .product-content-matrix .product-gallery .gallery-block .image-wrapper,
.product-group-container .inner .product-content-matrix .product-gallery .gallery-block .image-wrapper {
  width: 100%;
  grid-column: span 1;
  grid-row: span 1;
}
.product-detail-page-container .inner .product-content-matrix .product-gallery .gallery-block .image-wrapper:nth-child(1),
.product-group-container .inner .product-content-matrix .product-gallery .gallery-block .image-wrapper:nth-child(1) {
  grid-column: span 1;
  grid-row: span 2;
}
.product-detail-page-container .inner .product-content-matrix .product-gallery .gallery-block .image-wrapper:nth-child(4),
.product-group-container .inner .product-content-matrix .product-gallery .gallery-block .image-wrapper:nth-child(4) {
  grid-column: span 2;
  grid-row: span 1;
}
.product-detail-page-container .inner .product-content-matrix .product-gallery .gallery-block:nth-child(2n),
.product-group-container .inner .product-content-matrix .product-gallery .gallery-block:nth-child(2n) {
  grid-column-end: -1;
}
.product-detail-page-container .inner .product-content-matrix .product-gallery .gallery-block:nth-child(2n) .image-wrapper:nth-child(1),
.product-group-container .inner .product-content-matrix .product-gallery .gallery-block:nth-child(2n) .image-wrapper:nth-child(1) {
  order: 1;
}
.product-detail-page-container .inner .product-content-matrix .product-text .text,
.product-group-container .inner .product-content-matrix .product-text .text {
  padding: 40px;
  background: transparent;
  margin: unset;
  max-width: 100%;
  margin: 0 0 40px 0;
}
@media (max-width: 760px) {
  .product-detail-page-container .inner .product-content-matrix .product-text .text,
  .product-group-container .inner .product-content-matrix .product-text .text {
    padding: 16px;
  }
}
.product-detail-page-container .inner .product-content-matrix .product-text .text.background,
.product-group-container .inner .product-content-matrix .product-text .text.background {
  background: #e8eaea;
}
.product-detail-page-container .inner .product-content-matrix .product-text .text .text-intro,
.product-group-container .inner .product-content-matrix .product-text .text .text-intro {
  color: #272727;
  font-size: 30px;
  line-height: 36px;
  font-style: unset;
  font-weight: 700;
  margin: unset;
}
.product-detail-page-container .inner .product-content-matrix .product-text .text .text-content,
.product-group-container .inner .product-content-matrix .product-text .text .text-content {
  font-size: 18px;
  line-height: 24px;
  color: #272727;
}
.product-detail-page-container .inner .product-content-matrix .product-text .text .text-content h2,
.product-detail-page-container .inner .product-content-matrix .product-text .text .text-content h3,
.product-group-container .inner .product-content-matrix .product-text .text .text-content h2,
.product-group-container .inner .product-content-matrix .product-text .text .text-content h3 {
  color: #272727;
  font-size: 30px;
  line-height: 36px;
  font-style: unset;
  font-weight: 700;
  margin: 0 0 1em 0;
}
.product-detail-page-container .inner .product-content-matrix .product-text .text .text-content p,
.product-group-container .inner .product-content-matrix .product-text .text .text-content p {
  color: #272727;
  font-weight: 400;
  line-height: 1.4em;
}
.product-detail-page-container .inner .product-content-matrix .product-text .text .text-content ol li,
.product-detail-page-container .inner .product-content-matrix .product-text .text .text-content ul li,
.product-group-container .inner .product-content-matrix .product-text .text .text-content ol li,
.product-group-container .inner .product-content-matrix .product-text .text .text-content ul li {
  margin: 0 0 7px 0;
}
.product-detail-page-container .inner .product-content-matrix .product-table,
.product-group-container .inner .product-content-matrix .product-table {
  padding: 40px 0 0 0;
}
.product-detail-page-container .inner .product-content-matrix .product-table .product-tech-table,
.product-group-container .inner .product-content-matrix .product-table .product-tech-table {
  justify-content: start;
  border: 3px solid #fff;
}
@media (max-width: 1440px) {
  .product-detail-page-container .inner .product-content-matrix .product-table .product-tech-table,
  .product-group-container .inner .product-content-matrix .product-table .product-tech-table {
    padding: 0;
  }
}
.product-detail-page-container .inner .product-content-matrix .product-table .product-tech-table .row,
.product-group-container .inner .product-content-matrix .product-table .product-tech-table .row {
  border-left: unset;
}
.product-detail-page-container .inner .product-content-matrix .product-table .product-tech-table .row .column,
.product-group-container .inner .product-content-matrix .product-table .product-tech-table .row .column {
  border-bottom: 2px solid rgb(255, 255, 255);
  border-right: 2px solid rgb(255, 255, 255);
  border-top: 2px solid rgb(255, 255, 255);
}
.product-detail-page-container .inner .product-content-matrix .product-table .product-tech-table .row .column > div,
.product-group-container .inner .product-content-matrix .product-table .product-tech-table .row .column > div {
  color: #272727;
}
.product-detail-page-container .inner .product-content-matrix .product-table .product-tech-table .row .column.heading > div,
.product-group-container .inner .product-content-matrix .product-table .product-tech-table .row .column.heading > div {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.product-detail-page-container .inner .product-content-matrix .product-table .product-tech-table .row .column:nth-child(1),
.product-group-container .inner .product-content-matrix .product-table .product-tech-table .row .column:nth-child(1) {
  color: #fff;
  font-weight: 700;
  text-align: center !important;
}
.product-detail-page-container .inner .product-content-matrix .product-table .product-tech-table .row .column:nth-child(1) > div,
.product-group-container .inner .product-content-matrix .product-table .product-tech-table .row .column:nth-child(1) > div {
  color: #fff;
}
.product-detail-page-container .inner .product-content-matrix .product-360-images-v2,
.product-group-container .inner .product-content-matrix .product-360-images-v2 {
  height: 500px;
}
.product-detail-page-container .inner .product-content-matrix .product-large-tiles,
.product-group-container .inner .product-content-matrix .product-large-tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.product-detail-page-container .inner .product-content-matrix .product-large-tiles .product-tile .cover,
.product-group-container .inner .product-content-matrix .product-large-tiles .product-tile .cover {
  width: min(49vw, 660px);
  height: min(49vw, 660px);
  overflow: hidden;
  border-radius: 24px;
}
.product-detail-page-container .inner .product-content-matrix .product-large-tiles .product-tile img,
.product-group-container .inner .product-content-matrix .product-large-tiles .product-tile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-detail-page-container .inner .product-content-matrix .product-large-tiles .product-tile .title,
.product-group-container .inner .product-content-matrix .product-large-tiles .product-tile .title {
  text-align: center;
}
.product-detail-page-container .inner .product-content-matrix .line,
.product-group-container .inner .product-content-matrix .line {
  background: #272727;
}
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories {
  margin: 80px auto 30px auto;
}
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list {
  flex-direction: row;
  gap: 40px;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
}
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard .sub-title,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories .sub-title,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard .sub-title,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories .sub-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #272727;
  padding: 12px;
  background: #e6e6e6;
  letter-spacing: unset;
  text-transform: unset;
}
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard a,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories a,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard a,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories a {
  color: #008dd2;
  font-weight: 700;
  text-decoration: underline;
}
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard ul,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard ol,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories ul,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories ol,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard ul,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard ol,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories ul,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories ol {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard ul li,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard ol li,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories ul li,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories ol li,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard ul li,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard ol li,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories ul li,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories ol li {
  color: #272727;
  padding: 10px 10px 10px 35px;
  background: #fff;
  margin: 0 0 1px 0;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 18px;
  line-height: 24px;
  position: relative;
}
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard ul li::before,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard ol li::before,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories ul li::before,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories ol li::before,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard ul li::before,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard ol li::before,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories ul li::before,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories ol li::before {
  content: " ";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #008dd2;
  border-radius: 50%;
  left: 12px;
}
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard ul ::marker,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard ol ::marker,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories ul ::marker,
.product-detail-page-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories ol ::marker,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard ul ::marker,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .standard ol ::marker,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories ul ::marker,
.product-group-container .inner .product-content-matrix .product-equipment-and-accessories .list .accessories ol ::marker {
  color: #008dd2;
}
.product-detail-page-container .inner .product-icons,
.product-group-container .inner .product-icons {
  margin: 20px 0 60px 0;
}
.product-detail-page-container .inner .product-icons .list,
.product-group-container .inner .product-icons .list {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.product-detail-page-container .inner .product-icons .list .icon,
.product-group-container .inner .product-icons .list .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  width: 120px;
  text-align: center;
}
.product-detail-page-container .inner .product-icons .list .icon img,
.product-group-container .inner .product-icons .list .icon img {
  border: 4px solid #008dd2;
  border-radius: 24px;
  padding: 20px;
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0 16px 0;
}
.product-detail-page-container .inner .product-header,
.product-group-container .inner .product-header {
  justify-content: center;
  gap: 40px;
}
.product-detail-page-container .inner .product-header .product-nav,
.product-group-container .inner .product-header .product-nav {
  display: none;
}
.product-detail-page-container .inner .product-header .product-media,
.product-group-container .inner .product-header .product-media {
  width: calc(100% - 700px);
  padding: 0;
}
@media (max-width: 1560px) {
  .product-detail-page-container .inner .product-header .product-media,
  .product-group-container .inner .product-header .product-media {
    width: calc(100% - 600px);
  }
}
@media (max-width: 1180px) {
  .product-detail-page-container .inner .product-header .product-media,
  .product-group-container .inner .product-header .product-media {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .product-detail-page-container .inner .product-header .product-media,
  .product-group-container .inner .product-header .product-media {
    margin: 20px 0;
  }
}
.product-detail-page-container .inner .product-header .product-media .product-images,
.product-group-container .inner .product-header .product-media .product-images {
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.product-detail-page-container .inner .product-header .product-media .product-images .product-images-nav,
.product-group-container .inner .product-header .product-media .product-images .product-images-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  order: 2;
}
.product-detail-page-container .inner .product-header .product-media .product-images .product-images-nav .product-thumb img,
.product-group-container .inner .product-header .product-media .product-images .product-images-nav .product-thumb img {
  width: 120px;
  height: 75px;
}
.product-detail-page-container .inner .product-header .product-media .product-images .product-images-nav .product-thumb .thumb360,
.product-group-container .inner .product-header .product-media .product-images .product-images-nav .product-thumb .thumb360 {
  color: #1d9fd9;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
@media (max-width: 760px) {
  .product-detail-page-container .inner .product-header .product-media .product-images .product-images-nav .product-thumb:not(.t360),
  .product-group-container .inner .product-header .product-media .product-images .product-images-nav .product-thumb:not(.t360) {
    display: none;
  }
}
.product-detail-page-container .inner .product-header .product-media .product-images #product-images-swiper,
.product-group-container .inner .product-header .product-media .product-images #product-images-swiper {
  order: 1;
  width: 100%;
}
.product-detail-page-container .inner .product-header .product-media .product-images #product-images-swiper .swiper-button-next,
.product-group-container .inner .product-header .product-media .product-images #product-images-swiper .swiper-button-next {
  right: 5%;
}
.product-detail-page-container .inner .product-header .product-media .product-images #product-images-swiper .swiper-button-prev,
.product-group-container .inner .product-header .product-media .product-images #product-images-swiper .swiper-button-prev {
  left: 5%;
}
.product-detail-page-container .inner .product-header .product-media .product-images #product-images-swiper .swiper-container .swiper-wrapper .swiper-slide a,
.product-group-container .inner .product-header .product-media .product-images #product-images-swiper .swiper-container .swiper-wrapper .swiper-slide a {
  max-width: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-page-container .inner .product-header .product-media .product-images #product-images-swiper .swiper-container .swiper-wrapper .swiper-slide a img,
.product-group-container .inner .product-header .product-media .product-images #product-images-swiper .swiper-container .swiper-wrapper .swiper-slide a img {
  max-height: 500px;
  width: unset;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 760px) {
  .product-detail-page-container .inner .product-header .product-media .product-images #product-images-swiper .swiper-container .swiper-wrapper .swiper-slide a img,
  .product-group-container .inner .product-header .product-media .product-images #product-images-swiper .swiper-container .swiper-wrapper .swiper-slide a img {
    width: 100%;
  }
}
.product-detail-page-container .inner .product-header .product-media .product-images #product-images-swiper svg path,
.product-group-container .inner .product-header .product-media .product-images #product-images-swiper svg path {
  fill: #008dd2 !important;
}
.product-detail-page-container .inner .product-header .product-properties,
.product-group-container .inner .product-header .product-properties {
  max-width: 640px;
  width: unset;
}
.product-detail-page-container .inner .product-header .product-properties .size-extraction > div > div:not(.title),
.product-group-container .inner .product-header .product-properties .size-extraction > div > div:not(.title) {
  color: #1d9fd9;
  font-weight: 700;
}
.product-detail-page-container .inner .product-header .product-properties .description,
.product-group-container .inner .product-header .product-properties .description {
  color: #272727;
  font-size: 18px;
}
@media (max-width: 560px) {
  .product-detail-page-container .inner .product-header .product-properties .description,
  .product-group-container .inner .product-header .product-properties .description {
    margin: 0 0 20px 0;
  }
}
.product-detail-page-container .inner .product-header .product-properties .description p,
.product-group-container .inner .product-header .product-properties .description p {
  color: #272727 !important;
  line-height: 1.4em;
}
.product-detail-page-container .inner .product-header .product-properties .description ul,
.product-detail-page-container .inner .product-header .product-properties .description ol,
.product-group-container .inner .product-header .product-properties .description ul,
.product-group-container .inner .product-header .product-properties .description ol {
  padding: 0 0 0 24px;
}
.product-detail-page-container .inner .product-header .product-properties .description ul li,
.product-detail-page-container .inner .product-header .product-properties .description ol li,
.product-group-container .inner .product-header .product-properties .description ul li,
.product-group-container .inner .product-header .product-properties .description ol li {
  color: #272727 !important;
}
.product-detail-page-container .inner .product-header .product-properties .description strong,
.product-group-container .inner .product-header .product-properties .description strong {
  color: #008dd2;
}
.product-detail-page-container .inner .product-header .product-properties .product-line,
.product-group-container .inner .product-header .product-properties .product-line {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #008dd2;
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 16px;
  margin: 20px 0;
}
@media (max-width: 560px) {
  .product-detail-page-container .inner .product-header .product-properties .product-line,
  .product-group-container .inner .product-header .product-properties .product-line {
    font-size: 14px;
    line-height: 18px;
  }
}
.product-detail-page-container .inner .product-header .product-properties .product-line .title,
.product-group-container .inner .product-header .product-properties .product-line .title {
  width: 67px;
  font-weight: 600;
}
.product-detail-page-container .inner .product-header .product-properties .product-line .list,
.product-group-container .inner .product-header .product-properties .product-line .list {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 4px;
  flex-wrap: wrap;
}
.product-detail-page-container .inner .product-header .product-properties .product-line .list a,
.product-group-container .inner .product-header .product-properties .product-line .list a {
  background: #ececec;
  color: #1d9fd9;
  padding: 8px 16px;
  border-radius: 15px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 560px) {
  .product-detail-page-container .inner .product-header .product-properties .product-line .list a,
  .product-group-container .inner .product-header .product-properties .product-line .list a {
    padding: 6px 12px;
    border-radius: 9px;
  }
}

.alternatives-content .title {
  color: #272727 !important;
}

.product-alternative-entry {
  color: #1d9fd9;
}

.contact-us-page {
  background: #f4f4f4;
}
.contact-us-page .inner {
  margin: 0 auto;
  max-width: 1480px;
  padding: 0 40px;
}
@media (max-width: 1180px) {
  .contact-us-page .inner {
    padding: 0px;
  }
}
.contact-us-page .locations-top,
.contact-us-page .location-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 60px;
}
.contact-us-page .locations-top .hq,
.contact-us-page .location-wrapper .hq {
  display: flex;
  gap: 40px;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.contact-us-page .locations-top .hq .cover,
.contact-us-page .location-wrapper .hq .cover {
  width: 400px;
  height: 400px;
  overflow: hidden;
}
@media (max-width: 560px) {
  .contact-us-page .locations-top .hq .cover,
  .contact-us-page .location-wrapper .hq .cover {
    width: 100%;
    height: 260px;
  }
}
.contact-us-page .locations-top .hq .cover img,
.contact-us-page .location-wrapper .hq .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.contact-us-page .locations-top .location,
.contact-us-page .location-wrapper .location {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 8px;
  border-right: solid 1px #272727;
  padding: 0 60px 0 0;
}
.contact-us-page .locations-top .location a,
.contact-us-page .location-wrapper .location a {
  color: #272727;
  display: block;
  position: relative;
  padding: 0 0 0 24px;
  font-weight: 600;
}
.contact-us-page .locations-top .location a p,
.contact-us-page .location-wrapper .location a p {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}
.contact-us-page .locations-top .location .opentime::before,
.contact-us-page .location-wrapper .location .opentime::before {
  content: " ";
  position: absolute;
  width: 18px;
  height: 18px;
  left: -6px;
  top: 3px;
  background: url(../images/opentime.svg) no-repeat;
}
.contact-us-page .locations-top .location .email::before,
.contact-us-page .location-wrapper .location .email::before {
  content: " ";
  position: absolute;
  width: 18px;
  height: 18px;
  left: -7px;
  top: 3px;
  background: url(../images/email.svg) no-repeat;
}
.contact-us-page .locations-top .location .fax::before,
.contact-us-page .location-wrapper .location .fax::before {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -7px;
  top: 3px;
  background: url(../images/fax.svg) no-repeat;
}
.contact-us-page .locations-top .location .phone::before,
.contact-us-page .location-wrapper .location .phone::before {
  content: " ";
  position: absolute;
  width: 20px;
  height: 18px;
  left: -7px;
  top: 3px;
  background: url(../images/phone.svg) no-repeat;
}
.contact-us-page .locations-top .location .web::before,
.contact-us-page .location-wrapper .location .web::before {
  content: " ";
  position: absolute;
  width: 18px;
  left: -8px;
  top: 3px;
  height: 18px;
  background: url(../images/web.svg) no-repeat;
}
.contact-us-page .locations-top .map,
.contact-us-page .location-wrapper .map {
  width: 44vw;
  height: 27vw;
  position: relative;
  top: 100px;
}
@media (max-width: 1080px) {
  .contact-us-page .locations-top .map,
  .contact-us-page .location-wrapper .map {
    transform: scale(2);
  }
}
@media (max-width: 560px) {
  .contact-us-page .locations-top .map,
  .contact-us-page .location-wrapper .map {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: unset;
    height: unset;
    top: unset;
    transform: scale(1);
  }
}
.contact-us-page .locations-top .map svg,
.contact-us-page .location-wrapper .map svg {
  position: relative;
  top: -10vw;
  right: -10vw;
  z-index: 3;
}
@media (max-width: 560px) {
  .contact-us-page .locations-top .map svg,
  .contact-us-page .location-wrapper .map svg {
    display: none;
  }
}
.contact-us-page .locations-top .map .box,
.contact-us-page .location-wrapper .map .box {
  position: absolute;
  width: 200px;
  display: flex;
  z-index: 6;
  left: -100px;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1080px) {
  .contact-us-page .locations-top .map .box,
  .contact-us-page .location-wrapper .map .box {
    transform: scale(0.5);
  }
}
@media (max-width: 560px) {
  .contact-us-page .locations-top .map .box,
  .contact-us-page .location-wrapper .map .box {
    position: relative;
    left: unset;
    transform: scale(1);
  }
}
.contact-us-page .locations-top .map .box .box-title,
.contact-us-page .location-wrapper .map .box .box-title {
  font-size: 18px;
  font-weight: 700;
  color: #f9af32;
  background: #fff;
  border-radius: 9px;
  padding: 9px;
  text-align: center;
}
.contact-us-page .locations-top .map .box .location-desc,
.contact-us-page .location-wrapper .map .box .location-desc {
  background: #272727;
  padding: 8px 8px 8px 18px;
  border-radius: 9px;
  color: #fff;
  word-break: break-all;
}
.contact-us-page .locations-top .map .box .location-desc .location,
.contact-us-page .location-wrapper .map .box .location-desc .location {
  font-size: 11px;
  word-break: break-all;
  padding: 0;
}
.contact-us-page .locations-top .map .box .location-desc .location a,
.contact-us-page .location-wrapper .map .box .location-desc .location a {
  color: #fff;
  word-break: break-all;
}
.contact-us-page .locations-top .map .box .location-desc .location .opentime::before,
.contact-us-page .location-wrapper .map .box .location-desc .location .opentime::before {
  content: " ";
  position: absolute;
  width: 18px;
  height: 18px;
  left: -6px;
  top: 0px;
  background: url(../images/opentime-white.svg) no-repeat;
}
.contact-us-page .locations-top .map .box .location-desc .location .email::before,
.contact-us-page .location-wrapper .map .box .location-desc .location .email::before {
  content: " ";
  position: absolute;
  width: 18px;
  height: 18px;
  left: -7px;
  top: 3px;
  background: url(../images/email-white.svg) no-repeat;
}
.contact-us-page .locations-top .map .box .location-desc .location .fax::before,
.contact-us-page .location-wrapper .map .box .location-desc .location .fax::before {
  content: " ";
  position: absolute;
  width: 18px;
  height: 18px;
  left: -7px;
  top: 3px;
  background: url(../images/fax.svg) no-repeat;
}
.contact-us-page .locations-top .map .box .location-desc .location .phone::before,
.contact-us-page .location-wrapper .map .box .location-desc .location .phone::before {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -7px;
  top: 3px;
  background: url(../images/phone-white.svg) no-repeat;
}
.contact-us-page .locations-top .map .box .location-desc .location .web::before,
.contact-us-page .location-wrapper .map .box .location-desc .location .web::before {
  content: " ";
  position: absolute;
  width: 18px;
  left: -7px;
  top: 3px;
  height: 18px;
  background: url(../images/web-white.svg) no-repeat;
}
.contact-us-page .locations-top .map .marker1,
.contact-us-page .location-wrapper .map .marker1 {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 5vw;
  width: 24vw;
  height: 13vw;
  content: " ";
  border-bottom: 1px solid #272727;
  border-left: 1px solid #272727;
}
@media (min-width: 2360px) {
  .contact-us-page .locations-top .map .marker1,
  .contact-us-page .location-wrapper .map .marker1 {
    left: 2vw;
    width: 24vw;
    height: 9vw;
  }
}
@media (max-width: 560px) {
  .contact-us-page .locations-top .map .marker1,
  .contact-us-page .location-wrapper .map .marker1 {
    position: relative;
    right: unset;
    top: unset;
    left: unset;
    bottom: unset;
    width: auto;
    height: auto;
    border: unset !important;
  }
}
.contact-us-page .locations-top .map .marker1 .box,
.contact-us-page .location-wrapper .map .marker1 .box {
  top: -110px;
}
@media (max-width: 560px) {
  .contact-us-page .locations-top .map .marker1 .box,
  .contact-us-page .location-wrapper .map .marker1 .box {
    top: unset;
  }
}
.contact-us-page .locations-top .map .marker2,
.contact-us-page .location-wrapper .map .marker2 {
  position: absolute;
  z-index: 5;
  top: -3vw;
  left: 31.5vw;
  width: 1px;
  height: 17vw;
  content: " ";
  border-bottom: 1px solid #272727;
  border-left: 1px solid #272727;
}
@media (min-width: 2360px) {
  .contact-us-page .locations-top .map .marker2,
  .contact-us-page .location-wrapper .map .marker2 {
    left: 27.5vw;
    width: 1px;
    height: 11vw;
    top: -1vw;
  }
}
@media (max-width: 560px) {
  .contact-us-page .locations-top .map .marker2,
  .contact-us-page .location-wrapper .map .marker2 {
    position: relative;
    right: unset;
    top: unset;
    left: unset;
    bottom: unset;
    width: auto;
    height: auto;
    border: unset !important;
  }
}
.contact-us-page .locations-top .map .marker2 .box,
.contact-us-page .location-wrapper .map .marker2 .box {
  top: -60px;
}
@media (max-width: 560px) {
  .contact-us-page .locations-top .map .marker2 .box,
  .contact-us-page .location-wrapper .map .marker2 .box {
    top: unset;
  }
}
.contact-us-page .locations-top .map .marker3,
.contact-us-page .location-wrapper .map .marker3 {
  position: absolute;
  z-index: 5;
  top: 0vw;
  left: 32vw;
  width: 8vw;
  height: 15.5vw;
  content: " ";
  border-bottom: 1px solid #272727;
  border-right: 1px solid #272727;
}
@media (min-width: 2360px) {
  .contact-us-page .locations-top .map .marker3,
  .contact-us-page .location-wrapper .map .marker3 {
    top: 0vw;
    left: 28vw;
    width: 8vw;
    height: 11vw;
  }
}
@media (max-width: 560px) {
  .contact-us-page .locations-top .map .marker3,
  .contact-us-page .location-wrapper .map .marker3 {
    position: relative;
    right: unset;
    top: unset;
    left: unset;
    bottom: unset;
    width: auto;
    height: auto;
    border: unset !important;
  }
}
.contact-us-page .locations-top .map .marker3 .box,
.contact-us-page .location-wrapper .map .marker3 .box {
  right: -90px;
  top: 0px;
  left: unset;
}
@media (max-width: 560px) {
  .contact-us-page .locations-top .map .marker3 .box,
  .contact-us-page .location-wrapper .map .marker3 .box {
    right: unset;
    top: unset;
    left: unset;
  }
}
.contact-us-page .locations-top path[country=hun], .contact-us-page .locations-top path[country=cz] {
  fill: #979797 !important;
}
@media (max-width: 1080px) {
  .contact-us-page .locations-top {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
}
.contact-us-page .locations-big-map {
  transform: scale(1);
  overflow: hidden;
  margin: 60px 0;
}
.contact-us-page .locations-big-map svg .landxx:hover {
  fill: #ff6b08 !important;
  stroke: #ff6b08 !important;
}
.contact-us-page .locations .location-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-evenly;
  align-items: start;
  margin: 40px 0;
}
.contact-us-page .locations .location-wrapper .hq {
  max-width: 360px;
}
@media (max-width: 560px) {
  .contact-us-page .locations .location-wrapper .hq {
    width: 100%;
  }
}
.contact-us-page .locations .location-wrapper .hq .cover {
  width: 360px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 560px) {
  .contact-us-page .locations .location-wrapper .hq .cover {
    width: 100%;
    height: 180px;
  }
}
.contact-us-page .product-detail-page-container {
  padding: 0;
}
.contact-us-page .contact-choose {
  display: flex;
  gap: 80px;
  justify-content: space-evenly;
  align-items: start;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .contact-us-page .contact-choose {
    flex-direction: column;
  }
}
.contact-us-page .contact-choose .text {
  font-weight: 700;
}
.contact-us-page .contact-choose .btn {
  margin: 40px 0;
}
.contact-us-page .contact-choose .option {
  width: min(33vw, 560px);
}
@media (max-width: 760px) {
  .contact-us-page .contact-choose .option {
    width: 100%;
  }
}
.contact-us-page .contact-choose .cover {
  width: 100%;
  width: min(33vw, 560px);
  height: min(33vw, 560px);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: min(40px, 2.25vw);
}
@media (max-width: 760px) {
  .contact-us-page .contact-choose .cover {
    width: 100%;
  }
}
.contact-us-page .contact-choose .cover img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.contact-us-page .contact-choose .cover .fade {
  background-image: linear-gradient(transparent, #fff);
  opacity: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25%;
  z-index: 2;
  content: " ";
  border-radius: min(40px, 2.25vw);
}
.contact-us-page .contact-choose .cover .text {
  position: relative;
  z-index: 3;
  bottom: 30px;
  height: 140px;
  left: 30px;
}

.editor-page {
  padding: 120px 0;
}
@media (max-width: 900px) {
  .editor-page {
    padding: 20px 0;
  }
}

.product-editor {
  display: flex;
  align-items: start;
  justify-content: start;
  width: 100%;
  gap: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1180px) {
  .product-editor {
    flex-direction: column;
  }
}
.product-editor .selected-code {
  color: #008dd2;
  margin: 16px 0;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 700;
}
.product-editor .cover {
  background: #fff;
  padding: 20px;
  width: 460px;
  position: sticky;
  top: 150px;
}
@media (max-width: 560px) {
  .product-editor .cover {
    width: 100%;
    position: relative;
    top: unset;
  }
}
.product-editor .cover img {
  max-width: 100%;
  max-height: 440px;
}
.product-editor .editor {
  width: calc(100% - 460px - 40px);
  background: #fff;
  position: relative;
  margin: 0 0 240px;
  padding: 20px;
}
@media (max-width: 1180px) {
  .product-editor .editor {
    width: 100%;
  }
}
.product-editor .editor .order {
  margin: 60px auto 0 0;
}
.product-editor .editor p a {
  color: #1d9fd9;
  text-decoration: underline;
}
.product-editor .editor .parameters {
  position: relative;
}
.product-editor .editor .parameters .row {
  position: relative;
}
.product-editor .editor .parameters .row .row-title {
  color: #008dd2;
  font-weight: 900;
  margin: 0 0 24px 0;
  font-size: 24px;
  display: flex;
  gap: 30px;
}
.product-editor .editor .parameters .row .row-title .info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.product-editor .editor .parameters .row .row-title .info-icon span {
  display: block;
  color: #fff;
  padding: 0px 13px;
  border: 2px solid #1d9fd9;
  background: #1d9fd9;
  border-radius: 50%;
}
.product-editor .editor .parameters .row .row-options {
  display: flex;
  gap: 24px;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
}
.product-editor .editor .parameters .row .info {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.66s ease;
  top: 0;
  right: 0;
  margin: 0 0 auto auto;
  z-index: 3;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.product-editor .editor .parameters .row .info.open {
  transform: translate(0px, 0);
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 560px) {
  .product-editor .editor .parameters .row .info.open {
    transform: translate(20px, 0);
  }
}
.product-editor .editor .parameters .row .info .matrix {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 1em;
  background: #008dd2;
  border-radius: 16px;
  color: #fff;
  flex-direction: column;
  padding: 40px 20px 20px 20px;
  width: 380px;
  position: relative;
  align-self: flex-end;
  justify-self: flex-end;
  margin: 0 0 auto auto;
  position: relative;
  right: 0;
  top: 0;
  box-shadow: 0px 0px 35px rgba(125, 125, 125, 0.5);
}
@media (max-width: 760px) {
  .product-editor .editor .parameters .row .info .matrix {
    width: 300px;
  }
}
.product-editor .editor .parameters .row .info .matrix .matrix-wrapper {
  max-height: 360px;
  overflow: auto;
  width: 100%;
  display: flex;
  gap: 1em;
  flex-direction: column;
}
.product-editor .editor .parameters .row .info .matrix .close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product-editor .editor .parameters .row .info .matrix .close .line {
  position: absolute;
  width: 19px;
  height: 3px;
  background: #fff;
  content: " ";
  border-radius: 3px;
  transform: rotate(-45deg);
}
.product-editor .editor .parameters .row .info .matrix .close .line:nth-child(2) {
  transform: rotate(45deg);
}
.product-editor .editor .parameters .row .info .matrix p {
  margin: 0;
  line-height: 1.4em;
}
.product-editor .editor .parameters .row .info .matrix .image {
  width: 320px;
  position: relative;
}
@media (max-width: 760px) {
  .product-editor .editor .parameters .row .info .matrix .image {
    width: 180px;
  }
}
.product-editor .editor .parameters .row .info .matrix .image img {
  width: 100%;
  height: auto;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-editor .editor .parameters .row .info .matrix .text {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.product-editor .editor .parameters .row .info ::-webkit-scrollbar {
  width: 10px;
}
.product-editor .editor .parameters .row .info ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.product-editor .editor .parameters .row .info ::-webkit-scrollbar-thumb {
  background: #888;
}
.product-editor .editor .parameters .row .info ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.product-editor .editor .parameters .parameter-options {
  display: flex;
  gap: 16px 8px;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  margin: 30px 0;
}
.product-editor .editor .parameters .parameter-options .option {
  display: flex;
  gap: 12px;
}
.product-editor .editor .parameters .parameter-options .option label {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e8eaea;
  padding: 10px 20px;
  border-radius: 8px;
  color: #008dd2;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.33s ease;
}
.product-editor .editor .parameters .parameter-options .option.selected {
  background: #008dd2;
  color: #fff;
}
.product-editor .editor .parameters .parameter-options .option input[type=radio] {
  display: none;
}
.product-editor .editor .parameters .parameter-options .option input:checked + label {
  background: #008dd2;
  color: #fff;
}

.selected-categories {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  margin: 40px 0;
}
.selected-categories .category {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 660px;
  text-decoration: none;
  text-align: center;
  gap: 24px;
}
@media (max-width: 560px) {
  .selected-categories .category {
    width: 36vw;
  }
}
.selected-categories .category .cover {
  width: min(41vw, 500px);
  height: min(41vw, 500px);
  overflow: hidden;
  border-radius: 24px;
}
.selected-categories .category .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.selected-categories .category .title {
  text-decoration: none;
  color: #272727;
  text-align: center;
}

.products-list {
  display: grid;
  margin: 40px auto;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)) !important;
  grid-auto-rows: 1fr;
  gap: 40px;
}
@media (max-width: 1440px) {
  .products-list {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
}
@media (max-width: 1080px) {
  .products-list {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-auto-rows: 1fr;
    gap: 12px;
  }
}
.products-list .data-group {
  width: 100%;
  background: #fff;
  border-radius: 30px;
  position: relative;
}
.products-list .data-group a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
}
.products-list .data-group a .title {
  position: relative;
  z-index: 1;
  color: #272727;
  text-transform: none;
  top: unset;
  left: unset;
  text-decoration: none;
  text-align: center;
  padding: 12px 0 0 0;
}
@media (max-width: 1080px) {
  .products-list .data-group a .title {
    bottom: 10px;
    font-size: 14px;
  }
}
.products-list .data-group a img {
  position: relative;
  width: 330px;
  -o-object-position: unset !important;
     object-position: unset !important;
}
@media (max-width: 1080px) {
  .products-list .data-group a img {
    width: 120px;
    height: 120px;
  }
}
.products-list .data-group a .btn {
  margin: 0 auto;
  position: relative;
  margin: 0 0 20px 0;
  z-index: 1;
}
@media (max-width: 1080px) {
  .products-list .data-group a .btn {
    display: none;
  }
}

.hide-block {
  position: relative;
  max-height: 0px;
  width: 100%;
  padding: 0;
  margin: 40px 0;
  overflow: hidden;
  transition: all 0.66s ease;
}
.hide-block.open {
  max-height: 8999px;
}

.product-detail-page-container .inner h1, .product-group-container .inner h1 {
  margin-bottom: 0;
}

.product-detail-page-container .inner .product-content-matrix {
  z-index: 60;
}

.inline-content .content.how-choose .list {
  flex-wrap: wrap;
  align-items: start;
  gap: 16px;
}
@media (max-width: 1280px) {
  .inline-content .content.how-choose .list {
    align-items: start;
  }
}
.inline-content .content.how-choose .list a {
  padding: 10px 10px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 15px;
  margin: 0;
  border-radius: 5px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media (max-width: 1280px) {
  .inline-content .content.how-choose .list a {
    width: 120px;
  }
}
.inline-content .content.how-choose .list a::after {
  background: url(../images/arrow-white.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 15px;
  top: unset;
  right: unset;
}
.inline-content .content.how-choose .list a span {
  font-size: 15px;
  line-height: 18px;
  width: calc(100% - 24px - 4px);
}
@media (max-width: 1280px) {
  .inline-content .content.how-choose .list a span {
    font-size: 13px;
  }
}

#product-360-images-v2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 50;
  transform: scale(0);
  opacity: 0;
}
#product-360-images-v2.open {
  transform: scale(1);
  opacity: 1;
}
#product-360-images-v2 .product-360-wrapper {
  position: relative;
  width: 500px;
  height: 500px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product-360-images-v2 .product-360-wrapper .spinner-touchscreen {
  width: 100%;
  height: 100%;
}
#product-360-images-v2 .product-360-wrapper .product-360-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url("../images/svg/close-black.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 20;
}
#product-360-images-v2 .product-360-wrapper .product-360-rotate {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-image: url("../images/svg/rotate_icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.product-detail-page-container .inner .product-content-matrix .product-text .text, .product-group-container .inner .product-content-matrix .product-text .text {
  padding: 20px;
}

.hide-block {
  margin: 10px 0;
}

.download-list .folder_icon {
  width: 60px;
  height: 40px;
  background-image: url("../images/svg/folder.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.download-list .file_icon {
  width: 60px;
  height: 40px;
  background-image: url("../images/svg/download.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.product-content-matrix .text p {
  margin: 0 0 20px 0 !important;
}

.product-content-matrix .text h2,
.product-content-matrix .text h3 {
  margin: 10px 0 !important;
}

.product-content-matrix .hide-block {
  margin: 0;
}

.product-content-matrix > div {
  margin: 0;
}

.margin-title-fix {
  margin: 120px 0 40px 0;
  display: block;
}
@media (max-width: 560px) {
  .margin-title-fix {
    margin: 60px 0 30px 0;
  }
}

.swal2-styled.swal2-confirm {
  background-color: #008dd2 !important;
}

.swal2-popup .swal2-styled:focus {
  box-shadow: none !important;
}/*# sourceMappingURL=updates.css.map */