.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.buttonPrimary {
  display: inline-block;
  background-color: var(--primaryButtonBackground);
  font-size: 15px;
  line-height: 1.66666667;
  font-family: inherit;
  letter-spacing: 1px;
  font-weight: bold;
  cursor: pointer;
  color: var(--primaryButtonColor);
  padding: 20px 32px 20px 86px;
  appearance: none;
  border-radius: 0;
  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);
}
.buttonPrimary:before {
  content: '';
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(calc(-50% - 1px));
  width: 32px;
  height: 8px;
  background-color: var(--primaryButtonColor);
  mask-size: auto 100%;
  mask-position: 100% 50%;
  mask-repeat: no-repeat;
  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);
}
.buttonPrimary:hover:before,
.buttonPrimary:focus:before {
  width: 40px;
}
@media (max-width: 767px) {
  .buttonPrimary {
    padding: 12px 20px 12px 67px;
  }
  .buttonPrimary:before {
    left: 20px;
  }
}
.buttonPrimaryHover {
  color: var(--primaryButtonColor);
  background-color: var(--primaryButtonBackgroundHover);
}
.buttonPrimaryHover:before {
  width: 40px;
}
.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);
  padding-left: 48px;
  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;
}
.buttonSecondary:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(calc(-50% - 1px));
  width: 32px;
  height: 8px;
  background-color: var(--secondaryButtonColor);
  mask-size: auto 100%;
  mask-position: 100% 50%;
  mask-repeat: no-repeat;
  mask-image: var(--arrowRightLong);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.buttonSecondary:hover,
.buttonSecondary:focus {
  color: var(--secondaryButtonColorHover);
}
.buttonSecondary:hover:before,
.buttonSecondary:focus:before {
  width: 40px;
  background-color: var(--secondaryButtonColorHover);
}
.buttonSecondaryHover {
  color: var(--secondaryButtonColorHover);
}
.buttonSecondaryHover:before {
  width: 40px;
  background-color: var(--secondaryButtonColorHover);
}
#home {
  height: 96px;
}
body:not(.layout1) #head {
  margin-bottom: 52px;
  margin-top: 200px;
}
.container--head {
  margin: 60px 0 20px;
}
.container--mood {
  margin-top: 200px;
  margin-bottom: 174px;
}
.section--cta:after {
  background-position: 90% 50%;
}
.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 */