/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * 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: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
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;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Onest", sans-serif;
}

.container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
}

h1, h2, h3 {
  font-family: "Neucha", sans-serif;
  color: #005829;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

.link {
  text-decoration: none;
}
.link--green {
  color: #005829;
}
.link--bald {
  font-weight: 600;
}

@media (max-width: 600px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  .container {
    padding: 0 20px;
  }
}
/* === Basic Form Reset === */
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  outline: none;
  box-sizing: border-box;
}

/* === Improve consistency === */
input,
textarea,
select {
  width: 100%;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* === Buttons === */
button {
  cursor: pointer;
  background: transparent;
}

/* === Remove number input arrows === */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* === Remove search input X === */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* === Checkbox & radio === */
input[type=checkbox],
input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
  border-radius: 2px;
  display: inline-block;
  position: relative;
}

/* Add check indicator manually later */
.btn {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.btn--middle {
  padding: 12px 16px;
  border-radius: 6px;
  font-weight: 500;
}
.btn--large {
  padding: 24px;
  border-radius: 24px;
  font-size: 18px;
}
.btn--green {
  border: 1px solid #00873E;
  background-color: #00873E;
  color: white;
}
.btn--green:hover {
  border: 1px solid #005829;
  background-color: #005829;
}
.btn--white {
  border: 1px solid white;
  background-color: white;
  color: #005829;
}
.btn--white:hover {
  border: 1px solid white;
  background-color: #00873E;
  color: white;
}

.input--middle {
  padding: 16px;
}
.input--large {
  padding: 24px;
  border-radius: 24px;
  font-size: 18px;
}
.input--green {
  border: 1px solid #00873E;
  color: #005829;
  background-color: white;
}
.input--error {
  border: 3px solid #a10000;
  color: #a10000;
  background-color: white;
}
.input--error::-moz-placeholder {
  color: #a10000;
  opacity: 60%;
}
.input--error::placeholder {
  color: #a10000;
  opacity: 60%;
}
.input--bald {
  border-width: 2px;
}
.input--rounded {
  border-radius: 16px;
}

textarea {
  background-color: #fff;
  border: 2px solid #00873E;
  padding: 16px;
  border-radius: 16px;
}

.header {
  background-color: #00873E;
  height: 80px;
  position: sticky;
}
.header .logo {
  width: 65px;
  height: 65px;
  background-color: #EBF2FF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.footer {
  height: 200px;
  padding-top: 120px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #D9F7FF;
  border-top: 2px solid #00873E;
}

.header__menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__menu--item {
  margin-left: 32px;
  text-decoration: none;
  color: white;
  font-weight: 500;
}

.banner {
  min-height: calc(100vh - 80px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.banner__container {
  display: flex;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 60px;
  gap: 32px;
}
.banner__text {
  padding-right: 60px;
  max-width: 600px;
}
.banner__text p {
  margin-top: 16px;
}
.banner__image {
  border-radius: 50%;
  border: 30px solid rgba(255, 255, 255, 0.6);
  height: 600px;
  width: 600px;
  display: flex;
  justify-content: center;
  background-color: #FEE4CD;
}
.banner__image img {
  height: 100%;
}

@media (max-width: 800px) {
  .banner__container {
    padding-top: 60px;
    flex-direction: column;
  }
  .banner__text {
    padding-right: 0;
  }
  .banner__image {
    height: unset;
    width: 100%;
  }
  .banner__image img {
    width: 100%;
  }
}
.article {
  padding-top: 60px;
  padding-bottom: 60px;
}
.article__container {
  display: flex;
  gap: 32px;
}
.article__image img {
  max-width: 500px;
}
.article__text {
  padding-left: 64px;
}
.article__santas {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  justify-content: center;
}
.article__santa {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
}
.article__santa--image {
  background-color: #FEC42F;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
}
.article__santa--image img {
  border-radius: 50%;
}
.article__santa--name {
  font-weight: 600;
  color: #005829;
}
.article__santa--wishlist {
  display: none;
  position: absolute;
  background-color: #EBF2FF;
  border: 1px solid #00873E;
  padding: 12px;
  font-size: 12px;
  top: 0;
  left: 0;
  border-radius: 6px;
  z-index: 10;
}
.article__santa:hover .article__santa--wishlist {
  display: block;
}

@media (max-width: 800px) {
  .article__container {
    flex-direction: column;
    align-items: center;
  }
  .article__image img {
    max-width: 300px;
  }
  .article__text {
    padding-left: 0;
  }
  .article__santas {
    gap: 32px;
  }
  .article__santa img {
    width: 100px;
    height: 100px;
  }
}
.counter {
  margin-top: 40px;
}
.counter h2 {
  text-transform: uppercase;
}
.counter__numbers {
  font-size: 54px;
  color: #a15000;
}

.page404 {
  min-height: calc(100vh - 280px);
}
.page404__container {
  padding-top: 60px;
}
.page404__container img {
  max-width: 100%;
}

.register__container {
  padding-top: 60px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 80px);
}
.register__error {
  height: 60px;
  color: #a10000;
  margin-top: 12px;
}
.register__form {
  width: 500px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 600px) {
  .register__form {
    width: 100%;
  }
}
.profile {
  min-height: calc(100vh - 280px);
}
.profile__container {
  padding-top: 40px;
  padding-bottom: 140px;
}
.profile__info {
  margin-top: 40px;
  display: flex;
  gap: 32px;
}
.profile__img {
  border-radius: 50%;
}
.profile__data {
  flex: 1;
}
.profile__item {
  margin-bottom: 24px;
}
.profile__item h2 {
  margin-bottom: 12px;
}

.profile-edit {
  padding-top: 40px;
  min-height: calc(100vh - 280px);
}
.profile-edit h1 {
  margin-bottom: 32px;
}
.profile-edit .profile__picture {
  margin-bottom: 32px;
}
.profile-edit .profile__avatar {
  max-width: 200px;
  background-image: url("data:image/svg+xml,<%3Fxml version=\"1.0\"%3F><svg class=\"feather feather-edit\" fill=\"none\" height=\"24\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7\"/><path d=\"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z\"/></svg>");
  background-position: top right;
  background-repeat: no-repeat;
  cursor: pointer;
}
.profile-edit .profile__avatars {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.profile-edit .profile__image {
  cursor: pointer;
}

@media (max-width: 800px) {
  .profile__info {
    flex-direction: column;
  }
  .profile__picture img {
    max-width: 100%;
  }
  .profile-edit .profile__image img {
    max-width: 100px;
  }
}

/*# sourceMappingURL=index.css.map*/