html {
  font-family: 'Decima Nova Pro', sans-serif;
}

header.header .contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: none;
}

header.header .contact-tel .contact-tel__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}

header.header .contact-tel .contact-tel__upper img {
  -webkit-filter: brightness(11);
          filter: brightness(11);
  height: 21px;
  position: relative;
  top: 1px;
}

header.header .contact-tel .tl-call-catcher {
  color: white;
  font-size: 17px;
  margin-right: 2.725rem;
  position: relative;
  top: 5px;
  border-bottom: 1px dashed white;
}

header.header .menu {
  background-color: rgba(0, 89, 152, 0.38);
}

header.header .contact-tel-trigger {
  margin-bottom: 0;
  margin-left: 1rem;
  font-size: 25px;
  text-shadow: 1px 0px 1px #444242;
}

header.header .contact-messager {
  border-radius: 7px;
  border: 2px solid white;
  padding: 0.3rem 1rem;
  position: relative;
  cursor: pointer;
}

header.header .contact-messager p {
  font-size: 14px;
  line-height: 20px;
}

header.header .contact-messager p span {
  font-size: 16px;
}

header.header .contact-messager .contact-images {
  margin-top: 3px;
}

header.header .contact-messager .contact-images img {
  height: 1.5rem;
  margin: 2px 5px;
  color: white;
  -webkit-filter: invert(1);
          filter: invert(1);
}

header.header-new {
  background-image: none;
  background: #0098dc url(/img/map.png) no-repeat;
  background-position: right bottom;
  background-size: 520px;
}

header.header-white .logo {
  position: relative;
}

header.header-white .logo .logo_mobile_app {
  display: none;
}

header.header-white .logo a {
  width: 17rem;
  max-width: 100%;
}

header.header-white .logo img {
  height: auto;
  width: auto;
}

header.header-white .logo .logo_title {
  position: absolute;
  font-size: 0.9rem;
  color: #0098dc;
  top: 54px;
  left: 64px;
  font-weight: bolder;
  width: 17rem;
}

header.header-white .contacts {
  margin-left: auto;
}

header.header-white .contact-tel {
  border-right: 1px solid #888;
}

header.header-white .contact-tel .contact-tel__upper img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

header.header-white .contact-tel .tl-call-catcher {
  color: #0098dc;
  font-size: 17px;
  margin-right: 30px;
  position: relative;
  top: 6px;
  border-bottom: 1px dashed #0098dc;
}

header.header-white .contact-tel-trigger {
  color: #333;
  text-shadow: none;
  margin-right: 30px;
}

header.header-white .ViberBtn {
  margin-left: 30px;
}

nav.menu-blue {
  background-color: #0098dc;
  padding: 20px 0 22px;
}

nav.menu-blue li a {
  color: white;
}

nav.menu-blue li a::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

nav.menu-blue li a:hover::after {
  width: 100%;
}

nav.menu-blue li.active::after {
  background-color: #fff;
}

header.header-new .header-content {
  padding: 4rem 0;
  min-height: 500px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.header-new .header-content h1 {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  margin-top: 1rem;
  text-shadow: 1px 1px 2px #444242;
}

header.header-new .header-content .line_c {
  width: 100%;
  max-width: 650px;
  height: 1px;
  background-color: white;
  margin: 2.5rem 2rem;
}

header.header-new .header-content .submain_c {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin: 0 1rem;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 2px #504f4f;
}

header.header-new .header-content .buttons_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.header-new .header-content .buttons_header h4 {
  color: white;
  font-size: 25px;
  margin: 0 2rem;
  margin-top: 2rem;
}

header.header-new .header-content .buttons_header .main__button {
  background-color: white;
  border-radius: 12px;
  color: #0098dc;
  margin-top: 2rem;
  padding: 1.2rem 2rem;
  font-weight: bold;
  font-size: 23px;
  width: 20rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header.header-new .header-content .buttons_header .main__button img {
  height: 30px;
  margin-right: 10px;
}

header.header-new .header-content .buttons_header .main__button svg {
  height: 30px;
  margin-right: 10px;
}

#home-section-why {
  padding: 100px 0;
  background: #e6e8e9;
  display: block;
}

#home-section-why .item-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.25;
  color: #2b2b2b;
  display: block;
}

