.ikeybase-page .row {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ikeybase-page {
  background-color: #fff;
}
/*.ikeybase-page > .news-header {
  background: #f6f5f3 !important;
  margin-bottom: 0;
  padding: 22px 0 26px;
  border-bottom: 1px solid #eeeeee;
}*/
.ikeybase-page > .news-header::before {
  display: none;
}
.ikeybase-page > .news-header h1 {
  color: #5a4a42;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.ikeybase-page section {
  position: relative;
}
.ikeybase-page > section {
  border-top: 1px solid #eeeeee;
  margin: 0;
  padding: 30px 0;
}
.ikeybase-page > section:first-of-type {
  border-top: none;
}
.ikeybase-page.text-area {
  color: #333333;
  line-height: 1.55;
}
@media (min-width: 768px) {
  /*.ikeybase-page .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }*/
  /*.ikeybase-page .row > .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }*/
  .ikeybase-page .row > .col-md-6:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
    max-width: 58%;
  }
  .ikeybase-page .row > .col-md-6:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    max-width: 42%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .buttons .ikey-button-small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
}
.ikeybase-page section h2 {
  font-size: 1.35rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 14px;
  color: #222222;
}
.ikeybase-page section p {
  margin: 0 0 12px;
  color: #666666;
}
.ikeybase-page section a:not(.ikey-button) {
  font-weight: 400;
  color: #337ab7;
  text-decoration: underline;
  border-bottom: none;
}
.ikeybase-page section a:not(.ikey-button):hover {
  color: #23527c;
  text-decoration: underline;
}
.ikeybase-page .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  max-width: 100%;
  margin-bottom: 0;
}
.ikeybase-page .buttons.full {
  /*display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 440px;
  width: 100%;*/
  max-width: 100%;
}
.ikeybase-page .buttons p {
  width: 100%;
}
.ikeybase-page .ikey-button {
  color: #fff !important;
  background-color: #d97e44 !important;
  border: none;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  padding: 10px 14px 10px 50px !important;
  position: relative;
  min-height: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ikeybase-page .ikey-button:hover {
  color: #fff !important;
  background-color: #c96f38 !important;
}
.ikeybase-page .ikey-button svg {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 26px;
  height: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #fff;
}
.ikeybase-page .ikey-button small {
  display: block;
  font-weight: 400;
  font-size: 0.85em;
  opacity: 0.95;
}

@media (max-width: 767px) {
  .ikeybase-page .row > .col-md-6:not(:last-child) {
    margin-bottom: 28px;
  }
  .ikeybase-page .buttons {
    margin-top: 8px;
    max-width: 100%;
  }
  .ikeybase-page .buttons.full {
    /*grid-template-columns: 1fr;*/
    max-width: 100%;
  }
  .ikeybase-page .ikey-button {
    width: 100%;
    margin-left: 0;
  }
  .page-content img {
    max-width: 100%;
    margin: 0;
  }
  .page-content {
    margin: 0;
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.ikey-button.ikey-button-small {
  padding: 8px 16px;
  font-size: 14px;
}
.ikeybase-page .ikey-button {
  color: #fff !important;
  border: none;
  margin-left: 8px;
  margin-bottom: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  padding-left: 50px !important;
  position: relative;
  min-height: 55px;
}

.ikeybase-page  .col-md-7, .ikeybase-page .col-md-6, .ikeybase-page  .col-md-5, {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.ikeybase-page .downloads {
  position: sticky;
  top: 80px;
}

@media (max-width: 767px) {
  .title-right.uk-width-expand > .cat-catalog {
    display: none;
  }
}