* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
aside,
footer,
header,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
body {
  font-family: Mulish, sans-serif;
}
body.locked {
  overflow: hidden;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.seller .hero {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 125px;
}
.seller .hero .hero__block {
  background-image: -o-linear-gradient(315deg, #75bcf2 0, #5f9fdd 100%);
  background-image: linear-gradient(135deg, #75bcf2 0, #5f9fdd 100%);
  border-radius: 20px;
  margin: 0 20px;
}
.seller .hero__wrapper {
  position: relative;
  padding-top: 60px;
  padding-bottom: 45px;
}
.seller .hero__title {
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  padding-bottom: 25px;
}
.seller .hero__subtitle {
  font-weight: 600;
  font-size: 35px;
  line-height: 120%;
  color: #fff;
  max-width: 640px;
  padding-bottom: 25px;
}
.seller .hero__description {
  font-weight: 400;
  font-size: 25px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.7);
  max-width: 620px;
  display: block;
}
.seller .hero__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  padding-top: 40px;
}
.seller .hero__items--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}
.seller .hero__item {
  background: #fff;
  border-radius: 40px;
  padding: 15px 25px;
  font-weight: 700;
  font-size: 16px;
  color: #5f9fdd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.seller .hero__image {
  position: absolute;
  right: 0;
  top: 15px;
  width: 536px;
  height: 557px;
}
.seller .hero__image-tablet {
  display: none;
}
.seller .steps {
  margin: 120px 0;
}
.seller .steps__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.seller .steps__item {
  background: #f6f6f6;
  border-radius: 20px;
  padding: 60px;
}
.seller .steps__items--number {
  background: #5f9fdd;
  border-radius: 20px;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 800;
  font-size: 30px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 30px;
}
.seller .steps__items--title {
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: #000;
}
.seller .when {
  margin: 120px 0;
}
.seller .when__title {
  max-width: 600px;
  padding-bottom: 40px;
  font-weight: 700;
  font-size: 35px;
  line-height: 120%;
  color: #000;
}
.seller .when__title--italic {
  font-style: italic;
  font-weight: 400;
}
.seller .when__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.seller .when__items.swiper {
  overflow: visible;
}
.seller .when__items .swiper-wrapper {
  display: contents;
}
.seller .when__item {
  background: #f6f6f6;
  border-radius: 20px;
  padding: 40px;
}
.seller .when__item--title {
  padding-top: 10px;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #000;
}
.seller .why {
  margin: 120px 0;
}
.seller .why__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 120%;
  color: #000;
  padding-bottom: 20px;
}
.seller .why__title--italic {
  font-style: italic;
  font-weight: 400;
}
.seller .why__description {
  font-weight: 400;
  font-size: 25px;
  line-height: 120%;
  color: #333;
  padding-bottom: 40px;
  display: block;
}
.seller .why__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px;
}
.seller .why__left {
  background-image: -o-linear-gradient(315deg, #75bcf2 0, #5f9fdd 100%);
  background-image: linear-gradient(135deg, #75bcf2 0, #5f9fdd 100%);
  border-radius: 20px;
  padding: 70px 70px 38px 70px;
}
.seller .why__left--title {
  font-weight: 700;
  font-size: 33px;
  line-height: 120%;
  color: #fff;
  padding-bottom: 19px;
}
.seller .why__left--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 38px;
}
.seller .why__left--list li {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #fff;
}
.seller .why__left--image {
  width: 307px;
  height: 204px;
}
.seller .why__right {
  background: #f6f6f6;
  border-radius: 20px;
  padding: 70px;
}
.seller .why__right--title {
  font-weight: 700;
  font-size: 33px;
  line-height: 120%;
  color: #000;
  padding-bottom: 60px;
}
.seller .why__right--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.seller .why__right--list li {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #333;
}
.seller .escort {
  margin: 120px 0;
}
.seller .escort__title {
  padding-bottom: 40px;
  font-weight: 700;
  font-size: 35px;
  line-height: 120%;
  color: #000;
}
.seller .escort__title--italic {
  font-style: italic;
  font-weight: 400;
}
.seller .escort__items {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.seller .escort__items.swiper {
  overflow: visible;
}
.seller .escort__items .swiper-wrapper {
  display: contents;
}
.seller .escort__item {
  border-radius: 20px;
  background: #f6f6f6;
  padding: 50px 70px 110px;
}
.seller .escort__item--title {
  font-weight: 700;
  font-size: 33px;
  line-height: 120%;
  color: #000;
  padding: 40px 0 20px 0;
}
.seller .escort__item--description {
  font-weight: 400;
  font-size: 25px;
  line-height: 120%;
  color: #000;
}
.seller .escort__button {
  margin: 0 auto;
  background: #333;
  border-radius: 40px;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.seller .how {
  margin: 120px 0;
}
.seller .how__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 120%;
  color: #000;
  padding-bottom: 40px;
}
.seller .how__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.seller .how__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.seller .how__item {
  border-radius: 20px;
  padding: 60px;
  background: #f6f6f6;
}
.seller .how__item--number {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: #5f9fdd;
  font-weight: 800;
  font-size: 30px;
  line-height: 120%;
  color: #fff;
}
.seller .how__item--title {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #000;
  margin-bottom: 10px;
}
.seller .how__item--description {
  display: block;
  font-weight: 400;
  font-size: 25px;
  line-height: 120%;
  color: #000;
}
.seller .how__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.seller .how__item--mobile {
  display: none;
}
.seller .pick {
  margin: 120px 0;
}
.seller .pick__title {
  padding-bottom: 40px;
  font-weight: 700;
  font-size: 35px;
  line-height: 120%;
  color: #000;
}
.seller .pick__item-first {
  padding: 50px 70px;
}
.seller .pick__item-first img {
  width: 413px;
  height: 237px;
  position: absolute;
  right: 94px;
  top: 52px;
}
.seller .pick__title--italic {
  font-style: italic;
  font-weight: 400;
}
.seller .pick__item {
  position: relative;
  background: #f6f6f6;
  border-radius: 20px;
  padding: 70px;
}
.seller .pick__item--title {
  font-weight: 700;
  font-size: 33px;
  line-height: 120%;
  color: #000;
  padding-bottom: 20px;
}
.seller .pick__item--descrription {
  font-weight: 400;
  font-size: 25px;
  line-height: 120%;
  color: #000;
}
.seller .pick__items {
  padding-top: 20px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.seller .pick__items .pick__item:nth-child(1) {
  padding: 70px 70px 20px 70px;
  position: relative;
}
.seller .pick__items .pick__item:nth-child(1) img {
  width: 347px;
  height: 323px;
  margin: 0 auto;
  display: block;
  padding-top: 36px;
}
.seller .pick__items .pick__item:nth-child(2) {
  padding: 70px 70px 60px 70px;
  position: relative;
}
.seller .pick__items .pick__item:nth-child(2) img {
  height: 280px;
  position: absolute;
  bottom: -55px;
  display: block;
  left: 25px;
  width: 441px;
}
.seller .help {
  margin: 120px 0;
}
.seller .help__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 120%;
  color: #000;
  margin-bottom: 40px;
}
.seller .help__title--italic {
  font-style: italic;
  font-weight: 400;
}
.seller .help__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
.seller .help__item {
  border-radius: 20px;
  padding: 50px 48px 50px 40px;
  background: #65a7e3;
}
.seller .help__item--title {
  font-weight: 700;
  font-size: 33px;
  line-height: 120%;
  color: #fff;
  padding-bottom: 15px;
}
.seller .help__item--description {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
}
.seller .changes {
  margin: 120px 0;
}
.seller .changes__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 120%;
  color: #000;
  padding-bottom: 40px;
}
.seller .changes__title--italic {
  font-style: italic;
  font-weight: 400;
}
.seller .changes__wrapper {
  border-radius: 20px;
  padding: 50px;
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.seller .changes__item--circle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-color: #65a7e3;
  border-radius: 100%;
  display: block;
}
.seller .changes__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.seller .changes__item:last-child .changes__item--text {
  max-width: 1010px;
}
.seller .changes__item--text {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #000;
}
.seller .faq {
  margin: 120px 0;
}
.seller .faq__title {
  padding-bottom: 40px;
  font-weight: 700;
  font-size: 35px;
  line-height: 120%;
  color: #000;
}
.seller .faq__title--italic {
  font-style: italic;
  font-weight: 400;
}
.seller .faq__items {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.seller .faq__item {
  border-radius: 20px;
  padding: 30px 40px;
  background: #f6f6f6;
  cursor: pointer;
  -webkit-transition:
    background 0.3s ease,
    margin-bottom 0.4s ease;
  -o-transition:
    background 0.3s ease,
    margin-bottom 0.4s ease;
  transition:
    background 0.3s ease,
    margin-bottom 0.4s ease;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
.seller .faq__item {
  border-radius: 20px;
  padding: 30px 40px;
  background: #f6f6f6;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.seller .faq__item--title--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.seller .faq__item--title--block svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.seller .faq__item.active .faq__item--title--block svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.seller .faq__item--title {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #000;
}
.seller .faq__item--answer-block {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition:
    grid-template-rows 0.4s ease,
    padding-top 0.4s ease,
    opacity 0.3s ease;
  -o-transition:
    grid-template-rows 0.4s ease,
    padding-top 0.4s ease,
    opacity 0.3s ease;
  transition:
    grid-template-rows 0.4s ease,
    padding-top 0.4s ease,
    opacity 0.3s ease;
  transition:
    grid-template-rows 0.4s ease,
    padding-top 0.4s ease,
    opacity 0.3s ease,
    -ms-grid-rows 0.4s ease;
  opacity: 0;
  padding-top: 0;
}
.seller .faq__item--answer-block > span {
  overflow: hidden;
}
.seller .faq__item.active .faq__item--answer-block {
  grid-template-rows: 1fr;
  padding-top: 15px;
  opacity: 1;
}
.seller .faq__item--answer-block span {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #000;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  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;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property:
    height,
    -webkit-transform;
  transition-property:
    height,
    -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property:
    transform,
    height,
    -webkit-transform;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  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: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  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: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  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: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  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: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.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 {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: 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-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition:
    0.2s top,
    0.2s -webkit-transform;
  transition:
    0.2s top,
    0.2s -webkit-transform;
  -o-transition:
    0.2s transform,
    0.2s top;
  transition:
    0.2s transform,
    0.2s top;
  transition:
    0.2s transform,
    0.2s top,
    0.2s -webkit-transform;
}
.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%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-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 {
  -webkit-transition:
    0.2s left,
    0.2s -webkit-transform;
  transition:
    0.2s left,
    0.2s -webkit-transform;
  -o-transition:
    0.2s transform,
    0.2s left;
  transition:
    0.2s transform,
    0.2s left;
  transition:
    0.2s transform,
    0.2s left,
    0.2s -webkit-transform;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    0.2s right,
    0.2s -webkit-transform;
  transition:
    0.2s right,
    0.2s -webkit-transform;
  -o-transition:
    0.2s transform,
    0.2s right;
  transition:
    0.2s transform,
    0.2s right;
  transition:
    0.2s transform,
    0.2s right,
    0.2s -webkit-transform;
}
.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%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property:
    opacity,
    height,
    -webkit-transform;
  transition-property:
    opacity,
    height,
    -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property:
    transform,
    opacity,
    height,
    -webkit-transform;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
@media (max-width: 1449.98px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .seller .hero__title {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .seller .hero__subtitle {
    font-size: 25px;
    max-width: 380px;
    padding-bottom: 10px;
  }
  .seller .hero {
    background-image: none;
  }
  .seller .hero .hero__wrapper {
    background-image: -o-linear-gradient(315deg, #75bcf2 0, #5f9fdd 100%);
    background-image: linear-gradient(135deg, #75bcf2 0, #5f9fdd 100%);
    border-radius: 20px;
    padding-left: 40px;
  }
  .seller .hero__description {
    font-size: 15px;
    max-width: 387px;
  }
  .seller .hero__image {
    width: 240px;
    height: 357px;
    right: 24px;
  }
  .seller .hero__image-tablet {
    display: block;
  }
  .seller .hero__image-pc {
    display: none;
  }
  .seller .hero__item {
    font-size: 15px;
    padding: 13px 15px;
  }
  .seller .steps {
    margin: 80px 0;
  }
  .seller .steps__items {
    gap: 10px;
  }
  .seller .steps__item {
    padding: 40px;
    border-radius: 15px;
  }
  .seller .steps__items--number {
    border-radius: 10px;
    padding: 10px 16px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-bottom: 18px;
  }
  .seller .steps__items--title {
    font-size: 18px;
    max-width: 285px;
  }
  .seller .when {
    margin: 80px 0;
  }
  .seller .when__title {
    font-size: 25px;
    padding-bottom: 20px;
  }
  .seller .when__items {
    grid-template-columns: 1fr 1fr;
  }
  .seller .when__item--title {
    font-size: 18px;
  }
  .seller .why {
    margin: 80px 0;
  }
  .seller .why__title {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .seller .why__description {
    font-size: 15px;
    max-width: 540px;
    padding-bottom: 20px;
  }
  .seller .why__wrapper {
    gap: 10px;
  }
  .seller .why__left {
    padding: 42px 59px 16px 59px;
    border-radius: 15px;
  }
  .seller .why__left--title {
    font-size: 20px;
  }
  .seller .why__left--list {
    gap: 12px;
  }
  .seller .why__left--list li {
    font-size: 15px;
  }
  .seller .why__left--image {
    width: 215px;
    height: 142px;
  }
  .seller .why__right {
    border-radius: 15px;
    padding: 41px 88px 44px 58px;
  }
  .seller .why__right--title {
    font-size: 20px;
    padding-bottom: 40px;
  }
  .seller .why__right--list {
    gap: 12px;
  }
  .seller .why__right--list li {
    font-size: 15px;
  }
  .seller .escort {
    margin: 80px 0;
  }
  .seller .escort__title {
    font-size: 25px;
    padding-bottom: 20px;
  }
  .seller .escort__items {
    display: block;
  }
  .seller .escort__items.swiper {
    overflow: hidden;
  }
  .seller .escort__items .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .seller .escort__item {
    border-radius: 15px;
    padding: 40px;
  }
  .seller .escort__item--title {
    padding: 20px 0 10px 0;
    font-size: 20px;
  }
  .seller .escort__item--description {
    font-size: 15px;
  }
  .seller .escort__button {
    margin: 0;
    padding: 12px 20px;
  }
  .seller .how {
    margin: 80px 0;
  }
  .seller .how__title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .seller .how__wrapper {
    gap: 10px;
  }
  .seller .how__left {
    gap: 10px;
  }
  .seller .how__item {
    border-radius: 15px;
    padding: 40px;
  }
  .seller .how__item--number {
    margin-bottom: 20px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .seller .how__item--title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .seller .how__item--description {
    font-size: 15px;
  }
  .seller .how__right {
    gap: 10px;
  }
  .seller .pick {
    margin: 80px 0;
  }
  .seller .pick__title {
    font-size: 25px;
  }
  .seller .pick__item-first {
    padding: 50px 40px !important;
  }
  .seller .pick__item-first img {
    width: 261px;
    height: 150px;
    position: absolute;
    right: 40px;
    top: 25px;
  }
  .seller .pick__item {
    position: relative;
    background: #f6f6f6;
    border-radius: 15px;
    padding: 40px;
  }
  .seller .pick__item--title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .seller .pick__item--descrription {
    font-size: 15px;
  }
  .seller .pick__items {
    padding-top: 10px;
    gap: 10px;
  }
  .seller .pick__items .pick__item:nth-child(1) {
    padding: 40px;
  }
  .seller .pick__items .pick__item:nth-child(1) img {
    width: 216px;
    height: 201px;
    padding-top: 15px;
  }
  .seller .pick__items .pick__item:nth-child(2) {
    padding: 40px;
  }
  .seller .pick__items .pick__item:nth-child(2) img {
    height: 200px;
    position: absolute;
    bottom: -12px;
    display: block;
    left: 9px;
    width: 323px;
  }
  .seller .help {
    margin: 80px 0;
  }
  .seller .help__title {
    font-size: 25px;
    padding-bottom: 20px;
  }
  .seller .help__items {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .seller .help__item {
    border-radius: 15px;
    padding: 40px;
  }
  .seller .help__item:last-child br {
    display: none;
  }
  .seller .help__item--title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .seller .help__item--description {
    font-size: 15px;
  }
  .seller .changes {
    margin: 80px 0;
  }
  .seller .changes__title {
    font-size: 25px;
    padding-bottom: 20px;
  }
  .seller .changes__wrapper {
    border-radius: 15px;
    padding: 20px;
  }
  .seller .changes__item {
    gap: 10px;
  }
  .seller .changes__item--circle {
    width: 10px;
    height: 10px;
  }
  .seller .changes__item--text {
    font-size: 15px;
  }
  .seller .faq {
    margin: 80px 0;
  }
  .seller .faq__title {
    padding-bottom: 20px;
    font-size: 25px;
  }
  .seller .faq__items {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .seller .faq__item {
    border-radius: 15px;
    padding: 30px 40px;
    margin-bottom: 10px;
  }
  .seller .faq__item--title {
    font-size: 20px;
  }
  .seller .faq__item--answer-block {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 970px;
  }
}
@media screen and (max-width: 768px) {
  .seller .hero .hero__wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .seller .hero__title {
    padding-bottom: 25px;
  }
  .seller .hero__items {
    padding-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .seller .hero__items .hero__item:nth-child(1) {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .seller .hero__items .hero__items--wrapper {
    width: 100%;
  }
  .seller .hero__items .hero__item:nth-child(2) {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .seller .hero__items .hero__item:nth-child(3) {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .seller .hero__image-tablet {
    display: none;
  }
  .seller .steps {
    margin: 60px 0;
  }
  .seller .steps__items {
    grid-template-columns: 1fr;
  }
  .seller .steps__item {
    padding: 20px;
  }
  .seller .steps__items--number {
    margin-bottom: 10px;
  }
  .seller .when .when__items {
    display: block;
  }
  .seller .when .when__items.swiper {
    overflow: hidden;
  }
  .seller .when .when__items .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .seller .when .when__item {
    width: 290px;
  }
  .seller .escort {
    margin: 60px 0;
  }
  .seller .escort__title br {
    display: none;
  }
  .seller .escort__items .escort__item {
    width: 330px;
    padding: 20px;
  }
  .seller .escort__item--description {
    max-width: 260px;
    display: block;
  }
  .seller .escort__button {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .seller .why {
    margin: 60px 0;
  }
  .seller .why__title {
    font-size: 25px;
  }
  .seller .why__title br {
    display: none;
  }
  .seller .why__description {
    padding-bottom: 20px;
  }
  .seller .why__wrapper {
    grid-template-columns: 1fr;
  }
  .seller .why__left {
    padding: 40px 20px 140px 20px;
    position: relative;
  }
  .seller .why__left--list {
    padding-bottom: 0;
  }
  .seller .why__left--list li:last-child {
    max-width: 230px;
  }
  .seller .why__left--image {
    position: absolute;
    right: 20px;
    bottom: 10px;
  }
  .seller .why__right {
    padding: 40px 20px;
  }
  .seller .how {
    margin: 60px 0;
  }
  .seller .how__wrapper {
    grid-template-columns: 1fr;
  }
  .seller .how__item {
    padding: 20px;
  }
  .seller .how__item--pc {
    display: none;
  }
  .seller .how__item--mobile {
    display: block;
  }
  .seller .pick {
    margin: 60px 0;
  }
  .seller .pick__item-first {
    padding: 25px 20px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .seller .pick__item-first img {
    margin-top: 18px;
    width: 261px;
    height: 150px;
    position: static;
  }
  .seller .pick__item {
    padding: 20px;
  }
  .seller .pick__items {
    grid-template-columns: 1fr;
  }
  .seller .pick__items .pick__item:nth-child(1) {
    padding: 20px;
  }
  .seller .pick__items .pick__item:nth-child(1) img {
    position: static;
    width: 216px;
    height: 201px;
    padding-top: 15px;
  }
  .seller .pick__items .pick__item:nth-child(2) {
    padding: 20px;
    padding-bottom: 188px;
  }
  .seller .pick__items .pick__item:nth-child(2) img {
    height: 228px;
    position: absolute;
    bottom: -52px;
    display: block;
    left: -19px;
    width: 370px;
  }
  .seller .help {
    margin: 60px 0;
  }
  .seller .help__title br {
    display: none;
  }
  .seller .help__item {
    padding: 20px;
  }
  .seller .changes {
    margin: 60px 0;
  }
  .seller .changes__title br {
    display: none;
  }
  .seller .changes__wrapper {
    border-radius: 15px;
    padding: 20px;
  }
  .seller .changes__item {
    gap: 10px;
  }
  .seller .changes__item--circle {
    width: 10px;
    height: 10px;
  }
  .seller .changes__item--text {
    font-size: 15px;
  }
  .seller .faq {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 740px;
  }
}
@media (max-width: 479.98px) {
  .container {
    max-width: none;
  }
}

.seller-modal {
  max-width: 700px;
  border-radius: 20px;
  overflow: hidden;
}
.seller-modal .hystmodal__close {
  top: 15px;
  right: 15px;
}
.seller-modal__inner {
  display: flex;
  background: linear-gradient(135deg, #75bcf2 0, #5f9fdd 100%);
}
.seller-modal__left {
  padding: 40px;
  flex: 1;
}
.seller-modal__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 15px;
}
.seller-modal__title span {
  font-style: italic;
  font-weight: 400;
}
.seller-modal__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.7);
}
.seller-modal__right {
  padding: 40px;
  display: flex;
  align-items: center;
}
.seller-modal__right form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.seller-modal__right input[type="tel"] {
  background: #fff;
  border-radius: 40px;
  padding: 15px 25px;
  font-size: 16px;
  color: #333;
  border: none;
  outline: none;
  font-family: Mulish, sans-serif;
  min-width: 250px;
}
.seller-modal__btn {
  background: #333;
  border-radius: 40px;
  padding: 15px 25px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: Mulish, sans-serif;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .seller-modal__inner {
    flex-direction: column;
  }
  .seller-modal__left {
    padding: 30px 20px 0;
  }
  .seller-modal__right {
    padding: 20px;
  }
  .seller-modal__title {
    font-size: 25px;
  }
  .seller-modal__right input[type="tel"] {
    min-width: auto;
    width: 100%;
  }
}
