.magictime {
  animation-duration: 1s;
}
.calc-soon {
  max-height: calc(100vh - 60px);
  overflow: hidden;
}
@media (min-width: 1024px) {
  .calc-soon {
    max-height: calc(100vh - 112px);
  }
}
.calc-soon-inner {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
  background: rgba(255, 255, 255, 0.54);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
}
@media (min-width: 1024px) {
  .calc-soon-inner {
    top: 112px;
  }
}
.calc-soon-inner .btn {
  width: 100%;
}
@media (min-width: 576px) {
  .calc-soon-inner .btn {
    width: 227px;
  }
}
.calc-soon-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px;
  width: 54px;
  height: 54px;
  background: #F6F7FB;
  border-radius: 16px;
}
.calc-soon-title {
  margin: 0 0 20px;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.calc-soon-text {
  max-width: 450px;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 24px;
  color: #667894;
}
@media (min-width: 1024px) {
  .calc-page {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .calc-page .anchors-header {
    display: none;
  }
}
@media (min-width: 1024px) {
  .calc-page .anchors-body {
    padding: 0 8px 0 12px;
  }
}
.calc-page .main {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 32px 16px;
  width: 100%;
}
@media (min-width: 1024px) {
  .calc-page .main {
    padding: 32px 30px;
    width: calc(100% - 290px);
  }
}
@media (min-width: 1024px) {
  .calc-page .breadcrumbs {
    margin: 0 0 24px;
  }
}
.calc-page h1,
.calc-page .h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .calc-page h1,
  .calc-page .h1 {
    font-size: 48px;
    line-height: 56px;
    margin: 0 0 16px;
  }
}
.calc-page .gray-text {
  margin: 0 0 16px;
  font-size: 15px;
  color: #667894;
}
@media (min-width: 768px) {
  .calc-page .gray-text {
    margin: 0 0 20px;
  }
}
.calc-page .gray-text a {
  display: inline-block;
  color: #667894;
  border-bottom: 1px solid rgba(102, 120, 148, 0.2);
}
.calc-page .tag-list {
  margin: 0 -16px 24px -20px;
}
.calc-page .tag-list span.active {
  background-color: #117FF5;
  color: #fff;
}
.calc-steps {
  padding-top: 24px !important;
  counter-reset: num;
}
.calc-steps li:not(:last-child) {
  margin: 0 0 4px;
}
.calc-steps .link {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  color: #8C8C8C !important;
  font-weight: 500;
  border-radius: 12px;
}
@media (min-width: 1024px) {
  .calc-steps .link {
    margin: 0 !important;
    padding: 8px !important;
  }
}
.calc-steps .link.is-finish,
.calc-steps .link.is-active {
  color: #242F39 !important;
}
.calc-steps .link.is-finish.is-active,
.calc-steps .link.is-active.is-active {
  cursor: default;
}
.calc-steps .link.is-finish .number {
  border-color: #117FF5;
  color: #117FF5;
  background: #fff;
}
.calc-steps .link.is-finish .number:before {
  opacity: 0;
}
.calc-steps .link.is-finish .number:after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: url(/resources/0625991ab2365809ca32.svg);
  mask-image: url(/resources/0625991ab2365809ca32.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 3px 3px;
  mask-position: 3px 3px;
  -webkit-mask-size: 18px;
  mask-size: 18px;
  content: '';
  width: 26px;
  height: 26px;
  background-color: #117FF5;
}
.calc-steps .link.is-active .number {
  border-color: #117FF5;
  background: #117FF5;
  color: #fff;
}
.calc-steps .link:hover {
  background: #E1F0FF;
  color: #242F39 !important;
}
.calc-steps .number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #EDEDED;
  border: 1px solid #EDEDED;
  font-weight: 500;
  font-size: 16px;
  color: #8C8C8C;
}
.calc-steps .number:before {
  content: counter(num);
  counter-increment: num;
}
.calc-step-inner {
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .calc-step-inner {
    margin: 0 auto 56px;
    max-width: 680px;
  }
}
@media (min-width: 1920px) {
  .calc-step-inner {
    padding-right: 290px;
    max-width: 970px;
  }
}
.calc-select input {
  display: none;
}
.calc-select input:checked + label {
  justify-content: space-between;
  background: #117FF5;
  color: #fff;
}
.calc-select input:checked + label:after {
  position: relative;
  display: block;
  height: 24px;
  width: 24px;
  margin-left: 15px;
  background-color: #fff;
  font-style: normal;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  transition: all 0.2s ease-in-out;
  -webkit-mask-image: url(/resources/0625991ab2365809ca32.svg);
  mask-image: url(/resources/0625991ab2365809ca32.svg);
  -webkit-mask-size: 20px;
  mask-size: 20px;
  content: '';
}
.calc-select label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  width: 100%;
  line-height: 40px;
  color: #117FF5;
  background: rgba(17, 127, 245, 0.15);
  border-radius: 4px;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s;
}
.calc-select label:hover {
  background: #117FF5;
  color: #fff;
}
@media (min-width: 768px) {
  .calc-select label {
    width: auto;
  }
}
.calc-dropdown {
  position: relative;
}
.calc-dropdown.is-open .calc-dropdown-list {
  display: block;
}
.calc-dropdown.is-open .icon-down {
  transform: rotate(180deg);
}
.calc-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  width: 100%;
  line-height: 40px;
  color: #117FF5;
  background: rgba(17, 127, 245, 0.15);
  border-radius: 4px;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .calc-dropdown-toggle {
    width: auto;
  }
}
.calc-dropdown-toggle:hover,
.calc-dropdown-toggle.is-selected {
  background: #117FF5;
  color: #fff;
}
.calc-dropdown-toggle:hover .icon,
.calc-dropdown-toggle.is-selected .icon {
  background-color: #fff;
}
.calc-dropdown-toggle .icon {
  margin-left: 4px;
  background-color: #117FF5;
  transition: none;
  transition: all 0.2s;
}
.calc-dropdown-toggle a:hover {
  color: #FB7234;
}
.calc-dropdown-list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  display: none;
  width: 100%;
  margin: 8px 0 0;
  padding: 16px 16px 20px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid #D8D8D8;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .calc-dropdown-list {
    width: 380px;
  }
}
.calc-dropdown-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px;
  font-weight: 500;
}
.calc-dropdown-header span {
  font-weight: normal;
  color: #117FF5;
}
.calc-dropdown-item:not(:last-child) {
  margin: 0 0 16px;
}
.calc-dropdown-item input {
  display: none;
}
.calc-dropdown-item input:checked + label {
  background: #117FF5;
  color: #fff;
}
.calc-dropdown-item input:checked + label:before,
.calc-dropdown-item input:checked + label:after {
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  transform: translateY(-50%);
  content: '';
}
.calc-dropdown-item input:checked + label:before {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #5BAAFF;
}
.calc-dropdown-item input:checked + label:after {
  height: 24px;
  width: 24px;
  background-color: #fff;
  font-style: normal;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url(/resources/0625991ab2365809ca32.svg);
  mask-image: url(/resources/0625991ab2365809ca32.svg);
  -webkit-mask-size: 16px;
  mask-size: 16px;
}
.calc-dropdown-item label {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px;
  background: #F6F7FB;
  color: #242F39;
  border-radius: 8px;
  cursor: pointer;
}
.calc-dropdown-item label:hover {
  background: rgba(17, 127, 245, 0.15);
  color: #117FF5;
}
.calc-dropdown-item img {
  max-width: 36px;
  margin-right: 8px;
  padding: 4px;
  border-radius: 8px;
  background: #fff;
}
.calc-intro {
  margin: 16px 0;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .calc-intro {
    margin: 42px 0 36px;
    font-size: 24px;
  }
}
.calc-box-arrow {
  display: block;
  margin: 0 0 6px -11px;
}
@media (min-width: 768px) {
  .calc-box-arrow {
    margin: 0 0 18px -11px;
  }
}
.calc-box-title {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .calc-box-title {
    margin: 0;
    font-size: 25px;
    line-height: 40px;
  }
}
.calc-box-email {
  position: relative;
}
@media (min-width: 768px) {
  .calc-box-email {
    padding: 0 0 24px;
  }
}
.calc-box-email input {
  padding-right: 134px;
}
.calc-box-email .btn {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 114px;
  border: 0;
}
.calc-box .btn-orange {
  width: 100%;
  height: 56px;
}
.calc-box .btn-orange-light {
  height: 56px;
}
.calc-box.margin-top {
  margin-top: 24px;
}
.calc-type {
  position: relative;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .calc-type {
    margin: 0 0 24px;
  }
}
.calc-type-bottom {
  padding: 16px;
  background: #FAFAFA;
  border-radius: 0 0 4px 4px;
}
@media (min-width: 768px) {
  .calc-type-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.calc-type-label {
  display: block;
  margin: 0 0 4px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .calc-type-label {
    margin: 0;
  }
}
.calc-type-desc {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .calc-type-desc {
    margin: 0;
    line-height: 30px;
  }
}
.calc-type-sticker {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0 10px;
  font-weight: 700;
  font-size: 10px;
  line-height: 24px;
  text-transform: uppercase;
  background: #09CF34;
  color: #fff;
  border-radius: 2px;
}
.calc-type img {
  display: block;
  border-radius: 4px 4px 0 0;
}
.calc-form-tax {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 24px;
}
.calc-form-tax .checkbox {
  max-width: 280px;
  color: #000;
}
@media (min-width: 768px) {
  .calc-form-tax .checkbox {
    max-width: 100%;
  }
}
.calc-form-tax .checkbox label {
  line-height: 24px;
  padding: 0 0 0 30px;
}
.calc-form-tax .icon {
  cursor: pointer;
}
@media (min-width: 576px) {
  .calc-form > div > .input-units {
    margin: 0;
  }
}
@media (min-width: 576px) {
  .calc-form > div > .input-units input {
    margin: 0;
    border-radius: 4px 4px 0 0;
    border-bottom: 0 !important;
  }
}
@media (min-width: 576px) {
  .calc-form-kwn {
    display: flex;
    width: 100%;
  }
  .calc-form-kwn .input-wrap {
    flex-grow: 1;
    width: 50%;
  }
  .calc-form-kwn .input-wrap:nth-child(1) input {
    border-radius: 0 0 0 4px;
    border-right: 0;
  }
  .calc-form-kwn .input-wrap:nth-child(2) input {
    border-radius: 0 0 4px 0;
  }
}
.calc-form .zip {
  width: 100%;
}
@media (min-width: 768px) {
  .calc-form .zip {
    width: auto;
  }
}
.calc-nav {
  display: flex;
}
.calc-nav .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .calc-nav .btn-orange-light {
    width: 205px;
  }
}
.calc-nav .icon-right {
  margin-right: 4px;
  transform: rotate(180deg);
  background-color: #FB7234;
}
.calc-sizes {
  position: relative;
  margin: 0 -16px 0;
  padding: 68px 16px 0 16px;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}
