/*** Info **/
.service-page__info-heading {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
.service-page__info-image {
  position: relative;
  right: -107px;
  width: 100%;
  max-width: 675px;
  height: 439px;
  min-height: auto;
  animation: templateImage 6s infinite ease-in-out;
  z-index: 3;
}
.service-page__info-image-img {
  position: relative;
  object-fit: cover;
  z-index: 3;
}
.service-page__info-image::before {
  position: absolute;
  content: "";
  top: -54px;
  right: -142px;
  width: 526px;
  height: 526px;
  border-radius: 50%;
  background: #faf9f9;
  z-index: 1;
}
.service-page__info-image::after {
  position: absolute;
  content: "";
  top: 38.64px;
  right: -49.36px;
  width: 340.729px;
  height: 339.664px;
  border-radius: 50%;
  background: #f3f2f0;
  z-index: 2;
}

.service-page__info-textarea {
  max-width: 585px;
}
.service-page__info-textarea-title {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 20px;
}
.service-page__info-textarea-text {
  color: #000;
  font-family: "Gotham Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.service-page__info-textarea-text p {
  margin-bottom: 15px;
}

.service-page__info-textarea-text ul li {
  padding-left: 50px;
  font-weight: 500;
  color: #000;
  font-size: 18px;
  font-style: normal;
  line-height: 130%;
}
.service-page__info-textarea-text ul li::after {
  content: url("/check.svg");
  top: 2px;
  width: 40px;
  height: 20px;
  background: none;
  filter: none;
  border-radius: inherit;
}

.service-page__info-textarea-button {
  margin-top: 40px;
  width: 100%;
}
.service-button {
  max-width: fit-content;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: "Gotham Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 40px;
}

/** Titles **/
.service-page__numbers-heading,
.service-page__stages-heading,
.service-page__title-item,
.servicepage-advantages__title,
.service-page__guarant-heading,
.service-page__faq-title,
.service-page__hold-heading,
.service-page__direct-heading {
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 50px;
}

.service-template-page__banner {
  margin-bottom: 0;
}
.service-template-page__banner-info p {
  font-weight: 400;
}

/*** Numbers  **/
.service-page__numbers {
  width: 100%;
}
.service-page__numbers .container {
  max-width: 1400px;
}
.service-page__numbers-content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 185px;
}
.service-page__numbers-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 185px;
  border-radius: 0 100px 100px 0;
  padding: 50px 30px 50px 90px;
}
.service-page__numbers-item:nth-child(odd) {
  background: #f3f2f0;
}
.service-page__numbers-item:nth-child(even) {
  background: #faf9f9;
}

.service-page__numbers-item-value {
  color: #d63b49;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 15px;
  width: 100%;
}
.service-page__numbers-item-text {
  color: #000;
  font-family: "Gotham Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.service-page__numbers-item:nth-child(1) {
  max-width: 376px;
  border-radius: 100px 100px 100px 0;
  z-index: 6;
}
.service-page__numbers-item:nth-child(2) {
  position: absolute;
  left: 264px;
  max-width: 314px;
  border-radius: 0 100px 100px 0;
  padding-left: 139px;
  z-index: 5;
}
.service-page__numbers-item:nth-child(3) {
  position: absolute;
  left: 466px;
  max-width: 351px;
  padding-left: 139px;
  z-index: 4;
}
.service-page__numbers-item:nth-child(4) {
  position: absolute;
  left: 705px;
  max-width: 354px;
  padding-left: 139px;
  z-index: 3;
}
.service-page__numbers-item:nth-child(5) {
  position: absolute;
  left: 947px;
  max-width: 421px;
  padding-left: 139px;
  border-radius: 0 0 100px 0;
  z-index: 2;
}


/*** Stages **/
.service-page__stages {
  position: relative;
  padding-top: 120px;
  padding-bottom: 90px;
  background: #fff;
  z-index: 2;
}
.service-page__stages-heading {
  margin-bottom: 30px;
}
.service-page__stages-text {
  margin-top: 0;
}
.service-page__stages-content {
  margin-top: 30px;
}
.service-page__stages-item {
  margin-bottom: 30px;
}
.service-page__stages-item::after {
  left: 133px;
}
.service-page__stages-item-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.2px;
  margin-left: 15px;
}

.service-page__stages-item:nth-child(1) .service-page__stages-item-num {
  min-width: 100px;
}
.service-page__stages-item:nth-child(1)::after {
  left: 115px;
}
.service-page__stages-item:nth-child(2) .service-page__stages-item-num {
  min-width: 118px;
}
.service-page__stages-item:nth-child(3) .service-page__stages-item-num {
  min-width: 118px;
}
.service-page__stages-item:nth-child(4) .service-page__stages-item-num {
  min-width: 127px;
}
.service-page__stages-item:nth-child(4)::after {
  left: 143px;
}
.service-page__stages-item:nth-child(5) .service-page__stages-item-num {
  min-width: 119px;
}
.service-page__stages-item:nth-child(6) .service-page__stages-item-num {
  min-width: 122.25px;
}
.service-page__stages-item:nth-child(6)::after {
  left: 138px;
}
.service-page__stages-item:nth-child(7) .service-page__stages-item-num {
  min-width: 120.39px;
}
.service-page__stages-item:nth-child(7)::after {
  left: 135px;
}


