@font-face {
  font-family: "Light";
  font-display: swap;
  font-style: normal;
  src: url(../fonts/commissioner-light.woff2);
}
@font-face {
  font-family: "Regular";
  font-display: swap;
  font-style: normal;
  src: url(../fonts/commissioner-regular.woff2);
}
@font-face {
  font-family: "Semi";
  font-display: swap;
  font-style: normal;
  src: url(../fonts/commissioner-semi.woff2);
}
@font-face {
  font-family: "Bold";
  font-display: swap;
  font-style: normal;
  src: url(../fonts/commissioner-bold.woff2);
}
.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%;
}

.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: 20%;
  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);
}
.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;
  }
  .welcome .zebra-bg .white-col {
    display: none;
  }
}
@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;
  }
  .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: 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;
  }
}
.why {
  max-width: 1980px;
  margin: 0 auto;
  padding: 70px 30px 100px;
  display: flex;
  position: relative;
  top: -1px;
}

.why-header {
  text-transform: uppercase;
  font-family: Bold;
  font-size: 45px;
  max-width: 580px;
  margin-bottom: 30px;
  line-height: 1.2;
}

.why-left-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.why-right-col {
  padding-bottom: 265px;
  position: relative;
}

.why-subhead {
  max-width: 610px;
  margin-bottom: 70px;
}

.why-inner {
  width: min(80vw, 1500px);
  padding-left: 6vw;
  display: flex;
  position: relative;
  justify-content: space-around;
  z-index: 1;
}

.box {
  width: 265px;
  height: 265px;
  padding: 25px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1.2px solid;
}
.box .regular {
  font-family: Light;
}

.box-bottom-left {
  background: linear-gradient(60deg, rgba(71, 67, 63, 0.35) 0%, rgba(71, 67, 63, 0) 100%);
  border-image: linear-gradient(44deg, rgba(192, 200, 214, 0.3), transparent) 1;
}

.box-bottom-right {
  background: linear-gradient(360deg, rgba(71, 67, 63, 0.35) 0%, rgba(71, 67, 63, 0) 100%);
  border-image: linear-gradient(345deg, rgba(192, 200, 214, 0.3), transparent) 1;
}

.box-top-left {
  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;
}

.boxes {
  display: flex;
}

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

.why-h3 {
  font-size: 20px;
  line-height: 1.15;
  font-family: Bold;
  margin-bottom: 14px;
}

.box-floating {
  position: absolute;
  left: -100%;
  top: 0;
}

.green-bg-top-pos {
  display: none;
}

.why-consult {
  position: absolute;
  z-index: 2;
  right: 15vw;
  bottom: 20%;
}

.why-width {
  display: flex;
}