@media (min-width: 1024px) {
  .calc-sizes {
    margin: 0 -30px 24px;
    padding: 48px 30px 0;
  }
}
.calc-sizes .swiper-button-prev,
.calc-sizes .swiper-button-next {
  position: absolute;
  top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 16px);
  height: 32px;
  background: #FBFBFB;
  border: 1px solid #F1F1F1;
  cursor: pointer;
}
@media (min-width: 768px) {
  .calc-sizes .swiper-button-prev,
  .calc-sizes .swiper-button-next {
    display: none;
  }
}
.calc-sizes .swiper-button-prev:before,
.calc-sizes .swiper-button-next:before {
  display: block;
  width: 14px;
  height: 14px;
  border-bottom: 2px solid #242F39;
  border-left: 2px solid #242F39;
  transition: all 0.2s;
  content: '';
}
.calc-sizes .swiper-button-prev:hover:before,
.calc-sizes .swiper-button-next:hover:before {
  border-color: #117FF5;
}
.calc-sizes .swiper-button-prev {
  left: 16px;
  border-radius: 4px 0 0 4px;
}
.calc-sizes .swiper-button-prev:before {
  transform: rotate(45deg) translate(2px, -2px);
}
.calc-sizes .swiper-button-next {
  right: 16px;
  border-radius: 0 4px 4px 0;
}
.calc-sizes .swiper-button-next:before {
  transform: rotate(225deg) translate(2px, -2px);
}
.calc-size {
  position: relative;
  min-width: 280px;
  max-width: calc(100vw - 32px);
  padding: 28px;
  border: 1px solid #DCE8FA;
  border-radius: 20px;
}
@media (min-width: 576px) {
  .calc-size {
    min-width: 340px;
    max-width: 340px;
  }
}
.calc-size .recomend {
  position: absolute;
  padding: 0 15px;
  top: -12px;
  left: 24px;
  border-radius: 2px;
  background: #09CF34;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.calc-size .title {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  color: #242F39;
}
@media (min-width: 1024px) {
  .calc-size .title {
    white-space: nowrap;
  }
}
.calc-size .subtitle {
  margin: 0 0 4px;
  font-size: 20px;
  line-height: 1;
}
.calc-size .watt {
  display: flex;
  align-items: flex-start;
}
.calc-size .watt img {
  min-width: 15px;
  max-width: 15px;
  margin: 0 10px 0 0;
}
.calc-size hr {
  margin: 16px 0;
  border: 0;
  border-top: 1px solid #DCE8FA;
}
.calc-size .calc-select label {
  height: 56px;
}
.calc-size .calc-select label:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}
.calc-radio input,
.calc-checkbox input {
  display: none;
}
.calc-radio input:checked + label,
.calc-checkbox input:checked + label {
  background: #DDECFF;
}
.calc-radio input:checked + label:before {
  border-color: #117FF5;
}
.calc-radio input:checked + label:after {
  top: 32px;
  right: 16px;
  width: 12px;
  height: 12px;
  background: #117FF5;
}
@media (min-width: 768px) {
  .calc-radio input:checked + label:after {
    top: 16px;
  }
}
.calc-radio .calc-label:before,
.calc-radio .calc-label:after {
  position: absolute;
  display: block;
  border-radius: 50%;
  content: '';
}
.calc-radio .calc-label:before {
  top: 28px;
  right: 12px;
  width: 20px;
  height: 20px;
  border: 2px solid #DCE8FA;
}
@media (min-width: 768px) {
  .calc-radio .calc-label:before {
    top: 12px;
  }
}
.calc-checkbox input:checked + label:before {
  background: #117FF5;
}
.calc-checkbox input:checked + label:after {
  right: 14px;
}
.calc-checkbox .calc-label:before,
.calc-checkbox .calc-label:after {
  position: absolute;
  display: block;
  content: '';
}
.calc-checkbox .calc-label:before {
  top: 31px;
  right: 12px;
  width: 40px;
  height: 20px;
  border-radius: 20px;
  background: #DCE8FA;
}
@media (min-width: 768px) {
  .calc-checkbox .calc-label:before {
    top: 12px;
  }
}
.calc-checkbox .calc-label:after {
  top: 33px;
  right: 34px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  transition: right 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .calc-checkbox .calc-label:after {
    top: 14px;
  }
}
.calc-seo {
  margin-top: 44px;
}
@media (min-width: 768px) {
  .calc-seo {
    margin-top: 84px;
  }
}
.calc-seo p {
  margin: 0 0 16px;
}
.calc-alert {
  margin: 0 0 32px;
  display: flex;
  align-items: flex-start;
  color: #667894;
  font-weight: 500;
}
.calc-alert .icon {
  background-color: #667894;
  -webkit-mask-size: 19px;
  mask-size: 19px;
  margin-right: 4px;
}
.calc-choose {
  margin: 0 0 8px;
}
.calc-choose-active {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.calc-choose-active .btn {
  padding: 0;
  height: auto;
}
.calc-choose-active img {
  min-width: 62px;
  max-width: 62px;
  margin-right: 16px;
  border-radius: 4px;
}
.calc-choose-active p {
  margin: 4px 0;
}
@media (min-width: 1024px) {
  .calc-cols {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .calc-left {
    flex-grow: 1;
    margin-right: 50px;
  }
}
.calc-right {
  margin: 0 0 24px;
}
.calc-right .calc-size {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .calc-right .calc-size {
    max-width: 340px;
    position: sticky;
    top: 76px;
  }
}
.calc-right .calc-alert {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.4;
}
.calc-right .calc-alert .icon {
  margin-right: 8px;
}
.calc-right .system-engineer {
  margin: 16px 0 0;
}
.calc-right .system-engineer-text {
  margin: 0;
}
.calc-group {
  margin: 0 0 20px;
  padding: 24px;
  border: 1px solid #DCE8FA;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .calc-group-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.calc-group .blue {
  cursor: pointer;
}
.calc-chart {
  flex-grow: 1;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .calc-chart-wrapper {
    display: flex;
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  .calc-chart-wrapper .calc-chart {
    max-height: initial;
  }
}
.calc-chart-label {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  margin: 16px 0;
}
@media (min-width: 1024px) {
  .calc-chart-label {
    margin: 0;
  }
}
.calc-chart-label .dot {
  display: block;
  min-width: 6px;
  width: 6px;
  height: 6px;
  background: #117FF5;
  border-radius: 50%;
  margin-right: 8px;
}
.calc-chart-label .bill {
  display: block;
  min-width: 18px;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  border-radius: 4px 4px 0 0;
}
.calc-chart-label .bill:last-child {
  margin-right: 8px;
}
.calc-chart .tab-nav {
  margin: 0 0 24px;
  padding: 0;
  border-bottom: 1px solid #F2F7FF;
  overflow: auto;
  white-space: nowrap;
}
.calc-chart .tab-nav li {
  margin-right: 16px;
}
.calc-chart .tab-nav span {
  display: block;
  margin: 0 0 -1px;
  padding: 0 0 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #667894;
  border-bottom: 4px solid transparent;
}
.calc-chart .tab-nav span:hover {
  color: #117FF5;
}
.calc-chart .tab-nav span.active {
  color: #117FF5;
  border-color: #117FF5;
}
.calc-chart .tab-body {
  padding: 0;
}
.calc-comparison {
  position: relative;
  margin: 24px 0 0;
  padding: 24px;
  border-radius: 8px;
  background: #F3F8FE;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .calc-comparison {
    width: calc(50% - 14px);
    margin: 0 0 0 28px;
    padding: 35px 40px;
  }
}
.calc-comparison .calc-chart {
  margin: 0;
}
.calc-comparison:before {
  background: #DDF0FF;
}
.calc-comparison .val {
  display: block;
  margin: 6px 0 28px;
  font-weight: 700;
  color: #117FF5;
  font-size: 24px;
  line-height: 1;
}
.calc-comparison .val:last-child {
  margin-bottom: 0;
}
.calc-comparison .small {
  margin-top: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #242F39;
}
.calc-orientation {
  display: flex;
  align-items: center;
  margin: 0 0 auto auto;
}
.calc-orientation-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: -5px;
  justify-content: center;
}
@media (min-width: 1024px) {
  .calc-orientation-list {
    justify-content: start;
  }
}
.calc-orientation-list-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  height: 100%;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .calc-orientation-list-block {
    max-width: 200px;
  }
}
.calc-orientation-list img {
  max-width: 26px;
  margin: 0 5px 5px 0;
}
@media (min-width: 1024px) {
  .calc-orientation-list img {
    max-width: initial;
  }
}
.calc-orientation-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  padding: 8px;
  border-radius: 4px;
  background: #F3F8FE;
  cursor: pointer;
}
.calc-orientation-icon:hover .icon {
  background-color: #117FF5;
}
.calc-quote-top {
  margin: 0 0 16px;
  padding: 0 0 8px;
  border-bottom: 1px solid #DCE8FA;
}
@media (min-width: 1024px) {
  .calc-quote-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.calc-quote-top p {
  margin: 0 0 8px;
}
.calc-quote-top p:last-child {
  margin: 0 0 8px;
}
.calc-quote-top b {
  font-size: 24px;
}
.calc-quote .config {
  display: inline-block;
  margin: 0 24px 24px 0;
  text-align: center;
}
.calc-quote .system a {
  text-decoration: underline;
}
.calc-quote .est {
  margin: 8px 0 0;
  padding: 2px 6px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background: #242F39;
  border-radius: 4px;
  white-space: nowrap;
  max-width: 80px;
}
.calc-better-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  font-size: 15px;
}
.calc-better-item:not(:last-child) {
  margin: 0 0 24px;
}
.calc-better-item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: #F6F7FB;
  min-width: 76px;
  width: 76px;
  margin-right: 16px;
  border-radius: 8px;
}
.calc-better-item p {
  margin: 0 0 4px;
}
.calc-better-item b {
  font-weight: 500;
  font-size: 20px;
}
.calc-better .poster {
  max-width: calc(100% + 48px);
  margin: -24px -24px 24px;
}
.input-units .unit {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 24px;
  color: #667894;
}
.input-units .unit input {
  padding-right: 50px;
}
.faq-box {
  border-radius: 12px;
  background: #F6F7FB;
  overflow: hidden;
  margin: 0 0 24px;
  padding: 16px;
}
.faq-box + .faq-box {
  margin-top: -8px;
}
.faq-box.is-open .faq-box-title:after {
  transform: rotate(180deg);
}
.faq-box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  cursor: pointer;
}
.faq-box-title:after {
  display: block;
  height: 24px;
  width: 24px;
  background-color: #242F39;
  font-style: normal;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url(/resources/89ce7d08581d79ebd3b1.svg);
  mask-image: url(/resources/89ce7d08581d79ebd3b1.svg);
  transition: all 0.3s;
  content: '';
}
.faq-box-body {
  display: none;
  max-width: 665px;
  padding: 16px 0 0;
}
.faq-box-body p:last-child {
  margin: 0;
}
.faq-box-body a {
  text-decoration: underline;
  color: #117FF5;
}
.faq-box + h2 {
  margin-top: 30px;
}
.add-cart {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .add-cart {
    margin: 0 0 32px;
  }
  .add-cart-free-delivery {
    margin: 0 0 24px;
  }
}
.add-cart-wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 12px 16px 16px;
  background: #fff;
  border-top: 1px solid #D2E4FF;
}
@media (min-width: 1024px) {
  .add-cart-wrapper {
    position: relative;
    padding: 0;
    border: 0;
  }
}
.add-cart .qty-input {
  margin-right: 16px;
  min-width: 50%;
}
.add-cart .btn {
  flex-grow: 1;
  padding: 0 6px;
}
.wholesale-add__right {
  text-align: right;
}
.wholesale-add__price {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #667894;
}
.wholesale-add__price-plt,
.wholesale-add__price-w {
  color: #FB7234;
}
.wholesale-add__discount {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #667894;
}
.wholesale-add__old {
  position: relative;
}
.wholesale-add__old:before {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background: #667894;
  content: '';
}
.wholesale-add__save {
  color: #09CF34;
}
.wholesale-add__w,
.wholesale-add__panel {
  color: #667894;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .wholesale-add__panel {
    display: none;
  }
}
.wholesale-content .add-to-cart {
  align-items: flex-start;
}
.wholesale-content .label-free {
  right: auto;
  left: 26px;
}
.wholesale-faq {
  margin: 0 0 56px;
  max-width: 716px;
}
.wholesale-bottom-text {
  font-size: 16px;
  line-height: 24px;
}
.wholesale-invoice {
  margin: 0 -8px;
  padding: 28px 0 0;
}
@media (min-width: 1024px) {
  .wholesale-invoice {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0;
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .wholesale-invoice__info {
    padding-right: 64px;
    border-right: 1px solid #DCE8FA;
  }
}
.wholesale-invoice__counter {
  position: absolute;
  top: 24px;
  left: 16px;
  display: flex;
  font-size: 14px;
  color: #667894;
}
@media (min-width: 1024px) {
  .wholesale-invoice__counter {
    top: 64px;
    left: 64px;
  }
}
.wholesale-invoice__receipt {
  display: grid;
  grid-gap: 4px;
  margin: -8px 0 0 !important;
  padding: 0;
  list-style-type: none;
}
.wholesale-invoice__receipt li {
  display: flex;
  justify-content: space-between;
}
.wholesale-invoice__receipt-product {
  margin: 0 0 12px;
  padding: 0 0 16px;
  font-weight: 700;
  border-bottom: 1px solid #DCE8FA;
}
@media (min-width: 1024px) {
  .wholesale-invoice__receipt-product {
    margin: 0 0 20px;
    padding: 0 0 24px;
  }
}
.wholesale-invoice__receipt-total {
  margin: 12px 0 0;
  padding: 16px 0 0;
  font-weight: 700;
  font-size: 24px;
  border-top: 1px solid #DCE8FA;
}
@media (min-width: 1024px) {
  .wholesale-invoice__receipt-total {
    margin: 20px 0 0;
    padding: 24px 0 0;
  }
}
.wholesale-invoice__customer {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .wholesale-invoice__customer {
    margin-top: 48px;
  }
}
.wholesale-invoice__customer ul {
  display: grid;
  grid-gap: 16px;
  margin: 0;
  padding: 4px 0 0;
  list-style-type: none;
}
.wholesale-invoice__customer li {
  display: flex;
}
.wholesale-invoice__customer span {
  min-width: 140px;
}
@media (min-width: 1024px) {
  .wholesale-invoice__step {
    order: 1;
    padding: 40px 0 0 64px;
  }
}
.wholesale-invoice__title {
  margin: 0 0 16px !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .wholesale-invoice__title {
    margin: 28px 0 24px !important;
    font-size: 32px;
  }
}
.wholesale-invoice__subtitle {
  margin-bottom: 16px !important;
  font-weight: 700;
  font-size: 18px;
}
.wholesale-invoice__subtitle:not(:first-child) {
  margin-top: 24px;
}
.wholesale-invoice__address {
  display: grid;
  grid-template-columns: 1fr 94px;
  grid-gap: 16px;
}
.wholesale-invoice__btns {
  display: grid;
  grid-template-columns: 84px 1fr;
  grid-gap: 16px;
  margin: 24px 0 32px;
}
@media (min-width: 1024px) {
  .wholesale-invoice__btns {
    margin: 24px 0 0;
  }
}
.wholesale-invoice__resend {
  margin: -8px 0 0 !important;
  font-size: 14px;
  color: #667894;
}
.wholesale-invoice__resend .otp-resend-btn {
  font-weight: 500;
  text-decoration: underline;
}
.wholesale-invoice__privacy {
  margin: -16px 0 32px !important;
  font-size: 14px;
  color: #667894;
}
@media (min-width: 1024px) {
  .wholesale-invoice__privacy {
    margin: 24px 0 0 !important;
  }
}
.wholesale-invoice .checkbox {
  margin-top: -8px;
}
.wholesale-invoice .radios {
  display: flex;
  gap: 24px;
  margin: 0 0 8px;
}
.wholesale-invoice .btn {
  height: 56px;
  margin: 0;
}
.add-again {
  display: none;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  color: #117FF5;
}
@media (max-width: 768px) {
  .add-again.unavailable {
    flex-direction: column;
    align-items: flex-start;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .add-again.unavailable .btn {
    width: 100%;
    margin: 20px 0 0;
  }
}
.add-again .btn {
  color: #117FF5;
  border-color: #117FF5;
  white-space: nowrap;
  margin: 0 0 0 15px;
}
.add-again .icon {
  margin: 0 0 0 6px;
  background-color: #117FF5;
}
@media (min-width: 1024px) {
  .category-page {
    display: flex;
  }
}
.category-page--hub .section-title {
  position: relative;
  margin: 40px 0 24px;
  justify-content: space-between;
}
.category-page--hub .section-title:first-child {
  margin-top: 18px;
}
.category-page--hub .section-title.has-off {
  padding-top: 32px;
}
.category-page--hub .section-title.hidden {
  display: none;
}
.category-page--hub .section-title .zip {
  line-height: inherit;
  border-bottom: 1px solid #C8CED9;
  margin-left: 12px;
  cursor: pointer;
}
.category-page--hub .section-title .btn {
  order: 1;
  gap: 4px;
  margin: 0 0 0 auto;
  padding: 0 8px 0 16px;
  height: 34px;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .category-page--hub .section-title .btn {
    order: initial;
    margin: 0 auto 0 8px;
  }
}
.category-page--hub .section-title .btn:hover {
  background: #CEE7FF;
}
.category-page--hub .section-title.has-off {
  padding-top: 32px;
}
@media (min-width: 576px) {
  .category-page--hub .section-title.has-off {
    padding-top: 0;
  }
}
.category-page--hub .section-title .off {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
@media (min-width: 576px) {
  .category-page--hub .section-title .off {
    position: relative;
    margin: 0 auto 0 16px;
  }
}
@media (min-width: 1024px) {
  .category-page--hub .section-title .off {
    margin: 0 0 0 auto;
  }
}
.category-page--hub .section-title .off-commercial {
  position: relative;
  margin: 0 auto 0 16px;
}
.category-page .footer {
  margin: 0 -16px;
}
@media (max-width: 1024px) {
  .category-page .footer {
    padding-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  .category-page .footer {
    margin: 0 -30px;
  }
}
@media (max-width: 1200px) {
  .category-page .footer-menu > li {
    width: auto;
  }
}
.category-page .main {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 24px 16px 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .category-page .main {
    padding: 32px 30px 0;
    flex-grow: 1;
  }
}
.category-page h1 {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .category-page h1 {
    margin: 0 0 24px;
  }
}
@media (min-width: 1024px) {
  .category-page h1 {
    font-size: 56px;
  }
}
.category-page h1 .off {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  padding: 0 12px;
  background: #FB7234;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  border-radius: 30px;
}
.category-page .breadcrumbs {
  margin: 0 0 16px;
}
.category-page .breadcrumbs-back {
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .category-page .breadcrumbs-back {
    margin: 0;
  }
}
.category-page .tag-lists #fulfillment-list {
  display: none;
}
.category-page .tag-list {
  padding: 0 15px;
  margin: 0 -15px 24px;
}
@media (min-width: 1024px) {
  .category-page .tag-list {
    padding: 0;
    margin: 0 0 12px;
  }
}
.category-page .tag-list-title {
  margin: 0 0 15px;
  text-transform: uppercase;
}
.category-page .tag-list.brands {
  margin-bottom: 24px;
}
.category-page .tag-list.brands li {
  margin: 0 8px 8px 0;
}
.category-page .tag-list.brands a {
  display: flex;
  width: 100px;
  align-items: center;
  justify-content: center;
  padding: 2px;
  height: 44px;
}
.category-page .tag-list.brands a:hover,
.category-page .tag-list.brands a.active {
  background: #e4effc;
  border-color: #e4effc;
  color: #117ff5;
}
.category-page .tag-list.brands img {
  max-height: 38px;
  transition: all 0.2s ease-in-out;
}
.category-page .tag-list.locations a.active {
  color: #fff;
  background: #117FF5;
}
.category-page .tag-list.locations a.active span {
  color: #98CAFF;
}
.category-page .tag-list.locations a:hover {
  color: #117FF5;
  background: #e4effc;
}
.category-page .tag-list.locations a:hover span {
  color: #98CAFF;
}
.category-page .tag-list.locations span {
  display: block;
  margin-left: 8px;
  padding: 0;
  color: #667894;
  transition: all 0.2s;
  background: transparent;
  border: 0;
}
.category-page .pagination {
  display: none;
}
@media (min-width: 768px) {
  .category-page .pagination {
    display: flex;
  }
}
.category-page .section-title {
  width: 100%;
}
.category-page .articles {
  margin: 0 0 50px;
}
.category-page .get-updates {
  padding: 40px 0 30px;
}
@media (min-width: 768px) {
  .category-page .get-updates {
    padding: 60px 0 48px;
  }
}
@media (min-width: 1024px) {
  .category-page .get-updates {
    padding: 60px 0 30px;
  }
}
@media (min-width: 1024px) {
  .category-page .get-updates form {
    margin-left: 10px;
  }
}
@media (min-width: 1024px) {
  .category-page .get-updates p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .category-page .get-updates .btn {
    min-width: auto;
    max-width: auto;
  }
}
@media (min-width: 1024px) {
  .category-page .sidebox-header {
    display: none;
  }
}
.category-inner {
  position: relative;
}
.category-switch-view {
  display: none;
}
@media (min-width: 576px) {
  .category-switch-view {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.category-switch-view button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 4px;
  background: #F6F7FB;
  transition: all 0.2s;
}
.category-switch-view button:hover,
.category-switch-view button.is-active {
  background: #E1F0FF;
}
.category-switch-view button:hover .icon,
.category-switch-view button.is-active .icon {
  background-color: #117FF5;
}
.category-switch-view .icon {
  transition: all 0.2s;
}
.category-text {
  position: relative;
  max-height: 580px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .category-text {
    max-height: 600px;
  }
}
@media (min-width: 1024px) {
  .category-text {
    max-height: initial;
    max-width: 840px;
  }
}
.category-text.show {
  max-height: initial;
}
.category-text.show:after,
.category-text.show .btn-link {
  display: none;
}
.category-text h2,
.category-text .h2,
.category-text h3,
.category-text .h3,
.category-text h4,
.category-text .h4 {
  font-weight: 700;
  line-height: 1.25;
}
.category-text h2:first-child,
.category-text .h2:first-child,
.category-text h3:first-child,
.category-text .h3:first-child,
.category-text h4:first-child,
.category-text .h4:first-child {
  margin-top: 0;
}
.category-text h2,
.category-text .h2 {
  margin-top: 40px;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .category-text h2,
  .category-text .h2 {
    font-size: 32px;
  }
}
.category-text h3,
.category-text .h3 {
  margin-top: 32px;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .category-text h3,
  .category-text .h3 {
    font-size: 24px;
  }
}
.category-text h4,
.category-text .h4 {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .category-text h4,
  .category-text .h4 {
    font-size: 20px;
  }
}
.category-text ul {
  padding: 0 0 0 20px;
}
.category-text .table-responsive {
  margin: 0 -16px 40px;
  padding: 0 16px;
}
.category-text table {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
}
.category-text th,
.category-text td {
  border: 1px solid #DCE8FA;
}
.category-text th.highlight,
.category-text td.highlight {
  background: #f3f8fe;
}
.category-text th {
  padding: 24px;
  font-weight: 500;
  color: #667894;
  background: #F6F7FB;
}
.category-text tr.hide {
  display: none;
}
.category-text td {
  padding: 12px 24px;
  background: #fff;
}
.category-text td:not(:first-child) {
  text-align: center;
}
.category-text:after {
  content: '';
  height: 240px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #fff);
}
@media (min-width: 1024px) {
  .category-text:after {
    display: none;
  }
}
.category-text .btn-link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 1024px) {
  .category-text .btn-link {
    display: none;
  }
}
.category-text .cta {
  margin: 40px 0;
  padding: 24px 16px;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
  text-align: center;
}
@media (min-width: 1024px) {
  .category-text .cta {
    padding: 32px;
  }
}
.category-text .cta-title {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .category-text .cta-title {
    font-size: 40px;
  }
}
.category-text .cta p {
  margin: 0 auto 16px;
  max-width: 560px;
}
.category-text .cta .btn-blue {
  width: 100%;
  height: 56px;
  margin: 8px auto 0;
  font-weight: 400;
  font-size: 16px;
  border-radius: 12px;
}
@media (min-width: 576px) {
  .category-text .cta .btn-blue {
    min-width: 192px;
    width: auto;
    max-width: 330px;
  }
}
.category-text .emoji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 0 16px;
  font-size: 20px;
  border-radius: 50%;
  background: #F6F7FB;
}
.category-text .expert-tip {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 12px;
  padding: 0 12px;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
  background: #FB7234;
  border-radius: 320px;
}
.category-grid {
  display: grid;
  gap: 16px;
  margin: 0 0 40px;
}
.category-grid--bordered > * {
  border: 1px solid #DCE8FA;
  border-radius: 4px;
  padding: 16px;
}
@media (min-width: 1024px) {
  .category-grid--bordered > * {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .category-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .category-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.category-grid p {
  margin: 0 0 8px;
}
.category-grid .category-info {
  margin: 0;
}
.category-grid p:last-child,
.category-grid ul:last-child,
.category-grid ol:last-child {
  margin: 0;
}
.category-grid .emoji {
  background: #fff;
}
.category-info {
  margin: 0 0 40px;
  padding: 16px;
  background: #F6F7FB;
}
@media (min-width: 1024px) {
  .category-info {
    padding: 24px;
  }
}
.category-info p:last-child,
.category-info ul:last-child,
.category-info ol:last-child {
  margin: 0;
}
.category-info .emoji {
  background: #fff;
}
.category-blockquote {
  margin: 0 0 40px;
  padding: 16px;
  border-left: 2px solid #117FF5;
  background: #f3f8fe;
  border-radius: 0 4px 4px 0;
}
.category-blockquote p,
.category-blockquote ul,
.category-blockquote ol {
  margin: 0 0 12px;
}
.category-blockquote p:last-child,
.category-blockquote ul:last-child,
.category-blockquote ol:last-child {
  margin: 0;
}
.category-blockquote--expert {
  border-color: #FB7234;
  background: #FEFAF3;
}
.category-remind .box {
  border-radius: 20px;
  background: #F6F7FB;
  padding: 20px 15px 30px;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .category-remind .box {
    display: flex;
    align-items: flex-start;
    padding: 20px 40px 36px;
  }
}
@media (min-width: 1024px) {
  .category-remind .box {
    margin: 0 0 30px;
  }
}
@media (min-width: 768px) {
  .category-remind .box > div {
    max-width: 540px;
  }
}
.category-remind img {
  width: 40px;
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .category-remind img {
    width: 64px;
    min-width: 64px;
    margin: 0 32px 0 0;
  }
}
.category-remind p {
  margin: 0 0 28px;
}
@media (min-width: 768px) {
  .category-remind p {
    margin: 0 0 22px;
  }
}
@media (min-width: 768px) {
  .category-remind form {
    display: flex;
  }
}
.category-remind .input-wrap {
  flex-grow: 1;
  margin: 0 0 22px;
}
@media (min-width: 768px) {
  .category-remind .input-wrap {
    margin: 0 10px 0 0;
  }
}
.category-remind .btn {
  min-width: 100%;
  height: 56px;
}
@media (min-width: 768px) {
  .category-remind .btn {
    min-width: 150px;
  }
}
.category-remind .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .category-remind .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
  }
}
.category-out {
  position: relative;
  margin: 0 -16px 56px;
  padding: 24px 16px;
  background: #F6F7FB url(/resources/c695ad56cd09f1223950.svg) no-repeat calc(100% - 16px) 24px;
}
@media (min-width: 768px) {
  .category-out {
    margin: 0 0 56px;
    padding: 40px 24px 40px 112px;
    background: #F6F7FB url(/resources/c695ad56cd09f1223950.svg) no-repeat 40px 40px;
    border-radius: 4px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .category-out:before {
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: url(/resources/73840090a6b73774d1ea.svg) no-repeat right center;
    background-size: 313px auto;
    pointer-events: none;
    content: '';
  }
}
@media (min-width: 1440px) {
  .category-out:before {
    right: 100px;
  }
}
.category-out * {
  position: relative;
  z-index: 1;
}
.category-out__title {
  max-width: 580px;
  margin: 0 0 16px;
  padding-right: 56px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
}
.category-out__text {
  max-width: 490px;
  margin: 0 0 24px;
}
.category-out__form {
  display: grid;
  gap: 24px;
  max-width: 508px;
}
@media (min-width: 768px) {
  .category-out__form {
    gap: 16px;
    grid-template-columns: 1fr 216px;
  }
}
.category-out__form .input-wrap {
  margin: 0;
}
.category-out__form .btn {
  width: 100%;
  height: 56px;
}
@media (min-width: 768px) {
  .category-out__form .disclosure {
    grid-column: span 2;
  }
}
.category-out__privacy {
  max-width: 508px;
  margin: 24px 0 0;
  color: #667894;
  line-height: 1.33;
  font-size: 12px;
}
@media (min-width: 768px) {
  .category-out__privacy {
    margin: 10px 0 0;
  }
}
.category-out__privacy a {
  color: #667894;
  text-decoration: underline;
}
.category-out__privacy a:hover {
  color: #117FF5;
}
.category-out__subscribed {
  position: relative;
  max-width: 568px;
  margin-top: 24px;
  padding: 16px 24px;
  font-weight: 500;
  color: #09CF34;
  background: #DBFFE3;
  border: 4px solid #fff;
  border-radius: 4px;
}
.category-out__subscribed > div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}
.category-out__subscribed .icon {
  min-width: 24px;
  background-color: #09CF34;
}
.category-faq {
  max-width: 768px;
}
@media (min-width: 1024px) {
  .category-breadcrumbs {
    display: flex;
    align-items: center;
    margin: 0 0 16px;
  }
}
.category-back {
  display: flex;
  align-items: center;
  color: #117FF5;
  white-space: nowrap;
  margin: 0 0 8px;
}
.category-back:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .category-back {
    margin: 0;
  }
}
.category-back .icon {
  margin-right: 6px;
  background-color: #117FF5;
}
@media (min-width: 1024px) {
  .category-back:after {
    display: block;
    width: 1px;
    height: 14px;
    background: #DCE8FA;
    margin: 0 12px;
    content: '';
  }
}
@media (min-width: 1024px) {
  .category-back + .breadcrumbs {
    margin: 0;
  }
}
.category-tabs {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0 -16px 18px;
  padding: 0 16px;
  overflow: auto;
}
.category-tabs a {
  position: relative;
  display: block;
  padding: 0 0 6px;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.5;
  color: #667894;
}
.category-tabs a:hover {
  color: #117FF5;
}
.category-tabs a.is-active {
  color: #117FF5;
}
.category-tabs a.is-active:after {
  opacity: 1;
}
.category-tabs a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #117FF5;
  opacity: 0;
  transition: all 0.2;
  content: '';
}
.category-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  margin: 0 0 24px;
}
@media (min-width: 1024px) {
  .category-header {
    gap: 24px;
  }
}
@media (min-width: 1440px) {
  .category-header {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
.category-header h1 {
  margin: 0;
}
.category-certified {
  display: grid !important;
  gap: 4px;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #667894 !important;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .category-certified {
    margin-top: 24px;
  }
}
@media (min-width: 1440px) {
  .category-certified {
    margin-top: 0;
    font-size: 16px;
  }
}
.category-certified div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
}
.category-certified .icon {
  width: 18px;
  height: 18px;
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: #667894;
}
.category-certified img {
  max-height: 28px;
}
.category-certified * {
  pointer-events: none;
}
.category-cta {
  position: relative;
  background: #F6F7FB;
  border-radius: 4px;
  overflow: hidden;
}
.category-cta__inner {
  position: relative;
  z-index: 2;
  padding: 16px 16px 24px;
}
@media (min-width: 1024px) {
  .category-cta__inner {
    padding: 40px;
  }
}
.category-cta__title {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .category-cta__title {
    max-width: 550px;
    font-size: 40px;
  }
}
.category-cta .btn {
  width: 100%;
  height: 56px;
}
@media (min-width: 1024px) {
  .category-cta .btn {
    width: 216px;
  }
}
.category-cta img {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .category-cta img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: auto;
    height: 100%;
  }
}
.category-contractor {
  position: relative;
  margin: 0 0 40px;
  padding: 16px;
  border-radius: 4px;
  color: #fff;
  background: #117FF5;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .category-contractor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 34px 0 56px;
    padding: 40px 0 40px 40px;
  }
}
.category-contractor__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 2px;
  background: #fff;
  border-radius: 50%;
  border: 0;
}
@media (min-width: 1024px) {
  .category-contractor__close {
    width: 24px;
    height: 24px;
  }
}
.category-contractor__title {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .category-contractor__title {
    font-size: 40px;
  }
}
.category-contractor__text {
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .category-contractor__text {
    margin: 0 0 40px;
  }
}
.category-contractor .btn {
  width: 100%;
  height: 56px;
  background: rgba(255, 255, 255, 0.32);
  color: #fff;
  border-radius: 4px;
  margin: 0 0 16px;
}
@media (min-width: 576px) {
  .category-contractor .btn {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .category-contractor .btn {
    margin: 0;
  }
}
.category-contractor .btn:hover {
  background: rgba(255, 255, 255, 0.51);
}
.category-contractor img {
  margin-right: -1px;
  max-width: calc(100% + 16px);
  width: calc(100% + 16px);
}
@media (min-width: 1024px) {
  .category-contractor img {
    max-width: 550px;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .category-contractor img.mobile {
    display: none;
  }
}
.category-contractor img.desktop {
  display: none;
}
@media (min-width: 1024px) {
  .category-contractor img.desktop {
    display: block;
  }
}
.sorting .group {
  margin: 0 0 8px;
}
@media (min-width: 1024px) {
  .sorting .group:first-child {
    padding-top: 8px;
  }
}
.sorting .group.is-open {
  margin: 0 0 16px;
}
.sorting .group.is-open .icon-down {
  transform: rotate(180deg) translateX(-1px);
}
.sorting .group.sort-by {
  padding: 13px 16px;
  margin: 0 -16px 16px;
  border-bottom: 1px solid #DCE8FA;
}
@media (min-width: 1024px) {
  .sorting .group.sort-by {
    padding: 13px 30px;
    margin: 0 -30px 16px;
  }
}
.sorting .group-title {
  padding: 8px 0;
  display: flex;
  color: #2B3946;
  cursor: pointer;
}
.sorting .group-title p {
  margin: 0 auto 0 0;
}
.sorting .group-title p.no-pointer-event {
  pointer-events: none;
}
.sorting .group-title p a {
  border-bottom: 1px solid rgba(102, 120, 148, 0.29);
  margin-left: 4px;
}
.sorting .group-title .icon {
  margin-right: -5px;
  -webkit-mask-size: 9px;
  mask-size: 9px;
  background-color: #667894;
}
.sorting .group-body {
  display: none;
  padding: 4px 0 0;
}
.sorting .group-reset {
  background: #667894;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 4px 2px 0 0;
}
.sorting .group-reset:hover {
  background: #242F39;
}
.sorting .group-reset .icon {
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  vertical-align: top;
}
.sorting .group-checkbox label {
  position: relative;
  display: block;
  padding: 8px 24px 8px 0;
  color: #2B3946;
  cursor: pointer;
}
.sorting .group-checkbox label:hover:has(a.hover):before,
.sorting .group-checkbox label.hover:hover:before,
.sorting .group-checkbox label:hover:has(a.cm-tooltip:not(:hover)):before,
.sorting .group-checkbox label:hover:has(a.hover):after,
.sorting .group-checkbox label.hover:hover:after,
.sorting .group-checkbox label:hover:has(a.cm-tooltip:not(:hover)):after {
  border-color: #117FF5;
}
.sorting .group-checkbox label:before,
.sorting .group-checkbox label:after {
  position: absolute;
  top: 50%;
  right: 0px;
  display: block;
  height: 16px;
  width: 16px;
  margin: -9px 0 0;
  background: #fff;
  border: 1px solid #DCE8FA;
  border-radius: 2px;
  transition: all 0.2s;
  content: '';
}
.sorting .group-checkbox label .cm-ajax {
  border-bottom: none;
  margin-left: 0;
}
.sorting .group-checkbox label .cm-ajax:hover {
  color: #242F39;
}
.sorting .group-checkbox label .cm-tooltip {
  border-bottom: 1px solid rgba(102, 120, 148, 0.29);
  margin-left: 4px;
  cursor: pointer;
}
.sorting .group-checkbox label.disabled {
  background-color: transparent;
  color: rgba(43, 57, 70, 0.25);
  cursor: default;
}
.sorting .group-checkbox label.disabled:before,
.sorting .group-checkbox label.disabled:after {
  border: 1px solid rgba(43, 57, 70, 0.25) !important;
}
.sorting .group-checkbox label.disabled:hover:before,
.sorting .group-checkbox label.disabled:hover:after {
  border: 1px solid rgba(43, 57, 70, 0.25) !important;
}
.sorting .group-checkbox label.disabled a {
  color: rgba(43, 57, 70, 0.25);
}
.sorting .group-checkbox input:checked + label:before,
.sorting .group-checkbox input:checked + label:after {
  border-color: #117FF5;
}
.sorting .group-checkbox input:checked + label:before {
  background: #117FF5;
}
.sorting .group-checkbox input:checked + label:after {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 16px;
  mask-size: 16px;
  -webkit-mask-image: url(/resources/0625991ab2365809ca32.svg);
  mask-image: url(/resources/0625991ab2365809ca32.svg);
}
.sorting .btn-link {
  height: auto;
  padding: 8px 0;
  margin: 0 0 8px;
  font-weight: 400;
}
.sorting .count {
  color: #667894;
}
.sorting .checkbox {
  overflow: auto;
}
.sorting .checkbox::-webkit-scrollbar-track {
  background-color: #F3F8FE;
}
.sorting .checkbox span,
.sorting .checkbox a {
  color: #667894;
}
.sorting .checkbox span {
  margin: 0 29px 0 auto;
}
.sorting .checkbox label.disabled {
  background-color: transparent;
  color: rgba(43, 57, 70, 0.25);
  cursor: default;
}
.sorting .checkbox label.disabled::before {
  border: 1px solid rgba(43, 57, 70, 0.25);
}
.sorting--clear {
  padding-bottom: 84px;
}
.sorting .price-per {
  border-radius: 4px;
  border: 1px solid #DCE8FA;
}
@media (min-width: 1024px) {
  .sorting .price-per {
    background: #fff;
  }
}
.sorting .price-per .input-select-custom {
  margin: 0;
}
.sorting .price-per .input-select-chosen {
  padding: 9px 16px;
  border: 0;
  border-bottom: 1px solid #DCE8FA;
  border-radius: 0;
  background: transparent;
}
.sorting .price-per .input-select-chosen:after {
  top: 10px;
  width: 16px;
  height: 16px;
  background-size: 10px;
  opacity: 0.54;
}
.sorting .price-per .input-select-list {
  margin: 0;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.sorting .price-per .input-select-item {
  position: relative;
}
.sorting .price-per .input-select-item.is-selected {
  padding-right: 32px;
}
.sorting .price-per .input-select-item.is-selected:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #242F39;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url(/resources/0625991ab2365809ca32.svg);
  mask-image: url(/resources/0625991ab2365809ca32.svg);
  -webkit-mask-size: 16px;
  mask-size: 16px;
  transform: translateY(-50%);
  content: '';
}
.sorting .price-per .range-slider {
  padding: 0 16px 16px;
}
.sorting .price-per .range-slider .values {
  margin: 0 -16px;
}
.sorting .price-per .range-slider .val {
  margin: 0;
}
.sorting .price-per .range-slider .val:last-child {
  border-left: 1px solid #DCE8FA;
}
.sorting .price-per .range-slider input {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.sorting .price-per .ui-slider {
  margin: 8px 5px 0;
}
.sort-by ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sort-by a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  cursor: pointer;
}
.sort-by .active {
  display: none;
}
.sort-by .group-body {
  padding: 0;
}
.sort-btns {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  gap: 16px;
  width: 375px;
  max-width: 100vw;
  padding: 0 16px 16px;
  transform: translateX(-50%);
  background-image: linear-gradient(0, #fff, transparent);
}
@media (min-width: 1024px) {
  .sort-btns {
    display: flex;
    position: absolute;
    left: 0;
    width: 290px;
    margin: 0;
    padding: 0 30px 24px;
    transform: none;
    background-image: linear-gradient(0, #fff, transparent);
  }
}
@media (min-width: 1024px) {
  .sort-btns.is-fixed {
    position: fixed;
  }
}
.sort-btns .btn {
  flex-grow: 1;
  height: 56px;
}
@media (min-width: 1024px) {
  .sort-btns .btn-orange {
    display: none;
  }
}
.sort-btns .btn-blue-o {
  background: #E1F0FF;
}
.sort-btns .btn-blue-o:hover {
  background: #cfe5fd;
}
.discontinued-list {
  display: grid;
  grid: 16px;
  margin: 0 0 56px;
}
@media (min-width: 768px) {
  .discontinued-list {
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(343px, 1fr));
  }
}
.discontinued-item {
  display: flex;
  align-items: flex-start;
  margin: 0 0 16px;
  padding: 16px 16px 8px;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .discontinued-item {
    margin: 0;
  }
}
.discontinued-img {
  max-width: 64px;
  max-height: 64px;
  margin-right: 15px;
  border-radius: 4px;
  overflow: hidden;
}
.discontinued-img.blur-img {
  opacity: 0.54;
}
.discontinued-status {
  margin: 0 0 6px;
  color: #667894;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.discontinued-name {
  font-weight: 500;
}
.discontinued-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: -32px 0 56px;
  font-weight: 500;
  font-size: 16px;
  color: #117FF5;
  background: transparent;
  border: 0;
}
.discontinued-more:before {
  content: 'Show more';
}
.discontinued-more:hover {
  opacity: 0.8;
}
.discontinued-more .icon {
  background-color: #117FF5;
}
.discontinued.is-all .discontinued-more:before {
  content: 'Hide more';
}
.discontinued.is-all .discontinued-more .icon {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .discontinued:not(.is-all) .discontinued-item:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 1440px) {
  .discontinued:not(.is-all) .discontinued-item:nth-child(n+7) {
    display: none;
  }
}
.discontinued:not(.is-all) .discontinued-item:nth-child(n+13) {
  display: none;
}
.progress-page {
  position: fixed;
  z-index: 5;
  top: -97px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
  padding: 0 15px;
  color: #fff;
  background: rgba(17, 127, 245, 0.71);
  backdrop-filter: blur(4px);
  transition: transform 0.3s;
}
@media (min-width: 1024px) {
  .progress-page {
    display: none;
  }
}
.progress-page.is-show {
  transform: translateY(97px);
}
.progress-page > * {
  position: relative;
  z-index: 2;
}
.progress-page button {
  border: 0;
  line-height: 35px;
  padding: 0 12px;
  background: #68B3F9;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  border-radius: 20px;
  white-space: nowrap;
}
.progress-line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(17, 127, 245, 0.71);
  transition: all 0.1s linear;
}
.progress-name {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
}
.see-other {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .see-other {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .see-other {
    margin: 0 0 30px;
  }
}
.see-other p {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .see-other p {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
  }
}
.see-other span {
  display: block;
  border-radius: 4px;
  background: #09CF34;
  color: #fff;
  padding: 0 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .see-other span {
    margin: 0 0 0 10px;
  }
}
.range-slider {
  max-width: 480px;
}
.range-slider .values {
  display: flex;
  justify-content: space-between;
}
.range-slider .values-right .val span {
  left: auto;
  right: 10px;
}
.range-slider .values-right .val input {
  padding-left: 14px;
  padding-right: 28px;
}
.range-slider .val {
  position: relative;
  margin-right: 12px;
}
.range-slider .val:last-child {
  margin: 0;
}
.range-slider .val span {
  color: #667894;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  margin: 1px 0 0;
  pointer-events: none;
}
.range-slider input {
  padding: 0 16px 0 32px;
}
.range-slider input:focus {
  padding: 0 15px 0 31px;
}
.range-slider input.hidden {
  display: none;
}
.range-slider .ui-slider-handle {
  height: 20px;
  width: 20px;
}
@media (min-width: 768px) {
  .range-slider .ui-slider-handle {
    height: 16px;
    width: 16px;
  }
}
.ui-slider {
  position: relative;
  height: 2px;
  background: #D2DCEB;
  margin: 20px 5px 0;
}
.ui-slider-range {
  position: absolute;
  height: 100%;
  background: #117FF5;
}
.ui-slider-handle {
  position: absolute;
  top: 1px;
  display: block;
  background: #fff;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1px solid #117FF5;
  outline: none !important;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.panels-for {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  width: 1060px;
}
@media (min-width: 1024px) {
  .panels-for {
    width: 100%;
  }
}
.panels-for-wrap {
  margin: 0 -16px 40px;
  padding: 0 16px;
  overflow: hidden;
  overflow-x: auto;
}
.panels-for .hidden {
  display: none !important;
}
.panels-for a,
.panels-for span {
  display: inline-block;
  padding: 8px 16px;
  background: #F3F3F3;
  border-color: #F3F3F3;
  color: #242F39;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
}
.panels-for a:hover,
.panels-for span:hover {
  background: #E4EFFC;
  color: #117FF5;
}
.hvac-cta {
  position: relative;
  margin: 0 0 40px;
  background: #117FF5;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hvac-cta {
    background: #117FF5 url('../categories/assets/img/catalog/hvac-cta-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 130% center;
  }
}
@media (min-width: 840px) {
  .hvac-cta {
    background-position: 100% center;
  }
}
.hvac-cta__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .hvac-cta__close {
    width: 24px;
    height: 24px;
  }
}
.hvac-cta__content {
  padding: 24px 16px 40px;
  color: #fff;
}
@media (min-width: 1024px) {
  .hvac-cta__content {
    padding: 47px 40px 53px;
  }
}
.hvac-cta__avatars {
  margin: 0 0 12px;
  width: 52px;
}
.hvac-cta__title {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .hvac-cta__title {
    font-size: 40px;
    margin: 0 0 12px;
  }
}
@media (min-width: 1200px) {
  .hvac-cta__title br {
    display: none;
  }
}
.hvac-cta__text {
  font-size: 16px;
}
@media (min-width: 768px) {
  .hvac-cta__text {
    max-width: 354px;
    margin: 0 0 24px;
  }
}
.hvac-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  height: 56px;
  border-radius: 4px;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.32);
}
@media (min-width: 768px) {
  .hvac-cta__btn {
    max-width: 198px;
  }
}
.hvac-cta__btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
}
.hvac-cta__dot {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #69DD82;
}
.hvac-cta__dot:before {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(105, 221, 130, 0.31);
  animation: pulse 1.3s ease-in-out infinite;
  content: '';
}
.hvac-cta__bg {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .hvac-cta__bg {
    display: none;
  }
}
.find-available {
  position: relative;
  margin: 0 -16px 24px;
  padding: 24px 16px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .find-available {
    margin: 56px -30px;
    padding: 40px 30px 0;
    border-top: 1px solid #DCE8FA;
  }
}
.find-available--state {
  margin: 0;
  border: 0;
}
.find-available--state .title {
  text-align: center;
}
.find-available.show .list {
  max-height: none;
}
.find-available.show .list:after {
  display: none;
}
.find-available.show .btn {
  display: none;
}
.find-available .title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 24px;
}
@media (min-width: 1024px) {
  .find-available .title {
    font-size: 40px;
  }
}
.find-available .tag-list--w a,
.find-available .tag-list--w span {
  padding: 0 8px;
}
.find-available .tag-list--w a:hover div,
.find-available .tag-list--w span:hover div {
  color: #117FF5;
}
.find-available .tag-list div {
  margin-left: 4px;
  font-size: 12px;
  color: #667894;
  transition: all 0.2s;
}
.find-available .tag-list .hidden {
  display: none !important;
}
.find-available .input-wrap {
  margin: 0 0 24px;
}
.find-available .list {
  position: relative;
  max-height: 480px;
  overflow: hidden;
}
.find-available .list ul {
  padding: 0;
  margin: 0;
  column-count: 2;
  column-gap: 15px;
  list-style-type: none;
}
@media (min-width: 768px) {
  .find-available .list ul {
    column-count: 3;
  }
}
@media (min-width: 1024px) {
  .find-available .list ul {
    column-count: 4;
  }
}
@media (min-width: 1440px) {
  .find-available .list ul {
    column-count: 5;
  }
}
.find-available .list li {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 0 16px;
}
.find-available .list a {
  display: block;
  padding: 0 0 4px;
  color: #117FF5;
  font-size: 20px;
  line-height: 30px;
}
.find-available .list span {
  display: inline-block;
  color: #667894;
  line-height: 1;
  transition: all 0.2s;
  cursor: pointer;
}
.find-available .list span:hover {
  color: #117FF5;
}
.find-available .list span:after {
  display: block;
  width: 82px;
  border-bottom: 1px solid;
  content: '';
}
.find-available .list:after {
  position: absolute;
  left: 50%;
  bottom: -1px;
  z-index: 1;
  width: 100vw;
  height: 240px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), #fff);
  pointer-events: none;
  content: '';
}
.find-available .btn {
  width: 100%;
  height: 56px;
  margin-top: 24px;
}
.billing .address-form {
  display: none;
  margin-bottom: -16px;
  padding: 16px 0 0;
}
.billing-toggle.is-open .icon {
  transform: rotate(180deg);
}
.billing-toggle:hover .icon {
  background-color: #FB7234;
}
.billing .cart-subtitle {
  margin: 0 0 24px;
}
.billing .btn {
  height: auto;
  padding: 0;
}
.billing-same {
  display: grid;
  gap: 4px;
}
@media (min-width: 576px) {
  .billing-same {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
}
.billing-kyc {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 210px;
  margin: 4px 0 0;
  padding: 0 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  background: #F6F7FB;
  border-radius: 32px;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .billing-kyc {
    margin: 0;
  }
}
.billing-kyc .icon {
  background-color: #667894;
}
.billing--order {
  position: relative;
  margin: -24px 0 0;
  padding: 0 24px 20px;
  background: #fafcff;
  border: 1px solid #dce8fa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.shipping {
  margin: 0 0 32px;
}
@media (min-width: 1024px) {
  .address-form .input-icon {
    top: 18px;
  }
}
.address-form .input-wrap {
  width: 100%;
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .address-form-line .input-wrap {
    margin-bottom: 0;
  }
}
.address-form textarea {
  height: 112px;
}
@media (min-width: 1024px) {
  .address-location-1 {
    display: flex;
    gap: 16px;
  }
}
.address-location-1 .input-wrap {
  flex-grow: 1;
}
.address-location-2 {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .address-location-2 .input-wrap {
    width: calc(33% - 8px) !important;
  }
}
@media (min-width: 1024px) {
  .address-location-2 .input-wrap:last-child {
    width: calc(33% - 10px) !important;
  }
}
@media (min-width: 1024px) {
  .address-location-2 .input-wrap:not(:last-child) {
    margin-right: 16px !important;
  }
}
.address-location-2 .input-select-chosen {
  height: 56px;
}
.address-location-2 .input-select-custom.is-open .input-select-chosen {
  height: 58px;
}
.address-location {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .address-location .input-state {
    flex-grow: 1;
    max-width: 76%;
  }
}
@media (min-width: 1024px) {
  .address-location .input-state:first-child {
    margin-right: 16px;
  }
}
@media (min-width: 1024px) {
  .address-location .zip {
    max-width: calc(24% - 16px);
  }
}
@media (min-width: 1024px) {
  .address-location .zip:first-child {
    margin-right: 16px;
  }
}
@media (min-width: 1024px) {
  .address-location--big-zip .input-state {
    max-width: 59%;
  }
}
@media (min-width: 1024px) {
  .address-location--big-zip .zip {
    max-width: calc(41% - 16px);
  }
}
@media (min-width: 1024px) {
  .address-contact,
  .address-name {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .address-contact .input-wrap,
  .address-name .input-wrap {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1024px) {
  .address-contact .input-wrap:not(:last-child),
  .address-name .input-wrap:not(:last-child) {
    margin-right: 16px;
  }
}
.system-page {
  padding: 16px;
}
@media (min-width: 768px) {
  .system-page {
    padding: 24px 20px;
  }
}
.system-page .faq-box {
  max-width: 653px;
}
@media (min-width: 1024px) {
  .system-catalog-page {
    display: flex;
  }
}
.system-catalog-page h1 {
  font-size: 28px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .system-catalog-page h1 {
    font-size: 56px;
  }
}
.system-catalog-page .footer {
  margin: 0;
  padding: 48px 0 0;
  border-top: 1px solid #DCE8FA;
  border-radius: 0;
  background: transparent;
}
@media (max-width: 1200px) {
  .system-catalog-page .footer-menu > li {
    width: auto;
  }
}
.system-catalog-page .main {
  padding: 16px 16px 48px;
}
@media (min-width: 1024px) {
  .system-catalog-page .main {
    padding: 32px 30px 8px;
  }
}
.system-catalog-page .get-updates {
  padding-right: 0;
  padding-left: 0;
}
.system-catalog-page .sidebox {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .system-catalog-page .sidebox {
    background: transparent;
  }
}
@media (min-width: 1024px) {
  .system-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.system-inner {
  margin: 0 0 32px;
}
.system-inner .h1 {
  max-width: 760px;
  margin: 0 0 32px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .system-inner .h1 {
    font-size: 56px;
    line-height: 1.3;
  }
}
.system-inner .h2 {
  margin: 0 0 24px;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .system-inner .h2 {
    font-size: 32px;
    line-height: 1.3;
  }
}
.system-inner .h3 {
  margin: 24px 0 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .system-inner .h3 {
    font-size: 32px;
    line-height: 1.3;
  }
}
.system-steps {
  margin: 0 0 40px;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .system-steps {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .system-steps {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .system-steps li {
    position: relative;
    max-width: 45%;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .system-steps li {
    max-width: 250px;
    padding-right: 40px;
  }
}
.system-steps li:not(:last-child) {
  margin: 0 0 24px;
}
@media (min-width: 1024px) {
  .system-steps li:not(:last-child) {
    margin: 0 10px 0 0;
  }
  .system-steps li:not(:last-child):before {
    position: absolute;
    display: block;
    content: '';
    top: 18px;
    right: 0;
    left: 47px;
    height: 2px;
    background: #CEE6FF;
    opacity: 0.4;
  }
  .system-steps li:not(:last-child) .arrow {
    position: absolute;
    top: 7px;
    right: calc(50% - 40px);
    z-index: 1;
    height: 24px;
    width: 24px;
    background: #fff;
  }
  .system-steps li:not(:last-child) .arrow:before {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #DBDBDB;
    font-style: normal;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-image: url(/resources/58f2182f187d670c1049.svg);
    mask-image: url(/resources/58f2182f187d670c1049.svg);
    content: '';
  }
}
.system-steps .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  margin: 0 0 14px;
  border-radius: 50%;
  background: #F4F4F4;
  color: #117FF5;
  font-weight: 500;
}
.system-steps .title {
  margin: 0 0 10px;
  font-weight: 500;
}
.system-steps .gray {
  font-size: 14px;
  line-height: 1.4;
}
.system-components {
  display: grid;
  grid-gap: 16px;
  max-width: 890px;
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .system-components {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
    margin: 0 0 56px;
  }
}
@media (min-width: 1440px) {
  .system-components {
    grid-template-columns: repeat(auto-fill, minmax(209px, 1fr));
  }
}
.system-components .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.system-components .item:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}
.system-components .item:hover .text {
  background: #fff;
}
.system-components .img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #DCE8FA;
  border-radius: 4px 4px 0px 0px;
}
.system-components .label {
  position: absolute;
  padding: 0 8px;
  top: 16px;
  left: 16px;
  z-index: 1;
  border-radius: 32px;
  font-size: 14px;
  line-height: 22px;
  color: #242F39;
  background: #fff;
}
.system-components img {
  display: block;
  max-height: 100%;
  object-fit: contain;
}
.system-components .text {
  flex-grow: 1;
  background: #FAFAFA;
  padding: 16px;
  border-radius: 0px 0px 4px 4px;
  transition: all 0.2s ease-in-out;
}
.system-components .title {
  margin: 0 0 4px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}
.system-components .gray {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
.system-more {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 16px;
  max-width: 590px;
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .system-more {
    grid-gap: 24px;
    max-width: 912px;
    margin: 0 0 56px;
  }
}
.system-more .btn {
  justify-content: space-between;
  height: 48px;
}
.system-more .icon {
  background-color: #117FF5;
}
.system-main-img {
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .system-main-img {
    margin: 0 0 56px;
  }
}
.system-text {
  max-width: 653px;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .system-text {
    margin: 0 0 56px;
    font-size: 18px;
  }
}
.system-specifications {
  max-width: 653px;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .system-specifications {
    margin: 0 0 56px;
  }
}
.system-specifications-top {
  padding: 16px;
}
.system-specifications .group {
  border-top: 1px solid #DCE8FA;
}
.system-specifications .group.is-open .icon-down {
  transform: rotate(180deg);
}
.system-specifications .group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.system-specifications .group-title:hover {
  color: #117FF5;
}
.system-specifications .group-title:hover .icon {
  background-color: #117FF5;
}
.system-specifications .group-body {
  display: none;
}
.system-specifications .group-body ul {
  padding: 0 16px 16px;
}
.system-specifications ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.system-specifications li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.system-specifications li:not(:last-child) {
  margin-bottom: 12px;
}
.system-specifications li div {
  position: relative;
  z-index: 2;
  background: #fff;
}
.system-specifications li div:first-child {
  padding-right: 10px;
}
.system-specifications li div:last-child {
  padding-left: 10px;
}
@media (min-width: 768px) {
  .system-summary {
    position: sticky;
    top: 80px;
  }
}
@media (min-width: 768px) {
  .system-summary-wrapper {
    max-width: 653px;
  }
}
@media (min-width: 1024px) {
  .system-summary-wrapper {
    min-width: 318px;
    max-width: 318px;
    margin-left: 30px;
  }
}
.system-summary-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px;
}
.system-summary .total {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.25;
}
.system-summary .label {
  padding: 3px 10px;
  color: #09CF34;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  background: #C3FFD1;
  border-radius: 4px;
}
.system-summary .text {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
}
.system-summary .paypal {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
}
.system-summary .paypal img {
  margin-right: 8px;
}
.system-summary .paypal span {
  font-weight: 500;
  border-bottom: 1px solid rgba(102, 120, 148, 0.29);
}
.system-summary .subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px;
  font-weight: 500;
}
.system-summary .subtitle img {
  width: 20px;
}
.system-summary-list {
  margin: 0;
  padding: 0 0 8px;
  list-style-type: none;
  font-size: 14px;
  line-height: 1.4;
}
.system-summary-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px;
}
.system-summary-list .gray {
  margin-right: 16px;
}
.system-summary .btn {
  width: 100%;
  margin-bottom: 16px;
}
.system-price {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #242F39;
}
.system-faq {
  margin: 0 0 56px;
  max-width: 716px;
}
.system-bottom-text {
  font-size: 16px;
  line-height: 24px;
}
.system-engineer-top {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
}
.system-engineer-text {
  font-size: 14px;
  line-height: 1.4;
}
.system-engineer img {
  min-width: 48px;
  max-width: 48px;
  margin-right: 12px;
  border-radius: 50%;
}
.system-engineer .name {
  font-weight: 500;
}
.system-engineer .gray {
  font-size: 14px;
  line-height: 1.4;
}
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

