html {
  box-sizing: border-box;
  background-color: #fff;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  padding: 0;
  margin: 0;
}

a {
  color: #000;
}

hr {
  max-width: 200px;
}

.container {
  padding: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content {
  width: 100%;
  margin: 0 auto 0;
  color: #000;
  font-size: 0.875rem;
  text-align: center;
}

.inner-content {
  width: 100%;
  margin: 0 auto 0;
  color: #000;
  font-size: 0.875rem;
  text-align: center;
  background: transparent;
  position: relative;
  max-width: 800px;
}

.img-fluid {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.heading {
  font-size: 40px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.1;
  margin-bottom: 60px;
}

.logo {
  margin-bottom: 50px;
}

.pb-0 {
  margin-bottom: 0;
}

p {
  margin-top: 0;
}

.columns {
  display: flex;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.col {
  flex: 1;
  padding: 0 10px;
}

@media (max-width: 600px) {
  .columns {
    flex-direction: column;
  }

  .heading {
    font-size: 35px;
  }
  h1 {
    font-size: 25px;
  }
}

ul {
  list-style: none;
  padding: 0;
}

li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.logotypes {
  padding: 35px 50px;
  text-align: center;
}

.contacts {
  padding: 35px 50px;
}

.logotype {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logotype img,
.logotype p {
  display: flex;
  max-width: 175px;
  margin: 20px 40px;
  align-items: center;
  word-wrap: none;
  white-space: nowrap;
}

.logotype.small img {
  max-width: 115px;
}

.logotypes p {
  font-weight: bold;
  font-size: 22px;
  text-decoration: none;
  max-width: unset;
  text-align: center;
}
