.title1 {
  font-size: clamp(3.125rem, 2.76243094vw + 2.47755525rem, 4.6875rem);
  line-height: clamp(3.75rem, 2.87292818vw + 3.07665746rem, 5.375rem);
  color: var(--textColor);
  font-weight: 400;
}
.title2 {
  font-size: 50px;
  line-height: 1.2;
  color: var(--textColor);
  font-weight: 400;
}
.title3 {
  font-size: 25px;
  line-height: 1.2;
  color: var(--textColor);
  font-weight: 500;
}
.buttonBasics {
  display: inline-block;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  color: var(--linkColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  padding-top: 35px;
  text-align: right;
  text-decoration: none;
  border: none;
  position: relative;
  transition: all 0.4s;
}
.buttonBasics:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
  height: 23px;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--linkColor);
  transition: all 0.4s;
}
.buttonBasics:hover,
.buttonBasics:focus {
  color: var(--linkColorHover);
}
.buttonBasics:hover:before,
.buttonBasics:focus:before {
  background-color: var(--linkColorHover);
}
.buttonHover {
  color: var(--linkColorHover);
}
.buttonHover:before {
  background-color: var(--linkColorHover);
}
.button {
  display: inline-block;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  color: var(--linkColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  padding-top: 35px;
  text-align: right;
  text-decoration: none;
  border: none;
  position: relative;
  transition: all 0.4s;
}
.button:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
  height: 23px;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--linkColor);
  transition: all 0.4s;
}
.button:hover,
.button:focus {
  color: var(--linkColorHover);
}
.button:hover:before,
.button:focus:before {
  background-color: var(--linkColorHover);
}
.button:before {
  -webkit-mask-image: url(/images/arrow-right.svg);
          mask-image: url(/images/arrow-right.svg);
}
.button2 {
  display: inline-block;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  color: var(--linkColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  padding-top: 35px;
  text-align: right;
  text-decoration: none;
  border: none;
  position: relative;
  transition: all 0.4s;
}
.button2:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
  height: 23px;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--linkColor);
  transition: all 0.4s;
}
.button2:hover,
.button2:focus {
  color: var(--linkColorHover);
}
.button2:hover:before,
.button2:focus:before {
  background-color: var(--linkColorHover);
}
.button2:before {
  -webkit-mask-image: url(/images/arrow-top-right.svg);
          mask-image: url(/images/arrow-top-right.svg);
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.layout1 #head,
.layout2 #head {
  margin-top: calc(var(--headerHeight) + 20px);
}
.container--head {
  margin: 10px 0;
}
.mood__content {
  padding: 36px 0 32px;
}
.container--content {
  flex-direction: row;
}
.container--content .content {
  width: 50%;
}
.container--content .content__area {
  order: 1;
}
.container--content .content__image {
  position: sticky;
  top: 0;
  order: 2;
}
.footarea {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 40px;
  margin: 18px 0;
}
.footpart {
  grid-column: span 1;
}
.footpart--two {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.area--one {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 40px;
}
.area--one .unitOne--lineTrue:nth-child(2) {
  margin-top: 0;
}
.area--one .unit {
  grid-column: span 12;
}
.area--one .unitOne--1-2 {
  grid-column: span 6;
}
.area--one .unitOne--lineTrue + .unitOne--lineTrue + .unitOne--lineTrue {
  margin-top: calc((var(--spaceUnit) * -1) + var(--spacePart));
}
.area--one .unitTwo {
  grid-column: span 6;
}
.area--one .unitTwo + .unitTwo + .unitTwo {
  margin-top: calc(var(--spaceUnit) * -1);
}
/*# sourceMappingURL=./screen-medium.css.map */