html {
  font-size: 62.5%;
}

body {
  background: rgba(0, 0, 0, 0.03);
  font-size: calc(0.6rem + 0.8333333333vw);
}

.font2 {
  font-family: "Unbounded", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}

.container-full {
  padding-left: 1.1111111111vw;
  padding-right: 1.1111111111vw;
  width: 100%;
}

.text-muted {
  color: #888888;
}

.pt-1-half {
  padding-top: 0.5555555556vw;
}

.ps-1-half {
  padding-left: 0.5555555556vw;
}

.pe-1-half {
  padding-right: 0.5555555556vw;
}

.pb-1-half {
  padding-bottom: 0.5555555556vw;
}

.p-1-half {
  padding: 0.5555555556vw;
}

.mt-1-half {
  margin-top: 0.5555555556vw;
}

.ms-1-half {
  margin-left: 0.5555555556vw;
}

.me-1-half {
  margin-right: 0.5555555556vw;
}

.mb-1-half {
  margin-bottom: 0.5555555556vw;
}

.m-1-half {
  margin: 0.5555555556vw;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Unbounded", sans-serif;
  text-transform: uppercase;
}

.h1,
h1 {
  font-size: calc(3rem + 3.4722222222vw);
  letter-spacing: -4px;
}

.h2,
h2 {
  font-size: calc(2.8rem + 1.9444444444vw);
  letter-spacing: -2.8px;
}

.h3,
h3 {
  font-size: calc(2.4rem + 1.6666666667vw);
}

.h4,
h4 {
  font-size: calc(1.6rem + 1.1111111111vw);
}

.perex {
  font-size: calc(1.6rem + 1.1111111111vw);
}

