.keysetup__top {
  margin-bottom: 33px;
  max-width: 864px;
}
.keysetup__top-title {
  margin: 0 0 20px 0;
}
.keysetup__top-descr {
  font-size: calc(18px + 6 * (100vw - 360px) / 1560);
  color: var(--color-content-neutral-secondary, #767B7F);
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.25px;
}
.keysetup__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 31.33% 37.15% 28.92%;
  gap: 16px;
  width: 100%;
  aspect-ratio: auto 1328/1245;
}
.keysetup__bottom-item {
  background: var(--color-bg-neutral-25, #F7F7F7);
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.keysetup__bottom-item h3 {
  font-weight: 600;
  line-height: 112.5%;
  margin: 0 0 20px 0;
  text-wrap: wrap;
}
.keysetup__bottom-item.item--1 {
  grid-row: span 2;
}
.keysetup__bottom-item.item--1::after {
  position: absolute;
  content: "";
  width: 123.15%;
  height: 68.78%;
  background-image: url(/themes/vorotastav/images/keysetup/keysetup-woman.png);
  background-size: cover;
  bottom: -10%;
  left: -4%;
}
.keysetup__bottom-item.item--2 {
  grid-column: span 2;
  background-image: url(/themes/vorotastav/images/keysetup/keysetup-circles.svg);
  background-repeat: no-repeat;
  background-position: 140.91% 73.85%;
}
.keysetup__bottom-item.item--2 .keysetup__bottom-item-wrap {
  max-width: 52.27%;
}
.keysetup__bottom-item.item--2::after {
  position: absolute;
  content: "";
  width: 67.95%;
  height: 153.33%;
  background-image: url(/themes/vorotastav/images/keysetup/keysetup-drill.png);
  background-size: cover;
  bottom: -54%;
  right: -24.77%;
}
.keysetup__bottom-item.item--3::after {
  position: absolute;
  content: "";
  width: 139.81%;
  height: 156.11%;
  background-image: url(/themes/vorotastav/images/keysetup/keysetup-folder.png);
  background-size: cover;
  bottom: -76.97%;
  right: -12.96%;
}
.keysetup__bottom-item.item--4::after {
  position: absolute;
  content: "";
  width: 79.5%;
  height: 100.07%;
  background-image: url(/themes/vorotastav/images/keysetup/keysetup-man.png);
  background-size: cover;
  bottom: -29%;
  left: 29%;
}
.keysetup__bottom-item.item--5 {
  grid-column: span 2;
}
.keysetup__bottom-item.item--5 .keysetup__bottom-item-wrap {
  max-width: 52.27%;
}
.keysetup__bottom-item.item--5::after {
  position: absolute;
  content: "";
  width: 67.95%;
  height: 166.11%;
  background-image: url(/themes/vorotastav/images/keysetup/keysetup-tape.png);
  background-size: cover;
  bottom: auto;
  top: -2%;
  right: -20%;
}
.keysetup__bottom-item.item--trigger {
  background-color: #1CB5E3;
  cursor: pointer;
  padding: 24px;
}
.keysetup__bottom-item.item--trigger h3 {
  color: #fff;
}
.keysetup__bottom-item.item--trigger::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  background-image: url(/themes/vorotastav/images/icons/double-arrow-right-white.png);
  background-repeat: no-repeat;
  bottom: -18px;
  right: -17px;
}

@media (max-width: 1200px) {
  .keysetup__bottom-item.item--1::after {
    width: 100%;
    height: 53.78%;
    bottom: -11%;
    left: 6%;
  }
  .keysetup__bottom-item.item--2 {
    background-position: 199.91% 73.85%;
  }
  .keysetup__bottom-item.item--4::after {
    width: 74.5%;
    height: 94.07%;
    bottom: -36%;
    left: 26%;
  }
  .keysetup__bottom-item.item--3::after {
    height: 140.11%;
  }
}
@media (max-width: 1000px) {
  .keysetup__bottom {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 330px 330px auto auto 64px;
    aspect-ratio: unset;
  }
  .keysetup__bottom .keysetup__bottom-item.item--trigger {
    padding: 16px 32px;
    grid-column: span 2;
  }
  .keysetup__bottom .keysetup__bottom-item.item--trigger h3 {
    margin: 0;
  }
  .keysetup__bottom .keysetup__bottom-item.item--trigger::after {
    width: 50px;
    height: 50px;
    background-size: cover;
    bottom: 0;
    top: 4px;
    right: 32px;
  }
  .keysetup__bottom .keysetup__bottom-item.item--1::after {
    width: 100%;
    height: 53.78%;
    bottom: -20px;
    left: 6%;
  }
  .keysetup__bottom .keysetup__bottom-item.item--2 {
    grid-column: span 2;
    grid-row: 3;
    background-position: 112% 73.85%;
    background-size: 32%;
  }
  .keysetup__bottom .keysetup__bottom-item.item--2::after {
    position: absolute;
    content: "";
    width: 34.95%;
    height: 110.33%;
    background-image: url(/themes/vorotastav/images/keysetup/keysetup-drill.png);
    background-size: cover;
    bottom: -12%;
    right: -5.77%;
  }
  .keysetup__bottom .keysetup__bottom-item.item--3 {
    grid-row: 1;
    grid-column: 2;
  }
  .keysetup__bottom .keysetup__bottom-item.item--3::after {
    width: 82.81%;
    height: 140.11%;
    bottom: -79.97%;
    right: -2.96%;
  }
  .keysetup__bottom .keysetup__bottom-item.item--4 {
    grid-row: 2;
    grid-column: 2;
  }
  .keysetup__bottom .keysetup__bottom-item.item--4::after {
    width: 60.5%;
    height: 101.07%;
    bottom: -107px;
    left: 47%;
  }
  .keysetup__bottom .keysetup__bottom-item.item--5 {
    grid-column: span 2;
    grid-row: 4;
  }
  .keysetup__bottom .keysetup__bottom-item.item--5::after {
    position: absolute;
    content: "";
    width: 42%;
    height: 135%;
    background-image: url(/themes/vorotastav/images/keysetup/keysetup-tape.png);
    background-size: cover;
    bottom: auto;
    top: -2%;
    right: -11%;
  }
}
@media (max-width: 1100px) {
  .keysetup__bottom-item.item--2 {
    background-position: 286.91% 73.85%;
  }
}
@media (max-width: 767px) {
  .keysetup__bottom {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 270px) 64px;
    grid-auto-rows: 250px;
  }
  .keysetup__bottom .keysetup__bottom-item.item--trigger,
  .keysetup__bottom .keysetup__bottom-item {
    grid-row: auto !important;
    grid-column: auto !important;
  }
  .keysetup__bottom .keysetup__bottom-item-wrap {
    max-width: 70% !important;
  }
  .keysetup__bottom .keysetup__bottom-item.item--1::after {
    width: 31%;
    height: 88.78%;
    bottom: 0;
    left: auto;
    right: -2%;
  }
  .keysetup__bottom .keysetup__bottom-item.item--3::after {
    width: 55.81%;
    height: 150.11%;
    bottom: -57%;
    right: -8.96%;
  }
  .keysetup__bottom .keysetup__bottom-item.item--4::after {
    width: 25%;
    height: 90%;
    bottom: 0;
    left: auto;
    right: 0;
  }
}
@media (max-width: 600px) {
  .keysetup__bottom {
    grid-template-rows: repeat(5, auto) 64px;
  }
}
@media (max-width: 550px) {
  .keysetup__bottom .keysetup__bottom-item {
    background-image: none;
  }
  .keysetup__bottom .keysetup__bottom-item-wrap {
    max-width: 100% !important;
  }
  .keysetup__bottom .keysetup__bottom-item::after {
    content: none !important;
  }
}
@media (max-width: 450px) {
  .keysetup__bottom {
    grid-template-rows: repeat(7, auto);
  }
  .keysetup__bottom-item {
    padding: 20px;
  }
}/*# sourceMappingURL=keysetup.css.map */