.mobile-show {
  display: flex !important;
}

.mobile-hide {
  display: none !important;
}

.form-wrap_1 .form-wrap__title,
.form-wrap_2 .form-wrap__title,
.form-wrap_3 .form-wrap__title,
.form-wrap_4 .form-wrap__title,
.form-wrap_5 .form-wrap__title {
  font-size: 30px;
  margin-top: 0;
}

.form-wrap_3,
.form-wrap_4,
.form-wrap_5 {
  margin-top: 60px;
  height: auto;
}

.section {
  margin-left: 15px;
  margin-right: 15px;
}

.form-wrap {
  padding: 0;
}

.form-wrap .wrap {
  flex-wrap: wrap;
  padding: 0;
  background: linear-gradient(
      0deg,
      rgba(53, 112, 201, -15.6) 0%,
      rgba(53, 112, 201, 0.42) 20%,
      rgba(45, 108, 202, 0.65) 40.35%,
      rgba(42, 103, 197, 0.8) 60.59%,
      rgba(39, 100, 193, 0.8) 100%
    )
    no-repeat;
}

.form-wrap picture img {
  max-height: 100%;
}

.form-wrap .text {
  max-width: 100%;
  padding: 60px 15px 130px;
  position: relative;
  margin-bottom: -100px;
  width: 100%;
}

.form-wrap .text:before {
  content: none;
}

