.title1 {
  font-size: clamp(2.125rem, 4.53038674vw + 1.06319061rem, 4.6875rem);
  line-height: clamp(2.375rem, 5.08287293vw + 1.18370166rem, 5.25rem);
  color: var(--textColor);
  font-weight: bold;
}
.title2 {
  font-size: clamp(1.875rem, 3.86740331vw + 0.96857735rem, 4.0625rem);
  line-height: clamp(2.0625rem, 4.4198895vw + 1.0265884rem, 4.5625rem);
  color: var(--textColor);
  font-weight: bold;
}
.title3 {
  font-size: clamp(1.5rem, 2.87292818vw + 0.82665746rem, 3.125rem);
  line-height: clamp(1.6875rem, 3.20441989vw + 0.93646409rem, 3.5rem);
  color: var(--textColor);
  font-weight: bold;
}
.title4 {
  font-size: clamp(1.25rem, 1.65745856vw + 0.86153315rem, 2.1875rem);
  line-height: clamp(1.375rem, 1.87845304vw + 0.93473757rem, 2.4375rem);
  color: var(--textColor);
  font-weight: bold;
}
.title5 {
  font-size: clamp(1.125rem, 1.32596685vw + 0.81422652rem, 1.875rem);
  line-height: clamp(1.25rem, 1.65745856vw + 0.86153315rem, 2.1875rem);
  color: var(--textColor);
  font-weight: bold;
  font-weight: 400;
}
.smallText {
  font-size: clamp(0.9375rem, 0.77348066vw + 0.75621547rem, 1.375rem);
  line-height: clamp(1.0625rem, 0.8839779vw + 0.85531768rem, 1.5625rem);
  color: var(--textColor);
}
.buttonPrimary {
  display: inline-block;
  background-color: var(--primaryBtnBackground);
  font-size: clamp(1.125rem, 1.32596685vw + 0.81422652rem, 1.875rem);
  line-height: clamp(1.25rem, 1.65745856vw + 0.86153315rem, 2.1875rem);
  font-family: inherit;
  cursor: pointer;
  color: var(--primaryBtnColor);
  --fluidSize: clamp(3.4375rem, 3.09392265vw + 2.71236188rem, 5.1875rem);
  padding: 8px var(--fluidSize) 9px 26px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: bold;
  border: none;
  position: relative;
  transition: all 0.4s;
}
.buttonPrimary:after {
  content: '';
  position: absolute;
  right: calc(var(--fluidSize) * 0.75);
  top: 50%;
  transform: translateY(-50%);
  --fluidSize: clamp(1.625rem, 1.98895028vw + 1.15883978rem, 2.75rem);
  width: calc(var(--fluidSize));
  height: calc(var(--fluidSize) / 2);
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: var(--primaryBtnColor);
}
@media (hover: hover) and (pointer: fine) {
  .buttonPrimary:hover,
  .buttonPrimary:focus {
    background-color: var(--primaryBtnBackgroundHover);
  }
}
.buttonSecondary {
  display: inline-block;
  font-size: clamp(1.125rem, 1.32596685vw + 0.81422652rem, 1.875rem);
  line-height: clamp(1.25rem, 1.65745856vw + 0.86153315rem, 2.1875rem);
  font-family: inherit;
  cursor: pointer;
  color: var(--linkColor);
  --fluidSize: clamp(2.125rem, 2.6519337vw + 1.50345304rem, 3.625rem);
  padding-right: var(--fluidSize);
  appearance: none;
  box-sizing: border-box;
  text-decoration: underline;
  font-weight: bold;
  border: none;
  position: relative;
  transition: all 0.4s;
}
.buttonSecondary:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  --fluidSize: clamp(1.625rem, 1.98895028vw + 1.15883978rem, 2.75rem);
  width: calc(var(--fluidSize));
  height: calc(var(--fluidSize) / 2);
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: var(--linkColor);
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .buttonSecondary:hover,
  .buttonSecondary:focus {
    color: var(--linkColorHover);
  }
  .buttonSecondary:hover:after,
  .buttonSecondary:focus:after {
    background-color: var(--linkColorHover);
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.navigation {
  float: left;
  margin: 18px 0 19px;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1240px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
div.sub1 {
  display: flex;
  gap: 50px;
}
div.sub1 > .item > .menu {
  font-size: 32px;
  line-height: 1.125;
  font-weight: bold;
  color: #000;
  transition: all 0.4s;
}
div.sub1 > .item > .menu:hover,
div.sub1 > .item > .menu:focus {
  color: #36C8E8;
}
div.sub1 > .item > .menu.path {
  text-decoration: underline;
}
.logo {
  height: 117px;
  top: -7px;
}
body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .logo {
  height: 73px;
  top: 0;
}
.container--head {
  min-height: unset;
  margin-top: 17px;
  margin-bottom: 18px;
  padding-left: 156px;
}
.footarea {
  flex-direction: row;
  margin-top: 60px;
  margin-bottom: 53px;
  justify-content: space-between;
}
.footpart {
  gap: 30px;
}
.area--one .unitTwo .unit__content {
  padding-left: 39px;
}
.area--one .unitThree .unit__content {
  padding-left: 30px;
}
.area--one .unitFour .unit__content {
  box-sizing: border-box;
  padding-left: 30px;
}
.area--one .unitFive {
  width: 100%;
  margin-left: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 var(--gridGap);
  align-items: center;
  min-height: calc(var(--js-elementHeight) + (var(--spacePart) * 2));
  padding: calc(78px - var(--spacePart)) 0;
}
.area--one .unitFive .unit__content {
  grid-column: 8 / span 5;
  box-sizing: border-box;
  padding-left: 54px;
  padding-right: 69px;
}
.area--one .unitFive .part.film:first-child {
  position: absolute;
  left: 54px;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% / 1280 * 695);
  margin: 0;
}
.area--one .unitSix {
  padding: calc(40px - var(--spacePart)) 47px;
}
.area--one .unitFolding {
  width: 100%;
  margin-left: 0;
}
.area--one .unitFolding div.less {
  padding: calc(23px - var(--spacePart)) 105px;
}
.area--one .unitFolding div.more {
  padding: 0 105px;
}
.area--one .unitFolding div.more .part.pict:last-child .cb-image-container {
  max-width: 288px;
}
.area--one .unitTeam {
  --spacePart: 6px;
  grid-column: span 4;
  padding: calc(37px - var(--spacePart)) 36px;
}
.area--one .unitTeam .fold-toggle {
  padding-right: 17px;
}
.area--one .unitTeam .fold-toggle:after {
  width: 26px;
  height: 26px;
}
.area--one .unitTeam.unit--foldOpen .unit__background {
  width: calc(100% / 328 * 216);
}
.area--one .unitTeam + .unitTeam + .unitTeam + .unitTeam {
  margin-top: calc(var(--spaceTotal) * -1 + var(--gridGap));
}
.area .unitNews {
  padding: calc(40px - var(--spacePart)) 47px;
}
.area--responsibilities .unit {
  padding: calc(50px - var(--spacePart)) 55px;
}
.area--responsibilities .unit .part.pict:first-child {
  width: calc(100% / 510 * 335);
}
/*# sourceMappingURL=./screen-large.css.map */