.welcome {
  max-width: 1980px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  position: relative;
  aspect-ratio: 16/7;
}

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

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

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

.welc-slide {
  aspect-ratio: 679/365;
}
.welc-slide img {
  max-width: 80vw;
  aspect-ratio: 679/375;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 78%;
}

.swiper-top2 {
  position: relative;
}

.welcome-intro-cont {
  position: absolute;
  left: -20%;
  bottom: 10%;
  background-image: url(../images/bg-tile.webp);
  z-index: 5;
  max-width: 500px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.2);
  border: 1.2px solid;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), transparent) 1;
}

.welcome-intro-block {
  padding: 35px;
  position: relative;
}

.regular-text {
  font-size: 20px;
  line-height: 1.3;
  font-family: Light;
}

.welcome-swiper-nav-btns {
  position: absolute;
  width: 124px;
  height: 62px;
  right: -62px;
  bottom: 37px;
}
.welcome-swiper-nav-btns * {
  width: 62px;
  height: 62px;
}
.welcome-swiper-nav-btns *::after {
  display: none;
}

.mt30 {
  margin-top: 30px;
}

.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;
}

.swiper-green-bg {
  position: absolute;
  bottom: -30px;
  left: -34px;
  background-color: #7CC34D;
  width: 90vw;
  aspect-ratio: 679/375;
}

.h1 {
  position: absolute;
  top: 16%;
  z-index: 2;
  left: calc(6vw + 30px);
}
.h1 * {
  color: #ffffff;
  text-transform: uppercase;
  font-family: Bold;
  text-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
}
.h1 .h1-1 {
  font-size: min(6.2vw, 120px);
  margin-left: 100px;
}
.h1 .h1-2 {
  font-size: min(10.4vw, 200px);
  margin-left: min(36vw, 700px);
}

.prod-welc-slider {
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.swiper-slide {
  display: flex;
}

.swiper-pagination {
  right: 180px;
  left: unset !important;
  bottom: 40px !important;
  width: fit-content !important;
}

.swiper-pagination-bullet {
  border-radius: 0 !important;
  background: rgb(255, 255, 255) !important;
  width: 12px;
  height: 12px;
}

@media (max-width: 1440px) {
  .h1 {
    top: 14%;
  }
  .h1 .h1-2 {
    margin-left: 42vw;
  }
  .welcome-intro-cont {
    max-width: 440px;
  }
  .welcome-intro-block {
    padding: 25px;
  }
  .welcome-swiper-nav-btns {
    height: 53px;
  }
  .regular-text {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .welcome {
    padding: 0;
    aspect-ratio: unset;
  }
  .swiper-container {
    position: unset;
    width: 100%;
  }
  .swiper-pagination {
    display: none;
  }
  .swiper-slide img {
    max-width: 100vw;
  }
  .h1 {
    left: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    font-size: max(6vw, 40px);
    top: 35%;
    transform: translateY(-50%);
  }
  .h1 .h1-1 {
    font-size: unset;
    margin-left: unset;
  }
  .h1 .h1-2 {
    font-size: unset;
    margin-left: unset;
  }
  .welcome-intro-cont {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .white-col {
    width: 0;
    padding: 0;
  }
  .dark-col {
    width: 100%;
  }
  .swiper-green-bg {
    width: 100vw;
    left: 0;
  }
}
@media (max-width: 1260px) {
  .h1 {
    top: 7%;
  }
}
@media (max-width: 1100px) {
  .h1 {
    top: 20%;
  }
}
@media (max-width: 580px) {
  .welcome-swiper-nav-btns {
    top: -51px;
    left: 50%;
    transform: translateX(-50%);
  }
  .welcome-intro-cont {
    max-width: unset;
    border: 0;
  }
  .welcome-intro-block {
    margin-top: 20px;
    padding: 25px 15px;
  }
  .regular-text {
    text-align: center;
  }
  .action-btn {
    margin: 20px auto 0;
  }
  .h1 {
    top: 25vw;
  }
}
.exibits {
  position: relative;
  min-height: 600px;
  padding-top: 100px;
}

.exibits-container {
  z-index: 5;
  position: relative;
  display: flex;
  justify-content: center;
  gap: min(6vw, 130px);
}

.house > .exibits-container {
  margin-left: calc(6vw + 30px);
  justify-content: start;
}

.exibit-img-container {
  position: relative;
  width: fit-content;
  display: flex;
  flex-direction: column;
}
.exibit-img-container img {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.2);
}

.exibit-btn {
  position: absolute;
  right: -30px;
  bottom: -32px;
}

.exibit-btn:hover {
  background: white;
}

.exibit-img-1 {
  width: min(34vw, 730px);
}

.exibit-img-2 {
  width: min(29vw, 615px);
}

.exibit-img-3 {
  width: min(36vw, 760px);
}

.exibit-img-4 {
  width: min(25vw, 540px);
}

.exibit-title {
  text-transform: uppercase;
  font-size: 22px;
  margin: 30px 0 14px;
  font-family: Bold;
}

.exibit-address {
  font-family: Light;
}

.exibit2 {
  margin-top: 5vw;
  margin-bottom: -11vw;
  color: #1a1714;
}

.exibit-black {
  color: #1a1714;
}

.exibit3 {
  margin-top: 9vw;
  color: #1a1714;
}

.exibits-white {
  background: white;
  padding: 140px 0;
}

.exibits-white {
  min-height: 600px;
  background: white;
}

@media (max-width: 1300px) {
  .exibits-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    margin-left: unset;
  }
  .house > .exibits-container {
    margin-left: unset;
  }
  .exibit-img-container {
    width: 600px;
    height: 600px;
  }
  .exibit-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .exibit2 {
    margin-bottom: -92px;
  }
  .exibits-white {
    padding: 180px 0 80px;
  }
}
@media (max-width: 768px) {
  .exibits {
    background: white;
    color: #1a1714;
    padding-left: 15px;
    padding-right: 15px;
  }
  .exibit-img-container {
    width: 100%;
    height: unset;
    aspect-ratio: 1;
  }
  .exibit-btn {
    right: calc(50% - 120px);
  }
  .exibit-title {
    margin: 50px 0 8px;
  }
  .exibit {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .exibits-container {
    gap: 40px;
  }
  .exibits-white {
    padding-top: 130px;
  }
  .exibit2 {
    margin-bottom: -80px;
  }
}
.house {
  position: relative;
}

.exibit-img-5 {
  width: min(54vw, 1000px);
}

.exibit-last {
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 80px 0;
}

.exibit-btn-last {
  position: absolute;
  right: -160px;
  bottom: 16%;
}

.exibit-btn-last:hover {
  background-image: url(../images/bg-tile.webp);
}

@media (max-width: 1600px) {
  .exibit-img-5 {
    width: 48vw;
  }
}
@media (max-width: 1300px) {
  .exibit-last {
    flex-direction: column;
    align-items: unset;
    gap: 0;
  }
  .exibit-btn-last {
    position: absolute;
    right: -30px;
    bottom: -32px;
  }
}
@media (max-width: 768px) {
  .house {
    background: white;
    padding: 0 15px;
    color: #1a1714;
  }
  .exibit-btn-last {
    right: calc(50% - 120px);
  }
  .exibit-box {
    text-align: center;
  }
  .exibit-last {
    padding: 0 0 60px;
  }
}
.elegance {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 100px 0;
  aspect-ratio: 16/8;
  background: #ffffff;
}

.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;
}

.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;
    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;
  }
}
@media (max-width: 460px) {
  .elegance {
    aspect-ratio: 16/9;
  }
  .eleg-text {
    font-size: 8vw;
  }
}
.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: coverd;
}

