:root {
  --primary-text-color: #1D1410;
  --secondary-text-color: #E84B74;
  --tertiary-text-color: #8E837E;
  --quaternary-text-color: #020D2F;
  --quinary-text-color: #ABBFDF;
  --primary-bg-color: #FFF;
  --secondary-bg-color: #FDF3EB;
  --tertiary-bg-color: #FF772E;
  --quaternary-bg-color: #FF9C67;
  --quinary-bg-color: #F8DED0;
  --senary-bg-color: #F1556A;
  --septenary-bg-color: #FFEEF0;
  --base-font-size: clamp(12px, 1.111vw, 16px);
  --primary-font-size: 1rem;
  --secondary-font-size: 0.75rem;
  --tertiary-font-size: 1.25rem;
  --quinary-font-size: 3.5rem;
  --senary-font-size: 4.5rem;
  --septenary-font-size: 2rem;
  --primary-line-height: normal;
  --secondary-line-height: 145%;
  --tertiary-line-height: 150%;
  --quaternary-line-height: 175%;
  --primary-font-weigth: 400;
  --secondary-font-weigth: 500;
  --tertiary-font-weigth: 700;
}

@property --border-color {
  syntax: "<color>";
  inherits: false;
  initial-value: white;
}
@property --bg-color-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(0, 56, 109, 0);
}
@property --bg-color-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(0, 173, 237, 0);
}
@property --header-link-percentage {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --header-link-percentage-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --header-link-percentage-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 50%;
}
@font-face {
  font-family: "SUSE";
  src: local("SUSE-Regular"), url("/assets/fonts/SUSE-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SUSE";
  src: local("SUSE-Medium"), url("/assets/fonts/SUSE-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SUSE";
  src: local("SUSE-Medium"), url("/assets/fonts/SUSE-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*! 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 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

html,
html * {
  font-family: "SUSE", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  font-size: var(--base-font-size);
}

body {
  width: 100dvw;
  overflow-x: hidden;
  background-color: var(--primary-bg-color);
}
body .toast {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  position: fixed;
  top: 100px;
  right: 50px;
  border-radius: 4px;
  border: 1px solid rgba(250, 120, 120, 0.5);
  background-color: var(--primary-bg-color);
  padding: 8px 16px;
}
body .toast span {
  font-size: var(--primary-font-size);
  line-height: var(--primary-line-height);
  font-weight: var(--primary-font-weigth);
  color: var(--primary-text-color);
}

::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: var(--tertiary-bg-color);
  height: 100%;
}
::-webkit-scrollbar-thumb {
  background: var(--secondary-bg-color);
  border-radius: 2px;
}

h1 {
  font-size: var(--senary-font-size);
  font-weight: var(--tertiary-font-weigth);
  color: var(--primary-bg-color);
  padding-bottom: 0.5rem;
  text-align: center;
}

h2 {
  font-size: var(--quinary-font-size);
  line-height: var(--tertiary-line-height);
  font-weight: var(--secondary-font-weigth);
  color: var(--primary-text-color);
}
@media (max-width: 576px) {
  h2 {
    text-align: center;
  }
}

h3 {
  font-size: var(--quaternary-font-size);
  font-weight: var(--secondary-font-weigth);
  color: var(--primary-text-color);
}
@media (max-width: 576px) {
  h3 {
    text-align: center;
  }
}

p {
  line-height: var(--tertiary-line-height);
  font-weight: var(--primary-font-weigth);
  color: var(--primary-text-color);
}

footer {
  background-color: var(--secondary-bg-color);
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
footer .container {
  width: 100%;
  margin: 0 auto;
  max-width: calc(1280px + 2rem);
  padding: 0 1rem;
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 576px) {
  footer .container {
    flex-direction: column;
    align-items: center;
  }
}
footer p {
  font-size: var(--secondary-font-size);
  line-height: var(--secondary-line-height);
  color: var(--tertiary-text-color);
}
footer p.copyright {
  text-align: end;
}
footer p.address {
  flex: 2;
}
footer p:not(.copyright) {
  display: flex;
  gap: 0.25rem;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (max-width: 576px) {
  footer p:not(.copyright) {
    align-items: center;
  }
}
footer p .value {
  font-size: var(--primary-font-size);
  line-height: var(--primary-line-height);
  color: var(--quaternary-text-color);
}
@media (max-width: 576px) {
  footer p .value {
    text-align: center;
  }
}
@media (max-width: 576px) {
  footer p br {
    display: none;
  }
}
footer a {
  display: inline-block;
  padding-right: 4rem;
}
@media (max-width: 576px) {
  footer a {
    padding-right: 0;
  }
}
footer .mobile-contacts {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: var(--primary-font-size);
  line-height: var(--primary-line-height);
  color: var(--quaternary-text-color);
  padding: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms linear;
  display: none;
}
footer .mobile-contacts:hover {
  transform: scale(1.1);
}
@media (max-width: 576px) {
  footer .mobile-contacts {
    display: flex;
  }
}

header {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1rem;
}
@media (max-width: 576px) {
  header {
    justify-content: center;
  }
}
header nav {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 576px) {
  header nav {
    display: none;
  }
}
header nav a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  color: var(--primary-bg-color);
  padding: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms linear;
}
header nav a:hover {
  transform: scale(1.1);
}

#contact {
  padding: 6.25rem 0;
}
#contact .container {
  width: 100%;
  margin: 0 auto;
  max-width: calc(1280px + 2rem);
  padding: 0 1rem;
  max-width: calc(600px + 2rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2rem;
  justify-content: center;
  grid-template-areas: "h h" ". s" ". t" ". t" ". t" "d d" "a a";
}
@media (max-width: 576px) {
  #contact .container {
    grid-template-columns: 1fr;
    grid-template-areas: "h" "." "." "." "." "s" "t" "d" "a";
  }
}
#contact .container h2 {
  padding-bottom: 2rem;
  text-align: center;
  grid-area: h;
}
#contact .container p {
  font-size: var(--secondary-font-size);
  line-height: var(--secondary-line-height);
  font-weight: var(--primary-font-weigth);
  color: var(--primary-text-color);
  grid-column: span 2;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  text-align: center;
  grid-area: d;
}
#contact .container form {
  display: contents;
}
#contact .container form label {
  --input-label-color: var(--tertiary-text-color);
  --input-background-color: var(--secondary-bg-color);
  --input-border-color: var(--quinary-bg-color);
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
}
#contact .container form label.has-error {
  --input-label-color: var(--senary-bg-color);
  --input-background-color: var(--septenary-bg-color);
  --input-border-color: var(--senary-bg-color);
}
#contact .container form label.source {
  grid-area: s;
}
#contact .container form label.details {
  grid-area: t;
}
#contact .container form label.details textarea {
  flex: 1;
  resize: none;
  min-height: 100px;
}
#contact .container form label .text {
  font-size: var(--secondary-font-size);
  line-height: var(--tertiary-line-height);
  color: var(--input-label-color);
}
#contact .container form label input, #contact .container form label textarea {
  font-size: var(--primary-font-size);
  color: var(--primary-text-color);
  background-color: var(--input-background-color);
  border: 1px solid var(--input-border-color);
  outline: none;
  min-height: 50px;
  padding: 0.8125rem 1rem;
  border-radius: 0.625rem;
}
#contact .container form label input:-webkit-autofill, #contact .container form label input:-webkit-autofill:hover, #contact .container form label input:-webkit-autofill:focus, #contact .container form label input:-webkit-autofill:active, #contact .container form label textarea:-webkit-autofill, #contact .container form label textarea:-webkit-autofill:hover, #contact .container form label textarea:-webkit-autofill:focus, #contact .container form label textarea:-webkit-autofill:active {
  background-color: var(--input-background-color);
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: var(--primary-bg-color);
  color: var(--primary-bg-color);
  caret-color: var(--primary-bg-color);
}
#contact .container form label input:focus, #contact .container form label textarea:focus {
  --input-border-color: var(--tertiary-bg-color);
  border-width: 2px;
}
#contact .container form label input::placeholder, #contact .container form label textarea::placeholder {
  font-size: var(--primary-font-size);
  color: var(--input-label-color);
}
#contact .container form label .error-message {
  font-size: var(--septenar-font-size);
  line-height: var(--secondary-line-height);
  color: var(--secondary-text-color);
  position: absolute;
  right: -1rem;
  bottom: calc(100% - 2rem);
  padding: 0.625rem 1rem;
  border-radius: 0.25rem;
  background-color: var(--primary-bg-color);
}
@media (max-width: 576px) {
  #contact .container form label .error-message {
    right: 0.5rem;
  }
}
#contact .container form label .error-message:after {
  content: "";
  height: 0.5rem;
  width: 0.625rem;
  position: absolute;
  border-radius: 0.25rem;
  bottom: -0.375rem;
  left: 0.5rem;
  background-color: var(--primary-bg-color);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#contact .container form button {
  line-height: var(--quaternary-line-height);
  font-weight: var(--secondary-font-weigth);
  color: var(--primary-bg-color);
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 48px;
  min-width: 214px;
  padding: 6px;
  background-color: var(--tertiary-bg-color);
  border: 0px solid var(--primary-bg-color);
  transition: background-color 300ms linear;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 6.25rem;
  justify-self: center;
  grid-area: a;
}
#contact .container form button:hover {
  background-color: var(--quaternary-bg-color);
}
#contact .container form button:disabled {
  pointer-events: none;
}
#contact .container form button .spinner {
  height: 100%;
  aspect-ratio: 1;
  position: relative;
}
#contact .container form button .spinner .dot {
  width: 0;
  height: 0;
  position: absolute;
  animation: 800ms pulse linear infinite;
}
#contact .container form button .spinner .dot:before {
  content: "";
  position: absolute;
  inset: -0.1875rem;
  border-radius: 50%;
  background-color: var(--primary-bg-color);
}
#contact .container form button .spinner .dot:nth-child(1) {
  top: calc(50% - (50% - 0.1875rem) * 1);
  left: calc(50% + (50% - 0.1875rem) * 0);
  animation-delay: 0ms;
}
#contact .container form button .spinner .dot:nth-child(2) {
  top: calc(50% - (50% - 0.1875rem) * 0.7071067812);
  left: calc(50% + (50% - 0.1875rem) * 0.7071067812);
  animation-delay: 100ms;
}
#contact .container form button .spinner .dot:nth-child(3) {
  top: calc(50% - (50% - 0.1875rem) * 0);
  left: calc(50% + (50% - 0.1875rem) * 1);
  animation-delay: 200ms;
}
#contact .container form button .spinner .dot:nth-child(4) {
  top: calc(50% - (50% - 0.1875rem) * -0.7071067812);
  left: calc(50% + (50% - 0.1875rem) * 0.7071067812);
  animation-delay: 300ms;
}
#contact .container form button .spinner .dot:nth-child(5) {
  top: calc(50% - (50% - 0.1875rem) * -1);
  left: calc(50% + (50% - 0.1875rem) * 0);
  animation-delay: 400ms;
}
#contact .container form button .spinner .dot:nth-child(6) {
  top: calc(50% - (50% - 0.1875rem) * -0.7071067812);
  left: calc(50% + (50% - 0.1875rem) * -0.7071067812);
  animation-delay: 500ms;
}
#contact .container form button .spinner .dot:nth-child(7) {
  top: calc(50% - (50% - 0.1875rem) * 0);
  left: calc(50% + (50% - 0.1875rem) * -1);
  animation-delay: 600ms;
}
#contact .container form button .spinner .dot:nth-child(8) {
  top: calc(50% - (50% - 0.1875rem) * 0.7071067812);
  left: calc(50% + (50% - 0.1875rem) * -0.7071067812);
  animation-delay: 700ms;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#firstScreen {
  background-image: url("/assets/images/main-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#firstScreen .container {
  width: 100%;
  margin: 0 auto;
  max-width: calc(1280px + 2rem);
  padding: 0 1rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100dvw;
  min-height: 100dvh;
  position: relative;
}
#firstScreen .container p {
  font-size: var(--tertiary-font-size);
  line-height: var(--quaternary-line-height);
  color: var(--primary-bg-color);
  text-align: center;
}
#firstScreen .container > a {
  line-height: var(--quaternary-line-height);
  font-weight: var(--secondary-font-weigth);
  color: var(--primary-bg-color);
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 48px;
  min-width: 214px;
  padding: 6px;
  background-color: var(--tertiary-bg-color);
  border: 1px solid var(--primary-bg-color);
  transition: background-color 300ms linear;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 6.25rem;
  margin-top: 3rem;
}
#firstScreen .container > a:hover {
  background-color: var(--quaternary-bg-color);
}
#firstScreen .container > a:disabled {
  pointer-events: none;
}

