@charset "UTF-8";

body,
button,
input,
textarea {
  font-family: Montserrat, sans-serif
}

._ibg,
.wrapper {
  position: relative
}

.footer-top__menu ul li a,
.header__menu ul li a {
  font-size: 17px;
  border-bottom: 3px solid transparent;
  font-weight: 800;
  color: #332a71;
  transition: .3s;

}

.review-item__img,
.wrapper,
body._lock {
  overflow: hidden
}

* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus,
a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav,
section {
  display: block
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
  scroll-behavior: smooth
}

body,
html {
  height: 100%;
  min-width: 320px
}

body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #332a71;
  line-height: 1.2;
  background-color: #ebebf5
}

button,
input,
textarea {
  font-size: inherit
}

input::-ms-clear {
  display: none
}

button {
  cursor: pointer;
  background-color: inherit
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a,
a:hover,
a:visited {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}

.wrapper {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  z-index: 0
}

._container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px
}

@media (max-width:1372px) {
  ._container {
    max-width: none
  }
}

._ibg img,
.header {
  position: absolute;
  width: 100%
}

._ibg img {
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden
}

.header {
  font-size: 15px;
  z-index: 5
}

.header__logo {
  height: 53px;
  width: fit-content;
  flex-shrink: 0;
  transition: .3s
}

.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 37px
}

@media (max-width:1024px) {
  .header__logo {
    height: 45px
  }
}

.header._active .header-bottom {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  padding: 20px 0;
  background: #f4f4f9;
  box-shadow: 0 17px 41px 0 rgba(159, 173, 201, .5)
}

.header._active .header__logo {
  height: 37px
}

.header__menu ul {
  display: flex;
  gap: 40px;
  margin-top: 8px
}

.header__menu ul li a.active {
  border-bottom: 3px solid #eb6352 !important
}

.header__close {
  display: block;
  position: absolute;
  width: 30px;
  margin-left: 20px;
  height: 18px;
  cursor: pointer;
  right: 30px;
  top: 30px;
  z-index: 5
}

@media (min-width:991.98px) {
  .header__close {
    display: none
  }
}

.header__close span {
  transition: .3s;
  top: calc(50% - 1px);
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #332a71;
  transform: scale(0)
}

.header__close span:first-child {
  transform: rotate(-45deg);
  top: calc(50% - 1px)
}

.header__close span:last-child {
  transform: rotate(45deg);
  bottom: calc(50% - 1px)
}

.header-top {
  background: #f4f4f9;
  padding: 16px 0
}

.header-top svg {
  width: 20px;
  height: 20px
}

.header-top a,
.header-top span {
  display: flex;
  align-items: center;
font-size: 16px;
  color: #332a71
}

.header-top a svg,
.header-top span svg {
  margin-right: 5px
}

.header-top__container {
  display: flex;
  justify-content: space-between;
  gap: 10px
}

.header-top__left,
.header-top__right {
  display: flex;
  gap: 50px;
  align-items: center
}

.header-bottom {
  padding: 60px 0;
  transition: .3s
}

.footer-top__head,
.header-bottom__container {
  display: flex;
  justify-content: space-between
}

.burger-menu {
  display: none
}

@media (max-width:991.98px) {
  .header__logo {
    height: 38px;
    width: 170px
  }

  .header__menu ul {
    margin-left: 0;
    display: grid;
    grid-gap: 30px
  }

  .header__menu {
    position: fixed;
    inset: 0;
    padding: 50px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url("../images/bottom-bg.jpg") 50% 0/cover no-repeat;
    visibility: hidden;
    opacity: 0;
    transition: .3s
  }

  .header__menu._open {
    visibility: visible;
    opacity: 1
  }

  .header__button {
    display: none !important
  }

  .header-top {
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
    z-index: 10
  }

  .header-top .mail span,
  .header-top .phone svg,
  .header-top .time,
  .header-top__right a span {
    display: none
  }

  .header-top .mail,
  .header-top .phone {
    color: #fff;
    background: #332a71;
    height: 40px;
    display: flex
  }

  .header-top .mail {
    width: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-left: auto
  }

  .header-top .mail svg {
    width: 20px;
    height: 20px;
    margin-right: 0
  }

  .header-top .phone {
    padding: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 18px
  }

  .header-top svg {
    width: 40px;
    height: 40px
  }

  .header-top__left,
  .header-top__right {
    gap: 10px
  }

  .header-top__left {
    width: 100%
  }

  .header-top__right a svg {
    margin-right: 0
  }

  .header-bottom {
    padding: 30px 0;
    position: fixed;
    width: 100%;
    z-index: 10
  }

  .header-bottom__container {
    justify-content: center
  }

  .burger-menu {
    display: block;
    position: absolute;
    width: 22px;
    height: 18px;
    left: 20px;
    top: 30px;
    cursor: pointer;
    z-index: 5
  }

  .burger-menu span {
    transition: .3s;
    top: calc(50% - 2px);
    left: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #332a71
  }

  .burger-menu span:first-child {
    top: 0
  }

  .burger-menu span:last-child {
    top: auto;
    bottom: 1px
  }
}

@media (max-width:991.98px) and (max-width:767.98px) {
  .burger-menu {
    top: 20px
  }
}

.footer-top {
  background: #f4f4f9;
  padding: 40px 0 30px
}

.footer-top__logo {
  height: 53px;
  width: fit-content
}

.footer-top__logo img {
  width: 100%;
  height: 100%
}


.form__box-input {
  height: 37px
}

.footer-top__menu ul {
  display: flex;
  gap: 40px;
  margin-left: -60px;
  margin-top: 5px
}

.footer-top__phone {
  font-size: 26px;
  font-weight: 800;
  color: #332a71
}

.footer-top__socials {
  display: flex;
  justify-content: center;
  gap: 23px;
  margin-left: 33px
}

