body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main {
  flex-grow: 2;
}

.content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.partners-wrap {
  padding-top: 0px;
}
header {
  background: -o-linear-gradient(26.39deg,#ff9704 48.8%,#ffc702 91.93%);
  background: linear-gradient(63.61deg,#ff9704 48.8%,#ffc702 91.93%);
}
header .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
}
header .logo {
  max-width: 240px;
}
header .logo img {
  width: 100%;
  display: block;
}

h5 {
  font-size: 16px;
  margin-bottom: 4px;
}
.terms-content p:not(:last-child), .terms-content ul:not(:last-child) {
  margin-bottom: 16px;
}
h1.title {
  margin-bottom: 20px;
}
.block-title {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold; }
.content-block:not(:last-child) {
  margin-bottom: 32px;
}
.content-block li:not(:last-child) {
  margin-bottom: 8px;
}

.terms-content-wrap {
  color: #171717;
  background: #FFFFFF;
  box-shadow: 0px 13px 56px rgba(0, 0, 0, 0.01);
  border-radius: 10px;
  padding: 30px;
}


@media only screen and (max-width: 1440px) {
  /*.content {
    padding: 40px 32px; }*/
}
@media only screen and (max-width: 768px) {
  header .logo {
    max-width: 280px;
  }
/*  header .content {
    justify-content: center;
  }
  header .button.button-small {
    display: none;
  }*/
}