@font-face {
  font-family: RobotoBlack;
  src: url(../fonts/Roboto-Black.ttf); }
@font-face {
  font-family: Roboto-Thin;
  src: url(../fonts/Roboto-Thin.ttf); }
@font-face {
  font-family: RobotoBold;
  src: url(../fonts/Roboto-Bold.ttf); }
@font-face {
  font-family: MyriadPro;
  src: url(../fonts/MyriadPro.ttf); }
@font-face {
  font-family: FuturaPTBold;
  src: url(../fonts/FuturaPTBold.otf); }
@font-face {
  font-family: SegoeUI;
  src: url(../fonts/9404.ttf); }
@font-face {
  font-family: MuseoSansCyrl_1;
  src: url(../fonts/MuseoSansCyrl_1.otf); }
@font-face {
  font-family: MuseoSansCyrl_700;
  src: url(../fonts/Museo-Sans-Cyr/Cyrl700.ttf); }
@font-face {
  font-family: MuseoSansCyrl_900;
  src: url(../fonts/Museo-Sans-Cyr/Bold.ttf); }
@font-face {
  font-family: MuseoSansCyrl_100;
  src: url(../fonts/MuseoSansCyrl-100.ttf); }
@font-face {
  font-family: SegoeBold;
  src: url(../fonts/SegoeBold.ttf); }
@font-face {
  font-family: MyriadProRegular;
  src: url(../fonts/Myriad/MyriadProRegular.ttf); }
.entry-title {
  display: none; }

.scroll {
  position: fixed; }

.dropright .btn-secondary:hover > .dropdown-menu {
  display: block; }

@media screen and (max-width: 768px) {
  .share-buttons-item {
    width: 33px !important; } }
@media screen and (max-width: 1240px) {
  .share-buttons-item {
    width: 42px !important; } }
