* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
   user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

@font-face {
  font-family: OnestRegular;
  src: url(/assets/fonts/Onest/Onest-Regular.ttf);
}
@font-face {
  font-family: OnestLight;
  src: url(/assets/fonts/Onest/Onest-Light.ttf);
}
@font-face {
  font-family: OnestSemiBold;
  src: url(/assets/fonts/Onest/Onest-SemiBold.ttf);
}
@font-face {
  font-family: AeonikProLight;
  src: url(/assets/fonts/AeonikPro/AeonikProLight.ttf);
}
@font-face {
  font-family: AeonikProRegularItalic;
  src: url(/assets/fonts/AeonikPro/AeonikProRegularItalic.ttf);
}
@font-face {
  font-family: AeonikProMediumItalic;
  src: url(/assets/fonts/AeonikPro/AeonikProMediumItalic.ttf);
}
@font-face {
  font-family: AeonikProBoldItalic;
  src: url(/assets/fonts/AeonikPro/AeonikProBoldItalic.ttf);
}
@font-face {
  font-family: AeonikProMedium;
  src: url(/assets/fonts/AeonikPro/AeonikProMedium.ttf);
}

:root {
  --white: #fff;
  --pink-highlight: rgb(251, 158, 187);
  --pink-btn: rgb(254, 195, 206);
  --btn-circle: rgba(253, 182, 192, 1);
  --pink-light: rgb(250, 174, 184);
  --pink-bg: rgb(254, 245, 248);
}
body {
  font-family: OnestRegular, sans-serif;
  font-size: 1vw;
  color: var(--white);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  background-color: var(--pink-bg);
  scroll-behavior: smooth;
}
img, a {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}
a {
  text-decoration: none;
  color: var(--white);
  font-family: AeonikProRegularItalic, sans-serif;
  font-size: 1.25vw;
}
h1 {
  font-family: AeonikProRegularItalic, sans-serif;
  font-weight: normal;
}
.container {
  overflow: hidden;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 1.6vw;
  z-index: 10;
}
.header-content {
  padding: 0.8vw 1.25vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 94vw;
  margin: 0 auto;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 2vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.header-links {
  display: flex;
  gap: 1.87vw;
}
.header-link {
  font-size: 1.25vw;
  transition: all 0.3s ease;
  font-family: AeonikProRegularItalic, sans-serif;
}
.header-link:hover {
  cursor: pointer;
  color: var(--pink-highlight);
}
.email-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.telegram img {
  width:1.6vw;
  height:1.6vw;
  margin: 0 0 0 .6vw;
}
.burger-menu {
  display: none;
}
.link-logo {
  display: flex;
  margin: 0 31% 0 19%;
}
.link-logo img {
  height: 2.86vw;
  transition: all 0.3s ease;
}
.link-logo:hover img {
  filter: drop-shadow(0 2px 2px rgba(251, 158, 187, 1));
}


/* для светлого фона */
.header-link.light-bg {
  color: var(--pink-highlight);
}

.btn-circle {
  background-color: var(--btn-circle);
  box-shadow: 0 0 2vw #f4abb4e8;
  border-radius: 50%;
}
.section-title {
  font-family: AeonikProMediumItalic, sans-serif;
  font-weight: normal;
  color: var(--pink-highlight);
  font-size: 3.3vw;
}
.swiper {
  cursor: grab;
}
.swiper:active {
  cursor: grabbing;
}
.swiper-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 10.1vw;
  padding: 0.8vw 1vw;
  border-radius: 2.6vw;
  background: rgba(254, 195, 206, 0.01);
  box-shadow: 0 12px 12px -6px rgba(255, 193, 193, 0.25);
  z-index: 5;
}
.swiper-buttons img {
  width: 2vw;
  height: 2vw;
  transition: transform 0.3s;
}
.swiper-button-prev,
.swiper-button-next {
  margin-top: 0 !important;
  position: unset !important;
  width: 3.59vw !important;
  height: 3.59vw !important;
  border-radius: 50%;
  background-color: rgba(254, 204, 213, 1);
}
.swiper-button-next:active,
.swiper-button-prev:active {
  box-shadow: inset 0px 0px 20px 0px rgb(252 176 199);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "" !important;
}
.swiper-button-prev {
  transform: rotate(180deg);
}
.swiper-button-disabled {
  opacity: 1 !important;
}
.swiper-button-lock {
  display: flex !important;
}
.swiper-button-disabled img {
  transform: scale(0.6);
}

