/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html,
body {
  min-height: 100%;
}

body {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  background-color: #ebedf1;
  color: #1d1d1d;
}

.main-content {
  margin: -80px auto 0;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .main-content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .main-content {
    width: 1170px;
  }
}

.main-title {
  padding-top: 40px;
  padding-bottom: 120px;
  background-color: #f7f7f7;
  text-align: center;
}
.main-title h1 {
  margin: 0;
  padding: 0;
}

.main-body {
  background-color: #ffffff;
  padding: 20px 20px;
  margin-bottom: 40px;
}

.main-body-text p {
  margin: 4px 0;
}
.main-body-text p:first-child {
  margin-top: 0;
}
.main-body-text a {
  color: #d13416;
  text-decoration: none;
}
.main-body-text a:hover, .main-body-text a:focus {
  color: #8c230f;
}

.main-body-footer img {
  float: left;
}
.main-body-footer img:last-child {
  float: right;
}
@media (max-width: 767px) {
  .main-body-footer {
    text-align: center;
  }
  .main-body-footer img {
    float: none;
  }
  .main-body-footer img:last-child {
    float: none;
  }
}
