.banner {
  background-image: url('../img/waves.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: auto;
  color: #ffffff;
}

.banner .label {
  background-color: #ffffff;
  background-image: url('../img/vskl.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45px;
  width: 120px;
  height: 60px;
  margin: 0 auto 0 auto;
  border-radius: 0 0 25px 25px;
}

.banner .text {
  max-width: 820px;
  text-align: center;
  margin: 15px auto 40px auto;
  font-size: 20px;
}

.banner .card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  width: 390px;
  min-width: 280px;
  max-width: 90%;
  min-height: 260px;
  margin: auto auto 0 auto;
  border-radius: 20px 20px 0 0;
  padding: 25px 40px 0px 30px;
  box-sizing: border-box;
  box-shadow: 0 -6px 5px 0px rgba(0, 0, 0, 0.2);
  color: #563232;
}

.banner .card .card-text {
text-align: center;
}

.banner .card form  {
display:  flex;
justify-content: space-between;
flex-direction: column;
}

.banner .card form input {
text-align: left;
padding-left: 10px;
margin: 20px auto 0 auto;
width: 212px;
}

.banner .card form .button {
width: 212px;
margin: 20px auto 0 auto;
}

.banner .card .__message {
margin-left: auto;
margin-right: auto;
}

.banner__policy {
text-align: center;
font-size: 0.75em;
}

@media (max-width: 600px) {
.banner {
  height: auto;
}
.banner .text {
  font-size: 20px;
}
.banner .text .main{
  font-size: 28px;
}
.banner .card {
  margin: 20px auto 0 auto ;
}
}