.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #3774a9;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #316796;
}
.button:active {
  background-color: #244c6f;
}
.wrapper {
  font-size: 22px;
  line-height: 1.36363636;
}
.footpart.footpart--wide {
  width: 66.66%;
}
.footpart.footpart--slim {
  width: 33.33%;
}
h1,
h2 {
  font-size: 36px;
  line-height: 1.13888889;
}
h3 {
  font-size: 36px;
  line-height: 1.13888889;
}
strong {
  font-size: 36px;
  line-height: 1.13888889;
}
#view .section--one .area .flat .part:not(.pict) {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
#view.show-content #view .section--one .area .flat .part:not(.pict) {
  opacity: 0;
}
#view .section--one .area .flat:hover .part:not(.pict),
#view .section--one .area .flat:focus .part:not(.pict) {
  opacity: 1;
}
/*# sourceMappingURL=screen-large.css.map */