html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details,
figcaption, figure, footer,
header, hgroup, menu,
nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

img, svg {
  max-width: 100%;
  height: auto;
}

button, a {
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  border: 0 none;
  outline: 0;
  color: inherit;
}
button:focus, a:focus {
  outline: none;
}
button:hover, a:hover {
  color: inherit;
}

@font-face {
  font-family: "Jost";
  src: url(/fonts/jost-regular.woff2?2fcb2f9df527f17065ebc672991b1591) format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Jost";
  src: url(/fonts/jost-medium.woff2?16ee022f508a97cde9bfbf9093bbf641) format("woff2");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Jost";
  src: url(/fonts/jost-bold.woff2?b7dab9ad4d6d53d5efd53cf19e288d9f) format("woff2");
  font-style: normal;
  font-weight: 700;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Jost";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  background-color: #222222;
  position: relative;
  overflow-x: hidden;
}

.no-scroll {
  overflow: hidden;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.container--intro {
  position: relative;
  z-index: 3;
}

.bttn {
  display: inline-block;
  padding: 18px 50px 16px;
  background-color: #fff;
  transition: all 0.15s ease-in-out;
}
.bttn span {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5;
  color: #222222;
  letter-spacing: 5px;
  text-align: center;
  position: relative;
  padding-left: 32px;
}
.bttn span:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #222222;
}
.bttn:hover {
  transition: all 0.15s ease-in-out;
  background-color: #222;
}
.bttn:hover span {
  color: #fff;
}
.bttn:hover span:before {
  background-color: #fff;
}

#scrollToTop {
  position: fixed;
  right: -45px;
  bottom: -45px;
  z-index: 8;
  width: 45px;
  height: 45px;
  background-color: #eeeeee;
  background-image: url("data:image/svg+xml,%3csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.49932 0.360778C7.22726 0.0887249 6.77274 0.0887249 6.49999 0.360778L0.206656 6.638C-0.0688853 6.91355 -0.0688853 7.3604 0.206656 7.63524C0.482197 7.91078 0.929749 7.91078 1.20529 7.63524L6.99997 1.85667L12.794 7.63594C13.0702 7.91148 13.517 7.91148 13.7933 7.63594C14.0688 7.3604 14.0688 6.91355 13.7933 6.6387L7.49932 0.360778Z' fill='%23222222'/%3e%3c/svg%3e");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  clip: auto;
  transition: all 0.2s linear;
}
#scrollToTop:hover {
  transition: all 0.2s linear;
  background-color: #dddddd;
}
#scrollToTop.show {
  right: 0;
  bottom: 0;
}

#top {
  width: 0;
  height: 0;
  visibility: hidden;
}

.link-hover {
  position: relative;
  transition: all 0.28s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.link-hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.28s cubic-bezier(0.47, 0, 0.745, 0.715);
  background-color: currentColor;
}
.link-hover:hover:after {
  width: 2em;
}

.block-title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
  letter-spacing: 2px;
  text-align: center;
}

.header {
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: transform 0.2s linear, background-color 0.2s linear;
}
.header.hide {
  position: fixed;
  transform: translateY(-115px);
}
.header.test {
  position: fixed;
  top: -115px;
  transform: translateY(-115px);
}
.header.show {
  position: fixed;
  top: 0;
  background-color: #222222;
}
.header--bg {
  background-color: #222;
}

