body {
    font-family: Calibri, sans-serif;
    background-color: #fff;
        margin: 0;  
    padding: 0; 
}

.loader {
  display: flex;
  flex-direction: column;
}

.logo {
padding: 30px;
}

.loasd {
  display: flex;
  justify-content: center;
  align-items: center;     
  height: 60vh;           
}


@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s both;
          animation: animate-svg-fill-1 5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s both;
}

/* From Uiverse.io by barisdogansutcu */ 
.loadcirc {
 width: 2rem;
 transform-origin: center;
 animation: rotate4 2s linear infinite;
     position: absolute;
}

circle {
 fill: none;
 stroke: #000;
 stroke-width: 2;
 stroke-dasharray: 1, 200;
 stroke-dashoffset: 0;
 stroke-linecap: round;
 animation: dash4 1.5s ease-in-out infinite;
}

@keyframes rotate4 {
 100% {
  transform: rotate(360deg);
 }
}

@keyframes dash4 {
 0% {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
 }

 50% {
  stroke-dasharray: 90, 200;
  stroke-dashoffset: -35px;
 }

 100% {
  stroke-dashoffset: -125px;
 }
}


.support {
  display: flex;
  justify-content: center;
  flex-direction: column;
      align-items: center;
      gap: 0.8rem;
          position: fixed;
    bottom: 20px;
        width: 100%;

}

.support span {
  font-size: 0.7rem;
}


.info1 {
  display: none;
  flex-direction: column;
      align-content: center;
    align-items: center;
}

.textin {
  display: flex;
  justify-content: center;
  flex-direction: column;
          padding: 0 30px 0 30px;
          margin-bottom: 0.5rem;
              align-items: center;

}

.destatis-and {
  display: flex;
      max-width: 300px;
    align-items: center;
    justify-content: center;


}




.mainmte {
  display: none;
    flex-direction: column;
      align-content: center;
    align-items: center;
}


/* From Uiverse.io by jubayer-10 */

.radio-group {
  width: 300px;
 padding: 0rem 1rem 1rem 1rem;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;


}

.radio-legend {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  user-select: none;
}

.radio-label {
  font-weight: 500;
      min-height: 3.5rem;
  position: relative;
  display: flex;
  align-items: center;
      padding: 10px;
  gap: 0.75rem;
  border-radius: 0.5rem;
  user-select: none;
  border: 1px solid #000;
}

.radio-label:hover {
  background-color: #f4f4f5;
}

.radio-label:has(:checked) {
    color: #000000;
    background-color: #f1f1f1;
    box-shadow: 0 0 0 1px #000;
}


.radio-input {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0.75rem;
  accent-color: currentColor;
}

.js-input {
  accent-color: #3b82f6;
}

