.clearer {
  clear: both;
}
section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 120px);
}
section.thanks .content.form {
  display: none;
}
section.thanks .content.check {
  display: block;
}
section .content {
  width: 500px;
  max-width: 100%;
  background: white;
  background: url(../images/back.svg) no-repeat 50% 100% / contain;
}
section .content.check {
  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: #630630;
  font-size: 30px;
  font-family: 'TitilliumWeb-Regular';
}
section .content .stars {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20vh;
}
section .content .stars a {

  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: #631332;
}
section .content .stars a.someClass svg .st0{
  fill: #631332;
}
section .content .stars a svg {
  width: 70px;
  padding: 0 5px;
}
section .content .stars a svg .st1 {
  fill: #631332;
}
section .content .check {
  text-align: center;
  padding: 5vh 0;
}
section .content .check img {
  width: 100px;
}
footer {
  background: #631332;
  padding: 30px 0;
}
footer p {
  margin: 0;
  text-align: center;
  font-family: 'TitilliumWeb-Regular';
  color: white;
  font-size: 16px;
}
footer p a {
  color: white;
}
@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: 'TitilliumWeb-Regular';
  src: url("../fonts/TitilliumWeb-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'TitilliumWeb-Bold';
  src: url("../fonts/TitilliumWeb-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");
}