.header__inner {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
@media (max-width: 992px) {
  .header__inner {
    padding: 20px 0;
  }
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1;
}
@media (max-width: 992px) {
  .header-nav {
    display: none;
  }
}

.header-nav__link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.header-logo {
  width: 100%;
  max-width: 274px;
  margin: 0 15px;
}
@media (max-width: 992px) {
  .header-logo {
    max-width: 240px;
    margin: 0 auto;
  }
}

.header-product {
  position: relative;
}
@media (max-width: 992px) {
  .header-product {
    display: none;
  }
}

.header-product__link {
  margin: 10px 0;
  cursor: pointer;
}

.header-product__nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  padding: 5px 20px;
  background-color: #ffffff;
  box-shadow: 0 0.625rem 1.5625rem 0 rgba(34, 34, 34, 0.05);
  z-index: 1000;
  transition: all 0.28s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header-product:hover .header-product__nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-product__nav a {
  white-space: nowrap;
  display: block;
  font-size: 14px;
  position: relative;
  color: #222222;
  margin: 10px 0;
  line-height: 1.5em;
}
.header-product__nav a:hover {
  color: #000;
}

.header-lang__inner {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}

.header-lang {
  position: relative;
}
@media (max-width: 992px) {
  .header-lang {
    display: none;
  }
}
.header-lang-m {
  display: none;
}
@media (max-width: 992px) {
  .header-lang-m {
    display: block;
  }
}

.header-lang__link {
  margin: 10px 0;
  cursor: pointer;
}

.header-lang__nav {
  position: absolute;
  top: 100%;
  right: 0;
  width: 76px;
  padding: 5px 20px;
  background-color: #ffffff;
  box-shadow: 0 0.625rem 1.5625rem 0 rgba(34, 34, 34, 0.05);
  z-index: 1000;
  transition: all 0.28s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header-lang:hover .header-lang__nav, .header-lang-m:hover .header-lang__nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-lang__nav a {
  display: block;
  font-size: 14px;
  position: relative;
  color: #222222;
  margin: 10px 0;
  line-height: 1.5em;
}
.header-lang__nav a:hover {
  color: #000;
}

.header-burger__inner {
  display: none;
  flex: 1;
}
@media (max-width: 992px) {
  .header-burger__inner {
    display: block;
  }
}

.header-burger {
  width: 25px;
  height: 18px;
  position: relative;
  margin: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.header-burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.header-burger span:nth-child(1) {
  top: 0px;
}

.header-burger span:nth-child(2), .header-burger span:nth-child(3) {
  top: 8px;
}

.header-burger span:nth-child(4) {
  top: 16px;
}

.header-burger.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.header-burger.open span:nth-child(2) {
  transform: rotate(45deg);
}

.header-burger.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.header-burger.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #222;
  z-index: 9;
  display: none;
}

.menu__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 100px 0 0;
}

.menu-link {
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
  text-transform: uppercase;
}

.intro {
  height: 100vh;
  position: relative;
}
.intro-content__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.intro-video__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.intro-video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.intro-blackout {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}

.intro-title {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .intro-title {
    font-size: 34px;
  }
}

.intro-subtitle {
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
  line-height: 1.7143;
}
@media (max-width: 992px) {
  .intro-subtitle {
    max-width: 540px;
  }
}

.intro-btn {
  text-align: center;
}

.product-banner {
  height: 668px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .product-banner {
    height: 620px;
  }
}
.product-banner--cream {
  background-image: url("/storage/img/product-banner-cream.jpg");
}
@media (max-width: 992px) {
  .product-banner--cream {
    background-image: url("/storage/img/product-banner-cream-m.jpg");
  }
}
.product-banner--booster {
  background-image: url("/storage/img/product-banner-booster.jpg");
}
@media (max-width: 992px) {
  .product-banner--booster {
    background-image: url("/storage/img/product-banner-booster-m.jpg");
  }
}
.product-banner--serum {
  background-image: url("/storage/img/product-banner-serum.jpg");
}
@media (max-width: 992px) {
  .product-banner--serum {
    background-image: url("/storage/img/product-banner-serum-m.jpg");
  }
}
.product-banner--protector {
  background-image: url("/storage/img/product-banner-protector.jpg");
}
@media (max-width: 992px) {
  .product-banner--protector {
    background-image: url("/storage/img/product-banner-protector-m.jpg");
  }
}
.product-banner--body {
  background-image: url("/storage/img/product-banner-body.jpg");
}
@media (max-width: 992px) {
  .product-banner--body {
    background-image: url("/storage/img/product-banner-body-m.jpg");
  }
}

.product-banner__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-banner__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 992px) {
  .product-banner__title {
    font-size: 36px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  }
}

.about-intro {
  height: 100vh;
  background-image: url("/storage/img/about.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .about-intro {
    background-image: url("/storage/img/about.png");
    background-position: 17% center !important;
  }
}

.about {
  padding: 100px 0 50px;
  background-color: #fff;
}
@media (max-width: 992px) {
  .about {
    padding: 50px 0 50px;
  }
}