.header {
  top: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  background: #fff;
  width: 100%;
  z-index: 99999;
  /******************************Drop-down menu work on hover**********************************/ }
  .header .share-buttons-head {
    position: fixed;
    right: 10px;
    top: 50%;
    display: block;
    z-index: 999; }
    .header .share-buttons-head .share-buttons-item {
      width: 50px;
      margin: 10px; }
      .header .share-buttons-head .share-buttons-item img {
        width: 100%; }
  .header .dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0 solid transition !important;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .header .mainmenu a, .header .navbar-default .navbar-nav > li > a, .header .mainmenu ul li a, .header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
    padding: 13px 8px;
    font-family: RobotoBlack;
    color: #000;
    text-transform: uppercase;
    display: block !important; }
  .header .navbar-nav li a:hover {
    text-decoration: none; }
  .header .dropdown-menu li:hover {
    background: #0abaee;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
  .header .dropdown-menu li a {
    font-family: RobotoBold !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-decoration: none; }
  .header .dropdown .dropdown-toggle::after {
    content: '';
    border: none; }
  .header .mainmenu .collapse ul ul, .header .mainmenu .collapse ul ul.dropdown-menu {
    background: #22425b; }
  .header .mainmenu .collapse ul ul ul, .header .mainmenu .collapse ul ul ul.dropdown-menu {
    background: #22425b; }
  .header .mainmenu .collapse ul ul ul ul, .header .mainmenu .collapse ul ul ul ul.dropdown-menu {
    background: #22425b; }
  .header .mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 100%; }
  @media only screen and (min-width: 767px) {
    .header {
      /*******/
      /*******/ }
      .header .mainmenu .collapse ul li:hover > ul {
        display: block; }
      .header .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none; }
      .header .mainmenu .collapse ul ul li {
        position: relative; }
      .header .mainmenu .collapse ul ul li:hover > ul {
        display: block; }
      .header .mainmenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none; }
      .header .mainmenu .collapse ul ul ul li {
        position: relative; }
      .header .mainmenu .collapse ul ul ul li:hover ul {
        display: block; }
      .header .mainmenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none;
        z-index: 1; } }
  @media only screen and (max-width: 767px) {
    .header .navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
      padding: 16px 15px 16px 35px; }
    .header .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
      padding: 16px 15px 16px 45px; } }
  @media (min-width: 1px) and (max-width: 992.1px) {
    .header .header .nav__main {
      max-height: 400px;
      overflow: scroll; } }
  .header .logo_block {
    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;
    height: 100%; }
    .header .logo_block img {
      max-width: 100%; }
    .header .logo_block .text_logo {
      margin-left: 15px; }
  .header .nav__main {
    font-family: RobotoBlack;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header .nav__main #navbarSupportedContent .dropdown:hover > .dropdown-menu {
      display: block;
      width: 400px; }
    .header .nav__main #navbarSupportedContent .nav-item .multi-level {
      width: 430px;
      background: #22425b;
      margin-top: -5px;
      padding: 0;
      border: 0;
      border-radius: 6px; }
      .header .nav__main #navbarSupportedContent .nav-item .multi-level li {
        padding: 22px 30px 22px 30px; }
        .header .nav__main #navbarSupportedContent .nav-item .multi-level li:hover {
          background: #0abaee;
          -webkit-transition: 0.3s all;
          transition: 0.3s all; }
          .header .nav__main #navbarSupportedContent .nav-item .multi-level li:hover a {
            text-decoration: none; }
      .header .nav__main #navbarSupportedContent .nav-item .multi-level a {
        font-family: RobotoBold;
        color: #fff;
        text-transform: uppercase; }
    .header .nav__main #navbarSupportedContent .nav-item .nav-link {
      color: #000;
      letter-spacing: 1px; }
      .header .nav__main #navbarSupportedContent .nav-item .nav-link::after {
        border: none; }
  .header .header_right-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 100%; }
    .header .header_right-block .phone_me {
      padding: 8px 40px 8px 40px;
      background: #ffda0d;
      text-transform: uppercase;
      border-radius: 15px;
      font-family: MyriadProRegular;
      font-size: 17px;
      color: #000; }
      .header .header_right-block .phone_me:hover {
        text-decoration: none;
        background: #0574ab;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        color: #fff; }
    .header .header_right-block .phone {
      font-family: RobotoBlack;
      color: #000;
      font-size: 17px; }
      .header .header_right-block .phone:hover {
        text-decoration: none; }

.bg_on_main {
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: center; }
  .bg_on_main .bg_on_main_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .bg_on_main .bg_on_main_cont .bg_on_main_name {
      font-family: FuturaPTBold;
      font-size: 52px;
      color: #fff;
      text-transform: uppercase; }
    .bg_on_main .bg_on_main_cont .bg_on_main_subname {
      font-family: SegoeBold;
      color: #fff;
      font-size: 19px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 26px;
      margin-top: 5px;
      margin-bottom: 5px;
      letter-spacing: 1px;
    margin-left: 25px; }
      .bg_on_main .bg_on_main_cont .bg_on_main_subname::before {
        content: '';
        width: 12px;
        height: 12px;
        background: #fff;
        border-radius: 50%;
        margin-right: 25px;
        position: absolute;
        left: 15px; }
    .bg_on_main .bg_on_main_cont .bg_on_main_links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 25px;
      margin-bottom: 30px;
    }
    .reviews_main .reviews_child .reviews_child-right .reviews_child_subname {
      color: #22425b;
      font-family: SegoeUI;
      font-size: 16px;
  }
 .reviews_child_name {
      font-family: SegoeBold;
      color: #22425b;
      font-size: 24px;
      line-height: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 14px;
  }
      .bg_on_main .bg_on_main_cont .bg_on_main_links a {
        font-family: MuseoSansCyrl_100;
        font-size: 20px;
        padding: 10px 18px 10px 18px;
        border: 1px solid #fff;
        border-radius: 5px;
        line-height: 22px; }
        .bg_on_main .bg_on_main_cont .bg_on_main_links a:hover {
          text-decoration: none;
          background: #ffda0d;
          -webkit-transition: 0.3s all;
          transition: 0.3s all;
          color: #000;
          border: 1px solid #ffda0d; }
      .bg_on_main .bg_on_main_cont .bg_on_main_links .bg_on_main_links_1 {
        color: #fff;
        margin-right: 10px; }
      .bg_on_main .bg_on_main_cont .bg_on_main_links .bg_on_main_links_2 {
        color: #e5d021; }

.why__we_main {
  padding-bottom: 50px; }
  .why__we_main .why__we_main_left_child__fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .why__we_main .why__we_main__name {
    font-family: SegoeBold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 29px;
    padding-top: 45px;
    padding-bottom: 20px; }
  .why__we_main .why__we_main_left {
    padding: 0; }
    .why__we_main .why__we_main_left .why__we_main_left_child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 30px;
      margin-bottom: 30px; }
      .why__we_main .why__we_main_left .why__we_main_left_child .why__we_main_left_child_right .why__we_main_left_child_right_name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: SegoeBold;
        font-size: 24px;
        margin-bottom: 8px;
        font-weight: bold; }
      .why__we_main .why__we_main_left .why__we_main_left_child .why__we_main_left_child_right .why__we_main_left_child_right_text {
        font-family: MuseoSansCyrl_700;
        color: #6e6e6e; }
  .why__we_main .why__we_main_right {
    margin-top: 40px; }
    .why__we_main .why__we_main_right .why__we_main_right_child {
      border: 1px solid #b7b7b7;
      padding-bottom: 40px;
      background: #f9fafa; }
      .why__we_main .why__we_main_right .why__we_main_right_child img {
        max-width: 100%; }
      .why__we_main .why__we_main_right .why__we_main_right_child .why__we_main_right_name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: SegoeUI;
        font-size: 26px;
        margin-bottom: 8px;
        font-weight: bold;
        border-bottom: 2px solid #000; }
      .why__we_main .why__we_main_right .why__we_main_right_child .why__we_main_right_text {
        font-family: MuseoSansCyrl_700;
        color: #6e6e6e;
        font-size: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 30px; }
      .why__we_main .why__we_main_right .why__we_main_right_child a {
        background: #ffda0d;
        color: #000;
        font-size: 15px;
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 8px;
        padding-bottom: 8px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 170px;
        margin: 0 auto;
        border-radius: 10px;
        font-family: MuseoSansCyrl_1; }
        .why__we_main .why__we_main_right .why__we_main_right_child a:hover {
          text-decoration: none;
          background: #0574ab;
          -webkit-transition: 0.3s all;
          transition: 0.3s all;
          color: #fff; }

.bg_on_main__2 {
  /* background: url("../images/second.jpg"); */
  height: 550px;
  width: 100%;
  background-size: cover;
  background-position: center; }
  .bg_on_main__2 .border__fix {
    width: 70px;
    height: 5px;
    background: #edce15; }
  .bg_on_main__2 .bg_on_main_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .bg_on_main__2 .bg_on_main_cont .bg_on_main_name {
      font-family: FuturaPTBold;
      font-size: 52px;
      color: #fff; }
    .bg_on_main__2 .bg_on_main_cont .bg_on_main_subname {
      font-family: SegoeUI;
      color: #fff;
      font-size: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 15px;
      margin-bottom: 15px; }
    .bg_on_main__2 .bg_on_main_cont .bg_on_main_links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 25px; }
      .bg_on_main__2 .bg_on_main_cont .bg_on_main_links a {
        font-family: MuseoSansCyrl_1;
        font-size: 22px;
        padding: 10px 12px 10px 12px;
        border: 1px solid #fff;
        border-radius: 5px;
        line-height: 22px; }
        .bg_on_main__2 .bg_on_main_cont .bg_on_main_links a:hover {
          text-decoration: none; }
      .bg_on_main__2 .bg_on_main_cont .bg_on_main_links .bg_on_main_links_1 {
        color: #000;
        background: #fff;
        text-transform: uppercase;
        font-size: 15px;
        padding: 10px 30px 10px 30px;
        border-radius: 13px;
        border: none; }
        .bg_on_main__2 .bg_on_main_cont .bg_on_main_links .bg_on_main_links_1:hover {
          background: #e5d021;
          -webkit-transition: 0.2s all;
          transition: 0.2s all; }
      .bg_on_main__2 .bg_on_main_cont .bg_on_main_links .bg_on_main_links_2 {
        color: #e5d021; }

.need_docs_main {
  font-size: 15px;
  padding-bottom: 60px; }
  .need_docs_main .container .fix__1 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .need_docs_main .container .need_docs_main__name {
    font-family: SegoeBold;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 55px; }
  .need_docs_main .container .need_docs_main__subname {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: MuseoSansCyrl_700;
    font-size: 16px;
    color: #b6b6b6;
    padding-bottom: 45px; }
  .need_docs_main .container .need_docs_child .need_docs_child-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .need_docs_main .container .need_docs_child .need_docs_child-1 .need_docs_child_span {
      font-family: MuseoSansCyrl_900;
      font-size: 75px;
      color: #c6c6c6;
      padding-top: 15px; }
    .need_docs_main .container .need_docs_child .need_docs_child-1 .need_docs_child_photo {
      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;
      margin-left: 55px; }
      .need_docs_main .container .need_docs_child .need_docs_child-1 .need_docs_child_photo .need_docs_child_name {
        font-family: SegoeBold;
        font-size: 16px;
        color: #424242;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        text-align: center;
        margin-top: 15px; }

.about_us_main {
  background: #f1f7fb;
  padding-top: 65px;
  padding-bottom: 65px; }
  .about_us_main .about_us_main_name {
    font-family: SegoeBold;
    font-size: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #22425b;
    padding-bottom: 25px; }
  .about_us_main .about_us_main_block .about_us_main_block_1 {
    font-family: SegoeUI;
    font-size: 16px; }
    .about_us_main .about_us_main_block .about_us_main_block_1 qt {
      font-weight: bold; }

.reviews_main .reviews_main_img {
  width: 100%;
  margin-bottom: 70px; }
.reviews_main .reviews_child {
  margin-bottom: 60px; }
  .reviews_main .reviews_child iframe {
    width: 100%; }
  .reviews_main .reviews_child .reviews_child-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .reviews_main .reviews_child .reviews_child-right .reviews_child_name {
      font-family: SegoeBold;
      color: #22425b;
      font-size: 24px;
      line-height: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 14px; }
    .reviews_main .reviews_child .reviews_child-right .reviews_child_desc {
      font-family: SegoeUI;
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .reviews_main .reviews_child .reviews_child-right .reviews_child_subname {
      color: #22425b;
      font-family: SegoeUI;
      font-size: 16px; }
.reviews_main .review_action {
  background: url("../images/reviews_action.png");
  height: 588px;
  background-size: cover;
  padding: 60px 40px 60px 40px;
  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-pack: distribute;
      justify-content: space-around; }
  .reviews_main .review_action .review_action_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: SegoeBold;
    font-size: 29px;
    margin-bottom: 8px;
    font-weight: bold;
    border-bottom: 2px solid #000; }
  .reviews_main .review_action .review_action_text {
    font-family: MuseoSansCyrl_900;
    color: #003f71;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 40px;
    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;
    text-align: center; }
  .reviews_main .review_action a {
    background: #ffda0d;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 170px;
    margin: 0 auto;
    border-radius: 10px;
    font-family: MyriadProRegular; }
    .reviews_main .review_action a:hover {
      text-decoration: none;
      background: #0574ab;
      -webkit-transition: 0.3s all;
      transition: 0.3s all;
      color: #fff; }
.reviews_main .more_questions_main {
  margin-top: 40px; }
  .reviews_main .more_questions_main .more_questions_main_name {
    font-family: SegoeBold;
    font-size: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .reviews_main .more_questions_main .more_questions_main_child {
    font-family: SegoeUI;
    color: #232323;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 15px; }
    .reviews_main .more_questions_main .more_questions_main_child::before {
      content: '';
      width: 10px;
      height: 7px;
      background: #e5e5e5;
      border-radius: 50%;
      margin-right: 15px;
      margin-top: 8px; }

.reviews_main .more_questions_main .more_questions_main_child__1::before {
      content: '';
      width: 19px!important;
      height: 7px;
      background: #e5e5e5;
      border-radius: 50%;
      margin-right: 15px;
      margin-top: 8px; }

.reviews_main .more_questions_main .more_questions_main_child__2::before {
      content: '';
      width: 9px;
      height: 7px;
      background: #e5e5e5;
      border-radius: 50%;
      margin-right: 15px;
      margin-top: 8px; }

.reviews_main .more_questions_main .more_questions_main_child__3::before {
      content: '';
      width: 8px;
      height: 7px;
      background: #e5e5e5;
      border-radius: 50%;
      margin-right: 15px;
      margin-top: 8px; }
  .reviews_main .more_questions_main .more_questions_main_more {
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid yellow;
    font-size: 12px;
    margin-left: 23px; }

.contacts_main .container .review_action {
  background: url("../images/reviews_action.png");
  height: 573px;
  background-size: cover;
  padding: 60px 70px 60px 70px;
  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-pack: distribute;
      justify-content: space-around; }
  .contacts_main .container .review_action .review_action_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: SegoeBold;
    font-size: 29px;
    margin-bottom: 8px;
    font-weight: bold;
    border-bottom: 2px solid #000; }
  .contacts_main .container .review_action .review_action_text {
    font-family: MuseoSansCyrl_900;
    color: #003f71;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 40px;
    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;
    text-align: center; }
  .contacts_main .container .review_action a {
    background: #ffda0d;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 170px;
    margin: 0 auto;
    border-radius: 10px;
    font-family: MyriadProRegular; }
    .contacts_main .container .review_action a:hover {
      text-decoration: none;
      background: #0574ab;
      -webkit-transition: 0.3s all;
      transition: 0.3s all;
      color: #fff; }
.contacts_main .container .footer_right_right_1 {
  padding: 50px 60px 45px 60px;
  border: 1px solid #bababa; }
  .contacts_main .container .footer_right_right_1 .footer_right_right_1_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .contacts_main .container .footer_right_right_1 .footer_right_right_1_links a i {
      color: #22425b;
      font-size: 40px; }
  .contacts_main .container .footer_right_right_1 .footer_right_right_1_link {
    font-family: SegoeUI;
    color: #565656;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.contacts_main .container .footer_right_right_2 {
  padding: 50px 60px 45px 60px;
  border: 1px solid #bababa;
  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; }
  .contacts_main .container .footer_right_right_2 i {
    color: #22425b;
    font-size: 40px; }
  .contacts_main .container .footer_right_right_2 span {
    font-family: SegoeUI;
    color: #565656;
    font-size: 21px;
    margin-top: 4px; }
  .contacts_main .container .footer_right_right_2 a {
    font-family: SegoeUI;
    color: #565656;
    line-height: 16px;
    font-size: 16px; }
.contacts_main .container .about_us_names {
  font-family: SegoeBold;
  color: #22425b;
  font-size: 28px;
  text-align: center;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 28px;
  margin-top: 50px;
  margin-bottom: 50px; }
.contacts_main .container .helps_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  margin-bottom: 21px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .contacts_main .container .helps_links span {
    font-family: SegoeUI;
    border-bottom: 1px solid #ffdc19;
    font-size: 23px; }
  .contacts_main .container .helps_links .bg_on_main_links .bg_on_main_links_1 {
    margin-right: 25px; }
  .contacts_main .container .helps_links .bg_on_main_links a {
    font-family: MyriadProRegular;
    color: #22425b;
    font-size: 23px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #22425b;
    border-radius: 5px; }

.about__me_page {
  margin-bottom: 60px; }
  .about__me_page .container .about_us_main {
    background: #fff;
    padding-top: 30px; }
  .about__me_page .about__me_page__numbers {
    background: #f1f7fb;
    padding-top: 50px;
    padding-bottom: 50px; }
    .about__me_page .about__me_page__numbers .container .about__me_page__numbers_child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .about__me_page .about__me_page__numbers .container .about__me_page__numbers_child .about__me_page__numbers__number {
        font-family: SegoeBold;
        font-size: 30px; }
      .about__me_page .about__me_page__numbers .container .about__me_page__numbers_child .about__me_page__numbers__number_border {
        width: 50px;
        height: 3px;
        background: #ffdc19; }
      .about__me_page .about__me_page__numbers .container .about__me_page__numbers_child .about__me_page__numbers__desc {
        color: #000;
        font-family: SegoeUI;
        font-size: 17px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 7px; }
  .about__me_page .plus_block_main .plus_block_main_name {
    color: #22425b;
    font-family: SegoeBold;
    font-size: 32px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px; }
  .about__me_page .plus_block_main .helps_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .about__me_page .plus_block_main .helps_links span {
      font-family: SegoeUI;
      border-bottom: 1px solid #ffdc19;
      font-size: 23px; }
    .about__me_page .plus_block_main .helps_links .bg_on_main_links .bg_on_main_links_1 {
      margin-right: 25px; }
    .about__me_page .plus_block_main .helps_links .bg_on_main_links a {
      font-family: MyriadProRegular;
      color: #22425b;
      font-size: 22px;
      padding: 5px 20px 5px 20px;
      border: 1px solid #22425b;
      border-radius: 5px; }
  .about__me_page .plus_block_main .plus_block_main_text {
    font-family: SegoeUI;
    font-size: 18px; }
    .about__me_page .plus_block_main .plus_block_main_text .plus_block_main_text_img {
      float: right;
      margin-left: 15px; }
  .about__me_page .about__me_page__last {
    color: #22425b;
    font-family: SegoeBold;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px; }

.questions_page_main .container #accordion .card-body {
  padding: 0; }
  .questions_page_main .container #accordion .card-body p {
    font-family: SegoeUI;
    padding: 30px 50px 30px 50px;}
.questions_page_main .container #accordion .card-header {
  background: #f6f5f5;
  border-bottom: 1px solid #bebebe;
  cursor: pointer;
  padding: 0;
}
.questions_page_main .container #accordion .card-title {
  font-family: SegoeUI;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  margin-bottom: 0;
  padding: .75rem 1.25rem;}
.questions_page_main .container .accordion .card-title:before {
  content: '\f0d7';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  float: left;
  color: #3c92ca;
  margin-right: 15px; }
.questions_page_main .container .accordion .card-title.collapsed:before {
  /* symbol for "collapsed" panels */
  content: "\f0da"; }
.questions_page_main .container .why__we_main_right .why__we_main_right_child {
  border: 1px solid #b7b7b7;
  padding-bottom: 40px;
  background: #f9fafa; }
  .questions_page_main .container .why__we_main_right .why__we_main_right_child img {
    max-width: 100%; }
  .questions_page_main .container .why__we_main_right .why__we_main_right_child .why__we_main_right_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: SegoeUI;
    font-size: 26px;
    margin-bottom: 8px;
    font-weight: bold;
    border-bottom: 2px solid #000; }
  .questions_page_main .container .why__we_main_right .why__we_main_right_child .why__we_main_right_text {
    font-family: MuseoSansCyrl_700;
    color: #6e6e6e;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px; }
  .questions_page_main .container .why__we_main_right .why__we_main_right_child a {
    background: #ffda0d;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 170px;
    margin: 0 auto;
    border-radius: 10px;
    font-family: MuseoSansCyrl_1; }

.zaim_before_sale__2 {
  background: url("../images/zaim2.png") !important; }

.zaim_before_sale__3 {
  /* background: url("../images/zaim3.png") !important; */
  background-size: cover !important; }

.zaim_before_sale__4 {
  background: url("../images/zaim4.png") !important;
  background-size: cover !important; }

.zaim_before_sale__5 {
  background: url("../images/zaim5.png") !important;
  background-size: cover !important; }

.zaim_before_sale__6 {
  background: url("../images/zaim6.png") !important;
  background-size: cover !important; }

.zaim_before_sale__7 {
  /* background: url("../images/zaim7.png") !important; */
  background-size: cover !important; }

.zaim_before_sale__9 {
  /* background: url("../images/zaim3.png") !important; */
  background-size: cover !important; }

#zaim_before_sale {
  /* background: url("../images/zaim1.png"); */
  background-size: cover;
  background-repeat: no-repeat;
  height: 710px; }
  #zaim_before_sale .why__we_main {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #zaim_before_sale .why__we_main__name {
    text-transform: uppercase;
    color: #fff;
    font-family: SegoeBold;
    font-size: 40px;
    letter-spacing: 1px;
    padding-bottom: 0; }
  #zaim_before_sale .review_action {
    background: url("../images/reviews_action.png");
    height: 465px;
    background-size: cover;
    padding: 60px 40px 60px 40px;
    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-pack: distribute;
        justify-content: space-around;
    margin-top: 35px; }
    #zaim_before_sale .review_action .review_action_title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: SegoeBold;
      font-size: 29px;
      margin-bottom: 8px;
      font-weight: bold;
      border-bottom: 2px solid #000; }
    #zaim_before_sale .review_action .review_action_text {
      font-family: MuseoSansCyrl_900;
      color: #003f71;
      text-transform: uppercase;
      font-size: 22px;
      line-height: 40px;
      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;
      text-align: center; }
    #zaim_before_sale .review_action a {
      background: #ffda0d;
      color: #000;
      font-size: 15px;
      text-transform: uppercase;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 8px;
      padding-bottom: 8px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 170px;
      margin: 0 auto;
      border-radius: 10px;
      font-family: MyriadProRegular; }
      #zaim_before_sale .review_action a:hover {
        text-decoration: none;
        background: #0574ab;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        color: #fff; }
  #zaim_before_sale .fix__3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    background: #fff;
    width: 100%; }

.zaim_second_block_main {
  background: #f1f7fb;
  padding-top: 60px;
  padding-bottom: 60px; }
  .zaim_second_block_main .zaim_second_block_main_name {
    font-family: SegoeBold;
    font-size: 33px;
    text-transform: uppercase;
    color: #22425b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px;
    letter-spacing: 1px; }
  .zaim_second_block_main .zaim_second_block_main_name_1 {
    font-family: SegoeBold;
    color: #22425b;
    font-size: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px; }
  .zaim_second_block_main .zaim_second_block_main_name_2 {
    font-family: SegoeUI;
    color: #000;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    padding-right: 60px; }
  .zaim_second_block_main .helps_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px; }
    .zaim_second_block_main .helps_links span {
      font-family: SegoeUI;
      border-bottom: 1px solid #ffdc19;
      font-size: 18px; }
    .zaim_second_block_main .helps_links .bg_on_main_links {
      margin-left: 50px; }
      .zaim_second_block_main .helps_links .bg_on_main_links .bg_on_main_links_1 {
        margin-right: 25px; }
      .zaim_second_block_main .helps_links .bg_on_main_links a {
        font-family: MyriadProRegular;
        color: #22425b;
        font-size: 18px;
        padding: 5px 10px 5px 10px;
        border: 1px solid #22425b;
        border-radius: 5px; }

.fix__block1 img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto; }
.fix__block1 a {
  font-family: MyriadProRegular;
  color: #22425b;
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  border: 1px solid #22425b;
  border-radius: 5px;
  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;
  width: 200px;
  margin: 0 auto;
  margin-top: 25px; }
  .fix__block1 a:hover {
    background: #e5d021;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    text-decoration: none; }

.text__style {
  font-family: MyriadProRegular; }

.zaim_third_block_main {
  padding-top: 60px;
  padding-bottom: 60px; }
  .zaim_third_block_main .bg_on_main_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 50px; }
    .zaim_third_block_main .bg_on_main_cont .bg_on_main_name {
      font-family: FuturaPTBold;
      font-size: 32px;
      color: #22425b;
      text-transform: uppercase;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 20px; }
    .zaim_third_block_main .bg_on_main_cont .bg_on_main_subname {
      font-family: SegoeBold;
      color: #000;
      font-size: 22px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 26px;
      margin-top: 10px;
      margin-bottom: 10px;
      letter-spacing: 1px; }
      .zaim_third_block_main .bg_on_main_cont .bg_on_main_subname::before {
        content: '';
        width: 12px;
        height: 12px;
        background: #000;
        border-radius: 50%;
        margin-right: 20px;
        margin-top: 4px; }

.zaim_third_block_main .bg_on_main_cont .bg_on_main_subname__1::before {
  content: '';
  width: 23px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  margin-right: 20px;
  margin-top: 4px; }
    .zaim_third_block_main .bg_on_main_cont .bg_on_main_links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 25px; }
      .zaim_third_block_main .bg_on_main_cont .bg_on_main_links a {
        font-family: MuseoSansCyrl_100;
        font-size: 20px;
        padding: 10px 18px 10px 18px;
        border: 1px solid #fff;
        border-radius: 5px;
        line-height: 22px; }
        .zaim_third_block_main .bg_on_main_cont .bg_on_main_links a:hover {
          text-decoration: none; }
      .zaim_third_block_main .bg_on_main_cont .bg_on_main_links .bg_on_main_links_1 {
        color: #fff;
        margin-right: 10px; }
      .zaim_third_block_main .bg_on_main_cont .bg_on_main_links .bg_on_main_links_2 {
        color: #e5d021; }
  .zaim_third_block_main .second_part {
    margin-top: 100px; }
    .zaim_third_block_main .second_part .second_part_name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #22425b;
      font-family: SegoeBold;
      font-size: 26px;
      margin-bottom: 12px; }
    .zaim_third_block_main .second_part span {
      font-family: SegoeUI;
      font-size: 16px; }
    .zaim_third_block_main .second_part iframe {
      width: 100%;
      height: 100%;
      padding-left: 50px; }

.footer .footer_right {
  background: #262626; }
  .footer .footer_right .fix__2 {
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
  .footer .footer_right .footer_right_left {
    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-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer .footer_right .footer_right_left .footer_right_left_name {
      font-family: SegoeBold;
      color: #fff;
      text-transform: uppercase;
      font-size: 22px;
      letter-spacing: 3px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 8px; }
    .footer .footer_right .footer_right_left .footer_right_left_desc {
      font-family: SegoeBold;
      font-size: 18px;
      color: #d5d2d2;
      line-height: 24px; }
    .footer .footer_right .footer_right_left a {
      background: #ffda0d;
      color: #000;
      padding: 10px 20px 10px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-family: MyriadProRegular;
      text-transform: uppercase;
      font-size: 14px;
      border-radius: 5px;
      line-height: 14px;
      margin-top: 33px; }
      .footer .footer_right .footer_right_left a:hover {
        text-decoration: none;
        background: #0574ab;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        color: #fff; }
  .footer .footer_right .footer_right_right .footer_right_right_1 .footer_right_right_1_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .footer .footer_right .footer_right_right .footer_right_right_1 .footer_right_right_1_links a i {
      color: #fff;
      font-size: 26px; }
    .footer .footer_right .footer_right_right .footer_right_right_1 .footer_right_right_1_links a i.fa-viber:hover {
      color: #8a509f;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
    .footer .footer_right .footer_right_right .footer_right_right_1 .footer_right_right_1_links a i.fa-whatsapp:hover {
      color: #57bb63;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
    .footer .footer_right .footer_right_right .footer_right_right_1 .footer_right_right_1_links a i.fa-telegram-plane:hover {
      color: #1e96c8;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
    .footer .footer_right .footer_right_right .footer_right_right_1 .footer_right_right_1_links a i.fa-facebook-messenger:hover {
      color: #00b0e8;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
  .footer .footer_right .footer_right_right .footer_right_right_1 .footer_right_right_1_link {
    color: #fff;
    font-family: SegoeUI;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #716000; }
    .footer .footer_right .footer_right_right .footer_right_right_1 .footer_right_right_1_link:hover {
      text-decoration: none; }
  .footer .footer_right .footer_right_right .footer_right_right_2 {
    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;
    padding-top: 16px; }
    .footer .footer_right .footer_right_right .footer_right_right_2 i {
      font-size: 25px;
      color: #fff; }
    .footer .footer_right .footer_right_right .footer_right_right_2 a {
      color: #fff;
      font-family: SegoeUI;
      font-size: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 9px; }

.scrollup {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 50px;
  right: 29px;
  display: none;
  text-indent: -9999px;
  background: url("../images/up-arrow-key.svg");
  background-size: contain; }

.copyright_main {
  background: #0574ab;
  padding-top: 25px;
  padding-bottom: 25px; }
  .copyright_main .emis_info {
    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; }
    .copyright_main .emis_info .text {
      color: #fff;
      font-family: MyriadProRegular;
      font-size: 17px; }
  .copyright_main .emislink {
    background: url(../images/emis_mini-sprite.png) 0 -13px no-repeat;
    width: 50px;
    height: 13px;
    margin: 4px 0 2px 10px; }
    .copyright_main .emislink:hover {
      background-position: 0 0;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
  .copyright_main .container .copyright_main_1 {
    font-family: Roboto-Thin;
    font-size: 14px;
    color: #fff; }
    .copyright_main .container .copyright_main_1 span {
      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; }
  .copyright_main .container .copyright_main_2 img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; }
  .copyright_main .container .copyright_main_3 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    font-family: RobotoBlack;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    width: 110px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 auto; }
    .copyright_main .container .copyright_main_3 a:hover {
      text-decoration: none; }
    .copyright_main .container .copyright_main_3 a i {
      color: #000; }

.scrollup-1{
  display: none;
}
.emis_info img:hover{
  opacity: 0.5;
}

/***************************************MEDIA********************************/
@media (max-width: 575.98px) {
  .why__we_main .why__we_main_right .why__we_main_right_child img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; }

  .fix__block1 {
    margin-top: 30px; }

  .about_us_main .about_us_main_name{
    font-size:20px;
  }

  .scrollup {
    bottom: 27px;
    right: 27px; }

  .bg_on_main__2 {
    background: #4865ba;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #4865ba), color-stop(8%, #4865ba), color-stop(99%, #7791db), color-stop(100%, #4865ba));
    background: -webkit-gradient(linear, left top, left bottom, from(#4865ba), color-stop(8%, #4865ba), color-stop(99%, #7791db), to(#4865ba));
    background: linear-gradient(to bottom, #4865ba 0%, #4865ba 8%, #7791db 99%, #4865ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4865ba', endColorstr='#4865ba', GradientType=0 ); }

  .header{
    padding-bottom: 0;
  }

  .header .header_right-block {
    margin-top: 15px; }

  .header .logo_block {
    width: 200px;
    margin: 0 auto; }
  .header .dropdown p {
    padding: 0 !important; }
  .header .nav__main {
    padding-top: 10px;
    padding-bottom: 00px; }
    .header .nav__main #navbarSupportedContent .nav-item .fa-angle-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 19px;
      margin-left: 20px; }
    .header .nav__main #navbarSupportedContent .nav-item .multi-level {
      width: 100%;
      margin-top: 10px; }
      .header .nav__main #navbarSupportedContent .nav-item .multi-level li {
        padding: 10px;
        text-align: center;
        border-bottom: 1px solid #fff; }
    .header .nav__main .navbar_focus {
      padding: 0; }

  #main__page_1 .why__we_main__name {
    text-align: center; }
  #main__page_1 .why__we_main_left .why__we_main_left_child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0; }

  .why__we_main .why__we_main_left {
    padding: 15px; }
    .why__we_main .why__we_main_left .why__we_main_left_child .why__we_main_left_child_right {
      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;
      padding-bottom: 35px;
      padding-left: 15px;
      padding-right: 15px;
      text-align: center; }

  #zaim_before_sale {
    height: 100%;
    padding: 15px; }
    #zaim_before_sale .fix__3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    #zaim_before_sale .why__we_main__name {
      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;
      text-align: center;
      font-size: 31px; }

  .helps_links {
    -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; }
    .helps_links span {
      border: none; }
    .helps_links .bg_on_main_links {
      margin-left: 0;
      margin-top: 20px;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .helps_links .bg_on_main_links .bg_on_main_links_1 {
        margin-right: 0;
        margin-bottom: 10px; }

  .zaim_second_block_main img {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .zaim_second_block_main .helps_links {
    -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; }
    .zaim_second_block_main .helps_links span {
      border: none; }
    .zaim_second_block_main .helps_links .bg_on_main_links {
      margin-left: 0;
      margin-top: 20px;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .zaim_second_block_main .helps_links .bg_on_main_links .bg_on_main_links_1 {
        margin-right: 0;
        margin-bottom: 10px; }
  .zaim_second_block_main .zaim_second_block_main_name {
    margin-bottom: 15px;
    text-align: center; }
  .zaim_second_block_main .zaim_second_block_main_name_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .zaim_second_block_main .zaim_second_block_main_name_2 {
    padding: 0;
    text-align: center;
    margin-bottom: 35px; }

  .zaim_third_block_main .bg_on_main_cont {
    padding: 0;
    padding-top: 30px; }
  .zaim_third_block_main .second_part {
    margin-top: 10px; }
    .zaim_third_block_main .second_part iframe {
      padding: 0; }

  .bg_on_main__2 .bg_on_main_cont .bg_on_main_name {
    font-size: 40px; }

  .need_docs_main .need_docs_main__name {
    text-align: center; }
  .need_docs_main .container .need_docs_main__subname {
    padding-bottom: 0; }
  .need_docs_main .container .fix__1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .need_docs_main .container .need_docs_child {
    margin-top: 15px;
    margin-bottom: 15px; }
    .need_docs_main .container .need_docs_child .need_docs_child-1 {
      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; }
      .need_docs_main .container .need_docs_child .need_docs_child-1 .need_docs_child_photo {
        margin-left: 0; }
        .need_docs_main .container .need_docs_child .need_docs_child-1 .need_docs_child_photo .need_docs_child_name {
          margin-top: 10px; }

  .footer .footer_right_left {
    margin-top: 25px; }
  .footer .footer_right_right {
    margin-top: 25px;
    margin-bottom: 25px; }

  .copyright_main .copyright_main_2 {
    margin-top: 20px;
    margin-bottom: 20px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .why__we_main .why__we_main_right .why__we_main_right_child img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; }

  .fix__block1 {
    margin-top: 30px; }

  .header .header_right-block {
    margin-top: 15px; }

  .bg_on_main__2 {
    background: #4865ba;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #4865ba), color-stop(8%, #4865ba), color-stop(99%, #7791db), color-stop(100%, #4865ba));
    background: -webkit-gradient(linear, left top, left bottom, from(#4865ba), color-stop(8%, #4865ba), color-stop(99%, #7791db), to(#4865ba));
    background: linear-gradient(to bottom, #4865ba 0%, #4865ba 8%, #7791db 99%, #4865ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4865ba', endColorstr='#4865ba', GradientType=0 ); }

  .header .nav__main {
    padding-top: 10px;
    padding-bottom: 0px; }
    .header .nav__main #navbarSupportedContent .nav-item .fa-angle-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 19px;
      margin-left: 20px; }
    .header .nav__main #navbarSupportedContent .nav-item .multi-level {
      width: 100%;
      margin-top: 10px; }
      .header .nav__main #navbarSupportedContent .nav-item .multi-level li {
        padding: 10px;
        text-align: center;
        border-bottom: 1px solid #fff; }
    .header .nav__main .navbar_focus {
      padding: 0; }

  #zaim_before_sale {
    height: 100%;
    padding: 15px; }
    #zaim_before_sale .fix__3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    #zaim_before_sale .why__we_main__name {
      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;
      text-align: center;
      font-size: 31px; }
    #zaim_before_sale .why__we_main .why__we_main_left {
      padding: 15px; }
      #zaim_before_sale .why__we_main .why__we_main_left .why__we_main_left_child .why__we_main_left_child_right {
        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;
        padding-bottom: 35px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center; }

  .helps_links {
    -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; }
    .helps_links span {
      border: none; }
    .helps_links .bg_on_main_links {
      margin-left: 0;
      margin-top: 20px;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .helps_links .bg_on_main_links .bg_on_main_links_1 {
        margin-right: 0;
        margin-bottom: 10px; }

  .zaim_second_block_main img {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .zaim_second_block_main .helps_links {
    -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; }
    .zaim_second_block_main .helps_links span {
      border: none; }
    .zaim_second_block_main .helps_links .bg_on_main_links {
      margin-left: 0;
      margin-top: 20px;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .zaim_second_block_main .helps_links .bg_on_main_links .bg_on_main_links_1 {
        margin-right: 0;
        margin-bottom: 10px; }
  .zaim_second_block_main .zaim_second_block_main_name {
    margin-bottom: 15px;
    text-align: center; }
  .zaim_second_block_main .zaim_second_block_main_name_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .zaim_second_block_main .zaim_second_block_main_name_2 {
    padding: 0;
    text-align: center;
    margin-bottom: 35px; }

  .zaim_third_block_main .bg_on_main_cont {
    padding: 0;
    padding-top: 30px; }
  .zaim_third_block_main .second_part {
    margin-top: 10px; }
    .zaim_third_block_main .second_part iframe {
      padding: 0; }

  .bg_on_main__2 .bg_on_main_cont .bg_on_main_name {
    font-size: 40px; }

  .need_docs_main .need_docs_main__name {
    text-align: center; }
  .need_docs_main .container .need_docs_main__subname {
    padding-bottom: 0; }
  .need_docs_main .container .fix__1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .need_docs_main .container .need_docs_child {
    margin-top: 15px;
    margin-bottom: 15px; }
    .need_docs_main .container .need_docs_child .need_docs_child-1 {
      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; }
      .need_docs_main .container .need_docs_child .need_docs_child-1 .need_docs_child_photo {
        margin-left: 0; }
        .need_docs_main .container .need_docs_child .need_docs_child-1 .need_docs_child_photo .need_docs_child_name {
          margin-top: 10px; }

  .footer .footer_right_left {
    margin-top: 25px; }
  .footer .footer_right_right {
    margin-top: 25px;
    margin-bottom: 25px; }

  .copyright_main .copyright_main_2 {
    margin-top: 20px;
    margin-bottom: 20px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .why__we_main .why__we_main_right .why__we_main_right_child img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; }

  .fix__block1 {
    margin-top: 30px; }

  .helps_links {
    -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; }
    .helps_links span {
      border: none; }
    .helps_links .bg_on_main_links {
      margin-left: 0;
      margin-top: 20px;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .helps_links .bg_on_main_links .bg_on_main_links_1 {
        margin-right: 0;
        margin-bottom: 10px; }

  .zaim_second_block_main img {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .zaim_second_block_main .helps_links {
    -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; }
    .zaim_second_block_main .helps_links span {
      border: none; }
    .zaim_second_block_main .helps_links .bg_on_main_links {
      margin-left: 0;
      margin-top: 20px;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .zaim_second_block_main .helps_links .bg_on_main_links .bg_on_main_links_1 {
        margin-right: 0;
        margin-bottom: 10px; }
  .zaim_second_block_main .zaim_second_block_main_name {
    margin-bottom: 15px;
    text-align: center; }
  .zaim_second_block_main .zaim_second_block_main_name_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .zaim_second_block_main .zaim_second_block_main_name_2 {
    padding: 0;
    text-align: center;
    margin-bottom: 35px; }

  .fix__1 {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-top: 50px; }

  #zaim_before_sale {
    height: 100%; }

  .footer .footer_right_right {
    margin-top: 20px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header .logo_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }

  .helps_links {
    -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; }
    .helps_links span {
      border: none; }
    .helps_links .bg_on_main_links {
      margin-left: 0;
      margin-top: 20px;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .helps_links .bg_on_main_links .bg_on_main_links_1 {
        margin-right: 0;
        margin-bottom: 10px; }

  .header .navbar-nav {
    margin: 0 auto !important; } }

/*# sourceMappingURL=normal.css.map */

.d__1 .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
}

.d__2 .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
}

.d__1.show .dropdown-menu {
  max-height: 600px;
  opacity: 1;
}

.d__1.show i{
  transform: rotate(180deg);
  transition: 0.3s all;
}

.d__2.show .dropdown-menu {
  max-height: 600px;
  opacity: 1;
}

.d__2.show i{
  transform: rotate(180deg);
  transition: 0.3s all;
}

.breadcrumb_last {
	color: #6e6e6e;
}
.wsp-pages-list {
	list-style: none;
	padding-left: 0;
}
.wsp-pages-list li {
	display: flex;
	align-items: center;
}
.wsp-pages-list li:not(:last-child) {
	margin-top: 8px;
}

.wsp-pages-list li::before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-size: 22px;
	margin-right: 16px;
	color: #0abaee;
}

.roll-up {
  position: relative;
  overflow: hidden;
}

.roll-up::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 176px;
  background: linear-gradient(180deg, rgb(255 255 255 / 76%),#fff);
}

.read-more {
  display: inline-flex;
  align-items: center;
  padding: 8px 40px 8px 40px;
  background: #ffda0d;
  margin-top: 18px;
  text-transform: uppercase;
  border-radius: 15px;
  font-family: MyriadProRegular;
  font-size: 17px;
  color: #000;
}

.read-more i {
  margin-left: 14px;
  transform: rotate(180deg);
  transform-origin: center;
  transition: 1s transform 1s ease;
}

.read-more.more i {
  transform: rotate(360deg);
}

.read-more i::before {
  content: '\f106';
  font-family: "Font Awesome 5 Free";
}

.read-more:hover {
  text-decoration: none;
  background: #0574ab;
  transition: 0.3s all;
  color: #fff;
}