.next2, .next1, .next3, .next4, .submit, .start-asd {
    padding: 10px 30px;
    background-color: #000;
    color: white;
    border: none;
    cursor: pointer;
    width: 300px;
    font-family: Calibri, sans-serif;
    font-size: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.mainmte2 {
  display: none;
      flex-direction: column;
    align-content: center;
    align-items: center;
}


.mainmte3 {
  display: none;
      flex-direction: column;
    align-content: center;
    align-items: center;
}


.funisah {
  display: none;
      flex-direction: column;
    align-content: center;
    align-items: center;
}

.bdfsgsadfg {
  font-weight: bold;
  font-size: 1.1rem;
}
.infosub {
    background: #1111;
  box-shadow: 0px 0.5px 0.5px #EFEFEF, 0px 1px 0.5px rgba(239, 239, 239, 0.5);
  border-radius: 0.5rem;
  padding: 30px;
  width: 240px;
      display: flex;
    flex-direction: column;
}


/* From Uiverse.io by zanina-yassine */ 
.popup {
  position: relative;
  height: fit-content;
  margin-top: 2rem;
  border-radius: 13px;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
      width: 300px;
      
    gap: 10px;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #1111;
  box-shadow: 0px 0.5px 0.5px #EFEFEF, 0px 1px 0.5px rgba(239, 239, 239, 0.5);
  border-radius: 0.5rem;
}

.note {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #2B2B2F;
}

.subtitle {

  line-height: 18px;
  color: #5F5D6B;
}

.input_field {
border-radius: 0.5rem;
    outline: none;
    border: 1px solid #e5e5e5;
    filter: drop-shadow(0px 1px 0px #efefef) drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5));
    transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
    width: 278px;
    padding: 10px;
}

.input_field:focus {
  border: 1px solid transparent;
  box-shadow: 0px 0px 0px 1px #2B2B2F;
  background-color: transparent;
}

/* From Uiverse.io by akshat-patel28 */ 
.card {
  width: 300px;
  height: 80px;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 10px 15px;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 15px;
}
.wave {
  position: absolute;
  transform: rotate(90deg);
  left: -31px;
  top: 32px;
  width: 80px;
  fill: #04e4003a;
}
.icon-container {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #04e40048;
  border-radius: 50%;
  margin-left: 8px;
}
.icon-1 {
  width: 17px;
  height: 17px;
  color: #269b24;
}
.message-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-grow: 1;
}
.message-text,
.sub-text {
  margin: 0;
  cursor: default;
}
.message-text {
  color: #269b24;
  font-size: 17px;
  font-weight: 700;
}
.sub-text {
  font-size: 14px;
  color: #555;
}
.cross-icon {
  width: 18px;
  height: 18px;
  color: #555;
  cursor: pointer;
}

.load-send-aa {
  display: none;
      align-items: center;
font-size: 1rem;
flex-direction: column;
}

/* From Uiverse.io by santhoshsj-dev */ 
.loadingsend {
  padding: 20px;
  border-radius: 10px;
  background-color: var(--base-color);
  --base-color: #ffff;
 /*use your base color*/
}

.loadersend{
  width: 60px;
  height: 40px;
  position: relative;
  display: inline-block;
  background-color: var(--base-color);
}

.loadersend::before {
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #000;
  background-image: radial-gradient(circle 8px at 18px 18px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 18px 0px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 0px 18px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 36px 18px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 18px 36px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 30px 5px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 30px 5px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 30px 30px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 5px 30px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 5px 5px, var(--base-color) 100%, transparent 0);
  background-repeat: no-repeat;
  box-sizing: border-box;
  animation: rotationBack 3s linear infinite;
}

.loadersend::after {
  content: '';
  left: 35px;
  top: 15px;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #000;
  background-image: radial-gradient(circle 5px at 12px 12px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 12px 0px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 0px 12px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 24px 12px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 12px 24px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 20px 3px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 20px 3px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 20px 20px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 3px 20px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 3px 3px, var(--base-color) 100%, transparent 0);
  background-repeat: no-repeat;
  box-sizing: border-box;
  animation: rotationBack 4s linear infinite reverse;
}

@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}  


.footer {
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  color: #000000;
  padding: 32px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer__container {
  display: flex;
  flex-direction: column;
}

.footer__logo {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #000000;
}

.footer__section {
  margin-bottom: 20px;
}

.footer__main-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}

.footer__link-item {
  font-size: 14px;
  color: #000000;
  font-weight: normal;
}

.footer__corporate-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.footer__corporate-item {
  font-size: 14px;
  color: #000000;
  font-weight: normal;
}

.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.footer__copyright {
  font-size: 14px;
  color: #000000;
  margin-right: 8px;
}

.footer__legal-item {
  font-size: 14px;
  color: #000000;
  font-weight: normal;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .footer {
    padding: 24px 16px;
  }
  
  .footer__logo {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .footer__main-links,
  .footer__corporate-links,
  .footer__legal {
    gap: 12px;
  }
  
  .footer__link-item,
  .footer__corporate-item,
  .footer__legal-item,
  .footer__copyright {
    font-size: 13px;
  }
  
  .footer__main-links {
    margin-bottom: 16px;
  }
  
  .footer__corporate-links {
    margin-bottom: 20px;
  }
}


.sadfighyu {
  background-color: #000;
}

.whoaru {
  display: none;
  flex-direction: column;
      align-content: center;
    align-items: center;
}

.ljalsdfgnjksdf {
  margin: 1rem;
  padding-bottom: 1rem;
}