:root{
  --primary:#EEF7FF;;
  --accent:#7fd1c8;
  --btn:#4D869C;
  --bg:#eef3f5;
  --text:#2c3e3e;
  --muted:#748185;
}

*{margin:0;padding:0;box-sizing:border-box}

body{
  font-family: 'Inter', Arial, sans-serif;
  background:var(--bg);
  color:var(--text);
}

.container{
  max-width:1200px;
  margin:0 auto;
  padding:20px;
  position:relative;

}
.big-text{

  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 168.75% */
  text-transform: uppercase;
  color: #4D869C;
  margin: 64px 112px;
}

.wave{
  position:absolute;
  width:600px;
  opacity:.5;
  z-index:1;
  animation:float 12s ease-in-out infinite;
}
.wave.top{top:-100px;right:-100px}
.wave.bottom{bottom:-150px;left:-100px;animation-delay:3s}


  .decor-grid {
    width: 100%;
    height: 140px;
    margin-top: 32px;
    opacity: .7;
  }
.decorContainer{
  position: relative;
}
.middleDecor{
  position: absolute;
  top: 64px;
  bottom:0%;
}
.bottomDecor{
  position: absolute;
  top: 64px;

}

@keyframes float{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(30px)}
}

header{padding:80px 0}

.hero{
  display:block;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}

.hero-text{max-width:75%}

.badge{
  display:inline-block;
  background:#dff4f2;
  color:var(--primary);
  padding:6px 14px;
  border-radius:20px;
  font-size:14px;
  margin-bottom:12px;
}
.card h3{
  margin-top:12px;
  color: #4D869C;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.card p{
  margin-top:12px;
  color: #748185;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;

}
.card img{
  width: 100%;
  object-fit: contain;
}


.card2 h3{
  margin-top:12px;
  color: #4D869C;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.card2 p{
  margin-top:12px;
  color: #748185;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;

}
h1{
  font-size:40px;
  margin-bottom:16px;
  color:#4D869C;
}

.hero p{color:var(--muted);margin-bottom:24px}

.headBtn {
  border-radius: 56px;
  background: #4D869C;
  padding: 24px;
  color:#FFF;
  width: max-content;
  display: flex;
  align-items: center; /* вертикальное выравнивание */
  gap: 10px;

  transition: all 0.3s ease;
}

.headBtn.fixed {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);

  z-index: 1000;

  background: white;
  padding: 12px 20px;
  border-radius: 40px;
  box-shadow: 0 15px 35px rgba(0,0,0,.1);
  color: #4D869C;
  z-index: 1000;
}
.headBtn.fixed a{
  color: #4D869C;
}
.headBtn img{
  height: 1.2em;
}
.headBtn a {
  color:#FFF;
  text-decoration: none;
  font-family: 'Inter', Arial, sans-serif;
}

.SmartCaptcha-Shield.SmartCaptcha-Shield_visible.SmartCaptcha-Shield_position_right {
 bottom: 0 !important;
}

.btn{
  border-radius: 16px;

  background:var(--btn);
  color:#fff;
  padding:14px 22px;

  text-decoration:none;
  display:inline-block;
  transition:.3s;
}

.btn:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 25px rgba(0,0,0,.1);
}

.hero-img{
  width:350px;
  height:220px;
  border-radius:20px;
  background:linear-gradient(135deg,#a6e3dc,#4fa3a3);
}

section{margin:80px 0}

h2{font-size:28px;margin-bottom:10px;
  color:#4D869C;
}
.subtitle{color:var(--muted);margin-bottom:30px}

.grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.card, .card2{
  background:#fff;
  padding:22px;

  transition:.3s;



  border-radius: 16px;
  border: 1px solid #DAEAF0;
  background: rgba(247, 251, 255, 0.82);
  backdrop-filter: blur(20px);



  transform: translateY(0);
}

.card-img{
  width:48px;
  height:48px;
  border-radius:12px;
  background:linear-gradient(135deg,#dff4f2,#bfe7e3);
  margin-bottom:12px;
}

.card:hover{
  transform:translateY(-8px);
  box-shadow:0 15px 30px rgba(0,0,0,.08);
}
.feedBackForm{
  margin-top:128px;
  border-radius: 24px;

  border-radius: 24px;
  border: 1px solid #DAEAF0;
  background: #F7FBFF;
}
.feedBackForm h3 {
  color: #474C4D;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.decorGrid{margin-top: 32px;}
.topDecor{
  position: absolute;

  top: 0;
  right: 0;
  width: 600px;
  z-index: 0;
}
.feedBackForm p {
  color: #748185;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  margin-top:12px;
}
.feedBackRow{
  margin-top:12px;
}
.feedBackRowLabal{
  color: #748185;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.feedBackRow input, .feedBackRow textarea {
  border-radius: 8px;
  border: 1px solid #CDE8E5;
  padding: 12px;
  margin-top: 8px;
  font-family: Inter;
  color: #748185;
  width: 100%;
  box-sizing: border-box;
}
.feedBackRow textarea {
  height: 6em;
}
.summitWr{
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#summit{
  cursor: pointer;
}

.feedBackRow input:active, .feedBackRow input:focus, .feedBackRow textarea:active, .feedBackRow textarea:focus{
  outline: none !important;
}
@keyframes fadeUp{
  to{opacity:1;transform:translateY(0)}
}
footer {
  text-align: center;
  padding: 20px;
  color: var(--muted);
  font-size: 8px;
}


.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

form{
  background:#fff;
  padding:30px;
  border-radius:18px;
  max-width:520px;
  margin:0 auto;
  box-shadow:0 10px 25px rgba(0,0,0,.05);
}

input{
  width:100%;
  padding:12px;
  margin-bottom:14px;
  border:1px solid #e1e1e1;
  border-radius:10px;
}

.checkbox{
  display:flex;
  gap:10px;
  font-size:12px;
  margin-bottom:16px;
}

#errorWr{
  margin-top: 12px;
  color:red;
  font-weight: 400;
  display: none;
}
#errorWr.active{
  display: block;
}


@media(max-width:1024px){
  .grid{grid-template-columns:repeat(2,1fr)}
  .grid-3{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:640px) {
  body {

  }

  .middleDecor, .bottomDecor {
    max-width: 100vw;
    object-fit: none;
  }
  .bottomDecor {
    max-width: 100vw;
    object-fit: contain;
    top: -81px;
    z-index: 0;
  }




  .big-text {
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 163.636% */
    text-transform: uppercase;
    color: #4D869C;
    margin: 32px 26px;
  }

  .hero {
    flex-direction: column
  }

  h1 {
    font-size: 28px
  }

  .grid, .grid-3 {
    grid-template-columns:1fr
  }

  .feedBackForm {
    margin-top: 64px;
  }
  .decor-grid {
    display: none;
  }
  .topDecor {
    right: inherit;
    left: 37%;
    width: calc(100vw - 37%);
  }
  .middleDecor {
    max-width: 100vw;
    bottom: inherit;
    top:100vh;
    object-fit: none;
  }
}