.gruzy-header {
  background: var(--back-blue);
  padding-top: 98px;
  padding-bottom: 241px;
  position: relative;
  z-index: 2;
  margin-bottom: 54px;
}

.gruzy-header .container {
  position: relative;
}

.header-gradient__top {
  position: absolute;
  width: 100%;
  height: 397px;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #dde7f9 0%, #f8f9fe 100%);
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}

.header-gradient__bot {
  position: absolute;
  width: 100%;
  height: 165px;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #dde7f9 0%, #f8f9fe 100%);
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}

.header-back__back-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.header-back__back {
  position: absolute;
  right: -318px;
  bottom: -152px;
  pointer-events: none;
  z-index: 0;
}
.header-back__back img {
  width: 100%;
}

.gruzy-header__title {
  margin: 32px 0 24px 0;
}

.gruzy-header__subtitle-wrapper {
  display: flex;
  margin-bottom: 60px;
  align-items: end;
}

.gruzy-header__subtitle {
  max-width: 595px;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #32465a;
  margin-right: 24px;
  display: inline-flex;
  align-items: start;
}
.gruzy-header__subtitle::before {
  content: "";
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  border-radius: 50%;
  background: var(--light-blue);
  margin-right: 16px;
  margin-top: 20px;
}

.gruzy-header__subtitle-distance {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #a9b1bc;
}

.gruzy-header__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #32465a;
  max-width: 363px;
}

.gruzy-header .search-form__form {
  transform: translateY(50%);
  bottom: -241px;
}

.gruzy-how {
  padding-bottom: 0 !important;
}

.gruzy-how__title {
  margin-bottom: 60px;
}

.gruzy-how__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

.avtopark-line {
  position: absolute;
  top: 79px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.gruzy-how__item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 295px;
  height: 158px;
  margin-bottom: 28px;
}
.gruzy-how__item .item-back {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  pointer-events: none;
}
.gruzy-how__item .item-number {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  background: #3579f4;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  margin-right: 22px;
  margin-top: 28px;
}
.gruzy-how__item .item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #32465a;
  margin-bottom: 12px;
}
.gruzy-how__item .item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #6a7989;
  width: 190px;
}
.gruzy-how__item .item-inner {
  margin-top: 19px;
}

.gruzy-how__bottom {
  display: flex;
  align-items: center;
}

.gruzy-how__bottom-btn {
  margin-right: 32px;
  width: 231px;
  min-width: 231px;
}

.gruzy-how__bottom-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #6a7989;
}

.avtopark-line__between {
  position: absolute;
  bottom: -48px;
  left: 15px;
  z-index: -1;
  display: none;
}

.gruzy-choose {
  background: var(--back-blue);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.gruzy-choose .container {
  position: relative;
}

.gruzy-choose__title {
  margin-bottom: 60px;
}

.gruzy-choose__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.gruzy-choose__grid .grid-item {
  box-shadow: 0 16px 40px -14px rgba(53, 121, 244, 0.07);
  background: #fff;
  border-radius: 32px;
  padding: 40px 40px 32px;
  height: 100%;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.gruzy-choose__grid .grid-item .grid-item__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #32465a;
  margin-bottom: 16px;
  transition: all 0.2s;
}
.gruzy-choose__grid .grid-item .grid-item__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #6a7989;
}
.gruzy-choose__grid .grid-item:hover .grid-item__title {
  color: #3579f4;
}
.gruzy-choose__grid .grid-item:hover .grid-item__more span {
  color: #3579f4;
}
.gruzy-choose__grid .grid-item:hover .grid-item__more svg path {
  fill: #3579f4;
}
.gruzy-choose__grid .grid-item .grid-item__more {
  display: flex;
  align-items: center;
}
.gruzy-choose__grid .grid-item .grid-item__more span {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #a9b1bc;
  transition: all 0.2s;
  margin-right: 8px;
}
.gruzy-choose__grid .grid-item .grid-item__more svg path {
  transition: all 0.2s;
}
.gruzy-choose__grid .grid-item .grid-item__icon {
  position: absolute;
  right: 40px;
  bottom: 10px;
  z-index: -1;
}
.gruzy-choose__grid .grid-item .grid-item__body {
  margin-bottom: 24px;
}