/**категории товаров*/
.catalog-top {
  display: flex;
  align-items: center;
  margin-bottom: 1.6vw;
  flex-wrap: wrap;
}
.catalog-title {
    margin: 0 2.6vw 0 0;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4vw;
  align-items: center;
}
.tab {
  font-family: AeonikProRegularItalic, sans-serif;
  color: var(--pink-light);
    border-radius: 1.7vw;
  border: 1px solid rgba(255, 230, 230, 1);
    padding: 0.49vw 0.8vw;
  cursor: pointer;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}
.type-btn-circle {
  opacity: 0;
  width: 0;
  height: 2.1vw;
  transform: translateX(-10px);
  transition: transform 0.3s ease-in-out, opacity 0.3s linear;
}
.tab.active {
  background: linear-gradient(
    to right,
    rgba(253, 187, 199, 1),
    rgba(255, 211, 218, 1)
  );
  color: #fff;
  padding: 0.49vw 0.2vw 0.49vw 0.8vw;
    gap: 1.56vw;
}
.tab.active .type-btn-circle {
  opacity: 1;
  width: 2.1vw;
  box-shadow: 0 0 40px #f4abb4e8;
  background: radial-gradient(var(--btn-circle) 40%, transparent);
  transform: translateX(0);
}

/*footer*/
.footer {
  padding: 45px 32px 0;
  padding: 2.34vw 1.66vw 0;

}
.footer-logo {
  width: 100%;
  height: auto;
}