.small-headline {
  font-size: calc(0.7rem + 0.4861111111vw);
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.white-box-section {
  padding: 3.3333333333vw;
  background: #ffffff;
  border-radius: 2.2222222222vw;
}

@media (min-width: 992px) {
  .mw-600 {
    max-width: 41.6666666667vw;
  }
  .mw-890 {
    max-width: 61.8055555556vw;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  [class*=col-] {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  h6,
  .h6,
  h5,
  .h5,
  h4,
  .h4,
  h3,
  .h3,
  h2,
  .h2,
  h1,
  .h1 {
    margin-bottom: 2.4rem;
  }
  .h1,
  h1 {
    font-size: 2.4rem;
    letter-spacing: -1.2px;
  }
  .h2,
  h2 {
    font-size: 2rem;
    letter-spacing: -1px;
  }
  .h3,
  h3 {
    font-size: 2rem;
  }
  .h4,
  h4 {
    font-size: 2rem;
  }
  .perex {
    font-size: 1.6rem;
  }
  .mb-1 {
    margin-bottom: 0.8rem !important;
  }
  .mt-1 {
    margin-top: 0.8rem !important;
  }
  .mt-2 {
    margin-top: 1.6rem !important;
  }
  .mb-1-half {
    margin-bottom: 0.8rem !important;
  }
  .mb-2 {
    margin-bottom: 2.4rem !important;
  }
  .small-headline {
    font-size: 1.2rem;
  }
  .w-mobile-100 {
    width: 100% !important;
  }
}
.btn {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  border-radius: 3.3333333333vw;
  display: inline-flex;
  align-items: center;
  font-size: calc(0.6rem + 0.5555555556vw);
  justify-content: center;
  padding-left: 2.6388888889vw;
  padding-right: 2.6388888889vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  text-transform: uppercase;
  min-height: 4.8rem;
  border: 2px solid transparent;
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn {
    font-size: 1.4rem;
    border-radius: 4.8rem;
  }
}
@media (min-width: 1199px) {
  .btn {
    min-height: 6.4rem;
  }
}
.btn img {
  width: 1.6666666667vw;
  min-width: 2rem;
}
.btn-primary {
  background: #000000;
  color: #ffffff;
}
.btn-primary:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
.btn-white {
  background: #ffffff;
  color: #000000;
}
.btn-white:hover {
  color: #000000;
  background: rgba(255, 255, 255, 0.9);
}
.btn-transparent {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.btn-transparent:hover {
  color: #ffffff;
  border-color: rgb(255, 255, 255);
}
.btn-transparent-dark {
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.2);
  color: #000000;
}
.btn-transparent-dark:hover {
  color: #000000;
  border: 2px solid rgb(0, 0, 0);
}
.btn-link {
  background: rgba(0, 0, 0, 0.03);
  color: #000000;
  font-size: calc(0.6rem + 0.6944444444vw);
  padding-left: 2.2222222222vw;
  padding-right: 2.2222222222vw;
}
.btn-link:hover {
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .btn-link {
    font-size: 1.4rem;
  }
}
.btn-swiper {
  border-radius: 2.7777777778vw;
  border: 2px solid rgba(0, 0, 0, 0.05);
  font-size: calc(1rem + 0.9722222222vw);
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: -1.2px;
  font-weight: 400;
}
.btn-swiper:hover {
  border: 1px solid rgba(241, 158, 59, 0.25);
}
@media (max-width: 767px) {
  .btn-swiper {
    min-height: 4rem;
    letter-spacing: -0.8px;
    font-size: 1.6rem;
    border-radius: 4rem;
  }
}
.btn-big {
  padding-top: 2.4305555556vw;
  padding-bottom: 2.4305555556vw;
  font-size: calc(0.8rem + 0.5555555556vw);
}
.btn img + span {
  margin-left: 0.8333333333vw;
}
.btn span + img {
  margin-left: 0.8333333333vw;
}

.form-control {
  font-family: "Space Grotesk", sans-serif;
  font-size: calc(0.9rem + 0.625vw);
  border: 2px solid #000000;
  border-radius: 2.2222222222vw;
  padding: 0 2.6388888889vw;
  outline: none;
  background: transparent;
  box-shadow: none;
  min-height: 4.8rem;
}
@media (min-width: 1199px) {
  .form-control {
    min-height: 6.4rem;
  }
}
.form-control::placeholder {
  color: #000000;
}
.form-control:focus {
  border-color: #000000;
  background: transparent;
  box-shadow: none;
}
.form-control.is-invalid, .form-control:invalid:not(:placeholder-shown) {
  border-color: #ED1C24;
}
@media (max-width: 767px) {
  .form-control {
    border-radius: 3.2rem;
    padding: 0 2rem;
    font-size: 1.6rem;
  }
}

.styled-checkbox {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  cursor: pointer;
}
@media (max-width: 767px) {
  .styled-checkbox {
    gap: 0.8rem;
  }
}
.styled-checkbox input {
  display: none;
}
.styled-checkbox input:checked + .styled-checkbox-box {
  background: #000000;
  border-color: #000000;
  background-image: url("./../images/ico_check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
.styled-checkbox-box {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  min-width: 2rem;
  min-height: 2rem;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5555555556vw;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .styled-checkbox-box {
    border-radius: 0.6rem;
  }
}
.styled-checkbox-label {
  font-family: "Space Grotesk", sans-serif;
  font-size: calc(0.8rem + 0.5555555556vw);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .styled-checkbox-label {
    font-size: 1.4rem;
  }
}

.styled-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.8333333333vw;
  height: 3.3333333333vw;
  padding: 0 1.6666666667vw;
  border-radius: 2.2222222222vw;
  border: 2px solid rgba(0, 0, 0, 0.05);
  background: transparent;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
@media (max-width: 767px) {
  .styled-tag {
    height: 4rem;
    padding: 0 1.6rem;
    border-radius: 2.4rem;
    gap: 0.8rem;
  }
}
.styled-tag input {
  display: none;
}
.styled-tag input:checked ~ .styled-tag-label {
  color: #ffffff;
}
.styled-tag:has(input:checked) {
  background: #000000;
  border-color: #000000;
}
.styled-tag-icon {
  width: 1.6666666667vw;
  min-width: 2rem;
  height: 1.6666666667vw;
  min-height: 2rem;
  border-radius: 50%;
  object-fit: cover;
}
.styled-tag-label {
  font-family: "Space Grotesk", sans-serif;
  font-size: calc(0.8rem + 0.5555555556vw);
  white-space: nowrap;
  color: #000000;
}
@media (max-width: 767px) {
  .styled-tag-label {
    font-size: 1.4rem;
  }
}
.styled-tag:hover:not(:has(input:checked)) {
  border-color: rgba(0, 0, 0, 0.2);
}

.tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5555555556vw;
  padding-bottom: 1.1111111111vw;
}
@media (max-width: 767px) {
  .tag-grid {
    gap: 0.6rem;
  }
}

.simple-swiper .swiper > .swiper-wrapper {
  transition-timing-function: linear;
}
.simple-swiper .swiper-slide {
  width: auto;
  margin: 0.8rem;
}

.header-content {
  display: flex;
}
.header-left {
  height: 6.6666666667vw;
  border-radius: 2.2222222222vw;
  background: #ffffff;
  padding-left: 2.2222222222vw;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .header-left {
    height: auto;
  }
}
.header-logo {
  display: flex;
  align-items: center;
  color: #000000;
  text-decoration: none;
}
.header-logo img {
  height: 3.3333333333vw;
}
.header-logo:hover {
  color: #000000;
}
.header-logo span {
  display: block;
  line-height: 1;
  padding-left: 2.2222222222vw;
  font-size: calc(0.6rem + 0.6944444444vw);
  text-transform: uppercase;
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
}
@media (max-width: 767px) {
  .header-logo span {
    display: none;
  }
}
.header-lang-dropdown {
  position: relative;
}
.header-lang {
  height: 6.6666666667vw;
  background: #ffffff;
  border-radius: 2.2222222222vw;
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  padding: 0 1.6666666667vw;
  text-decoration: none;
  color: #000000;
  border: none;
  cursor: pointer;
}
.header-lang:hover {
  color: #000000;
}
.header-lang-flag {
  width: 1.6666666667vw;
  min-width: 2rem;
}
.header-lang-label {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: calc(0.8rem + 0.5555555556vw);
  text-transform: uppercase;
}
.header-lang-arrow {
  width: 0.9722222222vw;
  min-width: 1rem;
  transition: transform 0.2s ease;
}
.header-lang-menu {
  background: #ffffff;
  border: none;
  border-radius: 2.2222222222vw;
  padding: 0.5555555556vw;
  min-width: 100%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.header-lang-menu li + li {
  margin-top: 0.2777777778vw;
}
@media (max-width: 991px) {
  .header-lang-menu {
    border-radius: 1.6rem;
    padding: 0.6rem;
  }
}
.header-lang-option {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  height: 3.8888888889vw;
  padding: 0 1.6666666667vw;
  border-radius: 1.6666666667vw;
  border: 2px solid rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: #000000;
  background: #ffffff;
}
.header-lang-option:hover {
  color: #000000;
  background: rgba(0, 0, 0, 0.02);
}
.header-lang-option.active {
  background: rgba(0, 0, 0, 0.03);
  border-color: transparent;
}
@media (max-width: 991px) {
  .header-lang-option {
    height: 4.4rem;
    border-radius: 1.2rem;
    padding: 0 1.2rem;
    gap: 0.8rem;
  }
}
@media (max-width: 991px) {
  .header-lang {
    height: auto;
    min-height: 4.8rem;
    border-radius: 1.6rem;
    padding: 0 1.2rem;
    gap: 0.8rem;
  }
  .header-lang-label {
    font-size: 1.4rem;
  }
}
.header-lang-dropdown.show .header-lang .header-lang-arrow {
  transform: rotate(180deg);
}
.header-instagram {
  height: 6.6666666667vw;
  width: 6.6666666667vw;
  background: #000000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.2222222222vw;
  padding-left: 2.2222222222vw;
  padding-right: 2.2222222222vw;
}
@media (max-width: 991px) {
  .header-instagram {
    height: auto;
    width: auto;
    min-width: 4.8rem;
    width: 4.8rem;
    border-radius: 1.6rem;
  }
}
.header-instagram img {
  width: 1.6666666667vw;
  min-width: 2rem;
}
.header-buy {
  padding-left: 3.3333333333vw;
  padding-right: 3.3333333333vw;
  font-size: calc(0.8rem + 0.5555555556vw);
}
@media (max-width: 767px) {
  .header-buy {
    border-radius: 50%;
    width: 4.8rem;
  }
  .header-buy span {
    display: none;
  }
}

.footer {
  border-radius: 2.2222222222vw;
  padding: 2.7777777778vw;
  background: #000000;
  color: #ffffff;
  letter-spacing: -0.32px;
}
.footer a {
  color: #ffffff;
}
.footer-mail {
  font-size: calc(2rem + 1.3888888889vw);
  text-decoration: underline;
  letter-spacing: -2px;
  font-family: "Unbounded", sans-serif;
  text-transform: none;
  font-weight: 900;
}
.footer-link {
  text-decoration: underline;
}
.footer-link:hover {
  opacity: 0.7;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.3333333333vw;
  padding-top: 1.6666666667vw;
  font-size: calc(0.6rem + 0.6944444444vw);
}
.footer-links {
  display: flex;
  gap: 1.6666666667vw;
}
.footer-links a {
  text-decoration: none;
}
.footer-age {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 1.1111111111vw;
  border-radius: 1.1111111111vw 1.1111111111vw 0px 0px;
  margin-top: 2.4rem;
  background: #ffffff;
}
.footer-age p {
  margin-bottom: 0;
}
.footer-age img {
  margin-right: 1.1111111111vw;
}
@media (max-width: 767px) {
  .footer {
    padding: 1.6rem;
    font-size: 1.4rem;
  }
  .footer-top {
    margin-bottom: 4rem !important;
  }
  .footer-top img {
    height: 2.4rem;
  }
  .footer-mail {
    font-size: 2rem;
    letter-spacing: -1px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-top: 2.4rem;
    padding-top: 1.6rem;
    font-size: 1.2rem;
  }
  .footer-copy {
    order: 2;
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 1.2rem;
    order: 1;
    flex-direction: column;
    margin-bottom: 2.4rem;
  }
  .footer-age {
    position: relative;
    padding: 0.8rem 4.8rem;
    border-radius: 16px 16px 0px 0px;
    text-align: center;
    font-size: 1.2rem;
  }
  .footer-age img {
    position: absolute;
    left: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
  }
}

.full-banner {
  width: 100%;
  position: relative;
  border-radius: 2.2222222222vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  .full-banner {
    height: auto;
    overflow: visible;
  }
  .full-banner .swiper {
    background: rgba(0, 0, 0, 0.8);
    height: auto !important;
    border-radius: 1.6rem 1.6rem 0 0;
  }
}
.full-banner .swiper {
  width: 100%;
  height: 100%;
}
.full-banner .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.full-banner-img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .full-banner-img {
    height: auto;
    border-radius: 1.6rem;
    overflow: hidden;
  }
}
.full-banner-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.full-banner-text {
  position: absolute;
  margin: 1.6666666667vw;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 2.7777777778vw;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 1.6666666667vw;
  max-width: 50vw;
  display: flex;
  flex-direction: column;
  gap: 2.2222222222vw;
}
@media (max-width: 767px) {
  .full-banner-text {
    position: relative;
    padding: 1.6rem;
    padding-bottom: 0;
    margin: 0.8rem 0 0 0;
    width: 100%;
    max-width: 100%;
    border-radius: 1.6rem 1.6rem 0 0;
    gap: 1.6rem;
    background: transparent;
  }
}
.full-banner-text h3 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .full-banner-text h3 {
    font-size: 2.4rem;
  }
}
.full-banner-desc {
  display: flex;
  flex-direction: column;
  gap: 1.1111111111vw;
  padding-right: 2.7777777778vw;
}
@media (max-width: 767px) {
  .full-banner-desc {
    padding-right: 0;
    gap: 1.2rem;
  }
}
.full-banner-desc p {
  font-size: calc(0.6rem + 0.8333333333vw);
  line-height: 1.4;
}
@media (max-width: 767px) {
  .full-banner-desc p {
    font-size: 1.4rem;
  }
}
.full-banner-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .full-banner-actions .btn {
    width: 100%;
  }
}
.full-banner-arrows {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  margin: 1.6666666667vw;
  padding: 2.7777777778vw;
  max-width: 50vw;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0.5555555556vw;
  pointer-events: none;
  box-sizing: border-box;
}
.full-banner-arrows button {
  pointer-events: auto;
}
@media (max-width: 767px) {
  .full-banner-arrows {
    position: relative;
    margin: 0;
    padding: 1.6rem;
    max-width: 100%;
    gap: 0.4rem;
    justify-content: stretch;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0 0 1.6rem 1.6rem;
  }
}
.full-banner-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4444444444vw;
  height: 4.4444444444vw;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
@media (max-width: 767px) {
  .full-banner-arrow {
    flex: 1;
    width: auto;
    height: 4.8rem;
    border-radius: 3.2rem;
  }
}
.full-banner-arrow img {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
@media (max-width: 767px) {
  .full-banner-arrow img {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.full-banner-arrow:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}

.banner-item {
  border-radius: 2.2222222222vw;
  display: flex;
  flex-direction: column;
  padding: 2.2222222222vw;
  color: #ffffff;
  align-items: flex-start;
  background: #000000;
  overflow: hidden;
  min-height: 22.2222222222vw;
  position: relative;
}
@media (max-width: 767px) {
  .banner-item {
    padding: 1.6rem;
  }
}
.banner-item h4 {
  margin-bottom: 1.1111111111vw;
  color: #ffffff;
}
.banner-item p {
  max-width: 13.8888888889vw;
}
@media (max-width: 767px) {
  .banner-item p {
    max-width: 20rem;
  }
}
.banner-item-img {
  width: 16.6666666667vw;
  position: absolute;
  right: 0;
  margin-right: -7.2916666667vw;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .banner-item-img {
    width: 16rem;
    margin-right: -7rem;
  }
}
.banner-item .btn {
  margin-top: auto;
}

.banner-section-row .full-banner {
  height: 100%;
}

.advantage-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
  padding: 1.6666666667vw;
  border-radius: 2.2222222222vw;
  flex-direction: column;
  min-height: 13.6111111111vw;
  width: 100%;
}
@media (max-width: 767px) {
  .advantage-item {
    padding: 1.6rem;
  }
}
.advantage-item-col {
  display: flex;
}
.advantage-item-img {
  width: 3.3333333333vw;
}
@media (max-width: 767px) {
  .advantage-item-img {
    width: 4rem;
  }
}
.advantage-item p {
  font-size: calc(0.6rem + 0.5555555556vw);
  margin-bottom: 0;
  max-width: 12.0833333333vw;
}
@media (max-width: 767px) {
  .advantage-item p {
    font-size: 1.2rem;
    max-width: 18rem;
  }
}
.advantage-item-title {
  font-size: calc(0.8rem + 0.5555555556vw);
}
@media (max-width: 767px) {
  .advantage-item-title {
    font-size: 1.4rem;
    margin: 0.8rem;
  }
}

.product-item-col {
  display: flex;
}
.product-item {
  display: flex;
  flex-direction: column;
  border-radius: 2.2222222222vw;
  padding: 1.1111111111vw;
  padding-top: 3.8888888889vw;
  background: #000000;
  color: #ffffff;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  position: relative;
  width: 100%;
}
.product-item-front {
  width: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s;
  flex-grow: 1;
}
.product-item-name {
  letter-spacing: -1.6px;
}
.product-item a {
  text-decoration: none;
  color: #ffffff;
}
.product-item-img {
  max-width: 100%;
  margin-bottom: 2.2222222222vw;
}
.product-item-img img {
  max-width: 100%;
  width: 19.4444444444vw;
}
.product-item-info {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.product-item-info-name {
  font-size: calc(0.6rem + 0.4166666667vw);
}
.product-item p {
  margin-bottom: 1.6666666667vw;
}
.product-item-badge {
  position: absolute;
  top: 1.1111111111vw;
  left: 1.1111111111vw;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.2222222222vw;
  padding: 0 1.1111111111vw;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 1.1111111111vw;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: calc(0.4rem + 0.5555555556vw);
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0;
}
.product-item-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5555555556vw;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6666666667vw;
  max-width: 13.8888888889vw;
}
@media (max-width: 767px) {
  .product-item-flags {
    max-width: 100%;
  }
}
.product-item-flags img {
  width: 1.3888888889vw;
  min-width: 1.4rem;
  height: auto;
  border-radius: 50%;
  display: block;
}
.product-item-price {
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
  font-size: calc(1rem + 0.9722222222vw);
  text-transform: uppercase;
  letter-spacing: -1.2px;
  line-height: 1.2;
}
.product-item-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5555555556vw;
  width: 100%;
  max-width: 19.4444444444vw;
  margin-bottom: 2.2222222222vw;
}
.product-item-grid img {
  width: 100%;
  height: auto;
  display: block;
}
.product-item--bundle {
  background: #ffffff;
  color: #000000;
}
.product-item--bundle .product-item-name {
  color: #000000;
}
.product-item--bundle .product-item-badge {
  color: #ffffff;
}
.product-item--bundle .product-item-price {
  margin-bottom: 1.6666666667vw;
}
.product-item--bundle .product-item-btns .btn-primary {
  flex-grow: 1;
}
.product-item--bundle .product-item-btns .btn-primary img {
  filter: invert(1);
}
.product-item-btns {
  width: 100%;
  display: flex;
  margin-top: auto;
}
.product-item-btns .btn-transparent {
  flex-grow: 1;
  margin-right: 0.8rem;
}
@media (max-width: 767px) {
  .product-item-btns .btn-transparent {
    order: 2;
    margin-top: 0.8rem;
    margin-right: 0;
  }
}
.product-item-btns .btn-white {
  color: #000000;
}

.product-item.opening .product-item-front {
  opacity: 0;
}
.product-item.opening .product-item-back {
  opacity: 0;
  display: flex;
}
.product-item.open .product-item-front {
  opacity: 0;
}
.product-item.open .product-item-back {
  opacity: 1;
  display: flex;
}
.product-item-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  padding: 1.6666666667vw;
  padding-bottom: 1.1111111111vw;
  display: none;
  opacity: 0;
  transition: all 0.3s;
}
.product-item-back-small-headline {
  font-size: calc(0.6rem + 0.4166666667vw);
  margin-bottom: 0.5555555556vw;
  line-height: 1;
}
.product-item-back-close {
  position: absolute;
  top: 1.25vw;
  right: 1.25vw;
  width: 1.8055555556vw;
}
.product-item-back-name {
  color: #ffffff;
}
.product-item-back .product-item-btns {
  margin-top: auto;
  margin-left: -0.5555555556vw;
  margin-right: -0.5555555556vw;
  width: calc(100% + 1.1111111111vw);
}
.product-item-back table {
  width: 100%;
  text-align: left;
}
.product-item-back table tr td {
  width: 50%;
  height: 2.7777777778vw;
  padding: 0.5555555556vw;
  font-size: calc(0.8rem + 0.5555555556vw);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.product-item-back table tr td:nth-child(1) {
  padding-left: 0;
}
.product-item-back table tr td:nth-child(2) {
  padding-right: 0;
  text-align: right;
}

@media (max-width: 767px) {
  .product-item {
    padding: 1.6rem;
    padding-top: 2.4rem;
  }
  .product-item-img {
    margin-bottom: 3.2rem;
  }
  .product-item-img img {
    width: 20rem;
  }
  .product-item-info {
    font-size: 0.8rem;
  }
  .product-item-info-name {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
  .product-item-badge {
    top: 1rem;
    left: 1rem;
    height: 2.4rem;
    padding: 0 1.2rem;
    border-radius: 1.2rem;
    font-size: 0.9rem;
  }
  .product-item-flags {
    gap: 0.6rem;
    margin-bottom: 1.6rem;
  }
  .product-item-price {
    font-size: 1.8rem;
  }
  .product-item-grid {
    max-width: 18rem;
    gap: 0.6rem;
    margin-bottom: 2rem;
  }
  .product-item-name {
    letter-spacing: -1px;
  }
  .product-item p {
    font-size: 1.4rem;
  }
  .product-item-btns {
    flex-direction: column;
  }
  .product-item-btns .btn-transparent {
    margin-right: 0;
    margin-bottom: 0.8rem;
  }
  .product-item-back {
    padding: 1.6rem;
  }
  .product-item-back-close {
    width: 2rem;
    top: 0.8rem;
    right: 0.8rem;
  }
  .product-item-back-close img {
    width: 2rem;
  }
}
.where-to-buy {
  display: flex;
  background: #ffffff;
  padding: 3.3333333333vw;
  border-radius: 2.2222222222vw;
}
.where-to-buy-left {
  width: 50%;
}
.where-to-buy-right {
  width: 50%;
}
@media (max-width: 767px) {
  .where-to-buy {
    padding: 1.6rem;
    flex-direction: column;
  }
  .where-to-buy-left {
    width: 100%;
  }
  .where-to-buy-right {
    width: 100%;
  }
}

.full-img-section {
  width: 100%;
}
.full-img-section .full-img-image {
  width: 100%;
}

.two-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.two-col-left {
  width: 65%;
  max-width: 54.8611111111vw;
  letter-spacing: -1.6px;
  padding-right: 1.1111111111vw;
}
.two-col-right {
  font-size: calc(1rem + 0.6944444444vw);
  width: 35%;
  max-width: 29.8611111111vw;
  line-height: 1.6;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .two-col {
    flex-direction: column;
  }
  .two-col-left {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    letter-spacing: -0.8px;
  }
  .two-col-right {
    width: 100%;
    max-width: 100%;
    letter-spacing: -0.7px;
  }
}

.instagram-text-section {
  position: relative;
}
.instagram-text-bg-img-1 {
  position: absolute;
  right: 0;
  width: 24.3055555556vw;
  height: 38.8888888889vw;
  top: 0;
}
.instagram-text-bg-img-1 img {
  width: 100%;
}
.instagram-text-bg-img-2 {
  position: absolute;
  left: 0;
  width: 34.7222222222vw;
  height: 48.6111111111vw;
  bottom: -14rem;
}
.instagram-text-bg-img-2 img {
  width: 100%;
}
.instagram-text-wrap {
  width: 66.666%;
  margin: 0 auto;
}
.instagram-text-item {
  padding: 1.6666666667vw;
  background: #ffffff;
  max-width: 40.1388888889vw;
  position: relative;
  z-index: 10;
}
.instagram-text-item p {
  margin-bottom: 0;
}
.instagram-text-item:nth-child(even) {
  border-radius: 2.2222222222vw 2.2222222222vw 0.5555555556vw 2.2222222222vw;
}
.instagram-text-item:nth-child(odd) {
  border-radius: 2.2222222222vw 2.2222222222vw 2.2222222222vw 0.5555555556vw;
  margin-left: auto;
}
.instagram-text-headline {
  letter-spacing: -7.542px;
  text-transform: uppercase;
  font-size: calc(7.5rem + 5.2083333333vw);
  font-weight: 900;
  font-family: "Unbounded", sans-serif;
  position: relative;
  z-index: 10;
  text-align: center;
}

.instagram-img {
  border-radius: 2.2222222222vw;
  overflow: hidden;
  position: relative;
}
.instagram-img img {
  width: 100%;
}
.instagram-img .btn-primary {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1439px) {
  .instagram-text-headline {
    font-size: 12rem;
  }
}
@media (max-width: 1199px) {
  .instagram-text-headline {
    font-size: 8rem;
    letter-spacing: -1.841px;
  }
}
@media (max-width: 767px) {
  .instagram-text-headline {
    font-size: 3.6rem;
  }
  .instagram-text-wrap {
    width: 100%;
    margin-top: 2.4rem;
  }
  .instagram-text-item {
    padding: 1.6rem;
    max-width: 100%;
    font-size: 1.4rem;
  }
  .instagram-text-bg-img-1, .instagram-text-bg-img-2 {
    display: none;
  }
}
.accordion-item {
  border-radius: 2.2222222222vw !important;
  background: #ffffff;
  overflow: hidden;
  margin-bottom: 0.5555555556vw;
  border: none;
}
.accordion-button {
  padding: 2.7777777778vw 2.7777777778vw;
  font-size: calc(1.2rem + 0.8333333333vw);
  font-weight: 700;
  letter-spacing: -1.2px;
  border: none;
  position: relative;
  font-family: "Space Grotesk", sans-serif;
}
.accordion-button:after {
  background: rgba(0, 0, 0, 0.03) url("./../images/plus.svg") no-repeat center;
  background-size: 1.6666666667vw !important;
  width: 4.4444444444vw;
  height: 4.4444444444vw;
  border-radius: 50%;
  position: absolute;
  right: 2.2222222222vw;
}
.accordion-body {
  border: none;
  padding: 0 2.7777777778vw 1.6666666667vw 2.7777777778vw;
  max-width: 68.0555555556vw;
}
.accordion-body p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .accordion-item {
    margin-bottom: 0.8rem;
  }
  .accordion-button {
    padding: 1.6rem;
    padding-right: 4.2rem;
    letter-spacing: -0.8px;
    font-size: 1.6rem;
  }
  .accordion-button:after {
    width: 3.2rem;
    height: 3.2rem;
    background-size: 2rem !important;
  }
  .accordion-body {
    font-size: 1.4rem;
    padding: 1.6rem;
    padding-top: 0;
    max-width: 100%;
  }
}

.accordion-button:not(.collapsed) {
  background: #ffffff;
  box-shadow: none;
}
.accordion-button:not(.collapsed):after {
  background: rgba(0, 0, 0, 0.03) url("./../images/plus.svg") no-repeat center;
  transform: rotate(45deg);
}

.filter-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8333333333vw 1.1111111111vw;
  padding-bottom: 1.1111111111vw;
}
.filter-grid .styled-checkbox {
  width: calc(20% - 0.9027777778vw);
}
@media (max-width: 991px) {
  .filter-grid .styled-checkbox {
    width: calc(33.333% - 1rem);
  }
}
@media (max-width: 767px) {
  .filter-grid {
    gap: 1rem;
  }
  .filter-grid .styled-checkbox {
    width: 100%;
  }
}

.accordion-filter .accordion-item {
  border-radius: 0 !important;
  background: transparent;
  overflow: visible;
  margin-bottom: 0;
  border: none;
  border-top: 2px solid #000000;
}
.accordion-filter .accordion-item:last-child {
  border-bottom: 2px solid #000000;
}
.accordion-filter .accordion-button {
  padding: 1.1111111111vw 2.2222222222vw;
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
  font-size: calc(1.6rem + 1.1111111111vw);
  letter-spacing: -1.6px;
  text-transform: uppercase;
  background: transparent;
  box-shadow: none;
}
.accordion-filter .accordion-button:after {
  background: transparent url("./../images/plus.svg") no-repeat center;
  background-size: 1.6666666667vw !important;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  border-radius: 0;
}
.accordion-filter .accordion-button:not(.collapsed):after {
  background: transparent url("./../images/plus.svg") no-repeat center;
  background-size: 1.6666666667vw !important;
  transform: rotate(45deg);
}
.accordion-filter .accordion-body {
  padding: 0 2.2222222222vw 1.6666666667vw 2.2222222222vw;
  max-width: 100%;
}
@media (max-width: 767px) {
  .accordion-filter .accordion-button {
    padding: 1.2rem 1.6rem;
    font-size: 1.8rem;
    letter-spacing: -0.9px;
  }
  .accordion-filter .accordion-button:after {
    width: 2.4rem;
    height: 2.4rem;
    background-size: 1.6rem !important;
  }
  .accordion-filter .accordion-body {
    padding: 0 1.6rem 1.6rem 1.6rem;
  }
}

.modal .btn-close {
  background: transparent;
  position: absolute;
  right: 1.1111111111vw;
  top: 1.1111111111vw;
  padding: 0;
  opacity: 1;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
}
.modal .btn-close img {
  max-width: 100%;
}
.modal-content {
  border: none;
  border-radius: 2.2222222222vw;
}
.modal-header {
  padding: 2.7777777778vw;
  padding-bottom: 1.1111111111vw;
  border: none;
}
.modal-body {
  padding: 0 2.7777777778vw;
}
.modal-footer {
  padding: 2.7777777778vw;
  padding-top: 1.1111111111vw;
  border: none;
  justify-content: flex-start;
}
.modal h4 {
  max-width: 38.1944444444vw;
  font-size: calc(0.8rem + 1.6666666667vw);
}
@media (max-width: 767px) {
  .modal h4 {
    font-size: 2rem;
  }
}
.modal .perex {
  font-size: calc(0.6rem + 0.8333333333vw);
}
@media (max-width: 767px) {
  .modal .perex {
    font-size: 1.6rem;
  }
}
.modal p {
  max-width: 31.25vw;
}
.modal .mw-600 h4, .modal .mw-600 p {
  max-width: 100%;
}
.modal-age-img {
  width: 4.4444444444vw;
  margin-bottom: 1.6666666667vw;
}
.modal-age-date {
  display: flex;
  gap: 0.5555555556vw;
  margin-bottom: 1.6666666667vw;
}
.modal-age-date-col {
  display: flex;
  flex-direction: column;
  gap: 0.2777777778vw;
}
.modal-age-date-col label {
  font-size: calc(0.6rem + 0.6944444444vw);
  letter-spacing: -0.8px;
  line-height: 1.6;
}
.modal-age-date-col--month {
  flex: 1;
}
.modal-age-date-col .form-select {
  font-family: "Space Grotesk", sans-serif;
  font-size: calc(0.6rem + 0.8333333333vw);
  height: 4.4444444444vw;
  border: 2px solid #000000;
  border-radius: 2.2222222222vw;
  padding: 0 3.3333333333vw 0 2.7777777778vw;
  background-position: right 1.6666666667vw center;
  background-size: 1.6666666667vw auto;
  appearance: none;
  cursor: pointer;
}
.modal-age-date-col .form-select:focus {
  border-color: #000000;
  box-shadow: none;
}
.modal-age-disclaimer {
  color: rgba(0, 0, 0, 0.5);
}
.modal-age-disclaimer p {
  max-width: 100%;
}
@media (max-width: 767px) {
  .modal-age-disclaimer {
    display: none;
  }
}

.modal-btn-list {
  display: flex;
  gap: 1.1111111111vw;
  margin-bottom: 1.6666666667vw;
}
@media (max-width: 767px) {
  .modal-btn-list {
    flex-direction: column;
    gap: 0.8rem;
  }
}

#age-modal {
  background: #000;
}
#age-modal .modal-header {
  position: relative;
}
#age-modal .modal-header .header-lang-dropdown {
  position: absolute;
  right: 2.7777777778vw;
  top: 1.6666666667vw;
  z-index: 10;
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 55.2777777778vw;
  }
}
@media (max-width: 767px) {
  .modal .btn-close {
    width: 2.4rem;
    height: 2.4rem;
    right: 1.6rem;
    top: 1.6rem;
  }
  .modal p {
    max-width: 100%;
  }
  .modal h4 {
    max-width: 100%;
  }
  .modal-body {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .modal-header {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-bottom: 1.6rem;
  }
  .modal-footer {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    flex-direction: column;
    gap: 0.8rem;
  }
  .modal-footer .btn-primary {
    width: 100%;
    margin: 0;
  }
  .modal-footer .btn-transparent-dark {
    width: 100%;
    margin: 0;
  }
  .modal-age-img {
    width: 4.8rem;
    margin-bottom: 1.6rem;
  }
  .modal-age-date {
    gap: 0.6rem;
    margin-bottom: 1.6rem;
  }
  .modal-age-date-col {
    gap: 0.4rem;
  }
  .modal-age-date-col label {
    font-size: 1.4rem;
  }
  .modal-age-date-col .form-select {
    font-size: 1.4rem;
    height: 4.8rem;
    border-radius: 3.2rem;
    padding: 0 3.6rem 0 1.6rem;
    background-position: right 1.2rem center;
    background-size: 2rem auto;
  }
  .modal-age-disclaimer {
    max-width: 100%;
  }
}
.promo-box {
  background: #ffffff;
  border-radius: 2.2222222222vw;
  overflow: hidden;
  position: relative;
  padding: 3.3333333333vw;
  min-height: 34.7222222222vw;
}
@media (max-width: 767px) {
  .promo-box {
    padding: 1.6rem;
    border-radius: 1.6rem;
    min-height: auto;
  }
}
.promo-box-content {
  position: relative;
  z-index: 10;
  max-width: 45.1388888889vw;
}
@media (max-width: 767px) {
  .promo-box-content {
    max-width: 100%;
  }
}
.promo-box-small-headline {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: calc(0.6rem + 0.4166666667vw);
  text-transform: uppercase;
  margin-bottom: 1.6666666667vw;
}
@media (max-width: 767px) {
  .promo-box-small-headline {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }
}
.promo-box-price-tag {
  display: inline-block;
  transform: rotate(-5deg);
  margin-bottom: 0.5555555556vw;
}
.promo-box-price-tag span {
  display: inline-block;
  background: #ED1C24;
  color: #ffffff;
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
  font-size: calc(2.8rem + 1.9444444444vw);
  text-transform: uppercase;
  letter-spacing: -2.8px;
  padding: 0.8333333333vw 1.1111111111vw;
  border-radius: 3.3333333333vw;
  line-height: 1.2;
  box-shadow: 40px 74px 23px 0px rgba(219, 0, 17, 0), 26px 47px 21px 0px rgba(219, 0, 17, 0.03), 14px 27px 18px 0px rgba(219, 0, 17, 0.1), 6px 12px 13px 0px rgba(219, 0, 17, 0.17), 2px 3px 7px 0px rgba(219, 0, 17, 0.2);
}
@media (max-width: 767px) {
  .promo-box-price-tag span {
    font-size: 2rem;
    padding: 1.2rem 1.6rem;
    border-radius: 4.8rem;
    letter-spacing: -1px;
  }
}
.promo-box-heading {
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
  font-size: calc(2.8rem + 1.9444444444vw);
  text-transform: uppercase;
  letter-spacing: -2.8px;
  line-height: 1.2;
  margin-bottom: 1.1111111111vw;
}
@media (max-width: 767px) {
  .promo-box-heading {
    font-size: 2rem;
    letter-spacing: -1px;
    margin-bottom: 0.8rem;
  }
}
.promo-box-desc {
  font-size: calc(1rem + 0.6944444444vw);
  line-height: 1.6;
  letter-spacing: -1px;
  margin-bottom: 1.6666666667vw;
}
.promo-box-desc strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  .promo-box-desc {
    font-size: 1.6rem;
    letter-spacing: -0.8px;
    margin-bottom: 1.6rem;
  }
}
.promo-box-form {
  display: flex;
  gap: 0.5555555556vw;
  margin-bottom: 1.6666666667vw;
}
@media (max-width: 767px) {
  .promo-box-form {
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 1.6rem;
  }
}
.promo-box-input {
  flex: 1;
  max-width: 33.9583333333vw;
}
@media (max-width: 767px) {
  .promo-box-input {
    max-width: 100%;
  }
}
.promo-box-submit .btn {
  white-space: nowrap;
  font-size: calc(0.8rem + 0.5555555556vw);
}
@media (max-width: 767px) {
  .promo-box-submit .btn {
    width: 100%;
  }
}
.promo-box-consent {
  font-size: calc(0.7rem + 0.4861111111vw);
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.6;
}
.promo-box-consent p {
  margin-bottom: 0;
}
.promo-box-consent a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
}
.promo-box-consent a:hover {
  color: #000000;
}
@media (max-width: 767px) {
  .promo-box-consent {
    font-size: 1.2rem;
  }
}
.promo-box-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 991px) {
  .promo-box-img {
    height: 100%;
    right: -30%;
  }
}
@media (max-width: 767px) {
  .promo-box-img {
    display: none;
  }
}

