@charset "UTF-8";
a,
input,
textarea,
body,
img,
h1,
h2,
h3,
h4 {
  appearance: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #1c1c21;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: normal;
}

.swal2-styled.swal2-confirm {
  background-color: #a7cc62 !important;
  font-weight: 700;
}

.swal2-popup .swal2-styled:focus {
  box-shadow: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #1c1c21;
  position: relative;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

.main {
  max-width: 1920px;
  margin: 0px auto 0px auto;
  overflow: clip;
  position: relative;
  background: transparent;
  background-color: #1c1c21;
}
.inner {
  padding: 0 80px;
  margin: 0px auto 0px auto;
  max-width: 1920px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .inner {
    padding: 0 40px;
  }
}
@media (max-width: 1280px) {
  .inner {
    padding: 0 40px;
  }
}
@media (max-width: 1080px) {
  .inner {
    padding: 0 10px;
  }
}

.btn {
  width: 240px;
  color: #fff;
  background: #ff5300;
  text-align: center;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-transform: none;
  font-size: 22px;
  cursor: pointer;
  font-weight: 500;
  z-index: 5;
  transition: all 0.66s ease;
}
@media (max-width: 1440px) {
  .btn {
    width: 210px;
  }
}
@media (max-width: 860px) {
  .btn {
    width: 180px;
    height: 45px;
    font-size: 18px;
  }
}
.btn:hover {
  background: #cc4400;
}
.btn:hover::after {
  opacity: 1;
}
.btn::after {
  z-index: 7;
  width: calc(100% - 17px);
  height: calc(100% - 17px);
  border: 4px solid #1c1c21;
  transition: all 0.66s ease;
  opacity: 0;
  pointer-events: none;
  content: " ";
  position: absolute;
}
.btn:visited {
  color: #fff;
}
.btn.margin-top {
  margin: 60px auto 0 0;
}
@media (max-width: 860px) {
  .btn.margin-top {
    margin: 20px auto 0 0;
  }
}
.btn.extra {
  width: 380px;
  height: 80px;
}
@media (max-width: 1440px) {
  .btn.extra {
    width: 320px;
  }
}
@media (max-width: 460px) {
  .btn.extra {
    width: 100%;
    height: 75px;
  }
}
.btn.send {
  width: 160px;
  height: 60px;
}
@media (max-width: 460px) {
  .btn.send {
    height: 45px;
  }
}
@media (max-width: 860px) {
  .btn.product {
    width: 100px;
    display: none;
  }
}
.btn.product-menu {
  width: 210px;
  height: 64px;
  display: flex;
  position: relative;
}
.btn.product-menu span {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 860px) {
  .btn.product-menu {
    width: 100px;
    display: none;
  }
}

.produkt-menu-container {
  position: absolute;
  top: 100%;
  width: 330px;
  height: fit-content;
  background: #faf7f6;
  left: 0;
}
.produkt-menu-container .produkt-menu {
  padding: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.produkt-menu-container .produkt-menu .produkt-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.produkt-menu-container .produkt-menu .produkt-item img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
.produkt-menu-container .produkt-menu .produkt-item .btn {
  font-size: 16px;
  width: 180px;
  height: 49px;
}

header {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 860px) {
  header {
    height: 90px;
  }
}
header .logo {
  width: 205px;
  height: 140px;
}
header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 860px) {
  header .logo {
    height: 70px;
    width: 103px;
  }
}
header nav {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .mobile-menu {
  width: fit-content;
  height: 64px;
  background: #ff5300;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.66s ease;
  padding: 0 0 0 7px;
}
@media (max-width: 860px) {
  header .mobile-menu {
    height: 45px;
  }
}
header .mobile-menu:hover {
  background: #cc4400;
}
header .mobile-menu:hover .lines::after {
  opacity: 1;
}
header .mobile-menu:hover .title {
  color: #1c1c21;
}
header .mobile-menu .title {
  font-weight: 700;
  color: #1c1c21;
  font-size: 22px;
  line-height: 22px;
  position: relative;
  bottom: 3px;
  transition: all 0.66s ease;
}
@media (max-width: 860px) {
  header .mobile-menu .title {
    font-size: 18px;
    line-height: 18px;
  }
}
header .mobile-menu .lines {
  display: flex;
  height: 64px;
  width: 64px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  gap: 5px;
}
header .mobile-menu .lines::after {
  position: absolute;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  top: 4px;
  left: 4px;
  opacity: 0;
  pointer-events: none;
  content: " ";
  transition: all 0.66s ease;
  border: 4px solid #1c1c21;
  z-index: 2;
}
header .mobile-menu .lines .line {
  height: 5px;
  width: 30px;
  background: #1c1c21;
}

.home-top {
  position: relative;
  margin: 0;
  color: #ebe7e4;
  font-size: min(120px, 6.5vw);
  line-height: 1.1em;
  font-weight: 800;
  text-transform: uppercase;
}
.home-top h1 {
  font-size: inherit;
  line-height: 1.1em;
  font-weight: 800;
  color: #ebe7e4;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 860px) {
  .home-top h1 {
    font-size: 52px;
    line-height: 60px;
    top: -33px;
    z-index: 9;
  }
}
.home-top span {
  font-size: inherit;
  color: #1c1c21;
  padding: 5px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.home-top span::after {
  display: block;
  position: absolute;
  height: calc(100% - 27px);
  width: calc(100% - 7px);
  background: #ebe7e4;
  z-index: -1;
  top: 17px;
  content: " ";
}
@media (max-width: 860px) {
  .home-top span::after {
    height: calc(100% - 20px);
    width: calc(100% - 7px);
    top: 12px;
  }
}
.home-top .smart {
  display: flex;
  justify-content: space-between;
  align-items: start;
  z-index: 1;
  margin: 0 0px 0 0;
  padding: 90px 0 120px 0;
  position: relative;
  width: 100%;
}
@media (max-width: 860px) {
  .home-top .smart {
    padding: 0;
    flex-direction: column;
    gap: 0;
    justify-content: start;
    align-items: start;
  }
}
@media (max-width: 860px) {
  .home-top .smart .left {
    order: 9;
    width: 100%;
  }
}
.home-top .smart .video-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -270px 0 0 0;
  height: calc(100% + 180px);
  width: min(860px, 45vw);
  position: absolute;
  right: 0;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 860px) {
  .home-top .smart .video-container {
    margin: 0;
    width: calc(100% + 20px);
    left: -10px;
    height: 480px;
    position: relative;
  }
}
.home-top .smart .video-container .overlay {
  z-index: 6;
  position: absolute;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.home-top .smart .video-container .video {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-top .smart .video-container .video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home-top .smart .video-container .play {
  z-index: 7;
  width: 70px;
  height: 70px;
  object-fit: contain;
  position: absolute;
  pointer-events: none;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: absolute;
  width: calc(100% + 160px);
}
@media (max-width: 860px) {
  .slider {
    height: unset;
  }
}
.slider::before, .slider::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider.white-bg {
  background: #ebe7e4;
  transform: rotate(-5deg);
  z-index: 1;
  transform-origin: center;
  top: 160px;
}
@media (max-width: 860px) {
  .slider.white-bg {
    top: 120px;
  }
}
.slider.orange-bg {
  background: #ff5300;
  transform: rotate(4deg);
  z-index: 2;
  transform-origin: center;
  top: 80px;
}
@media (max-width: 860px) {
  .slider.orange-bg {
    top: 60px;
  }
}
.slider .slide-track {
  animation: scroll 60s linear infinite;
  display: flex;
  width: 3500px;
  gap: 40px;
}
.slider .slide {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 860px) {
  .slider .slide {
    height: 60px;
  }
}
.slider .slide .text {
  text-transform: uppercase;
  font-size: 42px;
  line-height: 100px;
  text-align: center;
  text-wrap: nowrap;
  display: inline-block;
}
@media (max-width: 860px) {
  .slider .slide .text {
    font-size: 24px;
    line-height: 60px;
  }
}
.slider .slide .text.white {
  color: #ebe7e4;
}
.slider .slide .text.orange {
  color: #1c1c21;
}

.text-sliders {
  position: relative;
  height: 300px;
  padding: 100px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 860px) {
  .text-sliders {
    padding: 60px 0 0 0;
    height: 170px;
  }
}

.subtitle {
  text-transform: uppercase;
  font-size: min(40px, 2.5vw);
  line-height: min(50px, 3vw);
  font-weight: 600;
  margin: 0 0 24px 0;
}
@media (max-width: 1440px) {
  .subtitle {
    margin: 0 0 12px 0;
  }
}

.product-wrapper {
  background: #fff;
  width: 100%;
  padding: 30px 0 60px 0;
}
.product-wrapper .product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  gap: 0px 60px;
}
@media (max-width: 860px) {
  .product-wrapper .product {
    grid-template-columns: 1fr;
  }
}
.product-wrapper .product .description {
  align-self: start;
}
@media (max-width: 860px) {
  .product-wrapper .product .description {
    order: 3;
  }
}
.product-wrapper .product .description p {
  font-size: 22px;
  line-height: 1.45em;
  margin: 0 0 1em 0;
}
@media (max-width: 860px) {
  .product-wrapper .product .description p {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.product-wrapper .product .title-container {
  align-self: end;
}
.product-wrapper .product h2 {
  align-self: end;
  margin: 0 0 12px 0;
}
@media (max-width: 860px) {
  .product-wrapper .product h2 {
    order: 1;
  }
}
.product-wrapper .product .cover {
  grid-row: span 2;
}
@media (max-width: 860px) {
  .product-wrapper .product .cover {
    grid-row: span 1;
    order: 2;
  }
}
.product-wrapper .product .cover img {
  width: min(860px, 45vw);
  height: min(860px, 45vw);
  object-fit: contain;
}
@media (max-width: 860px) {
  .product-wrapper .product .cover img {
    width: 100%;
    height: 340px;
  }
}

.product-faq {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 0.6635rem + 0.3846vw, 1.125rem);
  font-size: clamp(1.125rem, 1.0385rem + 0.3846vw, 1.5rem);
  margin-block-start: 40px;
}
.product-faq details p {
  margin: 0;
  padding-block: 20px 10px;
}
.product-faq details summary {
  cursor: pointer;
  color: hsl(20, 100%, 50%);
  font-weight: 600;
  font-size: clamp(1.125rem, 1.0096rem + 0.5128vw, 1.625rem);
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  transition: all 250ms ease;
}
.product-faq details summary .plus {
  aspect-ratio: 1;
  width: 20px;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "--area";
  align-items: center;
  transition: all 250ms ease;
}
.product-faq details summary .plus .line {
  grid-area: --area;
  width: 20px;
  height: 2px;
  background: var(--line-color, #1c1c21);
  display: block;
}
.product-faq details summary .plus .line:last-child {
  rotate: 90deg;
}
.product-faq details summary::-webkit-details-marker {
  display: none;
}
.product-faq details summary:hover {
  color: #cc4400;
}
.product-faq details summary:hover .plus {
  rotate: 135deg;
}
.product-faq details[open] summary .plus {
  rotate: 45deg;
  --line-color: #cc4400;
}
.product-faq hr {
  background: #1c1c21;
  height: 2px;
  width: 100%;
  border: none;
  margin-block: 0;
}

h2 {
  color: #ff5300;
  margin: 0 0 80px 0;
  text-transform: uppercase;
  font-size: min(70px, 4.6vw);
  line-height: min(80px, 5.2vw);
  font-weight: 600;
}
h2.exercise {
  margin: 0 0 24px 0;
}
h2.dark {
  color: #1c1c21;
}
@media (max-width: 1440px) {
  h2 {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 760px) {
  h2 {
    font-size: 40px;
    line-height: 1.3em;
    font-weight: 600;
  }
}

.why-wrapper {
  margin: 80px 0;
}
@media (max-width: 1440px) {
  .why-wrapper {
    margin: 60px 0;
  }
}
.why-wrapper .four-slide {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 560px) {
  .why-wrapper .four-slide {
    height: 460px;
    padding: 0 0 0px 0;
  }
}
.why-wrapper .four-slide .swiper-wrapper .swiper-slide .slide {
  position: relative;
  overflow: hidden;
}
.why-wrapper .four-slide .swiper-wrapper .swiper-slide .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: relative;
}
@media (max-width: 560px) {
  .why-wrapper .four-slide .swiper-wrapper .swiper-slide .slide img {
    height: 460px;
  }
}
.why-wrapper .four-slide .swiper-wrapper .swiper-slide .slide .title {
  background: transparent;
  color: #ebe7e4;
  padding: 20px;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  font-weight: 600;
  z-index: 5;
  width: calc(100% - 40px);
  transition: all 0.33s ease;
  transition-delay: 0.33s;
}
.why-wrapper .four-slide .swiper-wrapper .swiper-slide .slide .title::after {
  position: absolute;
  top: -30px;
  left: 0;
  height: calc(100% + 30px);
  width: 100%;
  z-index: 3;
  clip-path: polygon(25% 0, 100% 25%, 100% 100%, 0% 100%, 0 75%, 0 25%);
  background: #ff5300;
  transition: all 0.66s ease;
  content: " ";
}
.why-wrapper .four-slide .swiper-wrapper .swiper-slide .slide .title span {
  position: relative;
  z-index: 6;
}
.why-wrapper .four-slide .swiper-wrapper .swiper-slide .slide .subtext {
  position: relative;
  opacity: 0;
  height: 0;
  transition: all 0.33s ease;
  transition-delay: 0.5s;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1.35em;
  margin: 12px 0 0 0;
  z-index: 5;
}
.why-wrapper .four-slide .swiper-wrapper .swiper-slide .slide:hover .title {
  height: calc(100% - 40px) !important;
}
.why-wrapper .four-slide .swiper-wrapper .swiper-slide .slide:hover .title::after {
  clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%, 0 75%, 0 25%);
}
.why-wrapper .four-slide .swiper-wrapper .swiper-slide .slide:hover .title .subtext {
  opacity: 1;
  display: block;
  height: 100px;
}
.why-wrapper .four-slide-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
  width: 100%;
  position: relative;
  gap: 40px;
}
.why-wrapper .four-slide-nav .text {
  max-width: 860px;
}
.why-wrapper .four-slide-nav .nav {
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 560px) {
  .why-wrapper .four-slide-nav .nav {
    position: absolute;
    bottom: -260px;
    width: calc(100% - 16px);
    left: 8px;
    z-index: 2;
    pointer-events: none;
  }
}
.why-wrapper .four-slide-nav .nav .nav-button {
  cursor: pointer;
  width: 30px;
  height: 60px;
}
@media (max-width: 560px) {
  .why-wrapper .four-slide-nav .nav .nav-button {
    pointer-events: auto;
  }
}
.why-wrapper .four-slide-nav .nav .next {
  transform: rotate(180deg);
}
.why-wrapper .four-slide-nav .text p {
  color: #ff5300;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 860px) {
  .why-wrapper .four-slide-nav .text p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 1em 0;
  }
}
.why-wrapper .why-container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  align-items: start;
}
@media (max-width: 1440px) {
  .why-wrapper .why-container {
    gap: 40px;
  }
}
@media (max-width: 860px) {
  .why-wrapper .why-container {
    gap: 20px;
  }
}
.why-wrapper .why-container .why-item {
  max-width: 380px;
}
@media (max-width: 1440px) {
  .why-wrapper .why-container .why-item {
    max-width: 275px;
  }
}
@media (max-width: 860px) {
  .why-wrapper .why-container .why-item {
    max-width: 100%;
  }
}
.why-wrapper .why-container .why-item h3 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  color: #ebe7e4;
  margin: 0 0 24px 0;
}
@media (max-width: 1440px) {
  .why-wrapper .why-container .why-item h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 860px) {
  .why-wrapper .why-container .why-item h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 860px) {
  .why-wrapper .why-container .why-item .desc {
    padding: 10px 0 0 0;
  }
}
.why-wrapper .why-container .why-item .cover {
  margin: 0 0 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 860px) {
  .why-wrapper .why-container .why-item .cover {
    float: left;
    display: inline-block;
    margin: 10px 20px 10px 0;
  }
}
.why-wrapper .why-container .why-item .cover img {
  width: 220px;
  height: 220px;
  object-fit: contain;
}
@media (max-width: 1440px) {
  .why-wrapper .why-container .why-item .cover img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 860px) {
  .why-wrapper .why-container .why-item .cover img {
    width: 55px;
    height: 55px;
  }
}
.why-wrapper .why-container .why-item p {
  color: #ebe7e4;
  font-size: 20px;
  line-height: 1.35em;
  margin: 0 0 1em 0;
}
@media (max-width: 860px) {
  .why-wrapper .why-container .why-item p {
    display: block;
  }
}

