@charset "UTF-8";
/*------------------------------------------------------------------------------------------- */
/*------------------------------------ START SETTINGS --------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.layout {
  margin: 0;
  position: relative; }

.footer-push {
  height: 0px;
  margin: 0 auto; }

.limit {
  width: 1200px;
  position: relative;
  margin: 0 auto; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- HEADER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
header {
  position: relative;
  background: #4dd3ff;
  /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
  background: -webkit-linear-gradient(top, #4dd3ff, #22a7d4);
  background: linear-gradient(to bottom, #4dd3ff, #22a7d4); }
  header .logo {
    width: 306px;
    height: 75px;
    position: relative;
    top: 9px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    background: url(../images/logo.png) center bottom no-repeat; }
  header .slogan {
    font-family: "georgia";
    font-size: 22px;
    line-height: 32px;
    height: 60px;
    top: 50%;
    margin-top: -32px;
    font-style: italic;
    text-align: center;
    position: absolute;
    width: 340px;
    left: 50%;
    color: #fff;
    margin-left: -170px;
    opacity: 0.6; }
  header .limit {
    padding: 12px 0;
    background: url(../images/header_bg.png) center no-repeat; }
  header .combo {
    height: 25px;
    width: 155px;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 2px;
    border: 0 none;
    background: #85e4fc;
    cursor: pointer;
    position: relative;
    box-shadow: none;
    text-shadow: none; }
    header .combo .current {
      height: 25px;
      line-height: 25px;
      border-radius: 2px;
      font-family: 'regular';
      font-size: 14px;
      color: #0099cc;
      padding: 0 22px 0 10px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    header .combo .arrow {
      position: absolute;
      top: 50%;
      right: 10px;
      z-index: 2;
      margin-top: -3px;
      border-top: 6px solid #0099cc;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent; }
    header .combo input[type=text] {
      display: none; }
    header .combo ul {
      position: absolute;
      top: 25px;
      left: 0;
      z-index: 100;
      width: 100%;
      display: none;
      border: 0 none;
      background: #85e4fc;
      max-height: 200px;
      overflow: auto;
      padding: 0;
      border-radius: 0 0 2px 2px; }
      header .combo ul li {
        line-height: 26px;
        display: block;
        padding: 0 10px;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 14px;
        color: #0099cc; }
        header .combo ul li:hover {
          color: #fff; }
    header .combo.language {
      margin-left: 15px; }
  header span.flag {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 21px;
    height: 13px;
    top: 6px;
    margin-right: 5px;
    background: url(../images/flags.png) 21px 21px no-repeat; }
    header span.flag.ru {
      background-position: 0 0; }
    header span.flag.en {
      background-position: 0 -13px; }
    header span.flag.lt {
      background-position: 0 -26px; }
    header span.flag.fr {
      background-position: 0 -39px; }
    header span.flag.es {
      background-position: 0 -52px; }
    header span.flag.it {
      background-position: 0 -65px; }
  header .right_panel {
    display: inline-block;
    vertical-align: top;
    float: right; }
  header .time {
    color: #85e4fc;
    font-size: 62px;
    line-height: 62px;
    width: 155px;
    text-align: center;
    display: inline-block;
    vertical-align: top; }
  header .calendar {
    width: 155px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: top; }
    header .calendar .month, header .calendar .year {
      display: inline-block;
      vertical-align: top;
      height: 24px;
      font-size: 24px;
      line-height: 24px;
      color: #85e4fc;
      margin-bottom: 6px;
      font-family: "bold"; }
    header .calendar .year {
      float: right; }
    header .calendar .week {
      text-align: center; }
    header .calendar .day {
      display: inline-block;
      vertical-align: top;
      height: 32px;
      font-size: 14px;
      line-height: 16px;
      color: #85e4fc;
      width: 19px;
      text-align: center; }
      header .calendar .day.current {
        color: #0099cc;
        background-color: #85e4fc; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- TOP MENU ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.top_menu {
  height: 60px;
  position: relative;
  z-index: 3;
  background: #25a5e4;
  /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
  background: -webkit-linear-gradient(top, #25a5e4, #014e96);
  background: linear-gradient(to bottom, #25a5e4, #014e96);
  border-top: 1px solid #47b5da;
  border-bottom: 1px solid #24619c;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); }
  .top_menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999; }
  .top_menu ul {
    height: 58px; }
    .top_menu ul li {
      height: 58px;
      position: relative;
      display: inline-block;
      margin-right: -3px; }
      .top_menu ul li a {
        padding: 0 20px;
        font-size: 18px;
        color: #fff;
        height: 58px;
        line-height: 58px;
        display: block;
        position: relative; }
      .top_menu ul li.current, .top_menu ul li:hover {
        background: #2194cd;
        /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
        background: -webkit-linear-gradient(top, #2194cd, #004585);
        background: linear-gradient(to bottom, #2194cd, #004585); }

.top_menu_container {
  height: 60px; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- BLOCK1 ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.block1 .bx-wrapper {
  height: 465px;
  position: relative;
  width: 100%;
  border-bottom: 15px solid #014e96; }
.block1 .bx-viewport {
  height: 450px;
  width: 100%; }
.block1 .bx-controls {
  width: 174px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  height: 30px;
  margin-left: -87px;
  z-index: 100; }
.block1 .bx-pager div {
  margin: 0 3px;
  display: inline-block;
  vertical-align: top; }
  .block1 .bx-pager div a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #0099cc;
    text-align: center;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
    text-indent: -9999px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35), 0 0 0 5px rgba(255, 255, 255, 0.7) inset;
    background: transparent; }
    .block1 .bx-pager div a:before {
      content: "";
      position: absolute;
      top: -4px;
      left: -4px;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      box-shadow: 0 0 0 4px rgba(255, 255, 255, 0); }
    .block1 .bx-pager div a.active {
      transform: scale(0.65); }
      .block1 .bx-pager div a.active:before {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35), 0 0 0 4px rgba(255, 255, 255, 0.7); }
.block1 .slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 450px; }
  .block1 .slide .text {
    position: relative;
    z-index: 100;
    width: 520px;
    margin: 0 auto;
    left: -340px;
    top: 50px;
    padding: 20px;
    border: 1px solid red;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0px 2px 2px rgba(255, 255, 255, 0.3) inset; }
  .block1 .slide .title {
    font-size: 29px;
    color: #0099cc;
    font-family: "extrabold";
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    max-width: 600px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }
  .block1 .slide .desc {
    max-width: 600px;
    font-size: 20px;
    color: #0fa8db;
    line-height: 26px;
    margin-bottom: 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1); }
  .block1 .slide img {
    position: absolute;
    width: 1920px;
    height: 450px;
    max-width: none;
    top: 0;
    left: 50%;
    margin-left: -960px; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- BLOCK2 ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.block2 {
  padding: 60px 0; }
  .block2 .text_box {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin-right: 3.5%;
    position: relative;
    min-height: 250px; }
    .block2 .text_box .number {
      font-size: 150px;
      line-height: 120px;
      height: 150px;
      font-family: "extrabold";
      color: rgba(0, 153, 204, 0.2);
      position: absolute;
      top: -30px;
      left: -30px;
      background: #f4f3f4;
      width: 150px;
      border-radius: 50%;
      text-align: center;
      z-index: 2; }
    .block2 .text_box .circle {
      position: absolute;
      top: 0;
      left: 0;
      border: 20px solid #0099cc;
      opacity: 0.2;
      width: 250px;
      height: 250px;
      border-radius: 50%;
      z-index: 1; }
    .block2 .text_box.last {
      margin-right: 0; }
    .block2 .text_box .text {
      position: relative;
      z-index: 3;
      width: 100%;
      height: 250px;
      padding: 0 20px;
      display: table-cell;
      vertical-align: middle;
      font-size: 16px;
      line-height: 22px;
      text-align: center;
      font-family: "italic"; }

/*------------------------------------------------------------------------------------------- */
/*------------------------------------- BASIC FORM ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.basic_form {
  position: relative; }
  .basic_form input[type=text], .basic_form input[type=password] {
    height: 32px;
    line-height: 32px;
    width: 100%;
    border: 1px solid #eee;
    padding: 0 10px;
    font-size: 14px;
    font-family: "regular";
    color: #444;
    background: #f4f3f4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) inset;
    border-radius: 3px; }
  .basic_form .control_point {
    position: relative;
    margin-bottom: 10px; }
    .basic_form .control_point .error {
      font-size: 12px;
      color: white;
      background-color: #BF0000;
      border-radius: 3px;
      padding: 0 5px;
      height: 18px;
      line-height: 18px;
      position: absolute;
      bottom: -18px;
      right: 0px;
      z-index: 2;
      display: none; }
      .basic_form .control_point .error:after {
        content: "";
        border-bottom: 5px solid #BF0000;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        position: absolute;
        right: 5px;
        top: -5px; }
    .basic_form .control_point.error div.error {
      display: block; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- BLUE BUTTON ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.blue_button {
  height: 32px;
  line-height: 30px;
  background: #0099cc;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  font-family: "bold";
  padding: 0 20px;
  min-width: 110px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(255, 255, 255, 0.4) inset; }
  .blue_button:hover {
    background: #0fa8db; }
  .blue_button:active {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 2px rgba(255, 255, 255, 0.4) inset; }
  .blue_button.big {
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    text-transform: uppercase; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- AUTH FORM ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.auth_form {
  display: inline-block;
  vertical-align: top;
  width: 580px;
  padding: 20px 55px 35px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0px 2px 2px rgba(255, 255, 255, 0.3) inset; }
  .auth_form .title {
    text-align: center;
    text-transform: uppercase;
    color: #0099cc;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: "extrabold";
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); }
  .auth_form .text {
    color: #666;
    margin-bottom: 20px; }
  .auth_form .sub_text {
    margin-top: 20px;
    font-size: 12px;
    color: #777;
    text-align: center; }
  .auth_form input[type=text],
  .auth_form input[type=password],
  .auth_form .false_checkbox {
    border: 0 none !important;
    background: rgba(255, 255, 255, 0.5) !important; }
  .auth_form .blue_button.big {
    text-align: center;
    width: 230px;
    padding: 0;
    display: block;
    margin: 20px auto 0; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FORM BOX ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.form_box {
  border-bottom: 15px solid #014e96;
  border-top: 15px solid #014e96;
  padding: 60px 0;
  background: url(../images/enter_bg.jpg) center;
  background-size: cover; }
  .form_box .left_box {
    display: inline-block;
    vertical-align: top;
    width: 580px; }
  .form_box .basic_form {
    float: right; }
  .form_box .counter_container {
    text-align: center;
    margin-bottom: 40px; }
    .form_box .counter_container .label {
      display: inline-block;
      vertical-align: top;
      height: 55px;
      line-height: 27px;
      font-family: "extrabold";
      color: #0099cc;
      font-size: 24px;
      text-align: left;
      padding-left: 10px;
      text-transform: uppercase; }
  .form_box .user_list {
    margin-bottom: 40px;
    padding: 20px 55px 10px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0px 2px 2px rgba(255, 255, 255, 0.3) inset; }
    .form_box .user_list .title {
      text-align: center;
      text-transform: uppercase;
      color: #0099cc;
      font-size: 24px;
      margin-bottom: 20px;
      font-family: "extrabold";
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); }
    .form_box .user_list .user {
      display: inline-block;
      vertical-align: top;
      width: 210px;
      margin: 0 6px 24px;
      border-radius: 3px;
      text-align: left; }
      .form_box .user_list .user .name {
        font-size: 13px;
        font-family: "bold";
        text-transform: uppercase;
        color: #666;
        line-height: 16px;
        margin-bottom: 3px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .form_box .user_list .user .param, .form_box .user_list .user .value {
        display: inline-block;
        vertical-align: top;
        color: #888;
        line-height: 18px; }
      .form_box .user_list .user .param {
        width: 55px; }
      .form_box .user_list .user .value {
        font-family: "italic"; }
  .form_box .social_box {
    height: 30px;
    text-align: center; }
    .form_box .social_box .social_network {
      display: inline-block;
      vertical-align: top;
      height: 30px;
      margin: 0 7px; }
      .form_box .social_box .social_network:last-of-type {
        margin-right: 0; }
      .form_box .social_box .social_network:first-of-type {
        margin-left: 0; }
      .form_box .social_box .social_network .icon {
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: top;
        opacity: 0.7;
        background: url(../images/social_set.png) 30px 30px no-repeat;
        background-size: 240px 90px; }
        .form_box .social_box .social_network .icon.vk {
          background-position: 0 -60px; }
        .form_box .social_box .social_network .icon.fb {
          background-position: -30px -60px; }
        .form_box .social_box .social_network .icon.gp {
          background-position: -90px -60px; }
        .form_box .social_box .social_network .icon.ok {
          background-position: -120px -60px; }
        .form_box .social_box .social_network .icon.in {
          background-position: -210px -60px; }
      .form_box .social_box .social_network .counter {
        display: inline-block;
        vertical-align: top;
        margin-left: 1px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 3px;
        border: 1px solid rgba(0, 0, 0, 0.08);
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0px 2px 2px rgba(255, 255, 255, 0.3) inset;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        color: #0099cc;
        text-align: center;
        font-size: 14px;
        position: relative; }
      .form_box .social_box .social_network:hover .counter {
        background: #fff; }
      .form_box .social_box .social_network:hover .icon {
        opacity: 1; }
        .form_box .social_box .social_network:hover .icon.vk {
          background-position: 0 -30px; }
        .form_box .social_box .social_network:hover .icon.fb {
          background-position: -30px -30px; }
        .form_box .social_box .social_network:hover .icon.in {
          background-position: -210px -30px; }
        .form_box .social_box .social_network:hover .icon.gp {
          background-position: -90px -30px; }
        .form_box .social_box .social_network:hover .icon.ok {
          background-position: -120px -30px; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- LOGIN SOCIAL ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.social_login {
  position: relative;
  width: 100%;
  padding-top: 20px;
  text-align: center; }
  .social_login .or {
    position: relative;
    height: 24px;
    margin-bottom: 20px;
    text-align: center; }
    .social_login .or span {
      background: #999;
      height: 24px;
      line-height: 22px;
      font-size: 12px;
      color: #fff;
      border-radius: 12px;
      display: inline-block;
      padding: 0 10px;
      z-index: 2;
      position: relative;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
      border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
    .social_login .or:before {
      content: "";
      height: 1px;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      background: rgba(255, 255, 255, 0.5);
      box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); }
  .social_login .inner_title {
    color: #777;
    font-family: "extrabold";
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); }
  .social_login .social_set a {
    margin: 0 5px; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- SOCIAL SET ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.social_set {
  height: 30px;
  display: block; }
  .social_set .label {
    color: #0099cc;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
  .social_set a {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    border-radius: 2px;
    background: url(../images/social_set.png) 30px 30px no-repeat;
    background-size: 240px 90px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
    .social_set a.vk {
      background-position: 0 0; }
      .social_set a.vk:hover {
        background-position: 0 -30px; }
    .social_set a.fb {
      background-position: -30px 0; }
      .social_set a.fb:hover {
        background-position: -30px -30px; }
    .social_set a.tw {
      background-position: -60px 0; }
      .social_set a.tw:hover {
        background-position: -60px -30px; }
    .social_set a.gp {
      background-position: -90px 0; }
      .social_set a.gp:hover {
        background-position: -90px -30px; }
    .social_set a.ok {
      background-position: -120px 0; }
      .social_set a.ok:hover {
        background-position: -120px -30px; }
    .social_set a.li {
      background-position: -150px 0; }
      .social_set a.li:hover {
        background-position: -150px -30px; }
    .social_set a.mail {
      background-position: -180px 0; }
      .social_set a.mail:hover {
        background-position: -180px -30px; }
    .social_set a.in {
      background-position: -210px 0; }
      .social_set a.in:hover {
        background-position: -210px -30px; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- BLOCK3 ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.block3 {
  padding: 60px 0; }
  .block3 table {
    width: 100%; }
    .block3 table tr {
      height: 100px; }
    .block3 table td {
      border: 3px solid transparent;
      width: 100px;
      height: 100px; }
      .block3 table td a {
        display: block;
        position: relative; }
      .block3 table td img {
        display: block;
        transition: all 0.3s ease;
        position: absolute;
        top: 0px;
        left: 0px;
        max-width: none;
        border: 1px solid rgba(0, 0, 0, 0.15); }
        .block3 table td img:hover {
          z-index: 10;
          top: -5px;
          left: -5px;
          border: 0 none;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.6); }
      .block3 table td.col2 a, .block3 table td.col2 img {
        width: 194px;
        height: 194px; }
      .block3 table td.col2 img:hover {
        width: 204px;
        height: 204px; }
      .block3 table td.col3 a, .block3 table td.col3 img {
        width: 294px;
        height: 294px; }
      .block3 table td.col3 img:hover {
        width: 304px;
        height: 304px; }
      .block3 table td.col4 a, .block3 table td.col4 img {
        width: 394px;
        height: 394px; }
      .block3 table td.col4 img:hover {
        width: 404px;
        height: 404px; }
  .block3 .adaptive_gallery {
    display: none;
    text-align: center; }
    .block3 .adaptive_gallery .images_container {
      width: 196px;
      height: 196px;
      display: inline-block;
      vertical-align: top;
      margin: 1px 0; }
      .block3 .adaptive_gallery .images_container a {
        display: block;
        width: 196px;
        height: 196px;
        border: 3px solid transparent;
        position: relative; }
      .block3 .adaptive_gallery .images_container img {
        display: block;
        transition: all 0.3s ease;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 196px;
        height: 196px;
        max-width: none;
        border: 1px solid rgba(0, 0, 0, 0.15); }
        .block3 .adaptive_gallery .images_container img:hover {
          z-index: 10;
          top: -5px;
          left: -5px;
          border: 0 none;
          width: 206px;
          height: 206px;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.6); }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- BLOCK4 ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.block4 {
  border-bottom: 15px solid #014e96;
  border-top: 15px solid #014e96;
  padding: 60px 0;
  background: url(../images/33.jpg) no-repeat center; }
  .block4 .column {
    display: inline-block;
    vertical-align: top;
    width: 580px;
    padding: 20px 55px 35px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0px 2px 2px rgba(255, 255, 255, 0.3) inset; }
    .block4 .column.right {
      padding-bottom: 20px;
      position: relative; }
  .block4 .title {
    text-align: center;
    text-transform: uppercase;
    color: #0099cc;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: "extrabold";
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); }
  .block4 .user_box {
    position: relative;
    margin-bottom: 20px;
    padding-left: 130px;
    min-height: 110px; }
    .block4 .user_box .photo_container {
      position: absolute;
      width: 110px;
      height: 110px;
      top: 0;
      left: 0; }
    .block4 .user_box .name {
      font-size: 15px;
      font-family: "bold";
      text-transform: uppercase;
      color: #666;
      line-height: 20px;
      margin-bottom: 3px; }
    .block4 .user_box .contact_line .param, .block4 .user_box .contact_line .value {
      display: inline-block;
      vertical-align: top;
      line-height: 20px;
      color: #666; }
    .block4 .user_box .contact_line .param {
      padding-right: 5px; }
    .block4 .user_box .contact_line .value {
      font-family: "italic"; }
    .block4 .user_box .contact_ico {
      display: inline-block;
      vertical-align: top;
      margin-right: 2px;
      width: 16px;
      height: 16px;
      position: relative;
      top: 2px;
      background: url(../images/contact_ico.png) 20px 20px no-repeat;
      background-size: 64px 32px; }
      .block4 .user_box .contact_ico.skype {
        background-position: 0 0; }
        .block4 .user_box .contact_ico.skype:hover {
          background-position: 0 -16px; }
      .block4 .user_box .contact_ico.phone {
        width: 9px;
        background-position: -16px 0; }
        .block4 .user_box .contact_ico.phone:hover {
          background-position: -16px -16px; }
      .block4 .user_box .contact_ico.viber {
        background-position: -48px 0; }
        .block4 .user_box .contact_ico.viber:hover {
          background-position: -48px -16px; }
      .block4 .user_box .contact_ico.whatsapp {
        background-position: -32px 0; }
        .block4 .user_box .contact_ico.whatsapp:hover {
          background-position: -32px -16px; }
    .block4 .user_box .quote {
      color: #666;
      font-family: "italic";
      line-height: 20px;
      margin-top: 3px; }
  .block4 .video_point {
    position: relative;
    margin-bottom: 20px;
    padding-left: 235px;
    min-height: 130px; }
    .block4 .video_point .video_container {
      position: absolute;
      top: 0;
      left: 0;
      width: 215px; }
    .block4 .video_point .name {
      font-size: 15px;
      font-family: "bold";
      text-transform: uppercase;
      color: #666;
      line-height: 20px;
      margin-bottom: 5px; }
    .block4 .video_point .param, .block4 .video_point .value {
      display: inline-block;
      vertical-align: top;
      line-height: 20px;
      color: #666; }
    .block4 .video_point .param {
      width: 105px; }
    .block4 .video_point .value {
      font-family: "italic"; }
  .block4 .bx-wrapper {
    padding: 38px 0;
    height: 507px;
    position: relative; }
  .block4 .bx-viewport {
    height: 430px !important; }
  .block4 .bx-controls {
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    margin-left: -20px;
    height: 100%;
    z-index: 100; }
  .block4 .bx-controls-direction a {
    width: 40px;
    height: 21px;
    display: block;
    position: absolute;
    left: 0px;
    background: url(../images/blue_arrow.png) 40px 40px no-repeat;
    text-indent: -9999px; }
    .block4 .bx-controls-direction a.bx-prev {
      top: -5px;
      background-position: 0 0; }
      .block4 .bx-controls-direction a.bx-prev:hover {
        background-position: -40px 0; }
    .block4 .bx-controls-direction a.bx-next {
      bottom: -5px;
      background-position: 0 -21px; }
      .block4 .bx-controls-direction a.bx-next:hover {
        background-position: -40px -21px; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- BLOCK5 ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.block5 {
  padding: 60px 0; }
  .block5 .comment {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 270px;
    padding: 10px; }
    .block5 .comment .name {
      font-size: 15px;
      font-family: "bold";
      text-transform: uppercase;
      color: #666;
      line-height: 20px;
      margin-bottom: 10px; }
    .block5 .comment .quote_open {
      width: 110px;
      height: 84px;
      position: absolute;
      top: -10px;
      left: -10px;
      opacity: 0.2;
      background: url(../images/quote_open.png) center no-repeat;
      background-size: 110px 84px; }
    .block5 .comment .quote_close {
      width: 110px;
      height: 84px;
      position: absolute;
      right: -10px;
      bottom: -10px;
      opacity: 0.2;
      background: url(../images/quote_close.png) center no-repeat;
      background-size: 110px 84px; }
    .block5 .comment .user {
      position: relative;
      padding-left: 120px;
      min-height: 100px;
      margin-bottom: 20px; }
      .block5 .comment .user .photo_container {
        width: 100px;
        height: 100px;
        position: absolute;
        top: 0;
        left: 0; }
        .block5 .comment .user .photo_container img {
          border-radius: 2px; }
      .block5 .comment .user .param, .block5 .comment .user .value {
        line-height: 20px;
        color: #666; }
      .block5 .comment .user .param {
        color: #999; }
      .block5 .comment .user .value {
        font-family: "italic"; }
    .block5 .comment .text {
      position: relative;
      font-size: #666;
      line-height: 20px;
      font-family: "italic";
      min-height: 120px; }
  .block5 .bx-wrapper {
    padding: 0 40px; }
  .block5 .bx-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 100; }
  .block5 .bx-controls-direction {
    width: 100%;
    position: relative; }
    .block5 .bx-controls-direction a {
      height: 40px;
      width: 21px;
      display: block;
      position: absolute;
      top: 0px;
      background: url(../images/blue_arrow.png) 40px 40px no-repeat;
      text-indent: -9999px; }
      .block5 .bx-controls-direction a.bx-prev {
        left: 0;
        background-position: 0 -42px; }
        .block5 .bx-controls-direction a.bx-prev:hover {
          background-position: -42px -42px; }
      .block5 .bx-controls-direction a.bx-next {
        right: 0;
        background-position: -21px -42px; }
        .block5 .bx-controls-direction a.bx-next:hover {
          background-position: -63px -42px; }

#map {
  width: 100%;
  height: 500px; }

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