@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");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

#footer .columns-block .post-column .socials-links, #header .menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

body {
  background: #fff;
  color: #000;
  font: 400 24px/1.5 "Poppins", "Arial", "Helvetica", sans-serif;
  min-width: 320px;
}

p, ul, ol, dl {
  margin: 0 0 0.5em;
}

a {
  text-decoration: underline;
  color: inherit;
}
a:hover, a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  margin: 0 0 0.5em;
  color: inherit;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  padding: 10px 15px;
  width: 100% !important;
  color: #8E969B;
  margin: 0 0 18px;
  border: none;
  border-bottom: 1px solid #D9DCDE;
  outline: none;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: inherit;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  outline: none;
  border: none;
}

#header {
  transition: padding-block 0.2s ease-in-out, padding-inline 0.2s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid transparent;
  color: #000;
}
#header.scrolled .container {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding-block: 20px;
}
#header .container {
  transition: padding-block 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-backdrop-filter 0.2s ease-in-out;
  transition: backdrop-filter 0.2s ease-in-out, padding-block 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: backdrop-filter 0.2s ease-in-out, padding-block 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-backdrop-filter 0.2s ease-in-out;
  max-width: 1280px;
}
#header .columns-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
}
#header #nav-bar.nav-active .nav-opener:before {
  background: #000;
  transform: translate(0, 8px) rotate(-135deg);
  width: 28px;
}
#header #nav-bar.nav-active .nav-opener span {
  background: #000;
  width: 0;
}
#header #nav-bar.nav-active .nav-opener:after {
  background: #000;
  transform: translate(0, -8px) rotate(135deg);
  width: 28px;
}
#header #nav-bar .nav-opener {
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  width: 28px;
  height: 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px 0;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 9999;
  float: right;
}
#header #nav-bar .nav-opener:before, #header #nav-bar .nav-opener:after, #header #nav-bar .nav-opener span {
  transition: background 0.2s ease-in-out, width 0.2s ease-in-out, transform 0.2s ease-in-out;
  content: "";
  background: #000;
  width: 100%;
  height: 2px;
}
#header #nav-bar .nav-drop {
  width: 100%;
  gap: 0 30px;
  z-index: 99;
}
#header .menu-list {
  text-align: center;
  /* desktop */
}
#header .menu-list li {
  margin: 0 0 30px;
  position: relative;
}
#header .nav-drop a {
  position: relative;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  border-radius: 24px;
}
#header .nav-drop a:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid #52483E;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.3s ease;
}
#header .nav-drop a.btn {
  background: none;
  padding: 15px;
  color: #fff;
}
#header .nav-drop a.btn:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #52483E 0%, #8B8782 100%);
  border-radius: inherit;
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.3s ease;
}
#header .nav-drop a.btn span {
  transition: color 0.2s ease-in-out;
  position: relative;
  z-index: 9;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.container {
  max-width: 1320px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

.btn {
  transition: background 0.2s ease-in-out;
  display: inline-block;
  background: #000;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.btn.btn-white {
  background: #F5F5F5;
  border-radius: 24px;
  padding: 14px 32px;
  border: 1px solid transparent;
  background: linear-gradient(#F5F5F5, #F5F5F5) padding-box, linear-gradient(180deg, #8B8782, #D2CDC6) border-box;
  font-size: 16px;
  color: #000;
  position: relative;
}
.btn.btn-white:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #8B8782, #D2CDC6);
  opacity: 0;
  transition: all 0.4s ease;
  border-radius: 24px;
}
.btn.btn-white:hover:before {
  opacity: 1;
}
.btn.btn-white span {
  position: relative;
}

.logo {
  position: relative;
  display: flex;
  align-items: center;
  width: 140px;
  z-index: 999;
}
.logo a, .logo img {
  display: block;
}

.swiper-slide {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.intro-section {
  background: linear-gradient(#D2CDC6 0%, #F5F5F5 100%);
  position: relative;
  padding: 70px 0;
  display: flex;
  flex-direction: column;
}
.intro-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.intro-section .img-holder {
  position: relative;
  max-width: 220px;
  margin: 0 auto;
  z-index: 2;
}
.intro-section .title-01 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #52483E;
}
.intro-section .title-02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin-top: 30px;
  background: linear-gradient(0deg, #DACCBC 0%, #AFA497 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.products-section {
  background: #F5F5F5;
  padding: 30px 0;
  color: #8B8782;
  overflow: hidden;
  font-size: 16px;
}
.products-section .container {
  max-width: 1620px;
}
.products-section .title-block {
  text-align: center;
  margin: 0 0 90px;
}
.products-section .title-block h3 {
  color: #52483E;
  margin: 0 0 0.3em;
}
.products-section .products-swiper {
  margin: 0 -30px;
  overflow: visible;
}
.products-section .swiper-slide:not(.swiper-slide-active) .img-holder {
  scale: 0.64;
  filter: blur(6.5625px);
}
.products-section .swiper-slide .img-holder {
  max-width: 396px;
  margin: 0 auto;
  transition: scale 0.5s;
}
.products-section .custom-pagination {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.products-section .custom-pagination .bullet {
  transition: background 0.2s ease-in-out;
  margin: 20px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding: 5px;
}
.products-section .custom-pagination .bullet.bullet-active {
  border: 2px solid #52483E;
}
.products-section .custom-pagination .bullet:hover {
  border: 2px solid #52483E;
}
.products-section .pagination-text {
  margin-top: 30px;
  text-align: center;
}

.features-section {
  background: #F5F5F5;
  padding: 30px 0;
  overflow: hidden;
}
.features-section .container {
  max-width: 1200px;
}
.features-section .features-swiper {
  overflow: visible;
}
.features-section .swiper-slide .post-block h4 {
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}
.features-section .swiper-slide .img-block {
  max-width: 250px;
}
.features-section .swiper-slide .img-block img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.features-section .slide-block {
  background: linear-gradient(180deg, #D2CDC6 0%, #F8BF93 100%);
  padding: 20px 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  color: #3B3B3B;
  min-height: 450px;
}

.details-section {
  background: #F5F5F5;
  padding: 30px 0 80px;
  color: #8B8782;
  overflow: hidden;
  font-size: 16px;
}
.details-section .container {
  max-width: 1200px;
}
.details-section .title-block {
  text-align: center;
  margin: 0 0 80px;
}
.details-section .title-block h3 {
  color: #52483E;
  margin: 0 0 0.3em;
}
.details-section .details-swiper {
  overflow: visible;
}
.details-section .swiper-slide {
  border-radius: 26px;
  overflow: hidden;
}

.banner-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  color: #fff;
  min-height: 800px;
  font-size: 16px;
}
.banner-section h2 {
  line-height: 1.33;
  margin: 0 0 0.4em;
}
.banner-section .post-block {
  text-align: center;
}
.banner-section .post-block .btn {
  margin-top: 13px;
}

#footer {
  background: linear-gradient(180deg, #F5F5F5 0%, #D2CDC6 100%);
  padding: 30px 0;
  font-size: 16px;
}
#footer .container {
  max-width: 1200px;
}
#footer h4 {
  color: #52483E;
  margin: 0 0 0.35em;
}
#footer .post-block {
  font-size: 16px;
  text-align: center;
  color: #8B8782;
}
#footer .btn-holder {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 0 15px;
  text-align: center;
}
#footer .immersion-block {
  padding: 0 0 40px;
  border-bottom: 1px solid #52483E;
}
#footer .columns-block {
  padding: 30px 0 0;
  font-size: 16px;
  line-height: 1;
  color: #52483E;
}
#footer .columns-block .container {
  text-align: center;
}
#footer .columns-block .logo-column {
  margin: 0 0 20px;
}
#footer .columns-block .post-column p {
  margin: 0 0 1em;
  line-height: 1.3;
}
#footer .columns-block .post-column .socials-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 22px;
}
#footer .columns-block .post-column .socials-links a {
  transition: opacity 0.2s ease-in-out;
}
#footer .columns-block .post-column .socials-links a:hover {
  opacity: 0.7;
}
@media (min-width: 480px){
  h1 {
    font-size: 78px;
  }
  h2 {
    font-size: 70px;
  }
  h3 {
    font-size: 48px;
  }
  h4 {
    font-size: 36px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 18px;
  }
  .intro-section .img-holder {
    max-width: 300px;
  }
  .intro-section .title-01 {
    margin-top: -50px;
  }
  .intro-section .title-02 {
    margin-top: 50px;
  }
  .features-section .swiper-slide .img-block {
    max-width: 300px;
  }
  .features-section .slide-block {
    min-height: 520px;
  }
}
@media (min-width: 768px){
  h1 {
    font-size: 124px;
  }
  #header.scrolled .container {
    border-radius: 40px;
  }
  #header #nav-bar .nav-opener {
    display: none;
  }
  #header #nav-bar .nav-drop {
    display: flex;
    gap: 0 20px;
  }
  #header .menu-list {
    display: inline-flex;
    align-items: center;
    gap: 0 25px;
    border-radius: 30px;
    text-align: left;
  }
  #header .menu-list li {
    margin: 0;
  }
  #header .nav-drop a {
    padding: 15px 20px;
  }
  #header .nav-drop a.btn {
    padding: 15px 32px;
  }
  #header .nav-drop a:hover:before {
    clip-path: inset(0 0 0 0);
  }
  #header .nav-drop a:hover.btn span {
    color: #3B3B3B;
  }
  #header .nav-drop a:hover.btn:after {
    clip-path: inset(0 100% 0 0);
  }
  .btn {
    padding: 15px 32px;
    font-size: 20px;
  }
  .intro-section {
    min-height: 700px;
  }
  .intro-section .img-holder {
    max-width: 500px;
  }
  .intro-section .title-01 {
    margin-top: -120px;
  }
  .intro-section .title-02 {
    margin-top: 55px;
  }
  .products-section {
    padding: 50px 0;
  }
  .products-section .products-swiper {
    margin: 0 -50px;
  }
  .features-section {
    padding: 50px 0;
  }
  .features-section .swiper-slide .post-block {
    width: 50%;
  }
  .features-section .swiper-slide .img-block {
    width: 50%;
    max-width: 480px;
  }
  .features-section .slide-block {
    padding: 0 30px;
    flex-direction: row;
    min-height: 300px;
  }
  .details-section {
    padding: 50px 0 80px;
  }
  .banner-section {
    padding: 50px 0;
  }
  #footer {
    padding: 50px 0;
  }
  #footer .columns-block .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 30px;
  }
  #footer .columns-block .logo-column {
    margin: 0;
  }
  #footer .columns-block .post-column {
    display: flex;
    align-items: center;
    gap: 0 17px;
  }
  #footer .columns-block .post-column p {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px){
  .features-section .swiper-slide .img-block {
    aspect-ratio: 1;
  }
}
@media (min-width: 768px) and (max-width: 1279px){
  #header.scrolled {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px){
  h1 {
    font-size: 180px;
  }
  h2 {
    font-size: 86px;
  }
  h3 {
    font-size: 56px;
  }
  h4 {
    font-size: 42px;
  }
  h5 {
    font-size: 32px;
  }
  h6 {
    font-size: 20px;
  }
  #header {
    padding: 23px 0;
  }
  #header.scrolled {
    padding: 10px 0 0;
  }
  #header .container {
    padding: 0 24px;
  }
  .container {
    padding: 0 40px;
  }
  .intro-section {
    padding: 50px 0 60px;
    min-height: 936px;
  }
  .intro-section .img-holder {
    max-width: 651px;
    margin: 27px auto 0;
  }
  .products-section {
    font-size: 24px;
    padding: 60px 0 75px;
  }
  .products-section .products-swiper {
    margin: 0 -180px;
  }
  .products-section .custom-pagination {
    margin: 100px 0 0;
    gap: 0 40px;
  }
  .products-section .custom-pagination .bullet {
    width: 60px;
    height: 60px;
  }
  .features-section {
    padding: 75px 0;
  }
  .features-section .swiper-slide:first-child .img-block {
    max-width: 466px;
    margin: -35px -40px -70px;
  }
  .features-section .swiper-slide:nth-child(2) .img-block {
    margin: 0 -80px auto 0;
  }
  .features-section .slide-block {
    padding: 0 80px;
  }
  .details-section {
    padding: 85px 0 160px;
    font-size: 24px;
  }
  .banner-section {
    padding: 85px 0;
    min-height: 894px;
    font-size: 24px;
  }
  .banner-section h2 {
    margin: 0 0 0.27em;
  }
  #footer {
    padding: 80px 0 50px;
    font-size: 24px;
  }
  #footer .post-block {
    font-size: 20px;
  }
}
@media (min-width: 1200px){
  .features-section .slide-block {
    min-height: 480px;
  }
}
@media (max-width: 768px){
  #header .container {
    padding-block: 20px;
  }
  .features-section .swiper-slide:nth-child(2) .slide-block {
    flex-direction: column-reverse;
    padding: 0 30px 20px;
  }
  #footer .columns-block .logo-column .logo {
    margin: 0 auto;
  }
}
@media (max-width: 767px){
  #header #nav-bar.nav-active .nav-drop {
    background: #DACCBC;
    inset-inline: 0;
    opacity: 1;
    transition: opacity 0.3s, opacity 0.3s, inset 0s;
    text-align: center;
  }
  #header #nav-bar .nav-drop {
    display: block;
    position: absolute;
    inset: 0 100% calc(-100vh + var(--_header-height)) -100%;
    padding: calc(var(--_header-height) + 30px) 30px;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    transition: opacity 0.3s 0s, inset 0s 0s;
  }
}
@media (max-width: 480px){
  .features-section br {
    display: none;
  }
}
@media (max-width: 360px){
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 48px;
  }
  .banner-section {
    background-position: 45% top;
  }
}