/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/roboto-condensed-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/fonts/roboto-condensed-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/roboto-condensed-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/roboto-condensed-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 800;
  src: url('/assets/fonts/roboto-condensed-v31-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  src: url('/assets/fonts/roboto-condensed-v31-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/roboto-v50-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/fonts/roboto-v50-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/roboto-v50-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/roboto-v50-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  src: url('/assets/fonts/roboto-v50-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('/assets/fonts/roboto-v50-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --color-red: #FF2003;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-grey: #E6E6E6;
  --color-blue: #01637F;
  --color-grey-light: #EAEAEA;
  --color-grey-dark: #999999;
  --color-grey-darker: #5D5D5D;
  --color-orange: #FF833D;
  --header-size: 8em;
  --color-bg-dark: #292831;
}
@media (max-width: 990px) {
  :root {
    --header-size: 6em;
  }
}
@media (max-width: 520px) {
  :root {
    --header-size: 5em;
  }
}
* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto', sans-serif;
  color: var(--color-black);
  min-height: 100vh;
}
body:has(.burger-menu.active) {
  overflow-y: hidden;
}
bo
:is(h1, h2, h3, h4, h5, h6) {
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: .7em;
}
:where(h1, h2, h3, h4, h5, h6):last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color .3s ease;
}
a:hover {
  color: var(--color-red);
}
a.logo {
  display: block;
}
a.logo figure {
  width: 100%;
  height: 100%;
}
.button {
  width: fit-content;
  border: 1px solid var(--color-black);
  border-radius: 30px;
  padding: .5em 1.25em;
  transition: color .3s ease, background-color .3s ease;
}
@media (max-width: 768px) {
  .button {
    padding: .5em 1em;
  }
}
@media (max-width: 500px) {
  .button {
    padding: .5em;
  }
}
.button:hover {
  border-color: var(--color-red);
  background-color: var(--color-red);
}
.button:hover a {
  color: var(--color-white);
}
.button.primary {
  border-color: var(--color-red);
  background-color: var(--color-red);
}
.button.primary a {
  color: var(--color-white);
}
.button.primary:hover a {
  text-decoration: underline;
}
p,
a {
  margin-bottom: .5em;
  font-size: clamp(1rem, 4vw, 1.25rem);
}
p:last-of-type,
p:last-child,
a:last-of-type,
a:last-child {
  margin-bottom: 0;
}
li {
  list-style: none;
}
/*
main {
  margin-top: var(--header-size);
}
 */
