:root {
  --green: #2e9e50;
  --white: white;
  --black: #000;
  --yellow: #ffb41f;
  --blue: #7699dd;
  --grey: #d1baa0;
  --orange: #e37e3a;
  --pink: #d2bde6;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Geologica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

.first-s {
  background-color: var(--green);
  padding-top: 100px;
}

.header-w {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.header-logo-w {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-contact-w {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo {
  width: 150px;
}

.first-c {
  max-width: 1280px;
  padding: 60px 40px 80px;
}

.first-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr .7fr;
  grid-auto-columns: 1fr;
  margin-bottom: 70px;
  display: grid;
}

.first-text-w {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.first-img-w {
  position: relative;
}

.first-head {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 65px;
  font-weight: 700;
  line-height: 100%;
}

.first-img-mask {
  z-index: 1001;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.first-subhead {
  color: var(--white);
  font-size: 35px;
  font-weight: 300;
  line-height: 120%;
}

.black-subhead {
  color: var(--white);
  font-weight: 700;
}

.black-head {
  color: var(--white);
}

.phone-header-w {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.phone-header {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
}

.consult-header {
  border-bottom: 1px dashed var(--black);
  color: var(--black);
  font-size: 13px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
  transition: opacity .3s;
}

.consult-header:hover {
  opacity: .8;
}

.social-header-w {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-header-link {
  padding: 7px 5px;
  transition: all .3s;
}

.social-header-link:hover {
  opacity: .8;
  transform: scale(1.1);
}

.social-header-img {
  filter: brightness(0%);
  width: 27px;
  height: 27px;
}

.first-cta {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.first-sale {
  background-color: var(--yellow);
  color: var(--black);
  border-radius: 5px;
  margin-bottom: 45px;
  padding: 15px 20px 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 110%;
}

.sale-bold {
  font-size: 21px;
  font-weight: 700;
}

.first-cta-head {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
}

.first-cta-subhead {
  color: var(--black);
  font-size: 17px;
  font-weight: 300;
  line-height: 120%;
}

.first-cta-button {
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  padding-top: 11px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
}

.first-cta-button.material {
  background-color: var(--black);
  color: var(--white);
}

.first-cta-button.show {
  background-color: var(--yellow);
}

.first-cta-head-w {
  max-width: 600px;
}

.black-cta-head {
  color: var(--black);
  font-weight: 600;
}

.first-cta-s {
  background-color: var(--blue);
}

.first-cta-s.material {
  background-color: var(--grey);
}

.first-cta-c {
  max-width: 1280px;
  padding: 60px 40px;
}

.bullet-w {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bullet-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bullet-item-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bullet-head {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.bullet-subhead {
  color: var(--white);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 130%;
}

.bullet-img {
  filter: brightness(200%);
  width: 25px;
}

.container {
  max-width: 1280px;
  padding: 80px 40px;
}

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

.head-w {
  margin-bottom: 80px;
}

.head {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: 600;
  line-height: 130%;
}

.head.white {
  color: var(--white);
}

.subhead {
  color: var(--black);
  font-size: 21px;
  font-weight: 400;
  line-height: 130%;
}

.subhead.white {
  color: var(--white);
}

.bullet-w-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: block;
}

.bullet-item-2 {
  border-left: 5px solid var(--blue);
  padding-left: 20px;
}

.bullet-item-num {
  color: var(--black);
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.bullet-num {
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
}

.bullet-item-name {
  color: var(--black);
  font-size: 15px;
  font-weight: 300;
}

.product-w {
  margin-bottom: 0;
}

.product-slider {
  width: calc(50vw + 50% - 5px);
  margin-bottom: 40px;
  overflow: hidden;
}

.product-slider-w {
  align-items: stretch;
  max-height: 100%;
  display: flex;
  position: relative;
}

.product-img {
  object-fit: cover;
  border-radius: 20px;
  max-width: 100%;
  margin-bottom: 20px;
}

.cta-img {
  width: 200px;
}

.brand-w {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: grid;
}

.brand-img {
  width: 200px;
}

.show-s {
  background-color: var(--green);
}

.show-num {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  line-height: 100%;
}

.show-text-w {
  z-index: 11500;
  background-image: linear-gradient(0deg, #202020b3, #fff0);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.show-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.show-item.address {
  max-width: 500px;
}

.show-img {
  border-radius: 20px;
  max-height: 300px;
}

.show-time {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 130%;
}

.show-text {
  color: #fff;
  padding-left: 3px;
  font-size: 15px;
  font-weight: 300;
  line-height: 130%;
}

.show-w {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.show-address {
  color: #fff;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
}

.show-address.desc {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
}

.show-contact-w {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.show-contact {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.show-map {
  border-bottom: 1px dashed var(--white);
  color: var(--white);
  font-size: 13px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}

.show-map-w {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.show-map-img {
  width: 15px;
}

.footer-s {
  background-color: var(--black);
}

.form {
  margin-bottom: 0;
  display: inline-block;
}

.form-w {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  display: flex;
}

.checkbox {
  border: 1px solid #ddd9cd;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: all .3s;
}

.checkbox.w--redirected-checked {
  background-color: #424242;
  background-size: 12px 12px;
  border-style: none;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.form-button {
  background-color: var(--yellow);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 10px;
  min-width: 250px;
  height: 60px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 800;
  transition: all .3s;
}

.form-button:hover {
  color: #fff;
  background-color: #424242;
}

.checkbox-link {
  color: #424242;
}

.checkbox-link.footer {
  color: #fff;
}

.checkbox-link.footer.black {
  color: var(--black);
}

.forn-input {
  color: #424242;
  border-radius: 10px;
  width: 350px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.forn-input:focus {
  border-color: #424242;
}

.forn-input::placeholder {
  color: #adadad;
  font-weight: 300;
}

.checkbox-w {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form-button-w {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.forn-input-txt {
  color: #333;
  justify-content: flex-start;
  align-items: center;
  margin-top: 13px;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
}

.forn-input-txt.footer {
  color: #fff;
  padding-left: 0;
  font-size: 11px;
}

.forn-input-txt.footer.black {
  color: var(--black);
  padding-left: 0;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 110%;
}

.checkbox-label.footer {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
}

.checkbox-label.footer.black {
  color: var(--black);
}

.footer-desc-w {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 80px;
  display: flex;
}

.footer-desc-contact {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
}

.footer-phone-w {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.footer-phone {
  color: #fff;
  font-size: 45px;
  font-weight: 300;
  line-height: 110%;
  text-decoration: none;
  display: block;
}

.social-footer-w {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-header-img-2 {
  width: 27px;
  height: 27px;
}

.show-time-w {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 5px;
  display: flex;
}

.catalog-slider-ui-w {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.catalog-slider-button-w {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.product-slider-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-image: url('../images/arrow_right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.popup-head-close-consult {
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  width: 60px;
  height: 60px;
  margin-right: 0;
  transition: opacity .3s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.popup-head-close-consult:hover {
  opacity: .7;
}

.popup {
  background-color: var(--white);
  border-radius: 15px;
  padding: 40px;
  position: relative;
}

.popup-consult {
  z-index: 17000;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000e6;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-head-text {
  color: #fff;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 600;
  line-height: 110%;
}

.popup-head-text.black {
  color: var(--black);
}

.popup-text {
  color: #fff;
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 400;
  line-height: 19px;
  display: block;
}

.popup-text.black {
  color: var(--black);
}

.product-slider-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-image: url('../images/arrow_left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.text-span-2 {
  font-size: 45px;
}

.cta-img-w {
  position: relative;
}

.cta-img-mask {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.color-slider-w {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  display: flex;
  position: relative;
}

.product-price {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.product-slide {
  cursor: pointer;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  width: 270px;
  min-height: 100%;
  margin-right: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.color-slider {
  margin-bottom: 20px;
  overflow: hidden;
}

.color-bg-text {
  color: #000;
  text-align: right;
  font-size: 10px;
  font-weight: 400;
  line-height: 90%;
  display: inline-block;
}

.product-desc {
  color: #000;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 300;
  line-height: 120%;
}

.product-name {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}

.product-button-w {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-button {
  color: #000;
  text-transform: capitalize;
  background-color: #ffb41f;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 45px;
  padding-top: 11px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.sales-icon {
  color: #fff;
  background-color: #fc2e2e;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 30px;
  margin-top: 10px;
  margin-right: -10px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.color-slide {
  border-radius: 10px;
  flex: none;
  width: 70px;
}

.color-bg {
  background-image: linear-gradient(90deg, #0000, #fff 90%);
  justify-content: flex-end;
  align-items: center;
  width: 170px;
  height: 70px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.product-label {
  color: var(--white);
  text-align: right;
  text-transform: uppercase;
  background-color: #b3997c;
  border-radius: 5px;
  margin-right: -15px;
  padding: 2px 7px;
  font-size: 10px;
  font-weight: 600;
  line-height: 150%;
}

.product-label.exclusive {
  background-color: var(--blue);
}

.product-label.new {
  background-color: var(--green);
}

.product-label-w {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.img-bg {
  z-index: 1000;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.catalog-alert {
  color: #666;
  font-size: 15px;
  font-weight: 300;
  line-height: 120%;
}

.catalog-alert-link {
  color: #1a1a1a;
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}

.policy-alert-wrap {
  z-index: 1000;
  background-color: var(--black);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 350px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 15px 20px 17px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.policy-alert-text {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  line-height: 12px;
}

.policy-alert-link {
  color: #fff;
}

.policy-alert-button {
  color: #252c2c;
  background-color: #fff;
  border-radius: 100px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
}

.footer-link-w {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 7px;
  display: flex;
}

.footer-address-w {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.footer-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #1b1b1b;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.footer-link-img {
  height: 15px;
}

.footer-link-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.footer-link-text.dealer {
  font-weight: 500;
  text-decoration: underline;
}

.footer-link-text.ip {
  font-size: 11px;
}

.footer-ip {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  padding-left: 10px;
  display: flex;
}

.thx-social-img {
  height: 35px;
}

.thx-head {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 35px;
  font-weight: 500;
}

.thx-cont {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.thx-subhead {
  text-align: center;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 120%;
}

.thx-link {
  color: #000;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.thx-social-w {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.thx-social-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.thx-social-name {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

html.w-mod-js [data-ix="view-load"], html.w-mod-js [data-ix="view-load-2"], html.w-mod-js [data-ix="view-scroll"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (max-width: 991px) {
  .header-w {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .logo {
    width: 120px;
  }

  .first-c {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .first-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .first-img-w {
    width: 300px;
  }

  .first-head {
    margin-bottom: 40px;
    font-size: 60px;
  }

  .first-subhead {
    margin-bottom: 0;
    font-size: 30px;
  }

  .first-cta {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .first-sale {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
  }

  .sale-bold {
    font-size: 18px;
  }

  .first-cta-head {
    font-size: 19px;
  }

  .first-cta-subhead {
    font-size: 15px;
  }

  .first-cta-button {
    font-size: 11px;
  }

  .first-cta-head-w {
    max-width: 100%;
  }

  .first-cta-c {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bullet-w {
    grid-template-columns: 1fr;
  }

  .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .head-w {
    margin-bottom: 60px;
  }

  .head {
    margin-bottom: 0;
    font-size: 30px;
  }

  .subhead {
    font-size: 17px;
  }

  .bullet-w-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bullet-item-num {
    font-size: 15px;
  }

  .bullet-num {
    font-size: 25px;
  }

  .bullet-item-name {
    font-size: 14px;
  }

  .product-w {
    margin-bottom: 60px;
  }

  .product-slider {
    width: auto;
    margin-right: -40px;
    padding-right: 0;
  }

  .product-img {
    margin-bottom: 15px;
  }

  .brand-w {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .show-item {
    width: 300px;
  }

  .show-item.address {
    width: auto;
    max-width: 100%;
  }

  .show-w {
    flex-flow: wrap;
  }

  .form-w {
    flex-wrap: wrap;
    width: 300px;
  }

  .form-button {
    width: 300px;
    font-size: 11px;
  }

  .forn-input {
    width: 300px;
  }

  .footer-desc-w {
    margin-top: 60px;
  }

  .popup-consult {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .popup-head-text {
    font-size: 23px;
  }

  .popup-text {
    font-size: 16px;
  }

  .text-span-2 {
    font-size: 40px;
  }

  .cta-img-w {
    display: none;
  }

  .product-price {
    font-size: 16px;
  }

  .product-name {
    font-size: 15px;
  }

  .product-button {
    font-size: 12px;
  }

  .catalog-alert {
    font-size: 14px;
  }

  .footer-link-w {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .footer-link-text {
    font-size: 15px;
  }

  .footer-ip {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .first-s {
    padding-top: 0;
  }

  .header-w {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .first-c {
    padding-top: 20px;
  }

  .first-img-w {
    width: 280px;
  }

  .first-head {
    font-size: 35px;
  }

  .first-subhead {
    font-size: 21px;
  }

  .phone-header-w {
    justify-content: center;
    align-items: flex-start;
  }

  .first-cta-head {
    font-size: 17px;
  }

  .first-cta-subhead {
    font-size: 14px;
  }

  .head-w {
    margin-bottom: 60px;
  }

  .head {
    margin-bottom: 5px;
    font-size: 27px;
  }

  .subhead {
    font-size: 16px;
  }

  .form {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .form-w {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .form-button-w {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    width: 300px;
  }

  .footer-phone-w {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-phone {
    font-size: 30px;
  }

  .popup {
    overflow: auto;
  }

  .popup-text {
    text-align: center;
  }

  .text-span-2 {
    font-size: 23px;
  }

  .footer-link-text.ip {
    font-size: 10px;
  }

  .thx-head {
    font-size: 25px;
  }

  .thx-cont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .thx-subhead, .thx-link {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .header-w {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-contact-w {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .first-c {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .first-content {
    margin-bottom: 40px;
  }

  .first-img-w {
    width: 100%;
    max-width: 280px;
  }

  .first-head {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 100%;
  }

  .first-subhead {
    font-size: 17px;
  }

  .first-sale {
    margin-bottom: 15px;
    padding-top: 7px;
    padding-bottom: 5px;
  }

  .sale-bold {
    font-size: 14px;
  }

  .first-cta-head {
    font-size: 16px;
  }

  .first-cta-button {
    width: 100%;
    max-width: 320px;
  }

  .first-cta-c {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bullet-head {
    font-size: 15px;
  }

  .container {
    padding: 40px 20px;
  }

  .video-bg {
    max-width: 321px;
  }

  .head-w {
    margin-bottom: 40px;
  }

  .head {
    font-size: 25px;
  }

  .subhead {
    font-size: 15px;
  }

  .bullet-w-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .product-w {
    margin-bottom: 40px;
  }

  .product-slider {
    margin-right: -20px;
  }

  .show-item {
    width: 100%;
  }

  .show-img {
    max-height: 400px;
  }

  .form-w {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .form-button {
    width: 100%;
    min-width: 200px;
    max-width: 320px;
    font-size: 11px;
  }

  .forn-input {
    width: 100%;
    max-width: 320px;
  }

  .form-button-w {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .checkbox-label {
    font-size: 11px;
    line-height: 120%;
  }

  .forn-input-w {
    width: 100%;
  }

  .footer-desc-w {
    margin-top: 40px;
  }

  .footer-phone {
    font-size: 25px;
  }

  .popup-head-close-consult {
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto auto;
  }

  .popup {
    width: 100%;
    padding: 50px 20px 40px;
  }

  .popup-consult {
    opacity: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .popup-form {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .popup-head-text {
    font-size: 21px;
  }

  .popup-text {
    font-size: 15px;
  }

  .popup-text.black {
    text-align: left;
    margin-bottom: 30px;
    font-size: 14px;
  }

  .text-span-2 {
    font-size: 18px;
  }

  .cta-img-w {
    display: none;
  }

  .product-slide {
    margin-right: 30px;
  }

  .product-name {
    font-size: 14px;
  }

  .img-bg {
    max-width: 321px;
  }

  .catalog-alert {
    line-height: 110%;
  }

  .policy-alert-wrap {
    background-color: #000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 20px;
    position: fixed;
  }

  .policy-alert-text {
    text-align: center;
    font-size: 10px;
  }

  .policy-alert-button {
    border-radius: 5px;
    font-size: 11px;
    font-weight: 600;
    line-height: 25px;
  }

  .footer-link-text {
    font-size: 14px;
  }

  .footer-link-text.dealer {
    font-size: 12px;
  }

  .thx-head {
    line-height: 25px;
  }
}


