@charset "UTF-8";* {
	padding: 0rem;
	margin: 0rem;
	border: 0rem;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	scrollbar-gutter: stable;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
address {
	font-style: normal;
}
@font-face {font-family: VogueSans;font-display: swap;src: url("../assets/fonts/VogueSans-bold.woff2") format("woff2");font-weight: 700;font-style: normal;}
@font-face {font-family: Ufficio;font-display: swap;src: url("../assets/fonts/Ufficio-semibold.woff2") format("woff2");font-weight: 600;font-style: normal;}
@font-face {font-family: Ufficio;font-display: swap;src: url("../assets/fonts/Ufficio-lite.woff2") format("woff2");font-weight: 400;font-style: normal;}
@font-face {font-family: Mulish;font-display: swap;src: url("../assets/fonts/Mulish-light.woff2") format("woff2");font-weight: 300;font-style: normal;}

/* Generated by vite-plugin-svg-spritemap */
:root {
  /* Шрифт за замовчуванням */
  --font-family: "Ufficio", sans-serif;
  --font-secondary: "Mulish", sans-serif;
  /* Розмір шрифту за замовченням (де 16 - розмір шрифту за замовчуванням з макету)  */
  --font-size: 1.25rem;
  /* Основні кольори */
  --main-bgcolor: #331018;
  --main-color: #fff;
  /* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
}

body {
  color: var(--main-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  background-color: var(--main-bgcolor);
  min-width: 20rem;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}/* Generated by vite-plugin-svg-spritemap */
.body-index__list {
  list-style-type: none;
  counter-reset: item;
}
.body-index__list li {
  position: relative;
}
.body-index__list li:before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 1.875rem;
}

.index {
  display: flex;
  flex-grow: 1;
  padding-top: 2.5rem;
}
.index__container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.index__message {
  text-align: center;
  background-color: #b2d0c4;
  padding: 1.25rem;
  font-weight: 600;
  color: #000;
}
.index__body {
  flex-grow: 1;
  padding-block: 5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.body-index__title {
  text-transform: uppercase;
}
.body-index__title {
  margin-bottom: 2.5rem;
}
.body-index__list {
  column-gap: 2.5rem;
  display: grid;
}
.body-index__item {
  font-family: var(--font-secondary);
  text-transform: uppercase;
  padding-block: 1.875rem;
  padding-left: 10rem;
  line-height: 1.2;
}
.body-index__item {
  border-bottom: 0.0625rem solid rgba(178, 208, 196, 0.3);
}/* Generated by vite-plugin-svg-spritemap */
.header__body {
  padding-top: 2.5rem;
}
.header__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem;
  border-bottom: 0.0625rem solid #b2d0c4;
}/* Generated by vite-plugin-svg-spritemap */
.footer {
  padding-bottom: 2.5rem;
}
.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}
.footer__buttons {
  display: flex;
  gap: 1.25rem;
}
.footer__button {
  text-align: center;
  background-color: #d43a37;
  transition: all 0.3s;
  padding-inline: 4.375rem;
  border-radius: 3.125rem;
  text-transform: uppercase;
  font-weight: 600;
  padding-block: 1.25rem;
}
.footer__address {
  line-height: 1.3;
}/* Generated by vite-plugin-svg-spritemap */
.page {
  display: flex;
}
@media (width < 65.625em){
  .footer__container {
    flex-direction: column;
  }
}
@media (width < 51.25em){
  .footer__container {
    align-items: stretch;
  }
  .footer__buttons {
    flex-direction: column;
  }
  .footer__address {
    text-align: center;
  }
}
@media (width < 20em){
  [class*=__container] {
    padding-left: 0.9375rem;
  }
  [class*=__container] {
    padding-right: 0.9375rem;
  }
  .body-index__title {
    font-size: 1.5rem;
  }
  .body-index__item {
    padding-left: 5rem;
  }
  .header__body {
    padding-bottom: 1.25rem;
  }
}
@media (width >= 20em) and (width < 120em){
  [class*=__container] {
    padding-left: clamp( 0.9375rem , 0.625rem  +  1.5625vw , 2.5rem );
  }
  [class*=__container] {
    padding-right: clamp( 0.9375rem , 0.625rem  +  1.5625vw , 2.5rem );
  }
  .body-index__title {
    font-size: clamp( 1.5rem , 1.3rem  +  1vw , 2.5rem );
  }
  .body-index__item {
    padding-left: clamp( 5rem , 4rem  +  5vw , 10rem );
  }
  .header__body {
    padding-bottom: clamp( 1.25rem , 1rem  +  1.25vw , 2.5rem );
  }
}
@media (width >= 31.625em){
  .header__email {
    margin-top: 0.4375rem;
  }
}
@media (width >= 65.625em) or ((width <= 26.875em)){
  .footer__address span {
    display: block;
  }
}
@media (width > 69.375em){
  .body-index__list {
    grid-template-rows: repeat(5, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
  }
}
@media (width >= 120em){
  [class*=__container] {
    padding-left: 2.5rem;
  }
  [class*=__container] {
    padding-right: 2.5rem;
  }
  .body-index__title {
    font-size: 2.5rem;
  }
  .body-index__item {
    padding-left: 10rem;
  }
  .header__body {
    padding-bottom: 2.5rem;
  }
}
@media (any-hover: hover), (pointer: fine){
  html:not([data-fls-touch]) .header__email:hover {
    text-decoration: underline;
  }
  html:not([data-fls-touch]) .footer__button:hover {
    background-color: #a32d2b;
  }
}