#home-section-why .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#home-section-why .row .section-content__left {
  max-width: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#home-section-why .row .section-content__left span.blue_round {
  font-size: 20px;
  border-radius: 50%;
  background-color: #0098dc;
  margin-right: 20px;
  padding: 0px 10px;
  display: block;
  text-align: center;
  color: white;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}

#home-section-why .row .section-content__left p {
  font-size: 18px;
  position: relative;
  line-height: 1.25;
  color: #2b2b2b;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 10px 0;
  margin-left: 1rem;
}

#home-section-why .row .section-content__right {
  max-width: 50%;
  width: 100%;
}

#home-section-why .row .section-content__right video {
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  display: block;
  position: relative;
  top: -2rem;
}

section.reviews .reviews-slides {
  margin: 0 auto;
}

section.help .help-list .tel {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.4rem;
}

.MessengerBtn-whatsup {
  background-color: #67c15e;
}

.MessengerBtn-whatsup .MessengerBtn_icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.MessengerBtn-whatsup .MessengerBtn_icon img {
  height: 29px;
}

.Messengers_list {
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Messengers_list .Messengers_item {
  margin-right: 0 !important;
  margin: 6px 12px;
}

.MessengerBtn-skype {
  background-color: #28a8ea;
}

.MessengerBtn-skype .MessengerBtn_icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.MessengerBtn-skype .MessengerBtn_icon img {
  height: 29px;
}

section.worked_visa {
  background-color: #0098dc;
  padding: 60px 0;
}

section.worked_visa .worked_visa__h2 {
  font-size: 1.875rem;
  color: white;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
  font-weight: bolder;
  margin-bottom: 4rem;
}

section.worked_visa .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.worked_visa .worked_visa__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

section.worked_visa .worked_visa__left p {
  font-size: 16px;
  font-weight: bolder;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 5px 0;
  color: white;
}

section.worked_visa .worked_visa__left p img {
  height: 1rem;
  margin-right: 25px;
}

section.worked_visa .worked_visa__right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.worked_visa .worked_visa__right h4 {
  color: white;
  font-size: 25px;
  margin: 0 2rem;
  margin-top: 1.5rem;
}

section.worked_visa .worked_visa__right .main__button {
  background-color: white;
  border-radius: 12px;
  color: #0098dc;
  margin-top: 1.5rem;
  padding: 1.2rem 2rem;
  font-weight: bold;
  font-size: 23px;
  width: 20rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.worked_visa .worked_visa__right .main__button img {
  height: 30px;
  margin-right: 10px;
}

section.worked_visa .worked_visa__right .main__button svg {
  height: 30px;
  margin-right: 10px;
}

section.worked_visa .worked_visa__right a.main__button {
  margin-top: 0;
}

#reviewsTextWrapper {
  padding: 20px 0 20px 20px;
}

section.reviews-pageReviews {
  padding-top: 0;
}

footer.footer .footer-col .footer-mail {
  background-position: 7px 50%;
  position: relative;
  left: -10px;
}

footer.footer .footer-col .footer-mail span {
  font-size: 1.3125rem;
  font-weight: 400;
}

footer.footer .whiteline1 {
  margin-top: 38px;
}

footer.footer .whiteline2 {
  position: relative;
  top: -10px;
}

footer.footer .footer-socials {
  padding-left: 0;
  padding-top: 0;
}

footer.footer .subtitle-mobile {
  display: none;
}

.SocBtn_iconWrapper-skype {
  background-color: #28a8ea;
}

.SocBtn_iconWrapper-skype img {
  height: 2rem;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.SocBtn_iconWrapper-whatsapp {
  background-color: #67c15e;
}

.SocBtn_iconWrapper-whatsapp img {
  height: 2rem;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.PhonesAndBtns_col:nth-child(2) {
  min-height: 60px;
}

.mobile-menu-follow img, .mobile-menu-follow svg {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.footer-mail-mobile {
  display: none;
}

.article.article_about .about-socials a img {
  height: 71px;
  width: auto;
}

.wrapper {
  overflow-x: hidden;
}

@media only screen and (max-width: 1100px) {
  header.header-white .contact-tel {
    border-right: none;
  }
}

@media only screen and (max-width: 799px) {
  #home-section-why .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #home-section-why .row .section-content__left, #home-section-why .row .section-content__right {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #home-section-why .row .section-content__left .video-container, #home-section-why .row .section-content__right .video-container {
    margin-top: 2rem;
  }
  #home-section-why .row .section-content__left video, #home-section-why .row .section-content__right video {
    max-width: 100%;
  }
  section.worked_visa .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.worked_visa .worked_visa__right {
    margin-top: 2rem;
  }
  #home-section-why .row .section-content__right video {
    top: 0;
  }
  #home-section-why .item-title {
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  header.header-new .header-content .buttons_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.header-new .header-content .line_c {
    width: 80%;
  }
  .footer-col:nth-child(1) {
    margin: 0 auto;
    margin-top: 2rem;
    max-width: 80%;
  }
  footer.footer .whiteline1 {
    max-width: 100%;
    margin: 0;
  }
  .logo {
    padding-right: 0 !important;
  }
  .logo a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .logo a img {
    height: 55px;
  }
  header.header-new .header-content h1 {
    font-size: 39px;
    max-width: 95%;
  }
  header.header-new .header-content {
    padding-top: 40px;
  }
  header.header-new .header-content .buttons_header .main__button {
    font-size: 15px;
  }
  section.worked_visa .worked_visa__right .main__button {
    font-size: 15px;
  }
  .header .logo {
    padding: 10px 5% 10px 0;
  }
  #home-section-why .row .section-content__left p {
    font-size: 14px;
  }
  section.worked_visa {
    padding-top: 48px;
  }
  section.worked_visa .worked_visa__h2 {
    margin-bottom: calc(4rem - 5px);
  }
  .footer-mail-mobile {
    display: block;
  }
  .footer-mail-mobile span {
    font-size: 2.1rem !important;
    margin-left: 10px;
  }
  footer.footer .subtitle, footer.footer .description, footer.footer .whiteline1 {
    display: none;
  }
  footer.footer .subtitle-mobile {
    display: block;
    margin-bottom: 2rem;
  }
  header.header-white .logo .logo_mobile_app {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  header.header-white .logo a {
    width: 100%;
  }
  header.header-white .logo a img:first-child {
    display: none;
  }
  header.header-white .logo a img {
    height: 55px;
  }
  header.header-white .logo .logo_title {
    display: none;
  }
  header.header {
    padding-top: 75px !important;
  }
  header.header .drawer-toggle.drawer-hamburger.only-mob {
    top: 10px;
    padding: 15px 10px;
  }
  #home-section-why {
    padding-top: 60px;
  }
  .article.article_about .about-socials a img {
    width: 16vw;
    height: 16vw;
  }
  .mobile-menu-nav li.active {
    color: #01a0ed;
  }
  .wrapper .heading h1 {
    font-size: 20px;
  }
  .header > .container {
    z-index: 50;
  }
  .drawer-overlay {
    z-index: 50;
  }
  .docs_header_page {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 520px) {
  .WidgetBtn {
    top: -4px;
  }
  .WidgetBtn .WidgetBtn_block {
    height: 58px;
    width: 58px;
  }
  .WidgetBtn .WidgetBtn_block .WidgetBtn_icon {
    padding: 18px 17px;
  }
  .WidgetBtn .WidgetBtn_block .WidgetBtn_inner {
    height: 58px;
  }
}

@media only screen and (max-width: 414px) {
  #home-section-why {
    padding: 20px 0;
  }
  #home-section-why .item-title {
    font-size: 1.875rem;
  }
  #home-section-why .row .section-content__left p {
    font-size: 13px;
  }
  #home-section-why .row .section-content__left span.blue_round {
    margin-right: 15px;
    margin-left: 5px;
    padding: 0px 10px;
    display: block;
    text-align: center;
    color: white;
    line-height: 27px;
    font-size: 12px;
    font-weight: bold;
  }
  .about-name, .about-name p {
    width: 260px;
  }
  header.header-new .header-content h1 {
    width: 300px;
  }
}
/*# sourceMappingURL=main_temp.css.map */