html {
  -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.2rem;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

@font-face {
  font-family: "GTEstiPro";
  font-weight: 500;
  src: url("../fonts/gteestiprodisplay_medium.otf") format("opentype");
}

@font-face {
  font-family: "GTEstiPro";
  font-weight: 300;
  src: url("../fonts/gteestiprodisplay_light.otf") format("opentype");
}

@font-face {
  font-family: "GTEstiPro";
  font-weight: 400;
  src: url("../fonts/gteestiprodisplay_regular.otf") format("opentype");
}

@font-face {
  font-family: "GTEstiPro";
  font-weight: 600;
  src: url("../fonts/gteestiprodisplay_bold.otf") format("opentype");
}

* {
  font-family: "GTEstiPro", cursive;
  font-weight: 500;
  margin: 0;
  padding: 0;
  outline: 0;
  color: #504b4b;
}

header {
  padding: 25px 0;
  position: relative;
  z-index: 2;
}

.header-blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  display: block;
  height: 135px;
}

.header-logo img {
  width: 100%;
  height: 100%;
}

.header-menu,
.footer-menu {
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.header-menu li:not(:last-child),
.footer-menu li:not(:last-child) {
  margin-right: 36px;
}

.header-menu li a,
.footer-menu li a {
  font-size: 20px;
  color: white;
  position: relative;
}

.header-menu li a:before,
.footer-menu li a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  bottom: -9px;
  background: #ff007d;
  transition: all 0.7s ease;
  transform: scale(0);
}

.header-menu li a:hover:before,
.footer-menu li a:hover:before {
  transform: scale(1);
}

.main-wrapper {
  padding-top: 185px;
  margin-top: -185px;
  position: relative;
  height: 865px;
}

main {
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 270px;
  width: 100%;
  z-index: 1;
  height: 865px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

html::-webkit-scrollbar {
  width: 6px;
  background-color: #d9d9d9;
  border-radius: 12px;
}

html::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #f9f9fd;
  width: 6px;
  border-radius: 12px;
  background-clip: padding-box;
}

html::-webkit-scrollbar-thumb {
  background: #cecece;
  width: 6px;
  border-radius: 12px;
  background-clip: padding-box;
}

.main-bg,
.footer-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main-bg img,
.footer-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.main-bg:before,
.footer-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 94, 254, 0.8), rgba(0, 149, 255, 0.8) 101.198%);
  transition: opacity 0.7s ease;
}

.main-bg:after,
.footer-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(193, 20, 20, 0.9), rgba(236, 35, 141, 0.8) 101.198%);
  transition: opacity 0.7s ease;
  opacity: 0;
}

.main-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -60px;
}

