@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
  font-family: "Poppins", sans-serif;
}

body {
  overflow-x: hidden;
}
body a {
  color: #136df5;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

body {
  overflow-x: hidden;
}

h1,
h2 {
  position: relative;
  color: #141d33;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  h1,
  h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}

h4 {
  font-size: 24px;
  font-weight: normal;
}

p {
  position: relative;
  width: 100%;
  font-size: 15px;
  line-height: 28px;
  color: #141d33;
}
p.sm {
  font-size: 14px;
  line-height: 21px;
}

.btn {
  border: none;
  background-color: #136df5;
  color: #ffffff;
  padding: 20px 38px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 20px;
  border-radius: 32px;
  cursor: pointer;
  transition: 0.5s background-color;
}
.btn.capital {
  text-transform: uppercase;
}
.btn:hover {
  background-color: #141d33;
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 10px 25px;
    font-size: 14px;
  }
}

.flex {
  position: relative;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .flex {
    flex-direction: column;
  }
}
.flex > div {
  position: relative;
  flex: 1 1 360px;
  max-width: 100%;
  width: 100%;
}
.flex.center {
  align-items: center;
}

.primary-btn {
  position: relative;
  width: 100%;
  max-width: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px 39px;
  background-color: #136df5;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 29px;
  font-weight: 600;
  transition: 0.4s ease;
}
.primary-btn:hover {
  transform: scale(0.98);
}

