.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  float: left;
  font-size: 14px;
  line-height: 1.78571429;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--s-textcolor);
  padding-left: 12px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  background: linear-gradient(var(--s-textcolor), var(--s-textcolor)), url(/images/arrow-right-gray.svg);
  background-size: 0 2px, 9px 9px;
  background-position: 0 100%, 0 8px;
  background-repeat: no-repeat;
}
.button:hover,
.button:focus {
  background: linear-gradient(#660900, #660900), url(/images/arrow-right-red.svg);
  background-size: 100% 2px, 9px 9px;
  background-position: 0 100%, 0 8px;
  background-repeat: no-repeat;
  color: var(--s-linkcolor);
  --s-linkcolor-hover: #660900;
}
.button:active {
  color: #4d0700;
}
.section--multimood {
  height: calc(100vh - 54px);
}
.area--one {
  width: 102.77777778%;
  margin-left: -1.48514851%;
}
.area--intro {
  width: 50%;
  margin-right: 50%;
}
.area--one .unit {
  margin-left: 1.35135135%;
  margin-right: 1.35135135%;
}
.area--one .unitOne--1-1 {
  width: 97.2972973%;
}
.area--one .unitOne--1-1.unitOne--shape.scroll-animated--active:before {
  right: calc(100% - 320px);
}
.area--one .unitOne--1-1.unitOne--dividerAndShape.scroll-animated--active:after {
  right: calc(100% - 320px);
}
.area--one .unitOne--1-3 {
  width: 30.63063063%;
}
.area--one .unitTwo {
  width: 97.2972973%;
  display: flex;
  gap: 0 30px;
}
.area--one .unitTwo .unit__background {
  width: 48.61111111%;
  margin: var(--spacePart) 0;
}
.area--one .unitTwo .unit__content {
  width: 48.61111111%;
  margin-top: 40px;
}
.area--one .unitTwo--imageLeft {
  flex-direction: row;
}
.area--one .unitTwo--imageRight {
  flex-direction: row-reverse;
}
.area--one .unitThree {
  width: 63.96396396%;
  padding-right: 18.01801802%;
}
.area--one .unitOne--1-1 .unit__body {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.area--one .unitOne--1-1 .partSize--1-2 {
  width: calc(50% - 15px);
}
/*# sourceMappingURL=./screen-medium.css.map */