main {
  background-color: var(--secondary-bg-color);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
main .container {
  width: 100%;
  margin: 0 auto;
  max-width: calc(1280px + 2rem);
  padding: 0 1rem;
}
main .container h2 {
  text-align: center;
}
main .container .wrapper {
  display: flex;
  gap: 3rem 2rem;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 3rem;
}
main .container .wrapper .item {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  flex: 1 1 45%;
  position: relative;
  transition: all 300ms linear;
}
main .container .wrapper .item:hover {
  transform: scale(1.05);
}
main .container .wrapper .item .description {
  align-self: stretch;
  padding: 4rem 2rem 2rem;
  border-radius: 1.5rem;
  margin-top: -3rem;
  background-color: var(--primary-bg-color);
  z-index: 0;
  flex: 1;
}
main .container .wrapper .item .description h3 {
  font-size: var(--septenary-font-size);
  font-weight: var(--secondary-font-weigth);
  color: var(--primary-text-color);
}
main .container .wrapper .item .description p {
  font-size: var(--tertiary-font-size);
  line-height: var(--tertiary-line-height);
  color: var(--primary-text-color);
}
main .container .wrapper .item img {
  z-index: 1;
}

#about {
  width: 100%;
  margin: 0 auto;
  max-width: calc(1280px + 2rem);
  padding: 0 1rem;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: grid;
  align-items: center;
  grid-template-columns: max-content 1fr;
  gap: 0.5rem 4rem;
}
@media (max-width: 576px) {
  #about {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
#about img {
  grid-row: span 2;
}
#about h2 {
  align-self: end;
}
#about p {
  font-size: var(--tertiary-font-size);
  line-height: var(--tertiary-line-height);
  color: var(--primary-text-color);
  align-self: start;
}
@media (max-width: 576px) {
  #about p br {
    display: none;
  }
}

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