.container {
  padding: 45px 20px;
  box-sizing: border-box;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 16px 20px;
    max-width: 100%;
  }
}
.container.container-max {
  max-width: 1650px;
}
@media screen and (max-width: 1200px) {
  .container.container-max {
    max-width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .container.container-max {
    max-width: 100%;
  }
}

section {
  position: relative;
  width: 100%;
}
section.top-sec {
  position: relative;
}
section.top-sec:before {
  content: "";
  width: 100%;
  height: 600px;
  z-index: -1;
  background-color: #f4f6fb;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  section.top-sec:before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  section.top-sec {
    background-color: #f4f6fb;
  }
}
@media screen and (max-width: 768px) {
  section.top-sec .container {
    padding-bottom: 0;
  }
}
section.top-sec .logo {
  position: relative;
  max-width: 100%;
  width: 295px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.top-sec .logo h1 {
  font-size: 30px;
  line-height: normal;
}
section.top-sec .logo h1 span {
  color: #6c7488;
}
section.top-sec > h1 {
  margin-top: 50px;
  margin-bottom: 22px;
  max-width: 976px;
}
section.top-sec .verified {
  display: flex;
  justify-content: center;
  margin: 22px 0;
}
section.top-sec .verified-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
}
section.top-sec .verified-wrapper > span:first-child {
  position: relative;
  background-color: #32d369;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 5px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  section.top-sec .verified-wrapper > span:first-child {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  section.top-sec .verified-wrapper > span:last-child {
    text-align: left;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  section.top-sec .image-wrapper {
    margin-left: -25px;
    width: calc(100% + 50px);
  }
}
section.top-sec .image-wrapper img {
  width: 100%;
}
section.banner-middle > div {
  border: 1px solid #d6dceb;
  border-radius: 14px;
  padding: 23px 16px;
  box-sizing: border-box;
  display: flex;
}
@media screen and (max-width: 768px) {
  section.banner-middle > div {
    flex-direction: column;
  }
}
section.banner-middle > div > div {
  display: flex;
}
section.banner-middle > div > div:first-child > div {
  padding: 6px;
  box-sizing: border-box;
  flex: 1;
}
section.banner-middle > div > div:first-child > div img {
  width: 100%;
}
section.banner-middle > div > div:last-child {
  width: 100%;
  padding-left: 45px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  section.banner-middle > div > div:last-child {
    flex-direction: column;
  }
}
section.banner-middle > div > div:last-child > div {
  flex: 1;
}
section.banner-middle > div > div:last-child ul li {
  color: #32d369;
}
section.banner-middle > div > div:last-child ul li > p {
  color: #000000;
  text-transform: capitalize;
}
section.paragraph img {
  width: 100%;
}
section.paragraph .action-button {
  margin-bottom: 45px;
}
section.dark-section {
  background-color: #141d33;
}
section.dark-section h2 {
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  position: 2;
}
section.dark-section h2:after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -20px;
  background-image: url("../images/image-arrow.png");
  background-repeat: no-repeat;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-position: bottom right;
}
section.slider .bx-wrapper {
  box-shadow: none !important;
}
section.slider .bx-wrapper .bx-next {
  background: url("../images/slider/arrow-right.png");
  background-size: contain;
  background-repeat: no-repeat;
}
section.slider .bx-wrapper .bx-prev {
  background: url("../images/slider/arrow-left.png");
  background-size: contain;
  background-repeat: no-repeat;
}
section.slider .bxslider > li > div {
  flex-wrap: nowrap;
}
section.slider .bxslider > li > div > div {
  flex: 1;
  padding: 15px;
  box-sizing: border-box;
}
section.light-pur,
footer.light-pur {
  background-color: #f4f6fb;
}
section.light-pur .container > .flex,
footer.light-pur .container > .flex {
  flex-wrap: nowrap;
}
@media screen and (max-width: 992px) {
  section.light-pur .container > .flex,
  footer.light-pur .container > .flex {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  section.light-pur .container > .flex,
  footer.light-pur .container > .flex {
    flex-direction: column;
    width: 100%;
  }
}
section.light-pur .container > .flex > div,
footer.light-pur .container > .flex > div {
  flex: 1;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  section.light-pur .container > .flex > div,
  footer.light-pur .container > .flex > div {
    width: 50%;
    flex: auto;
  }
}
@media screen and (max-width: 768px) {
  section.light-pur .container > .flex > div,
  footer.light-pur .container > .flex > div {
    width: 100%;
  }
}
section.light-pur .container > .flex > div > div,
footer.light-pur .container > .flex > div > div {
  background-color: #ffffff;
  padding: 25px;
  box-sizing: border-box;
}
section.light-pur .container > .flex > div > div h4,
footer.light-pur .container > .flex > div > div h4 {
  margin: 0;
  margin-bottom: 20px;
}
section.light-pur .container > .flex > div > div img,
footer.light-pur .container > .flex > div > div img {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  section.light-pur .container > .flex > div > div > .flex,
  footer.light-pur .container > .flex > div > div > .flex {
    flex-direction: column;
  }
}
section.light-pur .container > .flex > div > div > .flex ul,
footer.light-pur .container > .flex > div > div > .flex ul {
  flex: 1;
  list-style: none;
}
@media screen and (max-width: 1400px) {
  section.light-pur .container > .flex > div > div > .flex ul,
  footer.light-pur .container > .flex > div > div > .flex ul {
    padding-left: 0;
    width: 100%;
  }
}
section.light-pur .container > .flex > div > div > .flex ul > li,
footer.light-pur .container > .flex > div > div > .flex ul > li {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 5px;
}
section.light-pur .container > .flex > div > div > .flex ul > li i,
footer.light-pur .container > .flex > div > div > .flex ul > li i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
section.light-pur .container > .flex > div > div > .flex ul > li > span,
footer.light-pur .container > .flex > div > div > .flex ul > li > span {
  display: inline-block;
  padding-left: 10px;
  box-sizing: border-box;
}
section.light-pur .container .btn,
footer.light-pur .container .btn {
  margin-bottom: 15px;
}
section.light-pur .image-container,
footer.light-pur .image-container {
  display: grid;
  grid-template-columns: auto auto;
}
@media screen and (max-width: 768px) {
  section.light-pur .image-container,
  footer.light-pur .image-container {
    grid-template-columns: 1fr;
  }
}
section.light-pur .image-container img,
footer.light-pur .image-container img {
  width: 100%;
}
section.light-pur .image-container > div,
footer.light-pur .image-container > div {
  box-sizing: border-box;
  flex: 1;
}
section.light-pur .image-container > div:not(.grid),
footer.light-pur .image-container > div:not(.grid) {
  height: 100%;
  padding: 5px;
}
section.light-pur .image-container > div:not(.grid) img,
footer.light-pur .image-container > div:not(.grid) img {
  overflow: hidden;
  height: 100%;
}
section.light-pur .image-container > div.grid,
footer.light-pur .image-container > div.grid {
  display: grid;
  grid-template-columns: auto auto;
}
section.light-pur .image-container > div.grid > div,
footer.light-pur .image-container > div.grid > div {
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
}
section.light-pur .image-container > div.grid > div img,
footer.light-pur .image-container > div.grid > div img {
  height: 100%;
}

footer .copyright {
  font-size: 18px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 14px;
  }
}
footer ul {
  list-style: none;
}
footer ul > li {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
footer ul > li a {
  font-size: 18px;
  text-decoration: underline;
  color: #141d33;
}
@media screen and (max-width: 768px) {
  footer ul > li a {
    font-size: 14px;
  }
}
footer ul > li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 7.5px;
  height: calc(100% - 15px);
  width: 1px;
  right: 0;
  background-color: #141d33;
}
@media screen and (max-width: 768px) {
  footer ul > li:not(:last-child):after {
    content: none;
  }
}

