form .inputs .input-style {
  margin: 24px;
}

form .inputs .input-style input,
form .inputs .input-style textarea {
 width: 100%;
 border: 4px solid #1E48BC;
 background: transparent;
 outline: none;
 height: 60px;
 padding: 0;
 color: #000000;
 font-size: 24px;
}

form .inputs .input-style textarea {
height: 200px;
}

form .inputs .input-style input::placeholder,
form .inputs .input-style textarea::placeholder {
  padding: 24px;
  background-color: #1E48BC;
  color: #ffffff;
  font-size: 24px;
  width: 160px;
}

@media only screen and (max-width: 768px) {
  form .inputs .input-style input::placeholder,
  form .inputs .input-style textarea::placeholder {
    padding: 24px;
    background-color: transparent;
    color: #000000;
    font-size: 24px;
    width: 100%;
  }
}

form .submits .submit input {
  width: 86%;
  background-color: #1E48BC;
  border: 1px solid #1E48BC;
  color: #ffffff;
  padding: 12px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 24px;
}

form .submits .submit input:hover {
  background-color: #ffffff;
  border: 1px solid #1E48BC;
  color: #1E48BC;
  padding: 12px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  transition: .6s;
}

.clearer {
  clear: both;
}
section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 120px);
  background: url(../images/background.jpg) no-repeat 50% 100% / cover;
}
section.thanks .content.first {
  display: none;
}
section.thanks .content.form {
  display: none;
}
section.thanks .content.check {
  display: block;
  
}
section.ask .content.first {
  display: none;
}
section.ask .content.form {
  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;
}
 .content .logo {
  text-align: center;
  padding-bottom: 5vh;
  padding-top: 80px;
}
 .content .logo img {
  width: 20%;
  min-width: 200px;
}
@media only screen and (max-width: 768px) {
   .content .logo img {
    width: 60%;
    min-width: 200px;
  }
}
 .content .text {
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  font-family: 'NB-International-Regular-Webfont';
}

 .content .text p {
  color: #585858;
}

section .content .stars {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 20vh;
}
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: #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;
}
 .content .check {
  text-align: center;
  padding: 5vh 0;

}
 .content .check img {
  width: 100px;
}
footer {
  background: #ffffff;
  padding: 30px 0;
  border-top: 3px solid #1E48BC;
}
footer p {
  margin: 0;
  text-align: center;
  font-family: 'NB-International-Pro-Bold';
  color: #1E48BC;
  font-size: 36px;
}
footer p a {
  color: #1E48BC;
}
footer p a:hover{
  color: inherit;
  text-decoration: none;
}
@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: '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: 'NB-International-Regular-Webfont';
  src: url("../fonts/NB-International-Regular-Webfont.ttf") format("truetype");
}

@font-face {
  font-family: 'NB-International-Pro-Bold';
  src: url("../fonts/NB-International-Pro-Bold.otf") format("opentype");
}