.advantages-item::before,
.reviews__btn {
  margin-left: auto;
  margin-right: auto
}

.footer-top__socials svg {
  width: 30px;
  height: 30px;
  margin-right: 10px
}

.footer-top__socials a {
  display: flex;
  font-weight: 600;
  align-items: center;
  font-size: 16px;
  color: #332a71
}

.footer-bottom {
  padding: 30px 0;
  background: #dedef4;
  font-size: 15px;
  font-weight: 500
}

.footer-bottom a {
  color: #332a71
}

.footer-bottom__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between
}

.page {
  flex: 1 1 auto
}

._btn {
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 16px 32px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #332a71;
  transition: .3s
}
.header__button._btn {
  padding: 8px 16px;
  height: 40px;
}
.header._active ._btn{
  padding: 8px 16px;
}
.form,
.form__title {
  display: block;
  position: relative;
  text-align: left
}

._btn._orange {
  background: #eb6352
}

@media (any-hover:hover) {
  .header__menu ul li a:hover {
    border-bottom: 3px solid #645aa9
  }

  .footer-top__menu ul li a:hover {
    border-bottom: 3px solid #eb6352
  }

  ._btn:hover {
    background: #4d4294
  }

  ._btn._orange:hover {
    background: #f26d5c
  }
}

._text h2,
._text h3,
._text h4 {
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 140%
}

._text h2,
._text h3,
._ttl {
  font-weight: 800
}

._text h2 {
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 60px
}

@media (max-width:991.98px) {
  .footer {
    padding-bottom: 60px
  }

  .footer-top {
    padding: 30px 0
  }

  .footer-top__head {
    display: grid;
    justify-content: center;
    text-align: center;
    grid-gap: 30px
  }

  .footer-top__logo {
    justify-self: 38px;
    margin-left: auto;
    margin-right: auto
  }

  .footer-top__menu ul {
    display: grid;
    grid-gap: 15px;
    margin-left: 0
  }

  .footer-top__menu ul li a {
    font-size: 15px
  }

  .footer-top__phone {
    font-size: 20px
  }

  .footer-top__socials {
    margin-top: 30px
  }

  .footer-top__socials svg {
    width: 24px;
    height: 24px
  }

  .footer-top__socials a {
    font-size: 15px
  }

  .footer-bottom__container {
    justify-content: center
  }

  ._text h2 {
    font-size: 30px;
    margin-top: 40px
  }
}

@media (max-width:767.98px) {
  html {
    font-size: 14px
  }

  ._container {
    padding: 0 15px
  }

  .header-bottom,
  .header._active .header-bottom {
    padding: 15px 0
  }

  .header._active .header__logo {
    height: 32px
  }

  .footer-top__socials {
    display: grid;
    grid-gap: 15px
  }

  .footer-bottom {
    font-size: 14px;
    text-align: center
  }

  ._text h2 {
    font-size: 24px
  }
}

._text h3 {
  font-size: 24px
}

@media (max-width:991.98px) {
  ._text h3 {
    font-size: 20px
  }
}

@media (max-width:767.98px) {
  ._text h3 {
    font-size: 20px
  }
}

._text ol,
._text ul {
  color: #8e8e8e;
  margin: 20px 0
}

._text a,
._text a:active,
._text strong,
.form__box-title b,
.review-item__stars.mark-1 svg:first-child,
.review-item__stars.mark-2 svg:first-child,
.review-item__stars.mark-2 svg:nth-child(2),
.review-item__stars.mark-3 svg:first-child,
.review-item__stars.mark-3 svg:nth-child(2),
.review-item__stars.mark-3 svg:nth-child(3),
.review-item__stars.mark-4 svg:first-child,
.review-item__stars.mark-4 svg:nth-child(2),
.review-item__stars.mark-4 svg:nth-child(3),
.review-item__stars.mark-4 svg:nth-child(4),
.review-item__stars.mark-5 svg {
  color: #eb6352
}

._text li,
._ttl {
  margin-bottom: 20px
}

._text ol {
  list-style-type: none;
  counter-reset: num
}

._text ol li::before {
  content: counter(num) ". ";
  counter-increment: num;
  color: #eb6352;
  margin-right: 5px
}

._text ul>li {
  padding-left: 40px;
  position: relative
}

._text ul>li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: #eb6352;
  height: 10px;
  width: 10px;
  position: absolute;
  left: 10px;
  flex-shrink: 0;
  top: 10px
}

._text a {
  transition: .3s
}

._text a:hover {
  border-bottom: 1px solid #eb6352
}

._text a:active {
  border-color: #eb6352
}

._text p {
  margin-bottom: 25px;
  line-height: 1.6
}

._text p:last-child {
  margin-bottom: 0
}

._text img {
  border-radius: 6px;
  width: 100%;
  height: 100%
}

._ttl {
  font-size: 48px;
  line-height: 1.1
}

.alert-error,
.alert-success {
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
    font-size: 18px;
}

.alert-error {
  background: #ef796a
}

.alert-success {
  background: #69c773
}

.form {
  width: 100%;

  border-radius: 24px;
  background-color: rgba(244, 244, 251, .9);
  padding: 38px 49px 41px
}

.form__title {
  font-weight: 800;
  font-size: 31px;
  line-height: 30px;
  color: #332a71
}

.form__block,
.form__box {
  display: block;
  position: relative;
  text-align: left
}

.form__block {
  margin-top: 22px
}

.form__box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 21px 0 rgba(53, 42, 154, .1)
}

.form__box:not(:last-child) {
  margin-bottom: 15px
}

.form__box-title {
  position: absolute;
  display: inline-flex;
  top: 10px;
  left: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #574e81;
  transition: opacity .1s
}