section.top-sec .container {
  padding-bottom: 0px;
}
section.top-sec .container .image-wrapper img {
  border: 6px solid #ffffff;
}

.banner-middle.container {
  padding-top: 20px;
  padding-bottom: 28px;
}

.action-button.container {
  padding-top: 0px;
  padding-bottom: 48px;
}

.paragraph.container {
  padding-top: 0px;
}

section.dark-section h2 {
  max-width: 560px;
}

section.dark-section h2:after {
  left: 75px;
}

.paragraph p {
  max-width: 908px;
  text-align: center;
  margin-bottom: 20px;
}

.paragraph.padding-top {
  padding-top: 29px;
  padding-bottom: 61px;
}

section.light-pur .container > .flex > div > div {
  border-radius: 10px;
  padding: 25px;
}

section.light-pur .container > .flex > div > div > .flex ul > li > span {
  font-size: 13px;
  color: #000000;
}

.light-pur .container-max {
  padding-bottom: 60px;
}

.container:has(.btn.capital) {
  padding-top: 0px;
}

.swiper {
  width: 100%;
  max-width: 1129px;
  margin-inline: auto;
  height: 475px;
}

.sweep-wrap {
  margin-top: 47px;
  max-width: 1260px;
  margin-inline: auto;
}

.slider.container {
  padding-bottom: 97px;
}

.swiper-pagination {
  margin-bottom: 48px;
}

.container.action-button:has(.btn.capital) {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.light-pur .container > .flex > div {
  padding: 0px;
}

section.light-pur .container > .flex {
  gap: 20px;
  max-width: 1300px;
}

section.light-pur .container > .flex {
  margin-top: 20px;
}

section.light-pur .container > .flex > div > div div.flex {
  gap: 10px;
}

section.light-pur .container > .flex > div > div > .flex ul > li {
  margin-bottom: 8px;
}

.logo h1 {
  margin-bottom: 0px;
}

.logo {
  margin-bottom: 50px;
}

.top-sec .image-wrapper {
  max-width: 85%;
  margin-inline: auto;
}

header {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  max-height: 41px;
}
header p {
  position: relative;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 11px;
}

.colors.grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  max-width: 1276px;
  width: 100%;
  margin-inline: auto;
  gap: 22px;
  margin-top: 22px;
}
.colors.grid > .grid-item {
  position: relative;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
}
.colors.grid > .grid-item img {
  position: relative;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.colors.grid > .grid-item div > p {
  position: relative;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  margin-top: 19px;
  font-weight: 600;
}
.colors.grid > .grid-item div .grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  margin-top: 22px;
  row-gap: 14px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.colors.grid > .grid-item div .grid .grid-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}
.colors.grid > .grid-item div .grid .grid-item span {
  position: relative;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
}
.colors.grid > .grid-item div .grid .grid-item p {
  text-align: left;
  margin-top: 0px;
  font-size: 16px;
  font-weight: 400;
}

.top-sec h1 {
  margin-bottom: 43px;
}

.top-sec {
  font-size: 38px;
}

section.banner-middle > div {
  max-width: 886px;
  margin-inline: auto;
}

.light-pur h2 {
  max-width: 800px;
  margin-inline: auto;
}

.top-sec .image-wrapper,
section.paragraph img {
  max-width: 886px;
  position: relative;
  margin-inline: auto;
  display: block;
}

.paragraph p {
  margin-inline: auto;
}

.top-sec h1 {
  font-size: 38px;
}
.top-sec .image-wrapper video {
  max-width: 100%;
  height: auto;
}

