* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
  min-height: 100vh;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.top-menu {
  text-align: right;
  background-color: #131315;
  width: 100%;
}

#topMenu {
  text-align: right;
  list-style-type: none;
  font-size: 14px;
  margin: 0;
  padding: 0;
  height: 40px;
  line-height: 40px;
}

#topMenu li {
  display: inline-block;
  margin-left: 10px;
}

#topMenu .link-top {
  color: #fff;
  font-size: 12px;
}

.section-header {
  background: #654ea3;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #eaafc8, #654ea3);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 60px 0;
  border-bottom: transparent;
  text-align: center;
}

.section-header h1 {
  color: #ffffff;
  fill: #ffffff;
  font-size: 39px;
  line-height: 43px;
  font-weight: 600;
  letter-spacing: -2px;
  margin-bottom: 24px;
}

.section-header .section-header__list-btn .btn-col {
  text-align: center;
}

.section-header .section-header__list-btn .btn-col a {
  text-decoration: none;
}

.section-header .section-header__list-btn .btn-col a button {
  width: 188px;
  font-size: 16px;
  border-radius: 6px;
  outline: none;
  padding: 8px 14px;
  border: 0;
  line-height: 24px;
  margin: 8px 0;
  text-align: center;
  transition: all 0.3s;
  vertical-align: middle;
  white-space: nowrap;
  color: #131415;
  font-weight: 600;
}

.section-header .section-header__list-btn .btn-col a button:hover {
  background: #e1e2e6;
}

.section-content {
  padding: 64px 0;
}

.section-content__item {
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  padding: 16px;
  min-height: 250px;
}

.section-content__item a {
  display: flex;
  font-size: 16px;
  line-height: 48px;
  color: #007bff;
}

.section-content__item a:hover {
  text-decoration: underline;
}

.section-content__item .img-container {
  width: 46px;
}

.section-content__item .img-container img {
  vertical-align: middle;
}

.section-content h3 {
  text-align: center;
  margin-bottom: 24px;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer .privacy-menu {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer .privacy-menu ul li {
  display: inline-block;
  padding: 20px 20px 20px 0;
}

.footer .privacy-menu .follow-social {
  margin-left: auto;
  padding: 20px 20px 20px 0;
  color: #7a7a7a;
}

.footer ul {
  padding: 0;
  margin: 0;
  color: #7a7a7a;
}

.footer ul li {
  margin: 0 0 10px 0;
  cursor: pointer;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .section-content__item {
    margin-bottom: 36px;
  }

  .footer {
    position: relative;
  }
}