.news-section h1 {
  margin-bottom: 2.7777777778vw;
}
@media (max-width: 767px) {
  .news-section h1 {
    margin-bottom: 2.4rem;
  }
}

.news-card {
  border-radius: 2.2222222222vw;
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
  height: 100%;
  min-height: 37.5vw;
}
@media (max-width: 767px) {
  .news-card {
    min-height: 40rem;
    border-radius: 2.4rem;
  }
}
.news-card-img {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.news-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card-overlay {
  position: absolute;
  bottom: 1.6666666667vw;
  left: 1.6666666667vw;
  right: 1.6666666667vw;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 1.6666666667vw;
  padding: 1.6666666667vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1.1111111111vw;
}
@media (max-width: 767px) {
  .news-card-overlay {
    bottom: 1.2rem;
    left: 1.2rem;
    right: 1.2rem;
    border-radius: 1.6rem;
    padding: 1.6rem;
    gap: 1.2rem;
  }
}
.news-card-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
  font-size: calc(1.2rem + 0.8333333333vw);
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  padding-right: 2.7777777778vw;
}
@media (max-width: 767px) {
  .news-card-title {
    font-size: 1.6rem;
    padding-right: 0;
  }
}
.news-card-link {
  display: flex;
  justify-content: flex-end;
}
.news-card-link img {
  width: 1.6666666667vw;
  min-width: 2rem;
  filter: invert(1);
}
.news-card:hover {
  text-decoration: none;
}

