body {
  padding-top: 164px;
    font-family: "Futura Book C";
	}
.text-center{
	text-align:center;
}
a {
  -webkit-transition: 0.15s;
  transition: 0.15s; }

.section_title {
  color: #2b2b2b;
  font-family: "Futura Demi C";
  font-size: 40px;
  text-align: center;
  margin-bottom: 70px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5; }
  header .header {
    background: #002d6d;
    color: #fff;
    padding: 15px 0; }
    header .header .header_social > div {
      display: inline-block;
      opacity: 0.8;
      font-family: "Futura Book C";
      font-size: 20px;
      margin-right: 13px; }
    header .header .header_social .social {
      display: inline-block;
      color: #fff;
      text-decoration: none;
      border: 1px solid #fff;
      font-family: "Futura Book C";
      font-size: 18px;
      width: 128px;
      text-align: center;
      line-height: 35px; }
      header .header .header_social .social:first-child {
        margin-right: 7px; }
      header .header .header_social .social span {
        vertical-align: middle; }
      header .header .header_social .social img {
        vertical-align: middle; }
    header .header .header_text {
      font-family: "Futura Medium C";
      font-size: 20px; }
    header .header .header_phone {
      color: #fff;
      text-decoration: none;
      font-family: "Futura Demi C";
      font-size: 24px; }
      header .header .header_phone:hover {
        color: #ff905a; }
  header .menus {
    background: #fff;
    padding: 10px 0; }
    header .menus .custom_logo {
      display: block; }
      header .menus .custom_logo img {
        width: 100%;
        height: auto; }
    header .menus ul.menu {
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      list-style-type: none; }
      header .menus ul.menu > li > a {
        text-decoration: none;
        color: #002d6d;
        font-family: "Futura Medium C";
        font-size: 20px;
        display: block; }
        header .menus ul.menu > li > a:hover {
          color: #ff905a; }
      header .menus ul.menu > li.current-menu-item > a {
        color: #ff905a; }
  header .mobile_menus {
    display: none; }

.main {
  position: relative; }
  .main .main_bg {
    position: relative; }
    .main .main_bg:before {
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1;
      background-image: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(rgba(227, 224, 219, 0)));
      background-image: linear-gradient(to right, #f7f7f7 0%, rgba(227, 224, 219, 0) 100%); }
    .main .main_bg img {
      float: right;
      z-index: 0; }
  .main .main_text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2; }
    .main .main_text .main_text-title {
      color: #2b2b2b;
      font-family: "Futura Demi C";
      font-size: 60px;
      margin-bottom: 60px; }
    .main .main_text .slick-current .btn_popup {
      -webkit-box-shadow: 0 0 15px rgba(255, 144, 90, 0.8);
              box-shadow: 0 0 15px rgba(255, 144, 90, 0.8); }
    .main .main_text .btn_popup {
      background-color: #ff905a;
      color: #ffffff;
      display: inline-block;
      padding: 20px 55px;
      font-family: "Futura Demi C";
      font-size: 20px;
      cursor: pointer; }
  .main .arrows {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 50px;
    z-index: 2;
    max-width: 1140px;
    width: 100%;
    padding: 0 15px; }
    .main .arrows .arrow {
      display: inline-block;
      cursor: pointer; }
      .main .arrows .arrow.left {
        margin-right: 50px; }

.quiz {
  padding-top: 50px; }
  .quiz .quiz_countries {
    background-color: #e7f1fe;
    padding: 35px 25px;
    height: 100%; }
    .quiz .quiz_countries .quiz_country {
      margin-bottom: 15px; }
      .quiz .quiz_countries .quiz_country a {
        text-decoration: none;
        display: block; }
        .quiz .quiz_countries .quiz_country a:hover .post_title {
          color: #ff905a; }
      .quiz .quiz_countries .quiz_country img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
      .quiz .quiz_countries .quiz_country .post_title {
        display: inline-block;
        vertical-align: middle;
        color: #002d6d;
        font-family: "Futura Demi C";
        font-size: 20px;
        border-bottom: #002d6d; }
        .quiz .quiz_countries .quiz_country .post_title span span {
          font-size: 12px; }
  .quiz .quiz_block {
    height: 100%;
    background-color: #e7f1fe;
    padding: 100px 50px; }
    .quiz .quiz_block .title {
      color: #1a1a1a;
      font-family: "Futura Demi C";
      font-size: 40px;
      margin-bottom: 35px;
      text-align: center; }
    .quiz .quiz_block .subtitle {
      color: #1a1a1a;
      font-family: "Futura Book C";
      font-size: 24px;
      margin-bottom: 35px;
      text-align: center; }
    .quiz .quiz_block .progress_line {
      width: 100%;
      height: 30px;
      position: relative;
      max-width: 450px;
      margin: 0 auto 50px; }
      .quiz .quiz_block .progress_line:before {
        content: "";
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 100%;
        height: 2px;
        position: absolute;
        background-color: #dadada; }
      .quiz .quiz_block .progress_line span {
        width: 30px;
        line-height: 26px;
        text-align: center;
        color: #dadada;
        font-family: "Futura Demi C";
        font-size: 20px;
        border: 2px solid #dadada;
        background-color: #ffffff;
        position: absolute;
        display: block;
        border-radius: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        .quiz .quiz_block .progress_line span:nth-child(1) {
          left: 0; }
        .quiz .quiz_block .progress_line span:nth-child(2) {
          left: 25%; }
        .quiz .quiz_block .progress_line span:nth-child(3) {
          left: 50%; }
        .quiz .quiz_block .progress_line span:nth-child(4) {
          left: 75%; }
        .quiz .quiz_block .progress_line span:nth-child(5) {
          right: 0;
          -webkit-transform: translateX(50%);
                  transform: translateX(50%); }
        .quiz .quiz_block .progress_line span.active {
          border: 2px solid #1a1a1a;
          color: #1a1a1a; }
    .quiz .quiz_block .block {
      display: none; }
      .quiz .quiz_block .block.block1 {
        display: block; }
      .quiz .quiz_block .block .question {
        color: #002d6d;
        font-family: "Futura Medium C";
        font-size: 30px;
        margin-bottom: 35px;
        text-align: center; }
      .quiz .quiz_block .block .answer .wpcf7-radio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        border-radius: 29px;
        border: 1px solid #01398a;
        background-color: #ffffff; }
      .quiz .quiz_block .block .answer .wpcf7-list-item {
        margin: 0;
        width: 100%;
        color: #1a1a1a;
        font-family: "Futura Book C";
        font-size: 20px;
        text-align: center;
        line-height: 55px; }
        .quiz .quiz_block .block .answer .wpcf7-list-item label {
          cursor: pointer;
          display: block; }
        .quiz .quiz_block .block .answer .wpcf7-list-item.first {
          border-radius: 29px 0 0 29px; }
        .quiz .quiz_block .block .answer .wpcf7-list-item.last {
          border-radius: 0 29px 29px 0; }
        .quiz .quiz_block .block .answer .wpcf7-list-item:hover {
          background: #01398a;
          color: #ffffff;
          font-family: "Futura Medium C"; }
      .quiz .quiz_block .block .answer input {
        display: none; }
      .quiz .quiz_block .block.block5 .question {
        font-size: 20px;
        margin-top: 35px; }
      .quiz .quiz_block .block.block5 input {
        display: block; }
      .quiz .quiz_block .block.block5 .phone {
        border-bottom: 1px solid #ced1dc;
        background: transparent;
        display: inline-block;
        width: 48%; }
        .quiz .quiz_block .block.block5 .phone input {
          background: transparent;
          border: 0;
          outline: none;
          line-height: 59px;
          width: 100%; }
      .quiz .quiz_block .block.block5 .answer {
        padding: 0 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .quiz .quiz_block .block.block5 .answer .ajax-loader {
          display: none; }
        .quiz .quiz_block .block.block5 .answer br {
          display: none; }
      .quiz .quiz_block .block.block5 input[type=submit] {
        width: 48%;
        display: inline-block;
        -webkit-box-shadow: 0 0 15px rgba(255, 144, 90, 0.8);
                box-shadow: 0 0 15px rgba(255, 144, 90, 0.8);
        background-color: #ff905a;
        font-family: "Futura Demi C";
        font-size: 20px;
        border: 0;
        outline: none;
        color: #fff;
        line-height: 60px;
        cursor: pointer; }
    .quiz .quiz_block .progress_math {
      display: none; }
      .quiz .quiz_block .progress_math .text {
        color: #002d6d;
        font-family: "Futura Medium C";
        font-size: 30px;
        margin-bottom: 20px;
        text-align: center; }
      .quiz .quiz_block .progress_math .line {
        max-width: 300px;
        border: 1px solid #002d6d;
        color: #fff;
        margin: auto;
        height: 24px;
        position: relative;
        border-radius: 28px; }
        .quiz .quiz_block .progress_math .line .line_progres {
          border-radius: 28px;
          position: absolute;
          top: 2px;
          left: 2px;
          background: #002d6d;
          max-width: calc(100% - 4px);
          width: 0;
          height: 18px;
          z-index: 0; }
        .quiz .quiz_block .progress_math .line span {
          z-index: 1;
          display: block;
          margin-left: 20px;
          line-height: 24px;
          font-size: 14px;
          position: relative;
          font-family: "Futura Book C"; }

.breadcrumb{
	padding: 20px 0 20px; 
}
.breadcrumb a {
    text-decoration: none;
    color: #002d6d;
    font-family: "Futura Medium C";
    font-size: 18px;
}
.breadcrumb a:hover {
	color: #ff905a; 
}
.breadcrumb span {
	font-family: "Futura Medium C";
    font-size: 18px;
}

.documents {
  /*padding: 120px 0 60px; */
  padding: 60px 0 60px; 
 }
  .documents img {
    display: block;
    margin: 0 auto 18px; }
  .documents .text {
    text-align: center;
    margin-bottom: 60px; }
  .documents .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 60px; }
    .documents .btn .btn_popup, .blocks .btn .btn_popup {
      -webkit-box-shadow: 0 0 15px rgba(255, 144, 90, 0.8);
              box-shadow: 0 0 15px rgba(255, 144, 90, 0.8);
      background-color: #ff905a;
      color: #ffffff;
      font-family: "Futura Demi C";
      font-size: 20px;
      padding: 20px 33px;
      cursor: pointer; }
	   .blocks .btn .btn_popup {
		  padding: 10px 33px;
	  }



.form {
  background-color: #002d6d;
  position: relative;
  padding: 110px 0;
  color: #fff; }
  .form:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/form_bg.png) left center no-repeat;
    background-size: auto 100%; }
  .form .title {
    font-family: "Futura Demi C";
    font-size: 36px;
    margin-bottom: 40px; }
  .form .phone {
    display: inline-block; }
    .form .phone input[name=phone] {
      border: 0;
      outline: none;
      padding: 22px 0 22px 13px;
      background: #fff;
      width: 234px; }
  .form br {
    display: none; }
  .form input[type=submit] {
    display: inline-block;
    -webkit-box-shadow: 0 0 15px rgba(255, 144, 90, 0.8);
            box-shadow: 0 0 15px rgba(255, 144, 90, 0.8);
    background-color: #ff905a;
    font-family: "Futura Demi C";
    font-size: 20px;
    border: 0;
    outline: none;
    color: #fff;
    line-height: 60px;
    width: 272px;
    cursor: pointer; }
  .form .policy {
    margin-top: 30px;
    color: #fffefe;
    font-family: "Futura Book C";
    font-size: 14px; }
    .form .policy br {
      display: block; }
    .form .policy a {
      color: #fffefe; }
      .form .policy a:hover {
        color: #ff905a; }

.getViza {
  padding: 120px 0; }
  .getViza .steps {
    position: relative; }
    .getViza .steps:before {
      content: "2";
      position: absolute;
      top: -40px;
      left: 50px;
      width: 100%;
      height: 100%;
      opacity: 0.3;
      color: #cfe0f3;
      font-family: "Futura Demi C";
      font-size: 200px;
      z-index: -1; }
    .getViza .steps.step1:before {
      content: "1"; }
    .getViza .steps.step3:before {
      content: "3"; }
    .getViza .steps img {
      margin-bottom: 30px; }
    .getViza .steps .step_title {
      color: #2b2b2b;
      font-family: "Futura Demi C";
      font-size: 24px;
      margin-bottom: 25px; }
    .getViza .steps .msg {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .getViza .steps .msg a {
        width: 50%;
        color: #002d6d;
        font-family: "Futura Book C";
        font-size: 16px;
        cursor: pointer; }
        .getViza .steps .msg a:hover {
          color: #ff905a; }
    .getViza .steps ul {
      list-style-type: decimal;
      padding-left: 15px;
      color: #2b2b2b;
      font-family: "Futura Book C";
      font-size: 16px;
      line-height: 22px; }
    .getViza .steps .descr {
      color: #2b2b2b;
      font-family: "Futura Book C";
      font-size: 16px;
      line-height: 22px; }

.news {
  background-color: #fafafa;
  padding: 100px 0;
  color: #2b2b2b; }
  .news .title {
    color: #1a1a1a;
    font-family: "Futura Demi C";
    font-size: 48px;
    margin-bottom: 40px;
    text-align: center; }
  .news .thubnail {
    height: 253px;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden; }
    .news .thubnail img {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      height: 253px;
      width: auto; }
  .news .post_title {
    font-family: "Futura Demi C";
    font-size: 24px;
    margin-bottom: 20px; }
  .news .post_descr {
    font-family: "Futura Book C";
    font-size: 18px;
    margin-bottom: 25px; }
  .news .read_more {
    display: inline-block;
    border: 1px solid #ff905a;
    background-color: #fafafa;
    color: #ff905a;
    font-family: "Futura Book C";
    font-size: 18px;
    padding: 17px 43px;
    text-decoration: none; }

.news_post {
  background-color: #fafafa;
  padding: 50px 0; }
  .news_post .thubnail {
    width: 100%;
    /*margin-bottom: 50px;*/
    height: 300px;
    position: relative;
    overflow: hidden; }
    .news_post .thubnail img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .news_post .title {
    text-align: center;
    color: #1a1a1a;
    font-family: "Futura Demi C";
    font-size: 36px;
    margin-bottom: 40px; }

.contacts {
  padding: 90px 0;
  background-color: #fafafa; }
  .contacts .title {
    color: #212121;
    font-family: "Futura Demi C";
    font-size: 48px;
    margin-bottom: 50px;
    text-align: center; }
  .contacts .text {
    padding: 50px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff; }
    .contacts .text .left {
      width: 65%; }
      .contacts .text .left .city {
        color: #04204a;
        font-family: "Futura Medium C";
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px; }
      .contacts .text .left .mail {
        color: #04204a;
        font-family: "Futura Medium C";
        font-size: 18px;
        font-weight: 300; }
        .contacts .text .left .mail:hover {
          color: #ff905a; }
    .contacts .text .right {
      width: 35%; }
      .contacts .text .right .phone {
        display: block;
        color: #04204a;
        font-family: "Futura Book C";
        font-size: 18px;
        text-decoration: none; }
        .contacts .text .right .phone:hover {
          color: #ff905a; }
        .contacts .text .right .phone:first-child {
          margin-bottom: 15px; }
  .contacts .maps {
    height: 320px;
    width: 100%; }

.footer_form {
  padding: 130px 0;
  background: url(../img/maps.png) center center no-repeat;
  position: relative;
  z-index: 0; }
  .footer_form-content {
    padding: 90px 0; }
  .footer_form:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
    background-color: rgba(23, 113, 241, 0.1); }
  .footer_form .title {
    font-family: "Futura Demi C";
    color: #2b2b2b;
    font-size: 36px;
    margin-bottom: 50px;
    text-align: center; }
  .footer_form .content_title {
    color: #04204a;
    font-family: "Futura Demi C";
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    margin-bottom: 5px; }
  .footer_form .subtitle {
    color: #04204a;
    text-align: center;
    font-family: "Futura Book C";
    font-size: 30px;
    margin-bottom: 30px; }
  .footer_form .small {
    color: #04204a;
    font-family: "Futura Medium C";
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px; }
  .footer_form form {
    text-align: center; }
  .footer_form .inputs {
    display: inline-block; }
  .footer_form .phone {
    display: inline-block;
    margin-right: 10px; }
    .footer_form .phone input[name=phone] {
      border: 0;
      outline: none;
      padding: 22px 0 22px 13px;
      background: #fff;
      width: 234px; }
  .footer_form br {
    display: none; }
  .footer_form input[type=submit] {
    display: inline-block;
    -webkit-box-shadow: 0 0 15px rgba(255, 144, 90, 0.8);
            box-shadow: 0 0 15px rgba(255, 144, 90, 0.8);
    background-color: #ff905a;
    font-family: "Futura Demi C";
    font-size: 20px;
    border: 0;
    outline: none;
    color: #fff;
    line-height: 60px;
    width: 272px;
    cursor: pointer; }
  .footer_form .policy {
    text-align: left;
    margin-top: 30px;
    color: #8b8b8b;
    font-family: "Futura Book C";
    font-size: 14px; }
    .footer_form .policy br {
      display: block; }
    .footer_form .policy a {
      color: #8b8b8b; }
      .footer_form .policy a:hover {
        color: #ff905a; }

.category {
  background-color: #fafafa;
  padding-top: 85px; }
  .category .title {
    color: #272727;
    font-family: "Futura Demi C";
    font-size: 48px;
    text-align: center;
    margin-bottom: 80px; }
  .category a {
    display: block;
    border: 2px solid transparent;
    margin-bottom: 40px;
    text-decoration: none; }
    .category a:hover {
      cursor: pointer;
      -webkit-box-shadow: 0 0 20px rgba(231, 241, 254, 0.94);
              box-shadow: 0 0 20px rgba(231, 241, 254, 0.94);
      border: 2px solid #002d6d;
      background-color: #f2f7fd; }
    .category a .post_title {
      text-align: center;
      color: #1f1f1f;
      font-family: "Futura Demi C";
      font-size: 24px;
      margin: 30px 0; }
    .category a .thubnail {
      height: 260px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .category a .thubnail img {
        max-width: 100%;
        max-height: 100%; }

.head {
  padding: 200px 0 40px;
  position: relative; }
  .head:before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, right top, from(#fadec6), to(rgba(227, 224, 219, 0)));
    background-image: linear-gradient(to right, #fadec6 0%, rgba(227, 224, 219, 0) 100%); }
  .head .title {
    margin-bottom: 60px;
    color: #002d6d;
    font-family: "Futura Demi C";
    font-size: 50px; }
  .head .blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .head .blocks .block {
      width: 100%;
      text-align: center;
      border-right: 1px solid #052555; }
      .head .blocks .block:last-child {
        border-right: none; }
      .head .blocks .block .name {
        border-bottom: 1px solid #052555;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 140px;
        padding: 15px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #ffffff;
        font-family: "Futura Demi C";
        font-size: 24px;
        background: rgba(0, 45, 129, 0.7); }
      .head .blocks .block .descr {
        padding: 40px 15px 15px;
        height: 140px;
        color: #212121;
        font-family: "Futura Book C";
        font-size: 18px;
        background: #fff;
        text-transform: capitalize; }
        .head .blocks .block .descr span {
          display: block; }
        .head .blocks .block .descr b {
          display: block;
          margin-bottom: 10px; }

.table {
  padding: 100px 0 0; }
  .table .blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #052555; }
    .table .blocks .block {
      width: 100%;
      text-align: center;
      border-right: 1px solid #052555; }
      .table .blocks .block:last-child {
        border-right: none; }
      .table .blocks .block .name {
        border-bottom: 1px solid #052555;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 140px;
        padding: 15px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #ffffff;
        font-family: "Futura Demi C";
        font-size: 24px;
        background: rgba(0, 45, 129, 0.7); }
      .table .blocks .block .descr {
        padding: 40px 15px 15px;
        height: 140px;
        color: #212121;
        font-family: "Futura Book C";
        font-size: 18px;
        background: #fff;
        }
        .table .blocks .block .descr span {
          display: block; }
        .table .blocks .block .descr b {
          display: block;
          margin-bottom: 10px; }

.content-text {
	padding: 100px 0;
	background-color: #fafafa;
}
  .content-text .title {
/*	color: #2b2b2b;
    font-family: "Futura Demi C";
    font-size: 40px;
    text-align: center;
    margin-bottom: 70px;*/
	}
  .content-text .info {
    font-family: "Futura Book C";
    font-size: 18px;
    margin-bottom: 25px; }

.contents {
  padding-bottom: 80px; }
  .contents .block {
    border: 15px solid rgba(23, 113, 241, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	min-height: 350px;
    padding: 50px 50px 100px; }
    .contents .block .content {
      width: 50%; }
    .contents .block .img {
      width: 50%;
      position: relative; }
      .contents .block .img img {
        position: absolute;
        bottom: -90px;
        left: 0;
        max-height: 530px;
        max-width: 100%; }
	.block-name-mobile{
		display:none !important;
	}
.reviews {
  background-color: #fafafa;
  padding: 100px 0 20px; }
  .reviews .review {
    padding: 0 20px;
    margin-bottom: 60px;
    font-family: "Futura Book C";
    font-size: 16px;
    color: #000000;
    text-align: center; }
    .reviews .review .thubnail {
      text-align: center;
      margin-bottom: 20px; }
    .reviews .review .review_title {
      margin-bottom: 5px; }
    .reviews .review .review_nickname {
      font-size: 14px;
      margin-bottom: 30px;
      color: #7c7c7c; }
  .reviews #true_loadmore {
    color: #0043a4;
    font-family: "Futura Demi C";
    font-size: 20px;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
    margin: 0 auto; }

footer {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(65%, #052555), color-stop(65%, #01142f));
  background-image: linear-gradient(to top, #052555 65%, #01142f 65%);
  padding: 90px 0;
  color: #fff; }
  footer .title {
    font-family: "Futura Book C";
    font-size: 24px;
    margin-bottom: 45px; }
  footer .btn_popup {
    font-family: "Futura Book C";
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 20px; }
    footer .btn_popup:hover {
      color: #ff905a; }
  footer .social a {
    display: inline-block;
    margin-right: 15px; }
    footer .social a:last-child {
      margin-right: 0; }
  footer .addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    footer .addresses .address {
      width: 50%;
      font-family: "Futura Book C";
      font-size: 18px; }
      footer .addresses .address .city {
        height: 40px; }
      footer .addresses .address a {
        display: inline-block;
        margin-top: 15px;
        text-decoration: none;
        color: #fff; }
        footer .addresses .address a:hover {
          color: #ff905a; }
      footer .addresses .address .mail {
        text-decoration: underline; }
        footer .addresses .address .mail:hover {
          color: #ff905a; }
  footer .our-partner .text {
    margin-bottom: 15px; }
    footer .our-partner .text a {
      text-decoration: none;
      color: #fff; }

.popup {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 999; }
  .popup .blocks {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 16px;
    max-width: 601px;
    width: 100%; }
  .popup .block {
    border-radius: 16px;
    padding: 50px 35px;
    position: relative;
    background: url(../img/maps.png) center center no-repeat;
    background-size: contain; }
    .popup .block:before {
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      z-index: -1;
      height: 100%;
      position: absolute;
      background-color: rgba(23, 113, 241, 0.1); }
    .popup .block .close {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 48px;
      cursor: pointer;
      font-weight: 700; }
    .popup .block .title {
      font-family: "Futura Demi C";
      color: #2b2b2b;
      font-size: 36px;
      margin-bottom: 35px;
      text-align: center; }
    .popup .block .phone {
      display: inline-block;
      margin-right: 10px; }
      .popup .block .phone input[name=phone] {
        border: 0;
        outline: none;
        padding: 22px 0 22px 13px;
        background: #fff;
        width: 234px; }
    .popup .block br {
      display: none; }
    .popup .block input[type=submit] {
      display: inline-block;
      -webkit-box-shadow: 0 0 15px rgba(255, 144, 90, 0.8);
              box-shadow: 0 0 15px rgba(255, 144, 90, 0.8);
      background-color: #ff905a;
      font-family: "Futura Demi C";
      font-size: 20px;
      border: 0;
      outline: none;
      color: #fff;
      line-height: 60px;
      width: 272px;
      cursor: pointer; }
    .popup .block .policy {
      text-align: center;
      margin-top: 30px;
      color: #8b8b8b;
      font-family: "Futura Book C";
      font-size: 14px; }
      .popup .block .policy br {
        display: block; }
      .popup .block .policy a {
        color: #8b8b8b; }
        .popup .block .policy a:hover {
          color: #ff905a; }
	.unfolded-list li a i img {
		width: 16px;
	}
	.unfolded-list .round {
		position: relative;
		display: inline-block;
	}
	.unfolded-list li span {font-weight: bold;}
	.unfolded-list li {
		font-size: 1.125rem;
		line-height: 2.5rem;
	}
	.unfolded-list li:nth-child(1) {
		font-size: 1.375rem;
		margin-bottom: 10px;
	}
	ul.unfolded-list {
		margin: 0;
		padding: 0 40px;
		text-indent: 0;
		list-style: none;
		list-style-position: outside;
	}
	.unfolded-list .round .info {
		display: none;
		bottom: 150%;
		left: -200%;
		position: absolute;
		width: 250px;
		border-radius: 10px;
		padding: 7px;
		background-color: white;
		-webkit-box-shadow: 0px 0px 20px 0px rgb(63 63 63 / 20%);
		box-shadow: 0px 0px 20px 0px rgb(63 63 63 / 20%);
		line-height: 1.3rem;
	}
	.unfolded-list .round .info:after {
		content: "";
		border: 20px solid transparent;
		border-top-color: #ffffff;
		position: absolute;
		bottom: -40px;
		left: 35px;
		-webkit-transform: skew(
	-70deg
	);
		transform: skew(
	-70deg
	);
	}
@media(max-width: 1199px) {
  body {
    padding-top: 158px; }

  header .header .header_social div {
    margin-right: 10px; }
  header .header .header_social .social {
    width: 108px; }

  .main .arrows {
    max-width: 960px; }

  .quiz .quiz_countries {
    padding: 35px; }

  .getViza .steps .msg a {
    width: 30%; }
    .getViza .steps .msg a:first-child {
      width: 70%; }

  .contacts .text .left {
    width: 60%; }
    .contacts .text .left .city {
      font-size: 17px; }
  .contacts .text .right {
    width: 40%; }

  footer .addresses .address .city {
    height: 40px; } }
@media(max-width: 991px) {
  body {
    padding-top: 133px; }

  header .header .header_social div {
    display: none; }
  header .header .header_social .social {
    width: 103px; }
  header .header .header_phone {
    font-size: 17px; }
  header .header .header_text {
    font-size: 15px; }
  header .menus ul.menu > li > a {
    font-size: 17px; }

  .main .main_bg img {
    width: 100%; }
  .main .arrows {
    max-width: 720px;
    bottom: 20px; }

  .quiz .quiz_countries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
    height: auto; }
    .quiz .quiz_countries .quiz_country {
      width: 33%;
      margin-bottom: 20px; }

  .form form {
    text-align: center; }

  .getViza .steps .step_title {
    font-size: 20px; }
  .getViza .steps .msg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .getViza .steps .msg a {
      width: 100%; }

  .news .thubnail {
    height: 180px; }
    .news .thubnail img {
      height: 180px; }

  .contacts .maps {
    height: 240px; }

  #map1 {
    margin-bottom: 30px; }

  .head,
  .table {
    padding: 50px 0; }
    .head .title,
    .table .title {
      margin-bottom: 30px; }
    .head .blocks,
    .table .blocks {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .head .blocks .block,
      .table .blocks .block {
        width: 33%; }
        .head .blocks .block:nth-child(3),
        .table .blocks .block:nth-child(3) {
          border-right: none; }
        .head .blocks .block .name,
        .table .blocks .block .name {
          height: 80px; }
        .head .blocks .block .descr,
        .table .blocks .block .descr {
          padding: 15px;
          height: 110px; }
        .head .blocks .block:nth-child(4), .head .blocks .block:nth-child(5),
        .table .blocks .block:nth-child(4),
        .table .blocks .block:nth-child(5) {
          width: 49.5%; }
          .head .blocks .block:nth-child(4) br, .head .blocks .block:nth-child(5) br,
          .table .blocks .block:nth-child(4) br,
          .table .blocks .block:nth-child(5) br {
            display: none; }

  .table {
    padding-bottom: 0; }

  .documents {
    padding: 50px; }
    .documents .img {
      height: 48px;
      margin-bottom: 18px; }
    .documents .text br {
      display: none; }

  .contents .block {
    padding: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .contents .block .img img {
      position: relative;
      bottom: 0;
      height: auto;
      width: 100%; }

  footer .title {
    font-size: 22px; }

	.block-name-mobile{
		display:block !important;
	}
	
	}
@media(min-width: 768px) {
  .news_page .read_more {
    margin-bottom: 70px; }
  .news_page .col-md-12 .thubnail {
    height: 450px; }
    .news_page .col-md-12 .thubnail img {
      height: auto;
      width: 100%;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
@media(max-width: 767px) {
  body {
    padding-top: 101px; }

  .section_title {
    font-size: 32px;
    margin-bottom: 30px; }

  header .header {
    background: #fff; }
    header .header .custom_logo {
      vertical-align: middle;
      display: inline-block; }
    header .header .header_social {
      margin-top: 16px; }
      header .header .header_social a.social {
        color: #002d6d;
        text-decoration: none;
        border: 1px solid #002d6d; }
    header .header .mobile_menu {
      margin-top: 16px;
      display: inline-block;
      width: 42px;
      height: 42px;
      vertical-align: middle;
      margin-right: 18px;
      background: #002d6d;
      border-radius: 50%;
      position: relative;
      cursor: pointer; }
      header .header .mobile_menu span {
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 18px;
        height: 2px;
        background: #fff; }
        header .header .mobile_menu span:after {
          content: "";
          position: absolute;
          display: block;
          bottom: -8px;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 18px;
          height: 2px;
          background: #fff; }
        header .header .mobile_menu span:before {
          content: "";
          position: absolute;
          display: block;
          top: -6px;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 18px;
          height: 2px;
          background: #fff; }
  header .menus {
    display: none; }
  header .mobile_menus {
    background: #fff;
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 10; }
    header .mobile_menus.active {
      -webkit-transform: translate(0);
              transform: translate(0); }
    header .mobile_menus .close {
      position: absolute;
      top: 30px;
      right: 30px;
      display: block;
      font-size: 32px;
      color: #fff;
      font-weight: 400;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      cursor: pointer;
      font-family: "Futura Medium C"; }
    header .mobile_menus .menu_title {
      font-family: "Futura Medium C";
      text-align: center;
      font-size: 22px;
      line-height: 60px;
      color: #fff;
      background-color: #002d6d; }
    header .mobile_menus ul.menu {
      padding: 0;
      margin: 0;
      list-style-type: none;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      header .mobile_menus ul.menu a {
        text-decoration: none;
        font-family: "Futura Medium C";
        color: #002d6d;
        padding: 15px 20px;
        border-bottom: 1px solid #c5c5c5;
        display: block;
        font-size: 18px;
        line-height: 24px; }
      header .mobile_menus ul.menu > li {
        display: block; }
        header .mobile_menus ul.menu > li.menu-item-has-children {
          position: relative; }
          header .mobile_menus ul.menu > li.menu-item-has-children:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 30px;
            width: 7.5px;
            height: 12px;
            -webkit-transform: translateY(-50%) rotate(180deg);
                    transform: translateY(-50%) rotate(180deg);
            background: url(../img/arrow_prev.png) center center no-repeat;
            background-size: cover; }
          header .mobile_menus ul.menu > li.menu-item-has-children ul {
            display: block;
            padding: 0;
            margin: 0;
            list-style-type: none;
            position: relative;
            height: 100%;
            width: 100%;
            display: none;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            -webkit-transform: translateX(200%);
                    transform: translateX(200%); }
            header .mobile_menus ul.menu > li.menu-item-has-children ul.active {
              display: block;
              -webkit-transform: translateX(100%);
                      transform: translateX(100%); }
            header .mobile_menus ul.menu > li.menu-item-has-children ul > li {
              display: block; }
    header .mobile_menus .mobile_footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 15px; }
      header .mobile_menus .mobile_footer .mobile_text {
        width: 100%;
        margin-bottom: 10px;
        font-size: 18px;
        font-family: "Futura Medium C"; }
      header .mobile_menus .mobile_footer .mobile_social {
        width: 70%; }
        header .mobile_menus .mobile_footer .mobile_social .social {
          display: inline-block;
          color: #002d6d;
          text-decoration: none;
          border: 1px solid #002d6d;
          font-family: "Futura Book C";
          font-size: 18px;
          width: 128px;
          text-align: center;
          line-height: 35px; }
          header .mobile_menus .mobile_footer .mobile_social .social:first-child {
            margin-right: 7px; }
          header .mobile_menus .mobile_footer .mobile_social .social span {
            vertical-align: middle; }
          header .mobile_menus .mobile_footer .mobile_social .social img {
            vertical-align: middle; }
      header .mobile_menus .mobile_footer .mobile_number {
        width: 30%;
        text-align: right; }
        header .mobile_menus .mobile_footer .mobile_number a {
          text-decoration: none;
          font-family: "Futura Book C";
          font-size: 18px;
          color: #002d6d; }

  .main .main_text .main_text-slides {
    text-align: center; }
  .main .main_text .main_text-title {
    font-size: 32px;
    margin-bottom: 30px; }
  .main .arrows {
    max-width: 540px; }

  .quiz .quiz_countries .quiz_country {
    width: 50%; }
  .quiz .quiz_block {
    padding: 30px 15px; }
    .quiz .quiz_block .title {
      font-size: 32px; }
    .quiz .quiz_block .block.block5 .answer {
      padding: 0; }
    .quiz .quiz_block .block .answer .wpcf7-list-item {
      font-size: 18px;
      line-height: 20px; }
      .quiz .quiz_block .block .answer .wpcf7-list-item label {
        padding: 10px 0; }

  .documents {
    padding: 50px 0 0; }

  .form {
    padding: 50px 0; }
    .form .title {
      font-size: 32px; }

  .getViza {
    padding: 50px 0; }
    .getViza .steps {
      margin-bottom: 30px;
      text-align: center; }
      .getViza .steps .msg a {
        width: 45%; }
        .getViza .steps .msg a:first-child {
          width: 55%; }
      .getViza .steps ul {
        margin: 0;
        display: inline-block;
        text-align: left; }
      .getViza .steps:before {
        display: none; }
      .getViza .steps img {
        margin-bottom: 10px; }

  .news {
    padding: 50px 0 20px; }
    .news .title {
      font-size: 32px; }
    .news .thubnail {
      height: auto; }
      .news .thubnail img {
        width: 100%;
        height: auto;
        position: relative;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        top: 0;
        left: 0; }
    .news .read_more {
      margin-bottom: 30px; }

  .news_post .thubnail {
    height: 230px; }
  .news_post .title {
    font-size: 32px; }

  .contacts {
    padding: 50px 0; }
    .contacts .title {
      font-size: 32px; }
    .contacts .maps {
      height: 200px; }

  .footer_form {
    padding: 50px 0;
    background-size: contain; }
    .footer_form .content_title {
      font-size: 26px; }
    .footer_form .subtitle {
      font-size: 26px;
      margin-bottom: 20px; }
    .footer_form .small {
      margin-bottom: 20px;
      font-size: 22px; }
    .footer_form .title {
      margin-bottom: 30px;
      font-size: 32px; }
    .footer_form input[type=submit] {
      width: 262px; }
    .footer_form .policy {
      margin-top: 15px; }

  .category .title {
    font-size: 32px; }

  .head .title,
  .table .title {
    font-size: 32px; }
  .head .blocks .block .name,
  .table .blocks .block .name {
    font-size: 20px; }

  .table {
    padding-bottom: 0; }

  .contents .block {
    padding: 25px; }
    .contents .block .content {
      width: 100%; }
    .contents .block .img {
      display: none; }

  footer {
    background: #052555;
    padding: 20px 0 50px; }
    footer .title {
      margin-bottom: 20px;
      margin-top: 30px; }
    footer .btn_popup {
      margin-bottom: 5px; }
    footer .social {
      margin-top: 20px; }

  .popup .blocks {
    width: 90%; }
    .popup .blocks .block .phone {
      width: 100%;
      margin-bottom: 20px; }
      .popup .blocks .block .phone input {
        width: 100%; }
    .popup .blocks .block input[type=submit] {
      width: 100%; } }
@media(max-width: 575px) {
  body {
    padding-top: 81px; }

  .section_title {
    font-size: 24px; }

  header .header {
    padding: 5px; }
    header .header .header_social {
      margin-top: 16px; }
      header .header .header_social a.social {
        border: none;
        width: auto; }
        header .header .header_social a.social:first-child {
          margin-right: 15px; }
        header .header .header_social a.social span {
          display: none; }
  header .mobile_menus .mobile_footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    header .mobile_menus .mobile_footer .mobile_social {
      width: auto; }
    header .mobile_menus .mobile_footer .mobile_number {
      width: 180px; }

  .main {
    padding: 30px 0 70px;
    overflow: hidden; }
    .main .main_bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .main .main_bg .slick-list.draggable {
        height: 100%; }
        .main .main_bg .slick-list.draggable .slick-track {
          height: 100%; }
      .main .main_bg img {
        width: auto;
        height: 100%; }
    .main .main_text {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
        transform-font-size: 24px; }
    .main .arrows {
      bottom: 15px; }

  .quiz .quiz_countries .quiz_country {
    width: 100%; }
  .quiz .quiz_block .title {
    font-size: 24px;
    margin-bottom: 20px; }
  .quiz .quiz_block .progress_line {
    margin-bottom: 25px; }
  .quiz .quiz_block .block .question {
    font-size: 22px;
    margin-bottom: 20px; }
  .quiz .quiz_block .block.block5 .answer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .quiz .quiz_block .block.block5 .answer .phone {
      width: 100%;
      margin-bottom: 15px; }
    .quiz .quiz_block .block.block5 .answer input[type=submit] {
      width: 100%; }
  .quiz .quiz_block .block .answer .wpcf7-radio {
    background: transparent;
    border: none;
    display: block; }
    .quiz .quiz_block .block .answer .wpcf7-radio .wpcf7-list-item {
      background: #fff;
      border-radius: 29px;
      border: 1px solid blue;
      margin-bottom: 15px; }

  .form .title {
    font-size: 24px; }
  .form .phone {
    display: block;
    width: 272px;
    margin: 0 auto 20px; }
    .form .phone input[name=phone] {
      width: 100%; }
  .form input[type=submit] {
    margin: 0 auto;
    display: block; }
  .form .policy {
    margin-top: 15px; }

  .getViza .steps .step_title {
    font-size: 16px; }

  .contacts .title {
    font-size: 24px;
    margin-bottom: 30px; }

  .news_post .thubnail {
    height: 180px;
    margin-bottom: 30px; }
  .news_post .title {
    font-size: 24px;
    margin-bottom: 20px; }

  .footer_form .title {
    font-size: 24px; }
  .footer_form .content_title {
    font-size: 24px; }
  .footer_form .subtitle {
    font-size: 24px;
    margin-bottom: 15px; }
  .footer_form .small {
    margin-bottom: 15px;
    font-size: 18px; }
  .footer_form .phone {
    display: block;
    margin: 0 auto 15px; }
    .footer_form .phone input[name=phone] {
      width: 274px; }
  .footer_form input[type=submit] {
    display: block;
    margin: 0 auto;
    width: 274px; }

  .category .title {
    font-size: 24px; }

  .head .title,
  .table .title {
    font-size: 24px; }
  .head .blocks .block,
  .table .blocks .block {
    width: 50%; }
    .head .blocks .block:nth-child(3),
    .table .blocks .block:nth-child(3) {
      border-right: 1px solid #052555; }
    .head .blocks .block:nth-child(2), .head .blocks .block:nth-child(4),
    .table .blocks .block:nth-child(2),
    .table .blocks .block:nth-child(4) {
      border-right: none; }
    .head .blocks .block:last-child,
    .table .blocks .block:last-child {
      width: 100%;
      height: auto; }
    .head .blocks .block .name,
    .table .blocks .block .name {
      font-size: 18px; }

  .contents .block {
    padding: 15px; }

  footer .addresses {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    footer .addresses .address {
      width: 100%; }
      footer .addresses .address:first-child {
        margin-bottom: 20px; }
      footer .addresses .address a {
        display: block; }
      footer .addresses .address .city {
        height: auto; }

  .popup .blocks .block {
    padding: 25px; }
    .popup .blocks .block .title {
      font-size: 24px;
      margin-bottom: 20px; }
    .popup .blocks .block .policy {
      margin-top: 15px; }
      .popup .blocks .block .policy br {
        display: none; } }
@media(max-width: 485px) {
  header .mobile_menus .mobile_footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    header .mobile_menus .mobile_footer .mobile_social {
      width: auto; }
    header .mobile_menus .mobile_footer .mobile_number {
      width: 100%;
      margin-top: 15px;
      text-align: center; }

  .contacts .text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .contacts .text .left {
      width: 100%;
      margin-bottom: 15px; }
    .contacts .text .right {
      width: 100%; } }
@media(max-width: 410px) {
  .contacts .title {
    font-size: 22px; } }
@media(max-width: 385px) {
  body {
    padding-top: 67px; }

  header .header .mobile_menu {
    margin-top: 8px;
    margin-right: 12px; }
  header .header .header_social {
    margin-top: 8px; }
  header .header .custom_logo img {
    width: 118px;
    height: auto; } }
.thubnail img {
	/*border: 1px solid #ccc;*/
    padding: 5px;
}
.contents .block .img img {bottom: auto !important;left: auto !important;right:0;float: right;position:relative;}