@media (max-width: 1440px) {
  .why .zebra-bg {
    display: none;
  }
  .why-inner {
    background-image: url(../images/bg-tile.webp);
    width: 100vw;
  }
  .green-bg-top-pos {
    position: absolute;
    width: 18vw;
    height: 60px;
    background-color: #7CC34D;
    z-index: 1;
    top: -59px;
    right: 0;
    display: none;
  }
  .why-consult {
    right: 50%;
    bottom: -32px;
    transform: translateX(50%);
  }
  .why-consult:hover {
    background: #1a1714;
  }
}
@media (max-width: 1300px) {
  .why-inner {
    padding-left: 0;
  }
}
@media (max-width: 1100px) {
  .why {
    padding: 120px 30px 90px;
  }
  .why-inner {
    flex-direction: column;
    align-items: center;
  }
  .box-floating {
    position: unset;
  }
  .why-right-col {
    display: flex;
    padding-bottom: 0;
  }
  .why-left-col {
    align-items: center;
    margin-bottom: 30px;
  }
  .why-h3 {
    color: #7CC34D;
    margin-bottom: 8px;
  }
  .why-header {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
  }
  .why-subhead {
    text-align: center;
    margin-bottom: 40px;
  }
  .why-width {
    display: unset;
  }
}
@media (max-width: 860px) {
  .why-subhead {
    margin-bottom: 30px;
  }
  .box-img {
    display: none;
  }
  .why-right-col, .boxes {
    gap: 20px;
  }
  .box {
    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;
  }
}
@media (max-width: 860px) {
  .why {
    padding: 120px 15px 90px;
  }
  .boxes, .why-right-col {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .why-header {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .why-subhead {
    margin-bottom: 20px;
  }
  .box {
    height: unset;
    width: 300px;
    padding: 20px;
  }
  .why-left-col {
    margin-bottom: 20px;
  }
}
@media (max-width: 420px) {
  .box {
    height: unset;
    width: 90vw;
  }
}
.types {
  background: white;
  margin-top: -1px;
  color: #1a1714;
}

.types-inner {
  padding: 100px 6vw;
}

.types-header {
  color: #1a1714;
  margin-bottom: 30px;
  font-size: 40px;
  font-family: Bold;
}

.types-subheader {
  color: #1a1714;
  max-width: 560px;
  margin-bottom: 20px;
}

.types-head-block, .types-sliding-body {
  margin: 0 30px;
}

.type-row {
  display: flex;
  gap: 3vw;
  padding: 35px 0;
  border-bottom: 2px solid #1a1714;
}

.type-row-head {
  font-family: Bold;
  font-size: 25px;
  text-transform: uppercase;
  transition: ease 0.6s;
}

.type-row-right-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.type-row-left-col {
  width: 300px;
  min-width: 300px;
  aspect-ratio: 3/2;
  transition: ease 0.6s;
}
.type-row-left-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease 0.6s;
}

.figs {
  display: flex;
  transition: ease 0.6s;
  width: 100%;
}

.fig-group {
  display: flex;
  transition: ease 0.6s;
  width: 50%;
}

.fig-block {
  display: flex;
  align-items: center;
  font-family: Semi;
  width: 260px;
  transition: ease 0.6s;
  flex-grow: 1;
  max-height: 20px;
}
.fig-block img {
  margin-right: 10px;
}

.fig-group2 {
  position: absolute;
  left: 50%;
  bottom: 0;
}

.par-top {
  position: absolute;
  top: 0;
  left: 420px;
  max-width: 420px;
  transition: ease 0.6s;
}

.par-bottom {
  position: absolute;
  transition: ease 0.6s;
  left: 800px;
  top: 160px;
  z-index: -1;
  opacity: 0;
  max-width: 460px;
}

.type-row-active .type-row-left-col {
  width: 600px;
  transition: ease 0.6s;
  min-width: 600px;
}
.type-row-active .type-row-right-col .type-row-head {
  font-size: 44px;
}
.type-row-active .type-row-right-col .fig-group {
  flex-grow: unset;
  width: unset;
}
.type-row-active .type-row-right-col .fig-block {
  flex-grow: unset;
}
.type-row-active .type-row-right-col .fig-group2 {
  position: absolute;
  left: 0;
  bottom: 40px;
}
.type-row-active .type-row-right-col .par-top {
  top: 80px;
  left: 0;
}
.type-row-active .type-row-right-col .par-bottom {
  opacity: 1;
  z-index: 1;
  left: 0;
  top: 160px;
}

.garden-row {
  padding: 35px 0;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #1a1714;
  gap: 5vw;
}
.garden-row img {
  max-width: 550px;
  aspect-ratio: 550/200;
  object-fit: contain;
}

.garden-row:first-child {
  border-top: 2px solid #1a1714;
}

.garden-row-reverse {
  flex-direction: row-reverse;
}

.garden-title {
  font-size: 25px;
  font-family: Bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.garden-sub {
  margin-bottom: 50px;
}

@media (max-width: 1300px) {
  .type-row-active .type-row-right-col .type-row-head {
    font-size: 32px;
  }
  .type-row-active .type-row-right-col .fig-group2 {
    position: unset;
  }
  .type-row-left-col {
    width: 600px;
    transition: ease 0.6s;
    min-width: 600px;
  }
  .type-row {
    flex-direction: column;
    gap: 20px;
    border: 0;
  }
  .types-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .types-header {
    margin-bottom: 10px;
  }
  .types-subheader {
    text-align: center;
    max-width: 610px;
    margin-bottom: 0;
  }
  .type-row-right-col {
    justify-content: unset;
  }
  .type-row-right-col .figs {
    flex-direction: column;
    row-gap: 10px;
    margin-top: 20px;
  }
  .type-row-right-col .type-row-head {
    text-align: center;
    margin-bottom: 10px;
    font-size: 32px;
  }
  .type-row-right-col .fig-group {
    position: unset;
    width: unset;
    justify-content: space-around;
  }
  .type-row-right-col .fig-block {
    flex-grow: unset;
  }
  .type-row-right-col .fig-group2 {
    position: unset;
  }
  .type-row-right-col .par-top {
    position: unset;
    max-width: 600px;
    margin-bottom: 10px;
    text-align: center;
  }
  .type-row-right-col .par-bottom {
    text-align: center;
    position: unset;
    max-width: 600px;
    opacity: 1;
    z-index: 1;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .garden-row-reverse {
    flex-direction: row;
  }
  .garden-row img {
    max-width: 400px;
  }
}
@media (max-width: 1100px) {
  .types-header {
    font-size: 36px;
    text-align: center;
  }
  .type-row-head {
    font-size: 28px;
  }
}
@media (max-width: 1000px) {
  .garden-row, .garden-row-reverse {
    flex-direction: column;
  }
  .garden-text-box {
    text-align: center;
  }
  .garden-title {
    margin-bottom: 8px;
  }
}
@media (max-width: 860px) {
  .types-sliding-body, .types-head-block {
    margin: 0;
  }
  .garden-row {
    margin: 0 -40px;
    padding: 35px 15px;
    border: 0;
  }
  .garden-row:first-child {
    border: 0;
  }
  .garden-sub {
    margin-bottom: 10px;
  }
  .types-header {
    font-size: 25px;
  }
  .type-row-right-col .type-row-head, .type-row-active .type-row-right-col .type-row-head {
    font-size: 20px;
  }
  .type-row-left-col, .type-row-active .type-row-left-col {
    min-width: unset;
    max-width: 600px;
    width: 100%;
  }
  .type-row-active .type-row-right-col .fig-group {
    flex-wrap: wrap;
    gap: 10px;
  }
  .type-row-right-col .fig-group {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.variations {
  position: relative;
  margin-top: -1px;
}

.var {
  display: flex;
}

.var-left-col {
  width: 40%;
  padding: 100px 0;
}

.white-color {
  color: #ffffff;
}

.var-right-col {
  width: 60%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.var-left-col-inner {
  margin-left: calc(6vw + 30px);
}

.var-title-cont {
  display: flex;
  align-items: center;
  margin: 10px 0 30px;
}

.var-title {
  font-size: 40px;
  font-family: Bold;
  margin-right: 24px;
}

.var-lable {
  background-color: #F62C30;
  border-radius: 5px;
  padding: 5px 20px;
  margin-top: 2px;
}

.var-desc {
  max-width: 450px;
  margin-bottom: 20px;
}

.var-desc-slide {
  display: flex;
  flex-direction: column;
}

.var-desc-first-p {
  margin-bottom: 20px;
}

.fig-cont {
  display: flex;
  width: 40%;
}

.fig-col img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.fig-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: Semi;
}

.var-figure {
  display: flex;
  row-gap: 20px;
  column-gap: 50px;
  flex-wrap: wrap;
}

.var-desc-figures {
  padding: 35px 50px;
  margin-top: 30px;
  background: linear-gradient(90deg, rgba(71, 67, 63, 0.35) 0%, rgba(71, 67, 63, 0) 100%);
  border: 1.2px solid;
  border-image: linear-gradient(90deg, rgba(218, 222, 227, 0.3), transparent) 1;
}

.fig-param {
  font-size: 16px;
  color: rgba(237, 238, 229, 0.6);
  font-family: Light;
}

.var-desc-slide {
  max-width: 490px;
}

.swiper-img {
  max-width: 650px;
}

.var-img-slide img {
  max-width: 650px;
}

.var-slider-controls {
  color: #1a1714;
  display: flex;
  margin: 50px 0;
  align-items: center;
}

.prev-btn img {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.next-btn img {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
}

.prev-btn:hover, .next-btn:hover {
  cursor: pointer;
}

.fraction-pagination {
  font-size: 28px;
  font-family: Semi;
  position: relative;
  margin: 10px 50px 0;
}

.swiper-pagination-current {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: -12px;
}

.swiper-pagination-total {
  position: absolute;
  font-size: 20px;
  color: #8F8D8C;
  bottom: 0;
  right: -12px;
}

.var-desc-slide {
  background-image: url(../images/bg-tile.webp);
}

.var-img-slide {
  background: white;
}

.swiper-desc .swiper-slide {
  opacity: 0 !important;
}

.swiper-desc .swiper-slide-active {
  opacity: 1 !important;
}

@media (max-width: 1450px) {
  .var-left-col {
    width: 50%;
  }
  .var-right-col {
    width: 50%;
  }
  .swiper-img {
    max-width: 500px;
  }
  .var-img-slide img {
    max-width: 500px;
    max-height: 340px;
  }
}
@media (max-width: 1300px) {
  .var-left-col-inner {
    margin-left: 30px;
  }
}
@media (max-width: 1100px) {
  .var-right-col, .var-left-col {
    width: 100%;
  }
  .var-btn, .insert {
    display: none;
  }
  .var-left-col-inner {
    margin: 0 30px;
  }
  .variations {
    background: white;
  }
  .types-header {
    color: #1a1714;
    margin-bottom: 40px;
  }
  .swiper-desc {
    margin: 0 auto;
    max-width: 490px;
  }
  .var-title-cont {
    margin: 0 auto;
  }
  .var-desc-slide {
    color: #1a1714;
    background: unset;
  }
  .var-desc-slide .regular {
    text-align: center;
  }
  .var-desc-figures {
    background: unset;
    border: 0;
  }
  .fig-param {
    color: #565656;
  }
  .fig-col img {
    margin-top: 4px;
  }
  .var-lable {
    color: #ffffff;
  }
  .var-slider-controls {
    margin: 50px 0 30px;
  }
  .var-desc-first-p {
    margin: 10px 0;
  }
}
@media (max-width: 860px) {
  .var-title {
    font-size: 22px;
    margin-right: 13px;
  }
  .var-lable {
    font-size: 14px;
    padding: 2px 12px;
  }
  .var-left-col {
    padding: 60px 0 0;
  }
}
@media (max-width: 560px) {
  .var-left-col-inner {
    margin: 0 15px;
  }
  .var-img-slide img {
    max-width: 320px;
    max-height: 220px;
  }
  .var-desc-figures {
    margin: 0 auto;
    max-width: 260px;
  }
  .fig-cont {
    width: unset;
  }
  .fig-title {
    font-size: 16px;
  }
  .fig-param {
    font-size: 14px;
  }
}
.colours {
  display: flex;
}

.colours-left {
  width: 40%;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 15px;
  padding-left: calc(6vw + 30px);
}

.colours-right {
  width: 60%;
}

.colours-subheader {
  color: #1a1714;
  font-size: 16px;
  line-height: 1.3;
  max-width: 380px;
}

.tile {
  aspect-ratio: 1;
  width: 55px;
}
.tile:hover {
  cursor: pointer;
}

.colours-tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  max-width: 310px;
}

.colour-block-title {
  color: #1a1714;
  font-family: Semi;
  font-size: 22px;
  margin: 30px 0 20px;
}

.colour-img-cont, .colour-palete-cont {
  position: relative;
}

.check::after {
  position: absolute;
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='22' width='30'><path d='M29.2533 0.694474C28.3283 -0.231783 26.8262 -0.231199 25.8999 0.694474L10.8074 15.7876L4.09944 9.07967C3.17318 8.15341 1.67173 8.15341 0.745475 9.07967C-0.180783 10.0059 -0.180783 11.5074 0.745475 12.4336L9.13009 20.8182C9.59292 21.2811 10.1998 21.5131 10.8068 21.5131C11.4137 21.5131 12.0212 21.2817 12.484 20.8182L29.2533 4.04838C30.1796 3.12276 30.1796 1.62067 29.2533 0.694474Z' fill='%237CC34D'/></svg>");
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.colours-right {
  position: relative;
}

.colour-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.color-legend {
  height: 80px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 14px 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.color-name {
  font-size: 18px;
  font-family: Semi;
}

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

.legend-c110 {
  background: url("../images/colours/c110.webp");
}

.legend-s110 {
  background: url("../images/colours/s110.webp");
}

.legend-d101 {
  background: url("../images/colours/d101.webp");
}

.legend-d207 {
  background: url("../images/colours/d207.webp");
}

.legend-d825 {
  background: url("../images/colours/d825.webp");
}

.legend-e137 {
  background: url("../images/colours/e137.webp");
}

.legend-m102 {
  background: url("../images/colours/m102.webp");
}

.legend-m103 {
  background: url("../images/colours/m103.webp");
}

.legend-m332 {
  background: url("../images/colours/m332.webp");
}

.legend-o102 {
  background: url("../images/colours/o102.webp");
}

.legend-ral_7012 {
  background: url("../images/colours/ral_7012.webp");
}

.legend-ral_7016 {
  background: url("../images/colours/ral_7016.webp");
}

.legend-ral_7021 {
  background: url("../images/colours/ral_7021.webp");
}

.legend-ral_7022 {
  background: url("../images/colours/ral_7022.webp");
}

.legend-ral_7026 {
  background: url("../images/colours/ral_7026.webp");
}

.legend-ral_8014 {
  background: url("../images/colours/ral_8014.webp");
}

.legend-ral_8015 {
  background: url("../images/colours/ral_8015.webp");
}

.legend-ral_8016 {
  background: url("../images/colours/ral_8016.webp");
}

.legend-w205 {
  background: url("../images/colours/w205.webp");
}

.legend-white {
  background: url("../images/colours/white-legend.webp");
}

@media (max-width: 1450px) {
  .colours-left, .colours-right {
    width: 50%;
  }
}
@media (max-width: 1100px) {
  .colours-left, .colours-right {
    width: 100%;
  }
  .colours {
    flex-direction: column;
  }
  .colours-right {
    aspect-ratio: 1/1;
  }
  .colours-left {
    padding: 60px 30px;
    align-items: center;
  }
  .colours-blocks {
    display: flex;
    gap: 30px;
  }
  .colours-subheader {
    max-width: 600px;
    text-align: center;
    margin-bottom: 20px;
  }
  .types-header {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .colours-blocks {
    flex-direction: column;
  }
  .colours-left {
    padding: 15px;
  }
  .colours-blocks {
    gap: 0;
  }
  .colours-subheader {
    margin-bottom: 0;
  }
  .colour-block-title {
    margin: 20px 0 6px;
  }
  .colour-palete-cont {
    display: flex;
  }
  .color-legend {
    width: calc(100% - 20px);
    margin: 10px;
    padding: 10px 20px;
    height: 68px;
    gap: 4px;
  }
}
.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;
  }
}
.opening {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.opening-header {
  margin-bottom: 50px;
  max-width: 72vw;
  color: #ffffff;
}

.opening-container {
  padding: 100px 0;
  margin-left: calc(6vw + 30px);
  margin-right: calc(6vw + 30px);
  position: relative;
}

.opening-blocks {
  display: flex;
  justify-content: space-between;
  max-width: 64vw;
}

.open-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.open-img {
  height: 110px;
  margin-bottom: 20px;
}

.open-desc {
  font-size: 22px;
  font-family: Semi;
}

@media (max-width: 1300px) {
  .opening-container {
    margin: 0 30px;
  }
  .opening-zebra {
    display: none;
  }
  .opening-header {
    max-width: unset;
    text-align: center;
  }
  .opening-blocks {
    max-width: unset;
    justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .opening-blocks {
    flex-wrap: wrap;
  }
  .opening-header {
    margin-bottom: 0;
  }
  .open-block {
    margin: 25px 15px;
  }
  .open-desc {
    font-size: 18px;
  }
}
.supplements {
  position: relative;
  padding: 100px 0;
}

.suplement-container {
  margin-left: calc(6vw + 30px);
  margin-right: calc(6vw + 30px);
  position: relative;
  z-index: 1;
}

.supplement-header {
  color: #ffffff;
  text-align: center;
  margin-bottom: 70px;
}

.supplements-boxes {
  display: flex;
  justify-content: space-between;
  max-width: 78vw;
  margin: 0 auto;
}

.suplement-box {
  width: 18vw;
  aspect-ratio: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 22px;
  font-family: Semi;
  overflow: hidden;
}

.suplement-img {
  transition: ease 0.6s;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.supplement-title {
  position: relative;
}

.sup-shad {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 23, 20, 0.5);
  transition: ease 0.6s;
}

.suplement-box:visited {
  color: #ffffff;
}

.suplement-box:hover .suplement-img {
  transform: scale(1.2);
}
.suplement-box:hover .sup-shad {
  background-color: rgba(26, 23, 20, 0.1);
}

@media (max-width: 1100px) {
  .suplement-container {
    margin: 0 30px;
  }
  .supplement-header {
    margin-bottom: 30px;
  }
  .supplements-boxes {
    max-width: unset;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .suplement-box {
    margin: 15px;
    width: 310px;
  }
}
@media (max-width: 460px) {
  .supplement-header {
    margin-bottom: 10px;
  }
  .suplement-box {
    width: 300px;
    margin: 10px;
    aspect-ratio: 4/3;
  }
  .sup-shad {
    background-color: rgba(26, 23, 20, 0.3);
  }
}
.brands {
  position: relative;
  padding: 100px 0;
}

.brand-box {
  position: relative;
  width: 247px;
  height: 120px;
  transition: ease 0.6s;
}

.brands-container {
  margin-left: calc(6vw + 30px);
  margin-right: 18vw;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.brands-header {
  color: #ffffff;
  margin-bottom: 70px;
}

.brand-box, .brand-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 247px;
  height: 120px;
}

.brand-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.brands-group {
  display: flex;
  gap: 20px;
}

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

.brands-blocks {
  display: flex;
  gap: 20px;
}

.brand-text {
  position: absolute;
  padding: 100px 20px 0;
  top: 0;
  background: url(../images/bg-tile.webp);
  border: 1.2px solid rgba(255, 255, 255, 0.3);
  height: 120px;
  transition: ease 0.6s;
  color: #8f8d8c;
  overflow: hidden;
  z-index: 4;
}
.brand-text p {
  opacity: 0;
  transition: ease 0.6s;
}

.brand-box-bottom {
  z-index: 1;
  position: relative;
}

.brand-box-top:hover {
  cursor: pointer;
  transition: ease 0.6s;
}
.brand-box-top:hover .brand-text {
  height: 260px;
}
.brand-box-top:hover .brand-text p {
  opacity: 1;
}

.brand-box-bottom:hover {
  cursor: pointer;
  transition: ease 0.6s;
  margin-top: -140px;
  z-index: 6;
}
.brand-box-bottom:hover .brand-text {
  height: 260px;
}
.brand-box-bottom:hover .brand-text p {
  opacity: 1;
}

@media (max-width: 1300px) {
  .brands-container {
    margin: 0 30px;
  }
  .brands-blocks {
    flex-direction: column;
  }
  .brands-header {
    margin-bottom: 40px;
  }
  .brand-box-bottom:hover {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .brands {
    padding: 0 0 60px;
  }
}
@media (max-width: 540px) {
  .brands-header {
    margin-bottom: 20px;
  }
  .brands-group {
    flex-direction: column;
  }
  .brand-inner img {
    max-width: 140px;
  }
  .brand-text, .brand-box, .brand-inner {
    height: 100px;
  }
  .brand-text {
    padding: 90px 15px 0;
  }
  .brand-box-bottom:hover .brand-text {
    height: 220px;
  }
  .brand-box-top:hover .brand-text {
    height: 220px;
  }
}
.portfolio {
  position: relative;
  padding: 100px 0 120px;
}

.portfolio-header {
  color: #ffffff;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.portfolio-swiper-container {
  width: 1350px;
  position: relative;
  margin: 0 auto;
}

.portfolio-slide {
  width: 430px;
  max-width: 430px;
  aspect-ratio: 1;
  overflow: hidden;
  color: #ffffff;
  text-decoration: underline;
}

.port-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease-out 0.6s;
  transform: scale(1.2);
}

.port-slide-body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 23, 20, 0.6);
  opacity: 0;
  padding: 30px 30px 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: ease-out 0.6s;
}

.port-slide-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.port-slide-title {
  font-size: 22px;
  font-family: Semi;
  margin-bottom: 5px;
}

.port-slide-subtitle {
  font-family: Light;
  font-style: italic;
  margin-bottom: 14px;
}

.port-row {
  display: flex;
  column-gap: 10%;
  width: 100%;
  margin-bottom: 10px;
}

.port-col {
  width: 40%;
}

.port-col2 {
  font-family: Light;
  line-height: 1.3;
}

.portfolio-scrollbar {
  max-width: 600px;
  margin: 0 auto;
  background: #494239;
  left: 50% !important;
  transform: translateX(-50%);
  bottom: -40px !important;
  z-index: 5 !important;
}

.swiper-scrollbar-drag {
  background: #7CC34D;
  height: 8px;
  top: -2px;
  border-radius: 0;
}

.portfolio-navigation {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  z-index: 5;
  width: 110px;
}
.portfolio-navigation .port-prev {
  background: #7CC34D;
  padding: 26px 28px;
}
.portfolio-navigation .swiper-button-prev:after {
  font-size: 30px;
  color: white;
  font-weight: bold;
}
.portfolio-navigation .port-next {
  background: #7CC34D;
  padding: 26px 28px;
}
.portfolio-navigation .swiper-button-next:after {
  font-size: 30px;
  color: white;
  font-weight: bold;
}

.portfolio-slide:hover .port-slide-body {
  opacity: 1;
}
.portfolio-slide:hover .port-slide-img {
  transform: scale(1);
}

@media (max-width: 1440px) {
  .portfolio-swiper-container {
    width: 1080px;
  }
  .portfolio-slide {
    max-width: 340px;
  }
  .port-slide-body {
    padding: 20px 20px 10px 20px;
  }
}
@media (max-width: 1170px) {
  .portfolio-swiper-container {
    width: 700px;
  }
  .port-slide-body {
    opacity: 1;
  }
}
@media (max-width: 800px) {
  .portfolio-swiper-container {
    width: 340px;
  }
  .portfolio {
    padding: 60px 0 70px;
  }
  .portfolio-header {
    margin-bottom: 20px;
  }
  .portfolio-scrollbar {
    bottom: -20px !important;
  }
  .port-col {
    font-size: 14px;
  }
}
@media (max-width: 460px) {
  .portfolio-scrollbar {
    display: none;
  }
  .portfolio-navigation {
    top: unset;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
  }
  .portfolio-navigation {
    bottom: 14px;
  }
}
.faq {
  background: white;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
}

.faq-header {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 70px;
}

.faq-body {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-block {
  border: 2px solid;
  border-image: linear-gradient(90deg, #7CC34D, transparent) 1;
}

.faq-block-title {
  position: relative;
  display: block;
  width: 100%;
  margin: 20px;
  font-size: 22px;
  color: #1a1714;
  font-family: Semi;
  box-sizing: border-box;
}

.faq-block-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-block-top:hover {
  cursor: pointer;
}

.faq-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease 0.6s;
}
.faq-ico svg {
  height: 12px;
}

.faq-block .faq-block-content {
  max-height: 0;
  height: auto;
  padding-left: 20px;
  overflow: hidden;
  opacity: 0;
  transition: max-height 700ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  max-width: 90%;
}
.faq-block.open .faq-block-content {
  opacity: 1;
  color: #1a1714;
  max-height: 50em;
  transition: max-height 700ms cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 800ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.faq-block.open .faq-ico {
  transform: rotate(180deg);
}

@media (max-width: 1200px) {
  .faq-body {
    width: 80vw;
  }
}
@media (max-width: 768px) {
  .faq {
    flex-direction: column;
    padding: 60px 15px;
  }
  .faq-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .faq-header {
    margin-bottom: 30px;
  }
  .faq-body {
    width: 100%;
    gap: 10px;
  }
  .faq-block-title {
    font-size: 16px;
    margin: 14px;
  }
  .faq-block .faq-block-content {
    padding-left: 14px;
  }
}
.seo-text {
  position: relative;
}

.seo-container {
  padding: 130px 6vw 280px;
}

.seo-img {
  width: max(52vw, 766px);
  max-width: 1000px;
  aspect-ratio: 766/522;
  margin-left: 30px;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  position: relative;
}
.seo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}

.seo-img::after {
  position: absolute;
  content: "";
  background: #7CC34D;
  width: max(50vw, 766px);
  max-width: 960px;
  aspect-ratio: 766/522;
  top: -35px;
  right: -35px;
  z-index: 0;
}

.seo-body-box {
  position: absolute;
  right: 6vw;
  top: 290px;
  padding: 50px;
  background: #363331;
  z-index: 2;
  border: 1.2px solid;
  border-image: linear-gradient(90deg, rgba(218, 222, 227, 0.3), transparent) 1;
}

.seo-header {
  color: white;
  margin-bottom: 16px;
}

.seo-intro {
  max-width: 600px;
  font-family: Light;
}

.seo-read-more {
  font-size: 20px;
  font-family: Semi;
  margin-top: 24px;
  transition: ease 0.3s;
  color: white;
  width: fit-content;
  z-index: 5;
  position: relative;
  color: #7CC34D;
}

.seo-read-more:visited {
  color: white;
}

.seo-read-more:hover {
  color: white;
  cursor: pointer;
}

.seo-modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 20;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
}

.seo-modal-block {
  background-image: url(../images/bg-tile.webp);
  padding: 30px;
  max-width: 700px;
  margin: 30px;
  max-height: 86dvh;
  overflow-y: scroll;
  position: relative;
}

.seo-modal-block::-webkit-scrollbar {
  width: 6px;
}

.seo-modal-block::-webkit-scrollbar-track {
  background: #ffffff;
}

.seo-modal-block::-webkit-scrollbar-thumb {
  background: #7CC34D;
}

.closeModal {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 36px;
  transition: ease 0.3s;
}

.closeModal:hover {
  color: #7CC34D;
  cursor: pointer;
}

.close-modal-btn {
  text-transform: uppercase;
  font-size: 20px;
  font-family: Semi;
  margin: 0 auto;
  color: #7CC34D;
  transition: ease 0.3s;
  margin-top: 24px;
  width: fit-content;
}

.close-modal-btn:hover {
  color: #ffffff;
  cursor: pointer;
}

.seo-paragraph {
  margin-bottom: 6px;
}

.seo-head-h3 {
  font-family: Semi;
  margin: 26px 0 16px;
  font-size: 18px;
  text-transform: uppercase;
  color: #7CC34D;
  text-align: center;
}

.seo-modal-text ul {
  margin-left: 24px;
}
.seo-modal-text ul li {
  margin-bottom: 6px;
}

.seo-head-h4 {
  font-family: Semi;
  margin: 18px 0 6px;
}

@media (max-width: 1200px) {
  .seo-body-box {
    top: 360px;
    padding: 30px;
  }
  .seo-intro {
    max-width: 500px;
  }
}
@media (max-width: 1100px) {
  .seo-text {
    padding-bottom: 80px;
  }
  .seo-body-box {
    position: unset;
    width: 94vw;
    max-width: 560px;
    margin: -40px auto 0;
  }
  .seo-container {
    padding: 130px 6vw 0;
    z-index: -1;
    position: relative;
  }
  .seo-img {
    margin: 0 auto;
    display: flex;
  }
}
@media (max-width: 768px) {
  .seo-img, .seo-img::after {
    width: 100%;
  }
}
@media (max-width: 636px) {
  .seo-body-box {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
  .seo-container {
    padding: 60px 15px 0;
  }
  .seo-img::after {
    top: -15px;
    right: -15px;
  }
  .seo-text {
    padding-bottom: 50px;
  }
}
@media (max-width: 460px) {
  .seo-body-box {
    padding: 15px;
  }
  .seo-read-more {
    font-size: 16px;
  }
  .seo-modal-block {
    margin: 10px;
    padding: 10px 10px 24px;
  }
  .closeModal {
    top: -3px;
    right: 5px;
  }
  .seo-modal-block::-webkit-scrollbar {
    width: 4px;
  }
  .seo-header {
    text-align: left;
    font-size: 20px;
    max-width: 95%;
  }
}
.contacts {
  background: white;
  position: relative;
  display: flex;
}

.contacts-img {
  max-width: 1920px;
  margin: 0 auto;
}

.form-container {
  color: #1a1714;
  background: white;
  padding: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18%;
}

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