.btn-export-pdf,
div#dokuwiki__pagetools {
  display: none !important;
}

.btn-search {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  padding: 14px 11px 11px 14px;
  box-shadow: 1px 1px 1px rgba(180, 180, 180, 0.5);
}

.page-container {
  padding: 0;
}

.page-container p {
  margin-bottom: 0;
}

.page-container ul {
  display: flex;
  margin: 0 0 35px -40px;
  padding-left: 0;
  list-style: none;

  flex-wrap: wrap;
}

.page-container ul li {
  padding-left: 0;
  background-image: none;
}

.request-field,
.content {
  padding-left: 78px;
}

.request-field {
  height: 507px;
  background-color: rgba(247, 208, 18, 0.1);
}

.request-field__description {
  position: relative;
  z-index: 2;
  top: 93px;
  left: 0;
  max-width: 502px;
}

.request-field__header {
  font-size: 28px;
}

.request-field__text {
  margin: 25px 0 65px 0 !important;
  font-size: 17px;
}

.side-image {
  position: relative;
}

.side-image::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 25px;
  right: 0;
  width: 337px;
  height: 458px;
  background-image: url('../img/main-pic.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.button {
  width: 219px;
  height: 40px;
  cursor: default;
  color: #ddd;
  font-family: inherit;
  font-size: 14px;
  border-radius: 2px;
  background-color: #767676;
}

.active-btn {
  color: #fff;
  background-color: #4e4e4e;
}

.active-btn:hover,
.active-btn:focus {
  cursor: pointer;
  transition: background-color 0.1s ease-in-out;
  background-color: #262626;
}

div.link-button a {
  line-height: 2.7em;
}

div.link-button a span {
  display: inline-block;
  text-align: center;
}

.content {
  margin: 45px 0 85px;
}

.content p {
  max-width: 450px;
  margin-bottom: 60px;
  font-size: 28px;
}

.sections li button {
  position: relative;
  z-index: 1;
  width: 270px;
  height: 270px;
  transition: box-shadow 0.2s ease-in-out;
  font-family: inherit;
  line-height: 1.2em;
  text-align: left;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 40px 38px;
  background-size: 40px 40px;
}

.sections li button:hover,
.sections li button:focus {
  z-index: 2;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 0 15px #e1e1e1;
}

.sections li button b,
.section-description {
  position: absolute;
  right: 40px;
  left: 40px;
  margin: 0;
  padding: 0;
}

.sections li button b {
  top: 92px;
  width: 190px;
  font-size: 14px;
}

.section-description {
  top: 143px;
  padding-top: 17px;
  font-size: 12px;
  border-top: 2px solid #e1e1e1;
}

.choosed-section {
  position: absolute;
  top: 16px;
  right: 16px;
  display: none;
  width: 29px;
  height: 29px;
  color: #fff;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  border-radius: 50%;
  background-color: #19bb4f;
}

.content__button {
  width: 100%;
  margin-left: -59px;
  text-align: center;
}

/*логотипы для кнопок разделов*/
li button#section-connect {
  background-image: url('../img/ic-connect.svg');
}

li button#section-start {
  background-image: url('../img/ic-rocket.svg');
}

li button#section-button {
  background-image: url('../img/ic-tap.svg');
}

li button#section-cms {
  background-image: url('../img/ic-cms.svg');
}

li button#section-api {
  background-image: url('../img/ic-api.svg');
}

li button#section-pays {
  background-image: url('../img/ic-pays.svg');
}

li button#section-fz54 {
  background-image: url('../img/ic-pos.svg');
  background-size: 27px 40px;
}

li button#section-account {
  background-image: url('../img/ic-account.svg');
}

li button#section-sbol {
  background-image: url('../img/ic-sbol.svg');
}

@media (max-width: 1240px) {
  .side-image {
    opacity: 0.3;
  }
}

@media (max-width: 690px) {
  .request-field {
    padding-left: 30px;
  }

  .request-field__header,
  .content p {
    font-size: 24px;
  }

  .request-field__text {
    font-size: 14px;
  }

  .sections {
    justify-content: center;
  }

  .content__button {
    margin-left: -5px;
  }
}

@media (max-width: 426px) {
  .main-container {
    margin-left: 50px;
  }

  .request-field,
  .content {
    padding-left: 36px;
  }

  .request-field__header,
  .content p {
    font-size: 16px;
  }

  .content p {
    margin-bottom: 10px;
  }

  .request-field__text {
    font-size: 14px;
  }

  .side-image {
    opacity: 0.2;
  }
}