.search-section h1 {
  margin-bottom: 1.6666666667vw;
}

.map-search-form {
  display: flex;
  align-items: center;
  gap: 0.5555555556vw;
}
.map-search-form-input {
  position: relative;
  flex-grow: 1;
}
.map-search-form-input .form-control {
  height: 5vw;
  font-size: calc(0.8rem + 0.6944444444vw);
  border: 2px solid #000000;
  border-radius: 2.2222222222vw;
  padding-left: 2.6388888889vw;
  padding-right: 3.3333333333vw;
}
.map-search-form .form-delete {
  position: absolute;
  right: 1.5277777778vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.map-search-form .form-delete img {
  width: 1.6666666667vw;
  min-width: 1.8rem;
}
.map-search-form .btn {
  height: 5vw;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5555555556vw;
}
.map-search-form .map-search-btn-icon {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  display: none;
}
.map-search-content {
  display: flex;
  width: 100%;
  height: 41.6666666667vw;
  margin-top: 1.6rem;
  gap: 0.5555555556vw;
}
.map-search-content-left {
  width: 31.875vw;
  min-width: 31.875vw;
  background: #000000;
  border-radius: 2.2222222222vw;
  overflow: hidden;
  position: relative;
}
.map-search-content-left-inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 1.1111111111vw;
  display: flex;
  flex-direction: column;
  gap: 0.5555555556vw;
}
.map-search-content-left-inner::-webkit-scrollbar {
  width: 0;
}
.map-search-content-left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8.3333333333vw;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 85%);
  border-radius: 0 0 2.2222222222vw 2.2222222222vw;
  pointer-events: none;
  z-index: 1;
}
.map-search-content-left .map-item {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 1.6666666667vw;
  padding: 1.6666666667vw;
  color: #ffffff;
  cursor: pointer;
  transition: border-color 0.3s;
}
.map-search-content-left .map-item:hover, .map-search-content-left .map-item.active {
  border-color: #ffffff;
}
.map-search-content-main {
  flex-grow: 1;
  position: relative;
}

