@import "https://fonts.googleapis.com/css2?family=Domine:wght@700&display=swap";@import "https://fonts.googleapis.com/css2?family=Domine:wght@700&family=Poppins:wght@400;500;600&display=swap";

.vel-fade-enter-active,.vel-fade-leave-active{-webkit-transition:all .3s ease;transition:all .3s ease}
.vel-fade-enter-from,.vel-fade-leave-to{opacity:0}
.vel-img-swiper{display:block;position:relative}
.vel-modal{background:rgba(0,0,0,.5);bottom:0;left:0;margin:0;position:fixed;right:0;top:0;z-index:9998}
.vel-img-wrapper{left:50%;margin:0;position:absolute;top:50%;-webkit-transform:translate(-50% -50%);transform:translate(-50% -50%);-webkit-transition:.3s linear;transition:.3s linear;will-change:transform opacity}
.vel-img,.vel-img-wrapper{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.vel-img{background-color:rgba(0,0,0,.7);-webkit-box-shadow:0 5px 20px 2px rgba(0,0,0,.7);box-shadow:0 5px 20px 2px rgba(0,0,0,.7);display:block;max-height:80vh;max-width:80vw;position:relative;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}
@media (max-width:750px){.vel-img{max-height:95vh;max-width:85vw}}
.vel-btns-wrapper{position:static}
.vel-btns-wrapper .btn__close,.vel-btns-wrapper .btn__next,.vel-btns-wrapper .btn__prev{-webkit-tap-highlight-color:transparent;color:#fff;cursor:pointer;font-size:32px;opacity:.6;outline:none;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.15s linear;transition:.15s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.vel-btns-wrapper .btn__close:hover,.vel-btns-wrapper .btn__next:hover,.vel-btns-wrapper .btn__prev:hover{opacity:1}
.vel-btns-wrapper .btn__close.disable,.vel-btns-wrapper .btn__close.disable:hover,.vel-btns-wrapper .btn__next.disable,.vel-btns-wrapper .btn__next.disable:hover,.vel-btns-wrapper .btn__prev.disable,.vel-btns-wrapper .btn__prev.disable:hover{cursor:default;opacity:.2}
.vel-btns-wrapper .btn__next{right:12px}
.vel-btns-wrapper .btn__prev{left:12px}
.vel-btns-wrapper .btn__close{right:10px;top:24px}
@media (max-width:750px){.vel-btns-wrapper .btn__next,.vel-btns-wrapper .btn__prev{font-size:20px}.vel-btns-wrapper .btn__close{font-size:24px}.vel-btns-wrapper .btn__next{right:4px}.vel-btns-wrapper .btn__prev{left:4px}}
.vel-modal.is-rtl .vel-btns-wrapper .btn__next{left:12px;right:auto}
.vel-modal.is-rtl .vel-btns-wrapper .btn__prev{left:auto;right:12px}
@media (max-width:750px){.vel-modal.is-rtl .vel-btns-wrapper .btn__next{left:4px;right:auto}.vel-modal.is-rtl .vel-btns-wrapper .btn__prev{left:auto;right:4px}}
.vel-modal.is-rtl .vel-img-title{direction:rtl}
.vel-loading{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.vel-loading .ring{display:inline-block;height:64px;width:64px}
.vel-loading .ring:after{-webkit-animation:ring 1.2s linear infinite;animation:ring 1.2s linear infinite;border-color:hsla(0,0%,100%,.7) transparent;border-radius:50%;border-style:solid;border-width:5px;content:" ";display:block;height:46px;margin:1px;width:46px}
@-webkit-keyframes ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
@keyframes ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
.vel-on-error{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.vel-on-error .icon{color:#aaa;font-size:80px}
.vel-img-title{bottom:60px;color:#ccc;cursor:default;font-size:12px;left:50%;line-height:1;max-width:80%;opacity:.8;overflow:hidden;position:absolute;text-align:center;text-overflow:ellipsis;-webkit-transform:translate(-50%);transform:translate(-50%);-webkit-transition:opacity .15s;transition:opacity .15s;white-space:nowrap}
.vel-img-title:hover{opacity:1}
.vel-icon{fill:currentColor;height:1em;overflow:hidden;vertical-align:-.15em;width:1em}
.vel-toolbar{border-radius:4px;bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;left:50%;opacity:.9;overflow:hidden;padding:0;position:absolute;-webkit-transform:translate(-50%);transform:translate(-50%)}
.vel-toolbar,.vel-toolbar .toolbar-btn{background-color:#2d2d2d;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.vel-toolbar .toolbar-btn{-ms-flex-negative:0;-webkit-tap-highlight-color:transparent;color:#fff;cursor:pointer;flex-shrink:0;font-size:20px;outline:none;padding:6px 10px}
.vel-toolbar .toolbar-btn:active,.vel-toolbar .toolbar-btn:hover{background-color:#3d3d3d}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
@font-face {
  font-family: "CircularStd-Book";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/CircularStd-Book.woff2#iefix) format("woff2"), url(/fonts/CircularStd-Book.woff) format("woff");
}
@font-face {
  font-family: "CircularStd-Medium";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/CircularStd-Medium.woff2#iefix) format("woff2"), url(/fonts/CircularStd-Medium.woff) format("woff");
}
@font-face {
  font-family: "CircularStd-Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/CircularStd-Bold.woff2#iefix) format("woff2"), url(/fonts/CircularStd-Bold.woff) format("woff");
}
@keyframes slide-in-left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-out-left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes skeleton-loading {
  0% {
    background-color: hsl(27deg, 80%, 86%);
  }
  100% {
    background-color: hsl(31deg, 100%, 94%);
  }
}
:root {
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.3;
}
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/***
    The new CSS reset - version 1.7.3 (last updated 7.8.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio, svg *, symbol *)) {
  all: unset;
  display: revert;
}
/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: pointer;
  user-select: none;
}
/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}
/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}
/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}
/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
  -webkit-user-select: auto;
}
/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}
/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}
/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}
/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}
/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element */
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}
/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Poppins", sans-serif;
}
#app {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #120000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  min-height: 100vh;
}
.grid-2-columns {
  grid-template-columns: 1fr 1fr !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
@media (max-width: 900px) {
  .mt-sm-25 {
    margin-top: 25px !important;
  }
}
@media (max-width: 900px) {
  .m-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.mt-lg-25 {
  margin-top: 25px !important;
}
@media (max-width: 900px) {
  .mt-lg-25 {
    margin-top: 15px !important;
  }
}
.mb-lg-50 {
  margin-bottom: 50px !important;
}
@media (max-width: 900px) {
  .mb-lg-50 {
    margin-bottom: 25px !important;
  }
}
.ml-lg-75 {
  margin-left: 75px !important;
}
@media (max-width: 900px) {
  .ml-lg-75 {
    margin-left: 20px !important;
  }
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.m-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
@media (max-width: 900px) {
  .pt-0__mb {
    padding-top: 0 !important;
  }
}
.d-flex {
  display: flex !important;
}
.justify-center {
  justify-content: center;
}
.align-center {
  align-items: center !important;
}
.no-border-bottom {
  border-bottom: 0 !important;
}
.border-right {
  border-right: 1px solid #aa9989;
}
.header {
  position: relative;
}
@media (max-width: 900px) {
  .header .logo-black__desktop {
    display: none;
  }
}
.header .logo-black__mobile {
  display: none;
}
@media (max-width: 900px) {
  .header .logo-black__mobile {
    display: block;
  }
}
.header__banner_img {
  position: absolute;
  right: 0;
  bottom: -7px;
}
.header__banner_img img {
  width: 1065px;
  max-width: 100%;
}
@media (max-width: 1680px) {
  .header__banner_img img {
    width: 930px;
  }
}
@media (max-width: 1500px) {
  .header__banner_img img {
    width: 800px;
  }
}
@media (max-width: 1365px) {
  .header__banner_img img {
    width: 678px;
  }
}
@media (max-width: 1100px) {
  .header__banner_img img {
    width: 600px;
  }
}
@media (max-width: 900px) {
  .header__banner_img img {
    width: 100%;
  }
}
.header.best-alternative {
  position: absolute;
  width: 100%;
}
.header.main {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffede9;
}
.header.shop, .header.home, .header.footography {
  background-color: #ffede9;
  overflow-x: hidden;
}
.header__content {
  position: relative;
  padding: 22px 3px;
  width: 100%;
  margin: 0 auto;
  max-width: 1320px;
  border-bottom: 1px solid rgba(255, 47, 63, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}
@media (max-width: 1320px) {
  .header__content {
    padding: 22px 20px;
  }
}
@media (max-width: 900px) {
  .header__content {
    padding: 20px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo button {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 900px) {
  .header__logo button img {
    width: 20px;
    height: 11px;
  }
}
@media (max-width: 900px) {
  .header__navigation {
    display: none;
  }
}
@media (min-width: 901px) {
  .header__navigation-button {
    display: none;
  }
}
.header__home, .header__footography {
  width: 100%;
  padding-left: calc((100% - 1320px) / 2);
}
.header__shop {
  width: 100%;
  margin: 0 auto;
  max-width: 1320px;
}
.header__shop h1 {
  max-width: 567px;
}
@media (max-width: 900px) {
  .header__shop h1 {
    max-width: unset;
  }
}
.header__shop h2 {
  margin-top: 12px;
}
.header__home-banner, .header__footography-banner {
  position: relative;
  padding: 181px 20px 20px;
  max-width: 648px;
}
@media (max-width: 1900px) {
  .header__home-banner, .header__footography-banner {
    padding-top: 160px;
  }
}
@media (max-width: 1800px) {
  .header__home-banner, .header__footography-banner {
    padding-top: 130px;
  }
}
@media (max-width: 1700px) {
  .header__home-banner, .header__footography-banner {
    padding-top: 100px;
  }
}
@media (max-width: 1560px) {
  .header__home-banner, .header__footography-banner {
    padding-top: 70px;
  }
}
@media (max-width: 1450px) {
  .header__home-banner, .header__footography-banner {
    padding-top: 30px;
  }
}
@media (max-width: 900px) {
  .header__home-banner, .header__footography-banner {
    padding-top: 60px;
    padding-bottom: 15px;
  }
}
.header__shop-banner {
  position: relative;
  max-width: 665px;
  padding: 160px 20px;
  z-index: 2;
}
@media (max-width: 1680px) {
  .header__shop-banner {
    padding-top: 60px;
  }
}
@media (max-width: 900px) {
  .header__shop-banner {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 400px;
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .header__shop-banner {
    padding-bottom: 350px;
  }
}
@media (max-width: 500px) {
  .header__shop-banner {
    padding-bottom: 320px;
  }
  .header__shop-banner .text-header {
    max-width: 265px;
    font-size: 24px;
    line-height: 30px;
    margin: 0 auto;
  }
  .header__shop-banner .text-header-secondary {
    max-width: 225px;
    font-size: 12px;
    line-height: 15px;
    margin: 10px auto;
  }
}
@media (max-width: 400px) {
  .header__shop-banner {
    padding-bottom: 270px;
  }
}
.header__btn_block {
  margin-top: 60px;
  max-width: 285px;
  display: flex;
  flex-direction: column;
}
.header__btn_block div {
  margin-top: 25px;
  padding: 0;
  text-align: left;
  color: #7c6f6f;
}
@media (max-width: 900px) {
  .header__btn_block {
    margin: 60px 0;
    text-align: center;
    justify-content: center;
  }
}
.header-logo__image {
  width: 210px;
  height: 36px;
}
@media (max-width: 900px) {
  .header-logo__image {
    width: 140px;
    height: 24px;
  }
}
.header-logo a {
  height: 36px;
}
@media (max-width: 900px) {
  .header-logo a {
    height: 24px;
  }
}
.navigation-list {
  display: flex;
  gap: 24px;
}
@media (min-width: 901px) {
  .navigation-list {
    gap: 30px;
  }
}
@media (max-width: 900px) {
  .navigation-list {
    flex-direction: column;
    padding: 16px;
    background: #ffede9;
    border: 2px solid #2f4858;
  }
}
.navigation-list__link {
  color: #2f4858;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.navigation-button__dropdown {
  background-color: #c7e0ff;
}
.hero {
  position: relative;
  height: 850px;
}
@media (max-width: 1360px) {
  .hero {
    height: 566.6666666667px;
  }
}
@media (max-width: 1100px) {
  .hero {
    height: 510px;
  }
}
@media (max-width: 900px) {
  .hero {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }
}
.hero__content {
  position: relative;
}
@media (max-width: 900px) {
  .hero__content {
    background-image: url(/images/hero/hero-content-back.png);
    background-size: 50%;
    background-position: left 250px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 510px) {
  .hero__content {
    background-position: left 350px;
  }
}
@media (max-width: 373px) {
  .hero__content {
    background-position: left 450px;
  }
}
@media (max-width: 900px) {
  .hero__back {
    display: none;
  }
}
@media (min-width: 901px) {
  .hero__back {
    position: absolute;
    left: 0;
    right: 0;
    height: 850px;
    background: no-repeat url(/images/hero/hero-bckg.png) 30% top;
    opacity: 0.04;
  }
}
@media (max-width: 1360px) {
  .hero__back {
    background-position: 40% top;
    height: 566.6666666667px;
  }
}
@media (max-width: 1100px) {
  .hero__back {
    background-position: 50% top;
    height: 510px;
  }
}
@media (min-width: 1361px) {
  .hero__back {
    background-position: center top;
  }
}
@media (min-width: 901px) {
  .hero-banner {
    position: absolute;
    left: 0;
    right: 0;
    height: 850px;
    background-image: url(/images/hero/hero-desktop.png);
    background-size: cover;
    background-position: right top;
  }
}
@media (max-width: 1360px) {
  .hero-banner {
    height: 566.6666666667px;
  }
}
@media (max-width: 1100px) {
  .hero-banner {
    height: 510px;
    background-position: left top;
  }
}
@media (max-width: 900px) {
  .hero-banner {
    height: 500px;
    background-image: url(/images/hero/hero-mobile.png);
    background-size: cover;
    background-position: right top;
  }
}
@media (max-width: 700px) {
  .hero-banner {
    height: 400px;
  }
}
@media (max-width: 550px) {
  .hero-banner {
    height: 300px;
  }
}
@media (max-width: 410px) {
  .hero-banner {
    height: 262px;
  }
}
@media (max-width: 360px) {
  .hero-banner {
    background-position: left top;
  }
}
.main-container {
  min-height: 700px;
  background-color: #fffaf5;
  padding-bottom: 150px;
  position: relative;
}
.main-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: url(/images/home/home-back-left.png) no-repeat left top, url(/images/home/home-back-middle.png) no-repeat center bottom;
}
.main-container > * {
  position: relative;
  z-index: 0;
}
.home-section-wrapper {
  padding-top: 136px;
  padding-bottom: 136px;
  position: relative;
}
.home-section-wrapper .home-segment:not(:last-of-type) {
  margin-bottom: 136px;
}
@media (max-width: 900px) {
  .home-section-wrapper .home-segment:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
@media (max-width: 900px) {
  .home-section-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.home-section-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: -1;
}
.home-section-wrapper_popular {
  z-index: 2;
}
@media (min-width: 1321px) {
  .home-section-wrapper_popular {
    padding-bottom: 200px;
  }
}
.home-section-wrapper_popular::before {
  background: url(/images/home/home-back-left.png) no-repeat left top, url(/images/home/home-back-middle.png) no-repeat center bottom;
}
.home-section-wrapper_recent::before {
  background: url(/images/home/home-back-left.png) no-repeat left center, url(/images/home/home-back-middle.png) no-repeat center bottom;
}
.home-section-wrapper_blog::before {
  background: url(/images/home/home-back-top.png) no-repeat center -200%;
}
.footer {
  background: #120000;
  color: #cdc4c4;
  padding: 60px 0;
}
.footer__content {
  max-width: 1320px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1360px) {
  .footer__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .footer__row {
    flex-direction: column;
    gap: 40px;
  }
}
.footer__buy-buttons {
  display: flex;
  justify-content: flex-end;
}
.footer__buy-buttons .btn:not(:last-child) {
  margin-right: 25px;
}
.footer__button.btn {
  padding: 7px 16px;
}
.footer__title-container {
  max-width: 341px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1360px) and (min-width: 1201px) {
  .footer__title-container {
    max-width: 220px;
  }
}
@media (max-width: 1200px) {
  .footer__title-container {
    margin: 0 auto;
  }
}
.footer__title {
  color: #f5f5f5;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer__info {
  color: #cdc4c4;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 30px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1160px) {
  .footer__links {
    gap: 15px;
  }
}
@media (min-width: 1201px) {
  .footer .us-2257 {
    max-width: 166px;
  }
}
.footer__socials {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}
.footer__socials li:not(:last-child) {
  margin-right: 25px;
}
.footer__socials img {
  width: 30px;
  height: 30px;
}
.footer__copy {
  border-top: 1px solid #534949;
  margin-top: 16px;
  padding-top: 20px;
}
.footer__cards {
  display: flex;
}
.footer__cards .card {
  background: #fff;
  border-radius: 4px;
  margin-right: 15px;
  padding: 5px 8px 0;
}
.footer__cards .card img {
  width: 34px;
}
.footer__cards .card-visa {
  display: flex;
  align-items: center;
  padding: 0 8px;
}
.footer__cards .card-visa img {
  width: 34px !important;
  height: 10px !important;
}
.footer__cards .card:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .footer__content {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .footer__socials {
    justify-content: center;
    margin-bottom: 50px;
  }
  .footer__links {
    flex-direction: column;
    justify-content: center;
  }
  .footer__links ul {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .footer__links ul li {
    margin-right: 0 !important;
    margin-left: 0 !important;
    font-weight: 450;
    font-size: 24px;
  }
  .footer__links ul li.us-2257 {
    max-width: unset;
  }
  .footer__copy .container {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1200px) {
  .footer__buy-buttons {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .footer__buy-buttons {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__buy-buttons .btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.footer-social-links {
  display: flex;
  gap: 20px;
}
.footer-social-links__image {
  width: 24px;
}
.sidebar {
  position: fixed;
  z-index: 9997;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  display: table;
  opacity: 1;
  transition: background-color 0.3s linear;
  font-family: "Poppins", sans-serif;
}
.sidebar__container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 995px;
  max-height: 915px;
  height: 100vh;
  background-image: url(/images/bg/menu.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 295px;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 995px) {
  .sidebar__container {
    padding-left: 200px;
  }
}
@media (max-width: 750px) {
  .sidebar__container {
    padding-left: 0;
  }
}
.sidebar__container .ps__rail-y {
  left: 0;
  background-color: transparent !important;
}
.sidebar__container .ps__rail-y .ps__thumb-y {
  background-color: #ff2f3f;
}
.sidebar__close {
  font-weight: 450;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #3f3737;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 83px;
  margin-bottom: 150px;
}
.sidebar__close button {
  display: flex;
  align-items: center;
}
.sidebar__close img {
  margin-right: 25px;
}
@media (max-width: 550px) {
  .sidebar__close img {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 750px) {
  .sidebar__close {
    margin: 50px 60px 120px;
  }
}
@media (max-width: 550px) {
  .sidebar__close {
    font-size: 14px;
    line-height: 18px;
    margin: 30px 20px 120px;
  }
}
.sidebar__buttons-mb {
  margin-right: 150px;
}
@media (max-width: 750px) {
  .sidebar__buttons-mb {
    margin-right: 50px;
  }
}
@media (max-width: 650px) {
  .sidebar__buttons-mb {
    margin-right: 0;
  }
}
.sidebar.closed {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0);
}
.sidebar.closing {
  background-color: rgba(0, 0, 0, 0);
  animation-name: slide-out-left;
}
.sidebar.closing .sidebar__container {
  animation-name: slide-out-left;
}
.sidebar.opened .sidebar__container {
  animation-name: slide-in-left;
}
.sidebar__links ul {
  display: flex;
  flex-direction: column;
}
@media (max-width: 750px) {
  .sidebar__links ul {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 550px) {
  .sidebar__links ul {
    max-width: 250px;
    margin: 0 auto;
  }
}
.sidebar__links ul li {
  margin-bottom: 50px;
}
@media (max-width: 550px) {
  .sidebar__links ul li {
    margin-bottom: 35px;
  }
}
.sidebar__link {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 53px;
  transition: color 0.3s ease-in-out;
  color: #3f3737;
}
@media (max-width: 750px) {
  .sidebar__link {
    font-size: 36px;
    line-height: 46px;
  }
}
.sidebar__link:hover {
  color: #ffecd6;
}
.sidebar__link-active {
  color: #ffecd6;
}
.no-border-radius-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.cursor-pointer {
  cursor: pointer;
}
body.sidebar-open,
body.modal-open {
  overflow: hidden;
}
.desktop-only {
  display: block;
}
@media (max-width: 900px) {
  .desktop-only {
    display: none;
  }
}
.desktop-only-inline {
  display: inline;
}
@media (max-width: 900px) {
  .desktop-only-inline {
    display: none;
  }
}
.mobile-only {
  display: none;
}
@media (max-width: 900px) {
  .mobile-only {
    display: block;
  }
}
.register-steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  user-select: none;
  padding: 50px 20px 75px;
  max-width: 660px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .register-steps {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .register-steps::after {
    position: absolute;
    content: "";
    width: calc(100% - 110px);
    height: 1px;
    top: 43px;
    margin-left: 50px;
    border-top: 1px solid #ffc9c0;
  }
}
.register-steps .register-step {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  text-decoration-line: underline;
  color: #ffc9c0;
  z-index: 2;
  cursor: pointer;
}
.register-steps .register-step__number::after {
  content: ". ";
}
@media (max-width: 600px) {
  .register-steps .register-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration-line: none;
  }
  .register-steps .register-step__number {
    padding: 13px;
    width: 35px;
    height: 35px;
    border: 1px solid #ffc9c0;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }
  .register-steps .register-step__number::after {
    content: "";
  }
  .register-steps .register-step__text {
    font-size: 14px;
    line-height: 18px;
    max-width: 75px;
  }
}
.register-steps .register-step-active {
  color: #ff2f3f;
}
@media (max-width: 600px) {
  .register-steps .register-step-active .register-step__number {
    border-color: #ff2f3f;
    background-color: #ff2f3f;
    color: #fff;
  }
}
.info-popup {
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
}
.info-popup__icon {
  width: 16px;
  height: 16px;
  display: block;
}
.info-popup__content {
  display: none;
  max-width: 300px;
  font-size: 14px;
  padding: 20px;
  background: #fff;
  color: #06242f;
  border-radius: 8px;
  z-index: 4;
  box-shadow: 0 10px 30px rgba(130, 19, 59, 0.13);
}
.info-popup__content .info-popup__arrow,
.info-popup__content .info-popup__arrow::before {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 3px;
}
.info-popup__content .info-popup__arrow {
  visibility: hidden;
}
.info-popup__content .info-popup__arrow::before {
  visibility: visible;
  content: "";
  transform: rotate(45deg);
}
.info-popup__content[data-popper-placement^=top] {
  margin-bottom: 20px !important;
}
.info-popup__content[data-popper-placement^=top] > .info-popup__arrow {
  bottom: -10px;
}
.info-popup__content[data-popper-placement^=bottom] {
  margin-top: 20px !important;
}
.info-popup__content[data-popper-placement^=bottom] > .info-popup__arrow {
  top: -10px;
}
.info-popup__content[data-popper-placement^=left] {
  margin-right: 20px !important;
}
.info-popup__content[data-popper-placement^=left] > .info-popup__arrow {
  right: -10px;
}
.info-popup__content[data-popper-placement^=right] {
  margin-left: 20px !important;
}
.info-popup__content[data-popper-placement^=right] > .info-popup__arrow {
  left: -10px;
}
.info-popup-note {
  width: 35px;
  height: 35px;
}
.info-popup-note .info-popup__icon {
  width: 35px;
  height: 35px;
}
@media (max-width: 900px) {
  .info-popup-note {
    width: 25px;
    height: 25px;
  }
  .info-popup-note .info-popup__icon {
    width: 25px;
    height: 25px;
  }
}
.help-block {
  position: relative;
  padding: 25px;
  text-align: center;
  background: linear-gradient(180deg, #ff77a8 0%, #ff2f3f 100%);
  box-shadow: 10px 10px 30px rgba(6, 36, 47, 0.07);
  border-radius: 10px;
  margin-bottom: 25px;
}
.help-block svg {
  position: absolute;
  width: 47px;
  height: 168.54px;
  top: 67px;
  left: -67px;
  z-index: 4;
}
@media (max-width: 680px) {
  .help-block svg {
    display: none;
  }
}
.help-block__title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .help-block__title {
    font-size: 22px;
    line-height: 28px;
  }
}
.help-block__text {
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  color: #ec93b3;
}
@media (max-width: 900px) {
  .help-block__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.help-block.only-title {
  min-height: 176px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.help-block.only-title .help-block__title {
  max-width: 300px;
}
.category-choose {
  margin-left: auto;
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  color: #3f3737;
}
.category-choose__count {
  font-size: 18px;
  line-height: 23px;
}
.category-choose__all {
  color: #ffc9c0;
}
.loader {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px;
}
.loader::after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ff2f3f;
  border-color: #ff2f3f transparent #ff2f3f transparent;
  animation: rotate 1.2s linear infinite;
}
.loader-lg {
  width: 40px;
  height: 40px;
}
.loader-lg::after {
  width: 40px;
  height: 40px;
}
.saved-collections {
  padding: 50px;
}
@media (max-width: 900px) {
  .saved-collections {
    padding-left: 0;
    padding-right: 0;
  }
}
.saved-collections__title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 50px;
  color: #ff2f3f;
}
@media (max-width: 900px) {
  .saved-collections__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.saved-collections__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.collections-or {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 880px;
  margin: 50px auto;
}
@media (max-width: 920px) {
  .collections-or {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.collections-or__line {
  width: 100%;
  height: 1px;
  background-color: #ffc9c0;
}
.collections-or__block {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  background-color: #fff;
  color: #ffc9c0;
  padding: 14px;
  margin: 25px;
  border-radius: 50%;
  width: max-content;
}
.select-plan__title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-transform: capitalize;
  margin-top: 25px;
  margin-bottom: 50px;
  color: #ff2f3f;
}
.select-plan__box {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
@media (max-width: 900px) {
  .select-plan__box {
    padding-bottom: 25px;
  }
}
@media (max-width: 615px) {
  .select-plan__box .swiper .plan-card {
    margin-left: auto;
    margin-right: auto;
  }
}
.discount-code {
  text-align: center;
  max-width: 440px;
  margin: 25px auto 50px;
  padding: 0 20px;
}
.discount-code__button {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #7c6f6f;
}
.discount-code__button-active {
  color: #ff2f3f;
}
.discount-code__info {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #7c6f6f;
  margin-bottom: 25px;
}
.discount-code__form {
  margin: 8px auto 0;
}
.discount-code__form button {
  margin: 20px auto 0;
}
@media (max-width: 900px) {
  .discount-code {
    margin: 15px auto 25px;
  }
}
.billing-info .checkbox {
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
}
.billing-info__header {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .billing-info__header {
    margin-bottom: 25px;
    text-align: center;
  }
}
.billing-info__note {
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-top: 23px;
  color: #ffc9c0;
}
@media (max-width: 900px) {
  .billing-info__note {
    font-size: 12px;
    line-height: 15px;
  }
}
.billing-info__btn-block {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.billing-info__payment-methods {
  display: flex;
  justify-content: space-between;
}
.billing-info__methods {
  display: flex;
  align-items: center;
}
.billing-info__methods img + img {
  margin-left: 20px;
}
@media (max-width: 900px) {
  .billing-info__methods img {
    width: 30px;
  }
}
.tabs {
  display: flex;
  border-bottom: 1px solid #7c6f6f;
  padding: 0 50px;
}
.tabs__link {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #7c6f6f;
  padding-bottom: 14px;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .tabs__link {
    font-size: 18px;
    line-height: 23px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .tabs__link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tabs__link-active {
  color: #ff2f3f;
  padding-bottom: 12px;
  border-bottom: 2px solid #ff2f3f;
}
@media (max-width: 900px) {
  .tabs__link-active {
    padding-bottom: 8px;
  }
}
.tabs__link + .tabs__link {
  margin-left: 50px;
}
@media (max-width: 900px) {
  .tabs__link + .tabs__link {
    margin-left: 0;
  }
}
@media (max-width: 900px) {
  .tabs {
    justify-content: center;
    padding: 0;
    margin: 0 20px;
  }
}
.trash-icon-big {
  width: 20px;
  height: 20px;
}
.earnings__header {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  border-bottom: 1px solid #7c6f6f;
}
@media (max-width: 900px) {
  .earnings__header {
    margin: 0 20px;
  }
}
.earnings__header-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 24px;
}
.earnings__header-section-label {
  font-weight: 450;
  font-size: 20px;
  line-height: 25px;
  color: #120000;
}
@media (max-width: 900px) {
  .earnings__header-section-label {
    font-size: 14px;
    line-height: 18px;
  }
}
.earnings__header-section-value {
  font-weight: 450;
  font-size: 40px;
  line-height: 51px;
  color: #aa9989;
}
@media (max-width: 900px) {
  .earnings__header-section-value {
    padding-top: 10px;
    font-size: 28px;
    line-height: 35px;
  }
}
.earnings__btn-block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 24px;
  border-bottom: 1px solid #7c6f6f;
  flex-wrap: wrap;
}
.earnings__btn-block button {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 15px 70px;
  font-size: 16px;
  line-height: 20px;
  margin-left: 55px;
}
@media (max-width: 900px) {
  .earnings__btn-block {
    margin: 0 20px;
    padding-top: 15px;
    padding-bottom: 14px;
  }
  .earnings__btn-block button {
    padding: 20px 85px;
    font-size: 18px;
    line-height: 23px;
    margin-left: 45px;
  }
}
@media (max-width: 386px) {
  .earnings__btn-block button {
    margin-left: 34px;
  }
}
.earnings__btn-block__see-requests {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
  margin-top: 10px;
  color: #7c6f6f;
}
.earnings__transactions-header {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 25px;
}
@media (max-width: 900px) {
  .earnings__transactions-header {
    font-size: 24px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
.earnings__transactions a {
  margin-left: 10px;
  color: #ff2f3f;
  text-decoration-line: underline;
}
.earnings__transactions table {
  width: 100%;
}
.earnings__transactions table tr th {
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  padding: 25px 30px;
  color: #7c6f6f;
}
@media (max-width: 900px) {
  .earnings__transactions table tr th {
    padding: 0;
  }
}
.earnings__transactions table thead {
  border-bottom: 1px solid #7c6f6f;
}
@media (max-width: 900px) {
  .earnings__transactions table thead {
    display: none;
  }
}
@media (min-width: 1000px) {
  .earnings__transactions table thead tr .user-display-name {
    min-width: 215px;
  }
}
.earnings__transactions table tbody tr td {
  padding: 22px 30px;
  color: #120000;
}
@media (max-width: 900px) {
  .earnings__transactions table tbody tr td {
    padding: 0;
  }
}
.earnings__transactions table tbody tr:nth-child(even) {
  background-color: #fff3e8;
}
@media (max-width: 900px) {
  .earnings__transactions table tbody tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    box-shadow: 10px 10px 30px rgba(6, 36, 47, 0.07);
    padding: 25px;
  }
  .earnings__transactions table tbody tr:nth-child(even) {
    box-shadow: 10px -12px 30px rgba(123, 123, 158, 0.07);
  }
}
.earnings__transactions .payout-status {
  text-transform: capitalize;
}
.earnings__form {
  padding: 35px 60px;
  border-bottom: 1px solid #7c6f6f;
}
.earnings__form .form-control {
  border-radius: 0 !important;
}
.earnings__form .select .input {
  border-radius: 0 !important;
}
.earnings__form label {
  margin-bottom: 16px !important;
}
@media (max-width: 900px) {
  .earnings__form {
    padding: 25px 20px;
  }
  .earnings__form label {
    margin-bottom: 10px !important;
  }
}
.earnings__instruction {
  padding: 35px 60px;
  border-bottom: 1px solid #7c6f6f;
}
.earnings__instruction div {
  font-size: 20px;
  line-height: 25px;
  color: #ff2f3f;
}
.earnings__instruction p {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.earnings__instruction p a {
  color: #ff2f3f;
  text-decoration: underline;
}
.withdraw-payment-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
.withdraw-payment-methods__input input[type=radio]:disabled + label, .withdraw-payment-methods__input input[type=radio]:disabled + label::before {
  opacity: 0.6;
  cursor: not-allowed;
}
.withdraw-payment-methods__input input[type=radio]:checked + label::before, .withdraw-payment-methods__input input[type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ffc9c0;
  border-radius: 100%;
  background: #fff;
}
@media (max-width: 500px) {
  .withdraw-payment-methods__input input[type=radio]:checked + label::before, .withdraw-payment-methods__input input[type=radio]:not(:checked) + label::before {
    left: 15px;
    width: 16px;
    height: 16px;
  }
}
.withdraw-payment-methods__input input[type=radio]:checked + label::after, .withdraw-payment-methods__input input[type=radio]:not(:checked) + label::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #ff2f3f;
  position: absolute;
  top: 0;
  left: 28px;
  right: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 500px) {
  .withdraw-payment-methods__input input[type=radio]:checked + label::after, .withdraw-payment-methods__input input[type=radio]:not(:checked) + label::after {
    left: 18px;
    width: 10px;
    height: 10px;
  }
}
.withdraw-payment-methods__input input[type=radio]:not(:checked) + label::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.withdraw-payment-methods__input input[type=radio]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.withdraw-payment-methods__input label {
  width: 100%;
  position: relative;
  padding: 16px 24px 16px 60px;
  cursor: pointer;
  font-size: 18px !important;
  line-height: 23px !important;
  white-space: nowrap;
  margin-bottom: 0 !important;
  color: #06242f !important;
  border: 1px solid #ffc9c0;
}
@media (max-width: 500px) {
  .withdraw-payment-methods__input label {
    padding: 15px 15px 15px 35px;
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
@media (max-width: 500px) {
  .withdraw-payment-methods {
    grid-template-columns: 1fr;
  }
}
.tip-amounts {
  max-width: 469px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
@media (max-width: 1130px) {
  .tip-amounts {
    max-width: 589px;
  }
}
.tip-amounts__input input[type=radio]:disabled + label, .tip-amounts__input input[type=radio]:disabled + label::before {
  opacity: 0.6;
  cursor: not-allowed;
}
.tip-amounts__input input[type=radio]:checked + label::before, .tip-amounts__input input[type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ffc9c0;
  border-radius: 100%;
  background: #fff;
}
@media (max-width: 1015px) {
  .tip-amounts__input input[type=radio]:checked + label::before, .tip-amounts__input input[type=radio]:not(:checked) + label::before {
    left: 15px;
    width: 16px;
    height: 16px;
  }
}
.tip-amounts__input input[type=radio]:checked + label::after, .tip-amounts__input input[type=radio]:not(:checked) + label::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #ff2f3f;
  position: absolute;
  top: 0;
  left: 28px;
  right: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 100%;
  transition: all 0.2s ease;
}
@media (max-width: 1015px) {
  .tip-amounts__input input[type=radio]:checked + label::after, .tip-amounts__input input[type=radio]:not(:checked) + label::after {
    left: 18px;
    width: 10px;
    height: 10px;
  }
}
.tip-amounts__input input[type=radio]:not(:checked) + label::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.tip-amounts__input input[type=radio]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.tip-amounts__input label {
  width: 100%;
  position: relative;
  padding: 16px 24px 16px 60px;
  cursor: pointer;
  font-size: 18px !important;
  line-height: 23px !important;
  white-space: nowrap;
  margin-bottom: 0 !important;
  color: #06242f !important;
  border: 1px solid #ffc9c0;
}
@media (max-width: 1015px) {
  .tip-amounts__input label {
    padding: 15px 15px 15px 45px;
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
@media (max-width: 1015px) {
  .tip-amounts {
    grid-template-columns: 1fr 1fr;
  }
}
.messaging-cost-input input {
  max-width: unset !important;
}
.static-page {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 20px;
}
.static-page h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 81px;
  padding: 75px 0 100px;
}
@media (max-width: 900px) {
  .static-page h1 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    padding: 25px 0 50px;
  }
}
.static-page h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  color: #ff2f3f;
  padding-top: 50px;
}
@media (max-width: 900px) {
  .static-page h2 {
    font-size: 21px;
    line-height: 23px;
  }
}
.static-page a,
.static-page p, .static-page__label {
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  padding-bottom: 23px;
}
@media (max-width: 900px) {
  .static-page a,
  .static-page p, .static-page__label {
    font-size: 10px;
    line-height: 13px;
    padding-bottom: 13px;
  }
}
.static-page ul {
  padding-left: 1em;
  list-style: disc;
  padding-bottom: 23px;
}
.static-page ul li {
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 900px) {
  .static-page ul {
    padding-bottom: 13px;
  }
  .static-page ul li {
    font-size: 10px;
    line-height: 13px;
  }
}
.static-page a, .static-page__label {
  font-family: "Poppins", sans-serif;
}
.static-page a {
  color: #ff2f3f;
}
.contact-us {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contact-us h1 {
  width: 350px;
  padding-right: 20px;
  padding-bottom: 15px;
}
.contact-us h3 {
  width: 350px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 28px;
  color: #aa9989;
}
.contact-us__info {
  padding-top: 15px;
  width: 550px;
  padding-right: 20px;
}
.contact-us__info .static-page__label,
.contact-us__info p {
  color: #aa9989;
  padding-bottom: 10px;
}
.contact-us__info .static-page__label,
.contact-us__info p,
.contact-us__info a {
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 1000px) {
  .contact-us__info {
    width: 450px;
  }
}
.contact-us .card {
  width: 692px;
}
@media (max-width: 900px) {
  .contact-us {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contact-us h1,
  .contact-us h3, .contact-us__info {
    width: 100%;
    padding-left: 20px;
  }
  .contact-us .card {
    width: 100%;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
}
.faqs-page h1 {
  max-width: 791px;
}
.collapse-box {
  padding-top: 24px;
  padding-bottom: 12px;
}
.collapse-box:first-of-type {
  padding-top: 0;
}
.collapse-box__label {
  color: #3f3737;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 12px;
  cursor: pointer;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collapse-box__label .collapse-box__arrow {
  margin-left: 20px;
  width: 24px;
  height: 24px;
}
.collapse-box__text {
  color: #685b5c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.collapse-box + .collapse-box {
  border-top: 1px solid #ffede9;
}
.arrow-down {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.arrow-down::before, .arrow-down::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: #3f3737;
  top: 5px;
  left: 0;
  transition: all 0.5s ease;
  border-radius: 1px;
  transform-origin: 50%;
}
.arrow-down::before {
  transform: translateX(-25%) rotate(45deg) scaleX(0.9);
  left: -2px;
}
.arrow-down::after {
  transform: translateX(25%) rotate(-45deg) scaleX(0.9);
}
.arrow-down_opened::before {
  transform: translateX(0) rotate(45deg) scaleX(1.4);
}
.arrow-down_opened::after {
  transform: translateX(0) rotate(-45deg) scaleX(1.4);
}
.home-segment__container {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1360px) {
  .home-segment__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home-section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 60px 20px;
}
.home-section__bg-popular {
  margin: 0 auto;
  background: url(/images/bg/popular-section.svg) no-repeat bottom center;
  background-size: cover;
}
@media (max-width: 900px) {
  .home-section__bg-popular {
    background: url(/images/bg/popular-section-mobile.svg) no-repeat bottom center;
    background-size: cover;
  }
}
.home-section__bg-recently-joined {
  margin: 0 auto;
  background: url(/images/bg/recently-section.svg) no-repeat top center;
  background-size: cover;
}
.home-section__bg-recently-joined .home-section {
  padding-top: 200px;
}
.home-section__bg-recently-joined .home-slide-section {
  padding-bottom: 100px;
}
@media (max-width: 900px) {
  .home-section__bg-recently-joined {
    background: url(/images/bg/recently-section-mobile.svg) no-repeat top center;
    background-size: cover;
  }
  .home-section__bg-recently-joined .home-section {
    padding-top: 75px;
  }
  .home-section__bg-recently-joined .home-slide-section {
    padding-bottom: 50px;
  }
}
.home-section__title {
  margin-bottom: 50px;
}
.home-section__container {
  display: flex;
  justify-content: space-between;
}
.home-section__item {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 365px;
}
@media (max-width: 1100px) {
  .home-section__item {
    max-width: 270px;
  }
}
.home-section__item img {
  width: 314px;
  height: 297px;
}
.home-section__item div {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #ff2f3f;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .home-section {
    padding: 50px 20px 25px;
  }
  .home-section__title {
    text-align: center;
    margin-bottom: 25px;
  }
  .home-section__container {
    flex-direction: column;
    align-items: center;
  }
  .home-section__item {
    max-width: 225px;
  }
  .home-section__item img {
    width: 200px;
    height: auto;
  }
  .home-section__item div {
    font-size: 18px;
    line-height: 23px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.how-it-works {
  background: #ffc9c0;
  padding: 60px 0;
}
@media (max-width: 900px) {
  .how-it-works {
    padding: 40px 20px;
  }
}
.how-it-works__container {
  display: flex;
}
@media (max-width: 900px) {
  .how-it-works__container {
    flex-direction: column;
    gap: 40px;
  }
}
.how-it-works__part {
  max-width: 647px;
  flex-basis: 100%;
}
.how-it-works__content {
  max-width: 426px;
}
.how-it-works .section-title {
  margin-bottom: 8px;
}
.how-it-works__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.how-it-works__item {
  display: flex;
  gap: 12px;
}
.how-it-works__image-container {
  width: 60px;
  height: 60px;
  background: rgba(255, 237, 233, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.how-it-works__text-container {
  flex-basis: fit-content;
}
.how-it-works__image {
  width: 36px;
  height: 36px;
}
.section-header {
  display: flex;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 1360px) {
  .section-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-header__title {
  flex: 0 0 50%;
}
.section-header__button-container {
  display: flex;
  justify-content: end;
  align-items: center;
  flex: 0 0 50%;
}
.section-header__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  background: #ff2f3f;
  color: #fffafa;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  height: 48px;
}
.section-header__slot {
  margin-top: 52px;
  flex: 0 0 100%;
  overflow: hidden;
}
@media (max-width: 900px) {
  .section-header__title {
    order: 1;
  }
  .section-header__button-container {
    order: 3;
    flex: 0 0 100%;
    justify-content: center;
    margin-top: 40px;
  }
  .section-header__slot {
    order: 2;
    margin-top: 40px;
  }
}
@media (min-width: 1361px) {
  .members-list .swiper-wrapper {
    gap: 5px;
  }
}
.members-list__item {
  display: flex;
  justify-content: center;
}
.member-card {
  display: flex;
  flex-direction: column;
  width: 312px;
  height: 456px;
  padding: 16px;
  background: #f5f3f3;
}
.member-card__avatar-block {
  height: 212px;
  display: flex;
  justify-content: space-between;
}
.member-card__main-image {
  width: 222px;
  height: 212px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}
.member-card__images-block {
  width: 50px;
  height: 212px;
  display: flex;
  flex-direction: column;
}
.member-card__image-public {
  margin-bottom: 4px;
  display: block;
  cursor: pointer;
}
.member-card__image-public img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}
.member-card__more-block {
  font-family: "Poppins", sans-serif;
  display: flex;
  min-width: 50px;
  height: 50px;
  align-items: center;
  border-radius: 5px;
  background: #ffa499;
  backdrop-filter: blur(6px);
  color: #ffede9;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.member-card__count-image, .member-card__text-more {
  color: #ffede9;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 95.5%;
}
.member-card__name-container {
  display: flex;
  justify-content: center;
  padding-top: 12px;
  align-items: center;
}
.member-card__name {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
  color: #3f3737;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 251px;
}
.member-card__description {
  word-wrap: break-word;
  color: #7c6f6f;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 12px;
  margin-bottom: 0;
}
.member-card__details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #e1dbdb;
  margin-top: 12px;
  justify-content: space-around;
  padding-top: 12px;
  padding-bottom: 0;
}
.member-card__statistic-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.member-card__count-label {
  color: #7c6f6f;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.member-card__count-value {
  color: #120000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.member-card__visit-container {
  margin-top: 12px;
}
.member-card__visit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #ff2f3f;
  color: #fffafa;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  min-width: 100%;
  height: 48px;
}
.verified-img {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.suggestion {
  position: relative;
  height: 506px;
}
@media (max-width: 900px) {
  .suggestion {
    height: auto;
  }
}
.suggestion__parts-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
@media (max-width: 900px) {
  .suggestion__parts-background {
    flex-direction: column;
  }
}
.suggestion__buyers-background {
  width: 100%;
  background: linear-gradient(76deg, rgba(20, 110, 223, 0.2) 7.43%, rgba(77, 141, 221, 0) 94.66%), #c7e0ff;
}
@media (max-width: 900px) {
  .suggestion__buyers-background {
    height: 100%;
  }
}
.suggestion__sellers-background {
  width: 100%;
  background: linear-gradient(277deg, rgba(255, 90, 89, 0.2) -6.92%, rgba(255, 90, 89, 0) 46.46%), #ffede9;
}
@media (max-width: 900px) {
  .suggestion__sellers-background {
    height: 100%;
  }
}
.suggestion__back {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-image: url(/images/suggestion/suggestion-background.png);
  background-size: cover;
}
.suggestion__banner {
  position: absolute;
}
@media (min-width: 901px) {
  .suggestion__banner {
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/images/suggestion/suggestion-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 560px;
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media (max-width: 1320px) {
  .suggestion__banner {
    height: 432px;
  }
}
@media (max-width: 1030px) {
  .suggestion__banner {
    height: 323px;
  }
}
@media (max-width: 900px) {
  .suggestion__banner {
    top: 0;
    left: 0;
    bottom: 0;
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    height: auto;
    width: 374px;
    display: none;
  }
}
.suggestion__container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .suggestion__container {
    flex-direction: column;
  }
  .suggestion__container .suggestion__part {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.suggestion__part {
  width: 423px;
}
@media (max-width: 463px) {
  .suggestion__part {
    width: 100%;
  }
}
.suggestion__title {
  color: #3f3737;
  font-family: "Domine", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.suggestion__text {
  color: #7c6f6f;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.home-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  overflow-x: auto;
  padding-bottom: 5px;
  margin-bottom: 45px;
}
.home-tabs .btn-tab + .btn-tab {
  margin-left: 35px;
}
@media (max-width: 1335px) {
  .home-tabs {
    justify-content: flex-start;
  }
}
@media (max-width: 900px) {
  .home-tabs {
    margin-bottom: 30px;
  }
  .home-tabs .btn-tab + .btn-tab {
    margin-left: 15px;
  }
}
.home-popular-category-loader {
  position: absolute;
  z-index: 1;
  top: calc(50% - 75px);
  left: calc(50% - 25px);
}
.home-popular-category-loading > .swiper-wrapper {
  opacity: 0.6;
}
.home-slide-section {
  max-width: 1330px;
  margin: 0 auto;
  padding-bottom: 210px;
}
@media (max-width: 900px) {
  .home-slide-section {
    padding-bottom: 70px;
  }
}
.home-banners {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 0;
  padding: 0 20px;
}
.home-banners__buyer + .home-banners__seller {
  margin-left: 26px;
}
.home-banners__buyer, .home-banners__seller {
  position: relative;
  width: 652px;
  height: 536px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 114px 60px 115px;
}
.home-banners__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 53px;
  margin-bottom: 25px;
}
.home-banners__point {
  position: relative;
  max-width: 294px;
  font-size: 20px;
  line-height: 25px;
  padding-left: 27px;
  margin-bottom: 15px;
}
.home-banners__point::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0;
  top: 6px;
}
.home-banners__button {
  font-size: 20px !important;
  line-height: 25px !important;
  padding: 19px 69px !important;
  margin-top: 50px;
}
.home-banners__buyer {
  background-image: url(/images/bg/for-buyer.svg);
}
.home-banners__buyer .home-banners__title {
  color: #ff2f3f;
}
.home-banners__buyer .home-banners__button {
  color: #fff;
  background: #ff2f3f;
  z-index: 2;
  position: relative;
}
.home-banners__buyer .home-banners__point {
  color: #aa9989;
}
.home-banners__buyer .home-banners__point::before {
  background: #ff2f3f;
}
.home-banners__buyer::after {
  content: url(/images/feet-1.png);
  position: absolute;
  right: 0;
  pointer-events: none;
  bottom: -8px;
}
.home-banners__seller {
  background-image: url(/images/bg/for-seller.svg);
}
.home-banners__seller .home-banners__title {
  color: #fff;
}
.home-banners__seller .home-banners__button {
  color: #ff2f3f;
  background: #fff;
  z-index: 2;
  position: relative;
}
.home-banners__seller .home-banners__point {
  color: #fff;
}
.home-banners__seller .home-banners__point::before {
  background: #fff;
}
.home-banners__seller::after {
  content: url(/images/feet-2.png);
  position: absolute;
  right: 0;
  bottom: -6px;
}
@media (max-width: 1235px) {
  .home-banners__buyer, .home-banners__seller {
    width: 335px;
    height: 306px;
    border-radius: 15px;
    padding: 40px 25px;
  }
  .home-banners__title {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 15px;
  }
  .home-banners__point {
    max-width: 201px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    padding-left: 17px;
  }
  .home-banners__point::before {
    width: 7px;
    height: 7px;
    top: 6px;
  }
  .home-banners__button {
    font-size: 18px !important;
    line-height: 23px !important;
    padding: 15px 35px !important;
    margin-top: 25px;
  }
  .home-banners__buyer .home-banners__point {
    max-width: 187px;
  }
  .home-banners__buyer::after {
    content: url(/images/feet-1-mobile.png);
    bottom: 10px;
  }
  .home-banners__seller::after {
    content: url(/images/feet-2-mobile.png);
  }
}
@media (max-width: 900px) {
  .home-banners {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }
  .home-banners__buyer + .home-banners__seller {
    margin-left: 0;
    margin-top: 14px;
  }
}
.home-expert {
  margin: 100px 0 150px;
}
@media (max-width: 900px) {
  .home-expert {
    margin: 70px 0 50px;
  }
  .home-expert .home-section__title {
    padding: 0 30px;
  }
}
.specialist-mark {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1100px) {
  .specialist-mark {
    flex-direction: column-reverse;
  }
}
.specialist-mark img {
  width: 588px;
  height: 648px;
}
@media (max-width: 1100px) {
  .specialist-mark img {
    width: 297px;
    height: 335px;
    margin-bottom: 84px;
  }
}
.specialist-mark__box {
  padding-left: 136px;
}
@media (max-width: 1100px) {
  .specialist-mark__box {
    padding-left: 0;
  }
}
.specialist-mark__title {
  color: #3f3737;
  font-family: "Domine", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1100px) {
  .specialist-mark__title {
    text-align: center;
  }
}
.specialist-mark__text {
  color: #685b5c;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 24px 0;
}
.specialist-marks .swiper-button-prev,
.specialist-marks .swiper-button-next {
  position: absolute;
  width: 44px;
  height: 44px;
  border: 1px solid #ffc9c0;
  background-size: 24px;
  bottom: 125px;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .specialist-marks .swiper-button-prev,
  .specialist-marks .swiper-button-next {
    bottom: 0;
  }
}
.specialist-marks .swiper-button-prev {
  left: 724px;
  background: url(/images/love-your-feet/arrow-left.svg) no-repeat center center;
}
@media (max-width: 1100px) {
  .specialist-marks .swiper-button-prev {
    left: calc(50% - 54px);
  }
}
.specialist-marks .swiper-button-next {
  left: 784px;
  background: url(/images/love-your-feet/arrow-right.svg) no-repeat center center;
}
@media (max-width: 1100px) {
  .specialist-marks .swiper-button-next {
    left: calc(50% + 10px);
  }
}
.expert-point {
  display: flex;
  justify-content: center;
  align-items: center;
}
.expert-point img {
  width: 594px;
  height: 350px;
  margin-right: 140px;
}
.expert-point__box {
  max-width: 595px;
  padding-bottom: 60px;
}
.expert-point__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 15px;
}
.expert-point__text {
  font-size: 18px;
  line-height: 23px;
}
.expert-points {
  max-width: 1530px;
  margin: 0 auto;
}
.expert-points .swiper-pagination {
  width: unset;
  bottom: 55px;
  text-align: initial;
  left: unset;
  right: 600px;
}
.expert-points .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffc9c0;
  border-radius: 29px;
  transition: width 0.2s ease, background-color 0.2s ease;
}
.expert-points .swiper-pagination .swiper-pagination-bullet-active {
  width: 32px;
  background-color: #ff2f3f;
}
.expert-points .swiper-button-prev,
.expert-points .swiper-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 150px;
  z-index: 2;
  cursor: pointer;
}
.expert-points .swiper-button-prev {
  left: 0;
  background: url(/images/icons/circle-arrow-left-active.svg) no-repeat center center;
}
.expert-points .swiper-button-next {
  right: 0;
  background: url(/images/icons/circle-arrow-right-active.svg) no-repeat center center;
}
.expert-points .swiper-button-prev.swiper-button-disabled {
  background: url(/images/icons/circle-arrow-left.svg) no-repeat center center;
}
.expert-points .swiper-button-next.swiper-button-disabled {
  background: url(/images/icons/circle-arrow-right.svg) no-repeat center center;
}
@media (max-width: 1530px) {
  .expert-points .swiper-pagination {
    right: 570px;
  }
  .expert-points .expert-point {
    padding: 0 70px;
    justify-content: space-between;
  }
  .expert-points .expert-point img {
    margin-right: 0;
  }
}
@media (max-width: 1340px) {
  .expert-points .swiper-button-prev,
  .expert-points .swiper-button-next {
    display: none;
  }
  .expert-points .expert-point {
    padding: 0 20px 59px;
  }
  .expert-points .swiper-pagination {
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    right: unset;
  }
}
@media (max-width: 1240px) {
  .expert-points .expert-point {
    flex-direction: column;
  }
  .expert-points .expert-point img {
    width: 335px;
    height: auto;
  }
  .expert-points .expert-point__box {
    max-width: 335px;
    padding-bottom: 0;
  }
  .expert-points .expert-point__title, .expert-points .expert-point__text {
    text-align: center;
  }
  .expert-points .expert-point__title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 23px;
  }
  .expert-points .expert-point__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.home-categories__list {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
}
.home-category {
  width: 274px;
  height: 102px;
  border-radius: 12px;
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  backdrop-filter: blur(2px);
  cursor: pointer;
}
.home-category__image {
  height: 70px;
}
.home-category__text {
  color: #3f3737;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.home-faqs {
  max-width: 1370px;
  padding: 0 20px;
  margin: 0 auto 75px;
}
@media (max-width: 900px) {
  .home-faqs {
    margin-bottom: 50px;
  }
}
.home-have-q {
  margin: 100px 102px 50px;
  background-image: url(/images/bg/have-q.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-have-q__box {
  max-width: 680px;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 50px;
  border-top: 2px solid #ff2f3f;
  border-bottom: 2px solid #ff2f3f;
  color: #ff2f3f;
  padding: 85px 58px;
  text-align: center;
}
.home-have-q__box a {
  color: #23a9d7;
  text-decoration: underline;
}
@media (max-width: 900px) {
  .home-have-q {
    margin: 50px 0;
    padding: 0 20px;
    background-image: url(/images/bg/have-q-mobile.svg);
  }
  .home-have-q__box {
    max-width: 267px;
    padding: 50px 0;
    font-size: 18px;
    line-height: 23px;
  }
}
.home-faq {
  background: #c7e0ff;
  background-image: url(/images/faq/faq-background.png);
  background-size: cover;
  background-position: left center;
}
.home-faq__container {
  display: flex;
  gap: 40px;
}
@media (max-width: 900px) {
  .home-faq__container {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.home-faq__part {
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 900px) {
  .home-faq__part {
    padding: 0;
  }
}
.home-faq__title {
  color: #3f3737;
  font-family: "Domine", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.home-faq__text {
  color: #685b5c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.home-faq__link {
  color: #ff2f3f;
}
.home-blog {
  max-width: 1370px;
  margin: 100px auto 150px;
  padding: 0 20px;
}
.home-blog .swiper-slide {
  padding-bottom: 50px;
}
@media (max-width: 1320px) {
  .home-blog {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 900px) {
  .home-blog {
    margin: 0 0 75px;
  }
  .home-blog .home-section__title {
    margin-bottom: 25px;
  }
}
.blog-item {
  width: 424px;
  height: 465px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 460px) {
  .blog-item {
    width: 276px;
  }
}
.blog-item__image {
  width: 424px;
  height: 320px;
  object-fit: cover;
}
@media (max-width: 460px) {
  .blog-item__image {
    width: 276px;
  }
}
.blog-item__body {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  height: 133px;
}
.blog-item__title {
  color: #3f3737;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blog-item__description {
  color: #685b5c;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px;
  height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-item__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  margin-top: 12px;
  background: #ff2f3f;
  color: #fffafa;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.shop-page {
  position: relative;
  margin: 0 auto;
}
.shop-page__content-bg {
  background: rgb(255, 237, 233);
  background: linear-gradient(180deg, rgb(255, 237, 233) 0%, rgb(255, 237, 233) 10%, rgb(255, 255, 255) 45%, rgb(255, 255, 255) 100%);
}
.shop-page__content {
  margin-bottom: 160px;
}
.shop-page__filters-box {
  width: 100%;
  position: absolute;
  top: -70px;
  left: 0;
  z-index: 3;
}
.shop-page__filters {
  max-width: 1338px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 10px 10px 30px rgba(17, 9, 77, 0.1);
  border-radius: 20px;
}
@media (max-width: 1370px) {
  .shop-page__filters {
    margin: 0 20px;
  }
}
.shop-page__filters-top {
  display: flex;
  padding: 40px 40px 0;
}
@media (max-width: 900px) {
  .shop-page__filters-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 20px 20px 0;
  }
}
.shop-page__filters-search {
  flex-grow: 1;
  margin: 0 15px 0 0;
}
.shop-page__filters-search .form-control {
  font-size: 16px;
  line-height: 20px;
  border-width: 2px;
}
@media (max-width: 900px) {
  .shop-page__filters-search {
    display: grid;
    grid-column-start: 1;
    grid-column-end: none;
    margin: 0 0 15px;
  }
}
.shop-page__filters-sort-by {
  display: flex;
  align-items: center;
  width: max-content;
  margin: 0 15px;
}
.shop-page__filters-sort-by label {
  font-size: 16px;
  line-height: 20px;
  color: #7c6f6f;
  margin-right: 10px;
}
.shop-page__filters-sort-by .select {
  width: 147px;
}
.shop-page__filters-sort-by .select .input {
  font-size: 16px;
  line-height: 20px;
  padding: 18px;
  border-width: 2px;
}
.shop-page__filters-sort-by .select .input__value {
  padding: 0;
}
.shop-page__filters-sort-by .select .options {
  border-width: 2px;
}
.shop-page__filters-sort-by .select > svg {
  width: 14px;
  height: 9px;
  top: 28px;
  right: 25px;
}
.shop-page__filters-sort-by .select > svg path {
  fill: #ff2f3f;
}
@media (max-width: 900px) {
  .shop-page__filters-sort-by {
    grid-column-start: 1;
    grid-column-end: 4;
    width: unset;
    margin: 0;
  }
  .shop-page__filters-sort-by label {
    margin-right: 25px;
  }
  .shop-page__filters-sort-by .select {
    flex-grow: 1;
  }
}
.shop-page__filters-toggle-btn {
  color: #ff2f3f;
  font-size: 16px !important;
  line-height: 20px;
  padding: 16px 38px !important;
  margin: 0 0 0 15px;
  border: 2px solid #ff2f3f;
  border-radius: 8px !important;
  background-color: #fff;
}
.shop-page__filters-toggle-btn .filter-icon {
  margin-right: 10px;
}
.shop-page__filters-toggle-btn .x-icon {
  margin-right: 19px;
}
.shop-page__filters-toggle-btn .x-icon path {
  fill: #ff2f3f;
}
@media (max-width: 900px) {
  .shop-page__filters-toggle-btn {
    padding: 16px !important;
    margin: 0 0 0 10px;
  }
  .shop-page__filters-toggle-btn .filter-icon {
    margin-right: 0;
  }
  .shop-page__filters-toggle-btn .x-icon {
    margin-right: 0;
    width: 24px;
  }
}
.shop-page__filters-list {
  border-top: 1px solid #ffc9c0;
}
.shop-page__filters-country {
  padding: 25px 40px 30px;
}
.shop-page__filters-country label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #06242f !important;
  margin-bottom: 8px !important;
}
.shop-page__filters-country .select {
  max-width: 335px;
}
.shop-page__filters-country .select .input {
  border-width: 2px;
  padding: 14px 31px 12px 14px;
}
.shop-page__filters-country .select .input .placeholder {
  font-size: 16px;
  line-height: 20px;
}
.shop-page__filters-country .select > svg {
  right: 14px;
}
.shop-page__filters-country .select > svg path {
  fill: #ff2f3f;
}
.shop-page__filters-country .select .options {
  border-width: 2px;
}
.shop-page__filters-country .select .options__results div {
  padding: 5px 14px;
}
.shop-page__filters-country .select-open .options[data-popper-placement=top] ~ .input {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.shop-page__filters-country .select-open .options[data-popper-placement=bottom] ~ .input {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 900px) {
  .shop-page__filters-country {
    padding: 25px 20px 10px;
  }
  .shop-page__filters-country .select .input {
    border-width: 2px;
    padding: 15px 32px 15px 15px;
  }
  .shop-page__filters-country .select > svg {
    right: 15px;
  }
  .shop-page__filters-country .select > svg path {
    fill: #ff2f3f;
  }
  .shop-page__filters-country .select .options {
    border-width: 2px;
  }
  .shop-page__filters-country .select .options__results div {
    padding: 5px 14px;
  }
}
.shop-page__filters-line {
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.shop-page__filters-line::before, .shop-page__filters-line::after {
  content: "";
  width: 100%;
  border-top: 1px solid #ffc9c0;
}
.shop-page__filters-line span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffc9c0;
  padding: 0 35px;
}
@media (max-width: 900px) {
  .shop-page__filters-line {
    padding: 0 20px;
  }
  .shop-page__filters-line span {
    padding: 0 15px;
  }
}
.shop-page__filters-checkboxes {
  display: flex;
  padding: 35px 40px 45px;
}
@media (max-width: 900px) {
  .shop-page__filters-checkboxes {
    flex-direction: column;
    padding: 25px 20px;
  }
}
.shop-page__filters-checkbox + .shop-page__filters-checkbox {
  margin-left: 150px;
}
@media (max-width: 1200px) {
  .shop-page__filters-checkbox + .shop-page__filters-checkbox {
    margin-left: 100px;
  }
}
@media (max-width: 1001px) {
  .shop-page__filters-checkbox + .shop-page__filters-checkbox {
    margin-left: 50px;
  }
}
@media (max-width: 900px) {
  .shop-page__filters-checkbox + .shop-page__filters-checkbox {
    margin-left: 0;
    margin-top: 35px;
  }
}
.shop-page__filters-checkbox-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.shop-page__filters-checkbox-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 15px;
}
@media (max-width: 900px) {
  .shop-page__filters-checkbox-box {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: unset;
  }
}
.shop-page__filters-footer {
  margin: 0 40px;
  padding: 35px 0 40px;
  border-top: 1px solid #ffc9c0;
}
.shop-page__filters-footer .btn {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 0 auto;
  padding: 18px 54px;
  border-radius: 8px;
}
@media (max-width: 500px) {
  .shop-page__filters-footer .btn {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .shop-page__filters-footer {
    margin: 0 20px;
    padding: 25px 0;
  }
}
.shop-page__filters-selected {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 110px 40px 28px;
}
.shop-page__filters-selected-have {
  padding-top: 15px;
}
@media (max-width: 900px) {
  .shop-page__filters-selected {
    padding: 0 8px 25px;
  }
  .shop-page__filters-selected-have {
    padding-top: 25px;
  }
}
.shop-page__filters-selected-clear {
  position: absolute;
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 3px 13px !important;
  border-radius: 5px !important;
  right: 40px;
  top: 25px;
}
@media (max-width: 900px) {
  .shop-page__filters-selected-clear {
    position: unset;
    right: 0;
    top: 0;
    margin: 10px 10px 0;
  }
}
.shop-page__filters-selected-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 12px 0;
}
.shop-page__filters-selected-item label {
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  margin-right: 15px;
}
@media (max-width: 900px) {
  .shop-page__filters-selected-item {
    margin: 10px 10px 0;
  }
}
.shop-page__filters-tag {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  border: 1.5px solid #ff2f3f;
  border-radius: 5px;
  color: #ff2f3f;
  padding: 4px 9px;
  margin: 0 2.5px;
  max-width: max-content;
}
.shop-page__filters-tag svg {
  margin-left: 4px;
  cursor: pointer;
}
.shop-page__no-collections {
  padding-bottom: 100px;
  margin: 0 20px;
  max-width: unset !important;
}
@media (max-width: 900px) {
  .shop-page__no-collections {
    padding-bottom: 50px;
  }
}
.shop-page__collections {
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 39px;
  max-width: 1329px;
  margin: 0 auto;
}
@media (max-width: 1369px) {
  .shop-page__collections {
    padding-left: 20px;
    padding-right: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1290px) {
  .shop-page__collections {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1123px) {
  .shop-page__collections {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 750px) {
  .shop-page__collections {
    grid-template-columns: 1fr;
  }
}
.shop-page__benefits {
  display: grid;
  max-width: 1330px;
  margin: 0 auto;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 5;
  padding: 150px 0;
}
.shop-page__benefits .swiper {
  width: 100%;
}
.shop-page__benefits .swiper .swiper-wrapper {
  position: relative;
  width: 335px;
  padding-bottom: 35px;
}
.shop-page__benefits .swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
}
.shop-page__benefits .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffc9c0;
  border-radius: 29px;
  transition: width 0.2s ease, background-color 0.2s ease;
}
.shop-page__benefits .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 32px;
  background-color: #ff2f3f;
}
.shop-page__benefits-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 26px;
}
.shop-page__benefits-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 900px) {
  .shop-page__benefits-title {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 25px;
  }
}
.shop-page__benefits-item {
  width: 652px;
  height: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.shop-page__benefits-item-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #ff2f3f;
  margin-top: 35px;
  margin-bottom: 15px;
  text-align: center;
}
.shop-page__benefits-item-text {
  font-size: 18px;
  line-height: 23px;
  color: #7c6f6f;
  max-width: 467px;
  text-align: center;
}
.shop-page__benefits-item-3 .shop-page__benefits-item-text {
  max-width: 551px;
}
.shop-page__benefits-item-1, .shop-page__benefits-item-4 {
  padding-top: 50px;
}
.shop-page__benefits-item-2, .shop-page__benefits-item-3 {
  padding-top: 53px;
}
.shop-page__benefits-item-1, .shop-page__benefits-item-2 {
  padding-bottom: 58px;
}
.shop-page__benefits-item-3, .shop-page__benefits-item-4 {
  padding-bottom: 35px;
}
@media (max-width: 1370px) {
  .shop-page__benefits-box {
    grid-gap: 15px;
  }
  .shop-page__benefits-item {
    width: 335px;
    height: auto;
    padding: 35px 21px;
  }
  .shop-page__benefits-item-title {
    font-size: 18px;
    line-height: 23px;
  }
  .shop-page__benefits-item-text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 1369px) {
  .shop-page__benefits {
    grid-column-end: 3;
  }
}
@media (max-width: 1290px) {
  .shop-page__benefits {
    grid-column-end: 4;
  }
}
@media (max-width: 1123px) {
  .shop-page__benefits {
    grid-column-end: 3;
  }
}
@media (max-width: 750px) {
  .shop-page__benefits {
    grid-row-start: 7;
    grid-row-end: 8;
    grid-column-end: 2;
    padding: 100px 0;
  }
}
.shop-page__faqs {
  padding: 150px 20px;
  margin: 0 auto;
  background-image: url(/images/bg/shop-faqs.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.shop-page__faqs .btn {
  margin-top: 75px;
}
@media (max-width: 900px) {
  .shop-page__faqs .btn {
    margin-top: 50px;
  }
}
.shop-page__faqs .collapse-box {
  max-width: 1330px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .shop-page__faqs {
    padding: 150px 20px 102px;
  }
}
.shop-page__faqs-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 61px;
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 900px) {
  .shop-page__faqs-title {
    font-size: 26px;
    line-height: 33px;
    padding-bottom: 35px;
  }
}
.seller-page {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1470px;
  padding: 0 20px;
  margin: 0 auto;
}
.seller-page__card {
  max-width: 465px;
  padding: 50px;
  background-color: #fff;
  box-shadow: 10px 10px 30px rgba(6, 36, 47, 0.07);
  border-radius: 0 0 20px 20px;
}
.seller-page__card-avatar {
  display: block;
  margin: 0 auto;
  width: 318px;
  height: 318px;
  border-radius: 10px;
}
.seller-page__card-name {
  display: block;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  margin-top: 15px;
}
.seller-page__card-about {
  margin-top: 50px;
}
.seller-page__card-about label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}
.seller-page__card-about p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 23px;
  color: #aa9989;
}
.seller-page__card-social-tip {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.seller-page__card-social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.seller-page__card-social a {
  display: block;
  width: 30px;
  height: 30px;
}
.seller-page__card-social a + a {
  margin-left: 20px;
}
.seller-page__card-tip, .seller-page__card-message, .seller-page__card-follow {
  display: flex;
  align-items: center;
  text-align: center;
  user-select: none;
  justify-content: center;
  white-space: nowrap;
  width: max-content;
  font-family: "Poppins", sans-serif;
}
.seller-page__card-tip {
  font-size: 18px;
  line-height: 23px;
  color: #3f3737;
}
.seller-page__card-tip > svg {
  margin-right: 10px;
}
.seller-page__card-message, .seller-page__card-follow {
  font-size: 24px;
  line-height: 30px;
  color: #ff2f3f;
  margin: 0 auto;
}
.seller-page__card-message > svg, .seller-page__card-follow > svg {
  margin-right: 15px;
}
.seller-page__card-message {
  margin-top: 50px;
  margin-bottom: 35px;
}
.seller-page__container {
  width: 100%;
  max-width: 846px;
  margin-top: 50px;
  margin-left: 20px;
}
.seller-page__container-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.seller-page__container-title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 48px;
  color: #ff2f3f;
}
.seller-page__container-sort-box {
  display: flex;
  align-items: center;
}
.seller-page__container-sort-box label {
  font-size: 16px;
  line-height: 20px;
  color: #aa9989;
  margin-right: 25px;
}
.seller-page__container-sort-box .select {
  width: 222px;
}
.seller-page__container-sort-box .select > svg {
  width: 12px;
  height: 12px;
  right: 20px;
}
.seller-page__container-sort-box .select > svg path {
  fill: #ff2f3f;
}
.seller-page__container-sort-box .select .input {
  border: 0;
  box-shadow: 10px 10px 30px rgba(24, 24, 51, 0.07);
  border-radius: 5px;
  padding: 10px 20px;
}
.seller-page__container-sort-box .select .input__value {
  font-size: 16px;
  line-height: 20px;
}
.seller-page__container-sort-box .select .options {
  border: 0;
}
.seller-page__container-collections {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  justify-items: center;
  margin-top: 35px;
}
@media (max-width: 1300px) {
  .seller-page__container-collections {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1100px) {
  .seller-page__container-collections {
    grid-template-columns: 1fr;
  }
}
.seller-page__container-back {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 28px;
  color: #aa9989;
  margin-bottom: 35px;
}
.seller-page__container-back svg {
  margin-right: 25px;
}
@media (max-width: 900px) {
  .seller-page__container-back {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .seller-page__container-back svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
}
.seller-page__container-images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  justify-items: center;
  margin-top: 35px;
  cursor: pointer;
}
@media (max-width: 1380px) {
  .seller-page__container-images {
    grid-template-columns: 1fr 1fr;
  }
}
.seller-page__container-images img {
  display: block;
  width: 262px;
  height: 367px;
  border-radius: 5px;
  object-fit: cover;
}
.seller-page__container-images-locked {
  width: 262px;
  height: 367px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-image: url(/images/bg/locked-img.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.seller-page__container-images-locked button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.seller-page__container-images-locked button span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  text-decoration-line: underline;
  color: #ff2f3f;
  margin-top: 15px;
}
@media (max-width: 1100px) {
  .seller-page__container-images img, .seller-page__container-images-locked {
    width: 160px;
    height: 225px;
  }
  .seller-page__container-images-locked button svg {
    width: 83px;
    height: 83px;
  }
  .seller-page__container-images-locked button span {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
}
.seller-page__container-log {
  max-width: 210px;
  margin: 25px 0 0 auto;
}
.seller-page__container-log div {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 18px;
}
.seller-page__container-log div label {
  color: #7c6f6f;
}
@media (max-width: 900px) {
  .seller-page__container-log {
    margin-top: 15px;
  }
}
@media (max-width: 1100px) {
  .seller-page__card {
    padding: 20px;
    max-width: 335px;
  }
  .seller-page__card-avatar {
    width: 295px;
    height: 295px;
  }
  .seller-page__card-name {
    font-size: 24px;
    line-height: 30px;
  }
  .seller-page__card-about {
    margin-top: 35px;
  }
  .seller-page__card-social-tip {
    margin-top: 35px;
  }
  .seller-page__card-follow {
    margin-bottom: 15px;
  }
  .seller-page__card-social a + a {
    margin-left: 15px;
  }
  .seller-page__container-title h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .seller-page__container-sort-box label {
    font-size: 18px;
    line-height: 23px;
    margin-right: 18px;
  }
  .seller-page__container-sort-box .select {
    width: 258px;
  }
  .seller-page__container-sort-box .select > svg {
    width: 12px;
    height: 12px;
    right: 20px;
    top: 28px;
  }
  .seller-page__container-sort-box .select > svg path {
    fill: #ff2f3f;
  }
  .seller-page__container-sort-box .select .input {
    padding: 18px 20px;
  }
  .seller-page__container-sort-box .select .input__value {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 900px) {
  .seller-page {
    flex-direction: column;
    align-items: center;
  }
  .seller-page__container {
    margin-left: 0;
  }
  .seller-page__container-title {
    flex-direction: column;
  }
  .seller-page__container-title h2 {
    margin-bottom: 15px;
  }
  .seller-page__container-collections {
    margin-top: 25px;
  }
}
.collection-page .seller-page__container-title h2 {
  text-align: center;
}
.read-more button {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-decoration-line: underline;
  color: #ff2f3f;
}
.vue-notification-wrapper {
  margin-top: 20px !important;
}
@media (max-width: 900px) {
  .vue-notification-wrapper {
    margin-top: 10px !important;
  }
}
.notification-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}
.notification-content {
  font-size: 16px;
  line-height: 20px;
}
.following__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  justify-items: center;
}
@media (max-width: 1150px) {
  .following__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .following__container {
    grid-gap: 15px;
  }
}
.unlock-collection {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  margin: 75px 0 40px;
  background: linear-gradient(104.98deg, #fdc7ba 4.17%, #fff5f2 107.46%);
  box-shadow: 10px 10px 30px rgba(138, 95, 84, 0.07);
  border-radius: 10px;
}
@media (max-width: 900px) {
  .unlock-collection {
    padding: 25px 15px;
  }
}
.unlock-collection__label {
  font-size: 24px;
  line-height: 30px;
  color: #ff2f3f;
}
.unlock-collection__price {
  font-size: 48px;
  line-height: 61px;
  color: #ff2f3f;
  margin-top: 25px;
  margin-bottom: 43px;
}
@media (max-width: 900px) {
  .unlock-collection__price {
    margin-bottom: 35px;
  }
}
.unlock-collection__include {
  font-size: 14px;
  line-height: 18px;
  color: #e3a698;
  margin-top: 15px;
}
.unlock-collection button {
  font-size: 24px;
  line-height: 30px;
  background-color: #fff;
  color: #ff2f3f;
  padding: 17px 68px;
}
.unlocked-collections-box {
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
@media (max-width: 1200px) {
  .unlocked-collections-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .unlocked-collections-box {
    grid-template-columns: 1fr;
  }
}
.video-links-show {
  margin-top: 75px;
}
.video-links-show-title {
  font-size: 24px;
  line-height: 30px;
}
.video-links-show-links {
  margin-top: 25px;
}
.video-links-show__item + .video-links-show__item {
  margin-top: 15px;
}
.video-links-show__item {
  border: 1px solid #ffc9c0;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.video-links-show__item input {
  font-size: 16px;
  line-height: 20px;
  color: #7c6f6f;
  padding: 19px 25px;
  flex-grow: 1;
}
.video-links-show__item button {
  font-size: 14px;
  line-height: 18px;
  padding: 21px 25px;
  color: #ff2f3f;
  text-decoration-line: underline;
  border-left: 1px solid #ffc9c0;
}
.video-links-show__item button svg {
  margin-right: 9px;
}
@media (max-width: 900px) {
  .video-links-show {
    margin-top: 50px;
  }
  .video-links-show-title {
    font-size: 18px;
    line-height: 23px;
  }
  .video-links-show-links {
    margin-top: 15px;
  }
  .video-links-show__item + .video-links-show__item {
    margin-top: 10px;
  }
  .video-links-show__item {
    border-radius: 10px;
  }
  .video-links-show__item input {
    font-size: 14px;
    line-height: 18px;
    padding: 20px;
  }
  .video-links-show__item button {
    padding: 20px;
  }
}
.best-alternative__banner {
  display: flex;
  background-image: url(/images/bg/best-alternative.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.best-alternative__banner-box {
  width: 100%;
  padding: 274px 97px 269px 295px;
}
.best-alternative__banner-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 76px;
  margin-bottom: 25px;
  max-width: 685px;
}
.best-alternative__banner-desc {
  font-weight: 450;
  font-size: 24px;
  line-height: 30px;
  color: #7c6f6f;
  margin-bottom: 60px;
  max-width: 685px;
}
.best-alternative__banner-btn .btn {
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  padding: 16px 76px;
}
@media (max-width: 1750px) {
  .best-alternative__banner-box {
    padding: 250px 97px 269px 230px;
  }
  .best-alternative__banner img {
    width: 765px;
  }
}
@media (max-width: 1600px) {
  .best-alternative__banner-box {
    padding: 200px 97px 250px;
  }
  .best-alternative__banner img {
    width: 700px;
  }
}
@media (max-width: 1400px) {
  .best-alternative__banner-box {
    padding: 150px 50px 50px 20px;
  }
  .best-alternative__banner img {
    width: 600px;
  }
}
@media (max-width: 1200px) {
  .best-alternative__banner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .best-alternative__banner-box {
    padding: 150px 100px 50px;
    margin: 0 auto;
  }
  .best-alternative__banner-title, .best-alternative__banner-desc, .best-alternative__banner-btn {
    text-align: center;
    max-width: unset;
  }
  .best-alternative__banner-btn .btn {
    margin: 0 auto;
  }
  .best-alternative__banner img {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .best-alternative__banner-box {
    padding: 126px 20px 51px;
    margin: 0 auto;
  }
  .best-alternative__banner-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .best-alternative__banner-desc {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 25px;
  }
  .best-alternative__banner-btn .btn {
    font-size: 18px;
    line-height: 23px;
    padding: 15px 30px;
  }
  .best-alternative__banner img {
    width: 100%;
  }
}
.best-alternative__deciding {
  margin: 0 auto;
  background: url(/images/bg/best-alternative-deciding.svg) no-repeat bottom center;
  background-size: cover;
}
.best-alternative__deciding-box {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.best-alternative__deciding-text {
  margin-top: 109px;
}
.best-alternative__deciding-text div {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 15px;
}
.best-alternative__deciding-text p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}
.best-alternative__deciding-text p span {
  color: #ff2f3f;
}
@media (max-width: 1200px) {
  .best-alternative__deciding-text div {
    font-size: 30px;
    line-height: 38px;
  }
  .best-alternative__deciding-text p {
    font-size: 14px;
    line-height: 18px;
  }
  .best-alternative__deciding img {
    width: 500px;
  }
}
@media (max-width: 900px) {
  .best-alternative__deciding-box {
    flex-direction: column;
  }
  .best-alternative__deciding-text {
    margin-top: 68px;
  }
  .best-alternative__deciding-text div,
  .best-alternative__deciding-text p {
    margin-bottom: 25px;
    text-align: center;
  }
  .best-alternative__deciding img {
    margin: 0 auto;
    width: 374px;
  }
}
.best-alternative__different {
  padding: 110px 20px 95px;
}
.best-alternative__different-title {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 61px;
  padding-bottom: 50px;
}
.best-alternative__different-item {
  max-width: 874px;
  margin: 0 auto;
}
.best-alternative__different-item label {
  display: block;
  text-align: center;
  color: #ff2f3f;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 15px;
}
.best-alternative__different-item p {
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  padding-bottom: 25px;
}
.best-alternative__different-item + .best-alternative__different-item {
  border-top: 2px solid #ffecd6;
  padding-top: 25px;
}
@media (max-width: 900px) {
  .best-alternative__different {
    padding: 100px 20px;
  }
  .best-alternative__different-title {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 35px;
  }
  .best-alternative__different-item label {
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 5px;
  }
  .best-alternative__different-item p {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 15px;
  }
  .best-alternative__different-item + .best-alternative__different-item {
    padding-top: 15px;
  }
}
.best-alternative__signup {
  position: relative;
  display: flex;
  background-image: url(/images/bg/best-alternative-signup.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.best-alternative__signup img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.best-alternative__signup-box {
  width: 1311px;
  margin: 0 auto;
  padding: 230px 20px 283px;
}
.best-alternative__signup-box label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 61px;
  padding-bottom: 50px;
}
.best-alternative__signup-box .btn {
  font-size: 22px;
  line-height: 28px;
  padding: 16px 76px;
}
@media (max-width: 1170px) {
  .best-alternative__signup img {
    width: 700px;
  }
  .best-alternative__signup-box {
    padding: 100px 20px 283px;
  }
}
@media (max-width: 900px) {
  .best-alternative__signup {
    flex-direction: column;
    align-items: flex-end;
  }
  .best-alternative__signup-box {
    width: 100%;
    text-align: center;
    padding: 68px 20px 60px;
  }
  .best-alternative__signup-box label {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 35px;
  }
  .best-alternative__signup-box .btn {
    margin: 0 auto;
  }
  .best-alternative__signup img {
    position: relative;
    padding-left: 20px;
    padding-bottom: 50px;
  }
}
.best-alternative__start {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-image: url(/images/bg/best-alternative-start.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.best-alternative__start-box {
  padding: 200px 20px;
}
.best-alternative__start-box label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 61px;
  padding-bottom: 15px;
}
.best-alternative__start-box p {
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 35px;
}
.best-alternative__start-box p span {
  color: #ff2f3f;
}
.best-alternative__start-box .btn {
  font-size: 16px;
  line-height: 20px;
  padding: 18px 80px;
}
.best-alternative__start img {
  padding-left: 200px;
}
@media (max-width: 1415px) {
  .best-alternative__start img {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .best-alternative__start-box {
    padding: 100px 20px;
  }
  .best-alternative__start-box label {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 10px;
  }
  .best-alternative__start-box p {
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 25px;
  }
  .best-alternative__start-box .btn {
    font-size: 16px;
    line-height: 20px;
    padding: 18px 80px;
  }
  .best-alternative__start img {
    width: 450px;
  }
}
@media (max-width: 900px) {
  .best-alternative__start {
    flex-direction: column;
    align-items: center;
  }
  .best-alternative__start-box {
    text-align: center;
    padding: 50px 20px 0;
  }
  .best-alternative__start-box .btn {
    margin: 0 auto;
  }
  .best-alternative__start img {
    padding: 0;
    width: unset;
  }
}
.cloudflare-turnstile-container {
  display: flex;
  justify-content: center;
}
.cloudflare-turnstile-container__error {
  width: max-content;
  margin: 0 auto;
  padding: 5px;
  font-size: 14px;
  color: #7c6f6f;
}
.register-recaptcha .cloudflare-turnstile-container {
  margin-top: 25px;
}
.billing-tab__title {
  font-size: 24px;
  line-height: 30px;
  color: #333448;
  margin-bottom: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 800px) {
  .billing-tab__title {
    font-size: 20px;
    line-height: 25px;
    padding: 0 15px;
  }
}
.billing-tab__banner {
  border: 1px solid rgba(51, 52, 72, 0.1);
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  padding: 30px 32px;
}
@media (max-width: 800px), (max-width: 1150px) and (min-width: 901px) {
  .billing-tab__banner {
    padding: 30px 15px;
    margin: 0 15px;
    flex-direction: column;
    align-items: center;
  }
}
.billing-tab__banner-info-box {
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px), (max-width: 1150px) and (min-width: 901px) {
  .billing-tab__banner-info-box {
    align-items: center;
    text-align: center;
  }
}
.billing-tab__banner-info-box h4 {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #333448;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .billing-tab__banner-info-box h4 {
    margin-bottom: 17px;
    font-size: 28px;
    line-height: 35px;
  }
}
.billing-tab__banner-info-box h5 {
  font-weight: 450;
  font-size: 20px;
  line-height: 25px;
  color: #333448;
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  .billing-tab__banner-info-box h5 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }
}
.billing-tab__banner-info-price {
  font-weight: 500;
  font-size: 70.0328px;
  line-height: 89px;
  color: #ff2f3f;
}
@media screen and (max-width: 800px) {
  .billing-tab__banner-info-price {
    font-size: 48px;
    line-height: 61px;
    margin: 0 auto;
  }
}
.billing-tab__cancel-btn {
  margin: 16px 0 23px 30px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-decoration-line: underline;
  color: #ff2f3f;
  min-height: 15px;
  cursor: pointer;
}
.collections-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .collections-container {
    max-width: 1080px;
  }
}
.dashboard {
  display: flex;
  justify-content: space-between;
  max-width: 1370px;
  margin: 0 auto;
}
.dashboard .profile {
  width: 100%;
  max-width: 350px;
}
.dashboard .profile .avatar {
  display: flex;
  justify-content: center;
  margin-top: 65px;
}
.dashboard .profile .avatar .avatar-image {
  position: relative;
  width: 96px;
  height: 96px;
  background-color: #fff;
  border-radius: 50%;
}
.dashboard .profile .avatar .avatar-image > img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
}
.dashboard .profile .avatar .avatar-change {
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #fff;
  bottom: 0;
  right: 0;
  z-index: 2;
  border-radius: 50%;
  box-shadow: 10px 10px 30px rgba(24, 24, 51, 0.07);
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard .profile .user-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  margin-top: 15px;
}
.dashboard .profile .user-premium-plan {
  max-width: 260px;
  display: flex;
  flex-direction: column;
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  color: #3f3737;
  margin: 0 auto;
}
.dashboard .profile .user-premium-plan .premium-note {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #ff2f3f;
}
.dashboard .profile .nav {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.dashboard .profile .profile-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  padding: 20px;
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  border-left: 3px solid transparent;
}
.dashboard .profile .profile-link svg {
  width: 20px;
  height: 20px;
  margin-left: 50px;
  margin-right: 20px;
}
.dashboard .profile .profile-link-active, .dashboard .profile .profile-link:hover {
  border-left: 3px solid #ff2f3f;
  background: linear-gradient(90deg, #ffc9c0 0%, #FFF5EF 100%);
  box-shadow: 10px 10px 30px rgba(122, 71, 49, 0.11);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.dashboard .profile .profile-link-active .unlock path, .dashboard .profile .profile-link-active .user-plus path, .dashboard .profile .profile-link-active .credit-card path, .dashboard .profile .profile-link-active .dollar path, .dashboard .profile .profile-link-active .partner path, .dashboard .profile .profile-link:hover .unlock path, .dashboard .profile .profile-link:hover .user-plus path, .dashboard .profile .profile-link:hover .credit-card path, .dashboard .profile .profile-link:hover .dollar path, .dashboard .profile .profile-link:hover .partner path {
  fill: #ff2f3f;
}
.dashboard .profile .profile-link-active .message path, .dashboard .profile .profile-link-active .cog path, .dashboard .profile .profile-link-active .user path, .dashboard .profile .profile-link-active .image path, .dashboard .profile .profile-link-active .logout path, .dashboard .profile .profile-link:hover .message path, .dashboard .profile .profile-link:hover .cog path, .dashboard .profile .profile-link:hover .user path, .dashboard .profile .profile-link:hover .image path, .dashboard .profile .profile-link:hover .logout path {
  stroke: #ff2f3f;
}
.dashboard .profile .profile-link-active .verify path.around, .dashboard .profile .profile-link:hover .verify path.around {
  stroke: #ff2f3f;
}
.dashboard .profile .profile-link-active .verify path.check, .dashboard .profile .profile-link:hover .verify path.check {
  fill: #ff2f3f;
}
.dashboard .profile-container {
  width: 880px;
  max-width: 880px;
}
.dashboard .profile-container .profile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 50px;
  border-bottom: 1px solid #7c6f6f;
}
.dashboard .profile-container .profile-header .profile-label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 48px;
}
@media (max-width: 900px) {
  .dashboard .profile-container .profile-header {
    margin: 0 20px;
    padding: 25px 0 30px;
    justify-content: center;
  }
  .dashboard .profile-container .profile-header .profile-label {
    font-size: 24px;
    line-height: 30px;
  }
}
.dashboard .profile-container .profile-header__with-button {
  justify-content: space-between !important;
}
.dashboard .profile-container .profile-body {
  padding: 35px 50px;
}
@media (max-width: 900px) {
  .dashboard .profile-container .profile-body {
    padding: 25px 20px;
  }
}
.dashboard .profile-container .profile-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #7c6f6f;
  padding: 50px;
}
@media (max-width: 900px) {
  .dashboard .profile-container .profile-footer {
    flex-direction: column;
    padding: 25px;
  }
}
@media (max-width: 900px) {
  .dashboard {
    flex-direction: column;
    align-items: center;
  }
  .dashboard .profile {
    max-width: unset;
  }
  .dashboard .profile .avatar {
    margin-top: 50px;
  }
  .dashboard .profile .avatar .avatar-image {
    width: 120px;
    height: 120px;
  }
  .dashboard .profile .avatar .avatar-image > img {
    width: 120px;
    height: 120px;
  }
  .dashboard .profile .avatar .avatar-change {
    width: 40px;
    height: 40px;
  }
  .dashboard .profile .user-name {
    font-size: 28px;
    line-height: 35px;
  }
  .dashboard .profile .profile-link {
    padding: 10px 25px;
    border-left: 0;
    background: transparent;
    box-shadow: none;
  }
  .dashboard .profile .profile-link > svg {
    margin-left: 0;
  }
  .dashboard .profile .profile-link-active, .dashboard .profile .profile-link:hover {
    border-left: 0;
    background: transparent;
    box-shadow: none;
    border-bottom: 2px solid #ff2f3f;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px 0;
    margin: 0 25px;
  }
  .dashboard .profile .nav {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    background: #fff;
    margin-bottom: 35px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .dashboard .profile .nav::-webkit-scrollbar {
    display: none;
  }
  .dashboard .profile-container {
    width: 100%;
    max-width: unset;
    margin-bottom: 150px;
  }
  .dashboard .profile-container > .card {
    max-width: unset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn {
  display: flex;
  text-align: center;
  user-select: none;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 0;
  width: max-content;
}
.btn-primary {
  background-color: #ff2f3f;
  color: #f5f5f5;
}
.btn-primary .loader::after {
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
}
.btn-outline {
  border: 2px solid #ff2f3f;
  color: #ff2f3f;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-lg {
  font-size: 22px;
  line-height: 28px;
}
@media (min-width: 901px) {
  .btn-long {
    padding-left: 95px;
    padding-right: 95px;
  }
}
.btn-mb-sm {
  padding: 7px 16px;
}
@media (max-width: 900px) {
  .btn-mb-sm {
    padding: 15px 24px;
  }
}
.btn-mb-lg {
  font-weight: 600;
}
@media (max-width: 900px) {
  .btn-mb-block {
    display: block;
    width: 100%;
  }
  .btn-mb-lg {
    font-size: 18px;
    padding: 15px 75px;
  }
  .btn-mb-no-block {
    display: flex;
    width: max-content;
  }
}
.btn:disabled {
  opacity: 1;
  cursor: not-allowed;
  background: #ffecd6;
  border-color: #ffecd6;
  color: #ffc9c0;
}
.btn-with-loader .loader-box {
  padding: 0;
  margin-left: 5px;
}
.btn-with-loader .loader {
  margin: 0;
  width: 18px;
  height: 18px;
}
.btn-with-loader .loader::after {
  width: 18px;
  height: 18px;
}
.btn-home {
  font-size: 22px;
  line-height: 28px;
  padding: 16px 53px;
}
@media (max-width: 900px) {
  .btn-home {
    font-size: 18px;
    line-height: 23px;
    padding: 13px 46px;
  }
}
.btn-tab {
  font-size: 18px;
  line-height: 23px;
  color: #ffc9c0;
  border: 2px solid #ffc9c0;
  background: #ffecd6;
  padding: 11px 48px;
}
.btn-tab:disabled {
  border: 2px solid #ffc9c0;
}
.btn-tab__active {
  background: #fff;
  border: 2px solid #3f3737;
  color: #3f3737;
}
.btn-tab__active:disabled {
  background: #fff;
}
@media (max-width: 900px) {
  .btn-tab {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 23px;
  }
}
.btn-skeleton-load {
  animation: skeleton-loading 2s linear infinite alternate;
  color: transparent;
  border-radius: 5px;
  cursor: initial;
}
.btn-skeleton-load * {
  visibility: hidden;
}
.form {
  max-width: 585px;
  padding: 50px 20px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .form {
    padding: 25px 20px;
  }
}
.form-group {
  margin-bottom: 25px;
}
.form-group label:not(.checkbox) {
  color: #3f3737;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  display: inline-block;
  margin-bottom: 10px;
}
.form-group .label-black {
  color: #120000 !important;
}
.form-control {
  display: block;
  width: 100%;
  padding: 18px 25px;
  font-size: 18px;
  font-weight: 450;
  line-height: 23px;
  color: #06242f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ffc9c0;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::placeholder {
  color: #ffc9c0;
  opacity: 1;
}
@media (max-width: 900px) {
  .form-group {
    margin-bottom: 15px;
  }
  .form-group label:not(.checkbox) {
    font-size: 16px;
    line-height: 20px;
  }
  .form-control {
    border-radius: 10px;
    padding: 20px;
    font-weight: 450;
    font-size: 16px;
    line-height: 20px;
  }
}
.invalid-message {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 12px;
  color: #ff2f3f;
}
.is-invalid ~ .invalid-message {
  display: block;
}
.form-control.is-invalid, .image-input.is-invalid {
  border-color: #ff2f3f;
}
.form__no-max-with {
  max-width: unset;
}
.v-input {
  position: relative;
}
.v-input .note {
  margin-top: 7px;
  font-size: 14px;
  line-height: 18px;
  color: #7c6f6f;
}
@media (max-width: 900px) {
  .v-input .note {
    font-size: 12px;
    line-height: 15px;
  }
}
.search-input {
  padding: 18px 49px 18px 18px;
}
.search-input__icon {
  position: absolute;
  top: 18px;
  right: 25px;
}
.price-input {
  text-align: center;
  max-width: 120px;
  padding-left: 43px;
  background-image: url(/images/icons/dollar.svg);
  background-repeat: no-repeat;
  background-position: left calc(0.375em + 10px) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.password-input {
  padding-right: 43px;
}
.password-input__button {
  position: absolute;
  top: 23px;
  right: 23px;
}
.password-input__button-active svg path {
  fill: #ff2f3f;
}
.password-input__button-active svg rect {
  display: none;
}
.video-links-inputs__input {
  position: relative;
}
.video-links-inputs__input input {
  padding-right: 43px;
}
.video-links-inputs__input button {
  position: absolute;
  top: 20px;
  right: 23px;
}
.video-links-inputs__input + .video-links-inputs__input {
  margin-top: 10px;
}
.select.is-invalid .input {
  border-color: #ff2f3f;
}
.select.is-invalid .invalid-message {
  display: block;
}
.is-invalid-box .invalid-message {
  display: block;
}
.is-invalid .checkbox-check {
  border-color: #ff2f3f;
}
.select {
  position: relative;
}
.select .input {
  position: relative;
  border: 1px solid #ffc9c0;
  border-radius: 5px;
  color: #06242F;
  width: 100%;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  text-align: initial;
  background: #fff;
  z-index: 2;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 45px 15px 25px;
}
.select .input .placeholder {
  color: #ffc9c0;
  padding: 3px 0;
}
.select .input__value {
  color: #06242f;
  padding: 3px 0;
}
.select .tag {
  border: 1.5px solid #ff2f3f;
  border-radius: 5px;
  color: #ff2f3f;
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  padding: 2px 9px;
  display: flex;
  align-items: center;
  margin: 2px;
  user-select: none;
  cursor: pointer;
}
.select .tag .unselect {
  margin-left: 5px;
}
.select .clear {
  color: #fff;
  background: #ff2f3f;
}
.select > svg {
  top: 18px;
  right: 25px;
  position: absolute;
  z-index: 3;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
}
.select svg.rotated {
  transform: rotate(180deg);
}
.select .options {
  border: 1px solid #ffc9c0;
  width: 100%;
  z-index: 4;
  background-color: #fff;
}
.select .options__search {
  display: block;
  padding: 5px;
}
.select .options__search input {
  border: 1px solid #ffc9c0;
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select .options__results {
  overflow: auto;
  max-height: 300px;
}
.select .options__results .selected {
  background: #F8E2EA;
  color: #ff2f3f;
}
.select .options__results div {
  padding: 5px 25px;
  color: #B69982;
  cursor: pointer;
  user-select: none;
  text-align: initial;
}
.select .options__results :first-child {
  margin-top: 13px;
}
.select .options__results :last-child {
  margin-bottom: 13px;
}
.select .options[data-popper-placement=top] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 0;
}
.select .options[data-popper-placement=bottom] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0;
}
.image-input {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 157px;
  border: 1px dashed #ffc9c0;
  border-radius: 10px;
  background-image: url(/images/bg/image-input.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.image-input input {
  opacity: 0;
  pointer-events: none;
  display: none;
}
.image-input__placeholder {
  max-width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.image-input__image {
  position: relative;
}
.image-input__image img {
  object-fit: cover;
  border-radius: 10px;
  width: 130px;
  height: 130px;
  margin: 10px;
}
.image-input__image-uploading img {
  opacity: 0.6;
}
.image-input__image-remove {
  position: absolute;
  top: 17px;
  right: 17px;
  background: #fff;
  border: 1px solid #ff2f3f;
  border-radius: 4px;
  padding: 8px;
  line-height: 1px;
  text-align: center;
}
.image-input__image-remove svg {
  width: 10px;
  height: 10px;
}
.image-input__image-remove svg path {
  fill: #ff2f3f;
}
.image-input__image-loading {
  position: absolute;
  top: 15px;
  right: 15px;
}
.checkbox {
  display: flex;
  align-items: center;
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  color: #7c6f6f;
  cursor: pointer;
}
.checkbox input {
  display: none;
}
.checkbox svg {
  width: 20px;
  height: 20px;
  border: 1px solid #7c6f6f;
  border-radius: 5px;
  margin-right: 6px;
  flex: none;
}
.checkbox input:checked + svg {
  border-color: #ff2f3f;
  color: #ff2f3f;
}
.checkbox input:checked + svg path {
  stroke: #ff2f3f;
}
.checkbox-checked:not(.checkbox-gray) span {
  color: #ff2f3f;
}
.checkbox-gray svg {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.checkbox-gray input:checked + svg {
  border-color: #3f3737;
  background-color: #3f3737;
}
.checkbox-gray input:checked + svg path {
  stroke: #fff;
}
.checkbox-disabled, .select-disabled, textarea:disabled, input:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.social-link-form {
  display: flex;
  align-items: center;
  padding: 18px 25px;
  margin-bottom: 10px;
  border: 1px solid #ffc9c0;
  border-radius: 5px;
}
.social-link-form__icon {
  width: 44px;
  height: 44px;
  margin-right: 15px;
  user-select: none;
}
.social-link-form__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  user-select: none;
}
.social-link-form__control {
  margin-left: auto;
}
.social-link-form__control input {
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  margin-right: 25px;
  color: #120000;
}
@media (max-width: 900px) {
  .social-link-form {
    padding: 10px 15px;
  }
  .social-link-form__icon {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
  .social-link-form__name {
    font-size: 14px;
    line-height: 18px;
  }
  .social-link-form__control input {
    font-size: 12px;
    line-height: 15px;
  }
  .social-link-form__control .x-icon {
    width: 9px;
    height: 9px;
  }
}
.withdraw-input {
  position: relative;
  display: flex;
}
.withdraw-input input {
  width: 100%;
  padding: 18px 24px 18px 36px;
  border: 1px solid #ffc9c0;
  border-right-color: #e7e7e7;
  background-image: url(/images/icons/dollar-gray.svg);
  background-repeat: no-repeat;
  background-position: left calc(0.375em + 10px) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.withdraw-input button {
  font-weight: 450;
  font-size: 16px;
  line-height: 16px;
  padding: 22px 20px;
  border-top: 1px solid #ffc9c0;
  border-right: 1px solid #ffc9c0;
  border-bottom: 1px solid #ffc9c0;
  white-space: nowrap;
  color: #ff2f3f;
}
@media (max-width: 900px) {
  .withdraw-input button {
    padding: 21px 15px;
    font-size: 14px;
    line-height: 18px;
  }
}
.tip-input {
  position: relative;
  display: flex;
}
.tip-input input {
  width: 100%;
  padding: 18px 24px 18px 36px;
  border: 1px solid #ffc9c0;
  border-right: 0;
  background-image: url(/images/icons/dollar-gray.svg);
  background-repeat: no-repeat;
  background-position: left calc(0.375em + 10px) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.tip-input button {
  font-weight: 450;
  font-size: 16px;
  line-height: 16px;
  padding: 22px 20px;
  white-space: nowrap;
  color: #ff2f3f;
}
.tip-input button span {
  text-align: center;
  display: block;
  width: 10px;
}
.tip-input button.minus {
  border: 1px solid #ffc9c0;
}
.tip-input button.plus {
  border-top: 1px solid #ffc9c0;
  border-right: 1px solid #ffc9c0;
  border-bottom: 1px solid #ffc9c0;
}
@media (max-width: 900px) {
  .tip-input button {
    padding: 21px 15px;
    font-size: 14px;
    line-height: 18px;
  }
}
.register-form, .payment-form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.register-form h1, .register-form h2, .register-form h3, .register-form h4, .payment-form h1, .payment-form h2, .payment-form h3, .payment-form h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
}
.register-form h1, .payment-form h1 {
  font-size: 14px;
  line-height: 18px;
  color: #ff2f3f;
  margin-bottom: 5px;
}
.register-form h1 span, .payment-form h1 span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #7c6f6f;
}
.register-form h2, .register-form h3, .payment-form h2, .payment-form h3 {
  font-size: 18px;
  line-height: 23px;
}
.register-form h4, .payment-form h4 {
  font-size: 28px;
  line-height: 35px;
  color: #ff2f3f;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .register-form h4, .payment-form h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
.register-form hr, .payment-form hr {
  height: 1px;
  width: 100%;
  border: 1px solid #7c6f6f;
  margin: 15px 0 25px;
}
.register-form .form-control::placeholder, .payment-form .form-control::placeholder {
  color: #7c6f6f;
  opacity: 1;
}
.register-form .v-input, .payment-form .v-input {
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .register-form .v-input, .payment-form .v-input {
    margin-bottom: 10px;
  }
}
.register-form__checkboxes, .payment-form__checkboxes {
  margin-top: 25px;
}
.register-form .checkbox, .payment-form .checkbox {
  margin-bottom: 15px;
}
.register-form .checkbox svg, .payment-form .checkbox svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 900px) {
  .register-form .checkbox svg, .payment-form .checkbox svg {
    width: 25px;
    height: 25px;
  }
}
.register-form .checkbox span, .payment-form .checkbox span {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 900px) {
  .register-form .checkbox span, .payment-form .checkbox span {
    font-size: 14px;
    line-height: 18px;
  }
}
.register-form .btn-save, .payment-form .btn-save {
  margin-top: 50px;
  padding: 16px 57px;
}
@media (max-width: 900px) {
  .register-form .btn-save, .payment-form .btn-save {
    margin-top: 35px;
    font-size: 18px;
    line-height: 23px;
    padding: 20px;
    width: 100%;
  }
}
.register-form .btn-box, .payment-form .btn-box {
  margin-top: auto;
}
.payment-form h3 {
  text-align: initial;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
}
@media (max-width: 900px) {
  .payment-form h3 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 15px;
    text-align: center;
  }
}
.payment-form .select .input .placeholder {
  color: #7c6f6f;
}
.payment-form .select svg path {
  fill: #ff2f3f;
}
.payment-form .billing-info__payment-methods {
  font-size: 18px;
  line-height: 23px;
  margin-top: 45px;
}
.payment-form .billing-info__payment-methods img[alt=Mastercard] {
  width: 49px;
}
.payment-form .billing-info__payment-methods img[alt=Maestro] {
  width: 38.04px;
  height: 25px;
}
.payment-form .billing-info__payment-methods img[alt=Visa] {
  width: 39.13px;
  height: 11.96px;
}
@media (max-width: 900px) {
  .payment-form .billing-info__payment-methods {
    margin-top: 35px;
  }
  .payment-form .billing-info__payment-methods img[alt=Mastercard] {
    width: 32px;
  }
  .payment-form .billing-info__payment-methods img[alt=Maestro] {
    width: 29.36px;
    height: 19.29px;
  }
  .payment-form .billing-info__payment-methods img[alt=Visa] {
    width: 30.2px;
    height: 9.23px;
  }
}
.payment-form .btn-purchase {
  padding: 16px 96px;
}
@media (max-width: 900px) {
  .payment-form .btn-purchase {
    margin-top: 35px;
    font-size: 18px;
    line-height: 23px;
    padding: 20px;
    width: 100%;
  }
}
.card {
  max-width: 880px;
  background: #fff;
  box-shadow: 10px 10px 30px rgba(6, 36, 47, 0.07);
  border-radius: 20px;
  margin: 0 auto;
}
.card__title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .card__title {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 920px) {
  .card {
    margin: 0 20px;
  }
}
.card__min-height {
  min-height: 550px;
}
@media (max-width: 900px) {
  .card__min-height {
    min-height: 300px;
  }
}
.collection-card, .checkout-card {
  background-color: #fff;
  border-radius: 20px;
  margin: 10px;
  max-width: 410px;
}
.collection-card__shop, .checkout-card__shop {
  max-width: 417px;
  width: 417px;
  margin: 0;
}
.collection-card__shop .collection-card__images .swiper-slide img, .checkout-card__shop .collection-card__images .swiper-slide img {
  width: 100% !important;
}
@media (max-width: 1290px) {
  .collection-card, .checkout-card {
    max-width: 340px;
  }
  .collection-card__shop, .checkout-card__shop {
    max-width: 335px;
    width: 335px;
  }
}
@media (max-width: 1080px) {
  .collection-card, .checkout-card {
    max-width: 300px;
  }
  .collection-card__shop, .checkout-card__shop {
    max-width: 335px;
    width: 335px;
  }
}
@media (max-width: 375px) {
  .collection-card__shop, .checkout-card__shop {
    width: 100%;
  }
}
.collection-card__images, .checkout-card__images {
  position: relative;
}
.collection-card__images .swiper, .checkout-card__images .swiper {
  height: 410px;
}
@media (max-width: 1290px) {
  .collection-card__images .swiper, .checkout-card__images .swiper {
    height: 340px;
  }
}
@media (max-width: 1080px) {
  .collection-card__images .swiper, .checkout-card__images .swiper {
    height: 267px;
  }
}
.collection-card__images .swiper .swiper-pagination, .checkout-card__images .swiper .swiper-pagination {
  left: 40px;
  width: 90px !important;
}
.collection-card__images .swiper .swiper-pagination .swiper-pagination-bullet-active-main, .checkout-card__images .swiper .swiper-pagination .swiper-pagination-bullet-active-main {
  margin-left: 0;
}
.collection-card__images .swiper .swiper-pagination .swiper-pagination-bullet-active-prev,
.collection-card__images .swiper .swiper-pagination .swiper-pagination-bullet-active-prev-prev, .checkout-card__images .swiper .swiper-pagination .swiper-pagination-bullet-active-prev,
.checkout-card__images .swiper .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  display: none;
}
.collection-card__images img, .checkout-card__images img {
  border-radius: 20px 20px 0 0;
  object-fit: cover;
  width: 100%;
  height: 410px;
}
@media (max-width: 1290px) {
  .collection-card__images img, .checkout-card__images img {
    height: 340px;
  }
}
@media (max-width: 1080px) {
  .collection-card__images img, .checkout-card__images img {
    height: 267px;
  }
}
.collection-card__images .categories, .checkout-card__images .categories {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  margin-bottom: 25px;
  margin-left: 15px;
  margin-right: 15px;
}
.collection-card__images .categories .category, .checkout-card__images .categories .category {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  background-color: #ff2f3f;
  border-radius: 3px;
  padding: 4px 27px;
  margin: 5px;
}
@media (max-width: 900px) {
  .collection-card__images .categories .category, .checkout-card__images .categories .category {
    padding: 3px 15px;
  }
}
.collection-card__images .control, .checkout-card__images .control {
  position: absolute;
  margin: 8px;
  display: flex;
  flex-direction: column;
  z-index: 2;
  top: 0;
  right: 0;
}
.collection-card__images .control .collection-edit, .collection-card__images .control .collection-remove, .checkout-card__images .control .collection-edit, .checkout-card__images .control .collection-remove {
  background: #fff;
  border-radius: 4px;
  padding: 7px;
  line-height: 0;
}
.collection-card__images .control .collection-edit, .checkout-card__images .control .collection-edit {
  border: 1px solid #3f3737;
}
.collection-card__images .control .collection-remove, .checkout-card__images .control .collection-remove {
  margin-top: 5px;
  border: 1px solid #ff2f3f;
}
.collection-card__user-info, .checkout-card__user-info {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.collection-card__stats-block, .checkout-card__stats-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #7c6f6f;
}
.collection-card__stats-block div, .checkout-card__stats-block div {
  display: flex;
  align-items: center;
}
.collection-card__stats-block div .text-sm, .checkout-card__stats-block div .text-sm {
  margin-top: 2px;
  margin-left: 10px;
}
.collection-card__info, .checkout-card__info {
  padding: 20px 35px;
  border-radius: 0 0 20px 20px;
  box-shadow: 10px 10px 30px rgba(6, 36, 47, 0.07);
}
.collection-card__info .about, .checkout-card__info .about {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 5px;
  min-height: 54px;
}
@media (max-width: 1290px) {
  .collection-card__info, .checkout-card__info {
    padding: 10px 20px 15px;
  }
}
@media (max-width: 900px) {
  .collection-card__info .about, .checkout-card__info .about {
    font-size: 12px;
    line-height: 15px;
    min-height: 45px;
  }
}
.collection-card__title, .checkout-card__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 900px) {
  .collection-card__title, .checkout-card__title {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.collection-card__avatar, .checkout-card__avatar {
  width: 50px;
  height: 50px;
  border: 2px solid #ff2f3f;
  border-radius: 50%;
  flex-shrink: 0;
}
.collection-card__avatar img, .checkout-card__avatar img {
  object-fit: cover;
  border-radius: 50%;
  width: 46px;
  height: 46px;
}
.collection-card__user, .checkout-card__user {
  margin-left: 15px;
  margin-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.collection-card__stats, .checkout-card__stats {
  display: flex;
  margin-left: auto;
}
.collection-card__stats div, .checkout-card__stats div {
  display: flex;
  align-items: center;
}
.collection-card__stats div .text-sm, .checkout-card__stats div .text-sm {
  margin-top: 2px;
  margin-left: 10px;
}
.collection-card__stats .paid, .checkout-card__stats .paid {
  margin-left: 25px;
}
@media (max-width: 1290px) {
  .collection-card__stats, .checkout-card__stats {
    flex-direction: column;
    align-items: flex-start;
  }
  .collection-card__stats .free, .checkout-card__stats .free {
    margin-bottom: 10px;
  }
  .collection-card__stats .paid, .checkout-card__stats .paid {
    margin-left: 0;
  }
}
@media (max-width: 900px) {
  .collection-card__stats .free .text-sm, .collection-card__stats .paid .text-sm, .checkout-card__stats .free .text-sm, .checkout-card__stats .paid .text-sm {
    font-size: 12px;
    line-height: 15px;
  }
}
.collection-card__view, .checkout-card__view {
  margin-top: 25px;
}
@media (max-width: 900px) {
  .collection-card__view .btn, .checkout-card__view .btn {
    font-size: 18px;
    line-height: 23px;
    padding: 15px 40px;
  }
}
.collection-card__editable, .checkout-card__editable {
  border-radius: 5px;
  max-width: 228px;
  width: 228px;
}
.collection-card__editable .collection-card__images .swiper, .checkout-card__editable .collection-card__images .swiper {
  height: 230px;
}
.collection-card__editable .collection-card__images .swiper .swiper-pagination, .checkout-card__editable .collection-card__images .swiper .swiper-pagination {
  left: 30px;
}
.collection-card__editable .collection-card__images img, .checkout-card__editable .collection-card__images img {
  border-radius: 5px 5px 0 0;
  height: 230px;
}
.collection-card__editable .collection-card__images .categories, .checkout-card__editable .collection-card__images .categories {
  margin-left: 10px;
  margin-right: 10px;
}
.collection-card__editable .collection-card__images .categories .category, .checkout-card__editable .collection-card__images .categories .category {
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  padding: 2px 10px;
}
.collection-card__editable .collection-card__info, .checkout-card__editable .collection-card__info {
  display: block;
  padding: 20px;
  box-shadow: 10px 10px 30px rgba(6, 36, 47, 0.07);
  border-radius: 0 0 5px 5px;
}
@media (max-width: 900px) {
  .collection-card__editable, .checkout-card__editable {
    border-radius: 10px;
    max-width: 295px;
    width: 295px;
  }
  .collection-card__editable .collection-card__images .swiper, .checkout-card__editable .collection-card__images .swiper {
    height: 267px;
  }
  .collection-card__editable .collection-card__images img, .checkout-card__editable .collection-card__images img {
    border-radius: 10px 10px 0 0;
    height: 267px;
  }
  .collection-card__editable .collection-card__images .categories, .checkout-card__editable .collection-card__images .categories {
    margin-left: 15px;
    margin-right: 15px;
  }
  .collection-card__editable .collection-card__images .categories .category, .checkout-card__editable .collection-card__images .categories .category {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 15px;
  }
  .collection-card__editable .collection-card__images .control, .checkout-card__editable .collection-card__images .control {
    margin: 15px;
  }
  .collection-card__editable .collection-card__images .control button, .checkout-card__editable .collection-card__images .control button {
    border-width: 2px;
    padding: 10px;
  }
  .collection-card__editable .collection-card__images .control button .pencil-icon, .collection-card__editable .collection-card__images .control button .trash-icon, .checkout-card__editable .collection-card__images .control button .pencil-icon, .checkout-card__editable .collection-card__images .control button .trash-icon {
    width: 22px;
    height: 22px;
  }
  .collection-card__editable .collection-card__info, .checkout-card__editable .collection-card__info {
    padding: 15px;
    border-radius: 0 0 10px 10px;
  }
  .collection-card__editable .collection-card__title, .checkout-card__editable .collection-card__title {
    font-size: 24px;
    line-height: 30px;
  }
  .collection-card__editable .collection-card__price, .checkout-card__editable .collection-card__price {
    font-size: 16px;
    line-height: 20px;
  }
  .collection-card__editable .collection-card__stats-block, .checkout-card__editable .collection-card__stats-block {
    margin-top: 20px;
    padding-bottom: 18px;
    justify-content: flex-start;
  }
  .collection-card__editable .collection-card__stats-block .free, .checkout-card__editable .collection-card__stats-block .free {
    margin-right: 27px;
  }
}
.collection-card__no-editable, .checkout-card__no-editable {
  max-width: 262px;
  width: 262px;
  margin: 0;
}
.collection-card__no-editable .collection-card__images .swiper, .checkout-card__no-editable .collection-card__images .swiper {
  height: 280px;
}
.collection-card__no-editable .collection-card__images img, .checkout-card__no-editable .collection-card__images img {
  height: 280px;
}
@media (max-width: 1100px) {
  .collection-card__no-editable, .checkout-card__no-editable {
    max-width: 335px;
    width: 335px;
    border-radius: 10px;
  }
  .collection-card__no-editable .collection-card__images .swiper, .checkout-card__no-editable .collection-card__images .swiper {
    height: 300px;
  }
  .collection-card__no-editable .collection-card__images img, .checkout-card__no-editable .collection-card__images img {
    border-radius: 10px 10px 0 0;
    height: 300px;
  }
  .collection-card__no-editable .collection-card__images .categories .category, .checkout-card__no-editable .collection-card__images .categories .category {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 15px;
  }
  .collection-card__no-editable .collection-card__info, .checkout-card__no-editable .collection-card__info {
    padding: 15px 20px 24px;
  }
  .collection-card__no-editable .collection-card__info .collection-card__title, .checkout-card__no-editable .collection-card__info .collection-card__title {
    font-size: 24px;
    line-height: 30px;
  }
  .collection-card__no-editable .collection-card__info .collection-card__stats-block, .checkout-card__no-editable .collection-card__info .collection-card__stats-block {
    margin-top: 20px;
    justify-content: flex-start;
  }
  .collection-card__no-editable .collection-card__info .collection-card__stats-block .free, .checkout-card__no-editable .collection-card__info .collection-card__stats-block .free {
    margin-right: 27px;
  }
  .collection-card__no-editable .collection-card__info .collection-card__stats-block div .text-sm, .checkout-card__no-editable .collection-card__info .collection-card__stats-block div .text-sm {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-left: 15px;
  }
  .collection-card__no-editable .collection-card__info .collection-card__price, .checkout-card__no-editable .collection-card__info .collection-card__price {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
}
.plan-card {
  position: relative;
  background: #ffecd6;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  padding-left: 26px;
  padding-right: 26px;
  margin-left: 15px;
  margin-right: 15px;
  border: 4px solid #ffecd6;
  margin-top: 13px;
  transition: all 0.3s ease;
  background-image: url(/images/bg/billing-plan.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 900px) {
  .plan-card {
    width: 250px;
    padding-left: 23px;
    padding-right: 23px;
    border: 2px solid #ffecd6;
    background-image: url(/images/bg/billing-plan-small.svg);
    margin-top: 11px;
  }
}
.plan-card__label-box {
  position: absolute;
  top: -17px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  .plan-card__label-box {
    top: -15px;
  }
}
.plan-card__label-box::before {
  content: "";
  height: 13px;
  display: inline-block;
  border-top: 13px solid transparent;
  border-right: 9px solid #ab704a;
  transition: border-right-color 0.3s ease;
}
.plan-card__label-box::after {
  content: "";
  height: 13px;
  display: inline-block;
  border-top: 13px solid transparent;
  border-left: 9px solid #ab704a;
  transition: border-left-color 0.3s ease;
}
.plan-card__label {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background-color: #e8ac86;
  padding: 14px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}
@media (max-width: 900px) {
  .plan-card__label {
    font-size: 14px;
    line-height: 18px;
  }
}
.plan-card__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 33px;
  margin-top: 50px;
  color: #e8ac86;
  transition: color 0.3s ease;
}
@media (max-width: 900px) {
  .plan-card__title {
    font-size: 18px;
    line-height: 23px;
    margin-top: 40px;
  }
}
.plan-card__hr {
  height: 1px;
  width: 100%;
  margin: 20px 0;
  border-top: 1px solid #ffc9c0;
}
@media (max-width: 900px) {
  .plan-card__hr {
    margin: 15px 0;
  }
}
.plan-card__old_price {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 51px;
  margin-bottom: 25px;
}
@media (max-width: 900px) {
  .plan-card__old_price {
    margin-bottom: 5px;
    height: 32px;
  }
}
.plan-card__price {
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #e8ac86;
  font-weight: 500;
  font-size: 70px;
  line-height: 89px;
  margin-bottom: 30px;
  transition: color 0.3s ease;
}
@media (max-width: 900px) {
  .plan-card__price {
    font-size: 48px;
    line-height: 61px;
    margin-bottom: 15px;
  }
}
.plan-card__currency {
  position: absolute;
  top: 10px;
  left: -25px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #e8ac86;
  transition: color 0.3s ease;
}
@media (max-width: 900px) {
  .plan-card__currency {
    font-size: 24px;
    line-height: 30px;
  }
}
.plan-card__method {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #aa9989;
  max-width: 144px;
}
@media (max-width: 900px) {
  .plan-card__method {
    font-size: 14px;
    line-height: 18px;
  }
}
.plan-card__method div + div {
  margin-top: 10px;
}
@media (max-width: 900px) {
  .plan-card__method div + div {
    margin-top: 7px;
  }
}
.plan-card__button {
  font-family: "Poppins", sans-serif;
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #e8ac86;
  border: 2px solid #e8ac86;
  border-radius: 30px;
  padding: 16px 30px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 900px) {
  .plan-card__button {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 15px;
  }
}
.plan-card__selected {
  border-color: #ff2f3f;
  background-image: url(/images/bg/billing-plan-active.svg);
}
@media (max-width: 900px) {
  .plan-card__selected {
    background-image: url(/images/bg/billing-plan-small-active.svg);
  }
}
.plan-card__selected .plan-card__label-box::before {
  border-right-color: #7a1036;
}
.plan-card__selected .plan-card__label-box::after {
  border-left-color: #7a1036;
}
.plan-card__selected .plan-card__label {
  background-color: #ff2f3f;
}
.plan-card__selected .plan-card__title, .plan-card__selected .plan-card__price, .plan-card__selected .plan-card__currency {
  color: #ff2f3f;
}
.plan-card__selected .plan-card__button {
  color: #fff;
  border-color: #ff2f3f;
  background-color: #ff2f3f;
}
.blog-card {
  width: 417px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 10px 10px 30px rgba(6, 36, 47, 0.07);
}
@media screen and (max-width: 900px) {
  .blog-card {
    width: 300px;
  }
}
.blog-card__image {
  min-height: 330px;
  width: 417px;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 900px) {
  .blog-card__image {
    width: 300px;
    min-height: 250px;
  }
}
.blog-card__body {
  padding: 25px 35px;
  display: flex;
  flex-direction: column;
  background: #FFF;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 4px 20px rgba(88, 91, 159, 0.1);
}
@media (max-width: 900px) {
  .blog-card__body {
    padding: 20px 15px;
  }
}
.blog-card__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .blog-card__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.blog-card__description {
  font-weight: 450;
  font-size: 15px;
  line-height: 19px;
  color: #aa9989;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 900px) {
  .blog-card__description {
    font-size: 12px;
    line-height: 15px;
  }
}
.blog-card__button {
  box-sizing: border-box;
  border-radius: 100px;
  width: 100%;
  height: 64px;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  background-color: #ff2f3f;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .blog-card__button {
    width: 270px;
    height: 53px;
    font-size: 18px;
    line-height: 23px;
  }
}
.following-user-card {
  display: block;
  background: #fff;
  box-shadow: 10px 10px 30px rgba(6, 36, 47, 0.07);
  padding: 23px 27px 26px;
  width: 228px;
  height: 309px;
}
.following-user-card > img {
  display: block;
  width: 174px;
  height: 174px;
  border-radius: 5px;
  object-fit: cover;
}
.following-user-card__title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-top: 10px;
  text-align: center;
}
.following-user-card__stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
}
.following-user-card__stats div {
  display: flex;
  align-items: center;
}
.following-user-card__stats div .text-sm {
  font-size: 14px;
  line-height: 18px;
  margin-top: 2px;
  margin-left: 7px;
}
.following-user-card__stats .paid .text-sm {
  color: #ff2f3f;
}
@media (max-width: 900px) {
  .following-user-card {
    padding: 10px 10px 15px;
    width: 160px;
    height: 233px;
  }
  .following-user-card > img {
    width: 140px;
    height: 140px;
  }
  .following-user-card__title {
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
  }
  .following-user-card__stats {
    margin-top: 15px;
  }
  .following-user-card__stats div .text-sm {
    font-size: 12px;
    line-height: 15px;
  }
  .following-user-card__stats .locked-icon {
    width: 15px;
    height: 20px;
  }
  .following-user-card__stats .locked-icon img {
    width: 15px;
    height: 20px;
  }
  .following-user-card__stats .locked-icon span {
    font-size: 11px;
    line-height: 20px;
    bottom: -3px;
    left: -2px;
  }
}
.checkout-card {
  background-color: #fff;
  border-radius: 20px;
  margin: 0;
  max-width: 417px;
}
@media (max-width: 1290px) {
  .checkout-card {
    max-width: 417px;
  }
}
@media (max-width: 1080px) {
  .checkout-card {
    max-width: 417px;
  }
}
@media (max-width: 497px) {
  .checkout-card {
    max-width: 295px;
    border-radius: 5px;
  }
}
.checkout-card__images .swiper {
  height: 409px;
}
@media (max-width: 1290px) {
  .checkout-card__images .swiper {
    height: 409px;
  }
}
@media (max-width: 1080px) {
  .checkout-card__images .swiper {
    height: 409px;
  }
}
@media (max-width: 497px) {
  .checkout-card__images .swiper {
    height: 280px;
  }
}
.checkout-card__images img {
  height: 409px;
}
@media (max-width: 1290px) {
  .checkout-card__images img {
    height: 409px;
  }
}
@media (max-width: 1080px) {
  .checkout-card__images img {
    height: 409px;
  }
}
@media (max-width: 497px) {
  .checkout-card__images img {
    height: 280px;
  }
}
.checkout-card__stats {
  flex-direction: row;
  align-items: flex-start;
}
.checkout-card__stats .free {
  margin-bottom: 0;
}
.checkout-card__stats .paid {
  margin-left: 25px;
}
@media (max-width: 497px) {
  .checkout-card__stats {
    flex-direction: column;
  }
  .checkout-card__stats .free {
    margin-bottom: 10px;
  }
  .checkout-card__stats .paid {
    margin-left: 0;
  }
}
.checkout-card .locked-icon span {
  bottom: 0;
}
.checkout-card__title {
  margin-bottom: 5px;
}
.unlocked-collection-card {
  background-color: #fff;
  border-radius: 5px;
  max-width: 246px;
}
@media (max-width: 900px) {
  .unlocked-collection-card {
    max-width: 335px;
  }
}
.unlocked-collection-card__images {
  position: relative;
}
.unlocked-collection-card__images .swiper {
  height: 230px;
}
@media (max-width: 900px) {
  .unlocked-collection-card__images .swiper {
    height: 300px;
  }
}
.unlocked-collection-card__images .swiper .swiper-pagination {
  left: 40px;
  width: 90px !important;
}
.unlocked-collection-card__images .swiper .swiper-pagination .swiper-pagination-bullet-active-main {
  margin-left: 0;
}
.unlocked-collection-card__images .swiper .swiper-pagination .swiper-pagination-bullet-active-prev,
.unlocked-collection-card__images .swiper .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  display: none;
}
.unlocked-collection-card__images img {
  border-radius: 5px 5px 0 0;
  object-fit: cover;
  width: 100%;
  height: 230px;
}
@media (max-width: 900px) {
  .unlocked-collection-card__images img {
    height: 300px;
  }
}
.unlocked-collection-card__images .categories {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  margin-bottom: 25px;
  margin-left: 15px;
  margin-right: 15px;
}
.unlocked-collection-card__images .categories .category {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  color: #fff;
  background-color: #ff2f3f;
  border-radius: 3px;
  padding: 2px 23px;
  margin: 5px;
}
@media (max-width: 900px) {
  .unlocked-collection-card__images .categories .category {
    font-size: 14px;
    line-height: 18px;
    padding: 2px 15px;
  }
}
.unlocked-collection-card__info {
  padding: 20px 20px 25px;
  border-radius: 0 0 5px 5px;
  box-shadow: 10px 10px 30px rgba(6, 36, 47, 0.07);
}
@media (max-width: 900px) {
  .unlocked-collection-card__info {
    border-radius: 0 0 10px 10px;
  }
}
.unlocked-collection-card__user-box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .unlocked-collection-card__user-box {
    margin-bottom: 15px;
  }
}
.unlocked-collection-card__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #ff2f3f;
}
@media (max-width: 900px) {
  .unlocked-collection-card__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.unlocked-collection-card__avatar {
  width: 30px;
  height: 30px;
  border: 2px solid #ff2f3f;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
}
.unlocked-collection-card__avatar img {
  width: 26px;
  height: 26px;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 900px) {
  .unlocked-collection-card__avatar {
    width: 50px;
    height: 50px;
  }
  .unlocked-collection-card__avatar img {
    width: 46px;
    height: 46px;
  }
}
.unlocked-collection-card__user-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 900px) {
  .unlocked-collection-card__user-name {
    font-size: 18px;
    line-height: 23px;
  }
}
.text-header {
  font-family: "Domine", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 68px;
  line-height: 86px;
  color: #3f3737;
}
.text-header_highlight {
  color: #ff2f3f;
}
@media (max-width: 900px) {
  .text-header {
    font-size: 60px;
    line-height: 72px;
  }
}
.text-header-secondary {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #7c6f6f;
  max-width: 508px;
}
.text-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 81px;
  color: #06242f;
}
@media (max-width: 900px) {
  .text-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.text-block-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 71px;
  color: #06242f;
}
@media (max-width: 900px) {
  .text-block-title {
    font-size: 26px;
    line-height: 33px;
  }
}
.section-title {
  font-family: "Domine", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #3f3737;
}
.section-subtitle {
  color: #3f3737;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.section-text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #685b5c;
}
.text-highlight {
  color: #ff2f3f;
}
.text-title-sm {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #06242f;
}
.text-sm {
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  color: #aa9989;
}
.text-black {
  color: #06242f !important;
}
.text-form-input {
  color: #ffc9c0 !important;
}
.text-primary {
  color: #ff2f3f !important;
}
.text-sec-dark {
  color: #aa9989 !important;
}
.text-sec {
  color: #7c6f6f !important;
}
.text-form-label {
  color: #3f3737 !important;
}
.text-center {
  text-align: center;
}
.text-underline {
  text-decoration-line: underline;
}
.text-lg {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.text-lg-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.text-14 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.text-16 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.text-18 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}
.text-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.text-italic {
  font-style: italic;
}
.locked-icon {
  position: relative;
  color: #fff;
  width: 20px;
  height: 28px;
}
.locked-icon span {
  width: 20px;
  position: absolute;
  bottom: -2px;
  left: 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 13px;
}
.plus-icon {
  border: 1px solid #7c6f6f;
  border-radius: 5px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plus-icon::before {
  content: "+";
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #7c6f6f;
}
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper {
  display: table-cell;
}
.modal-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-radius: 2px;
  box-shadow: 10px 10px 30px rgba(6, 36, 47, 0.07);
  transition: all 0.3s ease;
  margin: 50px auto 0;
}
.modal-container > div {
  flex: 1;
  background: #fff;
}
@media (max-width: 590px) {
  .modal-container {
    margin-top: 50px;
  }
}
.modal-sm .modal-container {
  max-width: 400px;
}
.modal-sm .modal-container > div {
  padding: 25px;
}
@media (max-width: 440px) {
  .modal-sm .modal-container {
    margin-left: 20px;
    margin-right: 20px;
  }
  .modal-sm .modal-container > div {
    padding: 20px;
  }
}
.modal-md .modal-container {
  max-width: 550px;
}
.modal-md .modal-container > div {
  padding: 50px;
}
@media (max-width: 590px) {
  .modal-md .modal-container {
    margin-left: 20px;
    margin-right: 20px;
  }
  .modal-md .modal-container > div {
    padding: 50px 20px;
  }
}
.modal-lg .modal-container {
  max-width: 1090px;
}
.modal-lg .modal-container > div {
  padding: 50px;
}
@media (max-width: 1130px) {
  .modal-lg .modal-container {
    margin-left: 20px;
    margin-right: 20px;
  }
  .modal-lg .modal-container > div {
    padding: 20px;
  }
}
.modal-close {
  position: absolute;
  width: 15px;
  height: 15px;
  margin: 15px;
  top: 0;
  right: 0;
  cursor: pointer;
}
.modal-enter-from {
  opacity: 0;
}
.modal-leave-to {
  opacity: 0;
}
.modal-enter-from .modal-container,
.modal-leave-to .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.modal-header {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}
.modal-header-primary {
  font-size: 38px;
  line-height: 48px;
  color: #ff2f3f;
}
.modal-button-block {
  display: flex;
  justify-content: center;
}
.avatar-modal .modal-header {
  margin-bottom: 25px;
}
.avatar-modal .avatar-title {
  margin-bottom: 5px;
}
.avatar-modal .avatar-text {
  margin-bottom: 25px;
}
.avatar-modal .image-input {
  margin-bottom: 15px;
}
.modal-withdraw, .modal-tip, .modal-top-up {
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-withdraw .modal-container, .modal-tip .modal-container, .modal-top-up .modal-container {
  display: flex;
  flex-direction: column;
  max-width: 640px;
  margin-top: 50px !important;
  margin-bottom: 50px;
}
@media (max-width: 680px) {
  .modal-withdraw .modal-container, .modal-tip .modal-container, .modal-top-up .modal-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.modal-withdraw .earnings__header, .modal-tip .earnings__header, .modal-top-up .earnings__header {
  margin: 0 !important;
}
@media (min-width: 901px) {
  .modal-withdraw .modal-close, .modal-tip .modal-close, .modal-top-up .modal-close {
    width: 20px;
    height: 20px;
    margin: 25px;
  }
  .modal-withdraw .modal-close .x-icon, .modal-tip .modal-close .x-icon, .modal-top-up .modal-close .x-icon {
    width: 20px;
    height: 20px;
  }
}
.modal-withdraw__header, .modal-tip__header, .modal-top-up__header {
  padding: 50px 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
  color: #06242f;
  background: #ffecd6 !important;
  border-bottom: 1px solid #7c6f6f;
}
@media (max-width: 900px) {
  .modal-withdraw__header, .modal-tip__header, .modal-top-up__header {
    padding: 25px 70px;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
  }
}
.modal-withdraw__footer, .modal-tip__footer, .modal-top-up__footer {
  padding: 35px 20px;
}
.modal-withdraw__footer button, .modal-tip__footer button, .modal-top-up__footer button {
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 70px;
}
@media (max-width: 900px) {
  .modal-withdraw__footer, .modal-tip__footer, .modal-top-up__footer {
    padding: 15px 20px;
  }
  .modal-withdraw__footer button, .modal-tip__footer button, .modal-top-up__footer button {
    font-size: 18px;
    line-height: 23px;
    padding: 20px 105px;
  }
}
@media (max-width: 900px) and (max-width: 375px) {
  .modal-withdraw__footer button, .modal-tip__footer button, .modal-top-up__footer button {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: unset;
    padding-right: unset;
  }
}
.modal-tip__header, .modal-top-up__header {
  text-align: center;
}
.modal-top-up__header h1 {
  margin-bottom: 20px;
}
.modal-top-up__header h2 {
  font-size: 18px;
  line-height: 23px;
  color: #333448;
}
@media (max-width: 900px) {
  .modal-top-up__header h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.modal-top-up__body {
  padding: 35px 60px 0;
}
@media (max-width: 900px) {
  .modal-top-up__body {
    padding: 25px 20px 0;
  }
}
.modal-top-up .amounts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
@media (max-width: 1130px) {
  .modal-top-up .amounts {
    max-width: 589px;
  }
}
.modal-top-up .amounts__input input[type=radio]:disabled + label, .modal-top-up .amounts__input input[type=radio]:disabled + label::before {
  opacity: 0.6;
  cursor: not-allowed;
}
.modal-top-up .amounts__input input[type=radio]:checked + label::before, .modal-top-up .amounts__input input[type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ffc9c0;
  border-radius: 100%;
  background: #fff;
}
@media (max-width: 1015px) {
  .modal-top-up .amounts__input input[type=radio]:checked + label::before, .modal-top-up .amounts__input input[type=radio]:not(:checked) + label::before {
    left: 15px;
    width: 16px;
    height: 16px;
  }
}
.modal-top-up .amounts__input input[type=radio]:checked + label::after, .modal-top-up .amounts__input input[type=radio]:not(:checked) + label::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #ff2f3f;
  position: absolute;
  top: 0;
  left: 28px;
  right: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1015px) {
  .modal-top-up .amounts__input input[type=radio]:checked + label::after, .modal-top-up .amounts__input input[type=radio]:not(:checked) + label::after {
    left: 18px;
    width: 10px;
    height: 10px;
  }
}
.modal-top-up .amounts__input input[type=radio]:not(:checked) + label::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.modal-top-up .amounts__input input[type=radio]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.modal-top-up .amounts__input label {
  width: 100%;
  position: relative;
  padding: 16px 24px 16px 60px;
  cursor: pointer;
  font-size: 18px !important;
  line-height: 23px !important;
  white-space: nowrap;
  margin-bottom: 0 !important;
  color: #06242f !important;
  border: 1px solid #ffc9c0;
}
@media (max-width: 1015px) {
  .modal-top-up .amounts__input label {
    padding: 15px 15px 15px 45px;
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
@media (max-width: 1015px) {
  .modal-top-up .amounts {
    grid-template-columns: 1fr 1fr;
  }
}
.modal-register {
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-register .modal-container {
  max-width: 1086px;
  margin-bottom: 50px;
}
.modal-register .modal-container > div {
  padding: 50px;
}
@media (max-width: 1130px) {
  .modal-register .modal-container {
    margin-left: 20px;
    margin-right: 20px;
  }
  .modal-register .modal-container > div {
    padding: 20px;
  }
}
@media (max-width: 900px) {
  .modal-register .modal-container {
    flex-direction: column;
    max-width: 457px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 497px) {
  .modal-register .modal-container {
    max-width: 335px;
  }
}
.modal-register__prices {
  margin-top: auto;
}
.modal-register__prices > :first-child {
  margin-top: 38px;
  padding-top: 0;
}
.modal-register__prices > :last-child {
  padding-bottom: 0;
}
.modal-register__prices-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  padding: 5px 0;
}
.modal-register__prices-item div {
  color: #ff2f3f;
}
.modal-register__prices-item label {
  display: flex;
  align-items: center;
}
.modal-register__prices-item-small {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.modal-register__prices-item-small div {
  color: #ff2f3f;
}
.modal-register__prices-item-small label {
  display: flex;
  align-items: center;
}
.modal-register__card {
  display: flex;
  flex-direction: column;
  max-width: 517px;
}
@media (max-width: 1130px) {
  .modal-register__card {
    max-width: 457px;
  }
}
@media (max-width: 900px) {
  .modal-register__card {
    padding-top: 44px !important;
    margin-bottom: 15px;
  }
}
.modal-register__form {
  padding-top: 47px !important;
}
.id-verify-modal {
  background-image: url(/images/bg/for-buyer.svg) !important;
  background-color: #f6d3b9 !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.id-verify-modal__logo {
  width: 228px;
  height: 33px;
}
.id-verify-modal__text {
  margin: 20px 0;
}
.modal-cancel-plan .modal-container {
  max-width: 400px;
}
.modal-cancel-plan .modal-container .modal-header {
  color: #ff2f3f;
  padding: 25px 25px 35px;
}
.modal-cancel-plan .modal-container .banner {
  background: linear-gradient(180deg, #F2F7FF 0%, #E6F0FF 100%);
  display: flex;
  flex-direction: column;
  padding: 27px 25px;
}
.modal-cancel-plan .modal-container .banner span {
  margin-bottom: 15px;
}
.modal-cancel-plan .modal-container .banner button {
  font-size: 16px;
  line-height: 20px;
}
.modal-cancel-plan .modal-container p {
  padding: 25px;
}
.modal-cancel-plan .modal-container ul {
  list-style: disc;
  margin: 0 25px;
  padding: 0 25px;
}
.modal-cancel-plan .modal-container ul li {
  margin-bottom: 15px;
}
.modal-cancel-plan .modal-container ul li::marker {
  color: #ff2f3f;
  font-size: 30px;
}
.modal-cancel-plan .modal-container .buttons {
  padding: 25px;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
}
.modal-cancel-plan .modal-container .buttons button {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
@media (max-width: 440px) {
  .modal-cancel-plan .modal-container {
    margin-left: 20px;
    margin-right: 20px;
  }
  .modal-cancel-plan .modal-container .modal-header {
    padding: 20px 20px 30px;
  }
  .modal-cancel-plan .modal-container ul {
    padding: 0 20px;
  }
}
.modal-verify-img {
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-verify-img .modal-container {
  margin-bottom: 50px;
}
.expand-enter-active,
.expand-leave-active {
  transition: height 0.5s ease-in-out;
  overflow: hidden;
}
.expand-enter-from,
.expand-leave-to {
  height: 0;
}
.change-state-enter-active {
  transition: all 0.3s ease-out;
}
.change-state-enter-from,
.change-state-leave-to {
  transform: translateX(20px);
  opacity: 0;
}
.id-verification-tab {
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  background: white;
  padding: 44px 32px 32px;
}
@media screen and (max-width: 800px) {
  .id-verification-tab {
    padding: 25px 0;
    background: #F8FBFF !important;
  }
}
.id-verification-tab__box .banner {
  display: none;
}
.id-verification-tab__box.success {
  position: relative;
}
.id-verification-tab__box.success .banner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.id-verification-tab__box.success .banner span {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  color: #ff2f3f;
  text-align: center;
}
.id-verification-tab__box.success > :not(.banner) {
  opacity: 0.4;
}
.id-verification-tab__title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #333448;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .id-verification-tab__title {
    font-size: 20px;
    line-height: 25px;
    padding: 0 15px;
  }
}
.id-verification-tab__sub-title {
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  color: #333448;
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  .id-verification-tab__sub-title {
    padding: 0 15px;
  }
}
.id-verification-tab__description {
  font-weight: 450;
  font-size: 12px;
  line-height: 15px;
  color: #7c6f6f;
  margin-top: 5px;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .id-verification-tab__description {
    padding: 0 15px;
    margin-top: 10px;
  }
}
.id-verification-tab__block-of-conditions {
  width: 100%;
  min-height: 285px;
  background: #F8FAFB;
  display: flex;
  flex-direction: column;
  padding: 50px 63px 0;
}
@media screen and (max-width: 800px) {
  .id-verification-tab__block-of-conditions {
    padding: 25px 15px 0;
    background: white;
  }
}
.id-verification-tab__block-of-conditions-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #ff2f3f;
  margin-bottom: 35px;
}
@media screen and (max-width: 800px) {
  .id-verification-tab__block-of-conditions-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
    text-align: center;
  }
}
.id-verification-tab__block-of-conditions-item {
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  color: #333448;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .id-verification-tab__block-of-conditions-item {
    font-size: 16px;
    line-height: 20px;
    margin-left: 0;
  }
}
.id-verification-tab .d-flex {
  background: none !important;
  padding: 0 !important;
}
.id-verification-tab__block-of-conditions-img {
  margin-left: 20px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 100px;
  margin-right: 15px;
  background-color: #ff2f3f;
  margin-top: 5px;
}
.id-verification-tab__block-verification {
  width: 100%;
  height: 398px;
  display: flex;
}
@media screen and (max-width: 800px) {
  .id-verification-tab__block-verification {
    flex-direction: column;
    height: auto;
    padding: 0 15px;
  }
}
.id-verification-tab__block-verification-image {
  background: #F3FFF2;
  border-radius: 0 3px 3px 0;
  border: 1px solid #bfedc5;
  box-sizing: border-box;
  padding: 25px 38px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .id-verification-tab__block-verification-image {
    padding: 25px 25px 0;
    height: 335px;
  }
}
.id-verification-tab__block-verification-image_red {
  background: #FFE3E5;
  border: 1px solid #FFB5B9;
}
.id-verification-tab__block-verification-image-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #333448;
  margin-bottom: 21px;
}
.id-verification-tab__block-verification-image-value {
  width: 378px;
  height: 330px;
}
@media screen and (max-width: 800px) {
  .id-verification-tab__block-verification-image-value {
    width: 100%;
  }
}
.id-verification-tab__block-verification-value {
  width: 50%;
  padding: 34px 20px 0;
  border: 1px solid rgba(51, 52, 72, 0.1);
  box-sizing: border-box;
  border-radius: 3px 3px 0 0;
}
@media screen and (max-width: 800px) {
  .id-verification-tab__block-verification-value {
    width: 100%;
    padding: 25px 40px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.id-verification-tab__block-verification-value-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  .id-verification-tab__block-verification-value-title {
    font-size: 20px;
    line-height: 25px;
  }
}
.id-verification-tab .benefits_of_verifying {
  color: #333448;
  margin: 20px 0 25px;
}
.id-verification-tab .verification_success {
  color: #23BE7E;
  margin: 30px 0 15px;
}
.id-verification-tab .verification_in_progress {
  color: #FA9600;
  margin: 20px 0 15px;
}
.id-verification-tab .verification_failed {
  color: #F80514;
  margin-bottom: 15px;
}
.id-verification-tab__condition {
  font-weight: 450;
  font-size: 14px;
  line-height: 22px;
  color: #333448;
  margin-bottom: 10px;
}
.id-verification-tab__condition::before {
  content: url(/images/verification/jackdaw.png);
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 15px;
}
.id-verification-tab__button {
  width: 238px;
  height: 50px;
  left: 40px;
  top: 275px;
  background: #ff2f3f;
  border-radius: 50px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  margin-top: 20px;
  border: none;
}
.id-verification-tab__button:disabled {
  background: #B2B8C9;
  color: #FFF;
}
@media screen and (max-width: 800px) {
  .id-verification-tab__button {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.id-verification-tab__text-error {
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  color: #ff2f3f;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .id-verification-tab__text-error {
    text-align: center;
  }
}
.id-verification-tab__text-verification {
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  color: #333448;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .id-verification-tab__text-verification {
    text-align: center;
  }
}
.id-verification-tab__review_uploaded_image {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-decoration-line: underline;
  cursor: pointer;
  color: #ff2f3f;
  margin-top: 10px;
  width: 238px;
}
@media screen and (max-width: 800px) {
  .id-verification-tab__review_uploaded_image {
    margin-bottom: 20px;
  }
}
.upload-avatar-modal.upload-pictures-modal {
  top: 3% !important;
}
.upload-pictures-modal .modal-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  color: #ff2f3f;
  margin-bottom: 30px;
  text-align: center;
}
.upload-pictures-modal__checkbox-block {
  width: 100%;
  margin-top: 24px;
  display: flex;
}
.upload-pictures-modal__checkbox-block input {
  display: inherit;
  opacity: 0;
  height: 0;
  width: 0;
}
.upload-pictures-modal__checkbox-pink_active {
  border: none !important;
  background-image: url(/images/check-box2.svg) !important;
}
.upload-pictures-modal__checkbox-pink {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  border: 2px solid #e7e7e7;
  box-sizing: border-box;
  border-radius: 5px;
}
.upload-pictures-modal .block-of-questions {
  display: flex;
  flex-direction: column;
}
.upload-pictures-modal .block-of-questions__title {
  margin-top: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #333448;
}
.upload-pictures-modal .modal-dialog.modal-dialog-very-big {
  height: 600px !important;
}
.upload-pictures-modal .upload-pictures-modal__label-link-active {
  color: #000 !important;
}
.upload-pictures-modal .upload-pictures-modal__label-link {
  color: #9195A2;
  line-height: 27px !important;
  font-size: 17px !important;
  margin-left: 5px;
  margin-top: 3px;
}
.upload-pictures-modal .modal-footer {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.upload-pictures-modal .button-save {
  border: none;
  margin: 0;
  background: #ff2f3f;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #FFF;
  padding: 9.5px 46px;
  margin-left: 5px;
}
.upload-pictures-modal .button-save:disabled {
  background: #B2B8C9;
  color: white;
}
.modal-verify-img .modal-container {
  margin-top: 50px !important;
  max-width: 550px;
}
.modal-verify-img .modal-container > div {
  padding: 50px;
}
@media (max-width: 590px) {
  .modal-verify-img .modal-container {
    margin-left: 20px;
    margin-right: 20px;
  }
  .modal-verify-img .modal-container > div {
    padding: 50px 20px;
  }
}
.chat-component {
  position: relative;
  height: 43vw;
  max-height: 826px;
  width: 100%;
  background: #FFF;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  display: flex;
}
.chat-component .container {
  width: 100%;
}
.chat-component .rounded-circle {
  border-radius: 50%;
  object-fit: cover;
}
.chat-component .no-chats {
  color: #F80560;
  width: 100%;
  padding: 0;
}
.chat-component .buyer-inbox-message {
  height: 100%;
  width: 39%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.chat-component .buyer-inbox-message-body {
  margin-top: 4.75%;
  height: 5.35%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.chat-component .buyer-inbox-search-box {
  border-radius: 5px;
  height: 100%;
  width: 86.9%;
  display: flex;
}
.chat-component .buyer-inbox-search-box-icon {
  border-radius: 5px 0 0 5px;
  width: 23.1%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(137, 148, 166, 0.08);
  min-height: 30px;
}
.chat-component .buyer-inbox-search-icon {
  width: 44.5%;
  height: 54.5%;
}
.chat-component .buyer-inbox-search-input {
  border-radius: 0 5px 5px 0;
  padding-left: 0;
  min-height: 0;
  border: 0;
  background: rgba(137, 148, 166, 0.08);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9vw;
}
.chat-component .buyer-inbox-chats {
  width: 100%;
  height: 84.31%;
  margin-top: 10.95%;
  overflow-y: auto;
  white-space: nowrap;
}
.chat-component .buyer-inbox-chats .buyer-inbox-chats__item:nth-child(n+2) {
  margin-top: 7.1%;
}
.chat-component .buyer-inbox-chats__item {
  width: 94%;
  display: flex;
}
.chat-component .buyer-inbox-chats__item:hover {
  border-left: 3px solid #f80560;
  cursor: pointer;
}
.chat-component .buyer-inbox-chats__item--active {
  border-left: 3px solid #f80560;
}
.chat-component .buyer-inbox-chats__item--blocked {
  opacity: 0.6;
}
.chat-component .buyer-inbox-chats__avatar {
  position: relative;
  width: 30.2%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chat-component .buyer-inbox-chats__avatar_img {
  height: 48px;
  width: 48px;
}
.chat-component .buyer-inbox-online {
  position: absolute;
  margin: 0 auto;
  bottom: 5px;
  left: 40px;
  right: 0;
  max-width: 12px;
  max-height: 12px;
  min-width: 12px;
  min-height: 12px;
  background-image: url(/images/inbox/online.svg);
}
.chat-component .buyer-inbox-offline {
  position: absolute;
  margin: 0 auto;
  bottom: 5px;
  left: 40px;
  right: 0;
  max-width: 12px;
  max-height: 12px;
  min-width: 12px;
  min-height: 12px;
  background-image: url(/images/inbox/offline.svg);
}
.chat-component .buyer-inbox-chats__descriptions {
  margin-left: -2.4%;
  height: 100%;
  width: 56.3%;
  display: flex;
  flex-direction: column;
}
.chat-component .buyer-inbox-chats__name {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9vw;
  line-height: 1.5vw;
  color: #333;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-component .buyer-inbox-chats__last_message {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8vw;
  line-height: 1vw;
  color: #8994A6;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-component .buyer-inbox-chats__info {
  height: 100%;
  width: 16%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.chat-component .buyer-inbox-chats__date {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #8994A6;
  font-size: 13px;
  line-height: 28px;
  padding-right: 11%;
}
.chat-component .buyer-inbox-count-messages {
  padding: 10px 8px;
  background: rgba(248, 5, 96, 0.2);
  border-radius: 29px;
  height: 42%;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5%;
}
.chat-component .buyer-inbox-count-messages-label {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.7vw;
  line-height: 0.7vw;
  color: #F80560;
}
.chat-component .buyer-inbox-dialog {
  height: 100%;
  width: 61%;
  display: flex;
  flex-direction: column;
}
.chat-component .buyer-inbox-dialog .loader-box {
  margin-top: 50%;
  margin-left: 50%;
}
.chat-component .buyer-inbox-dialog .loading-messages {
  margin-left: calc(50% - 40px);
}
.chat-component .buyer-inbox-dialog .loading-messages .loader-image {
  width: 80px !important;
}
.chat-component .buyer-inbox-dialog-panel {
  height: 70px;
  min-height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}
.chat-component .buyer-inbox-dialog-panel__info-block {
  display: flex !important;
  align-items: center;
  margin-left: 20px;
  width: 45%;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .chat-component .buyer-inbox-dialog-panel__info-block {
    width: 75%;
  }
}
.chat-component .buyer-inbox-dialog-panel__unlock-block {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .chat-component .buyer-inbox-dialog-panel__unlock-block {
    display: none;
  }
}
.chat-component .buyer-inbox-dialog-panel__unlock-block-label {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #B2B8C9;
  margin-right: 5px;
}
.chat-component .buyer-inbox-dialog-panel__unlock-block-remaining {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #F80560;
}
.chat-component .buyer-inbox-dialog-panel__more-block {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .chat-component .buyer-inbox-dialog-panel__more-block {
    height: 100%;
    border-left: 1px solid #EBEBED;
  }
}
.chat-component .buyer-inbox-dialog-panel__more-block .mdsg-drop-down-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 12px solid white;
  position: absolute;
  top: -12px;
  right: 23px;
}
.chat-component .buyer-inbox-dialog-panel__more-block .mdsg--dropdown-content {
  display: none;
  position: absolute;
  min-width: 142px;
  background: #FFF;
  box-shadow: 0 10px 50px rgba(208, 222, 240, 0.3);
  border-radius: 4px;
  padding: 24px 20px 0;
  margin-top: 13px;
  left: -96px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .chat-component .buyer-inbox-dialog-panel__more-block .mdsg--dropdown-content {
    margin-top: 1px;
  }
}
.chat-component .buyer-inbox-dialog-panel__more-block .mdsg--dropdown-content li {
  margin-bottom: 21px;
  cursor: pointer;
}
.chat-component .buyer-inbox-dialog-panel__more-block .mdsg--dropdown-content li .buyer-inbox-dialog-panel__more-block-link {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #333448;
  text-transform: none;
  margin-left: 0;
}
.chat-component .buyer-inbox-dialog-panel__more-block .mdsg--dropdown-content li .buyer-inbox-dialog-panel__more-block-link:hover {
  color: #F80560;
}
.chat-component .buyer-inbox-dialog-panel__more-block:hover .mdsg--dropdown-content {
  display: block;
}
.chat-component .buyer-inbox-dialog-panel__more-block img {
  margin-right: 22px;
  height: 44px;
  width: 24px;
  padding: 10px 0;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .chat-component .buyer-inbox-dialog-panel__more-block img {
    transform: rotate(90deg);
    height: 69px;
    padding: 0;
  }
}
.chat-component .buyer-inbox-dialog-panel-avatar-img {
  height: 40px;
  width: 40px;
  margin-left: 3.96%;
}
.chat-component .buyer-inbox-dialog-panel-name {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.94vw;
  line-height: 1.5vw;
  color: #333;
  margin-left: 8px;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-component .buyer-inbox-dialog-panel-online {
  margin-left: 0.5%;
  width: 11px;
  height: 10px;
  background-image: url(/images/inbox/online.svg);
}
.chat-component .buyer-inbox-dialog-panel-offline {
  margin-left: 0.5%;
  width: 11px;
  height: 10px;
  background-image: url(/images/inbox/offline.svg);
}
.chat-component .buyer-inbox-dialog-body {
  width: 100%;
  height: 83.6%;
  display: flex;
  justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: nowrap;
}
.chat-component .buyer-inbox-dialog-body .buyer-inbox-dialog-lock-banner {
  width: 100%;
  min-height: 88px;
  background: #FFFDEB;
  border: 1px solid #E3E1DF;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.chat-component .buyer-inbox-dialog-body .buyer-inbox-dialog-lock-banner__title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  color: #333448;
  margin-left: 20px;
}
.chat-component .buyer-inbox-dialog-body .buyer-inbox-dialog-lock-banner__subtitle {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #333448;
  margin-left: 20px;
  white-space: normal;
}
.chat-component .buyer-inbox-dialog-chat {
  width: 91%;
  height: 96.5%;
  display: flex;
  flex-direction: column;
  margin-top: 3.5%;
  min-height: 300px;
}
.chat-component .buyer-inbox-dialog-message-box-author {
  height: max-content;
  max-width: 350px;
  flex-direction: column;
  margin-top: 10px;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 0;
}
.chat-component .buyer-inbox-dialog-message-author {
  border-radius: 8px 8px 0;
  background: #FEDBE5;
  height: max-content;
  width: max-content;
  max-width: 350px;
  min-width: 100%;
}
.chat-component .buyer-inbox-dialog-message-text {
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.87vw;
  line-height: 1.1vw;
  color: #1E1E1E;
  white-space: pre-line;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.chat-component .buyer-inbox-dialog-message-box {
  height: max-content;
  width: 89.85%;
  justify-content: space-between;
}
.chat-component .buyer-inbox-dialog-message__date {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.675vw;
  line-height: 1.2vw;
  color: #8994A6;
  text-align: right;
}
.chat-component .buyer-inbox-dialog-message-avatar-img {
  height: 1.88vw;
  width: 1.88vw;
  margin-right: 10px;
}
.chat-component .buyer-inbox-dialog-title {
  display: flex;
  margin-bottom: 5px;
}
.chat-component .buyer-inbox-dialog-description {
  display: flex;
  width: 90.55%;
}
.chat-component .buyer-inbox-dialog-description-body {
  display: flex;
  flex-direction: column;
}
.chat-component .buyer-inbox-dialog-message {
  background: #F2F6F9;
  border-radius: 0 8px 8px;
  height: max-content;
  width: 100%;
  max-width: 350px;
  min-width: 100%;
}
.chat-component .buyer-inbox-dialog-indent-between-posts {
  margin-top: 20px;
}
.chat-component .buyer-inbox-dialog-indent-between-posts:last-child {
  margin-bottom: 20px;
}
.chat-component .buyer-inbox-dialog-not-first-message {
  margin-top: 1%;
}
.chat-component .buyer-inbox-dialog-not-first-message .buyer-inbox-dialog-message__date {
  display: none;
}
.chat-component .buyer-inbox-dialog-footer {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 65px;
}
.chat-component .buyer-inbox-dialog-footer .blocked-banner {
  width: 100%;
  min-height: 50px;
  background: #FFFDEB;
  border: 1px solid #E3E1DF;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.chat-component .buyer-inbox-dialog-footer .blocked-banner__title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  color: #333448;
}
.chat-component .unlock-chat-block {
  width: 100%;
  min-height: 143px;
  padding: 20px;
}
.chat-component .unlock-chat-block__body {
  min-height: 103px;
  background: #FFFDEB;
  border: 1px solid #E3E1DF;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 25px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .chat-component .unlock-chat-block__body {
    flex-direction: column;
    justify-content: normal;
    padding: 25px 19px;
  }
}
.chat-component .unlock-chat-block__message-block {
  display: flex;
  flex-direction: column;
}
.chat-component .unlock-chat-block__message-block-main {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .chat-component .unlock-chat-block__message-block-main {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.chat-component .unlock-chat-block__label {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  width: max-content;
  color: #333448;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .chat-component .unlock-chat-block__label {
    font-size: 14px;
  }
}
.chat-component .unlock-chat-block__label span {
  color: #F80560;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 800px) {
  .chat-component .unlock-chat-block__label span {
    margin-left: 10px;
    margin-right: 5px;
  }
}
.chat-component .unlock-chat-block__timeout {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #BDBDBD;
  display: flex;
  margin-bottom: 12px;
}
.chat-component .unlock-chat-block__timeout img {
  margin-right: 10px;
}
.chat-component .unlock-chat-block__button button {
  width: 144px;
  height: 41px;
  background: #F80560;
  border-radius: 60px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.chat-component .unlock-chat-block__button button img {
  margin-right: 16px;
}
@media screen and (max-width: 800px) {
  .chat-component .unlock-chat-block__button button {
    margin-top: 22px;
  }
}
.chat-component .buyer-inbox-dialog-edit-message-box {
  width: 91.7%;
  height: 66.5%;
  background: rgba(137, 148, 166, 0.08);
  border-radius: 5px;
  display: flex;
  min-height: 30px;
  justify-content: space-between;
}
.chat-component .buyer-inbox-write-text {
  border-radius: 5px 0 0 5px;
  min-height: 0;
  border: 0;
  padding: 5px;
  width: 100%;
  background: rgba(137, 148, 166, 0.08);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9vw;
}
.chat-component .buyer-inbox-dialog-edit-message-box-icon {
  width: 14.6%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(137, 148, 166, 0.08);
  cursor: pointer;
}
.chat-component .buyer-inbox-dialog-edit-message-box-icon-send {
  border-radius: 0 5px 5px 0;
  width: 14.6%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(137, 148, 166, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.chat-component .buyer-inbox-message-collapse {
  width: 11%;
}
.chat-component .buyer-inbox-message-collapse .buyer-inbox-search-input {
  display: none;
}
.chat-component .buyer-inbox-message-collapse .buyer-inbox-chats__descriptions {
  display: none;
}
.chat-component .buyer-inbox-message-collapse .buyer-inbox-chats__info {
  display: none;
}
.chat-component .buyer-inbox-message-collapse .buyer-inbox-message-body {
  margin-top: 16.9%;
}
.chat-component .buyer-inbox-message-collapse .buyer-inbox-search-box-icon {
  width: 54%;
  border-radius: 5px;
}
.chat-component .buyer-inbox-message-collapse .buyer-inbox-search-box {
  justify-content: center;
}
.chat-component .buyer-inbox-message-collapse .buyer-inbox-chats {
  margin-top: 39.1%;
}
.chat-component .buyer-inbox-message-collapse .buyer-inbox-chats .buyer-inbox-chats__item:nth-child(n+2) {
  margin-top: 25.4%;
}
.chat-component .buyer-inbox-message-collapse .buyer-inbox-chats__avatar {
  width: 100%;
}
.chat-component .buyer-inbox-message-collapse .buyer-inbox-chats__item {
  width: 100%;
}
.chat-component .buyer-inbox-message-collapse .chats__avatar_img {
  width: 51%;
}
.chat-component .buyer-inbox-about {
  height: 100%;
  width: 28%;
  display: flex;
  flex-direction: column;
}
.chat-component .buyer-inbox-about-body {
  height: 92%;
  width: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}
.chat-component .buyer-inbox-about-body-content {
  margin-top: 11.6%;
  height: 91.1%;
  width: 80.4%;
  display: flex;
  flex-direction: column;
}
.chat-component .buyer-inbox-about-image {
  width: 100%;
  height: 28.3%;
  border-radius: 5px;
}
.chat-component .buyer-inbox-about-label {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1vw;
  line-height: 1.2vw;
  color: #F80560;
  margin-top: 13%;
}
.chat-component .buyer-inbox-about-description {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.86vw;
  line-height: 1.3vw;
  color: #333;
  width: 95%;
  height: max-content;
  white-space: pre-line;
}
.chat-component .buyer-inbox-about-parameters-box {
  width: 100%;
  height: 13%;
  margin-top: 9.35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.chat-component .buyer-inbox-about-parameters-item {
  width: 100%;
  height: 15.5%;
  display: flex;
  align-items: center;
}
.chat-component .buyer-inbox-about-parameter__icon {
  width: 7%;
  margin-left: 2%;
}
.chat-component .buyer-inbox-about-parameter__icon--age {
  width: 4.5%;
  margin-left: 3%;
}
.chat-component .buyer-inbox-about-parameter__icon--size {
  width: 11.5%;
}
.chat-component .buyer-inbox-about-parameter__value {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.86vw;
  line-height: 1.3vw;
  color: #333;
  margin-left: auto;
}
.chat-component .buyer-inbox-about-parameter__label {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.86vw;
  line-height: 1.3vw;
  color: #8994A6;
  margin-left: 6%;
}
.chat-component .buyer-inbox-about-parameter__label--size {
  margin-left: 4%;
}
.chat-component .buyer-inbox-about-parameter__label--age {
  margin-left: 8%;
}
.chat-component .buyer-inbox-about-label-product {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1vw;
  line-height: 1.2vw;
  color: #000;
  margin-top: 13%;
}
.chat-component .buyer-inbox-about-tile-products {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 7%;
}
.chat-component .buyer-inbox-about-tile-products .buyer-inbox-about-tile__item:nth-child(n+3) {
  margin-top: 8%;
}
.chat-component .buyer-inbox-about-tile-products .buyer-inbox-about-tile__item:nth-child(2n) {
  margin-left: 5.6%;
}
.chat-component .buyer-inbox-about-tile__item {
  width: 47.2%;
}
.chat-component .buyer-inbox-about-tile__image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.chat-component .buyer-inbox-dialog-panel-vector {
  display: none;
}
.chat-component .buyer-inbox-dialog-panel-white-box-for-phone {
  display: none;
}
.chat-component .buyer-inbox-dialog-panel-label--return-to-messages {
  display: none;
}
.chat-component .not-found-favorites-body {
  width: 100%;
  height: 76.6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.chat-component .not-found-favorites-body img {
  width: 28%;
  margin-top: 11%;
}
.chat-component .not-found-favorites-body p {
  margin-top: 32px;
  margin-bottom: 13.5%;
  color: #333448;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
  width: 30%;
  text-align: center;
}
.chat-component .mdsg-not-found-favorites {
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
.chat-component .not-found-favorites-footer {
  height: 107px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.chat-component .not-found-favorites-footer button {
  min-width: 180px;
  min-height: 43px;
  font-size: 16px;
  line-height: 20px;
}
.chat-component .buyer-profile-footer-update-setting {
  border: 0;
  padding: 14px 37px;
  background: #F80560;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 0.8vw;
  color: #FFF;
}
.chat-component .no-chats-labels {
  width: 100%;
  display: flex;
  justify-content: center;
}
.chat-component .buyer-following-panel {
  padding-top: 0.6%;
  display: flex;
  height: 91px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: space-between;
}
.chat-component .buyer-following-label {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.185vw;
  line-height: 25px;
  color: #333;
  margin-left: 5.55%;
}
@media screen and (max-width: 800px) {
  .chat-component {
    width: 100%;
    height: max-content;
    max-height: max-content;
  }
  .chat-component .buyer-profile-footer-update-setting {
    min-width: 180px;
    min-height: 43px;
    font-size: 16px;
    line-height: 20px;
  }
  .chat-component .buyer-inbox-dialog {
    display: none;
    width: 100%;
    height: 100%;
  }
  .chat-component .buyer-inbox-message {
    width: 100%;
    height: 100%;
  }
  .chat-component .buyer-inbox-message-body {
    height: 8.35%;
    margin-top: 6.75%;
  }
  .chat-component .buyer-inbox-search-input {
    font-size: 5.5vw;
  }
  .chat-component .buyer-inbox-chats {
    margin-top: 8.55%;
    height: 74.5%;
  }
  .chat-component .buyer-inbox-chats .buyer-inbox-chats__item:nth-child(n+2) {
    margin-top: 6.45%;
  }
  .chat-component .buyer-inbox-chats .buyer-inbox-chats__item:last-child {
    margin-bottom: 15%;
  }
  .chat-component .buyer-inbox-chats__item {
    height: 11.8%;
  }
  .chat-component .buyer-inbox-chats__name {
    font-size: 4.9vw;
    line-height: 7vw;
  }
  .chat-component .buyer-inbox-chats__last_message {
    font-size: 4.8vw;
    line-height: 7vw;
  }
  .chat-component .buyer-inbox-chats__date {
    padding-right: 0;
  }
  .chat-component .buyer-inbox-count-messages-label {
    font-size: 3.5vw;
  }
  .chat-component .buyer-inbox-online {
    position: absolute;
    bottom: 5px;
    margin: 0 auto;
    left: 40px;
    right: 0;
    max-width: 12px;
    max-height: 12px;
  }
  .chat-component .buyer-inbox-offline {
    position: absolute;
    bottom: 5px;
    margin: 0 auto;
    left: 40px;
    right: 0;
    max-width: 12px;
    max-height: 12px;
  }
  .chat-component .buyer-inbox-search-box {
    height: 11.75vw;
  }
  .chat-component .buyer-inbox-display-none {
    display: none;
  }
  .chat-component .buyer-inbox-display-block {
    display: block;
  }
  .chat-component .buyer-inbox-dialog-panel-avatar-img {
    height: 36px;
    width: 36px;
    margin-left: 0;
  }
  .chat-component .buyer-inbox-dialog-panel-name {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    max-width: 60%;
  }
  .chat-component .buyer-inbox-dialog-panel-online {
    width: 10px;
    height: 10px;
  }
  .chat-component .buyer-inbox-dialog-panel-offline {
    width: 10px;
    height: 10px;
  }
  .chat-component .buyer-inbox-dialog-edit-message-box {
    height: 44px;
    width: 87.2%;
    margin: 20px 0;
  }
  .chat-component .buyer-inbox-dialog-edit-message-box-icon-send {
    width: 28%;
  }
  .chat-component .buyer-inbox-dialog-edit-message-box-icon {
    width: 20%;
  }
  .chat-component .buyer-inbox-search-icon {
    width: 89.5%;
    height: 57.5%;
  }
  .chat-component .buyer-inbox-write-text {
    font-size: 4.9vw;
  }
  .chat-component .buyer-inbox-dialog-message__date {
    font-size: 3.5vw;
    line-height: 6.2vw;
  }
  .chat-component .buyer-inbox-dialog-message-box-author {
    width: 94.2%;
  }
  .chat-component .buyer-inbox-dialog-message-text {
    font-size: 3.87vw;
    line-height: 5.1vw;
  }
  .chat-component .buyer-inbox-dialog-message .buyer-inbox-dialog-message-text {
    width: 280px;
  }
  .chat-component .buyer-inbox-dialog-indent-between-posts:last-child {
    margin-bottom: 10px;
  }
  .chat-component .buyer-inbox-dialog-message-avatar-img {
    height: 9.6vw;
    width: 9.6vw;
    margin-right: 3%;
  }
  .chat-component .buyer-inbox-dialog-chat {
    width: 87.2%;
    max-height: 400px;
  }
  .chat-component .buyer-inbox-dialog-chat:last-child {
    margin-bottom: 5%;
  }
  .chat-component .buyer-inbox-dialog-panel-vector {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .chat-component .buyer-inbox-dialog-panel-vector-img {
    height: 12px;
    width: 6px;
    margin-left: 12px;
    margin-right: 26px;
  }
  .chat-component .buyer-inbox-dialog-panel-white-box-for-phone {
    background: white;
    width: 100%;
    height: 4vw;
    display: block;
  }
  .chat-component .buyer-inbox-about {
    width: 100%;
    height: max-content;
  }
  .chat-component .buyer-inbox-dialog-panel-label--return-to-messages {
    display: block;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 4.82vw;
    line-height: 1.5vw;
    color: #333;
    margin-left: -3.7%;
  }
  .chat-component .buyer-inbox-about-body-content[data-v-254d0926] {
    width: 78.1%;
    margin-top: 6.5%;
  }
  .chat-component .buyer-inbox-about-image[data-v-254d0926] {
    width: 97%;
    height: 35vw;
  }
  .chat-component .buyer-inbox-about-label {
    font-size: 6vw;
    line-height: 10.2vw;
    margin-top: 8%;
  }
  .chat-component .buyer-inbox-about-description {
    font-size: 4.86vw;
    line-height: 7.3vw;
    height: max-content;
    white-space: pre-line;
    width: 89%;
  }
  .chat-component .buyer-inbox-about-tile__item {
    width: 31.5%;
  }
  .chat-component .buyer-inbox-about-tile-products {
    margin-top: 3%;
  }
  .chat-component .buyer-inbox-about-tile-products .buyer-inbox-about-tile__item:nth-child(2n) {
    margin-left: 0;
  }
  .chat-component .buyer-inbox-about-tile-products .buyer-inbox-about-tile__item:nth-child(3n-1) {
    margin-left: 2.6%;
    margin-right: 2.6%;
  }
  .chat-component .buyer-inbox-about-tile-products .buyer-inbox-about-tile__item:nth-child(3) {
    margin-top: 0%;
  }
  .chat-component .buyer-inbox-about-tile-products .buyer-inbox-about-tile__item:nth-child(n+4) {
    margin-top: 3%;
  }
  .chat-component .buyer-inbox-about-parameters-box {
    height: max-content;
    width: 69%;
    margin-top: 3.35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .chat-component .buyer-inbox-about-parameters-item {
    width: 100%;
    height: 10vw;
    display: flex;
    align-items: center;
  }
  .chat-component .buyer-inbox-about-parameter__label {
    font-size: 5.2vw;
    line-height: 3.3vw;
    margin-left: 6%;
  }
  .chat-component .buyer-inbox-about-parameter__value {
    font-size: 4.5vw;
    line-height: 1.3vw;
  }
  .chat-component .buyer-inbox-about-label-product {
    font-size: 4.86vw;
    line-height: 7.3vw;
    margin-top: 1%;
  }
  .chat-component .buyer-following-label {
    font-size: 20px !important;
  }
  .chat-component .not-found-favorites-body {
    height: 63.6% !important;
  }
  .chat-component .not-found-favorites-body p {
    width: 70% !important;
  }
  .chat-component .not-found-favorites-body img {
    width: 60% !important;
  }
  .chat-component .not-found-favorites-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 70px !important;
  }
  .chat-component .product .mdsg-product-title-price .product-image img {
    margin-right: 10px !important;
  }
  .chat-component .product .mdsg-product-title-price .mdsg-loop-product-title-wrp .mdsg-product-category .text-capitalize {
    font-size: 12px !important;
  }
  .chat-component .product {
    margin: 0 !important;
  }
  .chat-component .product .mdsg-product-title-price {
    padding: 10px !important;
  }
  .chat-component .product .mdsg-product-title-price .woocommerce-loop-product__title {
    margin-top: 5px;
  }
  .chat-component .product .item-price {
    margin-top: 4px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
  }
  .chat-component .product p {
    margin: 0 10px 21px !important;
    font-size: 14px !important;
  }
  .chat-component .offer-recieved {
    margin: 0 0 11px 10px !important;
  }
  .chat-component .buyer-inbox-dialog-message-author {
    max-width: 300px;
  }
  .chat-component .buyer-inbox-dialog-message {
    max-width: 300px;
  }
}
@media screen and (min-width: 1920px) {
  .chat-component .buyer-following-label {
    font-size: 22px;
  }
  .chat-component .buyer-inbox-chats__name {
    font-size: 17px;
    line-height: 29px;
  }
  .chat-component .buyer-inbox-chats__last_message {
    font-size: 15px;
    line-height: 18px;
  }
  .chat-component .buyer-inbox-chats__date {
    font-size: 13px;
    line-height: 28px;
  }
  .chat-component .buyer-inbox-count-messages-label {
    font-size: 12px;
    line-height: 0px;
  }
  .chat-component .buyer-inbox-search-input {
    font-size: 18px;
    line-height: 20px;
  }
  .chat-component .buyer-inbox-dialog-message-text {
    font-size: 17px;
    line-height: 19px;
  }
  .chat-component .buyer-inbox-dialog-panel-name {
    font-size: 18px;
    line-height: 20px;
  }
  .chat-component .buyer-inbox-dialog-message__date {
    font-size: 14px;
    line-height: 20px;
  }
  .chat-component .buyer-inbox-write-text {
    font-size: 18px;
    line-height: 20px;
  }
  .chat-component .buyer-inbox-dialog-message-avatar-img {
    width: 36px;
    height: 36px;
  }
  .chat-component .buyer-inbox-about-label {
    font-size: 22px;
    line-height: 25px;
  }
  .chat-component .buyer-inbox-about-description {
    font-size: 17px;
    line-height: 23px;
  }
  .chat-component .buyer-inbox-about-parameter__label {
    font-size: 18px;
    line-height: 20px;
  }
  .chat-component .buyer-inbox-about-parameter__value {
    font-size: 16px;
    line-height: 20px;
  }
  .chat-component .buyer-inbox-about-label-product {
    font-size: 20px;
    line-height: 23px;
  }
}
@media (min-width: 768px) {
  .chat-component {
    min-width: 800px;
    min-height: 750px;
    width: 100%;
  }
  .chat-component .content-wrap {
    overflow-x: auto;
  }
  .chat-component .buyer-inbox-chats__name {
    font-size: 17px;
    line-height: 29px;
  }
  .chat-component .buyer-inbox-chats__last_message {
    font-size: 15px;
    line-height: 18px;
  }
  .chat-component .buyer-inbox-chats__date {
    font-size: 13px;
    line-height: 28px;
  }
  .chat-component .buyer-inbox-count-messages-label {
    font-size: 12px;
    line-height: 0px;
  }
  .chat-component .buyer-inbox-search-input {
    font-size: 18px;
    line-height: 20px;
  }
  .chat-component .buyer-inbox-dialog-message-text {
    font-size: 17px;
    line-height: 19px;
  }
  .chat-component .buyer-inbox-dialog-panel-name {
    font-size: 18px;
    line-height: 20px;
  }
  .chat-component .buyer-inbox-dialog-message__date {
    font-size: 14px;
    line-height: 20px;
  }
  .chat-component .buyer-inbox-write-text {
    font-size: 18px;
    line-height: 20px;
  }
  .chat-component .buyer-inbox-dialog-message-avatar-img {
    width: 36px;
    height: 36px;
  }
  .chat-component .buyer-inbox-about-label {
    font-size: 22px;
    line-height: 25px;
  }
  .chat-component .buyer-inbox-about-description {
    font-size: 17px;
    line-height: 23px;
  }
  .chat-component .buyer-inbox-about-parameter__label {
    font-size: 18px;
    line-height: 20px;
  }
  .chat-component .buyer-inbox-about-parameter__value {
    font-size: 16px;
    line-height: 20px;
  }
  .chat-component .buyer-inbox-about-label-product {
    font-size: 20px;
    line-height: 23px;
  }
}
.chat-component .fa-cart-arrow-down {
  color: #F80560;
}
.chat-component .offer-recieved {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #333448;
  opacity: 0.8;
  margin: 0 0 16px 14px;
}
.chat-component .product {
  background: #FFF;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 14px 14px;
}
.chat-component .product .mdsg-product-title-price {
  border-radius: 10px 10px 0 0;
  padding: 16px 24px;
}
.chat-component .product .mdsg-product-title-price .product-image {
  background-color: #fff;
}
.chat-component .product .mdsg-product-title-price .product-image img {
  width: 84px;
  height: 84px;
  border-radius: 10px;
  margin-right: 16px;
  object-fit: cover;
}
.chat-component .product .mdsg-product-title-price .mdsg-loop-product-title-wrp .woocommerce-loop-product__title {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #333448;
  margin-bottom: 0;
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}
.chat-component .product .mdsg-product-title-price .mdsg-loop-product-title-wrp .mdsg-product-category .text-capitalize {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #A2A2A2;
  margin-top: 0;
}
.chat-component .product .mdsg-product-title-price .mdsg-loop-product-title-wrp .mdsg-product-category .payment_method {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 11px;
  color: #333448;
  margin-top: 0;
}
.chat-component .product .mdsg-product-title-price .item-price span:nth-child(2) {
  margin-left: -4px;
}
.chat-component .product p {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 24px 21px;
  padding-top: 16px;
}
@media (min-width: 801px) and (max-width: 1200px) {
  .chat-component {
    width: 70%;
    min-height: 826px;
  }
  .chat-component .buyer-following-label {
    font-size: 20px !important;
  }
  .chat-component .not-found-favorites-body p {
    width: 60% !important;
  }
  .chat-component .buyer-inbox-chats__name {
    font-size: 15px;
    line-height: 29px;
  }
  .chat-component .buyer-inbox-chats__last_message {
    font-size: 13px;
    line-height: 18px;
  }
  .chat-component .buyer-inbox-chats__date {
    font-size: 11px;
    line-height: 28px;
  }
  .chat-component .buyer-inbox-count-messages-label {
    font-size: 10px;
    line-height: 0px;
  }
  .chat-component .buyer-inbox-search-input {
    font-size: 16px;
    line-height: 20px;
  }
  .chat-component .buyer-inbox-dialog-message-text {
    font-size: 15px;
    line-height: 19px;
  }
  .chat-component .buyer-inbox-dialog-panel-name {
    font-size: 16px;
    line-height: 20px;
  }
  .chat-component .buyer-inbox-dialog-message__date {
    font-size: 12px;
    line-height: 20px;
  }
  .chat-component .buyer-inbox-write-text {
    font-size: 16px;
    line-height: 20px;
  }
  .chat-component .buyer-inbox-dialog-message-avatar-img {
    width: 36px;
    height: 36px;
  }
  .chat-component .buyer-inbox-about-label {
    font-size: 20px;
    line-height: 25px;
  }
  .chat-component .buyer-inbox-about-description {
    font-size: 15px;
    line-height: 23px;
  }
  .chat-component .buyer-inbox-about-parameter__label {
    font-size: 16px;
    line-height: 20px;
  }
  .chat-component .buyer-inbox-about-parameter__value {
    font-size: 14px;
    line-height: 20px;
  }
  .chat-component .buyer-inbox-about-label-product {
    font-size: 18px;
    line-height: 23px;
  }
}
.chat-component .emojis {
  position: absolute;
  z-index: 1;
  bottom: 70px;
  right: 40px;
}
.chat-component .not-found-chat {
  width: 100%;
  margin: 10px;
  text-align: center;
}
@media (max-width: 550px) {
  .chat-component .when-keyboard-showing {
    position: fixed;
    background: white;
    top: 70px;
  }
}
.chat-component .typing {
  padding: 10px;
  width: 75px;
}
.chat-component .typing .dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #a09f9f;
  color: #a09f9f;
  animation: do-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
  margin-left: 20px;
}
.chat-component .typing .dot-flashing::before, .chat-component .typing .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.chat-component .typing .dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #a09f9f;
  color: #a09f9f;
  animation: do-flashing 1s infinite alternate;
  animation-delay: 0s;
}
.chat-component .typing .dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #a09f9f;
  color: #a09f9f;
  animation: do-flashing 1s infinite alternate;
  animation-delay: 1s;
}
@keyframes do-flashing {
  0% {
    background-color: #a09f9f;
  }
  50%, 100% {
    background-color: #dbd9d9;
  }
}
.chat-component.open-mobile {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.chat-component.open-mobile .buyer-inbox-dialog-panel {
  position: fixed;
  background: #FFF;
  top: 0;
}
.chat-component.open-mobile .buyer-inbox-dialog-body {
  height: calc(100% - 200px);
  margin-top: 70px;
}
.chat-component.open-mobile .buyer-inbox-dialog-footer {
  bottom: 0;
  position: fixed;
  background: #FFF;
  min-height: 50px;
  height: max-content;
}
.d-none {
  overflow-y: hidden;
}
.d-none .main {
  display: none !important;
}
.d-none .profile {
  display: none !important;
}
.d-none .profile-header {
  display: none !important;
}
.d-none .profile-container {
  margin-bottom: 0;
}
.d-none .card {
  height: 0;
}
.register-seller-stream-two {
  font-family: "Poppins", sans-serif;
  background: #F8FBFF !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 125px;
}
@media (max-width: 800px) {
  .register-seller-stream-two {
    padding-bottom: 55px;
    margin-top: 60px;
  }
}
.register-seller-stream-two__body {
  width: 565px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 800px) {
  .register-seller-stream-two__body {
    width: 345px;
  }
}
.register-seller-stream-two__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  color: #333448;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .register-seller-stream-two__title {
    font-size: 21px;
    line-height: 23px;
  }
}
.register-seller-stream-two__edit-block {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.register-seller-stream-two__edit-block .invalid-feedback {
  max-width: 460px;
}
.register-seller-stream-two__edit-block input {
  background: #FFF;
  border: 1px solid #B2B8C9;
  box-sizing: border-box;
  height: 60px;
  width: 100%;
  max-width: 460px;
  color: #222;
  padding: 15px;
  font-weight: 450;
  font-size: 20px;
  line-height: 25px;
}
@media (max-width: 800px) {
  .register-seller-stream-two__edit-block input {
    height: 44px;
    min-height: 44px;
    font-size: 14px;
    line-height: 18px;
  }
}
.register-seller-stream-two__edit-block input::placeholder {
  color: #B2B8C9;
  font-weight: 450;
}
.register-seller-stream-two__edit-block .invalid-message {
  max-width: 460px;
}
.register-seller-stream-two__edit-block_form .invalid-feedback {
  max-width: 100% !important;
}
.register-seller-stream-two__description {
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  color: #A4A9B7;
  width: 100%;
  margin: 5px 0 11px;
  max-width: 460px;
}
.register-seller-stream-two__checkbox-block {
  width: 100%;
  margin-top: 20px;
  display: flex;
  max-width: 460px;
}
.register-seller-stream-two__checkbox-block input {
  display: inherit;
  opacity: 0;
  height: 0;
  width: 0;
}
.register-seller-stream-two__checkbox-pink_active {
  background-position: center !important;
  border: none !important;
  background-image: url(/images/partner-program/check-box2.svg) !important;
}
.register-seller-stream-two__checkbox-pink {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  border: 2px solid #e7e7e7;
  box-sizing: border-box;
  border-radius: 5px;
}
@media (max-width: 800px) {
  .register-seller-stream-two__checkbox-pink {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
}
.register-seller-stream-two__label-link {
  margin-left: 10px;
  font-weight: 450;
  font-size: 17px;
  line-height: 27px;
  color: #8993AA;
}
@media (max-width: 800px) {
  .register-seller-stream-two__label-link {
    font-size: 12px;
    line-height: 25px;
  }
}
.register-seller-stream-two__link {
  text-decoration-line: underline;
  color: #333448;
}
.register-seller-stream-two__link:hover, .register-seller-stream-two__link:focus {
  color: #333448;
}
.register-seller-stream-two__button-item {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 25px;
}
.register-seller-stream-two__button-item button {
  text-align: center;
  background: #F80560;
  border-radius: 100px;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #FFF;
  border: none;
  width: 230px;
  height: 66px;
}
@media (max-width: 800px) {
  .register-seller-stream-two__button-item button {
    height: 44px;
  }
}
.register-seller-stream-two__button-item button:disabled {
  background: #B2B8C9;
}
.register-seller-stream-two__shop {
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 800px) {
  .register-seller-stream-two__shop {
    width: 345px;
  }
}
.register-seller-stream-two__big-input {
  max-width: 100% !important;
}
.register-seller-stream-two__label-example {
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  color: #B4BCCD;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .register-seller-stream-two__label-example {
    font-size: 12px;
    line-height: 15px;
  }
}
.register-seller-stream-two__label-link-example {
  color: #F80560;
  display: flex;
  cursor: pointer;
  margin-left: 5px;
}
.register-seller-stream-two__label-link-example img {
  margin-left: 5px;
}
.register-seller-stream-two__label-link-example_active img {
  transform: rotate(180deg);
}
.register-seller-stream-two__example-box {
  width: 100%;
  display: flex;
  background: #F9FBFD;
  border: 1px solid #EDF2F5;
  box-sizing: border-box;
  padding: 18px 23px;
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  color: #8993AA;
  margin-bottom: 15px;
}
@media (max-width: 800px) {
  .register-seller-stream-two__example-box {
    flex-wrap: wrap;
  }
}
.register-seller-stream-two__example-box .pink-comma {
  color: #F80560;
  margin-right: 5px;
}
.register-seller-stream-two__select-blocks {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.register-seller-stream-two__select-block {
  width: 286px;
}
@media (max-width: 800px) {
  .register-seller-stream-two__select-block {
    width: 164px;
  }
}
.register-seller-stream-two__select-block .select2-container {
  width: 100% !important;
  height: 60px;
}
@media (max-width: 800px) {
  .register-seller-stream-two__select-block .select2-container {
    height: 44px;
  }
}
.register-seller-stream-two__select-block .select2-container .select2-selection--single {
  height: 60px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #B2B8C9;
}
@media (max-width: 800px) {
  .register-seller-stream-two__select-block .select2-container .select2-selection--single {
    height: 44px;
  }
}
.register-seller-stream-two__select-block .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 15px 40px 15px 15px !important;
  color: #444;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-transform: none !important;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 800px) {
  .register-seller-stream-two__select-block .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 18px;
    padding: 13px 40px 11px 13px !important;
  }
}
.register-seller-stream-two__select-block .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #B2B8C9;
}
.register-seller-stream-two__select-block .select2-container .select2-selection--single .select2-selection__arrow {
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  margin-top: -8px;
}
.register-seller-stream-two__select-block .select2-container .select2-selection--single .select2-selection__arrow b {
  transition: all 0.2s;
  left: auto;
  margin-top: auto;
  top: auto;
  width: 20px;
  height: 20px;
  background-image: url(/images/partner-program/icon-up-down.svg);
  border: 0 none;
  transform: rotate(90deg);
  background-size: cover;
  background-position: center;
  margin-left: 0;
}
.register-seller-stream-two__city-select {
  width: 100%;
  height: 60px;
  margin-top: 30px;
}
@media (max-width: 800px) {
  .register-seller-stream-two__city-select {
    height: 44px;
  }
}
.register-seller-stream-two__city-select .city-select .multiselect__tags {
  border: 1px solid #B2B8C9;
  border-radius: 0;
  padding: 0 50px 0 15px;
}
.register-seller-stream-two__city-select .city-select .multiselect__tags .multiselect__single {
  font-family: "Poppins", sans-serif;
  line-height: 25px;
  font-size: 20px;
  color: #444;
}
@media (max-width: 800px) {
  .register-seller-stream-two__city-select .city-select .multiselect__tags .multiselect__single {
    font-size: 14px;
    line-height: 18px;
  }
}
.register-seller-stream-two__city-select .city-select .multiselect__placeholder {
  color: #B2B8C9;
  line-height: 25px;
  font-size: 20px;
}
@media (max-width: 800px) {
  .register-seller-stream-two__city-select .city-select .multiselect__placeholder {
    font-size: 14px;
    line-height: 18px;
  }
}
.register-seller-stream-two__city-select .city-select .multiselect__input {
  font-family: "Poppins", sans-serif;
  line-height: 25px;
  font-size: 20px;
  color: #444;
}
.register-seller-stream-two__city-select .city-select .multiselect__input::placeholder {
  font-family: "Poppins", sans-serif;
  line-height: 25px;
  font-size: 20px;
  color: #B2B8C9;
}
@media (max-width: 800px) {
  .register-seller-stream-two__city-select .city-select .multiselect__input::placeholder {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #B2B8C9;
  }
}
.partner-program {
  font-family: "Poppins", sans-serif;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
  background: white;
}
@media (max-width: 800px) {
  .partner-program {
    padding: 30px 0;
    width: 92%;
    margin: 0 auto;
  }
}
.partner-program__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #333448;
}
@media (max-width: 800px) {
  .partner-program__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.partner-program__title span {
  color: #F80560;
  margin-left: 5px;
}
@media (max-width: 1200px) {
  .partner-program__title span {
    margin-left: 0;
  }
}
.partner-program__promoter-block {
  border-bottom: 1px solid #DEE8EE;
  display: flex;
  flex-direction: column;
  padding-bottom: 35px;
  margin: 0 71px;
}
@media (max-width: 1200px) {
  .partner-program__promoter-block {
    padding: 0 26px 25px;
    margin: 0;
  }
}
.partner-program__promoter-block-value {
  font-weight: 500;
  font-size: 36px;
  line-height: 46px;
  color: #F80560;
}
@media (max-width: 1200px) {
  .partner-program__promoter-block-value {
    font-size: 30px;
    line-height: 38px;
  }
}
.partner-program__affiliate-dashboard {
  display: flex;
  border-bottom: 1px solid #DEE8EE;
  padding: 25px 0;
  margin: 0 71px;
}
@media (max-width: 1200px) {
  .partner-program__affiliate-dashboard {
    padding: 0;
    margin: 0 auto;
    border-bottom: none;
    flex-direction: column;
  }
}
.partner-program__sub-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #333;
}
.partner-program__sub-title_blue {
  color: #0B4AE2;
}
.partner-program__sub-title_pink {
  color: #F80560;
}
.partner-program__link {
  color: #F80560;
  text-decoration: underline;
}
.partner-program__text {
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  color: #333448;
}
.partner-program__text strong {
  font-family: "Poppins", sans-serif;
}
.partner-program__header-block {
  display: flex;
  border-bottom: 1px solid #DEE8EE;
  padding: 0 0 25px;
  margin: 0 71px;
}
@media (max-width: 1200px) {
  .partner-program__header-block {
    margin: 0;
    padding: 0;
    flex-direction: column;
    border-bottom: 0;
  }
}
.partner-program__header-block-item-dashboard {
  display: flex;
  width: 437px;
  flex-direction: column;
  padding-right: 25px;
}
@media (max-width: 1200px) {
  .partner-program__header-block-item-dashboard {
    width: 100%;
    padding: 20px 25px;
    border-bottom: 1px solid #DEE8EE;
  }
}
.partner-program__header-block-item-dashboard .partner-program__sub-title {
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .partner-program__header-block-item-dashboard .partner-program__sub-title {
    text-align: left;
  }
}
.partner-program__header-block-item-dashboard .partner-program__text {
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .partner-program__header-block-item-dashboard .partner-program__text {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    flex-direction: row;
    display: block;
  }
}
.partner-program__header-block-item-dashboard .partner-program__description {
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  color: #B2B8C9;
  margin-top: 10px;
}
.partner-program__header-block-item-dashboard_two {
  border-left: 1px solid #DEE8EE;
  align-items: center;
  justify-content: center;
  width: 457px;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .partner-program__header-block-item-dashboard_two {
    width: 100%;
    border-left: none;
    padding: 25px;
  }
}
.partner-program__header-block-item-dashboard_two .partner-program__withdraw {
  width: 230px;
  height: 60px;
  margin-top: 35px;
}
@media (max-width: 1200px) {
  .partner-program__header-block-item-dashboard_two .partner-program__withdraw {
    width: 180px;
    height: 43px;
  }
}
.partner-program__header-block-item {
  display: flex;
  width: 449px;
  flex-direction: column;
  padding-right: 64px;
}
@media (max-width: 1200px) {
  .partner-program__header-block-item {
    width: 100%;
    align-items: center;
    padding: 0 30px 15px;
    border-bottom: 1px solid #DEE8EE;
  }
}
.partner-program__header-block-item .partner-program__title {
  margin-bottom: 38px;
}
@media (max-width: 1200px) {
  .partner-program__header-block-item .partner-program__title {
    margin-bottom: 10px;
    text-align: center;
  }
}
.partner-program__header-block-item .partner-program__text {
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .partner-program__header-block-item .partner-program__text {
    margin-bottom: 10px;
    text-align: center;
    flex-direction: column;
    display: flex;
  }
}
.partner-program__header-block-item_two {
  border-left: 1px solid #DEE8EE;
  padding: 12px 0 0 39px;
}
@media (max-width: 1200px) {
  .partner-program__header-block-item_two {
    border-left: none;
    align-items: flex-start;
    padding: 25px 45px 0 23px;
  }
}
.partner-program__header-block-item_two .partner-program__sub-title {
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .partner-program__header-block-item_two .partner-program__sub-title {
    text-align: left;
  }
}
.partner-program__header-block-item_two .partner-program__text {
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .partner-program__header-block-item_two .partner-program__text {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    flex-direction: row;
    display: block;
  }
}
.partner-program__affiliate_earnings_block {
  border-bottom: 1px solid #DEE8EE;
  height: 160px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin: 0 71px;
}
@media (max-width: 1200px) {
  .partner-program__affiliate_earnings_block {
    padding: 25px 30px;
    margin: 0;
    flex-direction: column;
    height: max-content;
  }
}
.partner-program__withdraw {
  width: 157px;
  height: 43px;
  background: #F80560;
  border-radius: 30px;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #FFF;
  border: none;
}
@media (max-width: 1200px) {
  .partner-program__withdraw {
    margin-top: 10px;
  }
}
.partner-program__button-block {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.partner-program__withdraw:disabled {
  background: #E0E0E0 !important;
}
.partner-program__withdraw-funds {
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #8994A6;
  margin-top: 10px;
}
.partner-program__affiliate_link_block {
  border-bottom: 1px solid #DEE8EE;
  display: flex;
  flex-direction: column;
  padding: 35px 0;
  margin: 0 71px;
}
@media (max-width: 1200px) {
  .partner-program__affiliate_link_block {
    margin: 0;
    padding: 25px 26px;
  }
}
.partner-program__affiliate_link_block .partner-program__title {
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .partner-program__affiliate_link_block .partner-program__title {
    margin-bottom: 10px;
    padding: 0 4px;
  }
}
.partner-program__affiliate_link_block .partner-program__text {
  max-width: 635px;
}
@media (max-width: 1200px) {
  .partner-program__affiliate_link_block .partner-program__text {
    max-width: 100%;
    font-size: 14px;
    line-height: 18px;
  }
}
.partner-program__affiliate_link_block .partner-program__sub-title {
  margin-bottom: 15px;
  margin-top: 35px;
}
@media (max-width: 1200px) {
  .partner-program__affiliate_link_block .partner-program__sub-title {
    margin: 25px 0 15px;
  }
}
.partner-program__link-block {
  display: flex;
}
@media (max-width: 1200px) {
  .partner-program__link-block {
    flex-direction: column;
  }
}
.partner-program__select {
  z-index: 1;
  box-sizing: border-box;
  border-radius: 5px;
  width: 600px;
}
@media (max-width: 1200px) {
  .partner-program__select {
    width: 100%;
  }
}
.partner-program__select .multiselect__single .option__desc .option__title {
  font-weight: 450;
  font-size: 16px;
  line-height: 28px;
  color: #f80560;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .partner-program__select .multiselect__single .option__desc .option__title {
    height: 28px;
  }
}
.partner-program__select .multiselect__select {
  height: 0;
  top: 26px;
}
@media (max-width: 800px) {
  .partner-program__select .multiselect__select {
    top: 18px;
  }
}
@media (max-width: 800px) {
  .partner-program__select .multiselect__option {
    height: 100%;
  }
}
.partner-program__select .multiselect__element {
  height: 63px;
  border: 1px solid #B2B8C9;
  border-top: 0;
}
.partner-program__select .multiselect__element:hover .option__small, .partner-program__select .multiselect__element:focus .option__small {
  color: white;
}
.partner-program__select .multiselect__option--selected {
  background: white !important;
  border-bottom: 1px solid #B2B8C9;
}
.partner-program__select .multiselect__option--selected .option__desc .option__small {
  color: #0B4AE2 !important;
}
.partner-program__select .multiselect__option--highlight {
  background: white !important;
  border-bottom: 1px solid #B2B8C9;
}
.partner-program__select .multiselect__option--highlight .option__desc .option__small {
  color: #0B4AE2 !important;
}
.partner-program__select .option__desc {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}
@media (max-width: 800px) {
  .partner-program__select .option__desc {
    padding: 9px 0;
  }
}
.partner-program__select .option__title {
  font-weight: 450;
  font-size: 12px;
  line-height: 15px;
  color: #B2B8C9;
}
.partner-program__select .option__small {
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  color: #F80560;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.partner-program__copy-link-block {
  display: flex;
  cursor: pointer;
  margin-right: 21px;
  margin-left: 35px;
  align-items: center;
}
@media (max-width: 1200px) {
  .partner-program__copy-link-block {
    margin-top: 20px;
    margin-left: 0;
  }
}
.partner-program__copy-link-block img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.partner-program__copy-link-value {
  font-size: 14px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #ff2f3f;
}
.partner-program__referral-codes-block {
  border-bottom: 1px solid #DEE8EE;
  display: flex;
  flex-direction: column;
  padding: 35px 0;
  margin: 0 71px;
}
@media (max-width: 1200px) {
  .partner-program__referral-codes-block {
    margin: 0;
    padding: 25px 26px;
  }
}
.partner-program__referral-codes-block .partner-program__title {
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .partner-program__referral-codes-block .partner-program__title {
    margin-bottom: 10px;
  }
}
.partner-program__referral-codes-block .partner-program__text {
  max-width: 635px;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .partner-program__referral-codes-block .partner-program__text {
    font-size: 14px;
    line-height: 18px;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.partner-program__referral-codes-block .partner-program__sub-title {
  margin-bottom: 5px;
}
.partner-program__input-block {
  width: 635px !important;
  height: 80px;
  border: 1px solid #E0E3E4;
  box-sizing: border-box;
  border-radius: 5px !important;
  padding: 35px 28px;
  font-size: 16px;
  line-height: 20px;
  color: #F80560;
}
.partner-program__input-block::placeholder {
  color: #B2B8C9;
}
@media (max-width: 1200px) {
  .partner-program__input-block {
    width: 100% !important;
    height: 43px;
    padding: 15px;
    font-size: 12px;
    line-height: 15px;
  }
}
.partner-program__codes-block {
  width: 635px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .partner-program__codes-block {
    width: 100%;
    margin-bottom: 0;
  }
}
.partner-program__code-block {
  width: max-content;
  padding: 10px 10px 10px 15px;
  border: 1px solid #F80560;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 10px;
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .partner-program__code-block {
    padding: 5px 5px 5px 15px;
  }
}
.partner-program__code-block-value {
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  color: #F80560;
  margin-right: 20px;
  max-width: 162px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .partner-program__code-block-value {
    font-size: 12px;
    line-height: 20px;
  }
}
.partner-program__code-block-tools {
  display: flex;
  justify-content: space-between;
  width: 48px;
}
.partner-program__code-block-tools img {
  cursor: pointer;
}
.partner-program__code-block-edit {
  min-height: 20px !important;
  border: none !important;
  padding: 0 !important;
  width: 170px !important;
}
@media (max-width: 1200px) {
  .partner-program__code-block-edit {
    min-height: 15px !important;
    font-size: 12px;
    line-height: 20px;
  }
}
.partner-program__activate-code {
  width: 180px;
  height: 43px;
  background: #F80560;
  border-radius: 30px;
  margin-top: 25px;
  border: none;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
}
@media (max-width: 1200px) {
  .partner-program__activate-code {
    margin: 25px auto 0;
  }
}
.partner-program__you-had-referred-block {
  padding: 35px 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .partner-program__you-had-referred-block {
    padding: 25px 0 0;
  }
}
.partner-program__you-had-referred-block .partner-program__title {
  margin: 0 71px 23px;
}
@media (max-width: 1200px) {
  .partner-program__you-had-referred-block .partner-program__title {
    margin: 0 65px 25px;
    text-align: center;
  }
}
.partner-program .referred-table .pagination-block {
  display: flex;
  justify-content: center;
}
.partner-program .referred-table .pagination-block .loader-box {
  width: 60px;
}
.partner-program .referred-table__body {
  display: flex;
  flex-direction: column;
}
.partner-program .referred-table .loader-box {
  width: 200px;
}
.partner-program .referred-table__table {
  display: flex;
  flex-direction: column;
}
.partner-program .referred-table__table-header {
  display: flex;
  padding: 27px 71px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .partner-program .referred-table__table-header {
    display: none;
  }
}
.partner-program .referred-table__not-found-people-referred {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #333;
  margin: 10px auto;
  width: max-content;
}
.partner-program .referred-table__header-item {
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  color: #A2A2A2;
}
@media (max-width: 1200px) {
  .partner-program .referred-table__header-item {
    width: 154px;
  }
}
.partner-program .referred-table__header-item_for-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .partner-program .referred-table__header-item_for-mobile {
    display: block;
  }
}
.partner-program .referred-table__table-body {
  display: flex;
  flex-direction: column;
}
.partner-program .referred-table__body-item {
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  color: #333448;
}
@media (max-width: 1200px) {
  .partner-program .referred-table__body-item {
    margin-bottom: 24px;
    width: 100%;
    display: flex;
  }
}
.partner-program .referred-table__body-item_date {
  color: #8994A6;
}
.partner-program .referred-table__table-row {
  display: flex;
  padding: 22px 30px;
  margin: 0 41px;
}
@media (max-width: 1200px) {
  .partner-program .referred-table__table-row {
    flex-direction: column;
    margin: 0 10px;
    padding: 38px 10px 16px 24px;
  }
}
.partner-program .referred-table__table-row_grey {
  background: rgba(180, 200, 211, 0.1);
}
.partner-program .referred-table__date-block {
  width: 160px;
}
@media (max-width: 1200px) {
  .partner-program .referred-table__date-block {
    width: 100%;
  }
}
.partner-program .referred-table__withdrawal-block {
  width: 278px;
}
@media (max-width: 1200px) {
  .partner-program .referred-table__withdrawal-block {
    width: 100%;
  }
}
.partner-program .referred-table__type-block {
  width: 160px;
}
@media (max-width: 1200px) {
  .partner-program .referred-table__type-block {
    width: 100%;
  }
}
.partner-program .referred-table__user-block {
  width: 384px;
}
@media (max-width: 1200px) {
  .partner-program .referred-table__user-block {
    width: 100%;
  }
}
.partner-program .referred-table__commission-block {
  width: 89px;
}
@media (max-width: 1200px) {
  .partner-program .referred-table__commission-block {
    width: 100%;
  }
}
.partner-program .referred-table__action-block {
  margin-left: auto;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .partner-program .referred-table__action-block {
    display: none;
  }
}
.partner-program .referred-table__action-block-mobile {
  display: none;
  width: 30px;
  margin-left: auto;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .partner-program .referred-table__action-block-mobile {
    display: block;
  }
}
.partner-program .referred-table__details {
  display: none;
  padding: 0 30px 22px;
  margin: 0 41px;
}
@media (max-width: 1200px) {
  .partner-program .referred-table__details {
    margin: 0 10px;
    padding: 0 10px 16px 24px;
  }
}
.partner-program .referred-table__details div {
  display: flex;
}
@media (max-width: 1200px) {
  .partner-program .referred-table__details div .referred-table__body-item_date {
    display: block;
    width: 154px;
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .partner-program .referred-table__details div .referred-table__type-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .partner-program .referred-table__details div .referred-table__user-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .partner-program .referred-table__details div .referred-table__commission-block {
    display: block;
    margin-bottom: 0;
  }
}
.partner-program .referred-table__details .header-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .partner-program .referred-table__details .header-mobile {
    display: block;
    margin-bottom: 15px;
  }
}
.partner-program .referred-table__details-show {
  display: block;
}
.partner-program .referred-table__load-more {
  margin-top: 25px;
  background: #F80560;
  border-radius: 30px;
  width: 153px;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  color: #FFF;
  border: none;
  justify-content: center;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
.partner-program-buyer .partner-program__header-block {
  margin: 0 48px;
}
@media (max-width: 1200px) {
  .partner-program-buyer .partner-program__header-block {
    margin: 0;
  }
}
.partner-program-buyer .partner-program__affiliate_earnings_block {
  margin: 0 48px;
}
@media (max-width: 1200px) {
  .partner-program-buyer .partner-program__affiliate_earnings_block {
    margin: 0;
  }
}
.partner-program-buyer .partner-program__affiliate_link_block {
  margin: 0 48px;
}
@media (max-width: 1200px) {
  .partner-program-buyer .partner-program__affiliate_link_block {
    margin: 0;
  }
}
.partner-program-buyer .partner-program__referral-codes-block {
  margin: 0 48px;
}
@media (max-width: 1200px) {
  .partner-program-buyer .partner-program__referral-codes-block {
    margin: 0;
  }
}
.partner-program-buyer .partner-program__you-had-referred-block .partner-program__title {
  margin: 0 48px 23px;
}
@media (max-width: 1200px) {
  .partner-program-buyer .partner-program__you-had-referred-block .partner-program__title {
    margin: 0 83px 25px;
  }
}
.partner-program-register {
  margin-top: 0;
  background: linear-gradient(180deg, #F4DCDC 0%, #FFF 100%) !important;
  min-height: 976px;
  font-family: "Poppins", sans-serif;
  position: relative;
}
@media (max-width: 800px) {
  .partner-program-register {
    min-height: 600px;
  }
}
.partner-program-register__header-block {
  width: 100%;
  max-width: 1920px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  height: 600px;
  background-image: url(/images/partner-program/header.svg);
  background-size: 100% 100%;
}
.partner-program-register__title {
  font-weight: bold;
  font-size: 72px;
  line-height: 82px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #333;
  margin-top: 163px;
  z-index: 1;
}
@media (max-width: 800px) {
  .partner-program-register__title {
    margin-top: 80px;
    font-size: 62px;
    line-height: 72px;
  }
}
.partner-program-register__sub-title {
  margin-top: 25px;
  margin-bottom: 75px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #B2B8C9;
  z-index: 1;
}
@media (max-width: 800px) {
  .partner-program-register__sub-title {
    margin-bottom: 25px;
  }
}
.partner-program-register__edit-block {
  margin-bottom: 15px;
}
.partner-program-register__logo-header {
  position: absolute;
  max-width: 100%;
  left: 250px;
  top: 22px;
  z-index: 1;
}
@media (max-width: 800px) {
  .partner-program-register__logo-header {
    left: 25px;
  }
}
.partner-program-register__logo-text {
  font-weight: bold;
  font-size: 24px;
  line-height: 18px;
  color: #333448;
  font-family: "Poppins", sans-serif !important;
  cursor: pointer;
}
.partner-program-register__logo-text:hover {
  color: #333448;
}
.partner-program-register .register-seller-stream-two__body {
  z-index: 1;
}
.partner-program-dashboard {
  padding-top: 94px;
  background: linear-gradient(180deg, #F4DCDC 0%, #FFF 100%) !important;
  min-height: 1100px;
  font-family: "Poppins", sans-serif;
  position: relative;
  display: block;
}
@media (max-width: 800px) {
  .partner-program-dashboard {
    min-height: 600px;
  }
}
.partner-program-dashboard__logo-header {
  position: absolute;
  max-width: 100%;
  left: 250px;
  top: 22px;
  z-index: 1;
}
@media (max-width: 800px) {
  .partner-program-dashboard__logo-header {
    left: 25px;
  }
}
.partner-program-dashboard__logo-text {
  font-weight: bold;
  font-size: 24px;
  line-height: 18px;
  color: #333448;
  font-family: "Poppins", sans-serif !important;
  cursor: pointer;
}
.partner-program-dashboard__logo-text:hover {
  color: #333448;
}
.partner-program-dashboard__body {
  width: 1060px;
  margin: 0 auto;
  z-index: 1;
  left: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .partner-program-dashboard__body {
    width: 100%;
    margin: 0 auto;
  }
}
.partner-program-public {
  font-family: "Poppins", sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  margin: 0 auto;
}
.partner-program-public__header-block {
  width: 100%;
  height: 600px;
  background-image: url(/images/partner-program/header-with-background.svg);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.partner-program-public__header-block span {
  color: #F80560;
}
@media (max-width: 800px) {
  .partner-program-public__header-block {
    height: 697px;
    background-image: url(/images/partner-program/header-with-background-mobile.svg);
  }
}
.partner-program-public__header-title {
  width: 681px;
  font-weight: bold;
  font-size: 72px;
  line-height: 82px;
  text-align: center;
  color: #333;
  margin-top: 163px;
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .partner-program-public__header-title {
    font-size: 36px;
    line-height: 46px;
    margin-top: 200px;
    width: 100%;
    max-width: 335px;
  }
}
.partner-program-public__logo-header {
  position: absolute;
  max-width: 100%;
  left: 250px;
  top: 22px;
  z-index: 1;
}
@media (max-width: 1400px) {
  .partner-program-public__logo-header {
    left: 25px;
    top: 25px;
  }
}
.partner-program-public__logo-text {
  font-weight: bold;
  font-size: 24px;
  line-height: 18px;
  color: #333448;
  font-family: "Poppins", sans-serif !important;
  cursor: pointer;
}
.partner-program-public__logo-text:hover {
  color: #333448;
}
.partner-program-public__what-is-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 240px;
  padding: 50px 0 75px;
}
.partner-program-public__what-is-block .partner-program-public__sub-title {
  margin-bottom: 15px;
}
.partner-program-public__what-is-block .partner-program-public__text {
  max-width: 650px;
  text-align: center;
}
@media (max-width: 800px) {
  .partner-program-public__what-is-block .partner-program-public__text {
    max-width: 335px;
  }
}
@media (max-width: 800px) {
  .partner-program-public__what-is-block {
    height: 141px;
    margin: 60px 0 79px;
    padding: 0;
  }
}
.partner-program-public__sub-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  color: #333;
  font-family: "Poppins", sans-serif !important;
}
@media (max-width: 800px) {
  .partner-program-public__sub-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.partner-program-public__text {
  font-weight: 450;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #333;
}
@media (max-width: 800px) {
  .partner-program-public__text {
    font-size: 16px;
    line-height: 150%;
  }
}
.partner-program-public .how-it-works-block {
  height: 876px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0) -9.02%, #F8FBFF 100%);
  padding: 75px 0 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1400px) {
  .partner-program-public .how-it-works-block {
    align-items: center;
  }
}
@media (max-width: 800px) {
  .partner-program-public .how-it-works-block {
    width: 100%;
    background-size: 100% 100%;
    padding: 0;
    margin-top: 21px;
    height: 827px;
    align-items: flex-start;
    background-image: url(/images/partner-program/ellipde-one-mobile.svg);
  }
}
.partner-program-public .how-it-works-block .partner-program-public__sub-title {
  width: max-content;
  margin-left: 335px;
}
@media (max-width: 1400px) {
  .partner-program-public .how-it-works-block .partner-program-public__sub-title {
    margin-left: 0;
  }
}
@media (max-width: 800px) {
  .partner-program-public .how-it-works-block .partner-program-public__sub-title {
    margin-left: 20px;
  }
}
.partner-program-public .how-it-works-block__items-block {
  display: flex;
  flex-direction: column;
  margin-left: 335px;
  max-width: 896px;
  margin-top: 50px;
  z-index: 10;
}
@media (max-width: 1400px) {
  .partner-program-public .how-it-works-block__items-block {
    margin-left: 0;
    padding-left: 20px;
  }
}
@media (max-width: 800px) {
  .partner-program-public .how-it-works-block__items-block {
    margin-top: 54px;
    margin-left: 27px;
    padding-left: 0;
    width: calc(100% - 27px);
  }
}
.partner-program-public .how-it-works-block__item {
  border-left: 2px solid #FBD2E1;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 800px) {
  .partner-program-public .how-it-works-block__item {
    padding-bottom: 35px;
    width: max-content;
  }
}
.partner-program-public .how-it-works-block__item::before {
  content: url(/images/partner-program/point.svg);
  position: absolute;
  left: -14px;
  height: 26px;
  width: 26px;
}
@media (max-width: 800px) {
  .partner-program-public .how-it-works-block__item::before {
    content: url(/images/partner-program/point-mobile.svg);
    height: 15px;
    width: 15px;
    left: -8px;
  }
}
.partner-program-public .how-it-works-block__item_without-border {
  border-left: none;
}
@media (max-width: 800px) {
  .partner-program-public .how-it-works-block__item_without-border {
    padding-bottom: 25px;
  }
  .partner-program-public .how-it-works-block__item_without-border .how-it-works-block__item-text {
    max-width: 305px;
  }
}
.partner-program-public .how-it-works-block__item-title {
  margin-left: 62px;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  color: #F80560;
}
.partner-program-public .how-it-works-block__item-title span {
  color: #333;
}
@media (max-width: 800px) {
  .partner-program-public .how-it-works-block__item-title {
    margin-left: 22px;
    font-size: 18px;
    line-height: 23px;
    max-width: 266px;
  }
}
@media (max-width: 800px) {
  .partner-program-public .how-it-works-block__item_mobile {
    padding-bottom: 25px;
  }
  .partner-program-public .how-it-works-block__item_mobile .how-it-works-block__item-title {
    max-width: 168px;
  }
  .partner-program-public .how-it-works-block__item_mobile .how-it-works-block__item-text {
    max-width: 179px;
  }
}
.partner-program-public .how-it-works-block__banners-block {
  width: 725px;
  display: flex;
  justify-content: space-between;
  margin: 35px 0 0 62px;
}
@media (max-width: 800px) {
  .partner-program-public .how-it-works-block__banners-block {
    width: 199px;
    flex-direction: column;
    margin: 25px 0 0 22px;
  }
}
.partner-program-public .how-it-works-block__banner {
  width: 340px;
  height: 160px;
  background: #FFF;
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 65px 0;
}
@media (max-width: 800px) {
  .partner-program-public .how-it-works-block__banner {
    width: 199px;
    height: 122px;
    margin-bottom: 10px;
    padding: 15px 19px 0;
  }
}
.partner-program-public .how-it-works-block__banner-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  color: #F80560;
}
@media (max-width: 800px) {
  .partner-program-public .how-it-works-block__banner-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.partner-program-public .how-it-works-block__banner-description {
  font-weight: bold;
  font-size: 16px;
  line-height: 132.75%;
  text-align: center;
  color: #333;
  margin-top: 10px;
}
.partner-program-public .how-it-works-block__banner-description span {
  color: #F80560;
}
@media (max-width: 800px) {
  .partner-program-public .how-it-works-block__banner-description {
    font-size: 14px;
    line-height: 132.75%;
  }
}
.partner-program-public .how-it-works-block__item-text {
  margin-left: 62px;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  color: #B2B8C9;
}
@media (max-width: 800px) {
  .partner-program-public .how-it-works-block__item-text {
    margin-left: 22px;
    font-size: 14px;
    line-height: 18px;
    max-width: 204px;
    margin-top: 10px;
  }
}
.partner-program-public .how-it-works-block__women {
  position: absolute;
  width: 382px;
  height: 820px;
  right: 207px;
  top: 56px;
  z-index: 2;
}
@media (max-width: 1400px) {
  .partner-program-public .how-it-works-block__women {
    width: 285px;
    height: 613px;
    top: 180px;
  }
}
@media (max-width: 800px) {
  .partner-program-public .how-it-works-block__women {
    top: 125px;
    width: 180px;
    height: 613px;
    right: 0;
    content: url(/images/partner-program/women-mobile.svg);
    filter: opacity(0.6);
  }
}
.partner-program-public .how-it-works-block__ellipse-one {
  position: absolute;
  width: 582px;
  height: 582px;
  top: 185px;
  right: 107px;
  background: #A4C3EC;
  filter: blur(200px);
  border-radius: 1000px;
  z-index: 1;
}
@media (max-width: 800px) {
  .partner-program-public .how-it-works-block__ellipse-one {
    content: url(/images/partner-program/women-mobile.svg);
    display: none;
    top: 143px;
    width: 257px;
    height: 579px;
    left: 118px;
    right: 0;
    filter: blur(100px);
  }
}
.partner-program-public .how-it-works-block__ellipse-two {
  position: absolute;
  z-index: 1;
  top: 285px;
  left: 870px;
}
@media (max-width: 1400px) {
  .partner-program-public .how-it-works-block__ellipse-two {
    display: none;
  }
}
.partner-program-public .how-it-works-block__ellipse-three {
  position: absolute;
  z-index: 1;
  top: 458px;
  right: 692px;
}
@media (max-width: 800px) {
  .partner-program-public .how-it-works-block__ellipse-three {
    display: none;
  }
}
.partner-program-public .how-it-works-block__cross-one {
  position: absolute;
  z-index: 1;
  top: 70px;
  right: 865px;
}
@media (max-width: 1400px) {
  .partner-program-public .how-it-works-block__cross-one {
    width: 47.44px;
    height: 47.44px;
    top: 0;
    right: 68px;
  }
}
.partner-program-public .how-it-works-block__cross-two {
  position: absolute;
  z-index: 1;
  top: 76px;
  right: 9px;
}
@media (max-width: 800px) {
  .partner-program-public .how-it-works-block__cross-two {
    display: none;
  }
}
.partner-program-public .how-it-works-block__cross-three {
  position: absolute;
  z-index: 1;
  top: 496px;
  right: 64px;
}
@media (max-width: 800px) {
  .partner-program-public .how-it-works-block__cross-three {
    display: none;
  }
}
@media (max-width: 800px) {
  .partner-program-public .how-it-works-block__blur-block {
    position: absolute;
    z-index: 1;
    width: 145px;
    height: 63px;
    right: 0;
    bottom: 74px;
    background: linear-gradient(180deg, rgba(248, 251, 255, 0) -9.02%, #F8FBFF 100%);
  }
}
.partner-program-public .how-much-block {
  display: flex;
  flex-direction: column;
  margin: 193px 170px 63px 250px;
}
@media (max-width: 1450px) {
  .partner-program-public .how-much-block {
    margin: 193px 0 63px;
    align-items: center;
  }
}
@media (max-width: 800px) {
  .partner-program-public .how-much-block {
    align-items: flex-start;
    margin: 100px 0 50px;
  }
}
.partner-program-public .how-much-block__body {
  display: flex;
  justify-content: center;
}
@media (max-width: 1450px) {
  .partner-program-public .how-much-block__body {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .partner-program-public .how-much-block__body {
    flex-direction: column;
    align-items: center;
  }
}
.partner-program-public .how-much-block__info-block {
  display: flex;
  flex-direction: column;
  width: 580px;
  position: relative;
}
@media (max-width: 800px) {
  .partner-program-public .how-much-block__info-block {
    width: 100%;
    max-width: 335px;
    margin-left: 20px;
  }
}
.partner-program-public .how-much-block .partner-program-public__sub-title {
  margin-top: 34px;
  width: max-content;
}
.partner-program-public .how-much-block__info-block-text-one {
  font-weight: 450;
  font-size: 18px;
  line-height: 150%;
  color: #333;
  margin-top: 15px;
  margin-bottom: 201px;
}
@media (max-width: 800px) {
  .partner-program-public .how-much-block__info-block-text-one {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.partner-program-public .how-much-block__round-arrow {
  position: absolute;
  left: 220px;
  top: 129px;
}
@media (max-width: 800px) {
  .partner-program-public .how-much-block__round-arrow {
    display: none;
  }
}
.partner-program-public .how-much-block__info-block-text-two {
  font-weight: 450;
  font-size: 22px;
  line-height: 150%;
  color: #333;
  margin-bottom: 35px;
}
.partner-program-public .how-much-block__info-block-text-two span {
  color: #F80560;
}
@media (max-width: 800px) {
  .partner-program-public .how-much-block__info-block-text-two {
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
  }
}
.partner-program-public .how-much-block__info-block-description {
  margin-top: 95px;
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  color: #B2B8C9;
}
@media (max-width: 800px) {
  .partner-program-public .how-much-block__info-block-description {
    font-size: 12px;
    line-height: 15px;
    margin-top: 50px;
  }
}
.partner-program-public .how-much-block__laura-block {
  height: 874px;
  width: 721px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 80px 0 61px;
}
@media (max-width: 800px) {
  .partner-program-public .how-much-block__laura-block {
    width: 100%;
    max-width: 359px;
    height: 505px;
    padding: 0;
    margin-left: 8px;
  }
}
@media (max-width: 800px) {
  .partner-program-public .how-much-block__laura-image {
    width: 100%;
    max-width: 359px;
    height: 505px;
  }
}
.partner-program-public .how-much-block__union-white {
  position: absolute;
  top: 130px;
  left: 0;
  width: 216px;
  height: 152px;
  background-image: url(/images/partner-program/union-white.svg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 800px) {
  .partner-program-public .how-much-block__union-white {
    background-image: url(/images/partner-program/union-white-mobile.svg);
    width: 137px;
    height: 127px;
    align-items: flex-start;
    top: 46px;
    left: -8px;
  }
}
.partner-program-public .how-much-block__union-pink {
  position: absolute;
  bottom: 60px;
  right: -20px;
  width: 221px;
  height: 139px;
  background-image: url(/images/partner-program/union-pink.svg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 800px) {
  .partner-program-public .how-much-block__union-pink {
    background-image: url(/images/partner-program/union-pink-mobile.svg);
    width: 142px;
    height: 138px;
    align-items: flex-end;
    right: -8px;
    bottom: 70px;
  }
}
.partner-program-public .how-much-block__union-pink-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFF;
  margin-bottom: 7px;
}
@media (max-width: 800px) {
  .partner-program-public .how-much-block__union-pink-title {
    font-size: 24px;
    line-height: 18px;
    margin-bottom: 5px;
    margin-right: 25px;
  }
}
.partner-program-public .how-much-block__union-pink-text {
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFF;
}
@media (max-width: 800px) {
  .partner-program-public .how-much-block__union-pink-text {
    font-size: 10px;
    line-height: 130%;
    margin-right: 25px;
    width: 55px;
  }
}
.partner-program-public .how-much-block__union-white-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #333;
  margin-bottom: 7px;
}
@media (max-width: 800px) {
  .partner-program-public .how-much-block__union-white-title {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 5px;
    margin-left: 24px;
  }
}
.partner-program-public .how-much-block__union-white-text {
  font-weight: bold;
  font-size: 30px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #F80560;
}
@media (max-width: 800px) {
  .partner-program-public .how-much-block__union-white-text {
    font-size: 24px;
    line-height: 18px;
    margin-left: 24px;
  }
}
.partner-program-public .how-much-block__display-for-mobile {
  display: none;
}
@media (max-width: 800px) {
  .partner-program-public .how-much-block__display-for-mobile {
    display: block;
  }
}
.partner-program-public .how-much-block__display-not-for-mobile {
  display: block;
}
@media (max-width: 800px) {
  .partner-program-public .how-much-block__display-not-for-mobile {
    display: none;
  }
}
.partner-program-public .for-each-block {
  width: 100%;
  max-width: 1420px;
  display: flex;
  margin: 0 auto 150px;
}
@media (max-width: 800px) {
  .partner-program-public .for-each-block {
    margin: 0 auto 100px;
    flex-direction: column;
    align-items: center;
  }
}
.partner-program-public .for-each-block__item {
  display: flex;
  width: 710px;
  height: 454px;
  position: relative;
  align-items: center;
  padding-top: 50px;
  flex-direction: column;
}
@media (max-width: 800px) {
  .partner-program-public .for-each-block__item {
    width: 100%;
    height: 317px;
    padding-top: 25px;
  }
}
.partner-program-public .for-each-block__item_blue {
  background-size: 100% 100%;
  background-image: url(/images/partner-program/for-each-block-blue.svg);
}
@media (max-width: 800px) {
  .partner-program-public .for-each-block__item_blue {
    background-size: 100% 100%;
    background-image: url(/images/partner-program/for-each-block-blue-mobile.svg);
  }
}
.partner-program-public .for-each-block__item_pink {
  background-size: 100% 100%;
  background-image: url(/images/partner-program/for-each-block-pink.svg);
}
@media (max-width: 800px) {
  .partner-program-public .for-each-block__item_pink {
    background-size: 100% 100%;
    background-image: url(/images/partner-program/for-each-block-pink-mobile.svg);
  }
}
.partner-program-public .for-each-block__item-sub-title {
  font-weight: 450;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 75px;
}
@media (max-width: 800px) {
  .partner-program-public .for-each-block__item-sub-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 50px;
  }
}
.partner-program-public .for-each-block__item-sub-title_blue {
  color: #0B4AE2;
}
.partner-program-public .for-each-block__item-sub-title_pink {
  color: #F80560;
}
.partner-program-public .for-each-block__item-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  color: #333;
}
@media (max-width: 800px) {
  .partner-program-public .for-each-block__item-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.partner-program-public .for-each-block__item-title_blue {
  color: #0B4AE2;
}
.partner-program-public .for-each-block__item-title_pink {
  color: #F80560;
}
.partner-program-public .for-each-block__item-text {
  font-weight: bold;
  font-size: 18px;
  margin-top: 25px;
  line-height: 132.75%;
  text-align: center;
  color: #333;
  max-width: 302px;
}
@media (max-width: 800px) {
  .partner-program-public .for-each-block__item-text {
    font-size: 16px;
    max-width: 233px;
    margin-top: 15px;
  }
}
.partner-program-public .for-each-block__item-description {
  position: absolute;
  left: 35px;
  bottom: 25px;
  width: 235px;
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
}
.partner-program-public .for-each-block__item-description span {
  font-family: "Poppins", sans-serif !important;
}
@media (max-width: 800px) {
  .partner-program-public .for-each-block__item-description {
    font-size: 12px;
    line-height: 15px;
    left: 20px;
  }
}
.partner-program-public .for-each-block__item-description_blue {
  color: #A4C3EC;
}
.partner-program-public .for-each-block__item-description_pink {
  color: #B2B8C9;
}
.partner-program-public .links-block {
  width: 485px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .partner-program-public .links-block {
    width: 100%;
    flex-direction: column;
    max-width: 230px;
  }
}
.partner-program-public .links-block__item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .partner-program-public .links-block__item {
    margin-bottom: 10px;
  }
}
.partner-program-public .links-block__button {
  width: 230px;
  height: 60px;
  background: #F80560;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  border: 2px solid #F80560;
  box-sizing: border-box;
}
.partner-program-public .links-block__button:hover, .partner-program-public .links-block__button:focus {
  color: #F80560;
  background: #FFF;
}
.partner-program-public .links-block__button_white {
  color: #F80560;
  background: #FFF;
}
.partner-program-public .links-block__button_white:hover, .partner-program-public .links-block__button_white:focus {
  background: #F80560;
  color: #FFF;
}
.partner-program-public .links-block__description {
  margin-top: 10px;
  font-weight: 450;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #B2B8C9;
}
.partner-program-public .why-join-block {
  margin: 150px auto 125px;
  width: 100%;
  max-width: 1290px;
}
@media (max-width: 800px) {
  .partner-program-public .why-join-block {
    margin: 100px auto 65px;
  }
}
@media (max-width: 800px) {
  .partner-program-public .why-join-block .partner-program-public__sub-title {
    max-width: 335px;
    margin: 0 auto;
  }
}
.partner-program-public .why-join-block__items-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  justify-content: space-between;
}
@media (max-width: 1160px) {
  .partner-program-public .why-join-block__items-block {
    justify-content: center;
    margin-top: 50px;
  }
}
.partner-program-public .why-join-block__item {
  display: flex;
  justify-content: space-between;
  width: 580px;
  min-width: 112px;
  margin-bottom: 75px;
}
@media (max-width: 800px) {
  .partner-program-public .why-join-block__item {
    width: 100%;
    margin-bottom: 35px;
    flex-direction: column;
    align-items: center;
  }
}
.partner-program-public .why-join-block__item-image {
  width: max-content;
  height: max-content;
}
.partner-program-public .why-join-block__image-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #FFF;
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
  border-radius: 100px;
}
@media (max-width: 800px) {
  .partner-program-public .why-join-block__image-block {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
}
.partner-program-public .why-join-block__item-body {
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .partner-program-public .why-join-block__item-body {
    align-items: center;
  }
}
.partner-program-public .why-join-block__item-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  color: #F80560;
  margin-bottom: 15px;
}
@media (max-width: 800px) {
  .partner-program-public .why-join-block__item-title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
  }
}
.partner-program-public .why-join-block__item-description {
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  color: #B2B8C9;
  max-width: 475px;
}
@media (max-width: 800px) {
  .partner-program-public .why-join-block__item-description {
    font-size: 14px;
    line-height: 18px;
    max-width: 315px;
    text-align: center;
  }
}
.partner-program-public .technical-stuff-block {
  display: flex;
  width: 100%;
  max-width: 928px;
  margin: 0 auto 125px;
  flex-direction: column;
}
@media (max-width: 800px) {
  .partner-program-public .technical-stuff-block {
    margin-bottom: 75px;
    align-items: center;
  }
}
.partner-program-public .technical-stuff-block .partner-program-public__sub-title {
  margin-bottom: 50px;
}
.partner-program-public .technical-stuff-block__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #333;
  margin-bottom: 7px;
}
.partner-program-public .technical-stuff-block__title span {
  color: #F80560;
}
@media (max-width: 800px) {
  .partner-program-public .technical-stuff-block__title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
    max-width: 335px;
  }
}
.partner-program-public .technical-stuff-block__text {
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #B2B8C9;
  margin-bottom: 25px;
}
@media (max-width: 800px) {
  .partner-program-public .technical-stuff-block__text {
    max-width: 335px;
    font-size: 14px;
    line-height: 18px;
  }
}
.partner-program-public__join-block {
  height: 379px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  border-top: 1px solid #FBD2E1;
  border-bottom: 1px solid #FBD2E1;
  font-family: "Poppins", sans-serif !important;
}
@media (max-width: 800px) {
  .partner-program-public__join-block {
    height: 367px;
    max-width: 335px;
  }
}
.partner-program-public__join-block .partner-program-public__header-title {
  font-size: 36px;
  margin-top: 75px;
  line-height: 46px;
  margin-bottom: 50px;
  width: 437px;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
}
.partner-program-public__join-block .partner-program-public__header-title span {
  color: #F80560;
}
@media (max-width: 800px) {
  .partner-program-public__join-block .partner-program-public__header-title {
    width: 251px;
    font-size: 24px;
    line-height: 30px;
    margin-top: 50px;
  }
}
.partner-program_effect {
  box-shadow: 0 10px 60px rgba(248, 5, 96, 0.1);
  margin-bottom: 150px;
}
.your-banners-for-affiliates {
  display: flex;
  flex-direction: column;
  padding: 35px 71px 0;
}
@media (max-width: 1200px) {
  .your-banners-for-affiliates {
    margin: 0;
    padding: 25px 26px;
  }
}
@media (max-width: 1000px) {
  .your-banners-for-affiliates {
    border-bottom: 1px solid #DEE8EE;
  }
}
.your-banners-for-affiliates__canvas {
  margin-top: 25px;
  background: #F8FAFB;
  height: 460px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 800px) {
  .your-banners-for-affiliates__canvas {
    height: 370px;
    padding-top: 70px;
  }
}
.your-banners-for-affiliates__dropdown {
  position: absolute;
  left: 15px;
  top: 15px;
}
.your-banners-for-affiliates__dropdown button {
  width: 120px;
  height: 39px;
}
.your-banners-for-affiliates__dropdown ul {
  width: 120px;
  min-width: 120px;
  padding: 0;
  border-radius: 5px;
}
.your-banners-for-affiliates__dropdown .selected {
  background: #FEDBE5;
}
.your-banners-for-affiliates__dropdown .selected .sort-by {
  color: #F80560;
}
.your-banners-for-affiliates__dropdown-two {
  position: absolute;
  left: 145px;
}
@media (max-width: 1000px) {
  .your-banners-for-affiliates__dropdown-two {
    right: 15px;
    left: auto;
  }
}
.your-banners-for-affiliates__img {
  max-height: 460px;
  max-width: 835px;
}
@media (max-width: 1000px) {
  .your-banners-for-affiliates__img {
    max-height: 300px;
    max-width: 100%;
  }
}
.your-banners-for-affiliates__buttons-block {
  width: 100%;
  margin: 25px 0 0;
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
  border-bottom: 1px solid #DEE8EE;
}
@media (max-width: 1000px) {
  .your-banners-for-affiliates__buttons-block {
    flex-direction: column;
    align-items: center;
    border-bottom: none;
    padding-bottom: 0;
    margin: 15px 0 0;
  }
}
.your-banners-for-affiliates__dimensions-buttons-block {
  display: flex;
  flex-wrap: wrap;
  max-width: 545px;
  width: 100%;
}
.your-banners-for-affiliates__dimension-buttons {
  border: 1px solid #F80560;
  box-sizing: border-box;
  border-radius: 100px;
  width: 104px;
  height: 30px;
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  color: #F80560;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 5px 5px 0;
  cursor: pointer;
}
.your-banners-for-affiliates__dimension-buttons:focus, .your-banners-for-affiliates__dimension-buttons:hover {
  background: #F80560;
  color: white;
}
@media (max-width: 800px) {
  .your-banners-for-affiliates__dimension-buttons {
    margin: 0 3px 5px 0;
    width: 94px;
    font-size: 14px;
    line-height: 18px;
    height: 28px;
  }
}
.your-banners-for-affiliates__dimension-buttons_active {
  background: #F80560;
  color: white;
}
.your-banners-for-affiliates .partner-program__title {
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .your-banners-for-affiliates .partner-program__title {
    margin-bottom: 10px;
  }
}
.your-banners-for-affiliates .partner-program__text {
  max-width: 630px;
}
.your-banners-for-affiliates .partner-program__text a {
  color: #F80560;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .your-banners-for-affiliates .partner-program__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.your-banners-for-affiliates__download {
  box-sizing: border-box;
  border-radius: 100px;
  width: 200px;
  height: 65px;
  font-weight: 450;
  font-size: 22px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background: #F80560;
  color: white;
}
.your-banners-for-affiliates__download:focus, .your-banners-for-affiliates__download:hover {
  color: #F80560;
  background: white;
  border: 1px solid #F80560;
}
@media (max-width: 800px) {
  .your-banners-for-affiliates__download {
    width: 148px;
    height: 45px;
    font-size: 18px;
    line-height: 23px;
    margin-top: 25px;
  }
}