section.sec-3 {
  background-color: #F8FBFF;
}
section.sec-3 .logos {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-inline: auto;
  margin-bottom: 24px;
}
section.sec-3 h2 {
  position: relative;
  text-align: center;
  max-width: 100%;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 24px;
}
section.sec-3 .container-lg > p {
  position: relative;
  max-width: 945px;
  margin-inline: auto;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 24px;
}
section.sec-3 .slider {
  max-width: 1143px;
  width: 100%;
  margin-inline: auto;
  background-color: #ffffff;
  padding: 17px 15px;
}
section.sec-3 .slider .swiper {
  width: 100%;
  height: auto;
}
section.sec-3 .slider .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
section.sec-3 .warranty {
  max-width: 945px;
  width: 100%;
  margin-inline: auto;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
  margin-top: 27px;
  position: relative;
}
section.sec-3 .warranty img {
  flex: 1 1 80px;
  max-width: 230px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
section.sec-3 .warranty div {
  flex: 1 1 300px;
  max-width: 630px;
  z-index: 1;
}
section.sec-3 .warranty div h3 {
  font-size: 26px;
  line-height: 29px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #141d33;
}
section.sec-3 .warranty div p {
  font-size: 15px;
  line-height: 29px;
}
section.sec-3 .warranty::before {
  position: absolute;
  width: 100%;
  height: 130px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-radius: 13px;
  border: 1px solid #D1D9E2;
  background-color: #ffffff;
}
section.sec-5 {
  background-color: #F4F6FB;
}
section.sec-5 h2 {
  position: relative;
  text-align: center;
  max-width: 700px;
  width: 100%;
  margin-inline: auto;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 21px;
}
section.sec-5 .glass {
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 32px;
  padding: 22px 23px;
}
section.sec-5 .glass p {
  text-align: center;
  font-size: 19px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 21px;
}
section.sec-5 .glass img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
section.sec-5 .slider .swiper-pagination {
  margin-bottom: 0px;
}
section.sec-5 .slider .swiper3 .swiper-wrapper .swiper-slide {
  position: relative;
  display: grid;
  gap: 25px;
}
section.sec-5 .slider .swiper3 .swiper-wrapper .swiper-slide .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 19px 18px 16px;
  background-color: #ffffff;
  border: 1px solid #E3E5EC;
  gap: 19px;
  border-radius: 10px;
}
section.sec-5 .slider .swiper3 .swiper-wrapper .swiper-slide .item img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.sec-5 .slider .swiper3 .swiper-wrapper .swiper-slide .item p {
  text-align: center;
  font-size: 15px;
  line-height: 28px;
}
section.sec-5 .slider .swiper3 .swiper-pagination {
  position: relative;
  margin-top: 20px;
}
section.light-pur .image-container {
  padding-top: 0px;
}

.dark-section {
  padding: 40px 0px;
}
.dark-section .container {
  padding-bottom: 0px;
}
.dark-section .primary-btn {
  margin-top: 10px;
  margin-inline: auto;
}
.dark-section .primary-btn:hover {
  background-color: #136df5;
}

