

/* Start:/citizenship/spain/assets/style.css?17632627269182*/
.feedback .phonelink {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: 30px;
  line-height: 28px;
  padding: 0;
  margin: 5px auto 0 auto;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
}

.vnzh-hero {display:flex;align-items:center;justify-content:space-between;gap:60px;background:#162233;border:1px solid rgba(255,255,255,0.1);box-shadow:0 0 30px rgba(0,0,0,0.4),inset 0 0 40px rgba(60,110,255,0.15);border-radius:10px;margin-bottom:80px;overflow:hidden;  background: rgba(46, 120, 255, 0.2);}
.vnzh-hero__content {max-width:520px;flex-shrink:0;padding:40px;}
.vnzh-hero__content h1 {font-family: Montserrat;
font-weight: 600;
font-style: SemiBold;
font-size: 35px;
leading-trim: NONE;
line-height: 40px;
letter-spacing: 0%;position:relative;  padding-bottom: 20px;
}

.vnzh-hero__content h1::after {
  content: '';
  width: 180px;
  height: 1px;
  padding: 0;
  margin: 0;
  background: #2E78FF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
}

.vnzh-hero__content h1 span {color:rgba(46, 120, 255, 1);}
.vnzh-hero__content p {font-size:16px;color:#d0d6e1;margin-bottom:32px;
  margin-top: 32px;}
.vnzh-hero__btn {background:#2a5fe7;border:none;border-radius:10px;padding:16px 34px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:.3s;box-shadow:0 0 15px rgba(45,110,255,.3);}
.vnzh-hero__btn:hover {background:#3c6fff;box-shadow:0 0 25px rgba(70,130,255,.5);}
.vnzh-hero__image {flex-grow:1;align-self:stretch;display:flex;align-items:flex-start;justify-content:flex-end;margin:-20px -20px -20px 0;}
.vnzh-hero__image img {border-radius:16px;width:100%;max-width:560px;height:100%;object-fit:cover;display:block;}
@media(max-width:991px){.vnzh-hero {flex-direction:column-reverse;text-align:center;gap:40px;}.vnzh-hero__content {max-width:100%;}.vnzh-hero__image {margin:0;width:100%;justify-content:center;}.vnzh-hero__image img {max-width:100%;height:auto;}}
@media(max-width:600px){.vnzh-hero__content h1 {font-size:30px;}.vnzh-hero__content p {font-size:16px;}}

.vnzh-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(46, 120, 255, 0.1);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
}

.vnzh-benefits__item {
  text-align: left;
  padding: 10px 20px;
  position: relative;
}

.vnzh-benefits__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(255,255,255,0.1);
}

.vnzh-benefits__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;  min-height: 52px;
}

.vnzh-benefits__top img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.vnzh-benefits__top h3 {
  font-size: 16px;
  color: #2e78ff;
  margin: 0;
}