.map-inner {
  width: 100%;
  height: 100%;
  border-radius: 2.2222222222vw;
  overflow: hidden;
  filter: grayscale(100%);
}

.map-item {
  display: flex;
  flex-direction: column;
  font-size: calc(0.6rem + 0.6944444444vw);
  letter-spacing: -0.32px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .map-item {
    font-size: 1.4rem;
  }
}
.map-item-text-head {
  font-weight: 700;
}
.map-item p {
  margin-bottom: 0;
}
.map-item p:last-child {
  margin-top: 0.2777777778vw;
}

.gm-style-iw-chr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.gm-style .gm-style-iw-c {
  padding: 0;
  border-radius: 1.6666666667vw;
  overflow: hidden;
  width: 22.2222222222vw !important;
}
@media (max-width: 1199px) {
  .gm-style .gm-style-iw-c {
    width: 320px !important;
  }
}

.gm-style .gm-style-iw-d {
  overflow: visible !important;
  padding: 0 !important;
}

.gm-style .gm-style-iw-t::after {
  top: -1px;
}

.gm-style .gm-style-iw .gm-ui-hover-effect {
  background: url("./../images/delete.svg") no-repeat center !important;
  width: 2.4rem !important;
  height: 2.4rem !important;
  top: 1.6rem !important;
  right: 1.6rem !important;
  opacity: 1;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .gm-style .gm-style-iw .gm-ui-hover-effect {
    top: 1.2rem !important;
    right: 1.2rem !important;
  }
}
.gm-style .gm-style-iw .gm-ui-hover-effect span {
  display: none !important;
}
.gm-style .gm-style-iw .gm-ui-hover-effect img {
  display: none !important;
}

