.category:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}

.category__sidebar {
  float: left;
  width: 33.33333333%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 70px;
}

.category__content {
  float: left;
  width: 66.66666667%;
}

.category__sidebar__visual {
  display: block;
  overflow: hidden;
  position: relative;
  height: 160px;
  background: #1d5ca3;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin-bottom: 40px;
}

.category__sidebar__visual__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%/cover;
  transition: opacity .35s;
  opacity: 1;
  content: '';
}

.category__link_active,
.category__link_active:visited,
.category__link_active:hover {
  color: inherit;
  cursor: default;
}

.category__link {
  display: block;
  margin-bottom: 1em;
}

.link {
  color: #1d5ca3;
  transition: color .175s;
  cursor: pointer;
}

.part {
  position: relative;
  margin-bottom: 70px;
}

.part:last-child {
  margin-bottom: 0;
}

.data {
  display: block;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding: 1.6em 0;
}

.data:first-child,
.data_first {
  padding-top: 0;
}

.data:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}

.data__title {
  display: block;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: .65em;
}

.data__title:last-child {
  margin-bottom: 0;
}

.data__value {
  display: block;
}

.dataset {
  padding: 0;
}

.dataset:last-child .data:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.dataset:before {
  content: none;
}

.dataset__title {
  margin-bottom: 1em;
}

.document__icon {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
  background: #f5f5fa;
  border: 1px solid #f0f0fa;
  font-style: normal;
  text-align: center;
  line-height: 65px;
  color: #aaa;
  transition: border-color .175s;
}

.document__content {
  display: block;
  padding-top: 3px;
  margin-left: 148px;
}

.document__title {
  display: block;
  margin-bottom: .3em;
  font-weight: 400;
  color: #1d5ca3;
  transition: color .175s;
}

.document__about {
  display: block;
  color: #888;
}

@media (max-width:1380px) {
  .category__sidebar {
    padding-right: 60px;
  }
}

@media screen and (max-width:1023px) {
  .category__sidebar {
    display: none;
  }

  .category__content {
    float: none;
    width: auto;
  }
}

@media screen and (max-width:767px) {
  .data__title {
    font-size: 22px;
  }

  .document__icon {
    display: none;
  }

  .document__title {
    font-size: 20px;
  }

  .document__content {
    margin-left: 0;
  }
}