.form__box-cont,
.form__box-input,
.form__box-textarea {
  display: block;
  position: relative;
  text-align: left;
      background-color: #fff !important;
        border-radius: 20px;
        box-shadow: 0 15px 21px 0 rgba(53, 42, 154, .1);
        margin: 10px 0;
            border: 1px solid #efefef;
}
.iti {
  width: 100%;
}
.form__box-title b {
  position: relative;
  margin-left: 4px;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit
}

.form__box-input,
.form__box-textarea {
  width: 100%;
  border: none;
  background-color: transparent;
  padding-left: 21px;
  padding-right: 21px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #574e81;
   border: 1px solid #efefef;
}

.advantages-item,
.advantages__ttl,
.country-box-name {
  text-align: center
}

.form__box-checkbox {
  background: 0 0;
  box-shadow: none
}

.form__box.form__box-textarea,
.form__button .button,
.iti__country-list {
  box-shadow: 0 15px 21px 0 rgba(53, 42, 154, .1)
}

.form__box-textarea {
  min-height: 126px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none
}

.form__box.focus .form__box-title {
  opacity: 0
}

.form__button {
  position: relative;
  display: flex;
 
  margin-top: 16px
}

@media (max-width:480px) {
  .form__button .button {
    width: 100%
  }
}

.button,
.wp-gr .wp-google-url {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
    padding: 16px 32px;
  border: none;
  border-radius: 1000px;
  background-color: #eb6352;
  transition: background-color .2s;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  user-select: none
}

.js-phone-link.is-disabled,
.js-wa-link.is-disabled {
  pointer-events: none;
  opacity: .5;
  cursor: not-allowed
}

.button:hover,
.wp-gr .wp-google-url:hover {
  background-color: #f26d5c
}

.banner {
  position: relative;
  margin-top: 52px;
  padding: 260px 0 80px
}

.banner__bg,
.banner__bg-mob {
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  z-index: -1
}



.banner__top {
  padding-left: 82px
}

.banner__ttl {
  position: relative;
  font-weight: 800;
  font-size: 56px;
  line-height: 1.1
}

@media (max-width:1024px) {
  .footer-top__logo {
    height: 35px
  }

  ._ttl,
  .banner__ttl {
    font-size: 50px
  }
}

.banner__ttl::before {
  content: "";
  width: 51px;
  height: 6px;
  background: #eb6352;
  display: block;
  position: absolute;
  left: -70px;
  top: 35px
}

.banner__subttl {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 500;
text-shadow: 0 0 5px white;
}

.banner__btn {
  margin-top: 40px
}

.banner__desc {
  margin-top: 210px
}

.banner__desc-ttl {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 30px
}

.contact-block {
  z-index: 2;
  position: relative
}

.contact-block__wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr ;
  grid-gap: 34px
}

.contact-block__desc {
  line-height: 1.7;
  max-width: 650px
}

.contact-block__items {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 400px);
  grid-gap: 30px 40px
}

@media (max-width:1199.98px) {
  .contact-block__items {
    grid-template-columns: 1fr
  }
}

.contact-block__text {
  margin-top: 80px
}

.contact-block__form,
.promo__btn {
  margin-top: 20px
}

.contact-block__text p {
  line-height: 1.7
}

.contact-block-item {
  position: relative;
  padding-left: 40px
}

.contact-block-item::before {
  content: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 29 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1039 0.895466C18.7888 0.895466 24.208 6.31478 24.208 12.9995C24.208 19.6841 18.7888 25.1038 12.1039 25.1038C5.41905 25.1038 -5e-05 19.6841 -5e-05 12.9995C-5e-05 6.31478 5.41905 0.895466 12.1039 0.895466Z' fill='%23EB6352'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.3364 17.0058L9.60727 10.5592C8.87119 9.65858 9.00451 8.33173 9.90516 7.59598C10.8056 6.85986 12.1324 6.9931 12.8685 7.89374L18.5975 14.3403' fill='%23332A71'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.0947 0.698562C27.1942 -0.0375479 25.8675 0.095688 25.1314 0.996318L15.1373 14.3407C14.4012 15.2409 14.5345 16.5682 15.4352 17.3039C16.3357 18.04 17.6624 17.9068 18.3985 17.0061L28.3926 3.66179C29.1287 2.76152 28.9954 1.43467 28.0947 0.698562Z' fill='%23332A71'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px
}

.contact-block-item__ttl {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 5px;
  line-height: 1.4;
  margin-left: 40px;
}

.contact-block-item__txt {
  font-size: 16px;
  line-height: 1.7
}

.advantages {
  position: relative;
  padding: 0px 0 40px 0;
  z-index: 1
}

.advantages {
  background: url("../images/advantages-bg.png") 50% /cover no-repeat;
 
}

.bottom__bg,
.promo__bg {
  right: 0;
  bottom: 0;
  left: 0
}

.advantages__wrapper {
  display: flex;
  gap: 42px;
  justify-content: center
}
#services {
    padding: 20px 0;
}
@media (max-width:479.98px) {
 

  ._text h2 {
    font-size: 20px
  }

  ._text h3 {
    font-size: 16px
  }

  ._text p {
    margin-bottom: 15px
  }


 

  .advantages__wrapper {
    grid-gap: 15px
  }
}

.advantages__ttl {
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 800
}



.advantages-item__ttl {
  font-weight: 700;
  margin-bottom: 10px
}

.advantages-item__txt {
  font-size: 16px;
  line-height: 1.4;
  max-width: 268px
}

.promo {
  position: relative;
  padding-bottom: 514px
}

.bottom__bg,
.bottom__bg-mob,
.promo__bg,
.promo__bg-mob {
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1
}

.promo__bg {
  top: -400px
}


.promo__txt {
  line-height: 1.5
}

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

