* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  margin: 0px;
  height: 100%;

  scroll-behavior: smooth;
}

#formReplace {
  color: white;
}

.Payment_left__PL1Ob {
  text-align: center;
}

button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

a {
  text-decoration: none;
}

span {
  font-weight: 500;
}

.bg-1 {
  background-color: #2D3E2B;
}

.bg-2 {
  background: linear-gradient(180deg, rgba(45, 62, 43, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.bg-3 {
  background-color: #000000;
}

.bg-4 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(37, 37, 37, 1) 100%);
}

.bg-5 {
  background: linear-gradient(180deg, rgba(37, 37, 37, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.bg-6 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(45, 62, 43, 1) 100%);
}

.bg-11 {
  background-color: #394B37;
}

.bg-12 {
  background: rgba(45, 62, 43, 0.7);
}

.bg-13 {
  background: rgba(45, 62, 43, 0.45);
}

.bg-14 {
  background: rgba(45, 62, 43, 0.3);
}

.burger {
  position: fixed;
  right: calc(0% + 20px);
  width: 30px;
  height: 24px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1001;
}

.burger div {
  height: 4px;
  background: #9b9a9a;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

/* Крестик */
.burger.open div:nth-child(1) {
  transform: rotate(45deg) translateY(14px);
}

.burger.open div:nth-child(2) {
  opacity: 0;
}

.burger.open div:nth-child(3) {
  transform: rotate(-45deg) translateY(-13px);
}

.burger-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 340px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  padding: 200px 10px 10px 30px;
  transition: right 0.3s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.burger-menu.active {
  right: 0;
}

/* container */

.container {
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 172px;
  height: 100%;
  padding: 0 20px 0 0;
}

/* nav */

.nav-separator {
  width: 1px;
  height: 100px;
  margin: 20px;
  background-color: #fff;
}

.nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 120px;
  margin: 0;
  padding: 0;
}

.nav-link a {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-wrap: nowrap;
  font-size: 36px;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}

/* обводка */
.nav-link a:hover,
.nav-link a.active:hover {
  -webkit-text-stroke: 1px #ff922dd8;
}

/* белая линия */
.nav-link a::before {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}

.nav-link a.active::before {
  background-color: #fff;
}

/* оранжевая линия (hover-анимация) */
.nav-link a::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff922dd8;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.nav-link a:hover::after {
  transform: scaleX(1);
}

.vk {
  transition: all 0.3s ease-in-out;
}

.vk:hover {
  transform: scale(1.1);
}


/* img */

.img-logo {
  max-width: 199px;
  max-height: 170px;
}

/* button */

.btn {
  position: relative;
  min-width: 367px;
  width: 367px;
  background-color: #131313;
  color: white;
  padding: 16px 32px;
  border-radius: 55px;
  border: none;
  font-size: 20px;
  overflow: hidden;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.noise-overlay {
  position: absolute;
  inset: 0;
  background-image: url(https://c.animaapp.com/mbrt9hl8Wp1C54/img/-------5.svg);
  background-size: cover;
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}

.btn-content {
  position: relative;
  font-size: 36px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.btn:hover .btn-content {
  color: #ff922d;
  scale: 1.1;
}

.border-runner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.btn:hover .border-runner {
  opacity: 1;
}

.track {
  stroke: none;
}

.dot {
  offset-path: path("M 55,0 H 312 A 55,55 0 0 1 367,55 V 32 A 55,55 0 0 1 312,87 H 55 A 55,55 0 0 1 0,32 V 55 A 55,55 0 0 1 55,0 Z");
  offset-distance: 0%;
  offset-rotate: auto;
  animation: runAround 4s linear infinite;
  opacity: 0;
  transition: opacity 0.3s;
  filter: drop-shadow(0 0 8px #ff922d);
}

.btn:hover .dot {
  opacity: 1;
}

@keyframes runAround {
  0% {
    offset-distance: 0%;
  }

  50% {
    offset-distance: 100%;
  }

  100% {
    offset-distance: 200%;
  }
}

/* image */

.image-12 {
  width: 736px;
  height: 736px;
  object-fit: cover;
  position: absolute;
  right: calc(0% - 100px);
  top: calc(50% - 300px);
}

.image-13 {
  position: absolute;
  width: 600px;
  height: 409px;
  top: calc(50% - 204px);
  right: calc(100% - 460px);
}

.image-1 {
  pointer-events: none;
  position: absolute;
  top: calc(0% - 6px);
  right: calc(0% + 462px);
  z-index: 3;
}

.image-2 {
  position: absolute;
  top: calc(0% - 60px);
  right: calc(0% - 60px);
  z-index: 3;
}

.image-3 {
  position: absolute;
  width: 98px;
  height: 98px;
  bottom: calc(0% - 60px);
  right: calc(0% - 40px);
  z-index: 3;
}

.image-4 {
  position: absolute;
  bottom: calc(0% - 60px);
  right: calc(0% - 40px);
  z-index: 3;
}

.image-5 {
  position: absolute;
  bottom: calc(0% - 60px);
  right: calc(0% - 40px);
  z-index: 3;
}

.image-55 {
  position: absolute;
  width: 122px;
  height: 111px;
  top: calc(0% - 60px);
  right: calc(0% - 40px);
  z-index: 3;
}

/* vector */

.vector-6 {
  position: absolute;
  bottom: calc(0% - 130px);
  left: calc(0% + 110px);
  z-index: 3;
}

.vector-5 {
  position: absolute;
  top: calc(0% - 200px);
  right: calc(0% + 155px);
  z-index: 3;
}

.vector-4 {
  position: absolute;
  width: 460px;
  height: 460px;
  top: calc(0% + 70px);
  left: calc(0% - 237px);
  z-index: 3;
}

.vector-20 {
  position: absolute;
  top: calc(0% + 200px);
  left: calc(100% - 65px);
  z-index: 3;
}

.vector-21 {
  display: none;
  position: absolute;
  bottom: calc(0% - 218px);
  left: calc(0% - 143px);
  z-index: 3;
}


/* preview */

.preview {
  padding: 1.75rem 0 6.5rem 0;
  position: relative;
  display: flex;
  align-items: stretch;
}

.preview-content {
  position: relative;
  max-width: 1200px;
  z-index: 2;
}

.preview-footer {
  position: relative;
  max-width: 1200px;
  z-index: 2;
}

.preview-content h1 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.preview-content p {
  margin-bottom: 60px;
}



/* overlap */

.overlap {
  position: relative;
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


/* cards */

.cards-1 {
  display: flex;
  gap: 80px;
  margin-top: 40px;
}

.cards-2 {
  flex: 1;
  display: flex;
  max-width: 645px;
  min-width: 645px;
  width: 100%;
  flex-direction: column;
  gap: 30px;
  margin: 20px 0 0 20px;
}

.cards-3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

/* card */

.card {
  position: relative;
  display: flex;
  border-radius: 80px;
  width: 344px;
  height: 231px;
  background-color: #131313;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  transition: box-shadow 0.3s ease;
}

.card:hover {
  box-shadow: 0 0 30px rgba(255, 146, 45, 0.4);
}

.card-1 {
  width: fit-content;
  /* чтобы не занимала всю ширину */
  position: relative;
  display: flex;
  border-radius: 80px;
  width: 344px;
  height: 151px;
  background-color: #051703;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.card-1:nth-child(odd) {
  align-self: flex-start;
  /* слева */
}

.card-1:nth-child(even) {
  align-self: flex-end;
  /* справа */
}

.card-2 {
  background-color: #000000;
  width: 369px;
}

.card-3 {
  background-color: #000000;
  width: 369px;
  height: 129px;
}

.card-3 .card-content {
  margin-top: 0;
  text-align: center;
  justify-content: center;
  padding: 0 20px;
}

.card-link {
  border: 1px solid #ffffff;
  border-radius: 80px;
  overflow: hidden;
}

.card-link .card-content {
  text-align: end;
  margin-top: calc(25% - 70px);
}

.card-link .card-content p {
  color: rgb(255, 255, 255, 0.42);
}

.card-link .card-content .card-title {
  -webkit-text-stroke: 2px #ffffff;
}

.card-content {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: calc(30% - 60px);
  gap: 20px;
  padding: 20px;
  /* текст всегда над шумом */
}

.card-content-1 {
  margin-top: calc(20% - 55px);
}

.card-content-2 {
  margin-top: calc(30% - 80px);
  padding: 30px;
}

.card-title {
  font-size: 36px;
  margin: 0;
}

.card-title-1 {
  margin: 0 10px;
}

.card-title-2 {
  margin: 0 10px;
  text-align: end;
}

.card-content p {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

.card-overlay {
  position: absolute;
  inset: 0;
  background-image: url(https://c.animaapp.com/mbrt9hl8Wp1C54/img/rectangle-13-6.svg);
  background-size: cover;
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
  border-radius: 80px;
  overflow: hidden;
  /* поднимаем шум под текст */
}

.card-spotlight {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 146, 45, 0.4) 0%, transparent 70%);
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.card-overlay-2 {
  background-image: url(https://c.animaapp.com/mbrt9hl8Wp1C54/img/rectangle-13-5.svg);
}

.card-overlay-1 {
  opacity: 0.6;
}

/* text */

.text-1 {
  -webkit-text-stroke: 2px #ffffff;
  font-family: "Press Start 2P", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 48px;
  letter-spacing: 0;
  line-height: normal;
  margin: 0;
}

.text-2 {
  font-size: 32px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0;
  line-height: normal;
  margin: 0;
}

.text-3 {
  padding: 20px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  text-align: start;
  line-height: normal;
}

.text-4 {
  padding: 0 30px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

/* logo-carousel */

.logo-carousel-wrapper {
  padding: 40px 0;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
}

.logo-carousel-track {
  flex: 1;
  display: flex;
  flex-wrap: nowrap;
  /* overflow: hidden; */
  width: max-content;
}

.logo {
  margin-right: calc(100% / 7);
  flex-shrink: 0;
  object-fit: contain;
  transition: opacity 0.3s;
  opacity: 0.65;
}

.logo:hover {
  opacity: 1;
}


.image-6 {
  width: 132px;
  height: 132px;
  object-fit: cover;
}

.image-7 {
  width: 140px;
  height: 140px;
}

.image-8 {
  width: 83px;
  height: 132px;
}

.image-9 {
  width: 134px;
  height: 133px;
}

.image-10 {
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 50%;
  width: 156px;
  height: 156px;
  object-fit: cover;
}

.image-11 {
  width: 154px;
  height: 156px;
}

.x-group {
  width: 183px;
  height: 143px;
  margin-right: 0;
  /* убираем отступ для карусели */

}

.auchan-logo-icon {
  width: 24px;
  height: 24px;
}


/* view */

.view-26 {
  display: flex;
  flex-direction: column;
}

.view-28 {
  display: none;
  flex: 1;
}

.view-37 {
  display: flex;
  /* flex-wrap: wrap; */
}

.view-38 {
  max-width: 944px;
  /* min-width: 458px; */
  width: 100%;
}

.view-36 {
  padding-top: 60px;
}

.view-36 h2 {
  margin: 20px 0 30px;
}

.view-39 {
  padding-top: 80px;
  padding-bottom: 0px;
}

.view-39 h2 {
  margin: 20px 0 30px;
}

.view-40 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.view-41 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}

.process {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 80px;
}

.process-card {
  border-radius: 80px;
  width: 370px;
  height: 433px;
}

.process-footer {
  margin-top: 20px;
  max-width: 1141px;
  width: 100%;
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 80px;
  display: flex;
}

.process-footer .card-3 {
  min-width: 369px;
}

.info {
  position: relative;
  padding: 50px 75px;
  display: flex;
  flex-direction: column;
}

.info h3 {
  margin-bottom: 30px;
}

.info-card {
  display: flex;
  gap: 30px;
}

.info-card .text-1 {
  font-size: 36px;
  min-width: 432px;
}

.info-card .text-4 {
  margin: 0 0 48px 0;
}

.form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 60px;
  width: 647px;
  height: 484px;
  border-radius: 50px;
  border: 2px solid;
  border-color: #ffffff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(45, 62, 43, 1) 100%);
}

.form h4 {
  text-align: center;
  margin-bottom: 40px;
}

.form .btn {
  margin-top: 40px;
  width: 367px;
}

.input {
  min-width: 462px;
  width: 100%;
  height: 62px;
  padding: 10px 40px;
  margin: 20px 0;
  border-radius: 50px;
  border: 1px solid;
  border-color: #717171;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
}

.footer {
  padding-bottom: 40px;
}

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

.footer-info {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.footer-content p {
  margin: 0;
  font-family: "Montserrat", Helvetica;
  font-weight: 900;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

@media screen and (min-width: 1920px) {}


@media screen and (max-height: 900px) {
  .image-12 {
    top: calc(50% - 320px);
  }

}




@media screen and (max-width: 1800px) {
  .nav-list {
    gap: 80px;
  }

  .cards-1 {
    gap: 20px;
  }

  .image-12 {
    width: 700px;
    height: 700px;
    /* top: calc(50% - 275px); */
  }

  .process-card {
    width: calc(50% - 30px);
    height: 340px;
  }

  .card-3 {
    width: 100%;
    overflow: hidden;
  }

  .card-overlay-2 {
    top: -55px;
  }

  .card-overlay-3 {
    top: 0px
  }

}

@media screen and (max-width: 1650px) {
  .nav-list {
    gap: 40px;
  }

  .image-12 {
    width: 671px;
    height: 671px;
  }

  .preview-content {
    width: 1000px;
  }
}

@media screen and (max-width: 1536px) {
  .nav-link a {
    font-size: 32px;
  }

  .btn-header {
    min-width: 290px;
  }

  .btn-header .btn-content {
    font-size: 32px;
  }

  .image-12 {
    width: 640px;
    height: 640px;
    top: calc(50% - 300px);
  }

  .preview-content {
    width: 880px;
  }

  .cards-12 {
    max-width: 708px;
    flex-wrap: wrap-reverse;
  }

  .card-11 {
    flex: 1 1 48%;
    max-width: 48%;
  }

  .card-11:first-child {
    order: 1;
    flex: 1 1 100%;
  }

  .preview {
    padding: 0.75rem;
  }

  .card-overlay-2 {
    top: -40px;
  }
}

@media screen and (max-width: 1380px) {
  .nav-link a {
    font-size: 28px;
  }

  .btn-header .btn-content {
    font-size: 28px;
  }

  .image-12 {
    width: 540px;
    height: 540px;
    top: calc(50% - 225px);
  }

  .preview-content p {
    margin-bottom: 10px;
  }

  .cards-12 {
    margin-top: 10px;
  }

  .text-2 {
    font-size: 28px;
  }

  .process {
    justify-content: center;
  }

  .info-card .text-1 {
    font-size: 32px;
    min-width: 300px;
  }
}

@media screen and (max-width: 1280px) {
  .nav-link a {
    font-size: 26px;
  }

  .btn-header {
    min-width: 280px;
  }

  .btn-header .btn-content {
    font-size: 26px;
  }

  .nav-list {
    gap: 25px;
  }

  .view-27 {
    display: none;
  }

  .view-28 {
    display: flex;
    margin: 30px auto;
  }

  .nav-separator {
    height: 70px;
  }

  .preview-content h1 {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .text-1 {
    font-size: 40px;
  }

  .text-2 {
    font-size: 26px;
  }

  .card-title {
    font-size: 30px;
  }

  .card-content p {
    font-size: 20px;
  }

  .card-content {
    margin-top: calc(30% - 60px);
  }

  .card-overlay-2 {
    top: -15px;
  }

  .process-footer {
    border: none;
  }
}

@media screen and (max-width: 1180px) {
  .nav-link a {
    font-size: 22px;
  }

  .btn-header {
    min-width: 210px;
  }

  .btn-header .btn-content {
    font-size: 22px;
  }

  .image-12 {
    width: 449px;
    height: 449px;
    top: calc(50% - 218px);
  }

  .info-card .text-1 {
    font-size: 30px;
    min-width: 260px;
  }

  .process-card {
    height: 360px;
  }

  .vector-20 {
    display: none;
  }

  .vector-21 {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .burger-menu {
    display: none;
  }

}

@media screen and (max-width: 1024px) {

  .nav,
  .nav-separator,
  .btn-header {
    display: none;
  }

  .btn-nav {
    margin-top: 20px;
    display: flex;
    min-width: 100px;
    width: 100%;
  }

  .burger {
    display: flex;
  }

  .nav-list {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    width: 100%
  }

  .nav-link a {
    font-size: 24px;
  }

  .preview-content {
    width: 100%;
  }

  .container {
    padding: 0 20px;
  }

  .image-12 {
    width: 435px;
    height: 435px;
    top: calc(50% - 200px);
    right: calc(0% - 15px);
  }

  .image-4 {
    right: calc(0% - 10px);
  }

  .image-3 {
    right: calc(0% - 10px);
  }

  .image-12 {
    width: 350px;
    height: 350px;
  }

  .image-2 {
    width: 210px;
    height: 210px;
    top: calc(0% - 50px);
    right: calc(0% - 42px);
  }

  .image-55 {
    top: calc(0% - -125px);
    right: calc(0% - 20px);
  }

  .process-card {
    height: 390px;
  }

  .text-3 {
    margin: 0;
  }

  .image-6 {
    width: 110px;
    height: 110px;
    object-fit: cover;
  }

  .image-7 {
    width: 110px;
    height: 110px;
  }

  .image-8 {
    width: 63px;
    height: 110px;
  }

  .image-9 {
    width: 110px;
    height: 110px;
  }

  .image-10 {
    border: 1px solid;
    border-color: #ffffff;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    object-fit: cover;
  }

  .image-11 {
    width: 110px;
    height: 110px;
  }

  .x-group {
    width: 120px;
    height: 100px;
    margin-right: 0;
    /* убираем отступ для карусели */

  }

  .auchan-logo-icon {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .view-28 {
    display: none;
  }

  .info-card .text-1 {
    font-size: 24px;
    min-width: 160px;
  }

  .text-4 {
    font-size: 16px;
  }

  .process-card {
    height: 320px;
    min-width: 320px;
    width: 100%;
  }

  .card-overlay-2 {
    top: -50px;
  }

  .process-footer .card {
    display: none;
  }

  .process-footer {
    margin: 0;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .image-12 {
    width: 300px;
    height: 300px;
    top: calc(50% - 140px);
  }

  .text-1 {
    font-size: 26px;
  }

  .text-2 {
    font-size: 18px;
  }

  .card-title {
    font-size: 22px;
  }

  .card-content p {
    font-size: 16px;
  }

  .card {
    height: 160px;
  }

  .img-logo {
    max-height: 130px;
  }

  .card-content-2 {
    margin-top: calc(30% - 100px);
    padding: 30px;
  }

  .image-55 {
    top: calc(0% - -90px);
  }

  .text-3 {
    font-size: 16px;
  }

  .process-card {
    height: 330px;
  }

  .input {
    min-width: 300px;
    font-size: 16px;
  }

  .form {
    min-width: 400px;
    width: 100%;
  }

  .form .btn .btn-content {
    font-size: 20px;
  }

  .form .btn {
    width: 331px;
    min-width: 300px;
  }

  .process-footer .text-4 {
    padding-bottom: 10px;
  }

  .footer-content p {
    font-size: 16px;
  }

  .image {
    width: 70px;
    height: 70px;
  }

  .vector-21 {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .card-content {
    margin-top: calc(30% - 45px);
  }

  .card-content-2 {
    margin-top: calc(30% - 100px);
  }

  .vector-4 {
    display: none;
  }

  .info {
    padding: 50px 20px;
  }

  .info-card .text-1 {
    min-width: 120px;
  }

  .form .btn {
    width: 230px;
    min-width: 230px;
  }
}

@media screen and (max-width: 480px) {
  .image-13 {
    width: 300px;
    height: 226px;
    top: calc(50% - 120px);
    right: calc(100% - 218px);
  }

  .image-5 {
    bottom: calc(0% - 100px);
    right: calc(0% - 15px);
  }

  .image-3 {
    right: calc(0% - -20px);
  }

  .image-55 {
    right: calc(0% - -10px);
  }

  .image-4 {
    right: calc(0% - -5px);
  }

  .card-link .card-content {
    margin-top: calc(25% - 90px);
  }
}

@media screen and (max-width: 420px) {
  .text-1 {
    -webkit-text-stroke: 1px #ffffff;
  }

  .process-card {
    min-width: 280px;
  }

  .form {
    min-width: 300px;
    width: 100%;
    padding: 25px 30px;
    height: 450px;
  }

  .image-5 {
    right: calc(0% - 0px);
    width: 120px;
  }

  .info-card .text-1 {
    min-width: 80px;
  }

  .container {
    padding: 0 10px;
  }

  .img-logo {
    max-height: 100px;
  }

  .view-39 {
    padding-top: 80px;
    padding-bottom: 0px;
  }

  .view-40 {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 370px) {
  .info-card {
    flex-direction: column;
  }

  .footer-info {
    gap: 0px;
  }

  .text-3 {
    padding: 10px;
  }

  .input {
    min-width: 255px;
  }
}
