:root {
  --sitecolor: #4BBBC8;
  --textcolor: #3E3E3E;
  --titlecolor: #3E3E3E;
  --linkcolor: #4BBBC8;
  --linkcolor-hov: #3E3E3E;
  --accentcolor: #4BBBC8;
  --headerHeight: 184px;
  --gridGap: 30px;
  --btnPrimaryColor: #3E3E3E;
  --btnPrimaryBgColor: #4BBBC8;
  --btnPrimaryColorHover: #3E3E3E;
  --btnPrimaryBgColorHover: #3E3E3E;
}
@media (max-width: 1279px) {
  :root {
    --headerHeight: 100px;
  }
}
.button {
  font-size: clamp(1rem, 0.22148394vw + 0.9480897rem, 1.125rem);
  line-height: clamp(1.5rem, 0.22148394vw + 1.4480897rem, 1.625rem);
  font-family: inherit;
  cursor: pointer;
  color: var(--textcolor);
  padding: 8px 40px 8px 40px;
  appearance: none;
  border-radius: 0;
  text-decoration: none;
  border: none;
  display: inline-block;
  padding-left: 50px;
  box-sizing: border-box;
  min-height: 40px;
  font-weight: 600;
  position: relative;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  isolation: isolate;
}
.button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  aspect-ratio: 1;
  background-color: var(--btnBubbleColor, var(--sitecolor));
  border-radius: 100%;
  z-index: -1;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.button:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 12px;
  width: 35px;
  height: 15px;
  background-color: #3E3E3E;
  mask-size: 100% 100%;
  mask-position: -15px 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/btn-arrow-long.svg);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    padding-left: 75px;
    padding-right: 15px;
  }
  .button:hover:after,
  .button:focus:after {
    left: 20px;
    mask-position: 0 50%;
  }
}
.button-pdf {
  font-size: clamp(1rem, 0.22148394vw + 0.9480897rem, 1.125rem);
  line-height: clamp(1.5rem, 0.22148394vw + 1.4480897rem, 1.625rem);
  font-family: inherit;
  cursor: pointer;
  color: var(--textcolor);
  padding: 8px 0 8px 40px;
  appearance: none;
  border-radius: 0;
  text-decoration: none;
  border: none;
  display: inline-block;
  padding-left: 50px;
  box-sizing: border-box;
  min-height: 40px;
  font-weight: 600;
  position: relative;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  isolation: isolate;
}
.button-pdf:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  aspect-ratio: 1;
  background-color: var(--btnBubbleColor, var(--sitecolor));
  border-radius: 100%;
  z-index: -1;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.button-pdf:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 9px;
  width: 15px;
  height: 24px;
  background-color: #3E3E3E;
  mask-size: 100% 100%;
  mask-position: 50% -4px;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-down.svg);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .button-pdf:hover:after,
  .button-pdf:focus:after {
    mask-position: 50% 0 ;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.area--one {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0 var(--gridGap);
}
.area--one .unit {
  grid-column: span 6;
}
.area--one .unitTwo {
  grid-column: span 3;
  padding: 30px 60px;
}
.area--one .unitOne--1-2 {
  grid-column: span 3;
}
.area--one .unitOne--1-3 {
  grid-column: span 6;
}
.area--one .unit--form {
  grid-column: span 6;
}
.area--one .unit--form .unit__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px var(--gridGap);
}
.area--one .unit--form .part {
  grid-column: span 2;
}
.area--one .unit--form .part--slim {
  grid-column: span 1;
}
.area--one .unitThree {
  grid-column: span 3;
}
@media (max-width: 1023px) {
  .area--one.areaMasonry .unitThree:nth-child(2n+3) {
    margin-top: calc(-40px + var(--spacePart));
  }
  .area--one.areaMasonry .unitThree:nth-child(2n+2) {
    padding-top: 40px;
    box-sizing: border-box;
  }
}
.unit--standUnitBigImages {
  padding-right: calc(50% + 15px);
  box-sizing: border-box;
}
.unit--standUnitBigImages .unit__body {
  justify-content: flex-end;
}
.unit--standUnitBigImages .part:nth-child(1) {
  aspect-ratio: 845 / 385;
  width: 100%;
}
.unit--standUnitBigImages .part:nth-child(2) {
  aspect-ratio: 845 / 1082;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(50% - 15px);
}
.unit--standUnitBigImages .part:nth-child(3) {
  width: 48.40236686%;
  aspect-ratio: 409 / 551;
}
.unit--standUnitBigImages .part:nth-child(4) {
  width: 73.84615385%;
  aspect-ratio: 624 / 556;
}
.unit--standUnitImages .part:nth-child(1) {
  aspect-ratio: 624 / 385;
  width: 73.84615385%;
}
.unit--standUnitImages .part:nth-child(2) {
  aspect-ratio: 845 / 873;
  width: 100%;
}
.unit--standUnitImages .part:nth-child(3) {
  aspect-ratio: 409 / 362;
}
.unit--standUnitImages .part:nth-child(4) {
  aspect-ratio: 409 / 551;
}
/*# sourceMappingURL=./screen-medium.css.map */