@media (max-width:499.98px) {
 

  .promo__content {
    text-align: center;
    margin-left: auto;
    margin-right: auto
  }

  .promo__btn {
    margin-left: auto;
    margin-right: auto
  }
}

.reviews__desc {
  max-width: 800px;
  line-height: 1.7
}

.reviews__content {
  margin-top: 68px;
  display: grid;
  grid-gap: 40px
}

.review-item {
  display: flex;
  gap: 10px
}

.review-item__img {
  border-radius: 50%;
  width: 50px;
  flex-shrink: 0;
  height: 50px;
  margin-right: 5px
}

.review-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.review-item__name {
  font-weight: 800;
  margin-bottom: 5px
}

.review-item__date {
  font-size: 14px;
  margin-bottom: 8px;
  color: #8d88b1
}

.contacts__content span,
.contacts__ttl {
  font-size: 30px;
  font-weight: 800
}

.review-item__text {
  line-height: 1.65;
  display: flex;
  flex-direction: column;
}

.review-item__stars {
  display: inline-block
}

.review-item__stars svg {
  width: 16px;
  height: 16px;
  color: transparent;
  margin-right: 3px
}

.contacts {
  padding: 93px 0 105px
}

.contacts__ttl {
  margin-bottom: 15px
}

.contacts__txt {
  margin-bottom: 20px;
  line-height: 1.8;
  max-width: 1200px
}

.contacts__wrapper {
  display: grid;
  grid-template-columns: 1fr 446px;
  align-items: center;
  grid-gap: 120px
}

.contacts__map {
  padding-bottom: 69%;
  height: fit-content
}

.contacts__content {
  margin-top: -30px;
  display: grid;
  grid-gap: 20px
}

.contacts__content a {
  display: flex;
  line-height: 1.7;
  color: #332a71;
  font-size: 16px;

}

.contacts__content svg {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  color: #eb6352;
  margin-top: -2px
}

.countries-line,
.result {
  justify-content: space-between
}

.bottom {
  position: relative;
  padding: 267px 0 130px
}

.bottom__bg {
  top: -200px
}

@media (max-width:1599.98px) {
  .promo {
    padding-bottom: 360px
  }

  .bottom__bg,
  .promo__bg {
    top: -350px
  }
}

.bottom__bg-mob,
.contacts__content a:last-child,
.footer-top__socials a:last-child,
.header-top__left .mail,
.review-item__date {
  display: none
}

.bottom__form {
  width: fit-content
}

.iti__selected-flag {
  padding: 0 6px 0 20px !important
}

.iti__selected-dial-code {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #574e81
}

.iti__country-list {
  border: 0 !important;
  border-radius: 15px;
  margin-top: 10px !important;
  min-height: 215px;
  max-width: 345px;
  overflow: hidden
}

.country-box-image,
.video-box {
  border-radius: 40px;
  display: flex
}

.iti__country {
  padding: 5px 20px !important
}

.form__box.form__box-textarea {
  display: block;
  position: relative;
  text-align: left;
  background-color: #fff;
  border-radius: 20px
}

.form__box-textarea .form__box-input {
  height: 110px;
  padding-left: 0;
  padding-right: 0
}

.form__box-textarea textarea {
  resize: none !important
}

.result {
  display: flex;
  z-index: 2;
  left: 0;
  width: 100%;
  top: 0
}
.promo__container {
  z-index: 2;
  position: relative
}
.alert-error,
.alert-success {
  padding: 20px;
  margin-top: 15px;
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -20px;
  font-size: 18px;
  text-align: center
}

.alert-error {
  bottom: inherit;
  font-size: 18px;
  top: -80px
}

.video-box {
  padding: 40px;
  background-color: #505087;
  justify-content: center;
  margin: 40px 0
}

.video-box iframe {
  border-radius: 20px
}

.countries-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin: 30px 0 0
}

.promo__content {
  max-width: 650px
}
.advantages__item {
    background-color: #ffffff85;
    border-radius: 10px;
    padding: 10px;
}
.countries-line {
  width: 100%;
  display: flex;
  flex-direction: row;
  
  margin: 15px 0
}

.countries-line-inner {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  align-items: flex-start
}

.country-box {
  display: flex;
  max-width: 160px;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  align-items: center
}

.country-box:hover {
  padding: 0 !important;
  border-bottom: 0 !important;
  text-decoration: none !important
}

.country-box-image {
  width: 80px;
  height: 80px;
  align-items: center;
  box-shadow: 0 0 35px rgba(222, 220, 232, .7)
}

.country-box-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #332a71;
  display: flex;
  justify-content: center;
  text-decoration: none !important
}

@media (max-width:1280px) {
  .country-box {
    min-width: 80px
  }

  .country-box-image {
    width: 50px;
    height: 50px;
    border-radius: 25px
  }

  .country-box-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px
  }
}

@media (max-width:991.98px) {
  ._ttl {
    font-size: 32px
  }

  .form {
    min-width: 100%
  }
.country-box {
  margin-bottom: 15px
}
  .banner {
    margin-top: 0;
    padding: 100px 0 60px
  }

  .banner__desc-ttl {
    font-size: 25px;
    margin-bottom: 20px
  }

  .contact-block__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 30px
  }
.contact-block__form.order-form {
  order:-1;
}
  .contact-block__items {
    margin-top: 30px;
    grid-gap: 30px
  }
.faq-block .contact-block__content {
  padding: 0 10px
}
  .contact-block__text {
    margin-top: 30px
  }

  .contact-block__form._mob {
    display: none
  }

  .advantages__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
  }

  .advantages__ttl {
    font-size: 26px;
    margin-bottom: 30px
  }

  .promo__bg {
    top: -40px
  }

  .contacts__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 0px
  }

  .bottom__bg {
    top: -150px
  }

  #CalltouchWidgetFrame {
    bottom: 43px;
    right: -4px
  }
}