.gruzy-choose__back-1 {
  position: absolute;
  top: -220px;
  right: -279px;
  z-index: -1;
}
.gruzy-choose__back-1 img {
  width: 100%;
}

.gruzy-choose__back-2 {
  position: absolute;
  bottom: 20px;
  left: -77px;
  z-index: -1;
}
.gruzy-choose__back-2 img {
  width: 100%;
}

.gruzy-choose__back-3 {
  position: absolute;
  bottom: -145px;
  right: 29px;
  z-index: -1;
}
.gruzy-choose__back-3 img {
  width: 100%;
}

@media (max-width: 1280px) {
  .header-gradient__bot {
    height: calc(9.5652vw + 42.565px);
  }
  .header-gradient__top {
    height: calc(9.5652vw + 274.565px);
  }
  .header-back__back {
    width: calc(48.0435vw + 675.843px);
  }
}
@media (max-width: 1192px) {
  .gruzy-header {
    margin-bottom: 96px;
  }
}
@media (max-width: 1150px) {
  .grid-item__icon {
    width: 60px;
    height: 60px;
  }
  .grid-item__icon img {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .gruzy-header .search-form__form {
    flex-direction: column;
    max-width: 500px;
    left: 50%;
    transform: translate(-50%, 93%);
    padding: 16px;
  }
  .gruzy-header {
    margin-bottom: 438px;
  }
  .gruzy-choose__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 920px) {
  .gruzy-how__items {
    flex-direction: column;
    align-items: center;
  }
  .avtopark-line {
    display: none;
  }
  .avtopark-line__between {
    display: block;
  }
}
@media (max-width: 768px) {
  .gruzy-header {
    padding-bottom: 277px;
  }
  .gruzy-header__title {
    margin-bottom: 12px;
  }
  .gruzy-header__subtitle-wrapper {
    margin-bottom: 40px;
  }
  .gruzy-header__subtitle {
    font-size: 20px;
    line-height: 120%;
  }
  .gruzy-header__subtitle-distance {
    font-size: 14px;
    line-height: 140%;
  }
  .gruzy-header__text {
    font-size: 14px;
    line-height: 140%;
  }
  .gruzy-header .search-form__form {
    transform: translate(-50%, 101%);
  }
  .header-back__back {
    right: -405px;
    bottom: -84px;
  }
  .gruzy-how__items {
    margin-bottom: 12px;
  }
  .avtopark-title,
  .gruzy-how__title {
    margin-bottom: 40px;
  }
  .gruzy-choose__title {
    margin-bottom: 40px;
  }
  .gruzy-choose__grid .grid-item {
    padding: 24px;
  }
  .gruzy-choose__grid .grid-item .grid-item__title {
    font-size: 20px;
    line-height: 120%;
  }
  .gruzy-choose__grid .grid-item .grid-item__description {
    font-size: 14px;
    line-height: 140%;
  }
  .gruzy-how {
    padding-bottom: 0 !important;
  }

  .gruzy-choose__back-1,
  .gruzy-choose__back-2,
  .gruzy-choose__back-3 {
    scale: 0.5;
  }

  .gruzy-choose__back-1 {
    top: -235px;
    right: -149px;
  }
  .gruzy-choose__back-2 {
    bottom: -202px;
    left: -161px;
  }
  .gruzy-choose__back-3 {
    bottom: -119px;
    right: -135px;
  }
}
@media (max-width: 568px) {
  .gruzy-how__bottom {
    flex-direction: column;
    align-items: center;
  }
  .gruzy-how__bottom-btn {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
  .gruzy-how__bottom-text {
    text-align: center;
  }
  .gruzy-choose__grid {
    grid-template-columns: 1fr;
  }
}