html {
  scroll-behavior: smooth;
}
.layoutMain {
  padding: unset;
}
.layoutMain .layoutMainC {
  max-width: 100%;
}
.unsub {
  color: #1E1E1E;
  padding-inline: 1rem;
}
.unsub img,
.unsub picture {
  -webkit-user-select: none;
          user-select: none;
}
.unsub-top {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding-top: 70px;
}
.unsub-top__h1 {
  font-size: 45px;
  line-height: 52px;
  margin-bottom: 20px;
}
.unsub-top__text {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 50px;
}
.unsub-top__picture {
  margin-bottom: 80px;
}
.unsub-top__picture img {
  width: clamp(150px, 250px, 100%);
}
.unsub-top__h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 50px;
}
.unsub-top__bottomText {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 35px;
}
.unsub-boxes {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 50px;
  margin-inline: auto;
}
.unsub-boxes-box {
  flex: 1 1 29%;
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px #0000001F;
  border-radius: 25px;
  padding: 23px 36px 42px 36px;
}
.unsub-boxes-box__icon {
  margin-bottom: 22px;
  max-height: 40px;
}
.unsub-boxes-box__text {
  font-size: 18px;
  line-height: 24px;
}
.unsub-bottom__h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 50px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .unsub-boxes {
    gap: 25px;
  }
  .unsub-boxes-box {
    flex: 1 1 100%;
  }
  .unsub-top__h1 {
    font-size: 35px;
    line-height: 42px;
  }
  .unsub-top__picture {
    margin-bottom: 25px;
  }
  .unsub-top__picture img {
    width: 150px;
  }
  .unsub-top__h2,
  .unsub-bottom__h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .unsub-top__h2 br,
  .unsub-bottom__h2 br {
    display: none;
  }
}
.unsub-form {
  margin-bottom: 25px;
  padding-inline: 1rem;
}
.unsub-form h1 {
  font-size: 28px;
  line-height: 34px;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.unsub-form form {
  max-width: 600px;
  margin-inline: auto;
}
.unsub-form label {
  font-size: 18px;
  line-height: 24px;
}
.unsub-form select {
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #707070;
  border-radius: 2px;
}
.unsub-form .fieldset {
  margin-bottom: 25px;
}
.unsub-form .field {
  display: flex;
  flex-direction: column;
}
.unsub-form .footer {
  background-color: #fff;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.unsub-form button {
  max-width: 120px;
}
.unsub-form textarea {
  border: 1px solid #707070;
  border-radius: 2px;
  resize: vertical;
}
@media screen and (max-width: 700px) {
  .unsub-form {
    margin-top: 40px;
  }
  .unsub-form h1 {
    font-size: 22px;
    line-height: 28px;
  }
  .unsub-form .field {
    min-width: unset;
    align-items: center;
  }
  .unsub-form .input,
  .unsub-form .select {
    width: 500px;
    max-width: 100%;
  }
  .fieldset {
    flex-direction: column;
    max-width: 100%;
  }
  .fieldset.margin-bot-1 {
    flex-direction: row;
  }
  label {
    text-align: center;
  }
  option {
    max-width: 100%;
  }
  textarea {
    width: 500px;
    max-width: 100%;
  }
  .unsub-form .fieldset {
    max-width: 320px;
  }
}