/*** Offer  **/
.service-page__offer {
  background: linear-gradient(210deg, #ea636f 0%, #d63b49 100%);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.service-page__offer-heading {
  color: #f9b3b9;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  max-width: 350px;
}
.service-page__offer-heading-emit {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.service-page__offer-text p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.service-page__offer-button {
  margin-top: 30px;
}
.service-page__offer-button-btn {
  padding: 20px 40px;
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  font-weight: 500;
}
.service-page__offer-button-btn:hover {
  background: rgba(#d63b49, 0.8);
  border-radius: 4px;
  color: #fff;
}

.service-page__offer-content {
  max-width: 705px;
}

.service-page__offer-image {
  width: 267px;
  height: 406px;
  bottom: -40px;
  z-index: 4;
}
.service-page__offer-image-text {
  position: absolute;
  bottom: 26px;
  right: 0;
  display: flex;
  width: 420px;
  padding: 10px 26px;
  border-radius: 5px 5px 20px 5px;
  background: linear-gradient(231deg, rgba(214, 59, 73, 0.44) 0%, rgba(177, 35, 48, 0.44) 100%);
  backdrop-filter: blur(25px);
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  z-index: 3;
}

.service-page__offer-wrapper::before {
  position: absolute;
  content: "";
  top: -79px;
  right: 0;
  width: 426px;
  height: 426px;
  border-radius: 50%;
  background: #eb5f6c;
  z-index: 1;
}
.service-page__offer-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  right: 68px;
  width: 276px;
  height: 275px;
  border-radius: 50%;
  background: #f56b78;
  z-index: 2;
}


/*** Hold  **/
.service-page__hold {
  position: relative;
  background: #fff;
  padding-top: 120px;
  z-index: 9;
}
.service-page__hold-heading {
  margin-bottom: 80px;
}
.service-page__hold-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.service-page__hold-item {
  position: relative;
  padding: 24px;
  margin-bottom: 40px;
  width: 100%;
  min-height: 185px;
  background: #fff;
  box-shadow: 0 0 22px 0 rgba(163, 156, 153, 0.80);
  z-index: 1;
}
.service-page__hold-item-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
  margin-left: 63px;
}
.service-page__hold-item-text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.service-page__hold-item-icon {
  position: absolute;
  top: -30px;
  left: -13px;
  width: 78.078px;
  height: 78.078px;
  z-index: 3;
}
.service-page__hold-item-icon-img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  z-index: 3;
}
.service-page__hold-item-icon::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 3.3px;
  width: 79px;
  height: 79px;
  border-radius: 10px;
  background: rgba(243, 242, 240, 0.6);
  z-index: 2;
}

.service-page__hold-item:nth-child(1) {
  max-width: 680px;
  margin-right: 43px;
  margin-bottom: 60px;
}
.service-page__hold-item:nth-child(2) {
  max-width: 474px;
  margin-right: 0;
  margin-bottom: 60px;
}
.service-page__hold-item:nth-child(3) {
  max-width: 784px;
  margin-right: 34px;
  margin-bottom: 20px;
  min-height: 167px;
}
.service-page__hold-item:nth-child(4) {
  max-width: 370px;
  margin-right: 0;
  margin-top: -20px;
  margin-bottom: 20px;
}

/*** Service block **/
.service-page {
  position: relative;
  background: #fff;
  padding-top: 100px;
  z-index: 2;
}
.service-page__block-content__name-item {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}


