.price-banner {
  padding-top: 120px;
}
.price-banner__title {
  background: linear-gradient(90deg, #f6f6ff 0%, #faf1ef 48.44%, #ffecf5 100%);
  box-sizing: border-box;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  min-height: 230px;
  width: 100%;
  /* padding-left: ; */
  width: 100%;
}
.price-banner__div{
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  
}
.price-banner__title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  background: url("/img/page-title-bg.png") right center no-repeat;
  pointer-events: none;
}
.price-banner__h2 {
  text-align: left;
  z-index: 1;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
.price-banner__pdf {
  padding: 16px 36px 16px 24px;
  font-size: 16px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #fff 0%, #f3f3fd 100%);
  box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.06), inset 0px 0px 8px #fff;
  border-radius: 120px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2px;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.3s all;
  white-space: nowrap;
}
.price-banner__pdf:hover {
  background: #fff;
  box-shadow: 0px 7px 11px rgba(232, 53, 87, 0.06), inset 0px 0px 8px #fff;
}
.price-banner__price-section {
  padding: 104px 0;
}
.price-banner__svg {
  width: 32px;
  margin-right: 16px;
  height: 32px;
}
.price-banner__title-service {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-bottom: 40px;
  padding-top: 60px;
}
.price-banner__tarif-icon {
  margin: 0 16px 0 0;
  max-width: 72px;
  height: auto;
}
.price-banner__title-tarif {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
.price-banner__left-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8d9091;
  flex: 1 0 1%;
  padding-bottom: 16px;
  margin-right: auto;
  width: 100%;
  max-width: 582px;
}
.price-banner__service {
  padding: 32px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #eff1f5;
  transition: all 0.3s;
}
.first-banner-service {
  box-sizing: border-box;
  border: 1px solid #eff1f5;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.price-banner__service:hover {
  border-color: #1ca345;
}
.price-banner__service:hover .price-banner__order {
  background-color: #f8f9fb;
}

.price-banner__service:hover .price-banner__order-gray {
  background-color: #fff;
}
.price-banner__gray {
  background: #f8f9fb;
  border: 1px solid #eff1f5;
}
.price-banner__paragraph {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
  font-weight: 500;
}
.price-banner__right-block {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.price-banner__price {
  margin-right: 24px;
  font-size: 22px;
  line-height: 32px;
  text-align: right;
  width: auto;
  align-self: center;
  padding-bottom: 0px;
}
.price-banner__order {
  padding: 12px 24px;
  border-radius: 32px;
  font-size: 14px;
  display: block;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #1a66ff;
  transition: 0.3s all;
  margin-right: 16px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.price-banner__order-gray {
  background-color: #f8f9fb;
}
@media (max-width: 1000px) {
  .price-banner {
    padding-top: 60px;
  }
  .price-banner__h2 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
    margin-right: 24px;
  }
  .price-banner__title-tarif {
    font-size: 24px;
    line-height: 32px;
  }
  .price-banner__title::before {
    display: none;
  }
  .price-banner__service {
    display: flex;
    padding: 24px;
    flex-direction: column;
  }
  .price-banner__left-block {
    margin-right: 0;
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }
  .price-banner__right-block {
    justify-content: space-between;
  }
  .price-banner__paragraph {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 26px;
  }
  .price-banner__tarif-icon {
    max-width: 56px;
  }
  .price-banner__price {
    margin-right: 24px;
    font-size: 22px;
    line-height: 32px;
  }
  .price-banner__order {
    font-size: 13px;
    padding: 12px 24px;
    line-height: 32px;
    font-weight: 700;
  }
  .price-banner__price-section {
    padding: 72px 0;
  }
  .price-banner__title-service:first-child {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .price-banner__title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .price-banner__h2 {
    font-weight: 500;
    margin-right: 0px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #000;
    margin-bottom: 32px;
  }
  .price-banner__title-service {
    flex-direction: column;
    align-items: flex-start;
  }
  .price-banner__tarif-icon {
    margin-bottom: 16px;
  }
  .price-banner__left-block {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8d9091;
    flex: 1 0 1%;
    padding-bottom: 16px;
  }
  .price-banner__title-tarif {
    font-size: 22px;
    line-height: 32px;
  }
  .price-banner__paragraph {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 0 0 4px;
  }
  .price-banner__pdf {
    border-radius: 120px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 32px 12px 24px;
  }
}
