/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./htdocs/src/style.scss ***!
  \******************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Modern CSS Reset Tweaks
 * ==================================================
 * A collection of modern CSS reset and normalization styles
 * to ensure consistent behavior across browsers, OS and devices.
 */
/* Ensure consistent font resizing on mobile devices */
html {
  -webkit-text-size-adjust: 100%;
}
html:focus-within {
  scroll-behavior: smooth;
}

/* Basic body setup for layout and text rendering optimization */
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  position: relative;
  width: 100%;
  min-height: 100vh;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}

/* Apply box-sizing globally for consistent element sizing */
*,
::after,
::before {
  box-sizing: border-box;
}

/* Style unclassed links for better accessibility */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/**
 * CSS Reset Tweaks
 * Based on Eric Meyer's CSS Reset v2.0-modified (public domain)
 * URL: http://meyerweb.com/eric/tools/css/reset/
 */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
br,
button,
canvas,
caption,
center,
cite,
code,
col,
colgroup,
data,
datalist,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
head,
header,
hgroup,
hr,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
link,
main,
map,
mark,
menu,
meta,
meter,
nav,
noscript,
object,
ol,
optgroup,
option,
output,
p,
param,
picture,
pre,
progress,
q,
rb,
rp,
rt,
rtc,
ruby,
s,
samp,
script,
section,
select,
small,
source,
span,
strong,
style,
svg,
sub,
summary,
sup,
table,
tbody,
td,
template,
textarea,
tfoot,
th,
thead,
time,
title,
tr,
track,
tt,
u,
ul,
var,
video,
wbr {
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* Add focus styles to improve accessibility */
:focus {
  outline: 0;
}

/* Normalize HTML5 elements for older browsers */
article,
aside,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
object,
section {
  display: block;
}

canvas,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Remove default list styling */
ol,
ul {
  list-style: none;
}

/* Normalize quote styling */
blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* Reset and normalize form inputs */
input:required,
input {
  box-shadow: none;
}

/* Autofill styling for better compatibility */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

/* Improve appearance of search inputs */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

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

input:focus {
  outline: none;
}

video {
  background: #000;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 */
[hidden] {
  display: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: none;
}

/**
 * Make media easier to work with
 */
audio,
img,
picture,
svg,
video {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background: transparent;
}

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

/* Additional attribute handling for accessibility */
[disabled],
[disabled=true],
[aria-disabled=true] {
  pointer-events: none;
}

/**
 * Address box sizing set to content-box in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  padding: 0;
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

button {
  border: 0;
  background: transparent;
}

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

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

/**
 * Based on normalize.css v8.0.1
 * github.com/necolas/normalize.css
 */
hr {
  box-sizing: content-box;
  overflow: visible;
  background: #000;
  border: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

/**
 * Correct the inheritance and scaling of font size in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 100%;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 75%;
}

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

sub {
  bottom: -5px;
}

sup {
  top: -5px;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/**
 * Show the overflow in IE and Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 0;
}

legend {
  color: inherit;
  white-space: normal;
  display: block;
  border: 0;
  max-width: 100%;
  width: 100%;
}

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
template {
  display: none;
}

/*переменные*/
@font-face {
  font-family: "bahnschriftLight";
  src: url("../dist/fonts/Bahnschrift/bahnschriftLight.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "bahnschriftSemiLight";
  src: url("../dist/fonts/Bahnschrift/bahnschriftSemiLight.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BrutalType";
  src: url("../dist/fonts/Brutal/BrutalType.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "bahnschriftLightSemiCondensed";
  src: url("../dist/fonts/Bahnschrift/bahnschriftLightSemiCondensed.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
.button {
  font-family: "BrutalType", sans-serif;
  color: white;
  text-decoration: none;
}
.button__glass {
  padding: 28px 32px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  font-size: 14px;
  outline: 1px solid rgba(248, 250, 252, 0.16);
  outline-offset: -1px;
}
@media (max-width:47.9999em) {
  .button__glass {
    padding: 14px;
  }
}
.button__glass-small {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  font-size: 14px;
  outline: 1px solid rgba(248, 250, 252, 0.16);
}
.button__blue {
  background-color: #2563EB;
  padding: 24px 56px;
}
@media (max-width:47.9999em) {
  .button__blue {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

body, html {
  height: 100%;
  overflow: hidden; /* Скрываем стандартный скроллбар */
}
@media (max-width:47.9999em) {
  body, html {
    overflow: unset;
  }
}

iframe {
  height: 100%;
}

/* Контейнер для слайдов */
.slider-container {
  height: 100vh; /* Высота на весь экран */
  width: 100%;
  overflow-y: scroll; /* Разрешаем вертикальный скролл */
  scroll-snap-type: y mandatory; /* МАГИЯ: вертикальное прилипание */
  scroll-behavior: smooth; /* Плавность */
}
@media (max-width:47.9999em) {
  .slider-container {
    height: unset;
    width: unset;
    overflow-y: unset;
    scroll-snap-type: unset;
    scroll-behavior: unset;
  }
}

/* Сами секции (слайды) */
.slide {
  height: 100vh; /* Каждая секция занимает 100% высоты экрана */
  width: 100%;
  scroll-snap-align: start; /* Точка прилипания (начало секции) */
  overflow: hidden;
}
@media (max-width:47.9999em) {
  .slide {
    height: unset;
    width: unset;
  }
}

/* Скрываем полосу прокрутки для красоты (опционально) */
.slider-container::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

html {
  font-family: "BrutalType", sans-serif;
  background-color: #F2F4F6;
}

.icon-user {
  background-image: url("../dist/img/icon-user.svg");
  width: 19px;
  height: 19px;
  display: block;
}

.desktop {
  display: none !important;
}
.desktop--flex {
  display: none !important;
}
@media (min-width:48em) {
  .desktop--flex {
    display: flex !important;
  }
}
@media (min-width:48em) {
  .desktop {
    display: block !important;
  }
}

.mobile {
  display: none !important;
}
@media (max-width:47.9999em) {
  .mobile {
    display: block !important;
  }
}

.production__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width:47.9999em) {
  .production__wrapper {
    gap: 8px;
  }
}
.production__item {
  background-color: white;
  flex: 1 1 25%;
  height: 245px;
}
@media (max-width:47.9999em) {
  .production__item {
    width: 100%;
    flex: unset;
    height: 160px;
  }
}
.production__item--shtakentik {
  background-image: url("../dist/img/production-icons/shataketnik/icon-big-shtaketnik.svg");
  background-repeat: no-repeat;
  background-position: bottom 20px right 20px;
}
@media (max-width:47.9999em) {
  .production__item--shtakentik {
    background-size: 86px 72px;
  }
}
.production__item--profnastil {
  background-image: url("../dist/img/production-icons/profnastil/icon-big-profnastil.svg");
  background-repeat: no-repeat;
  background-position: bottom 20px right 20px;
}
@media (max-width:47.9999em) {
  .production__item--profnastil {
    background-size: 96px 69px;
  }
}
.production__item--metallocherepitca {
  background-image: url("../dist/img/production-icons/metalcherep/icon-big-metalcherep.svg");
  background-repeat: no-repeat;
  background-position: bottom 20px right 20px;
}
@media (max-width:47.9999em) {
  .production__item--metallocherepitca {
    background-size: 96px 72px;
  }
}
.production__item--vintsvai {
  background-image: url("../dist/img/production-icons/vintsvai/icon-big-vintsvai.svg");
  background-repeat: no-repeat;
  background-position: bottom 20px right 20px;
}
@media (max-width:47.9999em) {
  .production__item--vintsvai {
    background-size: 59px 84px;
  }
}
.production__item--vodosystem {
  background-image: url("../dist/img/production-icons/vodosystem/icon-big-vodosystem.svg");
  background-repeat: no-repeat;
  background-position: bottom 20px right 20px;
}
@media (max-width:47.9999em) {
  .production__item--vodosystem {
    background-size: 79px 84px;
  }
}
.production__item--dacha {
  background-image: url("../dist/img/production-icons/dacha/icon-big-dacha.svg");
  background-repeat: no-repeat;
  background-position: bottom 20px right 20px;
}
@media (max-width:47.9999em) {
  .production__item--dacha {
    background-size: 87px 82px;
  }
}

.item {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}
.item__count {
  font-size: 14px;
  color: #94A3B8;
}
.item__name {
  font-size: 24px;
  color: #334155;
  text-transform: uppercase;
}
.item__header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: rgba(37, 99, 235, 0.0784313725);
}
.item:hover svg path {
  fill: #2563EB; /* Цвет при наведении */
}
.item:hover .item__name {
  color: #2563EB;
}

.content {
  padding: 48px 0;
}
.content__header-wrapper {
  display: flex;
  padding-bottom: 32px;
  gap: 26.5%;
}
@media (max-width:47.9999em) {
  .content__header-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
.content__sub-title {
  flex-grow: 0;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 12px 15px 12px 15px;
  color: #2563EB;
  text-transform: uppercase;
}
@media (max-width:47.9999em) {
  .content__sub-title {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.content__sub-title:before {
  content: "";
  top: 8px;
  left: 0px;
  position: absolute;
  background-image: url("../dist/img/left-element.svg");
  width: 8px;
  height: 25px;
}
.content__sub-title:after {
  content: "";
  top: 8px;
  right: 0px;
  position: absolute;
  background-image: url("../dist/img/right-element.svg");
  width: 8px;
  height: 25px;
}
.content__title {
  flex-grow: 1;
  color: #303030;
  font-size: 40px;
  font-family: "bahnschriftLightSemiCondensed", sans-serif;
  text-transform: uppercase;
  max-width: 680px;
}
@media (max-width:47.9999em) {
  .content__title {
    font-size: 28px;
  }
}

.container {
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width:47.9999em) {
  .container {
    padding: 0 20px;
  }
}

.header {
  position: relative;
  height: 100vh;
  min-height: 100%;
  overflow: hidden;
}
.header-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.header__desc {
  color: white;
  font-size: 16px;
  font-family: "BrutalType", sans-serif;
  max-width: 432px;
}
.header__text-block-desc {
  display: flex;
}
@media (max-width:47.9999em) {
  .header__text-block-desc {
    flex-direction: column;
    gap: 16px;
  }
}
.header__title {
  font-size: 96px;
  font-family: "bahnschriftLightSemiCondensed", sans-serif;
  color: white;
  padding-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width:47.9999em) {
  .header__title {
    font-size: 72px;
  }
}
.header__bottom {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  align-items: end;
  padding-bottom: 36px;
}
@media (max-width:47.9999em) {
  .header__bottom {
    padding-bottom: 20px;
  }
}
.header-achievements {
  color: white;
  border-top: 1px solid rgba(248, 250, 252, 0.16);
  display: flex;
  max-width: 880px;
  gap: 30px;
}
@media (max-width:47.9999em) {
  .header-achievements {
    width: 100%;
    flex-wrap: wrap;
    color: #334155;
    padding-bottom: 96px;
  }
}
.header-achievements__item {
  display: flex;
  align-items: end;
  height: 88px;
  gap: 16px;
}
@media (max-width:47.9999em) {
  .header-achievements__item {
    width: inherit;
    height: auto;
    align-items: center;
  }
  .header-achievements__item:nth-child(1) {
    padding-bottom: 16px;
  }
  .header-achievements__item:nth-child(2) {
    padding: 16px 0;
    border-top: 1px solid #94A3B8;
    border-bottom: 1px solid #94A3B8;
  }
  .header-achievements__item:nth-child(3) {
    padding-top: 16px;
  }
}
.header-achievements__count {
  position: relative;
  top: 25px;
  font-size: 88px;
  font-family: "bahnschriftLightSemiCondensed", sans-serif;
}
@media (max-width:47.9999em) {
  .header-achievements__count {
    top: unset;
  }
}
.header-achievements__text {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media (max-width:47.9999em) {
  .header-achievements__plus svg {
    filter: brightness(10%);
  }
}
.header-achievements__desc {
  max-width: 131px;
  font-size: 14px;
}
.header-top-line {
  display: flex;
  height: 72px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(248, 250, 252, 0.16);
  flex-grow: 0;
}
.header__text-block {
  flex-grow: 0;
  padding-top: 40px;
}
@media (max-width:47.9999em) {
  .header__text-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.header__logo {
  width: 170px;
}
.header__video {
  position: absolute;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.header__video-overlay {
  z-index: 0;
  position: absolute;
  top: 0;
  background: #050026;
  background: linear-gradient(to top, rgba(5, 0, 38, 0.64) 0%, rgba(5, 0, 38, 0) 50%, rgba(5, 0, 38, 0.64) 100%);
  width: 100%;
  height: 100vh;
}

.detail-below {
  color: white;
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width:47.9999em) {
  .detail-below {
    display: none;
  }
}

.icon-arrow-down {
  background: url("../dist/img/icon-arrow-down.svg");
  display: inline-block;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.blog {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 280px);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media (max-width:47.9999em) {
  .blog {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.blog__link {
  padding-top: 24px;
  text-decoration: none;
  color: #2563EB;
  display: block;
  font-size: 18px;
}
@media (min-width:48em) {
  .blog__link {
    display: none;
  }
}
.blog__lable-wrapper {
  display: flex;
}
.blog__item {
  position: relative;
}
@media (max-width:47.9999em) {
  .blog__item {
    background-color: white;
  }
}
.blog__item:nth-child(1) {
  grid-area: 1/1/2/3;
}
.blog__item:nth-child(2) {
  grid-area: 1/3/3/6;
}
.blog__item:nth-child(3) {
  grid-area: 2/1/3/3;
}
.blog__img-wrapper {
  position: relative;
  height: 100%;
}
.blog__img-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(5, 0, 38, 0) 0%, rgba(5, 0, 38, 0.64) 100%);
  z-index: 1;
}
.blog__img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width:47.9999em) {
  .blog__img {
    height: 188px;
  }
}
.blog__date {
  font-size: 12px;
}
@media (max-width:47.9999em) {
  .blog__date {
    color: #94A3B8;
  }
}
.blog__name {
  font-size: 28px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  color: white;
}
@media (max-width:47.9999em) {
  .blog__name {
    font-size: 20px;
    color: #334155;
  }
}
.blog__lable-wrapper {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width:47.9999em) {
  .blog__lable-wrapper {
    color: #334155;
    position: unset;
    display: flex;
    flex-direction: column;
    padding: 16px;
  }
}

.footer {
  border-top: 1px solid rgba(15, 23, 42, 0.16);
  padding-bottom: 40px;
  margin-top: 50px;
}
@media (max-width:47.9999em) {
  .footer {
    padding-bottom: 16px;
  }
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width:47.9999em) {
  .footer__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.footer__logo {
  max-width: 320px;
  padding-top: 24px;
}
.footer__copyright {
  font-size: 14px;
  color: #94A3B8;
}