.map-bubble {
  padding: 1.6rem;
  background: #ffffff;
  color: #000000;
  font-size: calc(0.6rem + 0.6944444444vw);
  letter-spacing: -0.32px;
  line-height: 1.5;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .map-bubble {
    font-size: 1.4rem;
  }
}
.map-bubble-head {
  font-weight: 700;
}
.map-bubble p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .search-section h1 {
    margin-bottom: 1.6rem;
  }
  .map-search-form {
    gap: 0.8rem;
  }
  .map-search-form-input {
    width: auto;
    flex-grow: 1;
  }
  .map-search-form-input .form-control {
    height: 4.8rem;
    font-size: 1.6rem;
    border-radius: 3.2rem;
    padding-left: 1.6rem;
    padding-right: 4rem;
  }
  .map-search-form .form-delete {
    right: 1.6rem;
  }
  .map-search-form .form-delete img {
    width: 2rem;
  }
  .map-search-form .btn {
    height: 4.8rem;
    width: 4.8rem;
    padding: 0;
    gap: 0;
  }
  .map-search-form .map-search-btn-label {
    display: none;
  }
  .map-search-form .map-search-btn-icon {
    width: 2.4rem;
    height: 2.4rem;
    display: block;
    margin: 0;
  }
  .map-search-content {
    flex-direction: column;
    height: auto;
    gap: 0.8rem;
  }
  .map-search-content-left {
    width: 100%;
    min-width: 100%;
    border-radius: 2.4rem;
    height: 40rem;
  }
  .map-search-content-left-inner {
    padding: 1.2rem;
    gap: 0.8rem;
  }
  .map-search-content-left::after {
    height: 8rem;
    border-radius: 0 0 2.4rem 2.4rem;
  }
  .map-search-content-left .map-item {
    border-radius: 1.6rem;
    padding: 1.6rem;
  }
  .map-search-content-main {
    width: 100%;
    height: 40rem;
  }
  .map-inner {
    height: 100%;
    border-radius: 2.4rem;
  }
}
.country-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.1111111111vw;
}
@media (max-width: 991px) {
  .country-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .country-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
  }
}