/*** Direct **/
.service-page__direct {
  padding-top: 120px;
  position: relative;
  background: #fff;
  z-index: 3;
}
.service-page__direct-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.service-page__direct-aside {
  max-width: 487px;
  width: 100%;
}
.service-page__direct-aside_list {
  width: 100%;
}
.service-page__direct-aside_list-item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  border-bottom: 1px solid #e9e3db;
  background: #f3f2f0;
  cursor: pointer;
}
.service-page__direct-aside_list-item::after {
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  right: -26px;
  width: 26px;
  height: 100%;
  background: url("/delta.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.service-page__direct-aside_list-item strong {
  color: #d63b49;
}
.service-page__direct-aside_list-item:hover,
.service-page__direct-aside_list-item.item--active {
  background: #d63b49;
  color: #fff;
  border-bottom-color: #d63b49;
  padding-left: 37px;
  transition: 0.5s ease-in-out;
}
.service-page__direct-aside_list-item:hover strong,
.service-page__direct-aside_list-item.item--active strong {
  color: #fff;
}
.service-page__direct-aside_list-item:hover::after,
.service-page__direct-aside_list-item.item--active::after {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.service-page__direct-main {
  width: 100%;
  margin-left: 30px;
}
.service-page__direct-main-wrapper {
  position: relative;
  width: 100%;
  display: none;
  transition: 0.5s ease-in-out;
}
.service-page__direct-main-wrapper:first-of-type {
  display: block;
}
.service-page__direct-main-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  right: -100px;
  width: 100px;
  height: 345px;
  background: #fff;
  z-index: 5;
}

.service-page__direct-main_content {
  position: relative;
  width: 100%;
  min-height: 344px;
  background: #f3f2f0;
  padding: 30px 40px;
  z-index: 3;
}
.service-page__direct-main_content::before {
  position: absolute;
  content: "";
  bottom: -200px;
  right: -85px;
  width: 450.515px;
  height: 450.515px;
  border-radius: 50%;
  background: #efece7;
  z-index: 1;
}
.service-page__direct-main_content::after {
  position: absolute;
  content: "";
  bottom: -125px;
  right: -8px;
  width: 291.124px;
  height: 291.124px;
  border-radius: 50%;
  background: #e9e3db;
  z-index: 2;
}

.service-page__direct-main_content p {
  position: relative;
  margin-bottom: 15px;
  z-index: 5;
}


/*** Servicepage advantages **/
.servicepage-advantages {
  padding-top: 120px;
  padding-bottom: 60px;
  margin-bottom: 0;
  position: relative;
  background: #fff;
  z-index: 3;
}
.servicepage-advantages-content-wrap {
  justify-content: center;
}
.servicepage-advantages-content__block {
  width: calc((100% - 60px) / 4);
  margin-left: 0;
  margin-right: 20px;
}
.servicepage-advantages-content__block:nth-child(3n) {
  margin-right: 20px;
}
.servicepage-advantages-content__block:nth-child(4n) {
  margin-right: 0;
}
.servicepage-advantages-content__block:last-child {
  margin-right: 0;
}

.servicepage-advantages-content__block-add {
  width: calc((100% - 60px) / 3) !important;
}
.servicepage-advantages-content__block-add:nth-child(3n) {
  margin-right: 0 !important;
}
.servicepage-advantages-content__block-add:nth-child(4n) {
  margin-right: 20px !important;
}

.servicepage-advantages-content__block-num {
  text-align: center;
  font-size: 90px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 110px;
  letter-spacing: 1.8px;
  color: transparent;
  -webkit-text-stroke: 1px #cec4b7;
}
.servicepage-advantages-content__block:nth-child(odd) .servicepage-advantages-content__block-num {
  -webkit-text-stroke: 1px #d63b49;
}
.servicepage-advantages-content__block-name {
  padding-left: 0;
  margin-bottom: 15px;
  text-align: center;
}
.servicepage-advantages-content__block-name::before {
  display: none;
}
.servicepage-advantages-content__block-name-item {
  text-align: center;
  max-width: 260px;
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: none;
  font-family: "Gotham Pro", sans-serif;
}
.servicepage-advantages-content__block-name-item p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  font-family: "Gotham Pro", sans-serif;
}
.servicepage-advantages-content__block-description {
  padding: 20px 14px;
  border-radius: 8px;
  background: #efece7;
  min-height: 105px;
}
.servicepage-advantages-content__block-description-item {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.servicepage-advantages-content__block:nth-child(odd) .servicepage-advantages-content__block-description {
  background: #d63b49;
}
.servicepage-advantages-content__block:nth-child(odd) .servicepage-advantages-content__block-description-item {
  color: #fff;
}
.servicepage-advantages-content__block:nth-child(3) .servicepage-advantages-content__block-name-item {
  max-width: 100%;
}
.servicepage-advantages-content__block:nth-child(4) .servicepage-advantages-content__block-name-item {
  max-width: 100%;
}
.servicepage-advantages-content__block:nth-child(5) .servicepage-advantages-content__block-name-item {
  max-width: 100%;
}
.servicepage-advantages-content__block:nth-child(6) .servicepage-advantages-content__block-name-item {
  max-width: 100%;
}
.servicepage-advantages-content__block:nth-child(7) .servicepage-advantages-content__block-name-item {
  max-width: 100%;
}

.servicepage-advantages-content__block-add .servicepage-advantages-content__block-name-item {
  max-width: 100% !important;
}


/*** Guarant **/
.service-page__guarant {
  margin-top: 80px;
  padding-bottom: 90px;
}
.service-page__guarant-heading {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
}
.service-page__guarant-subheading {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: lowercase;
  margin-top: 30px;
}
.service-page__guarant-item-title {
  font-weight: 400;
}
.service-page__guarant-item-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.3px;
}
.service-page__guarant-item {
  padding-bottom: 20px;
}


/*** F A Q  **/
.service-page__faq {
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
  background: #fff;
  z-index: 3;
}
.service-page__faq-content {
  margin-top: 0;
}
.service-page__faq-content_item {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  margin-bottom: 20px;
  padding-left: 0;
}
.service-page__faq-content_item:nth-child(even) {
  margin-right: 0;
}


/***  Application Form  **/
.application-form {
  position: relative;
  z-index: 1;
}
.application-form-wrapper {
  position: relative;
  padding-right: 39px;
}
.application-form-wrapper::before {
  position: absolute;
  content: "";
  top: -109px;
  right: 0;
  width: 306px;
  height: 306px;
  border-radius: 50%;
  background: #efece7;
  z-index: 1;
}
.application-form-wrapper::after {
  position: absolute;
  content: "";
  top: -65px;
  right: 54px;
  width: 198px;
  height: 198px;
  border-radius: 50%;
  background: #e9e3db;
  z-index: 2;
}
.application-form__info-title {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.application-form__info-text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.3px;
}

