.pulseAnimation {
  animation-name: PulseCurrent;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes PulseCurrent {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
  25% {
    transform: scale(1.3);
    opacity: 1;
  }
}
.title1 {
  float: left;
  font-size: clamp(1.5625rem, 1.53846154vw + 1.20192308rem, 2.625rem);
  line-height: clamp(2rem, 1.99095023vw + 1.53337104rem, 3.375rem);
  letter-spacing: 0.03em;
  color: var(--textColor);
  box-sizing: border-box;
  padding-left: 82px;
  padding-top: 28px;
  position: relative;
}
.title1:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 82px;
  height: 100%;
  max-height: 82px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/line-diagonal.svg);
  background-color: var(--siteColor);
}
@media (max-width: 1023px) {
  .title1 {
    padding-left: 50px;
    padding-top: 10px;
  }
  .title1:after {
    width: 50px;
    max-height: 50px;
  }
}
@media (max-width: 767px) {
  .title1 {
    padding-left: 30px;
    padding-top: 0;
  }
  .title1:after {
    width: 30px;
    max-height: 30px;
  }
}
.title2 {
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--siteColor);
}
.title3 {
  font-size: clamp(1.25rem, 1.08597285vw + 0.99547511rem, 2rem);
  line-height: clamp(1.5625rem, 1.53846154vw + 1.20192308rem, 2.625rem);
  letter-spacing: 0.025em;
  color: var(--textColor);
}
.title4 {
  font-size: clamp(1.125rem, 0.63348416vw + 0.97652715rem, 1.5625rem);
  line-height: clamp(1.3125rem, 1.26696833vw + 1.0155543rem, 2.1875rem);
  letter-spacing: 0.035em;
  color: var(--textColor);
}
.title5 {
  font-size: clamp(1.5625rem, 1.53846154vw + 1.20192308rem, 2.625rem);
  line-height: clamp(2rem, 1.99095023vw + 1.53337104rem, 3.375rem);
  letter-spacing: 0.03em;
  color: var(--textColor);
}
.title6 {
  font-size: clamp(1rem, 0.36199095vw + 0.91515837rem, 1.25rem);
  line-height: clamp(1.5625rem, 0.45248869vw + 1.45644796rem, 1.875rem);
  color: var(--siteColor);
  font-weight: bold;
}
.lead {
  font-size: clamp(1.125rem, 0.63348416vw + 0.97652715rem, 1.5625rem);
  line-height: clamp(1.8125rem, 0.7239819vw + 1.64281674rem, 2.3125rem);
  font-weight: bold;
  color: var(--textColor);
}
.body {
  letter-spacing: 0.03em;
  color: var(--textColor);
}
.bodySmall {
  font-size: 16px;
  line-height: 1.5625;
  font-weight: bold;
  letter-spacing: 0.025em;
  color: var(--textColor);
}
.buttonBasics {
  float: left;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  font-weight: bold;
}
.button {
  float: left;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.28571429;
  background-color: var(--buttonBackground);
  color: var(--buttonColor);
  letter-spacing: 0.025em;
  padding: 14px 16px;
  text-align: center;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--buttonBackgroundHover), var(--buttonBackgroundHover));
  transition: all 0.25s;
}
.button:hover,
.button:focus {
  color: var(--buttonColorHover);
  background-size: 100% 100%;
}
.textlink {
  float: left;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.38888889;
  color: var(--textColor);
  letter-spacing: 0.03em;
  padding-bottom: 5px;
  padding-right: 13px;
  position: relative;
}
.textlink:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 71%;
  height: 3px;
  background-color: var(--textColor);
  transition: all 0.4s;
}
.textlink:hover:after,
.textlink:focus:after {
  width: 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.navigation {
  float: left;
  display: flex;
  align-items: center;
  gap: 50px;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1024px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation div.sub1 {
  display: flex;
  gap: 50px;
}
.navigation div.sub1 > .item > .menu {
  font-size: 18px;
  line-height: 1.66666667;
  font-weight: bold;
  color: #0E0E0D;
  position: relative;
  padding-bottom: 5px;
  box-sizing: border-box;
}
.navigation div.sub1 > .item > .menu:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 3px;
  opacity: 0;
  background-color: #0E0E0D;
  transition: all 0.4s;
}
.navigation div.sub1 > .item > .menu:hover:after,
.navigation div.sub1 > .item > .menu:focus:after {
  width: 80%;
  opacity: 1;
}
.navigation div.sub1 > .item > .menu.path:after {
  width: 80%;
  opacity: 1;
}
.logo--header {
  height: 73px;
}
.logo--footer {
  height: 78px;
}
.container--head {
  margin: 83px 0 60px;
}
.cb-scroll-triggered--active .container--head {
  margin: 40px 0;
}
.layout1 .container--mood,
.layout3 .container--mood {
  gap: 80px;
}
.layout1 .container--mood .mood__image,
.layout3 .container--mood .mood__image {
  width: calc(50% - 40px);
}
.layout1 .container--mood .mood__content,
.layout3 .container--mood .mood__content {
  width: calc(50% - 40px);
}
.layout1 .container--mood .mood__content:after,
.layout3 .container--mood .mood__content:after {
  width: 79px;
  height: 171px;
  right: 100px;
}
.container--pager {
  margin: 60px 0 40px;
}
.pager__link {
  width: 34px;
  height: 34px;
}
.pager__link:before {
  width: 14px;
  height: 23px;
}
.pager__link:after {
  left: -5px;
  top: -5px;
  width: 44px;
  height: 44px;
}
.news__subcontent--one {
  width: calc(100% - (355px + 40px));
  max-width: 852px;
}
.news__subcontent--two {
  width: 355px;
}
.footarea {
  margin-top: 60px;
  margin-bottom: 27px;
}
.footpart {
  gap: 70px;
}
.area--one .unitTwo {
  gap: 80px;
}
.area--one .unitTwo .unit__background {
  width: calc(50% - 40px);
}
.area--one .unitTwo .unit__content {
  width: calc(50% - 40px);
}
.area--one .unitFour--variantOne {
  width: calc(50% - 20px);
  max-width: 610px;
  flex-direction: row;
  gap: 40px;
  box-sizing: border-box;
}
.area--one .unitFour--variantOne .unit__background {
  width: 225px;
}
.area--one .unitFour--variantOne .unit__content {
  width: calc(100% - 265px);
}
.area--one .unitFour--variantOne .unit__body {
  max-width: 275px;
}
.area--one .unitFour--variantTwo {
  width: calc(25% - (120px / 4));
  max-width: 290px;
}
/*# sourceMappingURL=./screen-large.css.map */