@font-face {
  font-family: "Aeonik Pro";
  src: url(public/fonts/aeonikpro-regular.woff);
}

@font-face {
  font-family: "Aeonik Pro";
  src: url(public/fonts/aeonikpro-regular.woff2);
}


body {
  min-width: 320px;
  max-width: 1360px;
  padding: 0px max(calc(50vw - 680px), 0px);
  cursor: url("assets/cursor32.png") 5 5, auto;
}

header {
  padding: 10px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

footer {
  padding: 20px 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}


button {
  cursor: pointer;
}


svg text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


nav {
  width: 50%;
  align-items: end;
}


ul {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 25px;
  margin: 0px 10px 0px 0px;
}

nav+ul {
  align-items: end;
}

li::marker {
  content: none;
}

.container-main {
  padding-top: 20px;
  display: grid;
  min-width: 1155px;
  justify-content: center;
  grid-template-columns: 1fr;
  grid-template-rows: 235px 530px;
}

.container-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  
  padding: 0px 40px;
}

#grid {
  width: 100%;
}

#interactive-logo {
  position: relative;
  left: 33px;
}

.product-wrapper {
  position: relative;
  width: calc(100% - 35px);
  min-width: 640px;
  left: 35px;
}

.product-contents {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 20px;
  gap: 20px;
}

.text-special {
  font-family: "Aeonik Pro", Onest, Inter, sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

.text {
  font-family: "Aeonik Pro", Onest, Inter, sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: lowercase;
  color: #000000;
}


.h1 {
  font-family: "Aeonik Pro", Onest, Inter, sans-serif;
  font-weight: 600;
  font-style: Medium;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

.h2 {
  max-width: 600px;
  font-family: "Aeonik Pro", Onest, Inter, sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

.nav-cat {
  font-family: "Aeonik Pro", Onest, Inter, sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #8E8E8E;
}

.nav-link {
  font-family: "Aeonik Pro", Onest, Inter, sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  text-decoration: none;
}

img {
  user-select: none;
}

header>a {
  margin-left: 29px;
}

.category-container {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 10px;
  padding-left: 0px;

  position: relative;
}

.category-select {
  text-decoration: none;
  border: none;
  background-color: inherit;
  cursor: pointer;

  font-family: "Aeonik Pro", Onest, Inter, sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #8E8E8E;
}

.category-select.selected {
  color: #000;
}

.vimeo-player {
  border-radius: 20px;
}

.portrait-gallery {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 15px 0px;
}

.wt-ad {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
}

.text-contacts {
  font-family: "Aeonik Pro Slim", Onest, Inter, sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

.text-contacts-large {
  max-width: 780px;
  font-family: "Aeonik Pro Slim", Onest, Inter, sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

.text-contacts>a {
  color: inherit;
}

.contacts-address {
  display: flex;
  flex-direction: column;
  gap: 5px;
}