.application-form__button {
  position: relative;
  max-width: 220px;
  z-index: 3;
}


/**** Feedback **/
.frontpage-feedback {
  position: relative;
  background: #fff;
  z-index: 5;
}






/***********************************************************************************************************/

/*** A D A P T I V E */
/** 1250px **/
@media (min-width: 992px) and (max-width: 1250px) {
  .service-page__info-image {
    display: block;
    right: 0;
  }
  .service-page__info-image-img {
    object-fit: contain;
  }
  .service-page__info-image::before {
    top: -25px;
    right: -25px;
    width: 455px;
    height: 455px;
  }
  .service-page__info-image::after {
    top: 35px;
    right: 44px;
    width: 320px;
    height: 320x;
  }

  /** 2 */
  .service-page__numbers-item {
    padding: 40px 30px 40px 60px;
  }
  .service-page__numbers-item:nth-child(1) {
    max-width: 300px;
  }
  .service-page__numbers-item:nth-child(2) {
    left: 215px;
    max-width: 280px;
    padding-left: 100px;
  }
  .service-page__numbers-item:nth-child(3) {
    left: 420px;
    max-width: 240px;
    padding-left: 100px;
  }
  .service-page__numbers-item:nth-child(4) {
    left: 580px;
    max-width: 260px;
    padding-left: 100px;
  }
  .service-page__numbers-item:nth-child(5) {
    left: 760px;
    max-width: 230px;
    padding-left: 100px;
  }


  /** 4 */
  .service-page__offer-image {
    right: 70px;
  }


  /** 5 */
  .servicepage-advantages-content__block {
    width: calc((100% - 40px) / 3);
    margin-bottom: 30px;
  }
  .servicepage-advantages-content__block:nth-child(3n) {
    margin-right: 0;
  }
  .servicepage-advantages-content__block:nth-child(4n) {
    margin-right: 20px;
  }


  /** 8 */
  .service-page__hold-item {
    width: calc((100% - 30px) / 2);
    min-height: 200px !important;
    max-width: 100%;
    margin-right: 30px;
  }
  .service-page__hold-item:nth-child(odd) {
    margin-right: 30px;
  }
  .service-page__hold-item:nth-child(even) {
    margin-right: 0;
  }
  .service-page__hold-item:nth-child(4) {
    max-width: 100%;
    margin-top: 0;
  }



  .service-page__direct-main-wrapper::after {
    right: -30px;
    width: 30px;
  }
  .service-page__direct-main_content::before {
    bottom: -185px;
    right: -30px;
    width: 400px;
    height: 400px;
  }
  .service-page__direct-main_content::after {
    bottom: -120px;
    right: 36px;
    width: 260px;
    height: 260px;
  }
}


