.single-services__title {
  margin-bottom: 40px;
  text-align: center;
}

.single-services__title-desc {
  color: #6a66e0;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
}

.single-services__title-text {
  font-size: 34px;
  font-weight: 700;
  line-height: 53px;
}

.single-services__tags-wrapper {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
}

.single-services__tags-wrapper::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #222;
  z-index: 10;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-services__tags-select {
  width: 100%;
  padding: 16px 20px;
  background-color: #fff !important;
  color: #222;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #222;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.single-services__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-services__tags-item {
  width: 100%;
  max-width: 290px;
  text-align: center;
  padding: 0 10px 18px 10px;
  color: #777;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  cursor: pointer;
}

.single-services__tags-item--active {
  color: #222;
  font-weight: 600;
  border-bottom: 1px solid #3029d9;
}

.single-services__body-item {
  display: none;
  margin-top: 80px;
}

.single-services__body-item:first-of-type {
  margin-top: 120px;
}

.single-services__body-item > p {
  color: #373737;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
  font-weight: 400;
}

.single-services__body-item > p:last-of-type {
  margin-bottom: 30px;
}

.single-services__body-item--active {
  display: block;
}

.single-services__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 90px 1fr;
  -ms-grid-columns: 1fr 26px 1fr;
      grid-template: 1fr 1fr/1fr 1fr;
  row-gap: 90px;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  margin-bottom: 60px;
}

.single-services__item {
  position: relative;
  max-width: 582px;
  width: 100%;
  height: 271px;
  -webkit-box-shadow: 0px 15px 100px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 100px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-services__item-img {
  max-width: 358px;
  position: absolute;
  bottom: 50px;
  right: 0;
}

.single-services__item-number {
  font-size: 120px;
  line-height: 156px;
  color: #3029d9;
  font-weight: 700;
}

.single-services__item-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.single-services__specials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 25px;
}

.single-services__special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 21px;
  color: #373737;
  font-weight: 400;
  margin-right: 30px;
}

.single-services__special-text {
  max-width: 257px;
}

.single-services__special-img {
  width: 25px;
  margin-right: 15px;
}

.article {
  margin: 60px 0;
  margin-top: 0;
  padding-top: 180px;
}

.article__inner {
  display: -ms-grid;
  display: grid;
  gap: 22px;
  -ms-grid-columns: 1fr 254px;
  grid-template-columns: 1fr 254px;
}

.article__title {
  font-size: 32px;
  line-height: 54px;
  margin-bottom: 20px;
  font-weight: 700;
}

.article__image {
  margin-bottom: 20px;
  width: 100%;
}

.article p {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
}

.article span {
  font-size: 16px;
  line-height: 24px;
  color: #83818D;
}

.article__list {
  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%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 254px;
  gap: 20px;
}

.article__item {
  max-width: 254px;
  width: 100%;
}

.article__item-wrapper {
  display: block;
  width: 100%;
  height: 100%;
}

.article__item-image {
  margin-bottom: 12px;
}

.article__item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 16px;
}

.article__item-text {
  font-size: 14px !important;
  line-height: 18px !important;
  color: #838383;
  margin: 0 0 16px 0 !important;
  font-weight: 400;
}

.article__right {
  position: sticky;
  top: 0;
}

.article__right-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 17px;
}

.news {
  padding-top: 200px;
  margin-bottom: 110px;
}

.news__title {
  font-size: 34px;
  line-height: 51px;
  font-weight: 700;
  margin-right: 25px;
}

.news__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.news__more-link {
  color: #111849;
  display: block;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news__more-link:hover {
  border-bottom: 1px solid #111849;
}

.news__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px 20px;
}

.news__item {
  max-width: 540px;
}

.news__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news__item-body {
  max-width: 276px;
}

.news__item-body > p {
  font-size: 14px;
  line-height: 18px;
  color: #838383;
  margin-bottom: 15px;
}

.news__item-image {
  max-width: 246px;
}

.news__item-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 21px;
}

.news__item-date {
  font-size: 14px;
  line-height: 24px;
  color: #838383;
  margin: 0 12px 0 0;
}

.news__item-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news__item-link:hover {
  border-bottom: 1px solid #fff;
}

@media (max-width: 1200px) {
  .single-services__body-item:first-of-type {
    margin-top: 80px;
  }

  .single-services__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 582px;
    margin: 0 auto;
    margin-bottom: 50px;
  }


  .news__list {
    row-gap: 40px;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    max-width: 572px;
    margin: 0 auto;
  }

  .news__item {
    max-width: 262px;
  }

  .news__item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .news__item-body {
    max-width: 262px;
  }

  .news__item-image {
    margin-bottom: 20px;
  }
}

@media (max-width: 960px) {
  .single-services__tags-wrapper {
    display: inline-block !important;
  }

  .single-services__tags {
    display: none;
  }

  .single-services__body-item {
    margin-top: 60px;
  }

  .single-services__body-item:first-of-type {
    margin-top: 60px;
  }

  .article__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .article__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: unset;
  }
}


@media (max-width: 640px) {
  .single-services__item-img {
    max-width: 258px;
    bottom: 100px;
  }

  .single-services__item-number {
    font-size: 80px;
    line-height: 104px;
  }

  .news__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 262px;
  }

  .article__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 254px;
    margin: 0 auto;
  }

  .article__right-title {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .header__top-social-list {
    margin-right: 0;
  }

  .single-services__body-item {
    margin-top: 20px;
  }

  .single-services__body-item:first-of-type {
    margin-top: 20px;
  }

  .single-services__list {
    row-gap: 40px;
  }

  .single-services__item {
    overflow: visible;
    overflow-x: hidden;
  }

  .single-services__item-img {
    right: -52px;
    bottom: 70px;
  }

  .article__title {
    font-size: 24px;
    line-height: 30px;
  }

  .article p {
    font-size: 15px;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
}

.info__form {
  position: relative;
  z-index: 2;
}

.info__form-row > p {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 12px;
}

.info__form-row br {
  display: none;
}

@media (max-width: 620px) {
  .info__form-row > p {
    flex-direction: column;
  }
}

.help__form-wrapper > p {
  display: flex;
}

@media (max-width: 460px) {
  .help__form-wrapper > p {
    flex-direction: column;
    gap: 10px;
  }
}

.calculator__form-row > p {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.wpcf7-response-output {
  font-size: 13px;
  border: none !important;
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
}

.wpcf7 form .wpcf7-response-output {
  color: green;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: #ffb900;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  color: #dc3232;
}

input:disabled {
  pointer-events: none;
}