.about-top__inner {
  position: relative;
  height: 475px;
}
.about-top__title {
  color: var(--color-heading-dark);
  font-family: var(--font-heading);
  font-size: calc(36px + 60 * (100vw - 360px) / 1560);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  align-content: center;
}
.about-top__image {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
}
.about-top__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-top__image.about-top__image--1 {
  width: 248px;
  height: 224px;
  transform: rotate(-16.715deg);
  top: 100px;
  z-index: 2;
  left: -5%;
}
.about-top__image.about-top__image--2 {
  width: 290px;
  height: 430px;
  transform: rotate(4.19deg);
  top: 25px;
  z-index: 1;
  left: 7%;
}
.about-top__image.about-top__image--3 {
  width: 249px;
  height: 276px;
  transform: rotate(-8.055deg);
  top: 112px;
  z-index: 0;
  left: 22%;
}
.about-top__image.about-top__image--4 {
  width: 345px;
  height: 272px;
  transform: rotate(2.07deg);
  top: 107px;
  left: 64%;
  z-index: 2;
}
.about-top__image.about-top__image--5 {
  width: 304px;
  height: 396px;
  transform: rotate(-12.387deg);
  top: 25px;
  left: 79%;
  z-index: 1;
}
.about-top__image.about-top__image--6 {
  width: 260px;
  height: 226px;
  transform: rotate(13.094deg);
  top: 110px;
  left: 91%;
  z-index: 0;
}

.why {
  margin-bottom: 84px;
}
.why__inner {
  position: relative;
}
.why__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 27px;
  margin-bottom: 115px;
}
.why__card {
  display: grid;
  gap: 16px;
  align-content: center;
  padding: 25px;
  border-radius: 30px;
  background: #FFF;
  transition: all var(--transition);
}
.why__card-title {
  color: #454545;
  font-family: var(--font-family);
}
.why__card p {
  margin: 0;
  font-size: calc(14px + 2 * (100vw - 360px) / 1560);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.why__card:hover {
  box-shadow: -2px -1px 19px 0 #aaf6f9;
}
.why__counter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-content: space-between;
  max-width: 890px;
  border-radius: 30px;
  background: #161616;
  padding: 40px;
  position: relative;
  justify-items: center;
  text-align: center;
  margin: 0 auto;
}
.why__counter-item {
  position: relative;
  z-index: 1;
  color: #FFF;
}
.why__counter-item span {
  font-family: var(--font-secondary);
  font-size: calc(22px + 18 * (100vw - 360px) / 1560);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.why__counter-item p {
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.why__counter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(90deg, #6d9abf 0%, #ceb9fa 36.77%, #8ce7ea 64.44%, #9399ff 100%);
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition);
  z-index: 0;
}
.why__counter:hover::before {
  opacity: 1;
  visibility: visible;
}
.why__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: blur(500px);
}
.why__background-item {
  position: absolute;
}
.why__background-item.why__background-item--1 {
  left: 83%;
  top: -165px;
}
.why__background-item.why__background-item--2 {
  top: 260px;
  left: -30%;
}

