@import url(../nullstyle/nullstyle.css);
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
.container {
  max-width: 1200px;
  margin: 0 auto;
}

.wrapper .main .faq {
  color: #131b24;
  padding: 70px 0;
}
.wrapper .main .faq h1 {
  text-align: center;
  font-size: 52px;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  padding-bottom: 10px;
}
.wrapper .main .faq .section {
  padding-top: 30px;
  max-width: 776px;
  margin: 0 auto;
}
.wrapper .main .faq .section span {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  display: block;
}
.wrapper .main .faq .section .accordeon {
  background: #eef2f6;
  margin-bottom: 8px;
  border-radius: 16px;
}
.wrapper .main .faq .section .accordeon .question {
  padding: 25px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .main .faq .section .accordeon .question h4 {
  font-family: "Noto Sans", sans-serif;
  display: block;
  width: 100%;
  background: none;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #131b24;
}
.wrapper .main .faq .section .accordeon .question img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.wrapper .main .faq .section .accordeon .answer {
  justify-content: center;
}
.wrapper .main .faq .section .accordeon .answer span {
  width: 95%;
  font-family: "Noto Sans", sans-serif;
  padding: 5px 0;
  font-weight: 400;
  border-top: 1px solid #c0c9d3;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}
.wrapper .main .contact {
  background: linear-gradient(90deg, #ff5653 0%, #cf3535 100%);
  position: relative;
  height: 633px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .main .contact .contact__bg {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../src/img/download-bg.svg") 0 0/cover repeat;
  opacity: 0.15;
}
.wrapper .main .contact__form {
  z-index: 25;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: #fff;
  border-radius: 40px;
  font-family: "Noto Sans", sans-serif;
}
.wrapper .main .contact__title {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
}
.wrapper .main .contact__input, .wrapper .main .contact__textarea {
  margin: 10px 0;
  width: 440px;
  border: 1px solid #c0c9d3;
  padding: 14px 16px;
  border-radius: 20px;
}
.wrapper .main .contact__textarea {
  resize: none;
}
.wrapper .main .contact__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
  width: 100%;
}
.wrapper .main .contact__button {
  background: #e94746;
  color: #fff;
  padding: 16px 57px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  box-shadow: #e94746 0 0 6px;
}
.wrapper .main .contact__data {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrapper .main .contact__subtitle {
  color: #131b24;
  font-size: 14px;
}
.wrapper .main .contact a {
  color: #e94746;
  line-height: 130%;
  font-weight: 600;
  font-size: 17px;
}
.wrapper .footer {
  background: #d12f2e;
}
.wrapper .footer .container {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.wrapper .footer .container img {
  height: 27px;
  width: 169px;
}
.wrapper .footer .container span {
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  display: flex;
  align-items: center;
}
.wrapper .footer .container a {
  display: flex;
  align-items: center;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}
.wrapper .footer .container ul {
  display: flex;
  gap: 20px;
}
.wrapper .footer .container ul li img {
  height: 20px;
  width: 20px;
}