@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
.services-hero {
  background-image: var(--gradient-block);
  border-radius: 0 0 15px 15px
}

.services-hero__container {
  background-image: url("/assets/images/main-redesign/page-back.png");
  background-repeat: no-repeat;
  background-position: 431px 140px
}

@media(max-width: 47.99875em) {
  .services-hero__container {
    background-image: url("/assets/images/main-redesign/page-back.png");
    background-repeat: no-repeat;
    background-position: 250px 330px;
    background-size: 62%
  }
}

@media(min-width: 61.99875em) {
  .services-hero__container {
    background: none
  }
}

.services-hero__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -105px;
  padding-block: 185px 65px
}

@media(min-width: 61.99875em) {
  .services-hero__inner {
    padding-top: 105px;
    padding-bottom: 0
  }
}

.services-hero__image {
  width: 447px
}

@media(min-width: 61.99875em) {
  .services-hero__image {
    margin-left: -110px;
    padding-top: 80px
  }
}

.services-hero__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0 auto
}

@media(min-width: 47.99875em) {
  .services-hero__content {
    width: 646px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto
  }
}

.services-hero__title {
  color: var(--color-white);
  font-size: clamp(1.375rem, 0.5727848101rem + 3.2911392405vw, 3rem);
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 14px;
  text-transform: uppercase
}

.services-hero__title span {
  color: rgba(0, 0, 0, 0);
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text
}

@media(min-width: 47.99875em) {
  .services-hero__title {
    line-height: 49px;
    margin-bottom: 20px
  }
}

.services-hero__description-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px;
  color: hsla(0, 0%, 100%, .8);
  font-size: clamp(0.8125rem, 0.7199367089rem + 0.3797468354vw, 1rem);
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 41px
}

@media(min-width: 47.99875em) {
  .services-hero__description-content {
    color: var(--color-white);
    margin-bottom: 30px
  }
}

.services-hero__description-second {
  display: none
}

@media(min-width: 47.99875em) {
  .services-hero__description-second {
    display: block
  }
}

.services-hero__button {
  margin-bottom: 0
}

.services-hero__image {
  display: none
}

@media(min-width: 61.99875em) {
  .services-hero__image {
    display: block;
    margin-right: -129px
  }
}

.main-services {
  padding-block: 60px
}

@media(min-width: 61.99875em) {
  .main-services {
    padding-block: 100px
  }
}

.main-services__title {
  color: var(--text-main);
  font-size: clamp(1.375rem, 1.2824367089rem + 0.3797468354vw, 1.5625rem);
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase
}

@media(min-width: 61.99875em) {
  .main-services__title {
    line-height: 30px;
    margin-bottom: 50px
  }
}

.main-services__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 10px
}

@media(min-width: 61.99875em) {
  .main-services__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
  }
}

.main-services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 20px 20px 11px;
  background-color: var(--color-white);
  border: 1px solid var(--border-main);
  border-radius: var(--border-radius)
}

@media(min-width: 61.99875em) {
  .main-services__item {
    min-height: 200px;
    padding: 20px 15px 24px 30px
  }
}

.main-services .item-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px
}

.main-services__item.services__item-text .main-services__bottom {
  margin-top: 0
}

.main-services__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(min-width: 61.99875em) {
  .main-services__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.main-services__bottom {
  -ms-grid-column-span: 5;
  grid-column: span 5;
  margin-top: auto
}

.main-services__item-title {
  -ms-grid-column-span: 5;
  grid-column: span 5;
  color: var(--text-main);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase
}

@media(min-width: 61.99875em) {
  .main-services__item-title {
    -ms-grid-row: 1;
    grid-row: 1
  }
}

.main-services__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  width: 55px;
  height: 40px
}

@media(min-width: 61.99875em) {
  .main-services__item-icon {
    -ms-grid-column: 6;
    grid-column: 6;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.main-services__item-description {
  color: rgba(78, 78, 78, .8);
  font-size: 13px;
  line-height: 16px
}

.main-services__item-link {
  color: rgba(0, 0, 0, 0);
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: underline !important
}

@media(min-width: 61.99875em) {
  .main-services__item-link {
    color: rgba(35, 48, 71, .5);
    background: none;
    text-decoration: none !important
  }
}

.cost-request__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 28px 239px;
  background-image: url("/assets/images/main-redesign/request-back.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: var(--color-main-dark);
  border-radius: var(--border-radius)
}

@media(min-width: 47.99875em) {
  .cost-request__inner {
    padding-block: 50px
  }
}

.cost-request__title {
  color: var(--color-white);
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 20px;
  padding-inline: 20px;
  text-align: center;
  text-transform: uppercase
}

@media(min-width: 47.99875em) {
  .cost-request__title {
    padding-inline: 0
  }
}

.cost-request__text {
  color: hsla(0, 0%, 100%, .8);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 30px;
  padding-inline: 20px;
  text-align: center
}

@media(min-width: 47.99875em) {
  .cost-request__text {
    padding-inline: 0
  }
}

.cost-request__button {
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  width: 330px
}

.cost-request__button span:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}