.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;
  }
}
.case {
  position: relative;
  margin-bottom: -80px;
}

.case-inner {
  margin-left: calc(6vw + 30px);
  margin-right: 18vw;
  display: flex;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.case-img-container {
  width: 50%;
  min-width: 50%;
  aspect-ratio: 784/820;
  display: flex;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.3);
}
.case-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-header {
  font-size: 60px;
  font-family: Bold;
  text-transform: uppercase;
}

.case-subheader {
  font-family: Semi;
  line-height: 1.3;
  margin: 30px 0 20px;
}

.case-description {
  margin-right: 50px;
}

.case-par {
  margin-bottom: 10px;
}

@media (max-width: 1500px) {
  .case-header {
    font-size: 40px;
  }
}
@media (max-width: 1300px) {
  .case-inner {
    margin-left: 30px;
  }
}
@media (max-width: 1100px) {
  .case-inner {
    margin: 30px;
  }
}
@media (max-width: 940px) {
  .case {
    margin-bottom: unset;
  }
  .case-inner {
    flex-direction: column;
  }
  .case-img-container {
    width: 100%;
    max-width: 600px;
    aspect-ratio: 1;
  }
}
@media (max-width: 940px) {
  .case-inner {
    margin: 10px 15px 30px;
  }
}
@media (max-width: 768px) {
  .case {
    padding-bottom: 10px;
  }
  .case-header {
    font-size: 25px;
  }
  .case-description {
    margin-right: unset;
  }
  .case-subheader {
    margin: 10px 0 8px;
  }
  .case-inner {
    gap: 20px;
    margin: 10px 15px;
  }
}
.variant {
  background: white;
  color: #1a1714;
  padding-top: 160px;
}

.variant-inner {
  padding-left: calc(6vw + 30px);
  padding-right: 18vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 200px;
}

.var-p {
  margin-bottom: 10px;
}

.variant-header {
  font-size: 50px;
  font-family: Bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.var-row {
  margin-left: 30px;
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
.var-row svg {
  height: 14px;
  width: 14px;
  min-height: 14px;
  min-width: 14px;
  margin-top: 3px;
}

.var-table {
  position: relative;
  z-index: 1;
}

.var-content {
  background-image: url(../images/bg-tile.webp);
  padding: 30px 30px 10px;
  min-width: 400px;
  position: relative;
  z-index: 1;
}

.var-table::before {
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 100%;
  height: 100%;
  background: #7CC34D;
  content: "";
  z-index: -1;
}

.var-row-text {
  color: rgba(238, 234, 229, 0.6);
}

.var-row-title {
  margin-bottom: 10px;
  color: #ffffff;
  font-family: Semi;
}

@media (max-width: 1300px) {
  .variant {
    padding-bottom: 100px;
  }
  .variant-inner {
    gap: 100px;
    padding: 0 30px;
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .var-content {
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .variant-inner {
    padding: 0 15px;
  }
  .variant {
    padding: 60px 0;
  }
  .variant-header {
    font-size: 25px;
    margin-bottom: 20px;
  }
}