.main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  width: 1200px;
  position: relative;
  overflow: hidden;
  top: 60px;
}
h1{
    padding-top: 25px;
}
article{
    background: #ffffff;
    padding: 25px;
    align-self: stretch;
  font-family: "Inter-Regular", sans-serif;
  line-height: 150%;
}
article > p{
    text-indent: 2em;
    padding: 5px 0px;
}
.contact_block {
  padding: 0px 25px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-end;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 626px;
  position: relative;
}
.input_line {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}
.field {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}
#contents {
  height: 180px;
}
.label {
    color: #000000;
    text-align: left;
    font-family: "Inter-Medium", sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    text-wrap-mode: nowrap;
}
.input {
    background: #ffffff;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    width: 100%;
    line-height: 150%;
}
#submit {
    background: #e5e9ff;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    padding: 5px 15px;
    font-family: "Inter-Medium", sans-serif;
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
    cursor: pointer;
}
.ad {
  background: #d9d9d9;
  width: 300px;
  height: 250px;
  margin-top: 20px;
}

.links_block {
  padding: 25px;
    background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.link > p {
    padding: 5px 2em;
}

.faq {
    padding: 25px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.qa > p {
    padding: 5px 2em;
}

h2 {
    padding: 10px 0px;
}
h3 {
    padding: 10px 15px;
}
h4 {
    text-indent: 2em;
}
section {
    padding: 10px;
}
section > p{
    text-indent: 2em;
    padding: 5px 0px;
}
section ul {
    padding: 0px 4em;
}
section li {
    list-style: disc;
}
#last_update {
    color: rgba(0, 0, 0, 0.5);
}

.grecaptcha-badge { 
    visibility: hidden;
}
