.about-page {
  position: relative;
}

.about-welc-img-cont {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
}

.about-welc-img {
  width: 70%;
  margin-left: 30%;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.about-us-more {
  position: absolute;
  left: 24%;
  top: 70%;
}

.about-us-more:hover {
  background: white;
}

.h1 {
  position: absolute;
  left: 12vw;
  top: 140px;
  text-transform: uppercase;
  font-family: Bold, sans-serif;
  font-size: min(5.2vw, 100px);
  line-height: 1.25;
}
.h1 .about-h1-1 {
  color: #7CC34D;
  display: flex;
}
.h1 .about-h1-2 {
  display: flex;
  margin-left: min(5vw, 100px);
}

@media (max-width: 1300px) {
  .about-welc-img {
    width: 100%;
    margin-left: 0;
  }
  .about-welcome-group {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
  }
  .h1 {
    position: unset;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    font-size: 8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .h1 .about-h1-2 {
    margin-left: unset;
  }
  .about-us-more {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 3vw;
  }
}
@media (max-width: 768px) {
  .about-us-more {
    display: none;
  }
  .about-welcome-group {
    position: unset;
    transform: unset;
  }
  .h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 10vw;
  }
}
.about-us {
  position: relative;
  padding-bottom: 80px;
}

.zebra-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  display: flex;
  height: 100%;
}

.dark-col {
  width: 82vw;
  padding-left: 6vw;
}

.white-col {
  background-color: white;
  width: 18vw;
  padding: 1vw;
  z-index: 2;
}

