.garancy {
  padding: 80px 0;
  background: #F7F7F7;
  position: relative;
  overflow: hidden;
}
.garancy::before, .garancy::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 16px solid #F7F7F7;
  background-color: #1CB5E3;
  z-index: 1;
}
.garancy::before {
  width: 453px;
  height: 453px;
  top: -86px;
  left: -99px;
}
.garancy::after {
  width: 1158px;
  height: 1158px;
  bottom: -761px;
  left: -402px;
}
.garancy__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  position: relative;
  z-index: 2;
}
.garancy__img {
  display: grid;
  align-items: center;
}
.garancy__img img {
  position: relative;
  left: -16px;
  width: 636px;
  height: 707px;
  -o-object-fit: contain;
     object-fit: contain;
}
.garancy__descr {
  display: grid;
  gap: 20px;
  align-content: start;
  grid-template-rows: auto 1fr;
}
.garancy__descr-title {
  margin: 0 0 20px 0;
}
.garancy__descr-subtitle {
  display: grid;
  gap: 16px;
  max-width: 544px;
}
.garancy__descr-subtitle p {
  margin: 0;
}
.garancy__descr-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}
.garancy__descr-bottom .garancy__card.ten-years-card {
  display: grid;
}
.garancy__descr-bottom.span-bottom .garancy__card.ten-years-card {
  display: none;
}
.garancy__descr-bottom.span-bottom .double-arrow-btn {
  grid-column: span 2;
}
.garancy__card {
  background: #FFF;
  padding: 24px;
  display: grid;
  gap: 24px;
  align-content: start;
}
.garancy__card-icon {
  background: #1CB5E3;
  height: 96px;
  width: 96px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.garancy__card-descr h5 {
  letter-spacing: 0.15px;
  margin: 0 0 8px 0;
}
.garancy .double-arrow-btn h3 {
  font-weight: 600;
  line-height: 112.5%;
  margin: 0;
}

@media (max-width: 1350px) {
  .garancy::after {
    width: 1000px;
    height: 1000px;
    bottom: -648px;
    left: -402px;
  }
}
@media (max-width: 1240px) {
  .garancy {
    padding: 50px 0;
  }
  .garancy::after {
    width: 1000px;
    height: 1000px;
    bottom: -588px;
    left: -529px;
  }
  .garancy::before {
    width: 400px;
    height: 400px;
    top: -42px;
    left: 4px;
  }
  .garancy__img img {
    width: 100%;
    height: auto;
  }
  .garancy__inner {
    grid-template-columns: 5fr 7fr;
  }
}
@media (max-width: 1024px) {
  .garancy::before {
    width: 320px;
    height: 320px;
    top: -41px;
    left: -22px;
  }
  .garancy::after {
    width: 900px;
    height: 900px;
    bottom: -569px;
    left: -489px;
  }
  .garancy__card {
    padding: 20px;
  }
  .garancy__card-icon {
    width: 65px;
    height: 65px;
  }
  .garancy__card-icon img {
    width: 45px;
    height: 45px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .garancy__descr-subtitle {
    gap: 6px;
  }
}
@media (max-width: 1000px) {
  .garancy__descr-bottom {
    grid-template-rows: 1fr auto;
  }
}
@media (max-width: 900px) {
  .garancy::after {
    width: 645px;
    height: 645px;
    bottom: auto;
    left: auto;
    top: -100px;
    right: -174px;
  }
  .garancy::before {
    width: 375px;
    height: 375px;
    top: -84px;
    left: -9%;
  }
  .garancy__inner {
    grid-template-columns: 1fr;
  }
  .garancy__img img {
    left: 97px;
    width: 100%;
    height: auto;
    max-width: 458px;
  }
}
@media (max-width: 800px) {
  .garancy::after {
    width: 560px;
    height: 560px;
    bottom: auto;
    left: auto;
    top: -155px;
    right: -207px;
  }
  .garancy::before {
    width: 300px;
    height: 300px;
    top: -84px;
    left: -9%;
  }
  .garancy__img img {
    left: 72px;
    width: 100%;
    height: auto;
    max-width: 360px;
  }
}
@media (max-width: 640px) {
  .garancy__img img {
    width: 100%;
    height: auto;
    max-width: 330px;
  }
  .garancy::after {
    width: 420px;
    height: 420px;
    bottom: auto;
    left: auto;
    top: -54px;
    right: -57px;
  }
  .garancy::before {
    width: 260px;
    height: 260px;
    top: 139px;
    left: -22px;
  }
}
@media (max-width: 550px) {
  .garancy__descr-bottom {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-auto-rows: auto;
  }
  .garancy__descr-bottom.span-bottom .double-arrow-btn {
    grid-column: 1;
  }
  .garancy::before {
    content: none;
  }
  .garancy::after {
    width: 540px;
    height: 540px;
    bottom: auto;
    left: auto;
    top: -204px;
    right: -125px;
  }
  .garancy__img img {
    width: 100%;
    height: auto;
    max-width: 330px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .garancy .double-arrow-btn h3 {
    max-width: 260px;
  }
}
@media (max-width: 440px) {
  .garancy__img img {
    max-width: 280px;
  }
}/*# sourceMappingURL=garancy.css.map */