.ready__inner {
  position: relative;
  height: 800px;
}
.ready__info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: grid;
  gap: 80px;
  justify-content: center;
  justify-items: center;
  align-items: start;
  align-content: center;
  text-align: center;
  max-width: 946px;
}
.ready__title {
  margin-bottom: 16px;
}
.ready__description {
  font-family: var(--font-family);
  font-size: calc(14px + 10 * (100vw - 360px) / 1560);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.ready__button {
  max-width: 468px;
}
.ready__image {
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
}
.ready__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ready__image.ready__image--1 {
  width: 248.355px;
  height: 223.629px;
  transform: rotate(-16.715deg);
  top: 30px;
  left: -7%;
  z-index: 2;
}
.ready__image.ready__image--2 {
  width: 290.434px;
  height: 429.962px;
  transform: rotate(4.19deg);
  top: 144px;
  left: 0%;
  z-index: 1;
}
.ready__image.ready__image--3 {
  width: 249.117px;
  height: 275.784px;
  transform: rotate(-8.055deg);
  top: 453px;
  left: 14%;
  z-index: 0;
}
.ready__image.ready__image--4 {
  width: 331.487px;
  height: 203.528px;
  transform: rotate(5.005deg);
  top: 21px;
  left: 88%;
  z-index: 2;
}
.ready__image.ready__image--5 {
  width: 304.89px;
  height: 406.834px;
  transform: rotate(-12.387deg);
  top: 160px;
  left: 82%;
  z-index: 0;
}
.ready__image.ready__image--6 {
  width: 277.068px;
  height: 277.819px;
  transform: rotate(7.142deg);
  top: 450px;
  left: 73%;
  z-index: 1;
}

.wrapper.wrapper--about {
  overflow-x: hidden;
}

@media (max-width: 1700px) {
  .ready__inner {
    height: 670px;
  }
  .ready__info {
    max-width: 650px;
    gap: 76px;
  }
  .ready__image.ready__image--1 {
    width: 193.778px;
    height: 174.486px;
    transform: rotate(-16.715deg);
    top: 19px;
    left: 4%;
  }
  .ready__image.ready__image--2 {
    width: 226.61px;
    height: 335.477px;
    transform: rotate(8.57deg);
    top: 170px;
    left: -3%;
  }
  .ready__image.ready__image--3 {
    width: 194.373px;
    height: 215.18px;
    transform: rotate(-8.055deg);
    top: 432px;
    left: 4%;
  }
  .ready__image.ready__image--4 {
    width: 255.032px;
    height: 161.528px;
    transform: rotate(21.089deg);
    top: 32px;
    left: 79%;
  }
  .ready__image.ready__image--5 {
    width: 246.425px;
    height: 345.385px;
    transform: rotate(-12.387deg);
    top: 182px;
    left: 84%;
  }
  .ready__image.ready__image--6 {
    width: 172.841px;
    height: 216.269px;
    transform: rotate(7.142deg);
    top: 441px;
    left: 78%;
  }
}
@media (max-width: 1500px) {
  .about-top__title {
    align-content: unset;
    top: 135px;
  }
  .about-top__image.about-top__image--1 {
    width: 226px;
    height: 204px;
    top: 35px;
  }
  .about-top__image.about-top__image--2 {
    width: 193px;
    height: 286px;
    top: 100px;
    left: 6%;
  }
  .about-top__image.about-top__image--3 {
    width: 165px;
    height: 183px;
    top: 165px;
    left: 18%;
    transform: rotate(-24.447deg);
  }
  .about-top__image.about-top__image--4 {
    width: 194px;
    height: 164px;
    top: 165px;
    left: 68%;
    transform: rotate(7.359deg);
  }
  .about-top__image.about-top__image--5 {
    width: 204px;
    height: 282px;
    top: 96px;
    left: 80%;
  }
  .about-top__image.about-top__image--6 {
    width: 260px;
    height: 226px;
    top: 35px;
  }
}
@media (max-width: 1200px) {
  .ready__info {
    max-width: 487px;
    gap: 60px;
  }
  .ready__button {
    max-width: 400px;
  }
  .ready__image.ready__image--1 {
    width: 198.067px;
    height: 167.084px;
    transform: rotate(-16.715deg);
    left: -2%;
  }
  .ready__image.ready__image--2 {
    width: 208.764px;
    height: 309.057px;
    transform: rotate(8.57deg);
    left: -10%;
  }
  .ready__image.ready__image--3 {
    width: 179.065px;
    height: 198.234px;
    transform: rotate(-8.055deg);
    left: -1%;
  }
  .ready__image.ready__image--4 {
    width: 204.921px;
    height: 148.505px;
    transform: rotate(16.847deg);
  }
  .ready__image.ready__image--5 {
    width: 221.751px;
    height: 310.803px;
    transform: rotate(-6.572deg);
  }
  .ready__image.ready__image--6 {
    width: 155.535px;
    height: 194.614px;
    transform: rotate(7.142deg);
  }
  .why__cards {
    margin-bottom: 85px;
  }
}
@media (max-width: 1000px) {
  .about-top__inner {
    height: 385px;
  }
  .about-top__title {
    top: 100px;
  }
  .about-top__image.about-top__image--1 {
    width: 236px;
    height: 171px;
    transform: rotate(-8.072deg);
    top: 16px;
    left: -7%;
  }
  .about-top__image.about-top__image--2 {
    width: 162px;
    height: 239px;
    transform: rotate(20.917deg);
    left: 2%;
  }
  .about-top__image.about-top__image--3 {
    width: 139px;
    height: 154px;
    transform: rotate(-7.721deg);
    top: 230px;
    left: 16%;
  }
  .about-top__image.about-top__image--4 {
    width: 148px;
    height: 125px;
    transform: rotate(15.284deg);
    top: 250px;
    left: 68%;
  }
  .about-top__image.about-top__image--5 {
    width: 168px;
    height: 232px;
    transform: rotate(-12.387deg);
    top: 104px;
    left: 78%;
  }
  .about-top__image.about-top__image--6 {
    width: 262px;
    height: 170px;
    transform: rotate(13.094deg);
    top: 27px;
    left: 83%;
  }
  .why__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 38px;
  }
  .why__counter {
    padding: 30px;
    max-width: 625px;
  }
}
@media (max-width: 900px) {
  .ready__inner {
    height: 510px;
  }
  .ready__info {
    max-width: 345px;
    top: 65px;
    bottom: auto;
  }
  .ready__title {
    margin-bottom: 0;
  }
  .ready__button {
    max-width: 315px;
  }
  .ready__image.ready__image--1 {
    width: 142.779px;
    height: 128.564px;
    transform: rotate(-16.715deg);
  }
  .ready__image.ready__image--2 {
    width: 166.971px;
    height: 247.185px;
    transform: rotate(8.57deg);
    top: 140px;
  }
  .ready__image.ready__image--3 {
    width: 143.217px;
    height: 158.548px;
    transform: rotate(-8.055deg);
    top: 323px;
    left: 5%;
  }
  .ready__image.ready__image--4 {
    width: 178.732px;
    height: 113.203px;
    transform: rotate(21.089deg);
    top: 30px;
    left: 88%;
  }
  .ready__image.ready__image--5 {
    width: 172.7px;
    height: 251.601px;
    transform: rotate(-10.318deg);
    top: 148px;
    left: 87%;
  }
  .ready__image.ready__image--6 {
    width: 140.603px;
    height: 148.061px;
    transform: rotate(7.142deg);
    top: 330px;
    left: 76%;
  }
}
@media (max-width: 767px) {
  .about-top__title {
    top: 70px;
  }
  .about-top__image.about-top__image--1 {
    width: 138.882px;
    height: 112.295px;
    transform: rotate(24.784deg);
    left: -10%;
  }
  .about-top__image.about-top__image--2 {
    width: 174.63px;
    height: 137.19px;
    transform: rotate(-17.166deg);
    top: 100px;
    left: -5%;
  }
  .about-top__image.about-top__image--3 {
    width: 144.57px;
    height: 95.045px;
    transform: rotate(-23.433deg);
    top: 22px;
    left: 80%;
    z-index: 2;
  }
  .about-top__image.about-top__image--4 {
    width: 210.949px;
    height: 123.358px;
    transform: rotate(4.047deg);
    top: 106px;
    left: 76%;
    z-index: 1;
  }
  .about-top__image.about-top__image--5 {
    width: 106.106px;
    height: 138.578px;
    transform: rotate(34.361deg);
    top: 159px;
    left: 67%;
    z-index: 0;
  }
  .about-top__image.about-top__image--6 {
    width: 141.94px;
    height: 106.345px;
    transform: rotate(21.926deg);
    top: 170px;
    left: 17%;
  }
  .ready__image.ready__image--1 {
    left: -9%;
  }
  .ready__image.ready__image--2 {
    left: -13%;
  }
  .ready__image.ready__image--3 {
    left: 1%;
  }
  .why {
    margin-bottom: 34px;
  }
}
@media (max-width: 680px) {
  .ready__image.ready__image--1 {
    left: -14%;
  }
  .ready__image.ready__image--2 {
    left: -18%;
  }
  .ready__image.ready__image--3 {
    left: -3%;
  }
  .why__cards {
    grid-template-columns: 1fr;
  }
  .why__heading {
    margin-bottom: 32px;
  }
}
@media (max-width: 550px) {
  .ready__inner {
    height: 650px;
  }
  .ready__info {
    max-width: 270px;
    top: 0;
    bottom: 0;
    gap: 26px;
  }
  .ready__button {
    max-width: 226px;
    height: 44px;
  }
  .ready__image.ready__image--1 {
    top: 70px;
    left: 76%;
  }
  .ready__image.ready__image--2 {
    width: 139.2px;
    height: 173.855px;
    transform: rotate(8.57deg);
    top: 434px;
    left: 2%;
  }
  .ready__image.ready__image--3 {
    width: 117.848px;
    height: 130.463px;
    transform: rotate(-8.055deg);
    top: 500px;
    left: 27%;
  }
  .ready__image.ready__image--4 {
    width: 135.586px;
    height: 155.252px;
    transform: rotate(-10.521deg);
    top: 67px;
    left: 0;
  }
  .ready__image.ready__image--5 {
    width: 148.094px;
    height: 190.111px;
    transform: rotate(16.606deg);
    top: 10px;
    left: 49%;
  }
  .ready__image.ready__image--6 {
    width: 124.861px;
    height: 166.529px;
    transform: rotate(16.372deg);
    top: 426px;
    left: 78%;
  }
  .why__counter {
    padding: 24px 12px;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
  }
}
@media (max-width: 480px) {
  .about-top__inner {
    height: 215px;
  }
  .about-top__image {
    border-radius: 10px;
  }
  .about-top__image.about-top__image--1 {
    width: 93.55px;
    height: 67.704px;
    transform: rotate(12.268deg);
    top: 4px;
    left: -10%;
  }
  .about-top__image.about-top__image--2 {
    width: 97.217px;
    height: 82.713px;
    transform: rotate(-17.166deg);
    top: 57px;
    left: -5%;
  }
  .about-top__image.about-top__image--3 {
    width: 108.481px;
    height: 71.319px;
    transform: rotate(-14.954deg);
    top: 8px;
    left: 84%;
  }
  .about-top__image.about-top__image--4 {
    width: 106.712px;
    height: 85.771px;
    transform: rotate(4.047deg);
    top: 62px;
    left: 76%;
  }
  .about-top__image.about-top__image--5 {
    width: 101.418px;
    height: 68.252px;
    transform: rotate(-13.929deg);
    top: 120px;
    left: 67%;
  }
  .about-top__image.about-top__image--6 {
    width: 102.567px;
    height: 71.585px;
    transform: rotate(21.926deg);
    top: 114px;
    left: 4%;
  }
  .why__card {
    gap: 8px;
    padding: 20px 16px;
    border-radius: 20px;
  }
  .why__heading {
    margin-bottom: 24px;
  }
}
@media (max-width: 400px) {
  .ready__image.ready__image--1 {
    top: 92px;
    left: 71%;
  }
  .ready__image.ready__image--2 {
    top: 423px;
    left: -9%;
  }
  .ready__image.ready__image--3 {
    top: 491px;
    left: 25%;
  }
  .ready__image.ready__image--4 {
    top: 65px;
    left: -9%;
  }
  .ready__image.ready__image--5 {
    top: 10px;
    left: 41%;
  }
  .ready__image.ready__image--6 {
    top: 428px;
    left: 67%;
  }
}/*# sourceMappingURL=about-page.css.map */