.country-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.1111111111vw;
  padding: 1.6666666667vw;
  background: #ffffff;
  border-radius: 2.2222222222vw;
  min-height: 13.6111111111vw;
  text-decoration: none;
  color: #000000;
  transition: opacity 0.3s;
}
.country-item:hover {
  opacity: 0.7;
  color: #000000;
}
@media (max-width: 767px) {
  .country-item {
    padding: 1.6rem 1.2rem;
    border-radius: 2rem;
    gap: 1.2rem;
  }
}
.country-item-flag {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .country-item-flag {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.country-item-name {
  font-weight: 700;
  font-size: 1.1111111111vw;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .country-item-name {
    font-size: 1rem;
  }
}

.text-page-content {
  font-size: calc(0.6rem + 0.6944444444vw);
}
.text-page-content h1 {
  font-size: calc(2.4rem + 2.2222222222vw);
}
.text-page-content h2 {
  font-size: calc(1.6rem + 1.1111111111vw);
  font-family: "Space Grotesk", sans-serif;
  text-transform: none;
}
.text-page-content .perex {
  font-size: calc(1rem + 0.6944444444vw);
}
.text-page-content p {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .text-page-content {
    font-size: 1.4rem;
  }
  .text-page-content .perex {
    font-size: 1.6rem;
  }
  .text-page-content h1 {
    font-size: 2.4rem;
  }
  .text-page-content h2 {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=style.css.map */