.product-page-top {
  padding: 80px 0;
  background: #fff;
  position: relative;
  z-index: 99;
}
@media (max-width: 1440px) {
  .product-page-top {
    padding: 40px 0;
  }
}
@media (max-width: 860px) {
  .product-page-top {
    padding: 24px 0;
  }
}
.product-page-top .product-container {
  display: grid;
  gap: 0px 60px;
  grid-template-columns: 1fr 1fr;
  justify-content: start;
  align-items: start;
  position: relative;
}
@media (max-width: 860px) {
  .product-page-top .product-container {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.product-page-top .left {
  width: min(860px, 44vw);
  height: min(860px, 44vw);
  overflow: hidden;
  z-index: 1;
  position: relative;
  grid-row: span 2;
}
@media (max-width: 560px) {
  .product-page-top .left {
    order: 2;
  }
}
@media (max-width: 560px) {
  .product-page-top .left {
    width: 100%;
    height: 320px;
    margin: 0 0 24px 0;
  }
}
.product-page-top .left .nav {
  display: flex;
  justify-content: space-between;
  top: 42%;
  position: absolute;
  z-index: 5;
  width: calc(100% + 4px);
  left: -2px;
}
.product-page-top .left .nav img {
  position: relative;
  width: 30px;
  height: 60px;
  background: #fff;
  padding: 11px;
  cursor: pointer;
}
@media (max-width: 560px) {
  .product-page-top .left .nav img {
    width: 20px;
    height: 40px;
  }
}
.product-page-top .left .nav .next {
  transform: rotate(180deg);
}
.product-page-top .left .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.product-page-top .left .swiper-container .swiper-wrapper .swiper-slide .slide {
  width: 100%;
  height: 100%;
}
.product-page-top .left .swiper-container .swiper-wrapper .swiper-slide .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-page-top h1 {
  margin: 0 0 24px 0;
  font-size: 80px;
  line-height: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .product-page-top h1 {
    font-size: 70px;
    margin: 0 0 12px 0;
  }
}
@media (max-width: 860px) {
  .product-page-top h1 {
    font-size: 40px;
    order: 1;
  }
}
.product-page-top .description {
  width: 100%;
}
@media (max-width: 560px) {
  .product-page-top .description {
    order: 3;
  }
}
.product-page-top .description .text {
  font-size: 20px;
}
@media (max-width: 860px) {
  .product-page-top .description .text {
    font-size: 18px;
  }
}
.product-page-top .description .text p {
  font-size: inherit;
  margin: 0 0 1em 0;
}
.product-page-top .description .price {
  padding: 30px 0 0 0;
  margin: 30px 0 0 0;
  border-top: 2px solid #eeeeee;
}
.product-page-top .description .price .title {
  font-size: 32px;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
.product-page-top .description .price .price-item {
  font-size: 50px;
  line-height: 1em;
  font-weight: 700;
  margin: 7px 0;
}
.product-page-top .description .price .offer {
  margin: 24px 0 0 0;
}
.product-page-top .colors {
  width: fit-content;
}
.product-page-top .colors .title {
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 16px 0;
  text-transform: uppercase;
}
.product-page-top .colors .colors-inputs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 30px;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}
@media (max-width: 1440px) {
  .product-page-top .colors .colors-inputs {
    margin: 0 0 16px 0;
  }
}
.product-page-top .colors .colors-inputs .color-input {
  width: 53px;
  height: 45px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .product-page-top .colors .colors-inputs .color-input {
    width: 45px;
    height: 37px;
  }
}
.product-page-top .colors .colors-inputs .color-input .triangle {
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  padding: 1px;
  transition: all 0.66s ease;
}
.product-page-top .colors .colors-inputs .color-input input {
  z-index: 1;
  width: 0;
  height: 0;
  display: none;
}
.product-page-top .colors .colors-inputs .color-input .triangle-outline {
  width: 100%;
  height: 100%;
  transition: all 0.66s ease;
  position: absolute;
  pointer-events: none;
  z-index: 7;
  content: " ";
  color: #1c1c21;
}
.product-page-top .colors .colors-inputs .color-input label {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  bottom: -3px;
  color: #fff;
  font-size: 22px;
  line-height: 1em;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease;
  color: #fff;
  content: " ";
}
.product-page-top .colors .colors-inputs .color-input label::after {
  opacity: 0;
  transition: all 1s ease;
}
.product-page-top .colors .colors-inputs .color-input input:checked + label::after {
  content: "✔";
  opacity: 1;
}
.product-page-top .colors .colors-inputs .color-input input[type=color] {
  width: 120px;
  height: 50px;
  display: block;
  border: 2px solid #000;
  padding: 3px;
}

.spec-container {
  padding: 120px 0;
  background: #1c1c21;
}
@media (max-width: 860px) {
  .spec-container {
    padding: 40px 0;
  }
}
.spec-container .spec {
  display: flex;
  z-index: 1;
  position: relative;
  gap: 0;
  align-items: start;
  justify-content: start;
}
@media (max-width: 860px) {
  .spec-container .spec {
    flex-direction: column;
    gap: 30px;
  }
}
.spec-container .spec h3 {
  font-size: 24px;
  line-height: 1.25em;
}
.spec-container .spec .size {
  border: 4px solid #ff5300;
}
@media (max-width: 860px) {
  .spec-container .spec .size {
    border: 0;
  }
}
@media (max-width: 560px) {
  .spec-container .spec table {
    width: 100%;
  }
}
.spec-container .spec table td {
  padding: 15px 25px;
  font-size: 24px;
  font-weight: 700;
  color: #1c1c21;
  background: #ebe7e4;
  position: relative;
  z-index: 5;
}
.spec-container .spec table td:nth-child(1) {
  padding: 15px 75px 15px 25px;
}
@media (max-width: 1440px) {
  .spec-container .spec table td:nth-child(1) {
    padding: 15px 40px 15px 25px;
  }
}
.spec-container .spec .text {
  color: #fff;
  font-size: 20px;
  line-height: 1.4em;
  z-index: 1;
  position: relative;
  padding: 60px;
}
@media (max-width: 1440px) {
  .spec-container .spec .text {
    padding: 40px;
    font-size: 17px;
    padding: 35px;
  }
}
@media (max-width: 860px) {
  .spec-container .spec .text {
    padding: 0;
  }
}
@media (max-width: 560px) {
  .spec-container .spec .text {
    width: 100%;
    font-size: 16px;
  }
}
.spec-container .spec .text p {
  color: inherit;
  font-size: inherit;
  line-height: 1.4em;
  position: relative;
  z-index: 3;
}
.spec-container .spec .title {
  font-size: 65px;
  line-height: 75px;
  color: #ff5300;
  margin: 0 0 40px 0;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .spec-container .spec .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 860px) {
  .spec-container .spec .title {
    font-size: 35px;
    line-height: 42px;
    margin: 0 0 24px 0;
  }
}
.spec-container .spec .diag {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 160px;
  z-index: 1;
  object-fit: cover;
}

footer {
  padding: 80px 0px 16px 0px;
  background: #ebe7e4;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media (max-width: 860px) {
  footer {
    padding: 30px 0 16px 0;
  }
}
footer .bg-text {
  font-size: min(360px, 21vw);
  line-height: min(360px, 21vw);
  width: 100%;
  top: -40px;
  left: 0;
  text-align: center;
  opacity: 0.065;
  letter-spacing: 10px;
  color: #292929;
  position: absolute;
  z-index: 1;
  font-weight: 800;
  text-wrap: nowrap;
  pointer-events: none;
}
@media (max-width: 560px) {
  footer .bg-text {
    font-size: 280px;
    line-height: 290px;
    text-wrap: wrap;
    top: 40px;
    left: -40px;
  }
}
footer .footer-container {
  display: flex;
  gap: 80px;
  align-items: start;
  margin: 0 0 24px 0;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  footer .footer-container {
    gap: 40px;
  }
}
@media (max-width: 1080px) {
  footer .footer-container {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 560px) {
  footer .footer-container {
    margin: 0 40px 16px 40px;
  }
}
footer .title {
  font-size: 50px;
  line-height: 1.5em;
  color: #292929;
  margin: 0 0 16px 0;
  font-weight: 700;
}
@media (max-width: 1440px) {
  footer .title {
    font-size: 40px;
  }
}
@media (max-width: 560px) {
  footer .title {
    font-size: 32px;
  }
}
footer .col {
  position: relative;
  z-index: 3;
}
@media (max-width: 1440px) {
  footer .col {
    max-width: 300px;
  }
}
footer a {
  color: #292929;
  display: block;
  line-height: 1.4em;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 7px 0;
}
@media (max-width: 560px) {
  footer a {
    font-size: 18px;
  }
}
footer p {
  color: #292929;
  margin: 0;
  font-size: 22px;
  line-height: 1.4em;
}
footer .map {
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
}
footer .col2 {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 40px;
}
footer .col2 .line {
  width: 2px;
}
footer .social {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  margin: 24px auto 0 0;
  width: fit-content;
}
footer .social .fb {
  font-weight: 700;
  font-size: 28px;
}
@media (max-width: 560px) {
  footer .social .fb {
    font-size: 22px;
  }
}
footer .social .fb img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
footer .nav-item {
  color: #292929;
  font-size: 26px;
  line-height: 1.4em;
  margin: 0 0 16px 0;
  display: block;
  cursor: pointer;
  transition: all 0.33s ease;
  font-weight: 700;
  position: relative;
}
@media (max-width: 560px) {
  footer .nav-item {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
}
footer .nav-item:hover {
  color: #ff5300;
}
footer .nav-item:hover .soon {
  opacity: 1;
}
footer .by {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  color: #292929;
  font-size: 18px;
}
@media (max-width: 560px) {
  footer .by {
    flex-direction: column;
    gap: 12px;
    font-size: 13px;
  }
  footer .by a {
    font-size: 13px;
  }
}

.gallery-bottom-wrapper {
  position: relative;
}
.gallery-bottom-wrapper h2 {
  margin: 0 0 60px 0;
}
@media (max-width: 860px) {
  .gallery-bottom-wrapper h2 {
    margin: 0 0 24px 0;
  }
}
.gallery-bottom-wrapper .nav {
  display: flex;
  justify-content: space-between;
  top: 42%;
  position: absolute;
  z-index: 5;
  width: calc(100% + 240px);
  left: -120px;
  pointer-events: none;
}
@media (max-width: 560px) {
  .gallery-bottom-wrapper .nav {
    left: unset;
    width: calc(100% - 16px);
    left: 8px;
    top: unset;
    bottom: 120px;
    pointer-events: none;
  }
}
.gallery-bottom-wrapper .nav img {
  position: relative;
  width: 30px;
  height: 60px;
  padding: 11px;
  cursor: pointer;
}
@media (max-width: 560px) {
  .gallery-bottom-wrapper .nav img {
    padding: 0;
    pointer-events: auto;
  }
}
.gallery-bottom-wrapper .nav .prev,
.gallery-bottom-wrapper .nav .next {
  pointer-events: auto;
}
.gallery-bottom-wrapper .nav .next {
  transform: rotate(180deg);
}
.gallery-bottom-wrapper .swiper-container {
  width: min(1320px, 65vw);
  height: min(860px, 44vw);
  position: relative;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .gallery-bottom-wrapper .swiper-container {
    height: 320px;
    width: calc(100% - 16px);
    padding: 0 0 0px 0;
  }
}
.gallery-bottom-wrapper .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.gallery-bottom-wrapper .swiper-container .swiper-wrapper .swiper-slide {
  transition: all 1.6s ease;
  filter: grayscale(1);
}
.gallery-bottom-wrapper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  filter: grayscale(0);
}
.gallery-bottom-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery-bottom-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide .num {
  font-size: min(27vw, 180px);
  line-height: min(27vw, 180px);
  bottom: 0;
  right: 0;
  color: #ff5300;
  font-weight: 700;
  z-index: 3;
  position: absolute;
}
@media (max-width: 560px) {
  .gallery-bottom-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide .num {
    font-size: 50px;
    line-height: 50px;
  }
}
.gallery-bottom-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.inputs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  margin: 24px 0;
  position: relative;
}
@media (max-width: 1280px) {
  .inputs {
    gap: 16px;
  }
}
label.gdpr::before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid #292929;
  background: #fff;
  left: 0;
  top: 5px;
  content: " ";
  display: block;
  color: #292929;
  font-weight: bold;
  line-height: 0.75em;
}

input:checked + label::before {
  background: #ff5300;
}

.popup-component {
  display: none;
  position: fixed;
}

.input-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.input-container a {
  color: #1c1c21;
  font-weight: 700;
  display: block;
  align-self: flex-end;
  width: fit-content;
  margin: 0 0 0 auto;
  text-transform: underline;
}

.mobile-menu-container {
  background: #1c1c21;
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: 999;
  transition: all 0.66s ease;
  overflow: hidden;
  opacity: 0.6;
}
.mobile-menu-container.open {
  width: 100%;
  opacity: 1;
}
.mobile-menu-container .menu-items {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 20px;
  width: 280px;
  height: auto;
  margin: 10vh auto 0 auto;
  padding: 50px 0 0 0;
  position: relative;
}
@media (max-width: 560px) {
  .mobile-menu-container .menu-items {
    width: 240px;
  }
}
.mobile-menu-container .menu-items .menu-item {
  font-size: 32px;
  line-height: 40px;
  color: #cc4400;
  font-weight: 700;
  transition: all 0.66s ease;
}
@media (max-width: 560px) {
  .mobile-menu-container .menu-items .menu-item {
    font-size: 22px;
    line-height: 30px;
  }
}
.mobile-menu-container .menu-items .menu-item.white {
  color: #f6f7f3;
}
.mobile-menu-container .menu-items .menu-item:hover {
  color: #fff;
}
.mobile-menu-container .menu-items .close {
  width: 37px;
  height: 37px;
  border: 3px solid #cc4400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  transition: all 0.33s ease;
}
@media (max-width: 560px) {
  .mobile-menu-container .menu-items .close {
    top: 0px;
    right: 0px;
  }
}
.mobile-menu-container .menu-items .close:hover {
  background: #cc4400;
}
.mobile-menu-container .menu-items .close:hover .line {
  background: #f6f7f3;
}
.mobile-menu-container .menu-items .close .line {
  height: 3px;
  width: 21px;
  background: #cc4400;
  position: absolute;
  transform: rotate(45deg);
  transition: all 0.33s ease;
}
.mobile-menu-container .menu-items .close .line:nth-child(2) {
  transform: rotate(-45deg);
}

.popup-component {
  opacity: 0;
  transform: scale(0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(125, 125, 125, 0.5);
  transition: all 1s ease;
  z-index: 99;
}
.popup-component.dblock {
  display: block;
}
.popup-component.open {
  transform: scale(1);
  opacity: 1;
}
.popup-component .menu-list {
  margin: 0 auto;
  padding: 40px;
}
.popup-component .menu-list .nav-item {
  transition: all 0.66s ease;
  font-size: 28px;
  line-height: 1.3em;
  display: block;
  margin: 16px 0;
}
.popup-component input,
.popup-component textarea {
  border: 2px solid #292929;
  outline: none;
  color: #444444;
  padding: 26px 30px;
  font-size: 20px;
}
@media (max-width: 1440px) {
  .popup-component input,
  .popup-component textarea {
    font-size: 18px;
    padding: 21px 27px;
  }
}
@media (max-width: 1080px) {
  .popup-component input,
  .popup-component textarea {
    max-width: 560px;
    width: calc(100% - 40px);
    padding: 20px;
  }
}
.popup-component ::placeholder {
  color: #292929;
  opacity: 0.5;
}
.popup-component .close {
  width: 37px;
  height: 37px;
  border: 3px solid #292929;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  transition: all 0.33s ease;
}
@media (max-width: 560px) {
  .popup-component .close {
    top: 24px;
    right: 16px;
  }
}
.popup-component .close:hover {
  background: #292929;
}
.popup-component .close:hover .line {
  background: #f6f7f3;
}
.popup-component .close .line {
  height: 3px;
  width: 21px;
  background: #292929;
  position: absolute;
  transform: rotate(45deg);
  transition: all 0.33s ease;
}
.popup-component .close .line:nth-child(2) {
  transform: rotate(-45deg);
}
.popup-component h2 {
  font-size: 28px;
  line-height: 1.25em;
  margin: 0 0 24px 0;
  font-weight: bold;
}
.popup-component label {
  cursor: pointer;
  display: block;
}
.popup-component .popup-form {
  width: 300px;
  height: 560px;
  padding: 40px 40px;
  background: #f6f7f3;
  position: relative;
  left: calc(50% - 190px);
  top: 80px;
}
@media (max-width: 1280px) {
  .popup-component .popup-form {
    height: 530px;
    top: 40px;
  }
}
@media (max-width: 460px) {
  .popup-component .popup-form {
    padding: 40px 15px;
    height: 450px;
    left: calc(50% - 165px);
    width: calc(100% - 30px);
    height: calc(100% - 80px);
    top: 0;
    left: 0;
  }
}
.popup-component .popup-form button {
  outline: none;
  border: none;
  font-family: inherit;
}
.popup-component .popup-form input,
.popup-component .popup-form textarea {
  padding: 12px 24px;
  font-size: 16px;
  margin: 0 0 16px 0;
  width: 255px;
}
@media (max-width: 460px) {
  .popup-component .popup-form input,
  .popup-component .popup-form textarea {
    padding: 10px 20px;
    font-size: 16px;
    margin: 0 auto 12px auto;
    width: calc(100% - 40px);
  }
}
.popup-component .popup-form input[name="message[gdpr]"] {
  border: unset;
  width: 0;
  height: 0;
  cursor: pointer;
  margin: 0;
  padding: 0 0 0 35px;
}
.popup-component .popup-form form {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.popup-component .popup-form .btn {
  margin: 40px 0 0 auto;
}
.popup-component .checkbox-text {
  font-size: 12px;
  font-weight: 400;
}

.universal-container {
  background: #f6f7f3;
  padding: 60px 0;
}
@media (max-width: 760px) {
  .universal-container {
    padding: 30px 0;
  }
}
.universal-container h1 {
  color: #ff5300;
  margin: 0 0 80px 0;
  text-transform: uppercase;
  font-size: min(70px, 5.6vw);
  line-height: min(80px, 6vw);
  font-weight: 600;
}
.universal-container h1.exercise {
  margin: 0 0 24px 0;
}
.universal-container h1.dark {
  color: #1c1c21;
}
.universal-container h1.product-title {
  font-size: min(60px, 5vw);
  line-height: min(70px, 5.3vw);
}
@media (max-width: 1440px) {
  .universal-container h1 {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 760px) {
  .universal-container h1 {
    font-size: 40px;
    line-height: 1.3em;
    font-weight: 600;
    margin: 0 0 24px 0;
  }
}
.universal-container h2 {
  font-size: min(40px, 3vw);
  line-height: min(50px, 3.6vw);
  margin: 0 0 24px 0;
}
@media (max-width: 760px) {
  .universal-container h2 {
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 600;
  }
}
.universal-container p {
  font-size: 20px;
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
}
@media (max-width: 760px) {
  .universal-container p {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.universal-container a {
  color: #ff5300;
  text-decoration: underline;
  font-size: 1em;
  font-weight: 700;
}

.faq-container {
  margin: 160px 0 80px 0;
}
@media (max-width: 1440px) {
  .faq-container {
    margin: 100px 0 60px 0;
  }
}
@media (max-width: 860px) {
  .faq-container {
    margin: 40px 0;
  }
}
@media (max-width: 860px) {
  .faq-container h2 {
    margin: 0 0 24px 0;
  }
}
.faq-container .faq {
  width: 100%;
  margin: 0 auto;
}
.faq-container .faq .mason-grid {
  width: 100%;
}
.faq-container .faq .mason-grid .mason-grid-item {
  background: #2c2c32;
  color: #fff;
  padding: 30px;
  width: min(760px, 39vw);
  margin: 0 0 40px 0;
}
@media (max-width: 860px) {
  .faq-container .faq .mason-grid .mason-grid-item {
    width: 100%;
    padding: 16px 10px;
    margin: 0 0 24px 0;
  }
}
.faq-container .faq .mason-grid .mason-grid-item .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
  margin: 0 0 30px 0;
  color: inherit;
}
@media (max-width: 860px) {
  .faq-container .faq .mason-grid .mason-grid-item .title {
    font-size: 24px;
    margin: 0 0 16px 0;
  }
}
.faq-container .faq .mason-grid .mason-grid-item p {
  margin: 0 0 16px 0;
  font-size: 20px;
  line-height: 1.4em;
  color: inherit;
}

.produkt-menu-container {
  background: #faf7f6;
}
.banner-wrapper {
  width: 100%;
  height: 100%;
  background: rgba(125, 125, 125, 0.4);
  position: fixed;
  z-index: 109;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  transition: all 0.66s ease;
  opacity: 0;
  pointer-events: none;
}
.banner-wrapper.open {
  opacity: 1;
  pointer-events: auto;
}

.banner-popup {
  border: 5px solid #cc4400;
  position: absolute;
  max-width: 560px;
  height: 700px;
  top: 40px;
  background: #000;
}
@media (max-width: 560px) {
  .banner-popup {
    height: 440px;
  }
}
.banner-popup .close {
  width: 37px;
  height: 37px;
  border: 5px solid #cc4400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  transition: all 0.33s ease;
}
@media (max-width: 560px) {
  .banner-popup .close {
    top: -5px;
    right: -5px;
  }
}
.banner-popup .close:hover {
  background: #cc4400;
}
.banner-popup .close:hover .line {
  background: #f6f7f3;
}
.banner-popup .close .line {
  height: 5px;
  width: 21px;
  background: #cc4400;
  position: absolute;
  transform: rotate(45deg);
  transition: all 0.33s ease;
}
.banner-popup .close .line:nth-child(2) {
  transform: rotate(-45deg);
}
.banner-popup .banner-image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

main.one-post,
main.blog {
  color: #ebe7e4;
}
main.one-post p,
main.blog p {
  margin: 0;
}
main.one-post small,
main.blog small {
  opacity: 0.8;
}
main.one-post img,
main.blog img {
  max-width: 100%;
  height: auto;
  display: block;
}
main.one-post h1,
main.blog h1 {
  appearance: unset;
  color: unset;
  font-size: clamp(1.75rem, 1.1442rem + 2.6923vw, 4.375rem);
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
}

main.blog {
  min-height: calc(100vh - 180px);
  margin-block: 8px 40px;
  color: #ebe7e4;
  padding-inline: clamp(0.625rem, -0.3846rem + 4.4872vw, 5rem);
}
main.blog h1 {
  margin-block-end: clamp(1.5rem, 1.2981rem + 0.8974vw, 2.375rem);
}
main.blog .post-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(1.5rem, 1.2115rem + 1.2821vw, 2.75rem);
}
@media (max-width: 992px) {
  main.blog .post-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  main.blog .post-grid {
    grid-template-columns: 1fr;
  }
}
main.blog .post {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 250ms ease;
}
main.blog .post:has(a:hover) {
  background: rgba(0, 0, 0, 0.3);
}
main.blog .post img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/4;
}
main.blog .post .contents {
  padding: 16px;
}
main.blog .post .contents a {
  color: inherit;
  font: inherit;
  margin-block-start: 8px;
  display: block;
  font-size: clamp(1.0625rem, 1.0192rem + 0.1923vw, 1.25rem);
}
main.blog .post .contents a::after {
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
}
main.blog .post h2 {
  font-size: clamp(1.375rem, 1.2596rem + 0.5128vw, 1.875rem);
  line-height: 1.4;
  margin-block-end: 0;
}
main.blog .post h2 a {
  font: inherit;
  color: inherit;
  margin: inherit;
  line-height: inherit;
}

main.one-post {
  display: flex;
  flex-direction: column;
  color: #ebe7e4;
}
main.one-post a {
  color: #ff5300;
  text-decoration: underline;
  font: inherit;
}
main.one-post .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 20px;
}
main.one-post img.main-image {
  max-height: min(clamp(37.5rem, 31.7308rem + 25.641vw, 62.5rem), 60vh);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
main.one-post h2 {
  margin-block-start: 10px;
  margin-block-end: 0;
  text-transform: unset;
  color: inherit;
  text-align: center;
  font-size: clamp(1.375rem, 1.1154rem + 1.1538vw, 2.5rem);
  line-height: 1.3;
}
main.one-post h2:not(:has(+ img)) {
  margin-block-end: 18px;
}
main.one-post .content {
  padding-inline: clamp(0.625rem, -0.3846rem + 4.4872vw, 5rem);
  width: min(100%, 800px);
  margin-inline: auto;
  font-size: clamp(1.0625rem, 0.9615rem + 0.4487vw, 1.5rem);
  padding-block: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #18181c;
  margin-block-end: 40px;
  margin-block-start: calc(-1 * clamp(2.5rem, 1.3462rem + 5.1282vw, 7.5rem));
  z-index: 4;
  position: relative;
}
@media (max-width: 576px) {
  main.one-post .content {
    margin-block-start: 0;
  }
}
main.one-post .description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main.one-post .image-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
main.one-post .image-block > img {
  max-height: 800px;
  object-fit: contain;
  width: auto;
}

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