body {
  position: relative;
}

.background {
  position: absolute;
  bottom: 100px;
  right: 0;
}

.background img {
  width: 400px;
}

.clearer {
  clear: both;
}
section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 120px);
}
section.thanks .content.first ,section.ask2 .content.first{
  display: none;
}
section.thanks .content.form {
  display: none;
}
section.thanks .content.form2 {
  display: none;
}
section.thanks .content.check {
  display: block;
}
section.ask .content.first {
  display: none;
}
section.ask .content.form {
  display: block;
}
section.ask .content.form2 {
  display: block;
}
section.ask .content.form2 ,section.ask2 .content.form{
  display: none;
}
section .content.form2 {
  display: none;
}
section.ask2 .content.form2 {
  display: block;
}
section .content {
  width: 520px;
  max-width: 100%;
  background: white;
  background: url(../images/back.svg) no-repeat 50% 100% / contain;
}
section .content.check {
  display: none;
  background: none;
}
section .content.form {
  display: none;
  background: none;
}
section .content .logo {
  text-align: center;
  padding-bottom: 5vh;
}
section .content .logo img {
  width: 80%;
  min-width: 200px;
}
section .content .text {
  text-align: center;
  color: #4d4d4d;
  font-size: 22px;
  font-family: 'OpenSans-Regular';
}
section .content .stars {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 8vh;
}
section .content .stars a {
  padding: 0 5px;
  transition: .4s;
}
section .content .stars a:hover {
  text-decoration: none;
}
section .content .stars a:hover svg {
  transition: .4s;
}
section .content .stars a:hover svg .st0 {
  fill: #998543;
}
section .content .stars a.someClass svg .st0 {
  fill: #998543;
}
section .content .stars a svg {
  width: 60px;
}
section .content .stars a svg .st1 {
  fill: #998543;
}
section .content .check {
  text-align: center;
  padding: 5vh 0;
}
section .content .check img {
  width: 100px;
}
footer {
  background: #998543;
  padding: 30px 0;
}
footer p {
  margin: 0;
  text-align: center;
  font-family: 'OpenSans-Regular';
  color: white;
  font-size: 16px;
}
footer p a {
  color: white;
}
footer p a:hover{
  color: inherit;
}
@media only screen and (max-width: 480px) {
  section .content .text {
    font-size: 23px;
  }
  section .content .stars a {
    padding: 0 5px;
  }
  section .content .stars a svg {
    width: 40px;
  }
  footer p {
    font-size: 13px;
  }
  section .content .logo img {
    min-width: 140px;
    width: 60%;
  }
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Arial';
  src: url("../fonts/Arial.ttf") format("truetype");
}
@font-face {
  font-family: 'Arial-Bold';
  src: url("../fonts/Arial-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'NexaHeavy';
  src: url("../fonts/NexaHeavy.otf") format("opentype");
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
}