.animated {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animated.slide-to-right.visible {
  animation: slideRight 0.6s ease-in-out forwards;
}

.animated.slide-to-left.visible {
  animation: slideLeft 0.6s ease-in-out forwards;
}

.animated.slide-bottom.visible {
  animation: slideBottom 0.6s ease-in-out forwards;
}

.animated.slide-top.visible {
  animation: slideTop 0.6s ease-in-out forwards;
}

.animated.opacity.visible {
  opacity: 1;
  transition: opacity 1.5s ease;
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(-5vw);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(5vw);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideBottom {
   from {
    opacity: 0;
    transform: translateY(-5vh);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideTop {
  from {
    opacity: 0;
    transform: translateY(5vh);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1023px) and (orientation: portrait) {
  body,
  a,
  .header-link {
    font-size: 4vw;
  }
  .header-link {
    color: #fff !important;
  }
  .email {
    color: var(--pink-highlight) !important;
  }
  .header {
    margin-top: 0;
  }
  .header-content {
    flex-direction: column;
    padding: 5.8vw 2.5vw 3.8vw 2.5vw;
    border-radius: 10vw;
  }
  .link-logo {
    margin: 0 auto;
    order: 0;
  }
  .link-logo img {
    height: 8.9vw;
  }
  .burger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 8.1vw;
    height: 5.5vw;
    position: absolute;
    top: 6.1vw;
    right: 8.1vw;
  }

  .burger-menu div {
    display: block;
    width: 8.1vw;
    height: 0.67vw;
    background: var(--pink-highlight);
    transition: all 0.3s;
    border-radius: 16px;
  }
  .header-links,
  .email-box {
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    height: 0;
    padding: 0;
  }
  .header-links {
    flex-direction: column;
    width: 100%;
    order: 1;
    text-align: center;
    gap: 10.4vh;
  }
  .email-box {
    width: 100%;
    justify-content: center;
    text-align: center;
    order: 2;
  }
  .header-content.mobile-menu-open {
    height: 100vh;
    border-radius: 0;
    max-width: 100%;
    background-color: rgb(251 158 187 / 9%);
    background: linear-gradient(to right, rgba(250, 222, 227, 1), rgba(255, 192, 204, 1), rgba(250, 222, 227, 1));
    justify-content: flex-start;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
  }
  .mobile-menu-open .header-link {
    font-size: 6vw;
  }
  .mobile-menu-open .header-links,
  .mobile-menu-open .email-box {
    display: flex;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    height: auto;
    font-size: 6vw;
  }
  .mobile-menu-open .email-box {
    flex-direction: column;
  }
  .telegram img {
      width:12vw;
      height:12vw;
      margin: 8vw 0 0;
    }
  .mobile-menu-open .link-logo {
    margin-bottom: 12vh;
  }
  .mobile-menu-open .header-links {
    margin-bottom: 10.4vh;
  }
  .mobile-menu-open .burger-menu div:first-child {
    transform: rotate(45deg) translate(1.9vw, 1.526vw);
  }
  .mobile-menu-open .burger-menu div:nth-child(2) {
    display: none;
  }
  .mobile-menu-open .burger-menu div:last-child {
    transform: rotate(-45deg) translate(1.9vw, -1.526vw);
  }

  .section-title {
    font-size: 8.65vw;
  }
  .swiper-buttons {
    width: 34vw;
    padding: 2.6vw 3vw;
    border-radius: 8.7vw;
  }
  .swiper-buttons img {
    width: 7vw;
    height: 7vw;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 12.1vw !important;
    height: 12.1vw !important;
  }

  /**категории товаров*/
  .catalog-top {
    margin-bottom: 12vw;
  }
  .catalog-title {
    margin: 0 0 5.8vw 0;
  }
  .tabs {
    gap: 2vw;
  }
  .tab {
    border-radius: 8.3vw;
    padding: 2vw 4vw 2vw 4vw;
  }
  .type-btn-circle {
    height: 10.6vw;
  }
  .tab.active {
    padding: 2vw 1vw 2vw 4vw;
    gap: 7.6vw;
  }
  .tab.active .type-btn-circle {
    width: 10.6vw;
  }
}

@media (min-width: 520px) and (max-width: 1023px) and (orientation: portrait) {
  #docs-swiper-btns {
    width: 30vw;
  }
  #docs-swiper-btns .swiper-button-next, #docs-swiper-btns .swiper-button-prev {
    width: 10vw !important;
    height: 10vw !important;
  }
  .swiper-buttons img {
    width: 6vw;
    height: 6vw;
  }
}


.button_map_bg{
  /*background-image: url(/img/map_bg.jpg);
  background-position: center;
  background-size:cover*/
}


.content-text {
  display: block;
  width:80vw;
  margin: 0 auto;
  padding: 10vw 0;
  color:#333;
  font-size: 1.4vw;
  line-height:1.6;
}
@media (max-width: 1023px) {
  .content-text {
    padding: 20vw 0;
    width:92vw;
    font-size: 2vw;
  }
}
.content-text h2 {
  margin: 4vw 0 1vw;
}


.legal-links {
 display: flex;
  flex-direction: column;
  align-items: left;
  gap: 2vw;
  width: 80vw;
  margin: 0 auto 10vw;
}
.legal-links a,
.content-text a {
  color: var(--pink-highlight);
  text-decoration: underline;
  font-size: 2vw;
}
@media (max-width: 1023px) {
.legal-links {
  width: 92vw;
  margin: 0 auto 10vw;
}
.legal-links a {
  font-size: 3vw;
}
}







.footer-line {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  margin: 5vw 0;
}
.footer-line .footer-legal {
  display: flex;
  flex-direction: column; 
}
.footer-line a {
  font-family: OnestLight, sans-serif;
  font-size: 1.4vw;
  color: var(--pink-highlight);
  cursor: pointer;
  line-height: 1.8;
}
.footer-marketplaces a {
  background-color: #fff;
  display: inline-block;
  border-radius:1.4vw;
  margin:0 1vw;
}
.footer-marketplaces a img {
  display: inline-block;
  max-width:20vw;
  max-height: 4vw;
  margin: 1vw 2vw 0.4vw;
}
@media (max-width: 1023px) {
  .footer-line {
    flex-direction: column; 
    gap:5vw;
  }
 .footer-line a {
    font-family: OnestLight, sans-serif;
    font-size: 4vw;
   
  }
  .footer-marketplaces a img {
    display: inline-block;
    max-width:29vw;
    max-height: 7vw;
    margin: 1.6vw 2vw 1vw;
  }
}