.about__inner {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 992px) {
  .about__inner {
    max-width: 70%;
    flex-direction: column;
    gap: 0;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .about__inner {
    max-width: 100%;
  }
}
.about__inner--product {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .about__inner--product {
    max-width: 100%;
  }
}

.about-img {
  width: calc((100% - 100px) / 2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .about-img {
    margin-bottom: 40px;
    width: 100%;
  }
}

.about-content {
  width: calc((100% - 100px) / 2);
}
@media (max-width: 992px) {
  .about-content {
    width: 100%;
  }
}

.about-title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  .about-title {
    display: none;
  }
}
.about-title-m {
  display: none;
  font-size: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .about-title-m {
    display: block;
  }
}

.about-text {
  font-size: 16px;
  color: #000;
  line-height: 1.7143;
}
.about-text p + p {
  margin-top: 16px;
}

.patents {
  padding: 50px 0 100px;
  background-color: #fff;
}
@media (max-width: 992px) {
  .patents {
    padding: 50px 0 100px;
  }
}

.patents__inner {
  position: relative;
  padding: 0 27px;
}

.patents-title {
  margin-bottom: 20px;
}

.swiper-wrapper {
  align-items: stretch;
}

.patents-slider__slide {
  padding: 20px;
  height: auto;
}
.patents-slider__slide a {
  width: 100%;
  height: 100%;
}
.patents-slider__slide img {
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.patents-slider__pagination {
  bottom: -20px !important;
}

.patents-slider__prev, .patents-slider__next {
  color: #000;
}

.swiper-pagination-bullet-active {
  background: #000;
}

.product-intro {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .product-intro {
    height: auto;
    display: flex;
    position: relative;
    background: none;
  }
}
.product-intro--cream {
  background-image: url("/storage/img/cream.jpg");
  background-position: left top !important;
}
.product-intro--booster {
  background-image: url("/storage/img/booster.jpg");
  background-position: center bottom !important;
}
.product-intro--serum {
  background-image: url("/storage/img/serum.jpg");
  background-position: center top !important;
}
.product-intro--sun-protector {
  background-image: url("/storage/img/sun-protector.jpg");
  background-position: center center !important;
}
.product-intro--body {
  background-image: url("/storage/img/body.jpg");
  background-position: center center !important;
}

.product-intro-img {
  width: 100%;
  display: none;
}
@media (max-width: 992px) {
  .product-intro-img {
    display: block;
  }
}

.tech {
  padding: 50px 0 100px;
  background-color: #fff;
}
@media (max-width: 992px) {
  .tech {
    padding: 50px 0 100px;
  }
}

.tech-title {
  text-align: center;
  margin-bottom: 70px;
}

.tech-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 70px;
}

.tech-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .tech-inner {
    flex-wrap: wrap;
    gap: 50px;
  }
}

.tech-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .tech-item {
    flex: auto;
    width: 100%;
    max-width: calc((100% - 50px) / 2);
  }
}

.tech-icon {
  max-width: 70px;
  margin-bottom: 20px;
}

.tech-text {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-align: center;
  text-transform: none;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .tech-text br {
    display: none;
  }
}

.about-list__inner {
  display: flex;
  gap: 70px;
  margin-top: 40px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .about-list__inner {
    gap: 30px;
    justify-content: space-between;
  }
}

.about-list li {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  list-style: square;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .about-list li {
    font-size: 14px;
  }
}
.about-list li + li {
  margin-top: 10px;
}
.about-list li::marker {
  margin: 0 !important;
}

