@charset "UTF-8";

.p-form__body .contact {
  padding-top: 60px;
}
@media screen and (min-width:768px) {
  .p-form__body .contact {
    padding-top: 130px;
  }
}

.p-form__body .contact .p-form__title {
  padding-bottom: 52px;
}

.p-form__content {
  margin-top: 140px;
  max-width: 900px;
  margin-inline: auto;
}
.p-form__content + .p-form__content {
  margin-top: 0;
  padding-top: 60px;
}
@media screen and (min-width:768px) {
  .p-form__content + .p-form__content {
    padding-top: 101px;
  }
}

.p-form__content:nth-of-type(2) .p-form__btn-icon {
  margin-top: 26.25px;
  margin-left: 35.39px;
  width: 82.97px;
  height: 72.04px;
}

.p-form__title {
  padding-left: 26.5px;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 1.2px;
  font-weight: 500;
  position: relative;
}
.p-form__title::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #184ea4;
  border-radius: 50%;
}

.p-form__text {
  padding-top: 36px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px;
}

.p-form__btn {
  margin-top: 59px;
  display: grid;
  grid-template-columns: 153px 1fr;
  max-width: 350px;
  min-height: 131px;
  margin-inline: auto;
  background: #f1f8fe;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  position: relative;
}
.p-form__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/btn-filter.png) no-repeat left center/cover;
  pointer-events: none;
  border-radius: 10px;
}
@media screen and (min-width:768px) {
  .p-form__btn {
    max-width: 590px;
    grid-template-columns: 25.9322033898% 74.0677966102%;
  }
}

.p-form__btn-icon {
  margin-top: 26.86px;
  margin-left: 34.35px;
  width: 78.04px;
  height: 75.28px;
  z-index: 1;
}

.p-form__btn-texts {
  padding-top: 22.3px;
  padding-left: 20px;
  max-width: 401.6px;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-form__btn-texts {
    padding-left: 53.6px;
  }
}

.p-form__btn-title {
  color: #184EA5;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1.1px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-form__btn-title {
    font-size: 22px;
  }
}

.p-form__btn-circle {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  font-weight: 700;
  margin-top: 7.5px;
  padding: 6px 40px 6px 24px;
  background: #184EA5;
  border-radius: 28px;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-form__btn-circle {
    font-size: 16px;
    margin-top: 9.5px;
    padding: 8px 48px 8px 40px;
  }
}
.p-form__btn-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 20px;
  width: 11px;
  height: 15px;
  background: url(../images/form-btn-right.svg) no-repeat center center/cover;
}