html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  overscroll-behavior: inherit;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
button {
  cursor: pointer;
}
.main__background {
  background-image: url("../../img/mobile-background.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  min-height: 100vh;
}
@media screen and (min-width: 744px) {
  .main__background {
    background-image: url("../../img/tablet-background.jpg");
  }
}
@media screen and (min-width: 1440px) {
  .main__background {
    background-image: url("../../img/desktop-background.jpg");
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Arial", sans-serif;
  color: #fff;
  background-color: #000;
}
h1 {
  font-size: 64px;
  font-weight: 700;
}
h2 {
  font-size: 40px;
  font-weight: 700;
}
h3 {
  font-size: 24px;
  font-weight: 700;
}
p {
  font-size: 16px;
  line-height: normal;
}
a {
  text-decoration: none;
  color: unset;
  cursor: pointer;
}
.btn-main {
  width: fit-content;
  padding: 16px 48px;
  text-transform: uppercase;
  background-color: #fea700;
  border-radius: 32px;
  border: none;
  font-size: 24px;
  font-weight: 700;
  transition: 0.3s;
}
.btn-main:hover {
  background-color: #a96f00;
}
@media (max-width: 1199px) {
  .btn-main {
    font-size: 16px;
    padding: 12px 48px;
  }
}
@media (max-width: 743px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 16px;
  }
  p {
    font-size: 12px;
  }
}
.container {
  max-width: 1256px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media (max-width: 743px) {
  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.header {
  padding: 12px 0;
  background-color: #000;
}
.header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__nav-list {
  font-size: 20px;
  display: flex;
  gap: 32px;
}
.header__nav--mob {
  display: none;
}
.header__nav-item {
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.3s;
}
.header__nav-item:hover {
  color: #fea700;
}
.header__burger {
  display: none;
}
@media (max-width: 1199px) {
  .header {
    position: relative;
  }
  .header .logo {
    max-width: 196px;
  }
  .header__burger {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 8px;
  }
  .header .nav-wrapper {
    flex-direction: row-reverse;
  }
  .header__nav--desktop {
    display: none;
  }
  .header__nav--mob {
    display: none;
    max-width: 267px;
    padding: 32px 24px;
    position: absolute;
    top: 74px;
    right: 0;
    z-index: 2;
    border-bottom-left-radius: 20px;
    background-color: #000;
  }
  .header__nav-list--mob {
    flex-direction: column;
    gap: 30px;
  }
  .header__nav-item {
    word-wrap: break-word;
  }
}
@media (max-width: 743px) {
  .header .logo {
    max-width: 148px;
  }
  .header .nav-wrapper {
    gap: 0px;
  }
}
.hero {
  padding: 80px 0;
  background-image: url("../img/hero-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.hero .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
}
.hero .wrapper {
  display: flex;
  justify-content: space-between;
}
.hero .content-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 702px;
  text-align: start;
  gap: 24px;
}
.hero .form-wrapper {
  max-width: 400px;
}
.hero__caption {
  padding: 8px 24px;
  background-color: #fea700;
  border-radius: 32px;
  color: #000;
  text-transform: uppercase;
  width: fit-content;
}
.hero__title {
  line-height: normal;
}
.hero__text {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .hero .container {
    padding: 0 40px;
  }
  .hero .wrapper {
    flex-direction: column;
    align-items: center;
    gap: 64px;
  }
  .hero .form-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 743px) {
  .hero {
    padding: 48px 0;
  }
  .hero .container {
    padding: 0 20px;
  }
  .hero__caption {
    font-size: 10px;
  }
  .hero__title {
    font-size: 24px;
  }
  .hero__text {
    font-size: 16px;
  }
}
.announce {
  padding: 100px 0;
}
.announce .wrapper {
  display: flex;
  justify-content: space-between;
}
.announce .content-wrapper {
  max-width: 596px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.announce__title {
  line-height: normal;
}
.announce__text {
  font-size: 24px;
}
.announce .img-wrapper {
  max-width: 596px;
}
.announce .img-wrapper img {
  width: 100%;
}
@media (max-width: 1199px) {
  .announce .wrapper {
    flex-direction: column;
    gap: 64px;
  }
  .announce .content-wrapper,
  .announce .img-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 743px) {
  .announce {
    padding: 48px 0;
  }
  .announce .wrapper {
    gap: 32px;
  }
  .announce__text {
    font-size: 16px;
  }
}
.features {
  padding: 80px 0 180px;
  text-align: center;
  background-image: url("../img/bg-fire.png");
  background-size: cover;
  background-position: center;
}
.features__title {
  margin-bottom: 24px;
}
.features__caption {
  font-size: 24px;
  margin-bottom: 80px;
}
.features .cards-box {
  display: flex;
  justify-content: space-between;
}
.features .card {
  max-width: 408px;
  padding: 32px;
  background-color: #eee;
  border-radius: 32px;
  color: #000;
}
.features .card__title {
  font-weight: 400;
  margin-bottom: 16px;
}
.features .card__img {
  width: 74px;
  margin-bottom: 16px;
}
.features .card__text {
  line-height: 22px;
}
.features .badge {
  margin: 180px 0;
  padding: 32px 0;
  color: #000;
  border-radius: 300px;
  background: rgba(254, 167, 0, 0.7);
}
.features .badge__text {
  font-size: 24px;
  margin-bottom: 16px;
}
.features .badge__title {
  font-weight: 400;
  margin-bottom: 32px;
}
.features .badge .btn-main {
  color: #fff;
  font-weight: 400;
  background-color: #000;
  transition: 0.3s;
}
.features .badge .btn-main:hover {
  background-color: #fff;
  color: #000;
}
.features .guide .card__title {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .features {
    padding: 20px 0 120px;
  }
  .features__title {
    font-size: 32px;
  }
  .features .cards-box {
    flex-direction: column;
    gap: 16px;
  }
  .features .card {
    padding: 16px;
    max-width: 100%;
  }
  .features .badge {
    margin: 120px 0;
  }
  .features .badge .btn-main {
    font-size: 24px;
  }
}
@media (max-width: 743px) {
  .features {
    padding: 20px 0 64px;
  }
  .features__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .features__caption {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .features .card__title {
    font-size: 16px;
  }
  .features .badge {
    margin: 64px 0;
    border-radius: 64px;
  }
  .features .badge__text {
    font-size: 16px;
    color: #fff;
  }
  .features .badge__title {
    font-size: 24px;
  }
  .features .badge .btn-main {
    font-size: 16px;
  }
  .features .guide .card__title {
    font-size: 16px;
  }
}
.offers .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offers .img-wrapper {
  max-width: 514px;
}
.offers .img-wrapper img {
  width: 100%;
}
.offers .content-wrapper {
  max-width: 678px;
}
.offers__title {
  font-weight: 400;
  line-height: 54px;
  margin-bottom: 24px;
}
.offers__text {
  margin-bottom: 24px;
}
.offers__text:last-of-type {
  margin-bottom: 48px;
}
.offers__subtitle {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
}
.offers .badge {
  margin: 180px 0;
  padding: 32px 0;
  border-radius: 300px;
  background-color: #fea700;
  color: #000;
  text-align: center;
}
.offers .badge__title {
  margin-bottom: 32px;
  font-weight: 400;
  line-height: 54px;
}
.offers .badge .wrapper {
  display: flex;
  justify-content: center;
  gap: 80px;
}
.offers .badge__stat {
  margin-bottom: 16px;
  font-size: 64px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .offers .wrapper {
    flex-direction: column;
    gap: 64px;
  }
  .offers .img-wrapper {
    max-width: 100%;
  }
  .offers__title {
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 700;
  }
  .offers .badge {
    margin: 120px 0;
    border-radius: 100px;
  }
  .offers .badge .wrapper {
    gap: 48px;
    flex-direction: row;
  }
}
@media (max-width: 743px) {
  .offers .wrapper {
    gap: 16px;
  }
  .offers__title {
    font-size: 20px;
    line-height: normal;
  }
  .offers__text {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .offers__text:last-of-type {
    margin-bottom: 20px;
  }
  .offers__subtitle {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .offers .badge {
    margin: 64px 0;
    padding: 16px 12px;
    border-radius: 48px;
  }
  .offers .badge__title {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .offers .badge .wrapper {
    justify-content: space-between;
    gap: 0;
    align-items: start;
  }
  .offers .badge__stat {
    font-size: 24px;
  }
  .offers .badge__caption {
    max-width: 70px;
  }
}
.faq {
  margin-bottom: 180px;
  color: #fff;
}
.faq .title {
  margin-bottom: 24px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.4px;
}
.faq .subtitle {
  margin-bottom: 80px;
  text-align: center;
  font-weight: 400;
}
.faq .accordion {
  margin: 0 auto;
}
.faq .accordion__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
}
.faq .accordion__item {
  width: 100%;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 1px solid #838383;
  background: rgba(0, 0, 0, 0);
  position: relative;
}
.faq .accordion__item:after {
  display: block;
  content: "";
  background-image: url("../img/plus.png");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 8px;
  right: 12px;
  transition: all 0.3s;
}
.faq .accordion__item.active > .accordion__content {
  padding-top: 18px;
  max-height: 150px;
}
.faq .accordion__item.active:after {
  transition: all 0.3s;
  transform: rotate(45deg);
}
.faq .accordion__label {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  position: relative;
  cursor: pointer;
}
.faq .accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
  font-size: 16px;
  line-height: normal;
  color: #fff;
}
@media (max-width: 1199px) {
  .faq {
    margin-bottom: 120px;
  }
  .faq .title {
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 700;
    line-height: 54px;
  }
  .faq .accordion__item {
    max-width: 100%;
  }
}
@media (max-width: 743px) {
  .faq {
    margin-bottom: 64px;
  }
  .faq .title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: normal;
  }
  .faq .subtitle {
    margin-bottom: 48px;
    line-height: normal;
  }
  .faq .accordion__list {
    gap: 8px;
  }
  .faq .accordion__item {
    padding: 8px;
  }
  .faq .accordion__item:after {
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    top: 0;
  }
  .faq .accordion__label {
    max-width: 218px;
    font-size: 12px;
    line-height: normal;
  }
  .faq .accordion__content {
    font-size: 10px;
  }
}
.advantages {
  margin-bottom: 80px;
}
.advantages .title {
  margin-bottom: 24px;
  text-align: center;
}
.advantages .subtitle {
  text-align: center;
  font-weight: 400;
}
.advantages .table {
  display: block;
  margin: 80px auto;
  max-width: 1056px;
  border: 1px solid #838383;
  border-radius: 16px;
  border-collapse: collapse;
}
.advantages tr:not(:last-child) {
  border-bottom: 1px solid #838383;
}
.advantages tr > td {
  padding: 10px 16px;
}
.advantages tr > td:first-child {
  min-width: 328px;
  border-right: 1px solid #838383;
}
.advantages tr > td:last-child {
  width: 100%;
}
.advantages .box-top {
  margin-bottom: 64px;
}
.advantages .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.advantages .box .wrapper {
  max-width: 678px;
}
.advantages .box .title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-align: start;
  color: #fea700;
}
.advantages .box .text:not(:last-child) {
  margin-bottom: 16px;
}
.advantages .box .bold {
  font-weight: 700;
}
.advantages .box .img-wrapper {
  max-width: 514px;
}
.advantages .box .img-wrapper img {
  width: 100%;
}
@media (max-width: 1199px) {
  .advantages .title {
    font-size: 32px;
  }
  .advantages .box {
    flex-direction: column;
  }
  .advantages .box-top {
    margin: 0;
  }
  .advantages .box-top .img-wrapper {
    padding: 64px 0;
    max-width: 100%;
  }
  .advantages .box-bottom {
    flex-direction: column-reverse;
  }
  .advantages .box-bottom .img-wrapper {
    display: none;
  }
}
@media (max-width: 743px) {
  .advantages {
    margin-bottom: 64px;
  }
  .advantages .title {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .advantages .table {
    margin: 48px auto;
    font-size: 12px;
  }
  .advantages tr > td {
    padding: 8px;
    line-height: normal;
  }
  .advantages tr > td:first-child {
    min-width: 92px;
  }
  .advantages .box .title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .advantages .box .text:not(:last-child) {
    margin-bottom: 10px;
  }
  .advantages .box .img-wrapper {
    padding: 24px 0;
  }
}
.footer .disclaimer {
  padding: 32px 0;
}
.footer .disclaimer__text,
.footer .disclaimer__list {
  font-size: 12px;
  line-height: 15px;
}
.footer .disclaimer__list {
  padding: 16px 8px;
  list-style: disc;
  list-style-position: inside;
}
.footer .copyright {
  padding: 10px 0;
  text-align: center;
}
.footer .links {
  display: flex;
  width: fit-content;
  margin: 0 auto 20px;
  gap: 32px;
}
@media (max-width: 743px) {
  .footer .disclaimer__text,
  .footer .disclaimer__list {
    font-size: 10px;
    line-height: normal;
  }
}
.contact .hero {
  background-image: none;
}
.contact .hero__title {
  font-size: 40px;
}
.contact .hero .wrapper {
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.contact .announce .wrapper {
  margin-bottom: 180px;
}
.contact .announce .img-wrapper {
  max-width: 792px;
}
.contact .announce .img-wrapper img {
  width: 100%;
}
.contact .announce .form-wrapper {
  max-width: 400px;
}
.contact .announce .connect {
  padding: 32px 0;
  display: flex;
  justify-content: center;
  gap: 64px;
}
.contact .announce .card {
  width: 368px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.contact .announce .card__title {
  font-size: 25px;
  font-weight: 400;
}
.contact .features .badge {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .contact .hero {
    padding: 64px 0;
  }
  .contact .hero .wrapper {
    align-items: start;
    text-align: start;
  }
  .contact .announce {
    padding: 0;
  }
  .contact .announce .wrapper {
    margin: 0 0 64px 0;
    align-items: center;
  }
  .contact .announce .connect {
    gap: 32px;
  }
  .contact .features {
    padding: 120px 0;
  }
  .contact .features .badge {
    margin: 120px 0 0 0;
  }
}
@media (max-width: 743px) {
  .contact .hero {
    padding: 32px 0;
  }
  .contact .hero__caption {
    font-size: 12px;
  }
  .contact .hero__title {
    font-size: 20px;
  }
  .contact .announce .wrapper {
    margin: 0 0 32px 0;
  }
  .contact .announce .connect {
    flex-direction: column;
    align-items: center;
  }
  .contact .announce .card__text {
    font-size: 16px;
  }
  .contact .features {
    padding: 64px 0;
  }
  .contact .features .badge {
    margin: 64px 0 0 0;
  }
}
.about .desc {
  padding: 80px 0 100px 0;
}
.about .desc .wrapper {
  display: flex;
  gap: 64px;
}
.about .desc__text:not(:last-child) {
  margin-bottom: 16px;
}
.about .features .badge {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .about .announce {
    padding: 64px 0;
  }
  .about .announce .img-wrapper {
    display: none;
  }
  .about .desc {
    padding: 0;
  }
  .about .desc .wrapper {
    display: block;
  }
  .about .desc .img-wrapper {
    margin-bottom: 64px;
  }
  .about .features {
    padding: 120px 0;
  }
}
@media (max-width: 743px) {
  .about .announce {
    padding: 32px 0;
  }
  .about .desc .img-wrapper {
    margin-bottom: 32px;
  }
  .about .features {
    padding: 64px 0;
  }
  .about .features .card__text {
    line-height: normal;
  }
}
.start .announce {
  padding: 80px 0;
}
.start .announce .btn-main {
  display: none;
}
.start .announce .content-wrapper {
  max-width: 678px;
  gap: 16px;
}
.start .announce .form-wrapper {
  max-width: 514px;
}
.start .announce__title {
  color: #fea700;
}
.start .announce__text {
  font-size: 16px;
}
.start .announce__text:last-child {
  color: #fea700;
}
.start .announce .list {
  padding-left: 20px;
  list-style: disc;
  list-style-position: outside;
}
.start .announce .list__item:not(:last-child) {
  margin-bottom: 16px;
}
.start .features {
  padding: 0 0 80px 0;
}
.start .features .badge {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .start .announce {
    padding: 64px 0;
  }
  .start .announce .btn-main {
    display: none;
  }
  .start .announce .form-wrapper {
    max-width: 100%;
  }
  .start .features {
    padding-bottom: 120px;
  }
}
@media (max-width: 743px) {
  .start .announce {
    padding: 32px 0;
  }
  .start .announce .btn-main {
    display: block;
  }
  .start .features {
    padding: 64px 0;
  }
  .start .features .card__text {
    line-height: normal;
  }
} /*# sourceMappingURL=main.min.css.map */