.form-wrap .form {
  min-width: auto;
  max-width: 500px;
  padding: 20px 20px 40px;
  margin: 0 auto -65px;
  width: calc(100% - 30px);
  box-shadow: -10px 10px 43px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.form-wrap .form p {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 14px;
}

.form-wrap__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.form-wrap__description {
  font-size: 20px;
  margin-bottom: 20px;
}

.form-wrap__cost {
  font-size: 20px;
  margin-bottom: 20px;
}

.form-wrap__lists {
  flex-direction: column;
}

.form-wrap__list {
  gap: 12px;
  max-width: 100%;
}

.form-wrap .form-wrap__list li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.form-wrap_4 .form {
  margin: 0 auto 0;
}

.title {
  font-size: 24px;
}

.advantages {
  margin-top: 120px;
}

.advantages li {
  flex: 100%;
  font-size: 18px;
}

.advantages li:last-child {
  margin-top: 0;
}

.advantages_obtaining {
  padding: 60px 0;
}

.note {
  grid-template-columns: 1fr;
}

.note__first {
  grid-row: 3/3;
  padding: 0 15px;
  width: 100%;
  order: 1;
}

.note__second {
  padding: 60px 15px 40px;
}

.note__third {
  grid-column: 1/3;
  padding: 0 15px 40px;
}

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

.note__second .wrap,
.note__third .wrap {
  max-width: 100%;
}

.procedure {
  padding: 60px 0;
}

.procedure .wrap {
  padding: 0 15px;
}

.passport {
  padding: 60px 15px;
}

.passport .section {
  flex-direction: column;
  margin: 0 auto;
}

.passport .img {
  position: relative;
  margin: 0 auto;
  width: 190px;
  z-index: 1;
}

.passport .text {
  display: flex;
  flex-direction: column-reverse;
  margin-top: -50px;
  width: 100%;
}

.passport .text .title {
  display: block;
  font-size: 24px;
  line-height: 170%;
  padding: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.passport .text .desc {
  display: block;
  font-size: 16px;
  line-height: 170%;
  padding: 22px 0 0;
  margin-bottom: 0;
}

.passport .text > div div.text_gray__left,
.passport .text > div div.text_gray__right {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.passport .text > div div.text_gray__left span,
.passport .text > div div.text_gray__right span {
  font-size: 32px;
  display: block;
  width: 100%;
  line-height: 140%;
}

.passport .text > div div.text_gray__left p,
.passport .text > div div.text_gray__right p {
  font-size: 12px;
  line-height: 170%;
}

.passport .text > div div.text_gray__left span + span,
.passport .text > div div.text_gray__right span + span {
  font-size: 16px;
  margin: 0;
  line-height: 20px;
  bottom: 0;
}

.passport .text > div div.text_gray__left,
.passport .text > div div.text_gray__right {
  text-align: left;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .passport .text > div div.text_gray__left,
  .passport .text > div div.text_gray__right {
    padding: 0 5px;
  }
}

.passport .text > div.text_gray {
  margin-top: 0;
  justify-content: center;
  padding-top: 70px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
  margin-bottom: 40px;
}

.map-wrap {
  margin: 60px auto;
}

.map-wrap .wrap {
  flex-wrap: wrap;
  padding: 0;
}

.map-wrap .title {
  text-align: left;
}

.map-wrap .wrap .map {
  width: 100%;
  margin-bottom: 30px;
}

.map-wrap .wrap .list {
  margin: 0 auto;
  width: 100%;
}

.map-wrap .wrap .list p {
  max-width: 250px;
}

.accordion-items .panel {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 0 40px 0 0;
}

.form-wrap_3 {
  margin-bottom: 120px;
}

.procedure .pin-list li {
  font-size: 16px;
}

.procedure .pin-list strong {
  font-size: 18px;
}

.payment_spain .payment {
  padding: 60px 0;
}

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

.why .icon-list li {
  padding: 95px 16px 16px;
  background-position: 16px 16px;
  flex: 1 1 100%;
}

.partner {
  padding: 0;
  margin-bottom: 60px;
  height: 853px;
}

.partner .wrap {
  padding: 0 0 58px;
}

.partner .arrow_shadow {
  display: none;
}

.partner .wrap .text {
  max-width: 100%;
  background: rgba(53, 112, 201, 0.75);
  padding: 20px 15px 0;
}

.partner .wrap .text:before {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  -webkit-clip-path: polygon(0 -1px, 50% 100%, 100% -1px);
  clip-path: polygon(0 -1px, 50% 100%, 100% -1px);
  background: rgba(53, 112, 201, 0.75);
}

.partner .wrap .text p.head {
  font-size: 24px;
  line-height: 34px;
}

.partner .wrap .text ul li {
  font-size: 16px;
}

.call-modal-partner {
  max-width: 100%;
  width: calc(100% - 15px);
}

.select__overflow {
  max-height: 114px;
  overflow-y: auto;
}

.faq {
  padding: 60px 15px;
}

.modal .form {
  max-width: calc(100% - 30px);
  margin: 0 auto;
  width: 100%;
  min-width: 100%;
  padding: 36px 30px 58px;
}

.faq .wrap .accordion-items .item .panel {
  padding: 0;
}

.faq .wrap p.title {
  font-size: 24px;
  line-height: 140%;
}

.faq .title-sub {
  font-size: 14px;
  margin: 0 auto 30px;
}

.modal .form p {
  font-size: 16px;
  margin-bottom: 14px;
}

.form-wrap.in-page .wrap .text p.two {
  font-size: 16px;
  line-height: 120%;
}

.modal_box {
  flex-direction: column;
}

#openModalForm .modal {
  background: none;
  width: 443px;
}

.services {
  margin-bottom: 60px;
}
.services__wrap {
  flex-direction: column;
}

.service__info {
  white-space: nowrap;
  font-size: 15px;
}

.opportunity {
  margin: 60px auto;
}

.opportunity .section {
  flex-direction: column;
  gap: 30px;
}

.opportunity .title {
  margin-bottom: 30px;
}

.opportunity__list {
  margin-bottom: 15px;
}

.opportunity__img {
  order: 1;
  width: 100%;
}

.opportunity__img img {
  width: 100%;
}

.path_block {
  margin: 120px auto 60px;
}

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

.path_block .section {
  flex-direction: column;
  gap: 30px;
}

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

.path_block__left,
.path_block__right {
  width: 100%;
}