.about-h2 {
  text-transform: uppercase;
  font-family: Bold, sans-serif;
  display: flex;
  flex-direction: column;
  margin-left: calc(6vw + 30px);
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
.about-h2 .h2_1 {
  font-size: min(80px, 4.2vw);
}
.about-h2 .h2_2 {
  font-size: min(150px, 8vw);
  color: #7CC34D;
  margin-left: 12vw;
}

.about-regular {
  position: relative;
  z-index: 1;
  max-width: 550px;
  padding: 40px 0;
  margin-left: calc(6vw + 30px);
}

.about-row {
  margin-left: calc(6vw + 30px);
  position: relative;
  z-index: 1;
  width: 75vw;
  display: flex;
}

.square {
  aspect-ratio: 1;
  width: 265px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  justify-content: center;
  border: 1.2px solid;
  background: linear-gradient(180deg, rgba(71, 67, 63, 0.35) 0%, rgba(71, 67, 63, 0) 100%);
  border-image: linear-gradient(136deg, rgba(192, 200, 214, 0.3), transparent) 1;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.square-special {
  padding: 0;
  border: 0;
  z-index: 1;
}

.rectangle {
  height: 265px;
  z-index: 1;
}
.rectangle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-row2 {
  margin-left: auto;
  width: unset;
  margin-right: 16.6vw;
  justify-content: flex-end;
  margin-top: -1px;
}

.square-title {
  font-size: 22px;
  font-family: Bold, sans-serif;
  line-height: 1.3;
  margin-bottom: 14px;
}

.square-body {
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .zebra-bg {
    display: none;
  }
  .about-h2 {
    margin-left: 46%;
    transform: translateX(-50%);
  }
  .about-regular {
    margin: 0 auto;
    text-align: center;
    padding: 30px 15px;
  }
  .about-row {
    margin-left: 30px;
    width: 100%;
  }
  .about-row2 {
    margin-right: 30px;
  }
}
@media (max-width: 1000px) {
  .rectangle {
    display: none;
  }
  .about-row {
    justify-content: center;
    margin-left: 0;
  }
}
@media (max-width: 900px) {
  .square-special {
    display: none;
  }
}
@media (max-width: 768px) {
  .about-h2 {
    margin-left: 40%;
    padding-top: 40px;
  }
  .about-h2 .h2_1 {
    font-size: min(80px, 6vw);
  }
  .about-h2 .h2_2 {
    font-size: min(150px, 11vw);
  }
}
@media (max-width: 600px) {
  .about-row {
    gap: 15px;
    flex-direction: column;
    align-items: center;
  }
  .square-special, .rectangle {
    display: flex;
    aspect-ratio: 1;
  }
  .about-row2 {
    flex-direction: column-reverse;
    margin-top: 15px;
  }
  .square-title {
    color: #7CC34D;
  }
}
.plant {
  padding-left: calc(6vw + 30px);
  background: white;
  display: flex;
  z-index: 1;
  position: relative;
}

.production_one {
  font-size: 50px;
  font-family: Bold, sans-serif;
  text-transform: uppercase;
  color: #1a1714;
}

.production_two {
  font-size: 65px;
  color: #7CC34D;
  font-family: Bold, sans-serif;
  text-transform: uppercase;
  display: flex;
}

.production {
  color: #1a1714;
  max-width: 400px;
}

.prod-par-spec {
  margin: 40px 0 20px;
}

.plant-left {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.plant-right {
  width: 55%;
  position: relative;
}

.plant-slide {
  width: 100%;
  aspect-ratio: 16/13;
  display: flex;
}
.plant-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plant-nav {
  position: absolute;
  left: -62px;
  bottom: 120px;
  width: 124px;
}
.plant-nav * {
  width: 62px;
  height: 62px;
}
.plant-nav *::after {
  display: none;
}

.swiper-button-prev {
  transition: ease 0.3s;
  left: 0;
  top: 22px;
  background: #4D4843;
}
.swiper-button-prev svg {
  fill: #7CC34D;
  height: 28px;
  width: 17px;
  transition: ease 0.3s;
}

.swiper-button-next {
  transition: ease 0.3s;
  background: #4D4843;
  right: 0;
  top: 22px;
}
.swiper-button-next svg {
  fill: #7CC34D;
  height: 28px;
  width: 17px;
  transition: ease 0.3s;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  background: #7CC34D;
}
.swiper-button-prev:hover svg, .swiper-button-next:hover svg {
  fill: white;
}

@media (max-width: 1440px) {
  .production_two {
    font-size: 50px;
  }
  .plant-right, .plant-left {
    width: 50%;
  }
}
@media (max-width: 1300px) {
  .plant {
    padding-left: 30px;
  }
}
@media (max-width: 1100px) {
  .plant {
    flex-direction: column;
    padding: 80px 15px;
  }
  .plant-left {
    width: 100%;
    text-align: center;
  }
  .production_two {
    display: unset;
  }
  .production {
    margin: 20px auto 0;
    max-width: 600px;
  }
  .plant-right {
    margin: 20px auto 0;
  }
  .plant-nav {
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    bottom: 30px;
  }
}
@media (max-width: 768px) {
  .production_one, .production_two {
    font-size: 26px;
  }
  .plant-right {
    max-width: 550px;
    width: 100%;
  }
}
.elegance {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 100px 0;
  aspect-ratio: 16/8;
  background: #ffffff;
  display: flex;
  background-image: url(../images/bg-tile.webp);
  margin-top: -100px;
}

.elegance-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.elegance-btn {
  position: absolute;
  z-index: 2;
  right: 10vw;
  bottom: 72px;
}

.elegance-btn:hover {
  background: #ffffff;
}

.eleg-text {
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  font-family: Bold;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.choose {
  font-size: min(60px, 3vw);
  right: calc(50% + 410px);
  top: calc(50% - 250px);
}

.realibility {
  font-size: min(160px, 8.2vw);
  color: #7CC34D;
  right: calc(50% - 490px);
  top: calc(50% - 160px);
}

.and {
  font-size: min(44px, 3vw);
  right: calc(50% - 160px);
  top: calc(50% + 50px);
}

.eleg {
  font-size: min(90px, 5vw);
  right: calc(50% + 80px);
  top: calc(50% + 60px);
}

.for {
  font-size: min(50px, 4vw);
  right: calc(50% - 480px);
  top: calc(50% + 170px);
}

@media (max-width: 1600px) {
  .choose {
    right: calc(50% + 320px);
    top: calc(50% - 200px);
  }
  .realibility {
    right: calc(50% - 410px);
    top: calc(50% - 150px);
  }
  .and {
    right: calc(50% - 160px);
    top: calc(50% + 30px);
  }
  .eleg {
    right: calc(50% - 30px);
    top: calc(50% + 60px);
  }
  .for {
    right: calc(50% - 480px);
    top: calc(50% + 160px);
  }
}
@media (max-width: 1400px) {
  .choose {
    right: calc(50% + 280px);
    top: calc(50% - 180px);
  }
  .realibility {
    right: calc(50% - 360px);
    top: calc(50% - 130px);
  }
  .and {
    right: calc(50% - 110px);
    top: calc(50% + 10px);
  }
  .eleg {
    right: calc(50% + 10px);
    top: calc(50% + 46px);
  }
  .for {
    right: calc(50% - 500px);
    top: calc(50% + 110px);
  }
}
@media (max-width: 1200px) {
  .choose {
    right: calc(50% + 240px);
    top: calc(50% - 160px);
  }
  .realibility {
    right: calc(50% - 290px);
    top: calc(50% - 130px);
  }
  .and {
    right: calc(50% - 110px);
    top: 50%;
  }
  .eleg {
    right: calc(50% + 10px);
    top: calc(50% + 30px);
  }
  .for {
    right: calc(50% - 480px);
    top: calc(50% + 80px);
  }
}
@media (max-width: 1100px) {
  .elegance {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    gap: 1vw;
  }
  .eleg-text {
    width: min-content;
    left: 50%;
    font-size: 4vw;
    position: unset;
    z-index: 1;
  }
  .elegance-img {
    position: absolute;
  }
  .for {
    width: max-content;
  }
  .elegance-btn {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
}
@media (max-width: 768px) {
  .eleg-text {
    font-size: 6vw;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 460px) {
  .elegance {
    aspect-ratio: 16/9;
  }
  .eleg-text {
    font-size: 9vw;
  }
}
.terms {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background: white;
  color: #1a1714;
}

.terms-col-left {
  color: white;
  background-image: url(../images/bg-tile.webp);
  padding: 90px 50px;
  position: relative;
  width: 100%;
  max-width: 550px;
  min-width: 550px;
  margin: -30px 0 -30px 50px;
}

.terms-col-left::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(71, 67, 63, 0.7);
  left: 0;
  top: 0;
  z-index: 0;
  border: 1.5px solid;
  border-image: linear-gradient(90deg, rgba(218, 222, 227, 0.3), transparent) 1;
}

.term-block {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.colour-accent {
  color: #7CC34D;
}

.terms-wrap {
  display: flex;
  width: 70vw;
}

.term-title {
  font-size: 24px;
  font-family: Bold;
  text-transform: uppercase;
}

.terms-col-right {
  padding: 60px 60px 40px 80px;
}

.about_sp_head {
  font-size: 44px;
}

.about-par-sp {
  margin-top: 50px;
  color: white;
  z-index: 2;
  position: relative;
  max-width: 330px;
}

.about-ico-sp {
  margin-left: 10px;
}

.term-par {
  position: relative;
}

.term-par::before {
  position: absolute;
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='20' width='20'><path d='M10 10V0H20V20H0V10H10Z' fill='%237CC34D'/></svg>");
  left: -34px;
  top: 4px;
}

.dki {
  margin-bottom: 0;
}

@media (max-width: 1800px) {
  .terms-wrap {
    width: 80vw;
  }
}
@media (max-width: 1500px) {
  .terms-wrap {
    width: 90vw;
  }
}
@media (max-width: 1400px) {
  .terms-wrap {
    width: 96vw;
  }
}
@media (max-width: 1300px) {
  .term-block {
    min-height: unset;
    margin-bottom: 20px;
  }
  .terms-col-left {
    margin: -30px 0 -30px 30px;
  }
  .terms-col-right {
    padding: 60px 60px 40px 60px;
  }
  .dki {
    margin-bottom: 0;
  }
}
@media (max-width: 1100px) {
  .terms-col-left {
    position: unset;
    min-width: unset;
  }
}
@media (max-width: 1000px) {
  .terms-wrap {
    flex-direction: column;
    width: unset;
  }
  .terms-col-left {
    margin: 0;
    max-width: unset;
    padding: 60px 15px;
  }
  .about-par-sp {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .terms-col-right {
    padding: 60px 15px 60px 40px;
  }
  .term-par::before {
    left: -30px;
  }
  .term-title {
    font-size: 22px;
  }
  .about_sp_head {
    font-size: 32px;
  }
}
.warranty {
  padding: 6.69rem 0 6.69rem calc(6vw + 30px);
  position: relative;
}
.warranty-header {
  margin-bottom: 3.12rem;
  font-family: Bold, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.warranty-header-we {
  color: #7CC34D;
  font-size: 5rem;
  line-height: 100%;
}
.warranty-header-warr {
  padding-left: calc(6vw + 30px);
  color: #ffffff;
  font-size: 7.5rem;
  line-height: 100%;
}
.warranty-wrapper {
  display: flex;
  gap: 3.13rem;
  max-width: 66.0625rem;
}
.warranty-col-left, .warranty-col-right {
  max-width: 37.9375rem;
}
.warranty-col-left-first-title, .warranty-col-left-second-title, .warranty-col-left-third-title, .warranty-col-right-first-title, .warranty-col-right-second-title, .warranty-col-right-third-title {
  position: relative;
  max-width: 15.26rem;
  font-size: 1.875rem;
  font-family: Semi, sans-serif;
  margin-bottom: 1.25rem;
}
.warranty-col-left-first-title:after, .warranty-col-left-second-title:after, .warranty-col-left-third-title:after, .warranty-col-right-first-title:after, .warranty-col-right-second-title:after, .warranty-col-right-third-title:after {
  position: absolute;
  top: 0;
  right: 105%;
  font-family: Bold, sans-serif;
  line-height: 100%;
  font-size: 5rem;
  font-weight: 700;
  color: #7CC34D;
}
.warranty-col-left-first-subtitle, .warranty-col-left-second-subtitle, .warranty-col-left-third-subtitle, .warranty-col-right-first-subtitle, .warranty-col-right-second-subtitle, .warranty-col-right-third-subtitle {
  font-family: Light, sans-serif;
  font-size: 1rem;
  max-width: 29.8rem;
}
.warranty-col-left-first img, .warranty-col-left-second img, .warranty-col-left-third img, .warranty-col-right-first img, .warranty-col-right-second img, .warranty-col-right-third img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 1.56rem 0;
}
.warranty-col-left-first-title, .warranty-col-right-first-title {
  margin-left: 3.56rem;
}
.warranty-col-left-first-title:after, .warranty-col-right-first-title:after {
  content: "1";
}
.warranty-col-left-first-subtitle, .warranty-col-right-first-subtitle {
  margin-left: 3.56rem;
}
.warranty-col-left-second-title, .warranty-col-right-second-title {
  margin-left: 12rem;
}
.warranty-col-left-second-title:after, .warranty-col-right-second-title:after {
  content: "2";
}
.warranty-col-left-second-subtitle, .warranty-col-right-second-subtitle {
  margin-left: 12rem;
}
.warranty-col-left-third img, .warranty-col-right-third img {
  margin-top: 0;
}
.warranty-col-left-third-title, .warranty-col-right-third-title {
  margin-left: 4.2rem;
}
.warranty-col-left-third-title:after, .warranty-col-right-third-title:after {
  content: "3";
}
.warranty-col-left-third-subtitle, .warranty-col-right-third-subtitle {
  margin-left: 4.2rem;
}

@media (max-width: 1500px) {
  .warranty .zebra-bg .white-col {
    display: none;
  }
}
@media (max-width: 1250px) {
  .warranty {
    padding: 60px 30px;
  }
}
@media (max-width: 1200px) {
  .warranty-header-we {
    font-size: 4rem;
  }
  .warranty-header-warr {
    font-size: 5.5rem;
  }
  .warranty-wrapper {
    display: flex;
    gap: 3.13rem;
    max-width: 66.0625rem;
  }
  .warranty-col-left {
    max-width: 37.9375rem;
  }
}
@media (max-width: 1150px) {
  .warranty-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .warranty-col-left, .warranty-col-right {
    max-width: 37.9375rem;
  }
  .warranty-col-left-third, .warranty-col-right-third {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 37rem;
  }
  .warranty-col-left-third img, .warranty-col-right-third img {
    max-width: 18rem;
  }
}
@media (max-width: 865px) {
  .warranty-header-we {
    font-size: 3rem;
  }
  .warranty-header-warr {
    font-size: 3.5rem;
  }
}
@media (max-width: 576px) {
  .warranty-header-we {
    font-size: 1.875rem;
  }
  .warranty-header-warr {
    font-size: 2.25rem;
  }
  .warranty-col-left, .warranty-col-right {
    max-width: 37.9375rem;
  }
  .warranty-col-left-second-title, .warranty-col-right-second-title {
    margin-left: 4.2rem;
  }
  .warranty-col-left-second-subtitle, .warranty-col-right-second-subtitle {
    margin-left: 4.2rem;
  }
  .warranty-col-left-third, .warranty-col-right-third {
    flex-direction: column;
    max-width: 37rem;
  }
  .warranty-col-left-third img, .warranty-col-right-third img {
    max-width: 18rem;
  }
}
.sol-contacts {
  background: white;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 100px 180px;
  gap: 50px;
}

.sol-cont-img-cont {
  max-width: 850px;
  width: 100%;
  aspect-ratio: 850/650;
}
.sol-cont-img-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-container {
  color: #1a1714;
  background: white;
  padding: 50px;
}

.sol-contacts-header {
  color: #1a1714;
  margin-bottom: 30px;
  font-size: 40px;
  font-family: Bold;
  text-align: center;
}

.cont-subheader {
  text-align: center;
  margin-bottom: 40px;
}

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

.input, .textarea {
  background: rgba(124, 195, 77, 0.05);
  color: #1a1714;
  line-height: 1.3;
  border: 1.5px solid rgba(124, 195, 77, 0.35);
  padding: 14px;
  font-size: 16px;
  font-family: Semi;
  outline: none;
  transition: ease 0.3s;
  width: 100%;
}

#submit-wrapper-contactForm {
  width: fit-content;
  margin: 0 auto;
}

.input::placeholder, .textarea::placeholder {
  opacity: 1;
  transition: ease 0.3s;
  color: #1a1714;
  font-family: Semi;
  line-height: 1.3;
  font-size: 16px;
}

.input:focus::placeholder, .textarea:focus::placeholder {
  opacity: 0;
}

.input:focus, .textarea:focus {
  border: 1.5px solid #7CC34D;
}

.submit-btn {
  background: #7CC34D;
  padding: 21px 62px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-family: Semi;
  outline: none;
  border: 0;
  width: fit-content;
  margin: 0 auto;
  transition: ease 0.3s;
  margin-top: 30px;
}

.submit-btn:hover {
  cursor: pointer;
}

.alert-success {
  text-align: center;
  font-size: 20px;
  font-family: Semi;
  color: #7CC34D;
}

@media (max-width: 1300px) {
  .sol-cont-img-cont {
    display: none;
  }
  .sol-contacts {
    padding: 80px;
  }
}
@media (max-width: 1100px) {
  .sol-contacts-header {
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .form {
    gap: 16px;
  }
  .form-container {
    padding: 60px 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .submit-btn {
    font-size: 18px;
    margin-top: 0;
    padding: 16px 50px;
  }
  .cont-subheader {
    margin-bottom: 24px;
  }
  .form-container {
    transform: translate(0, 0);
    position: unset;
  }
  .contacts-img {
    display: none;
  }
  .sol-contacts {
    padding: 30px 60px;
  }
}
@media (max-width: 540px) {
  .sol-contacts {
    padding: 0;
  }
}