.main-img__container {
  width: 485px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.main-img__bg {
  position: absolute;
  z-index: 0;
}

.main-img {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

main .container,
main .container .row,
main .container .row .col-12,
.main-content {
  height: 100%;
}

.main-text {
  margin-bottom: 112px;
  width: 790px;
}

.main-text h1 {
  color: white;
  font-size: 58px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 80px;
  margin-bottom: 10px;
}

.main-text p {
  margin-bottom: 40px;
  font-size: 36px;
  color: white;
}

.link-btn {
  border-radius: 15px;
  box-shadow: 0px 0px 10px 1px rgba(255, 38, 144, 0.8);
  background: radial-gradient(circle at 0% 0%, rgb(255, 0, 125), rgb(255, 94, 172) 51.472%, rgb(255, 0, 125) 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s ease;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.link-btn:before {
  content: "";
  background: radial-gradient(circle at 0% 0%, rgb(114, 0, 215), rgb(180, 94, 255) 51.472%, rgb(136, 0, 255) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.7s ease-in-out;
  border-radius: 15px;
}

.link-btn:hover {
  box-shadow: 0px 0px 10px 4px rgba(255, 38, 144, 0.8);
}

.link-btn img {
  margin-left: 8px;
}

.main-text .link-btn {
  width: 323px;
  height: 85px;
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-img__block {
  width: 570px;
  height: 375px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.about-bg__wrapper {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.about-bg {
  width: 100%;
  height: 100%;
}

.about-img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.remaining-content {
  padding-top: 80px;
  border-radius: 65px 65px 0 0;
  box-shadow: 0px -21px 23px -10px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
  background: white;
  margin-top: -55px;
}

.about-text {
  width: 663px;
}

.section-title {
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}

.about-text .section-title {
  text-align: left;
}

.section-title h2 {
  font-size: 45px;
}

.about-text p {
  font-size: 25px;
  line-height: 32px;
  font-weight: 300;
}

.features {
  padding-top: 77px;
}

.features-block {
  position: relative;
}

.features-block__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.features-block__bg svg {
  fill: #005bff;
  width: 100%;
  height: 100%;
  transition: fill 1s ease;
}

.features-block__img {
  position: absolute;
  right: 20px;
  top: -44px;
  max-height: 100px;
  max-width: 120px;
  transition: filter 0.7s ease-in-out;
}

.features-block__text {
  padding: 42px 24px 21px 24px;
}

.features-block__text h4 {
  margin-bottom: 9px;
  color: rgba(0, 28, 56, 0.77);
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  transition: color 0.7s ease;
}

.features-block__text p {
  font-size: 18px;
  color: #504b4b;
  line-height: 22px;
  font-weight: 400;
}

.features .container .row .col-lg-4:last-child .features-block .features-block__img {
  top: -21px;
}

.marketplace-navbar {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 53px;
  z-index: 4;
  position: relative;
}

.marketplace-navbar span {
  font-size: 25px;
  font-weight: 400;
  margin-right: 14px;
}

.marketplace-navbar .marketplace-navbar__filter:last-of-type {
  margin-right: 0;
}

.marketplace-navbar__filter {
  transition: all 0.6s ease;
  margin-right: 16px;
  cursor: pointer;
  position: relative;
}

.marketplace-navbar__filter .text {
  font-size: 30px;
  color: #c9c9c9;
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
  position: relative;
}

.marketplace-navbar__filter:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  bottom: -12px;
  background: #0079dd;
  transition: all 0.7s ease;
  transform: scale(0);
}

.marketplace-navbar__filter:has(input:checked):before {
  transform: scale(1);
}

.marketplace-navbar__filter:has(input:checked) .text {
  color: #0079dd;
}

.marketplace-navbar__filter input[type="radio"] {
  display: none;
}

.instruction .section-title {
  margin-bottom: 35px;
}

.instruction-steps {
  margin: 0 auto;
  width: 854px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  height: 1100px;
}

.instruction-step {
  background: rgba(87, 147, 255, 0.15);
  width: 100%;
  position: relative;
  padding: 50px 24px 25px 103px;
  border-radius: 17px;
  transition: all 0.7s ease;
}

.instruction-step h4 {
  position: absolute;
  font-size: 130px;
  color: #0079dd;
  top: 14px;
  transition: color 0.7s ease-in-out;
}

.instruction-steps .instruction-step:nth-of-type(1) h4 {
  left: 45px;
}

.instruction-steps .instruction-step:nth-of-type(2) h4 {
  left: 20px;
}

.instruction-steps .instruction-step:nth-of-type(3) h4 {
  left: 20px;
}

.instruction-steps .instruction-step:nth-of-type(4) h4 {
  left: 16px;
}

.instruction-step h5 {
  margin-bottom: 14px;
  font-size: 35px;
  font-weight: bold;
  color: rgba(0, 28, 56, 0.77);
  transition: color 0.7s ease-in-out;
}

.instruction-step p,
.instruction-step p a {
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
}

.instruction-step p a {
  text-decoration: underline;
  color: #0077dd;
}

.instruction-step__arrow {
  margin: 18px 0;
  transition: stroke 0.7s ease;
}

.instruction {
  padding: 40px 0;
}

.instruction-decoration {
  position: absolute;
  transition: filter 1s ease-in-out;
}

.instruction-decoration__first {
  left: -195px;
  top: 44px;
}

.instruction-decoration__second {
  right: -195px;
  top: 282px;
}

.instruction-decoration__third {
  left: -125px;
  bottom: 15px;
}

.map {
  padding: 50px 0;
}

.map-container {
  padding: 0 20px;
  height: 800px;
  display: none;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  box-shadow: 0px 0px 23px -10px rgba(0, 0, 0, 0.25);
}

.faq {
  padding: 50px 0;
}

.faq-blocks {
  margin: 0 auto;
  width: 849px;
}

.faq-block {
  background: rgba(87, 147, 255, 0.15);
  width: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 25px;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.7s ease-in-out;
}

.faq-block__text {
  width: 100%;
  max-height: 0px;
  height: 100%;
  transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.faq-block__active .faq-block__text {
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
}

.faq-block__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.faq-block__btn-wrapper {
  background: #b7d1ff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transition: background 0.7s ease-in-out;
}

.faq-block__btn-block {
  width: 17px;
  height: 17px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s ease;
}

.faq-block__active .faq-block__btn-block {
  transform: rotateZ(45deg);
}

.faq-block__arrow {
  position: absolute;
  background: #5a96ff;
  transition: background 0.7s ease-in-out;
}

.faq-block__btn-block .faq-block__arrow:nth-child(1) {
  width: 2px;
  height: 100%;
}

.faq-block__btn-block .faq-block__arrow:nth-child(2) {
  width: 100%;
  height: 2px;
}

.faq-block__title h3 {
  font-size: 25px;
  padding-right: 15px;
}

.faq-block__text p {
  margin-top: 15px;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
}

.faq-decoration {
  top: 118px;
  left: -290px;
  position: absolute;
  z-index: -1;
  transition: filter 0.7s ease-in-out;
}

footer {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 43px 0;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  width: 315px;
  height: 145px;
}

.footer-logo img {
  width: 100%;
  height: 100%;
}

.footer-blocks {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-menu {
  margin-bottom: 44px;
}

.footer-links {
  display: flex;
  align-items: center;
}

.footer-telegram {
  display: flex;
  align-items: center;
  color: white;
  font-size: 26px;
  margin-right: 32px;
}

.footer-telegram img {
  margin-right: 14px;
}

.footer-links .link-btn {
  width: 185px;
  height: 48px;
  font-size: 14px;
}

.main-img__container .link-btn {
  display: none;
}

#about-bg,
#main-img__bg {
  stop {
    transition: stop-color 1s ease;
  }
}

.wildberries #about-bg,
.wildberries #main-img__bg {
  stop:nth-child(1) {
    stop-color: #7900e3;
  }
  stop:nth-child(2) {
    stop-color: #b45eff;
  }
  stop:nth-child(3) {
    stop-color: #8800ff;
  }
}

.wildberries .features-block__bg svg {
  fill: #8800ff;
}

.wildberries .main-bg:before,
.wildberries .footer-bg:before {
  opacity: 0;
}

.wildberries .main-bg:after,
.wildberries .footer-bg:after,
.wildberries .link-btn:before {
  opacity: 1;
}

.wildberries .link-btn {
  box-shadow: 0px 0px 10px 1px rgba(114, 0, 215, 0.8);
  background: #7600dd;
}

.wildberries .link-btn:hover {
  box-shadow: 0px 0px 10px 4px rgba(114, 0, 215, 0.8);
}

.wildberries .instruction-decoration,
.wildberries .faq-decoration,
.wildberries .features-block__img {
  filter: hue-rotate(45deg);
}

.wildberries .instruction-step,
.wildberries .faq-block {
  background: rgba(136, 0, 255, 0.15);
}

.wildberries .instruction-step h5,
.wildberries .features-block__text h4 {
  color: rgba(30, 0, 56, 0.77);
}

.wildberries .instruction-step h4,
.wildberries .marketplace-navbar__filter:has(input:checked) .text {
  color: #7600dd;
}

.wildberries .instruction-step__arrow {
  stroke: #7600dd;
}

.wildberries .marketplace-navbar__filter:before {
  background: #7600dd;
}

.wildberries .header-menu li a:before,
.wildberries .footer-menu li a:before {
  background: white;
}

.footer-links .link-btn img {
  width: 20px;
}

.wildberries .faq-block__btn-wrapper {
  background: #ddb7ff;
}

.wildberries .faq-block__arrow {
  background: #b25aff;
}

@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownSmallActive {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeOutUpSmallActive {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
}
@keyframes fadeOutUpSmallActive {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
}

.fadeOutUpSmall {
  -webkit-animation-name: fadeOutUpSmallActive;
  animation-name: fadeOutUpSmallActive;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: flex;
}

.map-active {
  display: flex;
}

.instruction-steps__active,
.map-active {
  -webkit-animation-name: fadeInDownSmallActive;
  animation-name: fadeInDownSmallActive;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.wildberries .menu-icon > span {
  background: white;
}

.header-menu__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header-menu__wrapper .link-btn {
  margin-top: 20px;
  width: 170px;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
}

.header-menu .link-btn {
  display: none;
}

@media (max-width: 1540px) {
  .instruction-steps {
    width: 735px;
  }

  .instruction-step h5 {
    font-size: 29px;
  }

  .instruction-step h4 {
    font-size: 114px;
  }

  .instruction-step {
    padding: 50px 24px 25px 90px;
  }

  .instruction-step p,
  .instruction-step p a {
    font-size: 19px;
    line-height: 25px;
  }

  .instruction-decoration__first {
    left: -90px;
    width: 250px;
  }

  .instruction-decoration__second {
    right: -10px;
    width: 180px;
  }

  .instruction-decoration__third {
    left: -45px;
    width: 200px;
  }

  .header-logo,
  .footer-logo {
    height: 115px;
  }

  .header-menu li a,
  .footer-menu li a {
    font-size: 18px;
  }

  .main-wrapper,
  main {
    height: 735px;
  }

  .main-wrapper {
    padding-top: 175px;
    margin-top: -175px;
  }

  .main-text {
    width: 650px;
  }

  .main-img__container {
    width: 400px;
  }

  .main-text h1 {
    font-size: 48px;
    line-height: 65px;
  }

  .main-text p {
    font-size: 31px;
  }

  .main-text .link-btn {
    width: 300px;
    height: 75px;
    font-size: 18px;
  }

  .link-btn img {
    height: 20px;
  }

  .about-text {
    width: 570px;
  }

  .about-img__block {
    width: 520px;
  }

  .about-text {
    width: 550px;
  }

  .about-text p {
    font-size: 20px;
    line-height: 26px;
  }

  .about .section-title {
    margin-bottom: 20px;
  }

  .section-title h2 {
    font-size: 40px;
  }

  .features-block__text p {
    font-size: 15px;
    line-height: 19px;
  }

  .features-block__text h4 {
    font-size: 16px;
  }

  .features-block__img {
    max-height: 85px;
    max-width: 90px;
  }

  .features-block__text {
    padding-top: 36px;
  }

  .footer-menu {
    margin-bottom: 27px;
  }

  .faq-decoration {
    top: 130px;
    left: -205px;
    width: 350px;
  }

  .main-img__bg {
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-img__bg svg {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .header-menu li:not(:last-child),
  .footer-menu li:not(:last-child) {
    margin-right: 25px;
  }

  .header-menu li a,
  .footer-menu li a {
    font-size: 15px;
  }

  .footer-telegram {
    font-size: 22px;
  }

  .main-img__container {
    width: 350px;
  }

  .main-text {
    width: 535px;
  }

  .main-text h1 {
    font-size: 40px;
    line-height: 55px;
  }

  .main-text p {
    font-size: 26px;
  }

  .about-img__block {
    width: 450px;
  }

  .about-text {
    width: 460px;
  }

  .features {
    padding-top: 40px;
  }

  .faq-blocks {
    width: 800px;
  }

  .faq-decoration {
    left: -255px;
  }

  .main-wrapper {
    height: auto;
    padding-top: 0;
    margin-top: 0;
  }

  main {
    position: inherit;
    padding-top: 175px;
    margin-top: -175px;
  }
}

@media (max-width: 992px) {
  .header-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    overflow-x: hidden;
    overflow-y: auto;
    right: -100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 75px;
    transition: all 0.7s ease;
  }

  .header-menu:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/main-bg.png") center no-repeat;
    background-size: cover;
    z-index: -2;
    transition: all 0.5s ease-in-out;
    opacity: 0;
  }

  .header-menu:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 94, 254, 0.8), rgba(0, 149, 255, 0.8) 101.198%);
    z-index: -1;
    transition: all 0.7s ease-in-out;
    opacity: 0;
  }

  .header-menu__active {
    right: 0;
  }

  .header-menu__active:before,
  .header-menu__active:after {
    opacity: 1;
  }

  .header-menu__active:before {
    transition: all 0.5s ease-in-out;
  }

  .header-menu__active:after {
    transition: all 0.7s ease-in-out;
  }

  .header-menu__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    z-index: 5;
    position: relative;
  }

  .menu-icon__block {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    width: 30px;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-overflow-scrolling: auto;
    transition: all 0.7s;
    z-index: 5;
    display: flex;
  }

  .menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }

  .menu-icon > span {
    width: 100%;
    height: 10px;
    background: #ff007d;
    display: block;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-bottom: 7px;
    height: 4px;
  }

  .menu-icon span:last-child {
    margin-bottom: 0;
  }

  .header-menu__button-active .menu-icon__block .menu-icon > span {
    background: white;
  }

  .header-menu__button-active .menu-icon__block .menu-icon span:nth-child(1) {
    transform-origin: center center;
    transform: rotate(45deg);
    top: 11.5px;
  }

  .header-menu__button-active .menu-icon__block .menu-icon span:nth-child(2) {
    opacity: 0;
    transform: translateY(-50px);
  }

  .header-menu__button-active .menu-icon__block .menu-icon span:nth-child(3) {
    transform-origin: center center;
    transform: rotate(-45deg);
    top: -11.5px;
  }

  .widlberries .menu-icon > span {
    background: #7200d7;
  }

  .header-menu li a {
    font-size: 25px;
  }

  .header-menu li:not(:last-child),
  .footer-menu li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .main-text .link-btn {
    display: none;
  }

  .main-img__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .main-img__container .link-btn {
    display: flex;
    width: 323px;
    height: 90px;
  }

  .main-content {
    flex-direction: column;
  }

  .main-text {
    width: 100%;
  }

  .main-content {
    align-items: center;
    justify-content: flex-start;
    padding-top: 25px;
    margin-bottom: 0;
    margin-top: 0;
  }

  .main-text {
    text-align: center;
    margin-bottom: 30px;
  }

  header {
    padding: 20px 0;
  }

  .header-logo {
    height: 95px;
  }

  main {
    padding-top: 135px;
    margin-top: -135px;
    height: 825px;
  }

  .main-img__container {
    width: 100%;
  }

  .main-text p {
    margin-bottom: 0;
  }

  .main-img__bg {
    width: 100%;
    top: -10px;
  }

  .main-img__bg,
  .main-img {
    width: 220px;
  }

  .main-img {
    margin-bottom: 25px;
  }

  .remaining-content {
    margin-top: -30px;
    border-radius: 30px 30px 0 0;
  }

  .about-content {
    flex-direction: column;
    align-items: center;
  }

  .about-text {
    width: 100%;
    margin-bottom: 25px;
  }

  .about-img__block {
    order: 2;
    width: 70%;
    height: auto;
    margin-bottom: 45px;
  }

  .about-text {
    order: 1;
  }

  .features-block__text p {
    font-size: 14px;
    line-height: 18px;
  }

  .marketplace-navbar__filter .text {
    font-size: 23px;
  }

  .marketplace-navbar span {
    font-size: 22px;
  }

  .instruction-steps,
  .faq-blocks {
    width: 640px;
  }

  .instruction-decoration__first {
    left: -40px;
    width: 155px;
  }

  .instruction-decoration__second {
    right: -15px;
    width: 104px;
  }

  .instruction-decoration__third {
    left: -50px;
    width: 110px;
  }

  .faq-decoration {
    left: -205px;
    width: 255px;
  }

  .footer-container {
    flex-direction: column;
  }

  .footer-logo {
    height: 165px;
    margin-bottom: 15px;
  }

  .footer-menu li a {
    font-size: 24px;
  }

  .footer-menu {
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 45px;
  }

  .footer-blocks {
    align-items: center;
  }

  .main-text h1 {
    font-size: 48px;
    line-height: 65px;
  }

  .main-img__bg {
    height: 285px;
  }

  .instruction {
    padding-bottom: 20px;
  }

  .header-menu__wrapper {
    flex-direction: row;
    align-items: center;
  }

  .header-menu__wrapper .link-btn {
    margin-top: 0;
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .instruction-steps,
  .faq-blocks {
    width: 450px;
  }

  .instruction-steps {
    height: 1277px;
  }
  .instruction-decoration__second {
    right: -15px;
    width: 90px;
  }

  .instruction-decoration__first {
    width: 120px;
  }

  .instruction-step {
    padding: 50px 20px 25px 65px;
  }

  .instruction-step h4 {
    font-size: 90px;
    top: 25px;
  }

  .instruction-steps .instruction-step:nth-of-type(1) h4 {
    left: 30px;
  }

  .instruction-steps .instruction-step:nth-of-type(2) h4 {
    left: 11px;
  }

  .instruction-steps .instruction-step:nth-of-type(3) h4 {
    left: 12px;
  }

  .instruction-steps .instruction-step:nth-of-type(4) h4 {
    left: 8px;
  }

  .instruction-decoration__third {
    width: 90px;
  }

  .remaining-content {
    padding-top: 60px;
  }

  .main-text p {
    font-size: 20px;
  }

  .features-block__text p {
    font-size: 17px;
    line-height: 23px;
  }

  .features-block__text h4 {
    font-size: 20px;
  }

  .features-block__bg svg {
    display: none;
  }

  .features-block__bg {
    background: rgba(87, 147, 255, 0.15);
    width: 100%;
    border-radius: 17px;
    transition: background 1s ease-in-out;
  }

  .features-block__img {
    top: -30px;
  }

  .about-img__block {
    margin-bottom: 20px;
  }

  .section-title h2 {
    font-size: 35px;
  }

  .faq-block__title h3 {
    font-size: 20px;
  }

  .faq-block {
    padding: 20px;
  }

  .faq-block__text p {
    font-size: 18px;
    line-height: 25px;
  }

  .wildberries .features-block__bg {
    background: rgba(136, 0, 255, 0.15);
  }
}

@media (max-width: 576px) {
  .menu-icon__block {
    width: 22px;
  }

  .menu-icon > span {
    margin-bottom: 6px;
    height: 3px;
  }

  .header-menu__button-active .menu-icon__block .menu-icon span:nth-child(3) {
    top: -7.7px;
  }

  .header-menu__button-active .menu-icon__block .menu-icon span:nth-child(1) {
    top: 9.5px;
  }

  .header-logo {
    height: 65px;
  }

  .header-menu {
    padding: 0 15px;
  }

  .header-menu li a {
    font-size: 23px;
  }

  .main-text h1 {
    font-size: 29px;
    line-height: 42px;
  }

  .instruction-steps,
  .faq-blocks {
    width: 300px;
  }

  .instruction-steps {
    height: 1300px;
  }

  .footer-links {
    flex-direction: column;
  }

  .main-img__container .link-btn {
    width: 280px;
    height: 80px;
    font-size: 18px;
  }

  .link-btn {
    border-radius: 8px;
  }

  .main-text p {
    font-size: 18px;
    line-height: 24px;
  }

  .remaining-content {
    margin-top: -20px;
    border-radius: 20px 20px 0 0;
    padding-top: 45px;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .about .section-title {
    margin-bottom: 15px;
  }

  .about-text p {
    font-size: 18px;
    line-height: 25px;
  }

  main {
    padding-top: 105px;
    margin-top: -105px;
    height: 765px;
  }

  .about-img__block {
    width: 100%;
  }

  .about-bg {
    top: -11px;
  }

  .features-block__text {
    padding: 35px 19px 21px 18px;
  }

  .features-block__text h4 {
    font-size: 16px;
  }

  .features-block__text p {
    font-size: 16px;
    line-height: 21px;
  }

  .about-text {
    margin-bottom: 33px;
  }

  .instruction {
    padding: 15px 0;
  }

  .map {
    padding: 35px 0;
  }

  .instruction .section-title {
    margin-bottom: 25px;
  }

  .marketplace-navbar__filter .text {
    font-size: 15px;
  }

  .marketplace-navbar__filter {
    margin-right: 10px;
  }

  .marketplace-navbar span {
    font-size: 16px;
    margin-right: 8px;
  }

  .marketplace-navbar__filter::before {
    bottom: -8px;
  }

  .marketplace-navbar {
    margin-bottom: 30px;
  }

  .instruction-decoration__second {
    right: 0px;
    width: 50px;
  }

  .features-block__img {
    top: -39px;
  }

  .instruction-step {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 30px 20px 30px 20px;
  }

  .instruction-step h4 {
    position: relative;
    top: -3px;
    left: auto !important;
    font-size: 74px;
    margin-right: 10px;
  }

  .instruction-step h5 {
    width: 80%;
    font-size: 24px;
    line-height: 28px;
  }

  .instruction-step p,
  .instruction-step p a {
    font-size: 16px;
    line-height: 23px;
  }

  .instruction-step__arrow {
    margin: 14px 0;
    height: 35px;
  }

  .instruction-decoration__first {
    width: 65px;
  }

  .instruction-decoration__first {
    left: -10px;
  }

  .instruction-decoration__third {
    width: 50px;
    left: -9px;
  }

  .faq-block {
    padding: 15px;
    border-radius: 6px;
  }

  .map-container {
    padding: 0 20px;
    height: 700px;
  }

  .faq-block__title h3 {
    font-size: 25px;
    width: 83%;
    margin-right: 0;
  }

  .faq-block__btn-wrapper {
    width: 28px;
    height: 28px;
  }

  .faq-block__btn-block {
    width: 14px;
    height: 14px;
  }

  .faq-block__title h3 {
    font-size: 18px;
    line-height: 23px;
  }

  .faq-block__text p {
    margin-top: 11px;
    font-size: 15px;
    line-height: 20px;
  }

  .faq {
    padding: 30px 0;
  }

  .faq-decoration {
    left: -5px;
    width: 50px;
  }

  .footer-logo {
    height: 125px;
  }

  .footer-telegram {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .header-menu__wrapper > .link-btn {
    display: none;
  }

  .header-menu .link-btn {
    display: flex;
    margin-right: 0;
  }
}

html {
  -webkit-font-smoothing: antialiased;
}

.wow {
  visibility: hidden;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