.banner__desc {
  max-width: 100%
}

.banner__desc-ttl {
  max-width: 800px
}

.first-screen {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 80px;
  justify-content: space-between
}

.first-screen__left {
  display: flex;
  width: 100%;
  max-width: 800px;
  line-height: 1.7
}

.first-screen__right {
  display: flex;
  width: 440px;
  height: 150px;
  background: url("../images/medal.png") center center/contain no-repeat
}

@media (max-width:767.98px) {

  ._ttl,
  .banner__ttl {
    font-size: 26px
  }

  .banner__top {
    text-align: center;
    padding-left: 0
  }

  .banner__ttl::before,
  .bottom__bg {
    display: none
  }

  .advantages-item__ttl,
  .banner__subttl,
  .contact-block-item__txt,
  .contact-block__desc {
    font-size: 16px
  }

  .banner__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px
  }

  .banner__desc {
    margin-top: 300px
  }

  .banner__desc-ttl {
    font-size: 20px
  }

  .contact-block-item {
    padding-left: 25px
  }

  .contact-block-item::before {
    width: 20px;
    height: 20px;
    top: 1px
  }

  .contact-block-item__ttl {
    font-size: 16px
  }

 

  .advantages-item__txt,
  .checkbox-line,
  .iti__selected-dial-code {
    font-size: 13px
  }

  .promo {
    padding-bottom: 50px
  }

  .contacts__ttl,
  .contacts__txt {
    text-align: center
  }

  .contacts__map {
    margin: 0 -150px;
    padding-bottom: 100%
  }

  .contacts__content svg {
    width: 24px;
    height: 24px
  }

  .bottom {
    padding: 50px 0 220px
  }

  .bottom__bg-mob {
    display: block;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0
  }

  .bottom__form,
  .countries-line-inner {
    width: 100%
  }

  .video-box {
    padding: 15px 30px
  }

  .country-box {
    min-width: 80px
  }

  .country-box-image {
    width: 50px;
    height: 50px;
    border-radius: 25px
  }

  .countries-line {
    flex-wrap: wrap
  }

  .first-screen {
    flex-direction: column;
    gap: 40px
  }

  .first-screen__left {
    order: 0
  }

  .first-screen__right {
    width: 100%;
    height: 200px;
    order: 1
  }
}

.form__message {
  display: none;
  padding: 15px 12px;
  justify-content: center;
  background-color: #eb6352;
  color: #fff;
  gap: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-weight: 500;
  font-size: 18px;

}

.form__message__bold {
  font-weight: 800;
  color: #fff !important
}

@media (max-width:768px) {
  .form {
    padding: 22px 40px 33px
  }

  .form__title {
    font-size: 24px;
    line-height: 25px;
    text-align: center
  }

  .form__box:not(:last-child) {
    margin-bottom: 12px
  }

  .form__box-title {
    left: 15px;
    font-size: 13px;
    line-height: 13px
  }

  .form__box-input,
  .form__box-textarea {
    font-size: 13px;
    line-height: 13px;
    padding-left: 15px;
    padding-right: 15px
  }

  .form__box-input {
    height: 42px
  }

  .form__box-textarea {
    min-height: 102px
  }

  .form__button {
    margin-top: 13px
  }

 

  .footer .outsid {
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%
  }



  .form__message {
    font-size: 15px;
    padding: 15px 8px
  }
}

