h1 {
  font-size: 60px;
}
h3 {
  font-size: 37px;
  line-height: 37px;
  margin-bottom: 30px;
}
.__information {
   display: flex;
   flex-wrap: wrap;
   margin-bottom: 30px;
   align-items: flex-start;
}
.information__tabs,
.tabs__documents {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 9px 18px #6b43cf14;
}
.information__tabs {
  max-width: 320px;
  width: 100%;
  margin-right: 20px;
  overflow: hidden;
}
#tabs__mobile {
  width: 95%;
  margin: 0 auto;
}
.information__tabs label {
  font-size: 17px;
  line-height: 17px;
  width: 100%;
  padding: 24px;
  color:var(--tabs-info-color);
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
}
.information__tabs input {
   display: none;
}
.tabs__documents {
  padding: 20px;
  max-width: 900px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.tabs__documents section {
  display: none;
  width: 100%;
}
.information__tabs input:checked+label {
  color:#fff;
  background-color: var(--tabs-info-active-bgcolor);
}

section.tabs__show {
  display: block;
}
.dropdown {
  display: none;
}
.info__item {
  display: flex;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bbb;
}
.info__description {
  width: 90%;
}
.info__icon {
  width: 36px;
  height: 47px;
  margin-right: 15px;
  background-image: url('images/doc.png');
  background-size: cover;
}
.info__download i {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-image: url('images/down.png');
}
.info__item  span {
  color:var(--registry-span-color);
  font-size: 12px;
  line-height: 12px;
  display: block;
  margin-bottom: 4px;
}
.info__item  b {
 color:var(--registry-b-color);
 font-size: 17px;
 line-height: 17px;
 display: block;
 margin-bottom: 6px;
}

.info__item  p {
 color:var(--registry-p-color);
 font-size: 14px;
 line-height: 14px;
}