body {font-family: Garamond, serif; font-size: 14px; background-color: #000; color: #fff}
main {max-width: 800px; margin: 40px auto; }
div {margin: 1rem 1.5rem}
.title {font-size: 2rem; font-weight: 600; text-align: center;}
p {margin-top: 1rem; margin-bottom:0.5rem}
.subtitle {text-align: center}
.cyr {font-size: 1.5rem}
section:first-of-type {margin-bottom: 3rem}
.section-title {font-weight: 600}
.section-title-underline {
  display: block;
  width: 56px;
  height: 3px;
  background: #c03a18;
  margin-bottom: 28px;
}
.img-wrapper {text-align: right; margin-top: 4rem}
img {max-width: 50%; height: auto}
.text {font-size: 12px}
footer {width: 100%;position:fixed; bottom: 40px; left: 0; text-align: center; font-size: 1.2rem}
@media screen and (max-width: 480px) { footer {bottom: 20px} }