.js-wa-link.is-disabled {
  filter: grayscale(1)
}/*
Theme Name: Shengen
*/
.checkbox+label::before,.iti__country-list{box-shadow:0 15px 21px 0 rgba(53,42,154,.1)}@media (max-width:768px){.iti__arrow{border:none}}.iti--separate-dial-code .iti__selected-flag{background-color:transparent!important}.iti__country-list::-webkit-scrollbar-track{border:1px solid rgba(244,244,251,.9);padding:2px 0;background-color:#fff}.iti__country-list::-webkit-scrollbar{width:10px}.iti__country-list::-webkit-scrollbar-thumb{border-radius:10px;background-color:#332a71;border:1px solid rgba(244,244,251,.9)}.iti__country-list{border:0!important;border-radius:15px;margin-top:10px!important;min-height:215px;max-width:345px;overflow:hidden}.iti__country{padding:5px 20px!important}.checkbox-line{display:flex;flex-direction:row;width:100%;height:32px;position:relative;padding:0;font-size:16px;font-weight:500}.checkbox-line input{position:absolute!important;z-index:-1!important;opacity:0!important}.checkbox+label{display:flex;flex-direction:row;align-items:center;user-select:none;padding-top:1px;width:100%;cursor:pointer}.checkbox+label::before{content:'';transition:.2s;display:flex;width:22px;height:22px;border-radius:3px;margin-right:8px;background-repeat:no-repeat;background-position:center center;background-size:100%;background-color:#fff}.checkbox:not(:disabled):not(:checked)+label:hover::before{border-color:rgb(123,97,182,.5)}.checkbox:checked+label::before{border-color:#332a71;background-color:#332a71;background-image:url('../images/ico-check.svg');background-size:auto;background-position-x:60%}.checkbox:disabled+label::before{background-color:#e9ecef}.form-loading{display:none;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;background-color:#f4f4fb;position:absolute;top:0;right:0;bottom:0;left:0;font-weight:500;z-index:999;border-radius:50px}.form-loading.--show,.loader-text,.loader-wrapper{display:flex}.loader-text{margin-top:20px}.loader{width:48px;height:48px;border:10px solid #332a71;border-bottom-color:#f26d5c;border-radius:50%;display:inline-block;box-sizing:border-box;animation:1s linear infinite rotation}@keyframes rotation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}




/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


 .whatsapp-button {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  background: #25D366;
  text-align: left;
  color:white !important;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 20px;
  border-radius: 50px;
  transition: 0.3s ease-out;
}
.whatsapp-button, .whatsapp-button:hover, .whatsapp-button:focus, .whatsapp-button:active {
  color: #fff;
  text-decoration: none;
}
.whatsapp-button:hover, .whatsapp-button:focus {
  background: #22bf5b;
}
.whatsapp-button:focus {
  outline: none;
}
.whatsapp-button:active {
  background: #1ea951;
  transition: none;
}
.whatsapp-button p {
  margin: 0;
}
.whatsapp-button span {
  display: block;
  font-size: 14px;
  line-height: 18px;
    color:white !important;
}
.whatsapp-button strong {
  display: block;
  font-weight: 700;
    color:white !important;
}
.whatsapp-button svg {
  width: 36px;
  height: 36px;
  fill: #fff;
  flex-shrink: 0;
  margin-right: 8px;
}
.whatsapp-button.sm-btn {
  padding: 10px 15px;
  justify-content: center;
   
}
.header .whatsapp-button.sm-btn {
  padding: 5px 10px;
  justify-content: center;
    
}
.whatsapp-button.sm-btn span {
   font-size: 10px;
   line-height: 11px;
}
.whatsapp-button.sm-btn strong {
font-size: 14px;
}
.whatsapp-button.sm-btn svg {
  width: 22px;
  height: 22px;
  
}
.call-now-button {
  width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #332b70;
    font-weight: 700;
    font-size: 14px;
    color: white;
    padding: 14px 15px;
    margin-left: 15px;
}
.header.fix .whatsapp-button{
 padding: 6px 15px;
}
.header.fix .whatsapp-button svg {
  width: 24px;
  height: 24px;


}
.send-form-btn {
  margin-top: 10px;
}
.header .whatsapp-button {
  display: none;
}
.header .header__button {
  display: block;
}
.header._active  .header__button  {
  display: none;
}
.header._active .whatsapp-button {
  display: inline-flex;
  min-width: auto;
}
.header .header-top .whatsapp-button {
  display: inline-flex;
  min-width: auto;
}
.contacts__content .whatsapp-button {
     width: max-content;
}
 ._text-mark {
    font-size: 18px;
    font-weight: 600;
    color: #332a71;
    line-height: 1.6;
    margin-bottom: 28px;
    padding: 16px;
    background: rgba(51, 42, 113, 0.06);
    border-radius: 10px;
    border-left: 3px solid #332a71;
}
@media (max-width:991.98px) {
  .header-top__right{
    display: none!important;
  }
  .header-top__left, .header-top__right {

    justify-content: space-between;
}
    .header-top .phone {
        padding: 9px 15px !important;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        font-size: 14px !important;
        line-height: 14px !important;
      
                height: 42px !important;
    }
    .header .header-top .whatsapp-button {
    min-width: 60%;
          height: 42px;
        }
        .header-bottom__container {
        justify-content: space-between !important;
        margin-left: 25px !important;
    }
    .header-top {
        position: fixed;
        bottom: 10!important;
        padding: 10px 0;
        width: stretch;
        width: -webkit-fill-available!important;
        z-index: 10;
        margin: 10px!important;
        border-radius: 10px;
        border: 1px solid #dedef4;
    }
        .header__logo {
        height: 32px !important;
    }
}

/* ============================================
   BANNER REDESIGN
   ============================================ */

.banner {
    padding: 10px 0 40px;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.banner__container {
    width: 100%;
}

.banner__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.banner__top {
    flex: 1;
    max-width: 840px;
    padding-left: 82px;
}

.banner__wa-btn {
    margin-top: 30px;
}

/* Award badge */
.banner__award {
    display: flex;
    align-items: center;
    
    background: rgba(255, 255, 255, 0.73);
    border-radius: 16px;
    padding: 5px 10px;
    margin-top: 28px;
    width: fit-content;
    margin-top: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.banner__award-img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    flex-shrink: 0;
    text-align: left;
}
.faq-block {
    padding: 60px 0;
    position: relative;
}

.banner__award-text {
    font-size: 18px;
    font-weight: 700;
    color: #aa7704;
    line-height: 1.5;
}
@media (max-width: 991px) {
    .banner__award-img {
    width: 35px;
    height: 35px;
  
}
.banner__award-text {
    font-size: 14px;
    font-weight: 700;
    color: #aa7704;
    line-height: 1.5;
    text-align: left;
}
.faq-block {
    padding: 20px 0;
    position: relative;
}
}
/* Quick request card */
.banner__form-card {
    width: 360px;
    margin-top: -150px;
    flex-shrink: 0;
}

.quick-request {
    background: #fff;
    border-radius: 24px;
    position: relative;
    padding: 32px 30px 28px;
    box-shadow: 0 20px 60px rgba(51, 42, 113, 0.18);
}

.quick-request__title {
    font-size: 22px;
    font-weight: 800;
    color: #332a71;
    margin-bottom: 18px;
}

.quick-request .form__box-input {
    margin: 10px 0;
}

.quick-request__btn {
    width: 100%;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 24px;
}

.quick-request__btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.quick-request__protected {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    color: #999;
    margin-top: 14px;
    margin-bottom: 0;
}

.quick-request__protected svg {
    flex-shrink: 0;
}
.contact-block-item:before {
  content: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 29 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1039 0.895466C18.7888 0.895466 24.208 6.31478 24.208 12.9995C24.208 19.6841 18.7888 25.1038 12.1039 25.1038C5.41905 25.1038 -5e-05 19.6841 -5e-05 12.9995C-5e-05 6.31478 5.41905 0.895466 12.1039 0.895466Z' fill='%23EB6352'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.3364 17.0058L9.60727 10.5592C8.87119 9.65858 9.00451 8.33173 9.90516 7.59598C10.8056 6.85986 12.1324 6.9931 12.8685 7.89374L18.5975 14.3403' fill='%23332A71'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.0947 0.698562C27.1942 -0.0375479 25.8675 0.095688 25.1314 0.996318L15.1373 14.3407C14.4012 15.2409 14.5345 16.5682 15.4352 17.3039C16.3357 18.04 17.6624 17.9068 18.3985 17.0061L28.3926 3.66179C29.1287 2.76152 28.9954 1.43467 28.0947 0.698562Z' fill='%23332A71'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 0px;
  width: 30px;
  height: 30px
}
#services .contact-block-item:before { display: none;}
#services .contact-block-item__ttl { margin-left: 0px;}
/* Stats row */
.quick-request__stats {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #e8e8f0;
    text-align: center;
}
.quick-request__stat {
    width: 33%;
}
.quick-request__stat strong {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #332a71;
    line-height: 1.2;
}

.quick-request__stat span {
    display: block;
    font-size: 11px;
    color: #888;
    margin-top: 4px;
    line-height: 1.3;
}

/* ============================================
   BENEFITS ICONS
   ============================================ */

.contact-block-item {
    padding-left: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}



.contact-block-item__icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    background: #332a71;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-block-item__icon svg {
    width: 24px;
    height: 24px;
}

.contact-block-item__body {
    flex: 1;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 991px) {
    .banner {
        min-height: 90vh;
        padding: 80px 0 50px;
    }

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

    .banner__top {
        max-width: 100%;
        padding-left: 0;
        text-align: center;
        margin-top: -80px;
    }

    .banner__top .banner__ttl::before {
        display: none;
    }

    .banner__wa-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .banner__award {
        margin-left: auto;
        margin-right: auto;
    }

    .banner__form-card {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .contact-block-item {
        gap: 14px;
        flex-direction: row;
    
    }
.faq-block .contact-block-item {
        gap: 14px;
        flex-direction: column;
    
    }
   
    .contact-block-item__icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }

    .contact-block-item__icon svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 767px) {
    .banner {
        padding: 0px 0 40px;
    }

    .quick-request {
        padding: 24px 20px 20px;
    }

    .quick-request__title {
        font-size: 18px;
    }

    .quick-request__stat strong {
        font-size: 17px;
    }
}

/* ============================================
   CONTACTS REDESIGN
   ============================================ */

.contacts {
    padding: 60px 0;
    background: #ebebf5;
}

.contacts__card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    min-height: 420px;
    box-shadow: 0 8px 40px rgba(51, 42, 113, 0.1);
}