.about-list__title {
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  .about-list__title {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.product-slider {
  width: calc((100% - 100px) / 2);
}
@media (max-width: 992px) {
  .product-slider {
    width: 100%;
    margin-bottom: 30px;
  }
}

.product-slider__slide {
  display: flex;
}

.product-slider__img {
  width: 100%;
}

.contact {
  padding: 175px 0 0;
  background-color: #fff;
}
@media (max-width: 992px) {
  .contact {
    padding: 140px 0 0;
  }
}

.contact-title {
  width: 100%;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 992px) {
  .contact-title {
    text-align: center;
  }
}

.contact-info {
  padding: 100px 0 50px;
  background-color: #fff;
}
@media (max-width: 992px) {
  .contact-info {
    padding: 50px 0;
  }
}

.contact-info__inner {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 992px) {
  .contact-info__inner {
    flex-direction: column;
  }
}

.contact-info-qrs {
  display: flex;
  flex-shrink: 0;
  gap: 30px;
}
@media (max-width: 992px) {
  .contact-info-qrs {
    order: 1;
  }
}

.contact-info-qrs-item {
  width: 100%;
  max-width: 290px;
}

.contact-info-qrs-item__title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 24px;
  text-align: center;
  color: #000;
}

.contact-info-content {
  width: 100%;
  max-width: 275px;
}
@media (max-width: 992px) {
  .contact-info-content {
    max-width: 100%;
    order: 0;
  }
}

.contact-info-content__logo {
  max-width: 275px;
  margin-bottom: 24px;
}

.contact-info-content__name {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 24px;
  color: #000;
}

.contact-info-content__address {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7143;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.contact-info .link-hover:hover {
  color: #000;
}

.contact-form {
  padding: 50px 0 100px;
  background-color: #fff;
}

.contact-form__title {
  text-align: left;
}

.contact-form-form {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}
.contact-form-form input, .contact-form-form textarea {
  padding: 18px 21px 14.4px !important;
  display: block;
  width: 100%;
  font-size: 14pxm;
  font-weight: 400;
  line-height: 1.7143;
  color: #222222;
  background-color: #fff;
  border: 1.6px solid #e4e4e4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contact-form-form input:focus, .contact-form-form textarea:focus {
  color: #222222;
  background-color: #fff;
  border-color: #222222;
  outline: 0;
  box-shadow: none;
}
.contact-form-form input:focus label, .contact-form-form textarea:focus label {
  background-color: #ffffff;
  color: #222222;
  transform: translateY(-1.9rem);
}
.contact-form-form input {
  margin-bottom: 24px;
}
.contact-form-form textarea {
  min-height: 170px;
  padding: 15px !important;
}
.contact-form-form label {
  height: auto;
  position: absolute;
  top: 1rem;
  left: 0.75rem;
  padding: 0 0.5rem;
  pointer-events: none;
  border: 0.125rem solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7143;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  background-color: #ffffff;
  color: #222222;
  transform: translateY(-30.4px);
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  background-color: #ffffff;
  color: #222222;
  transform: translateY(-30.4px);
}

.form-btn {
  margin-top: 24px;
  background-color: #222;
  padding: 21px 70px 21px;
  font-size: 14px;
  text-transform: uppercase;
}

.blog-list {
  padding: 175px 0 100px;
  background-color: #fff;
}
@media (max-width: 992px) {
  .blog-list {
    padding: 140px 0 100px;
  }
}

.blog-list__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 50px;
}

.blog-list-item {
  width: 100%;
  max-width: calc((100% - 100px) / 3);
}
@media (max-width: 992px) {
  .blog-list-item {
    max-width: calc((100% - 50px) / 2);
  }
}
@media (max-width: 768px) {
  .blog-list-item {
    max-width: 100%;
  }
}

.blog-list-img {
  width: 100%;
  margin-bottom: 24px;
}

.blog-list-name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 24px;
}
.blog-list-name:hover {
  color: #000;
}

.blog-list-short-desc {
  font-size: 16px;
  color: #000;
  margin-bottom: 24px;
  line-height: 1.2;
}

.blog-list-read-more-link {
  font-size: 18px;
  color: #000;
  letter-spacing: 1px;
}
.blog-list-read-more-link:hover {
  color: #000;
}

.footer {
  background-color: #222222;
  padding: 100px 0 75px;
}
@media (max-width: 992px) {
  .footer {
    padding: 50px 0;
  }
}

.footer__inner {
  display: flex;
  gap: 100px;
}
@media (max-width: 992px) {
  .footer__inner {
    flex-direction: column;
    gap: 50px;
  }
}

.footer-content {
  width: 100%;
  max-width: 305px;
}
@media (max-width: 992px) {
  .footer-content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    order: 1;
  }
}

.foter-logo {
  width: 100%;
  max-width: 274px;
}
@media (max-width: 992px) {
  .foter-logo {
    display: none;
  }
}
.foter-logo-m {
  display: none;
}
@media (max-width: 992px) {
  .foter-logo-m {
    display: block;
  }
}

.footer-by {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 1px;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .footer-by {
    display: none;
  }
}
.footer-by-m {
  display: none;
}
@media (max-width: 992px) {
  .footer-by-m {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.footer-address, .footer-email {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7143;
  margin-bottom: 14px;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .footer-address, .footer-email {
    text-align: center;
  }
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 32px;
}

.footer-social__link svg {
  transition: all 0.2s ease-in-out;
}
.footer-social__link:hover svg {
  transition: all 0.2s ease-in-out;
  fill: grey;
}

.footer-nav__inner {
  display: flex;
  flex-grow: 1;
  gap: 30px;
}
@media (max-width: 992px) {
  .footer-nav__inner {
    order: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
}

.footer-nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .footer-nav {
    align-items: center;
  }
}

.footer-nav__title {
  font-size: 16px;
  margin-bottom: 40px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  .footer-nav__title {
    font-size: 14px;
    text-align: center;
  }
}

.footer-nav__link {
  color: #e4e4e4;
  font-size: 14px;
}
@media (max-width: 992px) {
  .footer-nav__link {
    font-size: 12px;
    text-align: center;
  }
}
.footer-nav__link + .footer-nav__link {
  margin-top: 20px;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.copyright__inner {
  padding: 20px 0;
}

.copyright-text {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.7143;
}