.vnzh-benefits__item p {
  font-size: 14px;
  color: #d0d6e1;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .vnzh-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 30px;
  }
  .vnzh-benefits__item:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 600px) {
  .vnzh-benefits {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .vnzh-benefits__item {
    padding: 10px 0;
  }
  .vnzh-benefits__top img {
    width: 36px;
    height: 36px;
  }
  .vnzh-benefits__top h3 {
    font-size: 16px;
  }
}

@media(max-width:991px){.spain-hero {flex-direction:column;text-align:center;padding:40px;}.spain-hero__content{max-width:100%;}.spain-benefits{grid-template-columns:repeat(2,1fr);}}
@media(max-width:600px){.spain-benefits{grid-template-columns:1fr;}.spain-hero__content h1{font-size:30px;}.spain-hero__image img{max-height:260px;}}


.steps-section {padding:80px 0;text-align:center;}
.steps-section .subtitle {color:#d0d0d0;margin-bottom:40px;  margin-top: 20px;}
.steps-table {margin:0 auto;text-align:left;}
.step-row {display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #2f3a49;color:#fff;  align-items: center;}
.step-num {color:#8a94a6;width:100px;  width: 50%;}
.step-name {  
	font-weight: 700;
  margin-right: 30px;
  text-align:left;  width: 230px;
  }
.step-desc {color:#aab4c4; font-family: Montserrat; width:calc(50% - 260px);
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0%;
}

@media (max-width: 991px) {
	.step-num { width: 30%;}
	.step-desc { width:calc(70% - 260px);}

}
@media (max-width: 768px) {
  .steps-section {
    padding: 60px 20px;
  }

  .steps-table {
    text-align: left;
  }
  .step-name, .step-num, .step-desc  {width:unset;}
  .step-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    border-bottom: 1px solid #2f3a49;
    padding: 16px 0;
  }

  .step-num {
    width: auto;
    font-weight: 600;
    color: #2e78ff;
    margin-bottom: 4px;
  }

  .step-name {
    margin: 0 0 4px 0;
    text-align: left;
    font-weight: 700;
  }

  .step-desc {
    min-width: auto;
    font-size: 14px;
    color: #aab4c4;
    line-height: 1.5;
  }
}

.advantages {text-align:center; padding:60px 20px; max-width:1200px; margin:0 auto;margin-bottom:unset!important;}
.advantages-title {font-size:32px; font-weight:600; margin-bottom:40px;}

.advantages-grid {display:flex; flex-wrap:wrap; gap:30px; justify-content:flex-start;}

.advantages-item {box-sizing:border-box; border:1px solid rgba(255,255,255,0.15); border-radius:16px; padding:30px; display:flex; flex-direction:column; align-items:center; justify-content:center; min-height:160px; flex:0 0 calc((100% - 60px)/3);}
.advantages-item img {width:48px; height:48px; margin-bottom:15px;}
.advantages-item p {font-size:16px; line-height:1.4; max-width:90%; margin:0 auto;}

.advantages-item:nth-child(n+4) {flex:0 0 calc((100% - 30px)/2);} 

@media(max-width:900px){
    .advantages-grid {gap:24px;}
    .advantages-item {flex:0 0 calc((100% - 24px)/2);}
    .advantages-item:nth-child(n+4) {flex:0 0 calc((100% - 24px)/2);}
}

@media(max-width:600px){
    .advantages-grid {gap:16px;}
    .advantages-item {flex:0 0 100%; min-height:auto; padding:20px;}
    .advantages-item:nth-child(n+4) {flex:0 0 100%;} 
    .advantages-title {font-size:26px;}
}
.benefits-spain {max-width:1200px;margin:0 auto;padding:60px 0;}
.benefits-spain__grid {display:grid;grid-template-columns:repeat(4,1fr);gap:20px;  padding-top: 60px;}

.benefits-spain__item {
	background:rgba(46, 120, 255, 0.2);
	border:1px solid rgba(255,255,255,0.1);
	border-radius:16px;
	padding:24px;
	color:#fff;
	position:relative;
	min-height:210px;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;  max-height: 230px;
}
.benefits-spain__item h3 {font-size:18px;margin-bottom:12px;font-weight:600;}
.benefits-spain__item ul {padding-left:18px;margin:0;font-size:14px;color:#cdd3dd;line-height:1.6;}
.benefits-spain__number {position:absolute;left:20px;bottom:15px;font-size:36px;font-weight:700;opacity:0.12;color:#4c7dff;}

.benefits-spain__item--image {padding:0;border:none;overflow:hidden;}
.benefits-spain__item--image img {width:100%;height:340px;object-fit:cover;border-radius:16px;}

.benefits-spain__item--image-left {grid-column:1/3;}
.benefits-spain__item:nth-child(2) {grid-column:3/4;}
.benefits-spain__item:nth-child(3) {grid-column:4/5;}
.benefits-spain__item:nth-child(4) {grid-column:1/2;}
.benefits-spain__item:nth-child(5) {grid-column:2/3;}
.benefits-spain__item--image-right {grid-column:3/5;}

.benefits-spain__item ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.benefits-spain__item li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #d0d6e1;
  line-height: 1.6;
}

.benefits-spain__item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 4px;       
  height: 4px;
  border-radius: 50%;
  background-color:   #d0d6e1;
}


@media (max-width: 991px) {
  .benefits-spain__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .benefits-spain__item,
  .benefits-spain__item--image-left,
  .benefits-spain__item--image-right {
    grid-column: auto !important;
  }

  .benefits-spain__item--image img {
    height: 280px;
  }
}

@media (max-width: 600px) {
  .benefits-spain__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .benefits-spain__item,
  .benefits-spain__item--image-left,
  .benefits-spain__item--image-right {
    grid-column: auto !important;
    max-height: none;
  }

  .benefits-spain__item--image img {
    height: 240px;
  }

  .benefits-spain__item {
    *padding: 20px;
  }

.benefits-spain__item h3 {
    font-size: 16px;
  }

  .benefits-spain__item li {
    font-size: 14px;
  }
}

/* End */


/* Start:/local/components/globalbanka/faq/templates/.default/style.css?17631753638783*/
.faq-w {
    width: 860px;
    padding: 0;
    margin: 80px auto 0 auto;
    position: relative;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.faq-w::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -webkit-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -moz-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -o-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -ms-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backdrop-filter: blur(7px);
    -moz-backdrop-filter: blur(7px);
    -o-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    opacity: 0.5;
}

.faq-w::before {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -webkit-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -moz-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -o-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -ms-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backdrop-filter: blur(7px);
    -moz-backdrop-filter: blur(7px);
    -o-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    opacity: 0.5;
}

.faq {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.faq .line {
    width: calc(100% - 60px);
    height: 1px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    z-index: 10;
}

.faq h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    padding: 35px 80px 30px 30px;
    margin: 0;
    color: #ffffff;
    position: relative;
}

.faq h3::after {
    content: '';
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0;
    background: url('/local/templates/main/markup/images/faq-arrow.svg') no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: auto;
}

.faq .ans {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding: 0 80px 30px 30px;
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    display: none;
}

.faq-active h3 {
    color: #2E78FF;
}

.faq-active h3::after {
    background: url('/local/templates/main/markup/images/faq-arrow-blue.svg') no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq h3:hover,
.faq h3:not(:hover),
.faq h3:hover::after,
.faq h3:not(:hover)::after {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

@media all and (max-width: 1020px) {

    .element-3 {
        top: 50px;
        left: calc(50% - 600px);
    }

    .blur-6 {
        top: -700px;
        left: calc(50% - 1370px);
    }

    #box-6 {
        width: 100%!important;
        padding: 110px 0 60px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-6 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 38px;
        line-height: 46px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-6 h2::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    #box-6 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 17px;
        line-height: 28px;
        max-width: 680px;
        padding: 0;
        margin: 30px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    .faq-w {
        width: 100%!important;
        padding: 0;
        margin: 80px auto 0 auto;
        position: relative;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    .faq {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 10;
        cursor: pointer;
    }

    .faq .line {
        width: calc(100% - 60px);
        height: 1px;
        padding: 0;
        margin: 0 auto;
        position: relative;
        background: rgba(255, 255, 255, 0.1);
        z-index: 10;
    }

    .faq h3 {
        font-size: 18px;
        line-height: 28px;
        padding: 35px 80px 30px 30px;
    }

    .faq h3::after {
        top: 40px;
        right: 30px;
    }

    .faq .ans {
        font-size: 16px;
        line-height: 24px;
        padding: 0 80px 30px 30px;
        margin: 0;
    }
}

@media all and (max-width: 720px) {

    .element-3 {
        top: 50px;
        left: calc(50% - 800px);
    }

    .blur-6 {
        top: -700px;
        left: calc(50% - 1370px);
    }

    #box-6 {
        width: 360px;
        padding: 80px 0 60px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-6 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 30px;
        line-height: 36px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-6 h2::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    #box-6 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        max-width: 680px;
        padding: 0;
        margin: 30px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    .faq-w {
        width: 100%;
        padding: 0;
        margin: 40px auto 0 auto;
        position: relative;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    .faq {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 10;
        cursor: pointer;
    }

    .faq .line {
        width: calc(100% - 60px);
        height: 1px;
        padding: 0;
        margin: 0 auto;
        position: relative;
        background: rgba(255, 255, 255, 0.1);
        z-index: 10;
    }

    .faq h3 {
        font-size: 17px;
        line-height: 24px;
        padding: 30px 80px 30px 30px;
    }

    .faq h3::after {
        top: 35px;
        right: 30px;
    }

    .faq .ans {
        font-size: 15px;
        line-height: 24px;
        padding: 0 30px 30px 30px;
        margin: 0;
    }
}

/* End */


/* Start:/local/components/bitrix/news.list/templates/latest_articles/style.css?17582040002798*/
.preview {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.preview__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.preview__fotobox {
  height: 240px;
  overflow: hidden;  margin: 0;
}
.preview__foto {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.preview__body {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 20px 18px;
}
.preview__name {
	margin:0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.preview__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #FFF;
}
.preview__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  opacity: 0.8;
}
.preview__val {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #FFF;
}
.preview:hover .preview__foto {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.preview:hover .preview__name {
  color: #2E78FF;
}
.blog {
  padding-top: 69px;
  padding-bottom: 120px;
}
.blog__box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}
.blog__empty {
  width: 100%;
  text-align: center;
}
.latest-blog h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  padding: 0 0 20px 0;
  margin: 0;
  position: relative;
  color: #ffffff;
}
.latest-blog-header {
  text-align: center;
  padding: 40px 0;
}
.latest-blog-header h2::after {
  content: '';
  width: 180px;
  height: 1px;
  padding: 0;
  margin: 0;
  background: #2E78FF;
  position: absolute;
  bottom: 0;
  left: calc(50% - 90px);
  z-index: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
}
/* End */
/* /citizenship/spain/assets/style.css?17632627269182 */
/* /local/components/globalbanka/faq/templates/.default/style.css?17631753638783 */
/* /local/components/bitrix/news.list/templates/latest_articles/style.css?17582040002798 */