.contacts__info {
    flex: 1;
    padding: 44px 44px 40px;
}

.contacts__breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    margin-bottom: 18px;
}

.contacts__breadcrumb a {
    color: #332a71;
    opacity: 0.6;
    font-size: 13px;
}

.contacts__breadcrumb a:hover { opacity: 1; }

.contacts__breadcrumb strong {
    font-weight: 700;
    color: #332a71;
    font-size: 13px;
}

.contacts__breadcrumb-dot {
    color: #eb6352;
    font-size: 10px;
    line-height: 1;
}

.contacts__title {
    font-size: 44px;
    font-weight: 800;
    color: #332a71;
    margin-bottom: 14px;
    line-height: 1.1;
}

.contacts__desc-text {
    font-size: 16px;
    color: #332a71;
    line-height: 1.65;
    margin-bottom: 28px;
    max-width: 460px;
}

.contacts__links-grid {
    display: flex;
    gap: 40px;
    margin-bottom: 28px;
        flex-wrap: wrap;
}

.contacts__links-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contacts__soc-link {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #332a71;
    text-decoration: none;
    transition: color 0.2s;
}

.contacts__soc-link:hover { color: #eb6352; }

.contacts__soc-link--address { align-items: flex-start; }
.contacts__soc-link--address .contacts__soc-icon { margin-top: 2px; }

.contacts__soc-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contacts__soc-icon svg { width: 16px; height: 16px; }

.contacts__soc-icon--tg    { background: #332971; }
.contacts__soc-icon--li    { background: #332971; }
.contacts__soc-icon--yt    {background: #332971;}
.contacts__soc-icon--ig    { background: #332971; }
.contacts__soc-icon--fb    { background: #332971;}
.contacts__soc-icon--wa    { background: #332971; border-radius: 50%; }
.contacts__soc-icon--email { background: #332971; border-radius: 50%; }
.contacts__soc-icon--place { background: #332971; border-radius: 50%; }

.contacts__map-actions {
    display: flex;
    gap: 24px;
}

.contacts__map-link {
    font-size: 14px;
    font-weight: 700;
    color: #eb6352;
    text-decoration: none;
    transition: color 0.2s;
}

.contacts__map-link:hover { color: #d4564a; }

.contacts__map-wrap {
    width: 50%;
    flex-shrink: 0;
    min-height: 400px;
    max-height: 420px;
}

.contacts__map-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* ============================================
   REVIEWS SLIDER
   ============================================ */

.reviews__slider-wrap {
    position: relative;
    margin-top: 40px;
    padding: 0 24px;
}

.reviews__viewport {
    overflow: hidden;
}

.reviews__content {
    display: flex;
    gap: 24px;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-top: 0;
    will-change: transform;
    align-items: flex-start;
}

.reviews__item {
    flex-shrink: 0;
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 4px 24px rgba(51, 42, 113, 0.08);
}

.review-item__stars svg {
    fill: #f5a623;
    color: #f5a623;
}

.review-item__date {
    display: block;
}

.reviews__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 16px rgba(51, 42, 113, 0.15);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background 0.2s, color 0.2s;
    color: #332a71;
    padding: 0;
}

.reviews__nav:hover {
    background: #332a71;
    color: #fff;
}

.reviews__nav:disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.reviews__nav svg { width: 20px; height: 20px; }
.reviews__nav--prev { left: -10px; }
.reviews__nav--next { right: -10px; }

.reviews__dots-wrap {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

.reviews__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c8c5e0;
    cursor: pointer;
    border: none;
    padding: 0;
    transition: background 0.3s, width 0.3s, border-radius 0.3s;
}

.reviews__dot--active {
    background: #332a71;
    width: 24px;
    border-radius: 4px;
}

.reviews__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.reviews__platform {
  display: flex;
  align-items: center;
  gap: 6px;
}

.reviews__platform-name {
  font-size: 14px;
  font-weight: 700;
  color: #222;
}

.reviews__score {
  display: flex;
  align-items: center;
  gap: 3px;
}

.reviews__score-num { font-size: 15px; font-weight: 800; color: #222; }
.reviews__stars     { color: #f5c518; font-size: 14px; }
.reviews__count     { font-size: 14px; color: #888; }
.review-card__author {
  display: flex;
  align-items: center;
  gap: 8px;
}

.review-card__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e8e8f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  color: #1a1a5e;
  flex-shrink: 0;
}
.review-card__date {
    font-size: 12px;
    color: #888;
    }
/* Contacts mobile */
@media (max-width: 767px) {
    .contacts__card {
        flex-direction: column;
    }

    .contacts__info {
        padding: 28px 20px 24px;
    }

    .contacts__map-wrap {
        width: 100%;
        min-height: 260px;
        height: 260px;
    }

    .contacts__title {
        font-size: 30px;
    }

    .contacts__links-grid {
        gap: 20px;
    }

    .contacts__desc-text {
        max-width: 100%;
    }
}

/* Reviews slider mobile */
@media (max-width: 767px) {
    .reviews__slider-wrap {
        padding: 0 16px;
    }

    .reviews__nav--prev { left: -8px; }
    .reviews__nav--next { right: -8px; }
}

/* WhatsApp form link */
.form__wa-link {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #25d366;
    margin-top: 12px;
    text-decoration: none;
    transition: color 0.2s;
}

.form__wa-link:hover {
    color: #1aab52;
    text-decoration: underline;
}

/* ================================================================
   BACKGROUND IMAGES (moved from inline HTML)
   ================================================================ */

.banner {
    background-image: url('../images/new-hero.webp');
    background-position: center;
    background-size: cover;
}

@media (max-width: 767px) {
    .banner__bg {
        background-image: url('../images/new-hero.webp');
    }
}

.promo {
    background-image: url('../images/promo-bg2-1.webp');
  background-position: center;
    background-size: cover;
}

@media (max-width: 767px) {
    .promo {
        background-image: url('../images/promo-bg-375.webp');
    }
}

/* ================================================================
   COUNTRY FLAGS
   ================================================================ */

.country-box-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.country-flag-eu           { background-image: url('../images/eu.svg'); }
.country-flag-uk           { background-image: url('../images/uk.svg'); }
.country-flag-china        { background-image: url('../images/china.svg'); }
.country-flag-japan        { background-image: url('../images/japan.svg'); }
.country-flag-cyprus       { background-image: url('../images/cyprus.svg'); }
.country-flag-usa          { background-image: url('../images/usa.svg'); }
.country-flag-turkey       { background-image: url('../images/turkey.svg'); }
.country-flag-nz           { background-image: url('../images/australia.svg'); }
.country-flag-singapore    { background-image: url('../images/singapore.svg'); }
.country-flag-russia       { background-image: url('../images/russia.svg'); }
.country-flag-south-africa { background-image: url('../images/south-africa.svg'); }
.country-flag-canada       { background-image: url('../images/canada.svg'); }

/* ================================================================
   CONSISTENT SECTION SPACING
   ================================================================ */

#services,
.advantages,
.reviews,
.faq-block {
    padding: 80px 0;
}

.contacts {
    padding: 60px 0;
}

.promo {
    padding: 80px 0;
}

@media (max-width: 1599.98px) {
    .promo {
        padding-bottom: 80px;
    }
    .promo__bg {
        top: 0;
    }
}

@media (max-width: 991.98px) {
    .promo__bg {
        top: 0;
    }
}

@media (max-width: 767px) {
    #services,
    .advantages,
    .reviews,
    .faq-block,
    .contacts,
    .promo {
        padding: 40px 0;
    }
}

/* ── ADVANTAGES (Our Expertise) ── */
.advantages {
  position: relative;
  background: #eeedf8;
  padding: 44px 0;
  overflow: hidden;
}
.advantages__bg {
  display: block;
  position: absolute;
  inset: 0;
  background-image: url('https://thevisa.com/promo/schengen/images/advantages-bg.png');
  background-size: cover;
  background-position: center center;
  opacity: 0.22;
  z-index: 0;
}
.advantages__container { position: relative; z-index: 1; padding-top: 0; }
.advantages__ttl {
  font-size: 20px;
  font-weight: 800;
  color: #332a71;
  margin-bottom: 18px;
  text-align: center;
}
.advantages__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
}
@media (max-width: 767px) {
.advantages__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr ;
    gap: 12px;
}
}
.advantages-item {
  text-align: center;
  background: #fff;
  border-radius: 14px;
  padding: 22px 14px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 10px rgba(51,42,113,0.07);
  border: 1px solid rgba(51,42,113,0.08);
}
.advantages-item__icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #332a71;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.advantages-item__icon svg { width: 24px; height: 24px; }
.advantages-item__ttl {
  font-size: 18px;
  font-weight: 700;
  color: #332a71;
}
.advantages-item__txt {
  font-size: 16px;
  color: #6b6499;
  line-height: 1.5;
}
.form-input--error { border-color: #e53935 !important; }
.form-input--error:focus { box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.15); }