@media screen and (min-width: 1000px) {
  .btn.capital.primary-btn.bottom {
    font-size: 38px;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    padding: 20px 60px;
    line-height: 57px;
    border-radius: 46px;
  }
  .container.action-button:has(.btn.capital.bottom) {
    padding-bottom: 0px;
  }
  section.top-sec .container {
    padding-top: 32px;
  }
  footer .container {
    max-width: 952px;
  }
}
@media screen and (max-width: 768px) {
  .dark-section {
    padding: 20px 0px;
  }
  .dark-section .primary-btn {
    padding: 10px 20px;
    font-size: 17px;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
  }
  section.dark-section h2:after {
    display: none;
  }
  section.top-sec .logo {
    margin-bottom: 20px;
  }
  section.top-sec .verified-wrapper {
    flex-direction: column;
    gap: 5px;
  }
  section.top-sec .verified-wrapper span {
    text-align: center !important;
  }
  section.top-sec .verified-wrapper span:last-child {
    font-size: 11px;
  }
  section.top-sec .image-wrapper {
    margin-left: auto;
    max-width: 100%;
  }
  section.top-sec .image-wrapper img {
    border: none;
  }
  section.top-sec .container .image-wrapper img {
    border: none;
  }
  section.banner-middle > div > div:first-child > div {
    padding: 0px;
  }
  section.banner-middle > div > div {
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  section.banner-middle > div > div:first-child > div img {
    width: auto;
    max-height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  section.banner-middle > div > div:first-child > div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.banner-middle > div > div:first-child {
    margin-bottom: 5px;
  }
  section.light-pur .container > .flex > div > div > .flex.mb-flex {
    flex-direction: row;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  section.banner-middle > div {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
  }
  section.banner-middle > div > div:last-child {
    padding: 0px;
    gap: 0px;
    align-items: flex-start;
    padding-left: 45px;
  }
  footer p.sm {
    font-size: 10px;
    line-height: 17px;
  }
  footer ul > li a {
    font-size: 12px;
  }
  footer ul {
    flex-direction: row;
  }
  section.paragraph .action-button {
    margin-bottom: 0px;
  }
  section.top-sec .logo {
    width: -moz-fit-content;
    width: fit-content;
    gap: 10px;
  }
  section.top-sec .logo img {
    max-height: 23px;
  }
  section.top-sec .logo h1 {
    font-size: 23px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .swiper {
    height: auto;
  }
  .swiper img {
    width: 100%;
  }
  .slider h2 {
    margin-bottom: 0px;
  }
  .slider .sweep-wrap {
    margin-top: 15px;
  }
  .slider .swiper-pagination {
    margin-bottom: 0px;
  }
  .slider.container {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .top-sec h1 {
    font-size: 24px;
  }
  section.top-sec {
    padding-bottom: 20px;
  }
  footer.light-pur .container > .flex {
    flex-direction: row;
  }
  .colors.grid > .grid-item div .grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    margin-top: 12px;
    row-gap: 9px;
  }
  .colors.grid > .grid-item div > p {
    font-size: 19px;
    line-height: 21px;
    margin-top: 5px;
  }
  .colors.grid > .grid-item div .grid .grid-item span {
    width: 25px;
    min-width: 25px;
    height: 25px;
  }
  .colors.grid > .grid-item div .grid .grid-item {
    gap: 10px;
  }
  .colors.grid > .grid-item {
    padding: 15px;
  }
  .colors.grid {
    margin-top: 20px;
  }
  footer .container {
    padding-inline: 10px;
  }
  section.sec-3 .container-lg {
    padding: 0px 20px;
    padding-bottom: 20px;
  }
  section.sec-3 .logos {
    flex-direction: row;
    flex-wrap: wrap;
  }
  section.sec-3 .logos img {
    max-width: 60px;
  }
  section.sec-3 h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  section.sec-3 > p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  section.sec-3 .warranty {
    padding: 5px 10px 10px;
    gap: 10px;
    margin-top: 0px;
  }
  section.sec-3 .warranty::before {
    height: calc(100% - 55px);
    bottom: 0;
    border-radius: 5px;
    transform: translateY(0);
    top: auto;
  }
  section.sec-3 .warranty img {
    max-width: 100px;
  }
  section.sec-3 .warranty div {
    flex: 1 1 auto;
    gap: 10px;
  }
  section.sec-3 .warranty div h3 {
    font-size: 18px;
    line-height: 22px;
  }
  section.sec-3 .warranty div h3,
  section.sec-3 .warranty div p {
    text-align: center;
  }
  section.sec-5 {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  section.sec-5 h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  section.sec-5 .glass {
    margin-bottom: 20px;
  }
  section.sec-5 .glass p {
    font-size: 13px;
    line-height: 22px;
  }
  section.sec-5 .swiper-pagination {
    position: relative;
    margin-top: 20px;
  }
  section.sec-5 .slider .swiper3 .swiper-wrapper .swiper-slide {
    gap: 10px;
  }
}
.white-back {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  max-width: 1276px;
  margin-inline: auto;
  border-radius: 10px;
  padding: 27px 23px 18px;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .white-back {
    padding: 15px 10px 0px;
  }
}
.white-back p {
  position: relative;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .white-back p {
    font-size: 16px;
    line-height: 19px;
  }
}
.white-back img {
  position: relative;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

h1 span {
  color: #136df5;
}/*# sourceMappingURL=style.css.map */