figure,
video {
  overflow: hidden;
}
img,
video {
  width: 100%;
  height: auto;
}
.logo img {
  width: clamp(10em, 26vw, 18em);
}
.container {
  max-width: 1440px;
  margin: 0 auto;
}
section {
  padding-left: 3em;
  padding-right: 3em;
  margin-bottom: 6em;
}
section:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 520px) {
  section {
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 2em;
  }
}
.section-header {
  text-align: center;
  font-size: clamp(1.75rem, 4vw, 4.5rem);
  text-transform: uppercase;
  margin-bottom: 0;
}
/*HERO*/
section.hero {
  padding: 0;
  position: relative;
  height: calc(100svh - var(--header-size));
  width: 100%;
  overflow: hidden;
}
.hero > .container {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.hero .background {
  position: absolute;
  width: 100%;
  height: 100%;
}
.background figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.background img {
  object-fit: cover;
  object-position: right;
  width: 100%;
  height: 100%;
}
.background > .container {
  padding-left: 3em;
  padding-right: 3em;
}
.overlay {
  position: absolute;
  bottom: 0;
  background-color: #D9D9D9E5;
  border-radius: 5px;
  padding: 3em;
  left: 3em;
  margin: auto;
  height: fit-content;
  top: 0;
  width: 45%;
}
@media (max-width: 990px) {
  .overlay {
    width: unset;
    right: 3em;
  }
}
@media (max-width: 768px) {
  .overlay {
    left: 0;
    right: 0;
    top: unset;
    border-radius: 0;
    padding: 3em 3em 5em 3em;
  }
}
@media(max-width: 520px) {
  .overlay {
    padding: 3em 1em 4.5em 1em;
  }
}
.hero :is(h1, h2, h3, h4, h5, h6) {
  font-size: clamp(2em, 4vw, 4.25em);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.button-group {
  display: flex;
  gap: clamp(1em, 4vw, 1.5em);
}
.button-group.center {
  justify-content: center;
}
.button-group.right {
  justify-content: flex-end;
}
.grid {
  display: grid;
  gap: clamp(1em, 3vw, 3.25em);
}
@media (max-width: 520px) {
  .grid {
    gap: 2em;
  }
}
section.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2em;
  background-color: red;
  animation: redline 600ms linear 300ms forwards
}
@media (max-width: 520px) {
  section.hero::after {
    height: 1.5em;
  }
}
@keyframes redline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*TEXT*/
section.text p a {
  color: var(--color-red);
}
section.text p a:hover {
  text-decoration: underline;
}
.text .content.border {
  border: 1px solid var(--color-grey-dark);
  border-radius: 15px;
  padding: 3em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (max-width: 520px) {
  .text .content.border {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.text .content.border img {
  width: 40%;
}
@media (max-width: 1024px) {
  .text .content.border img {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .text .content.border img {
    width: 100%;
  }
}
.bg-dark {
  background-color: var(--color-bg-dark);
  color: var(--color-white);
}
.bg-light {
  background-color: var(--color-grey);
}
.content.position {
  display: flex;
  gap: 2em;
  width: 100%;
}
.content.position.equal-width > figure,
.content.position.equal-width > .text-content {
  width: 50%;
}
.content.position.equal-width > .text-content {
  flex-grow: 1;
}
.position.top {
  flex-direction: column;
}
.position.bottom {
  flex-direction: column-reverse;
}
.position.right {
  flex-direction: row-reverse;
}
section.text:has(.bg-dark, .bg-light) {
  padding-right: 0;
  padding-left: 0;
}
.container.bg-dark,
.container.bg-light {
  padding: 7em 3em;
}
@media (max-width: 520px) {
  .container.bg-dark,
  .container.bg-light {
    padding: 7em 1em;
  }
}
.text-content.smaller {
  width: 90%;
  margin: 0 auto;
}
.text-content h1 {
  text-transform: uppercase;
  font-size: clamp(2rem, 4vw, 4rem);
}
.text-content h3 {
  text-transform: uppercase;
  font-size: clamp(1.124rem, 4vw, 1.75rem);
}
.text-content p {
  font-size: clamp(1.075rem, 4vw, 1.5rem);
}
.lighter p {
  color: #5D5D5D;
}
.text-content.smaller p,
.text-content.smaller a {
  font-size: clamp(1.25rem, 4vw, 2.25rem);
}
.bg-dark .button.secondary {
  border-color: var(--color-orange);
  background-color: var(--color-orange);
}
.bg-dark .button.secondary:hover {
  border-color: var(--color-white);
  background-color: var(--color-white);
}
.bg-dark .button.secondary:hover a {
  color: var(--color-black);
}
@media (max-width: 990px) {
  .content.position {
    flex-direction: column;
  }
  .content.position.equal-width > figure,
  .content.position.equal-width > .text-content {
    width: unset;
  }
  .text-content.smaller {
    width: unset;
    margin: unset;
  }
}
/*MEDIA*/
.media .content-item,
.slide-content {
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.media .content-item img,
.slide-content img {
  height: 100%;
  object-fit: cover;
}
.media .content-item:not(:has(.bg-light)),
.slide-content:not(:has(.bg-light)) {
  border-radius: 0;
}
.media .content-item:not(:has(.bg-light)) figure,
.slide-content:not(:has(.bg-light)) figure {
  border-radius: 15px;
  overflow: hidden;
}
.media .content-item:not(:has(.bg-light)) figure img,
.slide-content:not(:has(.bg-light)) figure img {
  height: 100%;
  object-fit: cover;
}
.media .content-item .description,
.slide-content .description {
  flex: 1;
  padding: clamp(.35em, 1vw, .75em);
}
.media .content-item .description :is(:not(h1, h2, h3, h4, h5, h6)),
.slide-content .description :is(:not(h1, h2, h3, h4, h5, h6)) {
  font-size: clamp(1rem, 4vw, 1.125rem);
}
.media .content-item .description p a,
.slide-content .description p a {
  color: black;
}
.media .content-item .description p a:hover,
.slide-content .description p a:hover {
  color: var(--color-red);
}
.text img {
  border-radius: 15px;
}
section.media.bg-blue {
  background-color: var(--color-blue);
  padding-top: 7em;
  padding-bottom: 7em;
}
.media .container > figure {
  width: 80%;
  margin: 0 auto;
}
.person-info :is(h1, h2, h3, h4, h5, h6) {
  text-transform: uppercase;
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  margin-bottom: .35em;
}
.person-info a.phone::before {
  content: url("/assets/images/phone.svg");
}
.person-info a.email::before {
  content: url("/assets/images/mail.svg");
}
.person-info a.phone::before,
.person-info a.email::before {
  margin-right: .5em;
}

/*SERVICES*/
.services .container,
.slider.style1 .container,
.experience .container,
.icons .container,
.text-content,
.accordion .container,
.media .container,
.text .container {
  display: flex;
  flex-direction: column;
  gap: 3.5em;
}
.grid {
  display: grid;
  gap: clamp(1em, 3vw, 3.25em);
}
@media (max-width: 520px) {
  .services .container,
  .slider.style1 .container,
  .experience .container,
  .icons .container,
  .text-content {
    gap: 2.5em;
  }
}
.grid2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid3,
.grid4 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1200px) {
  .grid3:has(.person) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1440px) {
  .grid4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .grid4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .grid3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}
@media (max-width: 520px) {
  .grid2,
  .grid3,
  .grid4 {
    grid-template-columns: 1fr;
  }
}
.services .grid-item {
  border-radius: 15px;
  overflow: hidden;
}
.services .grid-item figure {
  aspect-ratio: 4/3;
}
.services .grid-item figure img {
  height: 100%;
}
.services .grid-item > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.services .service-description {
  padding: clamp(.35em, 1vw, .75em);
  background-color: var(--color-grey-light);
  place-content: center;
  flex: 1;
}
section.services .grid2 .service-description {
  min-height: 15%;
  padding: 1em;
}
section.services .service-description :is(h1, h2, h3, h4, h5, h6) {
  font-size: 1rem;
  margin: 0 auto;
  width: fit-content;
  text-align: center;
  text-transform: uppercase;
}
section.services .service-description :is(h1, h2, h3, h4, h5, h6) {
  font-size: clamp(1rem, 2vw, 1.5rem);
  margin: 0 auto;
  width: fit-content;
  text-align: center;
  text-transform: uppercase;
}
section.services .service-description :is(h1, h2, h3, h4, h5, h6):has(span + span) {
  text-align: left;
  margin-left: 0;
}
.services .grid-item {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.service-details {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
}
.service-details li {
  list-style: outside;
}
h3:has(span) span {
  display: block;
}
h3:has(span + span) span {
  display: block;
}
h3:has(span + span) span:not(:last-child) {
  margin-bottom: .5em;
}
/*SLIDER*/
.slider {
  position: relative;
}
/*
.slider.style2 .swiper {
  overflow: visible;
}
.swiper {
  width: 100%;
}
*/
.swiper {
  width: 100%;
}
.slider.style1 .swiper-slide {
  transition: all .3s ease;
}
.slider.style1 .swiper-slide:is(:not(.swiper-slide-active)) {
  filter: blur(4px);
}
.slider.style1 .swiper-slide img {
  display: block;
  width: 100%;
}
.swiper-button-prev,
.swiper-button-next {
  width: 3em;
  height: 3em;
  background-color: #292831;
  border-radius: 50%;
  transition: background-color .3s ease;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: var(--color-red);
}
.slider.style1 .swiper-button-prev:after,
.slider.style1 .swiper-button-next:after {
  color: white;
  font-size: 1rem;
}
/*EXPERIENCE*/
.experience {
  background-color: var(--color-grey);
  padding-top: 5em;
  padding-bottom: 5em;
}
.experience .grid-item {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.experience .grid-item :is(h1, h2, h3, h4, h5, h6) {
  font-size: clamp(2.5rem, 9vw, 7.5rem);
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #AAAAAA;
  margin-bottom: .1em;
}
.experience .grid-item p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 4vw, 1.5rem);
}
/*ICONS*/
section.icons .grid-item {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
section.icons .grid-item h2 {
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 400;
}
section.icons .grid-item figure {
  flex-grow: 1;
  place-self: center;
  place-content: center;
}
/*ACCORDION*/
.panel p a {
  text-decoration: underline;
  color: inherit;
}
.accordion-wrapper {
  width: 100%;
  margin: 0 auto;
}
.accordion-item-title {
  position: relative;
  border: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(1.25rem, 4vw, 2.25rem);
  color: var(--color-black);
  text-align: left;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-right: 4em;
  align-items: center;
  cursor: pointer;
  display: flex;
  text-transform: uppercase;
  margin: 0;
  transition: all 0.3s ease;
}
.accordion-wrapper {
  background-color: white;
}
.panel {
  height: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  color: var(--color-grey-darker);
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .panel {
    width: 80%;
  }
}
.panel .button {
  border-color: var(--color-grey-darker);
}
.accordion-item.active > .panel {
  height: auto;
  visibility: visible;
  padding: 1em 0;
  transition: all .2s ease;
}
.accordion-item {
  position: relative;
  padding-top: 2px;
  background: linear-gradient(to right, black, black), linear-gradient(to right, red, red), linear-gradient(to right, black, black), linear-gradient(to right, red, red);
  background-size: 100% 2px, 0 2px, 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%, 100% 0%, 0 0%;
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
.accordion-item:last-of-type {
  padding-bottom: 2px;
}
.accordion-item.active {
  padding-bottom: 2px;
  background-size: 0 2px, 100% 2px, 0 2px, 100% 2px;
}
.accordion-item > * {
  background-color: white;
}
.accordion-item.active + .accordion-item{
  background: none;
}
.accordion-item .accordion-item-title::before {
  content: '+ ';
  font-size: 2rem;
  margin-right: 1em;
  transition: transform 0.3s ease;
}
.accordion-item.active .accordion-item-title::before{
  transform: rotate(-45deg);
}
.accordion-item .accordion-item-title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("/assets/images/arrow_down.png");
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
  background-position: center;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.accordion-item.active .accordion-item-title::after {
  transform: translateY(-50%) rotate(180deg);
}
/*HEADER*/
header {
  height: var(--header-size);
  background-color: var(--color-white);
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 3em;
  font-size: clamp(1rem, 4vw, 1.25rem);
  z-index: 10;
}
@media (max-width: 520px) {
  header {
    padding: 0 1em;
  }
}
header nav > ul {
  display: flex;
  gap: 1em;
  text-transform: uppercase;
}
header nav > ul > li {
  position: relative;
}
header nav ul li a {
  display: block;
}
header nav ul li:has(ul) ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 12;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease;
}
header nav ul li:has(ul) ul li a {
  margin-top: .35em;
  text-align: left;
  white-space: nowrap;
}
header nav ul li:has(ul) ul li:last-child a {
  margin-bottom: .35em;
}
header nav > ul > li > ul > li {
  display: block;
}
header nav ul li:has(ul):hover ul {
  background-color: white;
}
header nav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  margin-left: -1em;
  padding: 0 1em .35em 1em;
}
header .container {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  gap: 1em;
}
/*FOOTER*/
footer {
  padding: 5em 3em;
  position: relative;
  overflow: hidden;
}
@media (max-width: 520px) {
  footer {
    padding: 5em 1em;
  }
}
footer :is(h1, h2, h3, h4, h5, h6) {
  font-weight: 700;
}
footer .container {
  display: grid;
  grid-template-columns: auto 1fr 1fr auto;
  gap: 1em;
}
footer .column.address {
  margin-left: auto;
}
footer .column.links {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
footer .column.links a {
  width: fit-content;
}
footer .column.links,
footer .column.menu {
  margin-left: auto;
}
footer .column.menu ul {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 1em;
  row-gap: .5em;
}
footer .column.menu ul a {
  text-transform: uppercase;
}
footer a.email {
  color: var(--color-red);
}
footer a.email:hover {
  text-decoration: underline;
}
.burger-menu {
  display: none;
}
.burger-icon {
  display: block;
  width: 30px;
  height: 24px;
  position: relative;
  cursor: pointer;
}
.line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
.line-1 {
  top: 0;
}
.line-2 {
  top: 50%;
  transform: translateY(-50%);
}
.line-3 {
  bottom: 0;
}
@media (max-width: 990px) {
  .burger-menu {
    display: block;
  }
  .burger-menu.active {
    display: block;
    z-index: 1;
  }
  .burger-menu.active .line-1 {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .burger-menu.active .line-2 {
    opacity: 0;
    width: 0;
  }
  .burger-menu.active .line-3 {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  header .column.menu {
    visibility: hidden;
    opacity: 0;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: white;
    padding: var(--header-size) 1em 1em 1em;
  }
  header :has(.burger-menu.active) .column.menu {
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
  header :has(.burger-menu.active) nav ul {
    flex-direction: column;
  }
  header nav ul li:has(ul) ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    margin-left: 1em;
  }
  header nav ul li:has(ul) ul li a {
    margin-top: 1em;
  }
  header nav ul li:has(ul) ul li:last-child a {
    margin-bottom: 0;
  }
  header nav li {
    width: fit-content;
  }
  header nav > ul > li:hover > ul {
    margin-left: unset;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  header nav > ul {
    gap: .35em;
  }
  header nav ul li:has(ul) ul li a {
    margin-top: .35em;
  }
}
@media (max-width: 1180px) {
  footer .container {
    grid-template-columns: repeat(2, 1fr);
  }
  footer .column.links {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  footer .container {
    grid-template-columns: 1fr;
    gap: 2.5em;
  }
  footer .column.address,
  footer .column.menu {
    margin-left: unset;
  }
  footer .column.menu {
    margin-right: auto;
  }
}
