*,
:after,
:before {
    border: 0 solid #e5e7eb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    --tw-content: ""
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-family: var(--font-sans), sans-serif;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

body {
    line-height: inherit;
    margin: 0;
    font-family: sans-serif;
}

hr {
    border-top-width: 1px;
    color: inherit;
    height: 0
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
    font-weight: bold;
    text-align: left;
}
h1 {
    font-size: 32px;
    
}
h2 {
    font-size: 26px;
}
h1,
h2,
figure {
    margin-bottom: 30px;
}
fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}
.main_head {
    background-color: #121534;
    color: #fff;
}
.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px;
}
.main_head-logo {
    font-size: 18px;
    color: #fff;
    text-align: left;
    padding-left: 25px;
}
.main_article {
    /* max-width: 900px; */
    margin: 0 auto;
    padding: 0 15px;
}
.main_article p {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.75;
    font-weight: 400;
}
.main_article p b {
    font-style: italic;
}
  .form-block__container {
    flex-direction: column;
  }
  .form-block__title {
    color: #000;
    margin-bottom: 46px;
    text-align: center;
  }
  .form-block__form {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .form-block__input {
    background: #D9D9D9;
    padding: 8px 23px;
    font-size: 20px;
    color: #000;
  }
  .form-block__input::placeholder{
    color: #A8A8A8;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 45px;
  }
  .form-block__btn {
    background: var(--background);
    padding: 11px 71px;
  }
  footer {
    background-color: #121534;
  }
  .main-footer {
    height: 50px;
    margin-top: 24px;
    color: #fff;
    text-align: center;
  }