.wrap {
 background: #f9f1ff;
}
h2{
 text-align: center;
}
.navigation .menu {
 display: none;
}
.form-control input::placeholder,
.form-control input::-moz-placeholder,
.form-control input::-ms-input-placeholder,
.form-control input::-webkit-input-placeholder {
 color: rgb(39, 23, 86) !important;
 font-size: 20px !important;
 font-weight: 500;
 line-height: 25px;
 text-align: left;
}
.errorWindow {
 visibility: hidden;
 color: red;
 font-size: 10px;
 letter-spacing: 0.5px;
 list-style: none;
}
.errorWindow.active {
 visibility: visible;
}
.content {
 margin-bottom: 80px;
}
.g-recaptcha {
 margin-top: 20px;
}
.unsubscribe {
 display: flex;
 flex-direction: column;
 align-items: center;
 padding: 130px 200px 150px;
 margin-top: 70px;
 margin-bottom: 50px;
 border-radius: 20px;
 box-shadow: 0px 10px 50px 0px rgb(246, 230, 247);
 background: rgb(255, 255, 255);
}
.unsubscribe.success {
 margin-top: 130px;
 margin-bottom: 130px;
}
.unsubscribe > div {
 color: #000;
 text-align: center;
 font-size: 40px;
 font-weight: 500;
 line-height: normal;
 margin-bottom: 0;
 margin-top: 20px;
 z-index: 2;
}
.unsubscribe .underline {
 width: 100%;
 height: 8px;
 border-radius: 15px;
 background: rgba(185, 205, 217, 0.5);
 margin-top: -13px;
 z-index: 1;
}
.unsubscribe #feedback-form {
 margin-top: 30px;
}
.unsubscribe .form-group {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: space-between;
 margin-bottom: 0;
}
.unsubscribe .form-group .btn.link {
 width: 380px;
 height: 70px;
 border-radius: 36px;
 background: rgb(250, 50, 146);
 padding: 20px;
}

.unsubscribe .form-group input {
 width: 380px;
 height: 70px;
 padding-left: 30px;
 box-sizing: border-box;
 border: 2px solid rgb(229, 215, 239);
 border-radius: 36px;
 background: rgb(255, 255, 255);
 color: rgb(39, 23, 86);
font-size: 18px;
font-weight: 400;
line-height: 23px;
}
.btn.link {
 width: 200px;
 margin: 0;
}
.header__burger{
 display: none;
}
.advice, .header .container, .navigation .menu{
 justify-content: center;
}
@media (max-width: 991px) {
 h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
 }
 h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
 }

 .unsubscribe {
  padding: 62px 20px 82px;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
 }
 .unsubscribe .form-group input{
  height: 60px;
 }
 .unsubscribe .form-group .btn.link{
  height: 60px;
  font-size: 20px;
font-weight: 700;
line-height: 25px;
 }
}
@media (max-width: 767px) {
 .unsubscribe {
  margin-top: 25px;
  margin-bottom: 30px;
 }
 .unsubscribe.success {
  margin-top: 100px;
  margin-bottom: 90px;
 }
 .unsubscribe > img {
  width: 92px;
  height: 94px;
 }
 .unsubscribe > div {
  font-size: 25px;
  margin-top: 10px;
 }
 .unsubscribe .underline {
  margin-top: -7px;
 }
 .unsubscribe #feedback-form {
  width: 100%;
  margin-top: 17px;
 }
 .unsubscribe .form-group {
  flex-direction: column;
  width: 100%;
 }
 .unsubscribe .form-group .input-wrap,
 .unsubscribe .form-group input {
  width: 100%;
 }
 .unsubscribe .form-group .input-wrap {
  margin-bottom: 10px;
 }
 .btn.link {
  width: 100%;
  max-width: 100%;
 }
}
@media (max-width: 400px) {
 .unsubscribe > div {
  font-size: 20px;
 }
 .unsubscribe .underline {
  margin-top: -7px;
 }
}
