body {
  position: relative;
}

#bg {
  background: url(./../images/bg.jpg) 100% 90% / cover;
  position: relative;
  height: calc(100vh - 105px);
  object-fit: cover;
}

/* .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 .content {
  transform: translateY(-60px);
}
section.thanks .content.first,
section.ask2 .content.first,
section.ask3 .content.first {
  display: none;
}
section .content.form3 {
  display: none;
}
section.thanks .content.form {
  display: none;
}
section.thanks .content.form2 {
  display: none;
}
section.thanks .content.form3 {
  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.form3 {
  display: block;
}
section.ask .content.form2,
section.ask2 .content.form {
  display: none;
}
section.ask .content.form3,
section.ask3 .content.form {
  display: none;
}
section .content.form2 {
  display: none;
}

section.ask2 .content.form2 {
  display: block;
}
section.ask3 .content.form3 {
  display: block;
}
/* section.ask2 .content.form3 {
  display: none;
} */
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 {
  padding-bottom: 180px;
  position: relative;
  text-align: center;
  /* padding-bottom: 50vh; */
  z-index: 99;
}
section .content .logo img {
  width: 100%;
  max-width: 300px;
}
@media only screen and (max-width: 992px) {
  section .content .logo img {
    width: 90%;
    max-width: 180px;
  }
}
section .content .text {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
section .content .stars {
  text-align: center;
  padding-top: 18px;
  padding-bottom: 8vh;
}
section .content .stars a {
  padding: 0 5px;
  transition: 0.4s;
}
section .content .stars a:hover {
  text-decoration: none;
}
section .content .stars a:hover svg {
  transition: 0.4s;
}
section .content .stars a:hover svg .st0 {
  fill: #ffffff;
}
section .content .stars a.someClass svg .st0 {
  fill: #ffffff;
}
section .content .stars a svg {
  width: 60px;
}
section .content .stars a svg .st1 {
  fill: #ffffff;
}
section .content .check {
  text-align: center;
  padding: 4vh 0;
}
section .content .check img {
  width: 162px;
}
footer {
  background: #ffffff;
  padding: 30px 0;
}
footer p {
  margin: 0;
  text-align: center;
  font-family: Helvetica, sans-serif;
  color: #73675b;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
footer p a {
  color: #73675b;
  text-align: center;
}
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');
}
