.margin_10 {
  margin-left: -10px;
  margin-right: -10px; }

.padding_10 {
  padding-left: 10px;
  padding-right: 10px; }

ul {
  padding: 0;
  margin: 0;
  list-style-position: inside; }

.va_wrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute; }
  .va_wrapper .va_inner {
    display: table-cell;
    vertical-align: middle; }

.social_list {
  list-style-type: none; }
  .social_list .social_list_item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 15px; }
    .social_list .social_list_item a {
      color: #01273a;
      height: 29px;
      line-height: 29px;
      width: 29px;
      background-color: #fff;
      display: inline-block;
      text-align: center;
      border-radius: 50px;
      -webkit-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out;
      font-size: 15px;
      overflow: hidden; }
      .social_list .social_list_item a:hover, .social_list .social_list_item a:focus {
        background-color: #f9ca40; }

.breadcrumbs_block_wrapper {
  color: #fff;
  position: relative;
  z-index: 5; }
  .breadcrumbs_block_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #072d40;
    opacity: 0.6;
    z-index: 0; }
  .breadcrumbs_block_wrapper .breadcrumbs_block_img {
    text-align: center; }
    .breadcrumbs_block_wrapper .breadcrumbs_block_img img {
      width: 100%; }
  .breadcrumbs_block_wrapper .va_wrapper {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: none; }
  .breadcrumbs_block_wrapper .breadcrumbs_block {
    border-left: 4px solid #f9ca40;
    padding-left: 20px; }
    .breadcrumbs_block_wrapper .breadcrumbs_block .page_title {
      color: #fff;
      margin-top: 20px;
      margin-bottom: 10px; }
    .breadcrumbs_block_wrapper .breadcrumbs_block .breadcrumb {
      background-color: transparent;
      padding: 0;
      margin: 0; }
      .breadcrumbs_block_wrapper .breadcrumbs_block .breadcrumb li {
        color: #f9ca40; }
        .breadcrumbs_block_wrapper .breadcrumbs_block .breadcrumb li a {
          color: #fff; }
          .breadcrumbs_block_wrapper .breadcrumbs_block .breadcrumb li a:hover, .breadcrumbs_block_wrapper .breadcrumbs_block .breadcrumb li a:focus {
            color: #f9ca40; }

.page_title {
  color: #01273a;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 10px; }

.content_link_email {
  color: #f9ca40; }

.content_link_email:hover,
.content_link_email:focus {
  color: #01273a; }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

.btn {
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-transform: uppercase; }
  .btn:focus, .btn:active {
    outline: none !important; }

.form-control {
  box-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .form-control:focus, .form-control:active {
    outline: none;
    box-shadow: none; }

.form_footer {
  text-align: center; }
  .form_footer .form_group .form_control {
    height: 40px;
    border-color: #fff; }
    .form_footer .form_group .form_control:focus {
      border-color: #fff;
      box-shadow: 0px 0px 8px 3px rgba(249, 203, 64, 0.59); }
  .form_footer .form_group .form_textarea:focus {
    border-color: #fff;
    box-shadow: 0px 0px 8px 3px rgba(249, 203, 64, 0.59); }
  .form_footer .btn {
    background-color: #f7bc9c;
    border: 1px solid #f7bc9c;
    border-radius: 5px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #072d40;
    padding: 10px 22px; }
    .form_footer .btn:hover, .form_footer .btn:focus {
      color: #fff; }

.nav-tabs li a {
  font-size: 18px;
  line-height: 18px;
  border: none;
  margin: 0;
  background-color: transparent; }
  .nav-tabs li a:hover, .nav-tabs li a:focus {
    background-color: transparent;
    border: none; }

.nav-tabs li.active a {
  border: none; }

.home_carousel {
  position: relative;
  margin-bottom: 0; }
  .home_carousel .slick-slide {
    position: relative; }
    .home_carousel .slick-slide:focus {
      outline: none; }
  .home_carousel .carousel_slide {
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    position: relative;
    height: 770px;
    box-sizing: border-box;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.8; }
    .home_carousel .carousel_slide:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #5d604b;
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(93, 96, 75, 0.8)), color-stop(100%, rgba(68, 81, 74, 0.32)));
      background: -webkit-linear-gradient(top, rgba(93, 96, 75, 0.8) 0%, rgba(68, 81, 74, 0.32) 100%);
      background: linear-gradient(to bottom, rgba(93, 96, 75, 0.8) 0%, rgba(68, 81, 74, 0.32) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d604b', endColorstr='#44514a', GradientType=0 ); }
  .home_carousel .slick-dots {
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 10; }
    .home_carousel .slick-dots li {
      height: 15px;
      width: 15px; }
      .home_carousel .slick-dots li.slick-active button {
        background-color: #f9ca40;
        box-shadow: 0px 0px 3px 2px #bfbfbf; }
      .home_carousel .slick-dots li button {
        background-color: #bfbfbf;
        border-radius: 50px;
        width: 15px;
        height: 15px; }
        .home_carousel .slick-dots li button:before {
          content: ''; }
        .home_carousel .slick-dots li button:hover {
          background-color: #f9ca40; }

.carousel_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 215px;
  padding-bottom: 35px; }
  .carousel_inner .carousel_slide_minititle {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 4px;
    margin: 0;
    margin-bottom: 30px; }
    .carousel_inner .carousel_slide_minititle span {
      color: #f9ca40; }
  .carousel_inner .carousel_slide_title {
    font-size: 84px;
    line-height: 84px;
    font-weight: bold;
    letter-spacing: 10px;
    margin: 0;
    margin-bottom: 30px;
    padding: 0 35px; }
    .carousel_inner .carousel_slide_title span {
      color: #f9ca40; }
  .carousel_inner .carousel_slide_text {
    font-size: 20px;
    line-height: 38px;
    padding: 0px 60px;
    margin: 0;
    margin-bottom: 30px; }
  .carousel_inner .carousel_slide_btn_dark {
    text-align: right; }
  .carousel_inner .carousel_slide_btn_light {
    text-align: left; }
  .carousel_inner .btn {
    display: inline-block;
    min-width: 210px;
    border-radius: 25px;
    padding: 17px 10px;
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 50px; }
    .carousel_inner .btn.btn_dark {
      background-color: #20346d;
      color: #f9ca40; }
      .carousel_inner .btn.btn_dark:hover, .carousel_inner .btn.btn_dark:focus {
        background-color: #2c4794;
        color: #f9ca40; }
    .carousel_inner .btn.btn_light {
      background-color: #f9ca40;
      color: #01273a; }
      .carousel_inner .btn.btn_light:hover, .carousel_inner .btn.btn_light:focus {
        background-color: #fbd871;
        color: #01273a; }
  .carousel_inner .carousel_slide_down_img {
    display: inline-block;
    margin-bottom: 40px;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 42px;
    height: 60px;
    line-height: 56px;
    font-size: 34px;
    color: #f9ca40;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
    .carousel_inner .carousel_slide_down_img:hover, .carousel_inner .carousel_slide_down_img:focus {
      border-color: #f9ca40;
      color: #fff; }

/******** Carousel Testimonial ********/
.testimonial_carousel {
  position: relative; }
  .testimonial_carousel .slick-slide {
    position: relative;
    text-align: center; }
    .testimonial_carousel .slick-slide:focus {
      outline: none; }
    .testimonial_carousel .slick-slide .testimonial_carousel_block {
      padding: 75px 30px 15px;
      border: 1px solid #e0e0e0;
      border-radius: 5px;
      margin: 70px 15px 0;
      position: relative; }
      .testimonial_carousel .slick-slide .testimonial_carousel_block:before {
        content: '';
        position: absolute;
        top: -68px;
        left: 50%;
        margin-left: -122px;
        width: 244px;
        height: 55px;
        background: url("../img/testimonials_circle.png") center center no-repeat;
        background-size: cover; }
      .testimonial_carousel .slick-slide .testimonial_carousel_block .testimonial_carousel_img {
        position: absolute;
        top: -50px;
        left: 50%;
        height: 104px;
        width: 104px;
        line-height: 90px;
        margin-left: -52px;
        border: 5px solid #e7e6e6;
        border-radius: 50%;
        overflow: hidden; }
        .testimonial_carousel .slick-slide .testimonial_carousel_block .testimonial_carousel_img img {
          display: inline-block;
          max-width: 100%; }
      .testimonial_carousel .slick-slide .testimonial_carousel_block .testimonial_carousel_title {
        color: #3a3a3a;
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
        margin: 0;
        margin-bottom: 5px;
        display: block; }
      .testimonial_carousel .slick-slide .testimonial_carousel_block .testimonial_carousel_subtitle {
        font-size: 14px;
        line-height: 18px;
        color: #797979;
        margin: 0;
        margin-bottom: 30px;
        padding-bottom: 15px;
        position: relative;
        display: block; }
        .testimonial_carousel .slick-slide .testimonial_carousel_block .testimonial_carousel_subtitle:before {
          content: '';
          position: absolute;
          display: block;
          left: 50%;
          bottom: 0;
          height: 1px;
          width: 75px;
          margin-left: -36px;
          background: #f9ca40; }
      .testimonial_carousel .slick-slide .testimonial_carousel_block .testimonial_carousel_text {
        color: #757575;
        line-height: 24px; }

.testimonial_carousel_nav .slick-arrow {
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  border: 1px solid #01273a;
  color: #01273a;
  border-radius: 50%;
  text-align: center;
  font-size: 45px;
  margin: 0 20px;
  cursor: pointer; }
  .testimonial_carousel_nav .slick-arrow:hover {
    border-color: #f9ca40;
    color: #f9ca40; }
  .testimonial_carousel_nav .slick-arrow .icon_arrow {
    display: inline-block;
    position: relative;
    top: -3px; }
  .testimonial_carousel_nav .slick-arrow.slider_prev .icon_arrow {
    left: 11px; }
  .testimonial_carousel_nav .slick-arrow.slider_next .icon_arrow {
    right: 11px; }

/******** Carousel Team ********/
.team_carousel {
  position: relative; }
  .team_carousel .slick-slide {
    position: relative;
    text-align: center; }
    .team_carousel .slick-slide:focus {
      outline: none; }
    .team_carousel .slick-slide .team_carousel_img {
      position: relative;
      margin: 0 15px;
      max-height: 100%;
      height: 332px;
      overflow: hidden; }
      .team_carousel .slick-slide .team_carousel_img:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #e7e7e7;
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 231, 231, 0)), color-stop(69%, rgba(209, 209, 209, 0)), color-stop(100%, rgba(72, 72, 72, 0.6)));
        background: -webkit-linear-gradient(top, rgba(231, 231, 231, 0) 0%, rgba(209, 209, 209, 0) 69%, rgba(72, 72, 72, 0.6) 100%);
        background: linear-gradient(to bottom, rgba(231, 231, 231, 0) 0%, rgba(209, 209, 209, 0) 69%, rgba(72, 72, 72, 0.6) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#484848', GradientType=0 ); }
      .team_carousel .slick-slide .team_carousel_img img {
        width: 100%; }
    .team_carousel .slick-slide .team_carousel_block {
      background: url("../img/team_white_bg.png") center center no-repeat;
      padding: 15px 45px 10px;
      overflow: hidden;
      position: relative;
      top: -75px;
      max-width: 300px;
      margin: 0 auto;
      height: 205px; }
      .team_carousel .slick-slide .team_carousel_block .team_carousel_title {
        color: #3a3a3a;
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
        margin: 0;
        margin-bottom: 3px;
        display: block; }
      .team_carousel .slick-slide .team_carousel_block .team_carousel_subtitle {
        font-size: 12px;
        line-height: 16px;
        color: #797878;
        margin: 0;
        margin-bottom: 17px;
        position: relative;
        display: block; }
      .team_carousel .slick-slide .team_carousel_block .team_carousel_text {
        color: #646464;
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 20px;
        margin-bottom: 5px; }
      .team_carousel .slick-slide .team_carousel_block .team_carousel_link {
        color: #f9ca40;
        display: inline-block;
        position: relative;
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 20px; }
        .team_carousel .slick-slide .team_carousel_block .team_carousel_link .glyphicon {
          margin-right: 10px; }
      .team_carousel .slick-slide .team_carousel_block .team_social_list {
        list-style-type: none; }
        .team_carousel .slick-slide .team_carousel_block .team_social_list .team_social_item {
          display: inline-block;
          vertical-align: middle;
          margin-right: 6px;
          margin-bottom: 10px; }
          .team_carousel .slick-slide .team_carousel_block .team_social_list .team_social_item .team_social_link {
            color: #f9ca40;
            height: 29px;
            line-height: 27px;
            width: 29px;
            background-color: #01273a;
            border: 1px solid #01273a;
            display: inline-block;
            text-align: center;
            border-radius: 50px;
            -webkit-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
            font-size: 15px; }
            .team_carousel .slick-slide .team_carousel_block .team_social_list .team_social_item .team_social_link:hover, .team_carousel .slick-slide .team_carousel_block .team_social_list .team_social_item .team_social_link:focus {
              background-color: transparent;
              color: #01273a;
              outline: none; }
      .team_carousel .slick-slide .team_carousel_block:hover {
        background: url("../img/team_yellow_bg.png") center center no-repeat; }
        .team_carousel .slick-slide .team_carousel_block:hover .team_carousel_subtitle {
          color: #494949; }
        .team_carousel .slick-slide .team_carousel_block:hover .team_carousel_text {
          color: #4a4a4a; }
        .team_carousel .slick-slide .team_carousel_block:hover .team_carousel_link {
          color: #fff; }

.team_carousel_nav .slick-arrow {
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  border: 1px solid #01273a;
  color: #01273a;
  border-radius: 50%;
  text-align: center;
  font-size: 45px;
  margin: 0 20px;
  cursor: pointer; }
  .team_carousel_nav .slick-arrow:hover {
    border-color: #f9ca40;
    color: #f9ca40; }
  .team_carousel_nav .slick-arrow .icon_arrow {
    display: inline-block;
    position: relative;
    top: -3px; }
  .team_carousel_nav .slick-arrow.slider_prev .icon_arrow {
    left: 11px; }
  .team_carousel_nav .slick-arrow.slider_next .icon_arrow {
    right: 11px; }

.header .logo {
  position: relative;
  display: block;
  padding: 28px 20px 28px 0;
  max-width: 250px; }
  .header .logo:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    background: rgba(178, 190, 196, 0.21);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(178, 190, 196, 0.21)), color-stop(22%, #b2bec4), color-stop(78%, #b2bec4), color-stop(100%, rgba(178, 190, 196, 0.28)));
    background: -webkit-linear-gradient(top, rgba(178, 190, 196, 0.21) 0%, #b2bec4 22%, #b2bec4 78%, rgba(178, 190, 196, 0.28) 100%);
    background: linear-gradient(to bottom, rgba(178, 190, 196, 0.21) 0%, #b2bec4 22%, #b2bec4 78%, rgba(178, 190, 196, 0.28) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2bec4', endColorstr='#b2bec4', GradientType=0 ); }
  .header .logo img {
    max-width: 100%; }

.header .time_list {
  display: block;
  width: 100%;
  text-align: right;
  list-style: none;
  margin-top: 25px; }
  .header .time_list .time_list_item {
    display: inline-block;
    margin-left: 20px; }
    .header .time_list .time_list_item .time_list_item_icon {
      display: table-cell;
      vertical-align: top;
      padding-right: 10px; }
    .header .time_list .time_list_item .time_list_item_body {
      display: table-cell;
      vertical-align: top;
      position: relative;
      text-align: left;
      padding-left: 15px; }
      .header .time_list .time_list_item .time_list_item_body:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: rgba(178, 190, 196, 0.21);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(178, 190, 196, 0.21)), color-stop(22%, #b2bec4), color-stop(78%, #b2bec4), color-stop(100%, rgba(178, 190, 196, 0.28)));
        background: -webkit-linear-gradient(top, rgba(178, 190, 196, 0.21) 0%, #b2bec4 22%, #b2bec4 78%, rgba(178, 190, 196, 0.28) 100%);
        background: linear-gradient(to bottom, rgba(178, 190, 196, 0.21) 0%, #b2bec4 22%, #b2bec4 78%, rgba(178, 190, 196, 0.28) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2bec4', endColorstr='#b2bec4', GradientType=0 ); }
      .header .time_list .time_list_item .time_list_item_body .time_list_item_body_title {
        color: #757575;
        font-size: 13px;
        line-height: 20px;
        margin: 0;
        margin-bottom: 10px; }
      .header .time_list .time_list_item .time_list_item_body .time_list_item_body_text {
        font-weight: bold;
        font-size: 13px;
        line-height: 14px;
        color: #01273a;
        margin: 0; }

.header .menu_block {
  background-color: #292a56; }
  .header .menu_block .navbar_custom {
    border: none;
    background-color: transparent;
    font-size: 15px;
    margin: 0; }
    .header .menu_block .navbar_custom .navbar_phone_block {
      display: none;
      color: #fff;
      padding: 3px 0; }
      .header .menu_block .navbar_custom .navbar_phone_block .navbar_phone_block_text {
        margin-bottom: 3px; }
    .header .menu_block .navbar_custom .navbar_collapse_custom {
      padding-left: 0; }
      .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li > a {
        color: #fff;
        padding: 21px 15px;
        border-bottom: 3px solid transparent;
        line-height: 15px;
        display: block; }
        .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li > a:hover, .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li > a:focus {
          color: #f9ca40;
          border-bottom-color: #f9ca40; }
      .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li.active > a {
        background-color: transparent;
        color: #f9ca40;
        border-bottom-color: #f9ca40; }
      .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li .sub_menu {
        position: absolute;
        z-index: 9999;
        background: #262262;
        width: 290px;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        border: 2px solid #01273a;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        list-style: none; }
        .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li .sub_menu li {
          border-bottom: 2px solid #01273a; }
          .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li .sub_menu li:last-child {
            border-bottom: none; }
          .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li .sub_menu li a {
            display: block;
            color: #fff;
            -webkit-transition: 0.1s ease-in;
            transition: 0.1s ease-in;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            font-size: 15px;
            line-height: 18px;
            font-weight: 600;
            padding: 18px 25px;
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in; }
            .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li .sub_menu li a:hover, .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li .sub_menu li a:focus {
              outline: none;
              text-decoration: none;
              color: #f9ca40;
              border-color: #f9ca40;
              padding-left: 35px; }
      .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li:hover .sub_menu {
        opacity: 1;
        visibility: visible;
        top: 100%; }
      .header .menu_block .navbar_custom .navbar_collapse_custom .navbar_nav_button {
        margin-top: 10px; }
        .header .menu_block .navbar_custom .navbar_collapse_custom .navbar_nav_button > li > a {
          border-radius: 5px;
          overflow: hidden;
          padding: 12px 20px;
          border: none;
          background-color: #f9ca40;
          color: #01273a;
          font-weight: bold;
          text-transform: uppercase;
          display: inline-block; }
          .header .menu_block .navbar_custom .navbar_collapse_custom .navbar_nav_button > li > a:hover, .header .menu_block .navbar_custom .navbar_collapse_custom .navbar_nav_button > li > a:focus {
            color: #fff; }

.navbar-default .navbar-toggle {
  border: 1px solid #f9ca40; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #f9ca40; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    border-color: #f9ca40;
    background-color: transparent; }
    .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
      background-color: #f9ca40; }

.footer {
  background-image: url("../img/footer_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .footer img {
    max-width: 100%; }
  .footer .footer_wrapper {
    background-color: rgba(37, 18, 136, 0.58);
    padding-top: 100px;
    padding-bottom: 50px;
    color: #fff; }
    .footer .footer_wrapper .footer_block {
      padding-bottom: 15px;
      margin-bottom: 25px; }
      .footer .footer_wrapper .footer_block .footer_title {
        font-size: 20px;
        line-height: 20px;
        font-weight: 600;
        position: relative;
        padding-bottom: 10px;
        margin: 0;
        margin-bottom: 30px; }
        .footer .footer_wrapper .footer_block .footer_title:before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          bottom: 0px;
          height: 2px;
          width: 37px;
          background-color: #f6be9b; }
      .footer .footer_wrapper .footer_block .footer_text {
        margin: 0;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 24px; }
      .footer .footer_wrapper .footer_block .subscribe_text {
        margin-bottom: 10px; }
      .footer .footer_wrapper .footer_block .readmore {
        color: #f9ca40;
        text-transform: uppercase;
        line-height: 14px;
        display: inline-block; }
        .footer .footer_wrapper .footer_block .readmore:hover, .footer .footer_wrapper .footer_block .readmore:focus {
          text-decoration: none;
          color: #fff; }
        .footer .footer_wrapper .footer_block .readmore .glyphicon {
          margin-right: 10px; }
      .footer .footer_wrapper .footer_block .media .media_img_link {
        display: inline-block;
        margin-right: 10px; }
        .footer .footer_wrapper .footer_block .media .media_img_link:hover, .footer .footer_wrapper .footer_block .media .media_img_link:focus {
          background-color: #f9ca40;
          text-decoration: none; }
      .footer .footer_wrapper .footer_block .media .media-body .media-heading {
        font-size: 16px;
        line-height: 16px;
        font-weight: 600;
        margin-bottom: 10px;
        cursor: pointer;
        color: #fff;
        display: inline-block; }
        .footer .footer_wrapper .footer_block .media .media-body .media-heading:hover, .footer .footer_wrapper .footer_block .media .media-body .media-heading:focus {
          color: #f9ca40;
          text-decoration: none; }
      .footer .footer_wrapper .footer_block .media .media-body .media_text {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 5px; }
      .footer .footer_wrapper .footer_block .media .media-body .media_data {
        display: inline-block;
        color: #f9ca40;
        font-size: 13px;
        line-height: 13px; }
      .footer .footer_wrapper .footer_block .media_contacts .media-heading {
        margin-top: 4px; }
      .footer .footer_wrapper .footer_block .media_contacts .icon_footer {
        font-size: 24px;
        line-height: 24px; }
      .footer .footer_wrapper .footer_block .media_contacts a {
        color: #fff; }
        .footer .footer_wrapper .footer_block .media_contacts a:hover, .footer .footer_wrapper .footer_block .media_contacts a:focus {
          color: #f9ca40;
          text-decoration: none; }
    .footer .footer_wrapper .footer_menu {
      list-style: none; }
      .footer .footer_wrapper .footer_menu .footer_menu_item {
        padding-bottom: 10px; }
        .footer .footer_wrapper .footer_menu .footer_menu_item + .footer_menu_item {
          padding-top: 10px; }
        .footer .footer_wrapper .footer_menu .footer_menu_item .footer_menu_item_link {
          color: #fff;
          font-size: 14px;
          line-height: 18px; }
          .footer .footer_wrapper .footer_menu .footer_menu_item .footer_menu_item_link:hover, .footer .footer_wrapper .footer_menu .footer_menu_item .footer_menu_item_link:focus {
            text-decoration: none;
            color: #f9ca40; }
          .footer .footer_wrapper .footer_menu .footer_menu_item .footer_menu_item_link .glyphicon {
            margin-right: 10px; }
    .footer .footer_wrapper .footer_border {
      border-bottom: 1px solid #274859; }
  .footer .copyright_block {
    background-color: #1e448f;
    color: #eeffff;
    text-align: center;
    padding: 32px 0;
    border-top: 1px solid #274858; }
    .footer .copyright_block a {
      color: #fff;
      text-decoration: underline; }
      .footer .copyright_block a:hover, .footer .copyright_block a:focus {
        color: #f9ca40;
        text-decoration: none; }

body {
  background: #fff;
  font-family: 'Lato', sans-serif;
  font-family: 'Open Sans', sans-serif;
  color: #01273a; }

.main_carousel {
  box-shadow: inset 0px 3px 15px -4px rgba(0, 0, 0, 0.8);
  position: relative; }

.consultant_block {
  background: url("../img/consultant_bg.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 50px 0; }
  .consultant_block .consultant_text {
    font-size: 26px;
    line-height: 47px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px; }
  .consultant_block .consultant_block_btn {
    text-align: right; }
  .consultant_block .consultant_btn {
    background-color: #f9ca40;
    color: #01273a;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 16px 27px;
    text-transform: uppercase; }
    .consultant_block .consultant_btn:hover, .consultant_block .consultant_btn:focus {
      background-color: #072d40;
      color: #fff;
      text-decoration: none; }

.block_title {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  position: relative;
  margin: 0;
  margin-bottom: 25px; }
  .block_title.sub_line:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 127px;
    height: 5px;
    margin-left: -63px;
    background: url("../img/subtitle_orange.png") 0 0 no-repeat; }
  .block_title span {
    color: #f9ca40; }

.block_subtitle {
  font-size: 15px;
  line-height: 15px;
  color: #6d6d6d;
  margin-bottom: 45px;
  position: relative; }
  .block_subtitle.sub_line {
    margin-bottom: 50px; }
    .block_subtitle.sub_line:before {
      content: '';
      position: absolute;
      bottom: -15px;
      left: 0;
      width: 127px;
      height: 5px;
      background: url("../img/subtitle_yellow.png") 0 0 no-repeat; }

.description_section {
  padding: 100px 0 80px;
  display: none; }
  .description_section .block_title {
    text-align: center; }
  .description_section .block_subtitle {
    text-align: center; }
  .description_section .description_block_item {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    width: 33%;
    padding: 0 15px; }
    .description_section .description_block_item .description_block_link {
      display: inline-block;
      color: #01273a;
      padding: 15px;
      border-radius: 5px;
      -webkit-transition: all 0.1s ease-in;
      transition: all 0.1s ease-in;
      border-bottom: 3px solid #edecec;
      margin-bottom: 25px;
      min-height: 125px; }
      .description_section .description_block_item .description_block_link .media-left {
        min-width: 95px; }
        .description_section .description_block_item .description_block_link .media-left img {
          max-width: 100%;
          height: auto; }
      .description_section .description_block_item .description_block_link .media-heading {
        font-size: 19px;
        line-height: 22px;
        font-weight: bold;
        margin-bottom: 10px; }
      .description_section .description_block_item .description_block_link .description_text {
        color: #a3a3a3;
        font-size: 13px;
        line-height: 20px;
        margin: 0; }
      .description_section .description_block_item .description_block_link:hover, .description_section .description_block_item .description_block_link:focus {
        text-decoration: none;
        background-color: #262262; }
        .description_section .description_block_item .description_block_link:hover .media-heading, .description_section .description_block_item .description_block_link:focus .media-heading {
          color: #f9ca40; }
        .description_section .description_block_item .description_block_link:hover .description_text, .description_section .description_block_item .description_block_link:focus .description_text {
          color: #c0c0c0; }

.progress_block {
  background-color: #262262;
  padding: 100px 0 80px; }
  .progress_block .block_title {
    color: #fff;
    margin: 70px 0 18px; }
  .progress_block .block_subtitle {
    color: #fff; }
  .progress_block .progress_block_text {
    color: #fff;
    font-size: 15px;
    line-height: 2.4;
    margin-bottom: 55px; }
  .progress_block .progress_block_item {
    text-align: center;
    margin-bottom: 20px; }
    .progress_block .progress_block_item .progress_block_item_inside {
      padding: 30px 10px;
      background-color: #fff;
      border-radius: 10px; }
      .progress_block .progress_block_item .progress_block_item_inside .progress_block_item_count {
        color: #f9ca40;
        font-size: 60px;
        line-height: 60px;
        font-weight: bold;
        margin-bottom: 15px; }
      .progress_block .progress_block_item .progress_block_item_inside .progress_block_item_text {
        font-size: 18px;
        line-height: 18px;
        font-weight: 600;
        color: #01273a;
        min-height: 37px; }

.speciality_section {
  padding: 100px 0 80px;
  display: none; }
  .speciality_section .block_title {
    text-align: center; }
  .speciality_section .block_subtitle {
    text-align: center; }
  .speciality_section .speciality_block {
    text-align: center; }
    .speciality_section .speciality_block .thumbnail {
      padding-top: 30px;
      border: 4px solid #f3f3f3; }
      .speciality_section .speciality_block .thumbnail .speciality_title {
        font-size: 18px;
        line-height: 18px;
        font-weight: 600;
        position: relative;
        margin-bottom: 25px;
        text-transform: uppercase; }
        .speciality_section .speciality_block .thumbnail .speciality_title:before {
          content: '';
          position: absolute;
          left: 50%;
          margin-left: -35px;
          bottom: -12px;
          width: 70px;
          height: 2px;
          background-color: #f9ca40; }
      .speciality_section .speciality_block .thumbnail .speciality_text {
        font-size: 14px;
        line-height: 24px;
        color: #888;
        margin-bottom: 20px; }
      .speciality_section .speciality_block .thumbnail .btn {
        background-color: #f9ca40;
        border: 1px solid #f9ca40;
        border-radius: 5px;
        font-size: 13px;
        line-height: 13px;
        color: #01273a;
        text-transform: uppercase;
        font-weight: 600;
        padding: 10px 25px;
        margin-bottom: 10px; }
        .speciality_section .speciality_block .thumbnail .btn:hover, .speciality_section .speciality_block .thumbnail .btn:focus {
          background-color: #072d40;
          color: #f9ca40;
          border-color: #072d40; }

.team_section {
  border-top: 1px solid #ebebeb;
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #f5f5f5; }
  .team_section .team_section_header {
    position: relative; }
    .team_section .team_section_header .block_title,
    .team_section .team_section_header .block_subtitle {
      text-align: center; }
    .team_section .team_section_header .team_carousel_nav {
      position: absolute;
      top: 30px;
      right: 10px; }

.readmore {
  color: #f9ca40;
  cursor: pointer; }

.dib {
  display: inline-block;
  vertical-align: middle; }

.about-img-text {
  color: white;
  font-size: 30px;
  line-height: 1.3;
  padding-top: 10px; }

.about_section {
  padding-top: 30px; }
  .about_section .sub_line:before {
    left: 0;
    margin-left: 0; }
  .about_section p {
    color: #656565;
    line-height: 28px; }
  .about_section .block_title {
    margin-top: 100px; }
  .about_section .about_section_img {
    max-width: 100%; }

.about_list {
  list-style: none;
  text-align: center;
  margin-bottom: 25px; }
  .about_list .about_list_item {
    display: inline-block;
    vertical-align: top;
    border-left: 4px solid #f9ca40;
    padding-left: 15px;
    margin-right: 50px; }
    .about_list .about_list_item .about_list_item_text {
      color: #f9ca40;
      font-size: 15px;
      line-height: 15px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .about_list .about_list_item .about_list_item_text span {
        padding-top: 5px;
        color: #01273a;
        display: block;
        font-size: 28px;
        line-height: 28px;
        font-weight: 800; }

.mission_section {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #f9f9f9;
  border-top: 1px solid #ebebeb; }
  .mission_section .block_title {
    margin-bottom: 30px; }
    .mission_section .block_title:before {
      left: 0;
      margin-left: 0; }
  .mission_section .video_block {
    border: 3px solid #f2f2f2;
    min-height: 335px;
    background-color: #fff; }
    .mission_section .video_block .play_button {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 64px;
      width: 64px;
      text-align: center;
      line-height: 58px;
      margin-left: -32px;
      margin-top: -32px;
      cursor: pointer;
      border: 3px solid #f9ca40;
      border-radius: 50%;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
      box-shadow: 0px 0px 8px 1px #a2a2a2; }
      .mission_section .video_block .play_button:hover, .mission_section .video_block .play_button:focus {
        opacity: 0.7; }
      .mission_section .video_block .play_button .icon {
        font-size: 32px;
        display: inline-block;
        color: #f9ca40;
        padding-left: 5px; }
  .mission_section p {
    color: #7e7e7e;
    line-height: 26px; }

.progress_block_list {
  width: 75%;
  margin: 0 auto; }

.expert_section {
  padding-top: 100px;
  padding-bottom: 80px;
  border-top: 1px solid #ebebeb; }
  .expert_section .block_title {
    margin-bottom: 30px; }
    .expert_section .block_title:before {
      left: 0;
      margin-left: 0; }
  .expert_section p {
    color: #7e7e7e;
    line-height: 26px; }
  .expert_section .progress_section {
    padding-top: 15px; }
    .expert_section .progress_section .progress_title {
      color: #7e7e7e;
      font-size: 15px;
      line-height: 15px;
      font-weight: 600;
      margin-bottom: 10px; }
    .expert_section .progress_section .progress {
      overflow: visible;
      background-color: #f9f8f8;
      box-shadow: inset 0 1px 2px #f2f2f2; }
      .expert_section .progress_section .progress .progress-bar {
        position: relative;
        background-color: #262262; }
        .expert_section .progress_section .progress .progress-bar .progress_value {
          position: absolute;
          top: -35px;
          right: -15px;
          color: #01273a;
          background-color: #f9ca40;
          border-radius: 2px;
          padding: 6px 7px;
          font-size: 11px;
          line-height: 11px;
          font-weight: 600; }
          .expert_section .progress_section .progress .progress-bar .progress_value:before {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 50%;
            margin-left: -3px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 6px 0 6px;
            border-color: #f9ca40 transparent transparent transparent; }

.testimonial_section {
  padding-top: 100px;
  padding-bottom: 80px;
  border-top: 1px solid #ebebeb; }
  .testimonial_section .testimonials_section_header {
    position: relative; }
    .testimonial_section .testimonials_section_header .block_title {
      text-align: center; }
    .testimonial_section .testimonials_section_header .block_subtitle {
      text-align: center; }
    .testimonial_section .testimonials_section_header .testimonial_carousel_nav {
      position: absolute;
      top: 30px;
      right: 10px; }

.service_section {
  padding: 100px 0 80px;
  background-color: #f5f5f5; }
  .service_section .block_title {
    text-align: center; }
  .service_section .block_subtitle {
    text-align: center; }
  .service_section .service_block {
    background-color: #e3e3e3;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px; }
    .service_section .service_block .service_block_img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .service_section .service_block .service_block_img img {
        height: 200px; }
    .service_section .service_block .service_block_inner {
      padding: 15px;
      min-height: 305px;
      overflow: hidden;
      background: #17394b;
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #17394b), color-stop(64%, #17394b), color-stop(100%, #071117));
      background: -webkit-linear-gradient(top, #17394b 0%, #17394b 64%, #071117 100%);
      background: linear-gradient(to bottom, #17394b 0%, #17394b 64%, #071117 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17394b', endColorstr='#071117', GradientType=0 );
      -webkit-transform: translateY(60%);
              transform: translateY(60%);
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .service_section .service_block .service_block_inner .service_block_title {
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        color: #f9ca40;
        letter-spacing: 1px;
        margin-top: 0;
        margin-bottom: 15px; }
      .service_section .service_block .service_block_inner .service_block_content {
        font-size: 13px;
        line-height: 20px;
        color: #fff;
        margin-bottom: 20px; }
      .service_section .service_block .service_block_inner .service_block_link {
        display: inline-block;
        position: relative;
        color: #f9ca40;
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 20px; }
        .service_section .service_block .service_block_inner .service_block_link:hover, .service_section .service_block .service_block_inner .service_block_link:focus {
          color: #fff;
          text-decoration: none; }
        .service_section .service_block .service_block_inner .service_block_link .glyphicon {
          margin-right: 10px; }
    .service_section .service_block:hover .service_block_inner {
      -webkit-transform: translateY(0);
              transform: translateY(0); }

.service_section_post {
  padding: 50px 0 80px; }

.sidebar .sidebar_menu {
  list-style: none;
  border-top: 1px solid #ededed; }
  .sidebar .sidebar_menu .sidebar_menu_item .sidebar_menu_item_link {
    color: #01273a;
    border: 1px solid #ededed;
    border-top: 1px solid transparent;
    font-size: 14px;
    line-height: 1.3;
    padding: 17px 10px 17px 30px;
    display: block;
    position: relative;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
    .sidebar .sidebar_menu .sidebar_menu_item .sidebar_menu_item_link:after {
      content: '';
      position: absolute;
      width: 0px;
      height: 0px;
      top: 50%;
      right: -20px;
      margin-top: -27px;
      border-top: 27px solid transparent;
      border-bottom: 27px solid transparent;
      border-left: 20px solid transparent;
      -webkit-transition: all 0.1s ease-in;
      transition: all 0.1s ease-in; }
    .sidebar .sidebar_menu .sidebar_menu_item .sidebar_menu_item_link.active {
      text-decoration: none;
      background-color: #f9ca40; }
      .sidebar .sidebar_menu .sidebar_menu_item .sidebar_menu_item_link.active:after {
        border-left: 20px solid #f9ca40; }
      .sidebar .sidebar_menu .sidebar_menu_item .sidebar_menu_item_link.active .glyphicon {
        color: #01273a; }
    .sidebar .sidebar_menu .sidebar_menu_item .sidebar_menu_item_link .glyphicon {
      position: absolute;
      left: 8px;
      top: 19px;
      color: #f9ca40;
      -webkit-transition: all 0.1s ease-in;
      transition: all 0.1s ease-in; }
    .sidebar .sidebar_menu .sidebar_menu_item .sidebar_menu_item_link:hover, .sidebar .sidebar_menu .sidebar_menu_item .sidebar_menu_item_link:focus {
      text-decoration: none;
      background-color: #f9ca40; }
      .sidebar .sidebar_menu .sidebar_menu_item .sidebar_menu_item_link:hover:after, .sidebar .sidebar_menu .sidebar_menu_item .sidebar_menu_item_link:focus:after {
        border-left: 20px solid #f9ca40; }
      .sidebar .sidebar_menu .sidebar_menu_item .sidebar_menu_item_link:hover .glyphicon, .sidebar .sidebar_menu .sidebar_menu_item .sidebar_menu_item_link:focus .glyphicon {
        color: #01273a; }

.service_post .service_post_img_block {
  display: block;
  position: relative;
  margin-bottom: 50px;
  position: relative; }
  .service_post .service_post_img_block img {
    max-width: 100%; }
  .service_post .service_post_img_block .service_post_info {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    display: none; }
    .service_post .service_post_img_block .service_post_info .service_post_date {
      background-color: #01273a;
      color: #fff;
      text-align: center;
      padding: 10px 0px; }
      .service_post .service_post_img_block .service_post_info .service_post_date .service_post_info_day {
        display: block;
        font-size: 20px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 1px; }
      .service_post .service_post_img_block .service_post_info .service_post_date .service_post_info_month {
        display: block;
        font-size: 11px;
        line-height: 11px;
        font-weight: 600;
        text-transform: uppercase; }
    .service_post .service_post_img_block .service_post_info .service_post_info_img {
      background-color: #f9ca40;
      height: 52px;
      line-height: 55px;
      text-align: center; }
      .service_post .service_post_img_block .service_post_info .service_post_info_img .glyphicon {
        color: #01273a;
        font-size: 20px; }

.service_post .service_post_title {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px; }
  .service_post .service_post_title.service_post_tab_title {
    text-decoration: underline; }

.service_post p {
  color: #757575;
  line-height: 26px;
  margin-bottom: 25px;
  font-size: 15px; }

.service_post ul {
  list-style: none; }

.service_post .block_title.sub_line:before {
  left: 0;
  margin-left: 0; }

.service_post_item {
  position: relative;
  background: #002942;
  padding: 20px 15px 20px 8%;
  color: white;
  margin-bottom: 30px;
  border-radius: 10px; }
  .service_post_item .service_post_title {
    min-height: 52px;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-left: 65px;
    padding-left: 12px;
    border-left: 1px solid white;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .service_post_item p {
    color: white;
    font-size: 14px;
    padding-right: 12px; }
  .service_post_item:after,
  .service_post_item.arrow_custom:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 2;
    width: 70px;
    height: 70px;
    margin-top: -25px;
    margin-left: -35px;
    border-radius: 50%;
    background: white url("../img/arrow.png") center center no-repeat;
    background-size: 50% 60%; }
  .service_post_item.no_arrow:after {
    display: none; }

.service_post_num {
  position: absolute;
  right: 100%;
  right: calc(100% + 10px);
  top: 50%;
  margin-top: -25px;
  font-size: 50px;
  line-height: 1;
  font-weight: bold; }

@media (min-width: 992px) {
  .service_ico1 {
    padding-bottom: 60px; }
    .service_ico1:before {
      content: '';
      position: absolute;
      bottom: -15px;
      right: -15px;
      width: 100px;
      height: 100px;
      background: url(../img/ico1.png) 35% 35% no-repeat;
      background-size: 60%;
      border-radius: 50%;
      border: 3px solid white; }
  .service_ico2 {
    padding-bottom: 60px; }
    .service_ico2:before {
      content: '';
      position: absolute;
      bottom: -15px;
      right: -15px;
      width: 100px;
      height: 100px;
      background: url(../img/ico2.png) 40% 40% no-repeat;
      background-size: 50%;
      border-radius: 50%;
      border: 3px solid white; }
  .service_ico3 {
    padding-bottom: 60px; }
    .service_ico3:before {
      content: '';
      position: absolute;
      bottom: -15px;
      right: -15px;
      width: 100px;
      height: 100px;
      background: url(../img/ico3.png) 50% 40% no-repeat;
      background-size: 60%;
      border-radius: 50%;
      border: 3px solid white; }
  .service_ico4 {
    padding-bottom: 60px; }
    .service_ico4:before {
      content: '';
      position: absolute;
      bottom: -15px;
      right: -15px;
      width: 100px;
      height: 100px;
      background: url(../img/ico4.png) 40% 30% no-repeat;
      background-size: 50%;
      border-radius: 50%;
      border: 3px solid white; }
  .service_ico5 {
    padding-bottom: 60px; }
    .service_ico5:before {
      content: '';
      position: absolute;
      bottom: -15px;
      right: -15px;
      width: 100px;
      height: 100px;
      background: url(../img/ico5.png) 40% 40% no-repeat;
      background-size: 50%;
      border-radius: 50%;
      border: 3px solid white; }
  .service_ico6 {
    padding-bottom: 60px; }
    .service_ico6:before {
      content: '';
      position: absolute;
      bottom: -15px;
      right: -15px;
      width: 100px;
      height: 100px;
      background: url(../img/ico6.png) 50% 40% no-repeat;
      background-size: 50%;
      border-radius: 50%;
      border: 3px solid white; }
  .service_post_row_1 .service_post_item {
    min-height: 385px; }
  .service_post_row_2 .service_post_item {
    min-height: 541px; }
  .service_post_item.arrow_right:after {
    top: 50%;
    left: 100%;
    margin-top: -35px;
    margin-left: -22px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); } }
    .service_post_item.arrow_custom:after {
      top: 98px;
    }
@media (min-width: 992px) and (max-width: 1200px) {
  .service_post_row_1 .service_post_item {
    min-height: 393px; }
  .service_post_row_2 .service_post_item {
    min-height: 563px; }
  .service_post_item .service_post_title {
    font-size: 22px; }
  .service_post_item p {
    font-size: 13px;
    line-height: 24px; } }
.service_collapse_btn {
  text-align: center;
  font-size: 16px;
  color: white;
  cursor: pointer; }

.service_collapse {
  display: none; }

.dib_top {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-right: -4px; }

.dib_middle {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: -4px; }

.dib_bottom {
  display: inline-block;
  float: none;
  margin-right: -4px;
  vertical-align: bottom; }

.deluxe_panel .panel .panel-heading {
  background-color: #01273a;
  color: #fff;
  border: 1px solid #01273a;
  padding: 0; }
  .deluxe_panel .panel .panel-heading .panel-title {
    font-size: 14px; }
    .deluxe_panel .panel .panel-heading .panel-title a {
      display: block;
      padding: 15px;
      position: relative;
      background-color: #fff;
      color: #01273a; }
      .deluxe_panel .panel .panel-heading .panel-title a .glyphicon {
        margin-right: 10px; }
      .deluxe_panel .panel .panel-heading .panel-title a .collapse_block {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 46px;
        line-height: 1;
        background-color: #f9ca40;
        text-align: center; }
        .deluxe_panel .panel .panel-heading .panel-title a .collapse_block .collapse_value {
          margin-right: 0;
          display: table;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          font-size: 11px; }
          .deluxe_panel .panel .panel-heading .panel-title a .collapse_block .collapse_value:before {
            display: table-cell;
            vertical-align: middle; }
          .deluxe_panel .panel .panel-heading .panel-title a .collapse_block .collapse_value.collapse_value_open {
            display: none; }
          .deluxe_panel .panel .panel-heading .panel-title a .collapse_block .collapse_value.collapse_value_close {
            display: table; }
      .deluxe_panel .panel .panel-heading .panel-title a:hover {
        text-decoration: none;
        color: #f9ca40; }
        .deluxe_panel .panel .panel-heading .panel-title a:hover .collapse_block {
          color: #01273a; }
      .deluxe_panel .panel .panel-heading .panel-title a:focus {
        text-decoration: none; }
      .deluxe_panel .panel .panel-heading .panel-title a.collapsed {
        background-color: #01273a;
        color: #fff; }
        .deluxe_panel .panel .panel-heading .panel-title a.collapsed:hover {
          color: #f9ca40; }
        .deluxe_panel .panel .panel-heading .panel-title a.collapsed .collapse_block .collapse_value.collapse_value_open {
          display: table; }
        .deluxe_panel .panel .panel-heading .panel-title a.collapsed .collapse_block .collapse_value.collapse_value_close {
          display: none; }

.deluxe_panel .panel .panel-collapse {
  border: 1px solid #01273a;
  border-top: none; }
  .deluxe_panel .panel .panel-collapse .panel-body {
    color: #696868;
    font-size: 13px;
    line-height: 26px; }

.team_section .block_title,
.team_section .block_subtitle {
  text-align: center; }

.team_section .team_block {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .team_section .team_block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    background: #e7e7e7;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 231, 231, 0)), color-stop(69%, rgba(209, 209, 209, 0)), color-stop(100%, rgba(72, 72, 72, 0.6)));
    background: -webkit-linear-gradient(top, rgba(231, 231, 231, 0) 0%, rgba(209, 209, 209, 0) 69%, rgba(72, 72, 72, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(231, 231, 231, 0) 0%, rgba(209, 209, 209, 0) 69%, rgba(72, 72, 72, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#484848', GradientType=0 ); }
  .team_section .team_block .team_block_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%; }
    .team_section .team_block .team_block_img img {
      width: 100%; }
  .team_section .team_block .team_block_inner {
    padding: 5px 15px 5px;
    min-height: 330px;
    margin: 15px;
    position: relative;
    z-index: 10;
    background: rgba(23, 57, 75, 0.5);
    -webkit-transform: translateY(85%);
            transform: translateY(85%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #fff;
    text-align: center; }
    .team_section .team_block .team_block_inner .team_block_title {
      font-size: 18px;
      line-height: 22px;
      font-weight: 600;
      color: #f9ca40;
      margin: 0; }
    .team_section .team_block .team_block_inner .team_block_subtitle {
      font-size: 13px;
      line-height: 18px;
      margin: 0;
      margin-bottom: 20px;
      display: block; }
    .team_section .team_block .team_block_inner .team_block_content {
      text-align: left;
      margin-bottom: 15px; }
    .team_section .team_block .team_block_inner .team_block_link {
      display: inline-block;
      position: relative;
      color: #f9ca40;
      font-size: 15px;
      line-height: 15px;
      margin-bottom: 25px;
      font-weight: bold; }
      .team_section .team_block .team_block_inner .team_block_link:hover, .team_section .team_block .team_block_inner .team_block_link:focus {
        color: #fff;
        text-decoration: none; }
      .team_section .team_block .team_block_inner .team_block_link .glyphicon {
        margin-right: 10px; }
    .team_section .team_block .team_block_inner .social_list .social_list_item {
      margin-right: 5px;
      margin-bottom: 10px; }
  .team_section .team_block:hover .team_block_inner {
    background: rgba(23, 57, 75, 0.8);
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.team_section_post {
  padding: 100px 0 80px; }
  .team_section_post .block_title,
  .team_section_post .block_subtitle {
    text-align: center; }
  .team_section_post .team_member {
    border: 5px solid #ececec;
    position: relative;
    margin-bottom: 25px; }
    .team_section_post .team_member .team_member_img img {
      width: 100%; }
    .team_section_post .team_member .team_member_block {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: #193b4c;
      text-align: center; }
      .team_section_post .team_member .team_member_block .team_member_block_inner {
        padding: 11px 10px;
        position: relative; }
        .team_section_post .team_member .team_member_block .team_member_block_inner:before {
          content: '';
          display: block;
          position: absolute;
          bottom: 100%;
          left: 0;
          width: 100%;
          height: 103px;
          background: url("../img/team_member_bg.png") 0 0 no-repeat; }
        .team_section_post .team_member .team_member_block .team_member_block_inner .team_member_title {
          color: #f9ca40;
          font-size: 18px;
          line-height: 22px;
          font-weight: 600;
          margin: 0;
          margin-bottom: 5px; }
        .team_section_post .team_member .team_member_block .team_member_block_inner .team_member_subtitle {
          color: #fff;
          margin: 0; }
  .team_section_post .team_member_list {
    color: #7a7a7a;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600; }
    .team_section_post .team_member_list li {
      margin-bottom: 17px; }
      .team_section_post .team_member_list li span {
        font-size: 16px;
        color: #01273a;
        font-weight: bold;
        margin-right: 10px; }
  .team_section_post .social_list .social_list_item a {
    background-color: #01273a; }
    .team_section_post .social_list .social_list_item a i {
      color: #f9ca40; }
    .team_section_post .social_list .social_list_item a:hover, .team_section_post .social_list .social_list_item a:focus {
      background-color: #f9ca40; }
      .team_section_post .social_list .social_list_item a:hover i, .team_section_post .social_list .social_list_item a:focus i {
        color: #01273a; }
  .team_section_post .team_post {
    font-size: 14px;
    line-height: 26px;
    color: #969595; }
    .team_section_post .team_post .team_post_title {
      font-size: 22px;
      line-height: 26px;
      color: #01273a;
      font-weight: bold;
      margin: 0;
      margin-bottom: 30px; }
    .team_section_post .team_post p {
      margin-bottom: 20px; }
    .team_section_post .team_post img {
      max-width: 100%; }

.contacts_section {
  padding: 100px 0 80px; }
  .contacts_section .sub_line:before {
    left: 0;
    margin-left: 0; }
  .contacts_section .contacts_section_inner {
    padding-top: 60px; }
    .contacts_section .contacts_section_inner .contacts_block {
      min-height: 130px;
      display: table; }
      .contacts_section .contacts_section_inner .contacts_block .contacts_block_icon {
        display: table-cell;
        vertical-align: top;
        padding-right: 25px; }
      .contacts_section .contacts_section_inner .contacts_block .contacts_block_body {
        display: table-cell;
        vertical-align: top;
        position: relative;
        text-align: left;
        width: 100%; }
        .contacts_section .contacts_section_inner .contacts_block .contacts_block_body:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #f9ca40; }
        .contacts_section .contacts_section_inner .contacts_block .contacts_block_body .contacts_block_body_title {
          font-size: 17px;
          line-height: 22px;
          font-weight: bold;
          color: #01273a;
          margin: 0;
          position: relative;
          padding-bottom: 10px;
          margin-bottom: 15px; }
          .contacts_section .contacts_section_inner .contacts_block .contacts_block_body .contacts_block_body_title:after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 25px;
            height: 2px;
            background-color: #f9ca40; }
        .contacts_section .contacts_section_inner .contacts_block .contacts_block_body.green:after {
          background-color: #aad978; }
        .contacts_section .contacts_section_inner .contacts_block .contacts_block_body.green .contacts_block_body_title:after {
          background-color: #aad978; }
        .contacts_section .contacts_section_inner .contacts_block .contacts_block_body.blue .contacts_block_body_title:after {
          background-color: #01273a; }
        .contacts_section .contacts_section_inner .contacts_block .contacts_block_body.blue:after {
          background-color: #01273a; }
        .contacts_section .contacts_section_inner .contacts_block .contacts_block_body .contacts_block_body_text {
          font-size: 14px;
          line-height: 24px;
          color: #343d46;
          margin: 0;
          position: relative;
          padding-bottom: 10px; }
        .contacts_section .contacts_section_inner .contacts_block .contacts_block_body .contacts_list {
          list-style: none;
          font-size: 14px;
          line-height: 24px; }
          .contacts_section .contacts_section_inner .contacts_block .contacts_block_body .contacts_list .contacts_list_item span {
            font-weight: 600; }

.contacts_map {
  position: relative;
  text-align: center; }
  .contacts_map .form_block {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.form_block {
  display: inline-block;
  padding: 30px;
  margin: 0;
  background: rgba(1, 39, 58, 0.93); }
  .form_block .form_block_text {
    color: white;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px; }
  .form_block .input-group {
    margin-bottom: 30px; }
    .form_block .input-group .input-group-addon {
      padding: 6px 18px;
      background-color: #fff; }
    .form_block .input-group .form-control {
      height: 54px;
      font-size: 15px;
      color: #505050; }
      .form_block .input-group .form-control:focus {
        border-color: #f9ca40;
        outline: 0;
        box-shadow: inset 0 1px 1px #f9ca40, 0 0 8px #f9ca40; }
      .form_block .input-group .form-control.form_control_textarea {
        height: 145px;
        padding: 15px; }
  .form_block .btn {
    background-color: #f9ca40;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    padding: 11px 39px;
    text-transform: uppercase; }
    .form_block .btn:hover, .form_block .btn:focus {
      background-color: #f9ca40; }

.error_section {
  background: url("../img/404_bg.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 200px 0; }
  .error_section .error_section_title {
    font-size: 170px;
    line-height: 170px;
    font-weight: 800;
    color: #01273a;
    margin: 0; }
  .error_section .error_section_subtitle {
    color: #f9ca40;
    font-size: 38px;
    line-height: 38px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 45px; }
  .error_section .error_section_text {
    font-size: 24px;
    line-height: 28px;
    color: #6d7a83;
    margin: 0;
    margin-bottom: 10px; }
  .error_section .error_section_subtext {
    font-size: 14px;
    line-height: 18px;
    color: #6d7a83;
    margin: 0;
    margin-bottom: 45px; }
  .error_section .error_form {
    width: 375px;
    max-width: 100%;
    margin: 0 auto; }
    .error_section .error_form .form-control {
      height: 40px;
      border-radius: 3px;
      color: #01273a; }
      .error_section .error_form .form-control:focus {
        border-color: #01273a; }
    .error_section .error_form .btn {
      color: #f9ca40;
      background-color: #01273a;
      border-radius: 3px;
      font-size: 16px;
      padding: 8px 12px; }
      .error_section .error_form .btn:hover, .error_section .error_form .btn:focus {
        background-color: #f9ca40;
        color: #fff; }

@media (max-width: 1199px) {
  .team_section .team_block .team_block_inner {
    min-height: 262px;
  }
  .header .time_list .time_list_item {
    margin-left: 2px; }
    .header .time_list .time_list_item .time_list_item_icon {
      padding-right: 5px;
      width: 40px; }
      .header .time_list .time_list_item .time_list_item_icon img {
        max-width: 100%; }
    .header .time_list .time_list_item .time_list_item_body {
      padding-left: 10px; }
      .header .time_list .time_list_item .time_list_item_body .time_list_item_body_text {
        font-size: 13px; }
  .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px; }
  .home_carousel .carousel_slide {
    height: 700px;
    padding-top: 85px; }
  .contacts_section .contacts_section_inner .contacts_block .contacts_block_icon {
    padding-right: 10px; }
  .contacts_section .contacts_section_inner .contacts_block .contacts_block_body .contacts_block_body_text {
    line-height: 22px; } }

@media (max-width: 992px) {
  .header .time_list .time_list_item .time_list_item_icon {
    display: none; }
  .header .time_list .time_list_item .time_list_item_body:before:first-child {
    display: none; }
  .header .time_list .time_list_item .time_list_item_body .time_list_item_body_text {
    font-size: 11px; }
  .header .time_list .time_list_item:first-child .time_list_item_body:before {
    display: none; }
  .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li a {
    border-left: 3px solid transparent;
    border-bottom: none;
    font-size: 15px; }
  .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li:hover a, .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li:focus a {
    border-color: #f9ca40;
    border-bottom: none; }
  .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li:hover .sub_menu, .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li:focus .sub_menu {
    display: none; }
  .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li.active > a {
    border-color: #f9ca40;
    border-bottom: none; }
  .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav.navbar_nav_button {
    margin-bottom: 15px; }
  .navbar_custom .navbar-header {
    float: none; }
  .navbar_custom .navbar-left, .navbar_custom .navbar-right {
    float: none !important; }
  .navbar_custom .navbar-toggle {
    display: block; }
  .navbar_custom .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: none; }
  .navbar_custom .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar_custom .navbar-collapse {
    margin-top: 10px; }
    .navbar_custom .navbar-collapse.collapse {
      display: none !important; }
      .navbar_custom .navbar-collapse.collapse.in {
        display: block !important;
        overflow: visible; }
  .navbar_custom .navbar-nav {
    float: none !important;
    margin: 0; }
    .navbar_custom .navbar-nav > li {
      float: none; }
      .navbar_custom .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px; }
  .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li.active .sub_menu,
  .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li:hover .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li:focus .sub_menu {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    background: transparent;
    border: none;
    display: block;
    -webkit-transition: none;
    transition: none; }
    .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li.active .sub_menu li,
    .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li:hover .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li:focus .sub_menu li {
      border-bottom: none; }
  .consultant_block {
    padding: 25px 0; }
    .consultant_block .consultant_text {
      font-size: 18px;
      line-height: 40px;
      letter-spacing: 1px; }
    .consultant_block .consultant_btn {
      font-size: 14px;
      line-height: 14px;
      padding: 12px 22px; }
  .description_section {
    padding: 40px 0; }
    .description_section .description_block_item {
      width: 49%; }
      .description_section .description_block_item .description_block_link .media-heading {
        min-height: 44px; }
  .progress_block {
    padding: 40px 0; }
  .speciality_section {
    padding: 40px 0; }
  .team_section {
    padding: 40px 0; }
  .error_section {
    padding: 100px 0; }
  .about_section .block_title {
    margin-top: 20px; }
  .about_section p {
    line-height: 26px; }
  .about_list .about_list_item {
    margin-right: 10px;
    margin-bottom: 15px; }
  .contacts_section .contacts_section_inner .contacts_block .contacts_block_body .contacts_block_body_text {
    font-size: 13px; }
  .contacts_map .form_block {
    left: 30%;
    -webkit-transform: translate(-30%, -50%);
            transform: translate(-30%, -50%); }
  .home_carousel .carousel_slide {
    height: 500px;
    padding-top: 45px; }
  .carousel_inner {
    padding-top: 75px; } }

@media (max-width: 844px) {
  .progress_block .block_title {
    text-align: center; }
  .progress_block .readmore {
    text-align: center; }
  .progress_block .progress_block_text {
    text-align: center; }
  .block_subtitle.sub_line:before {
    left: 50%;
    margin-left: -63px; } }

@media (max-width: 767px) {
  .header .logo {
    padding: 10px 20px 10px 0; }
    .header .logo:after {
      display: none; }
  .header .time_list {
    text-align: center;
    margin-bottom: 20px; }
  .home_carousel .carousel_slide {
    height: 400px;
    padding-top: 20px; }
    .home_carousel .carousel_slide .carousel_slide_minititle {
      font-size: 22px;
      line-height: 22px;
      letter-spacing: 3px;
      margin-bottom: 20px; }
    .home_carousel .carousel_slide .carousel_slide_title {
      font-size: 62px;
      line-height: 66px;
      letter-spacing: 8px;
      margin-bottom: 20px; }
    .home_carousel .carousel_slide .carousel_slide_text {
      font-size: 16px;
      line-height: 32px;
      margin-bottom: 20px; }
    .home_carousel .carousel_slide .carousel_slide_btn_dark,
    .home_carousel .carousel_slide .carousel_slide_btn_light {
      text-align: center; }
      .home_carousel .carousel_slide .carousel_slide_btn_dark .btn,
      .home_carousel .carousel_slide .carousel_slide_btn_light .btn {
        margin-bottom: 20px; }
    .home_carousel .carousel_slide .carousel_slide_down_img {
      margin-bottom: 20px; }
  .carousel_inner {
    padding-top: 25px; }
    .carousel_inner .carousel_slide_title {
      font-size: 54px;
      line-height: 54px;
      margin-bottom: 20px; }
    .carousel_inner .carousel_slide_btn_dark,
    .carousel_inner .carousel_slide_btn_light {
      text-align: center; }
      .carousel_inner .carousel_slide_btn_dark .btn,
      .carousel_inner .carousel_slide_btn_light .btn {
        min-width: 190px;
        padding: 15px 6px;
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 25px; }
  .sidebar {
    margin-bottom: 20px; }
  .consultant_block {
    padding: 20px 0; }
    .consultant_block .consultant_text {
      font-size: 18px;
      line-height: 36px;
      text-align: center;
      margin-bottom: 15px; }
    .consultant_block .consultant_block_btn {
      text-align: center; }
  .team_section .team_section_header .block_subtitle {
    margin-bottom: 25px;
    line-height: 20px; }
  .team_section .team_section_header .team_carousel_nav {
    right: auto;
    position: static;
    text-align: center;
    margin-bottom: 15px; }
  .footer .footer_wrapper {
    padding: 40px 0 10px; }
  .mission_section {
    padding: 40px 0; }
    .mission_section .video_block {
      margin-bottom: 15px; }
  .testimonial_section {
    padding: 40px 0; }
    .testimonial_section .testimonials_section_header .block_subtitle {
      margin-bottom: 25px; }
    .testimonial_section .testimonials_section_header .testimonial_carousel_nav {
      position: static;
      text-align: center; }
  .contacts_section {
    padding: 40px 0; }
    .contacts_section .contacts_section_inner .contacts_block {
      min-height: 110px;
      margin-bottom: 15px; }
      .contacts_section .contacts_section_inner .contacts_block .contacts_block_body {
        padding-bottom: 10px; }
  .contacts_map .form_block {
    padding: 20px; }
    .contacts_map .form_block .input-group {
      margin-bottom: 15px; }
      .contacts_map .form_block .input-group .form-control {
        height: 40px; }
        .contacts_map .form_block .input-group .form-control.form_control_textarea {
          height: 100px; }
  .team_section .team_block .team_block_img {
    text-align: center; }
    .team_section .team_block .team_block_img img {
      width: 310px; } }

@media (max-width: 600px) {
  .header .logo {
    margin: 0 auto; }
  .header .time_list {
    text-align: left;
    display: none; }
    .header .time_list .time_list_item {
      display: block;
      margin-bottom: 20px; }
      .header .time_list .time_list_item:first-child .time_list_item_body:before {
        display: block; }
  .header .menu_block .navbar_custom .navbar_phone_block {
    display: inline-block; }
  .description_section .description_block_item {
    width: 100%; }
  .team_carousel {
    margin-bottom: 0; }
    .team_carousel .slick-slide .team_carousel_img {
      margin: 0 auto;
      width: 300px; } }

@media (max-width: 528px) {
  .block_subtitle.sub_line:before {
    bottom: 0; } }

@media (max-width: 480px) {
  .header .menu_block .navbar_custom .navbar_collapse_custom .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; }
  .header .menu_block .navbar_custom .navbar_collapse_custom .navbar_nav_button > li > a {
    font-size: 14px;
    line-height: 14px;
    padding: 10px; }
  .home_carousel .carousel_slide .carousel_slide_minititle {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 2px;
    margin-bottom: 15px; }
  .home_carousel .carousel_slide .carousel_slide_title {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: 6px;
    margin-bottom: 15px; }
  .home_carousel .carousel_slide .carousel_slide_text {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px; }
  .home_carousel .carousel_slide .btn {
    min-width: 170px;
    border-radius: 25px;
    padding: 13px 7px;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 15px; }
  .home_carousel .carousel_slide .carousel_slide_down_img {
    margin-bottom: 15px; }
    .home_carousel .carousel_slide .carousel_slide_down_img img {
      max-width: 70%;
      margin: 0 auto; }
  .progress_block .block_title {
    font-size: 28px;
    line-height: 30px; }
  .progress_block .block_subtitle {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px; }
  .progress_block .progress_block_text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px; }
  .progress_block .progress_block_item .progress_block_item_inside {
    padding: 15px 10px; }
    .progress_block .progress_block_item .progress_block_item_inside .progress_block_item_count {
      font-size: 48px;
      line-height: 48px; }
    .progress_block .progress_block_item .progress_block_item_inside .progress_block_item_text {
      font-size: 15px; }
  .speciality_section .block_subtitle {
    margin-bottom: 25px;
    line-height: 20px; }
  .speciality_section .speciality_block .thumbnail {
    padding-top: 20px; }
    .speciality_section .speciality_block .thumbnail .speciality_title {
      font-size: 16px;
      line-height: 16px;
      margin-top: 10px;
      margin-bottom: 20px; }
    .speciality_section .speciality_block .thumbnail .speciality_text {
      margin-bottom: 10px; }
    .speciality_section .speciality_block .thumbnail .btn {
      margin-bottom: 0; }
  .error_section {
    padding: 40px 0; }
    .error_section .error_section_title {
      font-size: 120px;
      line-height: 120px; }
    .error_section .error_section_subtitle {
      font-size: 34px;
      margin-bottom: 25px; }
    .error_section .error_section_subtext {
      margin-bottom: 25px; }
  .mission_section .video_block {
    min-height: 195px; }
  .contacts_map .form_block {
    left: 0%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%); }
  .consultant_block .text-right {
    text-align: center; }
  .service_section .service_block .service_block_inner .service_block_content {
    display: none; }
  .service_section .service_block:hover .service_block_inner {
    -webkit-transform: translateY(60%);
            transform: translateY(60%); }
  .team_section .team_block .team_block_img {
    text-align: center; } }

@media (max-width: 380px) {
  .home_carousel .carousel_slide .carousel_slide_minititle {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px; }
  .home_carousel .carousel_slide .carousel_slide_title {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 5px; }
  .home_carousel .carousel_slide .carousel_slide_text {
    padding: 0 25px; }
  .progress_block {
    padding: 20px 0; }
    .progress_block .progress_block_item .progress_block_item_inside {
      padding: 10px; }
      .progress_block .progress_block_item .progress_block_item_inside .progress_block_item_count {
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 10px; }
      .progress_block .progress_block_item .progress_block_item_inside .progress_block_item_text {
        font-size: 14px; } }

@media (max-width: 320px) {
  .home_carousel .carousel_slide .carousel_slide_title {
    font-size: 30px;
    line-height: 34px; }
  .home_carousel .carousel_slide .carousel_slide_btn_dark .btn,
  .home_carousel .carousel_slide .carousel_slide_btn_light .btn {
    min-width: 150px;
    border-radius: 25px;
    padding: 12px 6px;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 15px; }
  .breadcrumbs_block_wrapper {
    padding-top: 20px;
    padding-bottom: 20px; }
    .breadcrumbs_block_wrapper .page_title {
      font-size: 30px; } }
.canto-form.submitted, .canto-form.error, .canto-form.loading{position:relative;}
.canto-form.loading::before{opacity:0.6; position:absolute; z-index:6;content:''; background:#133648; left:0;top:0; right:0; bottom:0;}
.canto-form.submitted::before{opacity:1; position:absolute; z-index:6;content:''; background:#133648; left:0;top:0; right:0; bottom:0;}
.canto-form.submitted::after{position:absolute; content:'Thank you!'; top:50%; left:50%; transform: translate(-50%, -50%); z-index:7; color:#fff; font-size:45px; font-weight:bold;}

.canto-form.error::before{position:absolute; z-index:6;content:''; background:#133648; left:0;top:0; right:0; bottom:0;}
.canto-form.error::after{position:absolute; content:'An error has occured!'; top:50%; left:50%; transform: translate(-50%, -50%); z-index:7; color:#fff; font-size:45px; font-weight:bold;}
@media only screen and (max-width: 1199px) {
  .service_post_item.arrow_custom::after {
    top: 103px;
  }
  .header .time_list {
    margin-top: 16px;
  }
  .header .time_list .time_list_item {
    width: 225px;
  }
  .header .time_list .time_list_item:nth-child(2) {
    width: 180px;
  }
  .header .time_list .time_list_item:nth-child(3) {
    width: 270px;
  }
  .header .time_list .time_list_item .time_list_item_icon {
    width: 28px;
  }
  .header .time_list .time_list_item .time_list_item_body .time_list_item_body_text{
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .service_post_item.arrow_custom::after {
    top: 100%;
  }
  .header .time_list .time_list_item {
    width: 172px;
  }
  .header .time_list .time_list_item:nth-child(2){
    width: 132px;
  }
  .header .time_list .time_list_item:nth-child(3){
    width: 214px;
  }
  .header .time_list .time_list_item .time_list_item_body .time_list_item_body_text {
    font-size: 11px;
  }
  .header .time_list{
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header .time_list {
    display: flex;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 600px) {
  .header .time_list {
    display: none;
  }
}