.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.buttonPrimary {
  display: inline-block;
  background-color: var(--primaryButtonBackground);
  font-size: 14px;
  line-height: 1.71428571;
  font-family: inherit;
  letter-spacing: 1px;
  font-weight: bold;
  cursor: pointer;
  color: var(--primaryButtonColor);
  padding: 8px 32px 8px 43px;
  border-radius: 32px;
  appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  position: relative;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  text-transform: uppercase;
}
.buttonPrimary:before {
  content: '';
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(calc(-50%));
  width: 9px;
  height: 9px;
  background-color: var(--primaryButtonColor);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--arrowRightLong);
          mask-image: var(--arrowRightLong);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.buttonPrimary:hover,
.buttonPrimary:focus {
  color: var(--primaryButtonColor);
  background-color: var(--primaryButtonBackgroundHover);
}
.buttonPrimaryHover {
  color: var(--primaryButtonColor);
  background-color: var(--primaryButtonBackgroundHover);
}
.buttonSecondary {
  display: inline-block;
  font-size: 15px;
  line-height: 1.66666667;
  font-family: inherit;
  letter-spacing: 1px;
  font-weight: bold;
  cursor: pointer;
  color: var(--secondaryButtonColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  position: relative;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.buttonSecondary:hover,
.buttonSecondary:focus {
  color: var(--secondaryButtonColorHover);
}
.buttonSecondaryHover {
  color: var(--secondaryButtonColorHover);
}
body:not(.layout1) #head {
  margin-bottom: 52px;
  margin-top: 200px;
}
.container--mood {
  margin-top: 200px;
  margin-bottom: 174px;
}
.footarea {
  gap: 0 40px;
  margin: 80px 0 77px;
}
.footpart--small {
  width: calc(50% - 20px);
}
.vcard {
  flex-direction: row;
  gap: 0 40px;
}
.vcard__column {
  width: calc(50% - 20px);
}
.area--one {
  gap: 0 40px;
}
.area--one .unitOne--1-1 .unit__body,
.area--one .unitOne--1-1-indent .unit__body {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
.area--one .unitOne--1-1 .part--1-2,
.area--one .unitOne--1-1-indent .part--1-2 {
  width: calc(50% - 20px);
}
.area--one .unitOne--1-2 {
  width: calc(50% - 40px);
}
.area--one .unitThree {
  width: calc(50% - 20px);
}
.area--one .unitFour {
  width: calc(50% - 20px);
}
.area--one .unitFolding div.more,
.area--one .unitFolding div.less {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.area--one .unitFolding .part {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.area--one .unitFolding .part--1-2 {
  width: calc(50% - 40px);
}
.area--one .unitGallery .part--indentOff {
  width: calc(100% / 638 * 540);
}
.area--one .unitGallery .part--indentLeft {
  width: calc(100% / 638 * 347);
  margin-left: auto;
}
.area--one .unitGallery .part--indentRight {
  width: calc(100% / 638 * 347);
  margin-right: auto;
}
/*# sourceMappingURL=./screen-medium.css.map */