/** 991px **/
@media (min-width: 768px) and (max-width: 991px) {
  .service-page__stages,
  .service-page,
  .servicepage-advantages,
  .service-page__faq,
  .frontpage-feedback,
  .service-page__hold,
  .service-page__direct {
    padding-top: 90px;
  }

  /** Titles **/
  .service-page__info-heading,
  .service-page__numbers-heading,
  .service-page__stages-heading,
  .service-page__title-item,
  .servicepage-advantages__title,
  .service-page__guarant-heading,
  .service-page__faq-title,
  .service-page__hold-heading,
  .service-page__direct-heading,
  .service-template-page__banner-info p {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .service-template-page__banner-info p {
    line-height: 34px;
  }

  .service-page__info-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .service-page__info-image {
    display: block;
    right: 0;
    max-width: 100%;
    height: 380px;
    margin-top: 50px;
  }
  .service-page__info-image-img {
    object-fit: contain;
  }
  .service-page__info-image::before {
    top: -25px;
    right: 5px;
    width: 455px;
    height: 455px;
  }
  .service-page__info-image::after {
    top: 35px;
    right: 70px;
    width: 320px;
    height: 320px;
  }


  /** 3 */
  .service-page__numbers-content {
    flex-direction: column;
    align-items: center;
    min-height: 650px;
  }
  .service-page__numbers-item {
    padding: 40px 30px 60px !important;
    height: 180px;
  }
  .service-page__numbers-item-value {
    text-align: center;
  }
  .service-page__numbers-item-text {
    width: 100%;
    text-align: center;
  }

  .service-page__numbers-item:nth-child(1) {
    max-width: 100%;
    border-radius: 80px 80px 0 0;
    z-index: 1;
  }
  .service-page__numbers-item:nth-child(2) {
    top: 130px;
    left: 0;
    max-width: 100%;
    border-radius: 60px 60px 0 0;
    padding: 30px 30px 60px !important;
    height: 170px;
    z-index: 2;
  }
  .service-page__numbers-item:nth-child(3) {
    top: 260px;
    left: 0;
    max-width: 100%;
    border-radius: 60px 60px 0 0;
    padding: 30px 30px 60px !important;
    height: 170px;
    z-index: 3;
  }
  .service-page__numbers-item:nth-child(4) {
    top: 380px;
    left: 0;
    max-width: 100%;
    border-radius: 60px 60px 0 0;
    padding: 30px 30px 60px !important;
    height: 170px;
    z-index: 4;
  }
  .service-page__numbers-item:nth-child(5) {
    top: 500px;
    left: 0;
    max-width: 100%;
    border-radius: 60px 60px 60px 0;
    padding: 30px 30px 60px !important;
    height: 150px;
    z-index: 5;
  }


  /** 4 */
  .service-page__offer {
    padding-top: 70px;
  }
  .service-page__offer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }
  .service-page__offer-wrapper::before {
    top: auto;
    bottom: -100px;
  }
  .service-page__offer-wrapper::after {
    top: auto;
    bottom: -30px;
    right: 80px;
  }

  .service-page__offer-image {
    position: relative;
    height: 380px;
    right: -267px;
  }


  /** 5 */
  .servicepage-advantages-content-wrap {
    flex-direction: row;
  }
  .servicepage-advantages-content__block {
    width: calc((100% - 30px) / 2) !important;
    margin-right: 30px !important;
    margin-bottom: 20px;
  }
  .servicepage-advantages-content__block:nth-child(odd) {
    margin-right: 30px;
  }
  .servicepage-advantages-content__block:nth-child(even) {
    margin-right: 0;
  }
  .servicepage-advantages-content__block-add:nth-child(2) {
    margin-right: 0 !important;
  }

  .servicepage-advantages-content__block-num {
    font-size: 60px;
    line-height: 70px;
  }
  .servicepage-advantages-content__block-name {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .servicepage-advantages-content__block-description {
    padding: 18px 13px;
    min-height: 120px;
  }


  /** 6 */
  .service-page__faq-content_item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .service-page__faq-content_item-title {
    height: auto;
    min-height: 80px;
    padding: 12px 30px 10px 15px;
  }
  .service-page__faq-content_item-text {
    padding-left: 15px;
  }


  /** 8 */
  .service-page__hold-item {
    width: calc((100% - 20px) / 2);
    min-height: 230px !important;
    max-width: 100%;
    padding: 20px;
    margin-right: 20px;
  }
  .service-page__hold-item:nth-child(odd) {
    margin-right: 20px;
  }
  .service-page__hold-item:nth-child(even) {
    margin-right: 0;
  }
  .service-page__hold-item:nth-child(4) {
    max-width: 100%;
    margin-top: 0;
  }

  .service-page__hold-item-title {
    font-size: 22px;
  }


  /** 9 */
  .service-page__direct-content {
    flex-direction: column;
    justify-content: flex-start;
  }
  .service-page__direct-aside {
    max-width: 100%;
  }
  .service-page__direct-aside_list-item {
    padding: 18px;
    font-size: 16px;
  }

  .service-page__direct-main {
    margin-left: 0;
    margin-top: 30px;
  }
  .service-page__direct-main_content {
    min-height: 150px;
    padding: 20px;
  }

  .service-page__direct-main-wrapper::after {
    right: -20px;
    width: 20px;
    height: 151px;
  }
  .service-page__direct-main_content::before {
    bottom: -40px;
    right: -20px;
    width: 160px;
    height: 160px;
  }
  .service-page__direct-main_content::after {
    bottom: -30px;
    right: -10px;
    width: 120px;
    height: 120px;
  }
}


/** 768px */
@media (min-width: 576px) and (max-width: 767px) {
  .service-page__stages,
  .service-page,
  .servicepage-advantages,
  .service-page__faq,
  .frontpage-feedback,
  .service-page__hold,
  .service-page__direct {
    padding-top: 90px;
  }

  /** Titles **/
  .service-page__info-heading,
  .service-page__numbers-heading,
  .service-page__stages-heading,
  .service-page__title-item,
  .servicepage-advantages__title,
  .service-page__guarant-heading,
  .service-page__faq-title,
  .service-page__hold-heading,
  .service-page__direct-heading,
  .service-template-page__banner-info p {
    font-size: 26px;
  }
  .service-template-page__banner-info p {
    line-height: 30px;
  }

  .service-page__info-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .service-page__info-textarea-title {
    font-size: 24px;
  }

  .service-page__info-textarea-text {
    font-size: 16px;
  }

  .service-page__info-image {
    display: block;
    right: 0;
    max-width: 100%;
    height: 300px;
    margin-top: 40px;
  }
  .service-page__info-image-img {
    object-fit: contain;
  }
  .service-page__info-image::before {
    top: -25px;
    right: 15px;
    width: 390px;
    height: 390px;
  }
  .service-page__info-image::after {
    top: 35px;
    right: 70px;
    width: 280px;
    height: 280px;
  }

  .service-button {
    padding: 18px 40px;
    font-size: 16px;
  }


  /** 3 */
  .service-page__numbers-content {
    flex-direction: column;
    align-items: center;
    min-height: 650px;
  }
  .service-page__numbers-item {
    padding: 40px 30px 60px !important;
    height: 180px;
  }
  .service-page__numbers-item-value {
    text-align: center;
  }
  .service-page__numbers-item-text {
    width: 100%;
    text-align: center;
  }

  .service-page__numbers-item:nth-child(1) {
    max-width: 100%;
    border-radius: 80px 80px 0 0;
    z-index: 1;
  }
  .service-page__numbers-item:nth-child(2) {
    top: 130px;
    left: 0;
    max-width: 100%;
    border-radius: 60px 60px 0 0;
    padding: 30px 30px 60px !important;
    height: 170px;
    z-index: 2;
  }
  .service-page__numbers-item:nth-child(3) {
    top: 260px;
    left: 0;
    max-width: 100%;
    border-radius: 60px 60px 0 0;
    padding: 30px 30px 60px !important;
    height: 170px;
    z-index: 3;
  }
  .service-page__numbers-item:nth-child(4) {
    top: 380px;
    left: 0;
    max-width: 100%;
    border-radius: 60px 60px 0 0;
    padding: 30px 30px 60px !important;
    height: 170px;
    z-index: 4;
  }
  .service-page__numbers-item:nth-child(5) {
    top: 500px;
    left: 0;
    max-width: 100%;
    border-radius: 60px 60px 60px 0;
    padding: 30px 30px 60px !important;
    height: 150px;
    z-index: 5;
  }


  /** 4 */
  .service-page__offer {
    padding-top: 70px;
  }
  .service-page__offer-heading {
    font-size: 24px;
  }
  .service-page__offer-heading-emit {
    font-size: 26px;
  }
  .service-page__offer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }
  .service-page__offer-wrapper::before {
    top: auto;
    bottom: -130px;
    width: 390px;
    height: 390px;
  }
  .service-page__offer-wrapper::after {
    top: auto;
    bottom: -59px;
    right: 60px;
    width: 256px;
    height: 255px;
  }

  .service-page__offer-text p {
    font-size: 16px;
  }

  .service-page__offer-image {
    position: relative;
    height: 350px;
    right: -267px;
    margin-top: -60px;
  }

  .service-page__offer-image-text {
    font-size: 16px;
    padding: 10px 15px;
  }


  /** 5 */
  .servicepage-advantages-content-wrap {
    flex-direction: column;
  }
  .servicepage-advantages-content__block {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .servicepage-advantages-content__block:nth-child(odd) {
    margin-right: 0;
  }
  .servicepage-advantages-content__block:nth-child(even) {
    margin-right: 0;
  }

  .servicepage-advantages-content__block-num {
    font-size: 60px;
    line-height: 70px;
  }
  .servicepage-advantages-content__block-name {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .servicepage-advantages-content__block-description {
    padding: 18px 13px;
    min-height: auto;
  }


  /** 6 */
  .service-page__faq {
    padding-bottom: 90px;
  }
  .service-page__faq-content_item {
    width: 100%;
    margin-right: 0;
    font-size: 16px;
    line-height: 20px;
  }
  .service-page__faq-content_item-title {
    height: auto;
    min-height: auto;
    padding: 15px 30px 15px 15px;
  }
  .service-page__faq-content_item-text {
    padding-left: 15px;
  }


  /** 7 */
  .application-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .application-form-wrapper {
    padding-right: 0;
    align-items: center;
  }
  .application-form-wrapper::before {
    top: auto;
    bottom: -100px;
    right: calc(50% - (210px / 2));
    width: 210px;
    height: 210px;
  }
  .application-form-wrapper::after {
    top: auto;
    bottom: -76px;
    right: calc(50% - (160px / 2));
    width: 160px;
    height: 160px;
  }

  .application-form__info {
    position: relative;
    z-index: 3;
  }
  .application-form__info-title {
    font-size: 26px;
    text-align: center;
    width: 100%;
  }
  .application-form__info-text {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }


  /** 8 */
  .service-page__hold-item {
    width: 100%;
    max-width: 100% !important;
    min-height: auto !important;
    padding: 18px 20px;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .service-page__hold-item:nth-child(odd) {
    margin-right: 0;
  }
  .service-page__hold-item:nth-child(even) {
    margin-right: 0;
  }
  .service-page__hold-item:nth-child(4) {
    max-width: 100%;
    margin-top: 0;
  }

  .service-page__hold-item-title {
    font-size: 20px;
  }


  /** 9 */
  .service-page__direct-content {
    flex-direction: column;
    justify-content: flex-start;
  }
  .service-page__direct-aside {
    max-width: 100%;
  }
  .service-page__direct-aside_list-item {
    padding: 18px;
    font-size: 16px;
  }

  .service-page__direct-main {
    margin-left: 0;
    margin-top: 30px;
  }
  .service-page__direct-main_content {
    min-height: 150px;
    padding: 20px;
  }
  .service-page__direct-main_content p {
    position: relative;
    z-index: 5;
  }

  .service-page__direct-main-wrapper::after {
    right: -20px;
    width: 20px;
    height: 151px;
  }
  .service-page__direct-main_content::before {
    bottom: -40px;
    right: -20px;
    width: 160px;
    height: 160px;
  }
  .service-page__direct-main_content::after {
    bottom: -30px;
    right: -10px;
    width: 120px;
    height: 120px;
  }
}


/** 575px **/
@media (min-width: 0) and (max-width: 575px) {
  .service-page__stages,
  .service-page,
  .servicepage-advantages,
  .service-page__faq,
  .frontpage-feedback,
  .service-page__hold,
  .service-page__direct {
    padding-top: 90px;
  }

  /** Titles **/
  .service-page__info-heading,
  .service-page__numbers-heading,
  .service-page__stages-heading,
  .service-page__title-item,
  .servicepage-advantages__title,
  .service-page__guarant-heading,
  .service-page__faq-title,
  .service-page__hold-heading,
  .service-page__direct-heading,
  .service-template-page__banner-info p {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 30px;
  }
  .service-template-page__banner-info p {
    margin-bottom: 0;
  }
  .service-template-page__banner {
    margin-bottom: 0;
  }

  .service-page__info-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .service-page__info-textarea-title {
    font-size: 20px;
  }

  .service-page__info-textarea-text,
  .service-template-page__banner-info__list-item,
  .service-page__info-textarea-text ul li {
    font-size: 14px;
  }
  .service-page__info-textarea-text ul li::after {
    top: -1px;
  }
  .service-page__info-textarea-text p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .service-template-page__banner-info__button {
    margin-top: 50px;
  }

  .service-page__info-image {
    display: block;
    right: 0;
    max-width: 100%;
    height: 240px;
    margin-top: 30px;
  }
  .service-page__info-image-img {
    object-fit: contain;
  }
  .service-page__info-image::before {
    top: -25px;
    right: 15px;
    width: 311px;
    height: 311px;
  }
  .service-page__info-image::after {
    top: 35px;
    right: 70px;
    width: 201px;
    height: 201px;
  }

  .service-button {
    padding: 16px 30px;
    font-size: 14px;
    margin-top: 30px;
  }


  .application-form {
    margin-bottom: 0;
  }


  /** 3 */
  .service-page__numbers-content {
    flex-direction: column;
    align-items: center;
    min-height: 490px;
  }
  .service-page__numbers-item {
    padding: 20px 10px 40px !important;
    height: 130px;
  }
  .service-page__numbers-item-value {
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .service-page__numbers-item-text {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  .service-page__numbers-item:nth-child(1) {
    max-width: 100%;
    border-radius: 50px 50px 0 0;
    z-index: 1;
  }
  .service-page__numbers-item:nth-child(2) {
    top: 100px;
    left: 0;
    max-width: 100%;
    border-radius: 40px 40px 0 0;
    padding: 20px 10px 30px !important;
    height: 130px;
    z-index: 2;
  }
  .service-page__numbers-item:nth-child(3) {
    top: 200px;
    left: 0;
    max-width: 100%;
    border-radius: 40px 40px 0 0;
    padding: 20px 10px 30px !important;
    height: 130px;
    z-index: 3;
  }
  .service-page__numbers-item:nth-child(4) {
    top: 295px;
    left: 0;
    max-width: 100%;
    border-radius: 40px 40px 0 0;
    padding: 20px 10px 30px !important;
    height: 130px;
    z-index: 4;
  }
  .service-page__numbers-item:nth-child(5) {
    top: 390px;
    left: 0;
    max-width: 100%;
    border-radius: 50px 50px 50px 0;
    padding: 20px 10px 20px !important;
    height: 100px;
    z-index: 5;
  }

  .service-page__stages-text {
    font-size: 14px;
    line-height: 130%;
  }


  /** 4 */
  .service-page__offer {
    padding-top: 70px;
  }
  .service-page__offer-heading {
    font-size: 18px;
  }
  .service-page__offer-heading-emit {
    font-size: 20px;
  }
  .service-page__offer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }
  .service-page__offer-wrapper::before {
    top: auto;
    bottom: -130px;
    width: 367px;
    height: 367px;
  }
  .service-page__offer-wrapper::after {
    top: auto;
    bottom: -59px;
    right: 60px;
    width: 239px;
    height: 237px;
  }

  .service-page__offer-text p {
    font-size: 16px;
  }

  .service-page__offer-image {
    position: relative;
    height: 330px;
    right: calc(-50% - (-267px / 2));
    margin-top: -20px;
  }

  .service-page__offer-image-text {
    font-size: 14px;
    padding: 10px;
    right: -40px;
    width: 350px;
  }

  .service-page {
    z-index: 9;
  }

  .service-page__offer-button {
    width: 100%;
    max-width: 100%;
  }


  /** 5 */
  .servicepage-advantages-content-wrap {
    flex-direction: column;
  }
  .servicepage-advantages-content__block {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .servicepage-advantages-content__block:nth-child(odd) {
    margin-right: 0;
  }
  .servicepage-advantages-content__block:nth-child(even) {
    margin-right: 0;
  }

  .servicepage-advantages-content__block-num {
    font-size: 45px;
    line-height: 60px;
  }
  .servicepage-advantages-content__block-name {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .servicepage-advantages-content__block-description {
    padding: 16px 13px;
    min-height: auto;
  }


  /** 6 */
  .service-page__faq {
    padding-bottom: 90px;
  }
  .service-page__faq-content_item {
    width: 100%;
    margin-right: 0;
    font-size: 15px;
    line-height: 18px;
  }
  .service-page__faq-content_item-title {
    height: auto;
    min-height: auto;
    padding: 12px 30px 12px 15px;
  }
  .service-page__faq-content_item-text {
    padding-left: 15px;
  }


  /** 7 */
  .application-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .application-form-wrapper {
    padding-right: 0;
    align-items: center;
  }
  .application-form-wrapper::before {
    top: auto;
    bottom: -130px;
    right: calc(50% - (190px / 2));
    width: 190px;
    height: 190px;
  }
  .application-form-wrapper::after {
    top: auto;
    bottom: -100px;
    right: calc(50% - (110px / 2));
    width: 110px;
    height: 110px;
  }

  .application-form__info {
    position: relative;
    z-index: 3;
  }
  .application-form__info-title {
    font-size: 22px;
    text-align: center;
    width: 100%;
  }
  .application-form__info-text {
    font-size: 14px;
    text-align: center;
    width: 100%;
  }

  .application-form__button {
    margin-top: 20px;
  }


  /** 8 */
  .service-page__hold-heading {
    margin-bottom: 60px;
  }
  .service-page__hold-item {
    width: 100%;
    max-width: 100% !important;
    min-height: auto !important;
    padding: 16px 14px;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .service-page__hold-item:nth-child(odd) {
    margin-right: 0;
  }
  .service-page__hold-item:nth-child(even) {
    margin-right: 0;
  }
  .service-page__hold-item:nth-child(4) {
    max-width: 100%;
    margin-top: 0;
  }

  .service-page__hold-item-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .service-page__hold-item-text {
    font-size: 14px;
  }


  /** 9 */
  .service-page__direct-content {
    flex-direction: column;
    justify-content: flex-start;
  }
  .service-page__direct-aside {
    max-width: 100%;
  }
  .service-page__direct-aside_list-item {
    padding: 16px;
    font-size: 14px;
  }

  .service-page__direct-main {
    margin-left: 0;
    margin-top: 20px;
  }
  .service-page__direct-main_content {
    min-height: 110px;
    padding: 16px;
  }

  .service-page__direct-aside_list-item::after {
    display: none;
  }

  .service-page__direct-aside_list {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    height: 50px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
    z-index: 99;
  }
  .service-page__direct-aside_list::after {
    position: absolute;
    content: url("/arrdown.svg");
    top: 20px;
    right: 10px;
    z-index: 9;
  }

  .service-page__direct-aside_list .act {
    display: flex;
  }
  .service-page__direct-aside_list:hover {
    height: auto;
    transition: 0.25s ease-in;
  }
  .service-page__direct-aside_list-item {
    order: 7;
    height: auto;
    cursor: pointer;
    z-index: 1;
  }
  .service-page__direct-aside_list-item .act {
    order: 1;
    height: 50px;
    z-index: 5;
  }

  .service-page__direct-main-wrapper::after {
    display: none;
  }
  .service-page__direct-main_content::before {
    bottom: -50px;
    right: 0;
    width: 120px;
    height: 120px;
  }
  .service-page__direct-main_content::after {
    bottom: -30px;
    right: 22px;
    width: 70px;
    height: 70px;
  }


  .service-button {
    max-width: 100%;
    width: 100%;
  }

  .service-page__guarant {
    margin-top: 0;
  }
  .service-page__guarant-subheading {
    font-size: 18px;
    margin-top: 15px;
  }
  .service-page__guarant-item-title {
    font-weight: 600;
  }


  .service-page__stages-item {
    width: calc((100% - 19px) / 2);
    flex-direction: column;
    margin-bottom: 10px;
  }
  .service-page__stages-item:nth-child(odd) {
    margin-right: 19px;
  }
  .service-page__stages-item:nth-child(even) {
    margin-right: 0;
  }
  .service-page__stages-item::after {
    bottom: auto;
    top: 70px;
    left: calc(50% - (92px / 2)) !important;
  }
  .service-page__stages-item-num {
    line-height: normal;
    min-width: auto !important;
    font-size: 60px !important;
    letter-spacing: 1.2px !important;
  }
  .service-page__stages-item-title {
    margin-left: 0;
    margin-top: 8px;
    font-size: 14px;
    text-align: center;
  }


  .service-template-page__banner-info {
    width: 100%;
  }
}

/** 400px **/
@media (min-width: 0) and (max-width: 411px) {
  .service-page__offer-image-text {
    right: 0 !important;
    width: 270px !important;
  }

  .service-page__offer-wrapper::before {
    bottom: -90px !important;
    width: 295px !important;
    height: 295px !important;
  }
  .service-page__offer-wrapper::after {
    right: 35px !important;
    width: 222px !important;
    height: 220px !important;
  }
}
