@charset "UTF-8";
/*------------------------------------------------------------------------------------------- */
/*------------------------------------ START SETTINGS --------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.limit {
  width: 1100px;
  position: relative;
  margin: 0 auto; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- HEADER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
header {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: #035875;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
  header .logo {
    display: inline-block;
    vertical-align: top;
    background: url(../images/logo.png) center no-repeat;
    width: 246px;
    height: 25px;
    background-size: 246px 25px;
    cursor: pointer;
    position: relative;
    top: 2px; }
  header ul.menu {
    height: 30px;
    display: inline-block;
    vertical-align: top; }
    header ul.menu li {
      height: 30px;
      line-height: 30px;
      padding: 0 10px; }
      header ul.menu li:first-of-type {
        padding-left: 0; }
      header ul.menu li:last-of-type {
        padding-right: 0; }
      header ul.menu li a {
        display: block;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        color: #fff;
        font-family: "medium";
        text-transform: uppercase; }
        header ul.menu li a.current, header ul.menu li a:hover {
          color: orange; }
  header .right {
    height: 30px;
    display: inline-block;
    vertical-align: top; }
    header .right .login_button {
      margin: 0 0 0 20px;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      padding: 0 20px;
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      height: 30px;
      line-height: 30px;
      font-size: 16px;
      color: #fff;
      font-family: "medium";
      text-transform: uppercase; }
      header .right .login_button:hover {
        color: orange; }
    header .right .language_set {
      display: inline-block;
      vertical-align: top;
      height: 28px;
      position: relative;
      top: 1px; }
      header .right .language_set div {
        display: inline-block;
        vertical-align: top;
        height: 28px;
        line-height: 28px;
        width: 30px;
        text-align: center;
        font-size: 14px;
        border-radius: 3px;
        background: rgba(0, 0, 0, 0.15);
        color: #a3e6fc;
        text-transform: uppercase;
        font-family: regular;
        cursor: pointer; }
        header .right .language_set div:last-child {
          margin-left: 1px; }
        header .right .language_set div.current, header .right .language_set div:hover {
          color: orange; }

.adaptive_menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
  z-index: 10000;
  display: none; }
  .adaptive_menu a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    font-family: medium; }
    .adaptive_menu a:hover {
      color: orange; }
  .adaptive_menu .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    color: #fff;
    font-size: 20px; }
    .adaptive_menu .close:hover {
      color: orange; }
  .adaptive_menu .login_button {
    display: none;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    font-size: 15px;
    font-family: medium;
    color: #333;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 20px 20px 0; }
    .adaptive_menu .login_button:hover {
      background: orange; }
  .adaptive_menu .language_set {
    display: none;
    vertical-align: top;
    height: 28px;
    margin-bottom: 20px; }
    .adaptive_menu .language_set div {
      display: inline-block;
      vertical-align: top;
      height: 28px;
      line-height: 28px;
      width: 34px;
      text-align: center;
      font-size: 15px;
      border-radius: 3px;
      background: #fff;
      color: #333;
      text-transform: uppercase;
      font-family: medium;
      cursor: pointer; }
      .adaptive_menu .language_set div:last-child {
        margin-left: 1px; }
      .adaptive_menu .language_set div.current, .adaptive_menu .language_set div:hover {
        background: orange; }

.menu_ico {
  display: none;
  vertical-align: top;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center; }
  .menu_ico:hover {
    color: orange; }

/*------------------------------------------------------------------------------------------- */
/*--------------------------------------- FIRST BLOCK --------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.first_block {
  background: #a3e6fc url(../images/bg.png) top center no-repeat;
  padding: 130px 0 100px;
  background-position: 0 40px; }
  .first_block h1 {
    font-family: bold;
    color: #ffb939;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); }
  .first_block h2 {
    font-family: light;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 80px; }
  .first_block .title {
    font-family: medium;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    padding-left: 30px; }
    .first_block .title:before {
      content: "";
      border-left: 15px solid orange;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      position: absolute;
      left: 0;
      top: 6px;
      animation: move 1s linear infinite; }
  .first_block .sub_title {
    font-family: light;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    opacity: 0.8; }
  .first_block .left_block {
    display: inline-block;
    vertical-align: top;
    width: 600px; }
  .first_block .right_block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: right;
    width: 420px; }
  .first_block .right_title {
    text-align: center;
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 20px;
    font-family: bold;
    text-transform: uppercase;
    color: #fff; }
  .first_block .call_back_button {
    margin: 0 auto 20px;
    position: relative;
    z-index: 2; }
  .first_block .form_container {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 40px 60px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 1px 5px 40px rgba(0, 0, 0, 0.3); }
    .first_block .form_container .form_title {
      font-family: bold;
      color: #444;
      font-size: 17px;
      text-transform: uppercase;
      line-height: 20px;
      margin-bottom: 20px;
      text-align: center; }
    .first_block .form_container .bottom_text {
      margin-top: 20px;
      font-size: 16px;
      line-height: 20px;
      text-align: center; }
      .first_block .form_container .bottom_text span {
        color: #035875;
        cursor: pointer; }
    .first_block .form_container .social_block {
      text-align: center;
      padding: 20px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      .first_block .form_container .social_block .form_title {
        margin-bottom: 7px;
        font-size: 15px; }
      .first_block .form_container .social_block a {
        width: 28px;
        height: 28px;
        line-height: 28px;
        border-radius: 4px;
        background: #059dd0;
        color: #fff;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
        font-size: 16px; }
  .first_block .sub_text {
    position: relative;
    z-index: 1;
    font-family: light;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #444; }
    .first_block .sub_text a {
      text-decoration: underline;
      color: #444; }
      .first_block .sub_text a:hover {
        color: #0099cc; }
    .first_block .sub_text sup {
      font-size: 14px;
      font-family: medium;
      padding-right: 3px;
      color: #0099cc;
      position: relative; }
  .first_block .animation_block {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 550px; }
  .first_block .white_button {
    display: inline-block;
    height: 40px;
    line-height: 42px;
    font-family: bold;
    font-size: 15px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 6px;
    padding: 0 15px;
    text-align: center;
    color: #0099cc;
    cursor: pointer;
    margin-bottom: 40px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }
    .first_block .white_button .logo {
      width: 25px;
      height: 25px;
      background-size: 25px 25px;
      display: inline-block;
      vertical-align: top;
      margin-right: 7px;
      position: relative;
      top: 7px;
      background: url(../images/sprite.png) -25px -25px no-repeat;
      background-size: 25px 150px; }
    .first_block .white_button.app_button {
      display: inline-block;
      vertical-align: top;
      margin: 0;
      width: 170px;
      text-align: center; }
    .first_block .white_button.apple {
      margin-right: 5px; }
    .first_block .white_button.g_comments .logo {
      background-position: 0 0; }
    .first_block .white_button.apple .logo {
      background-position: 0 -25px; }
    .first_block .white_button.g_play .logo {
      background-position: 0 -50px; }

.animation_block {
  z-index: 1;
  position: absolute;
  opacity: 0.7;
  top: 0; }
  .animation_block .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    animation: puls 3s linear infinite;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px; }
    .animation_block .circle.c1 {
      animation-delay: 1.5s; }

.blue_button {
  height: 40px;
  line-height: 41px;
  font-size: 15px;
  font-family: light;
  text-transform: uppercase;
  color: #fff;
  background: #0099cc;
  border-radius: 3px;
  cursor: pointer;
  padding: 0 25px;
  font-family: bold;
  text-align: center; }
  .blue_button:hover {
    background: #07abe1; }

.yellow_button {
  width: 300px;
  height: 40px;
  line-height: 44px;
  font-family: bold;
  font-size: 15px;
  color: #945508;
  text-transform: uppercase;
  text-align: center;
  background-color: orange;
  border-radius: 3px;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 0 #d87905;
  background-image: linear-gradient(to right, orange 0%, #ffdb99 51%, orange 100%);
  background-size: 200% auto;
  background-position: right center;
  animation: blik 2.5s linear infinite; }
  .yellow_button:hover {
    background-color: #ffb55b;
    background-image: none;
    box-shadow: 0 2px 0 #d87905 inset; }

@keyframes blik {
  0%, 100% {
    background-position: right center; }
  50% {
    background-position: left center; } }
@keyframes puls {
  100% {
    transform: scale(3.2);
    opacity: 0; } }
@keyframes move {
  0%, 100% {
    left: 0;
    top: 6px; }
  25% {
    left: 3px; }
  75% {
    left: -3px; } }
/*------------------------------------------------------------------------------------------- */
/*------------------------------------- BASIC FORM ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.basic_form input[type=text], .basic_form input[type=password] {
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 15px;
  font-size: 16px;
  font-family: "light";
  color: #444;
  border-radius: 3px; }
.basic_form .flag_container, .basic_form .flag-container {
  position: absolute;
  width: 46px;
  height: 40px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px 0 0 3px;
  border-right: 1px solid rgba(0, 0, 0, 0.05); }
  .basic_form .flag_container .flag, .basic_form .flag-container .flag {
    width: 16px;
    height: 11px;
    margin: 0 auto;
    position: relative;
    top: 14px; }
    .basic_form .flag_container .flag img, .basic_form .flag-container .flag img {
      display: block; }
.basic_form .control_point {
  position: relative;
  margin: 0 auto 10px; }
  .basic_form .control_point .error {
    font-size: 13px;
    color: white;
    background-color: red;
    border-radius: 3px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: -20px;
    right: 0px;
    z-index: 2;
    display: none; }
  .basic_form .control_point.error div.error {
    display: block; }
  .basic_form .control_point.phone input {
    padding-left: 56px !important; }
.basic_form .blue_button {
  margin: 20px auto 0; }

/*------------------------------------------------------------------------------------------- */
/*------------------------------------- SECOND BLOCK ---------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.second_block {
  background: #a3e6fc;
  padding-bottom: 100px;
  text-align: center; }
  .second_block .text_block {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 3%;
    width: 29%; }
    .second_block .text_block.first {
      margin-left: 0; }
    .second_block .text_block.last {
      margin-right: 0; }
    .second_block .text_block .title {
      font-family: bold;
      font-size: 20px;
      color: #035875;
      text-transform: uppercase; }
    .second_block .text_block .line {
      width: 100%;
      height: 5px;
      background: orange;
      margin-bottom: 20px; }
    .second_block .text_block .text {
      color: #035875;
      font-size: 18px;
      line-height: 26px; }

.third_block {
  padding: 100px 0 80px;
  text-align: center;
  background: #0099cc;
  background: linear-gradient(#0099cc 40%, #035875 95%);
  position: relative; }
  .third_block .title {
    margin-bottom: 40px;
    font-family: bold;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff; }
  .third_block .sub_title {
    font-family: bold;
    font-size: 120px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: -80px;
    width: 100%;
    opacity: 0.1;
    text-align: center; }
  .third_block .point {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 0 2%;
    width: 29%;
    min-height: 60px;
    margin-bottom: 40px;
    padding-left: 75px;
    position: relative;
    opacity: 0; }
    .third_block .point.showUp {
      opacity: 1; }
    .third_block .point .ico {
      width: 60px;
      height: 60px;
      text-indent: -9999px;
      position: absolute;
      background-size: 60px 60px !important;
      top: 0;
      left: 0; }
      .third_block .point .ico.ico1 {
        background: url(../images/icons/ico1.png) center no-repeat; }
      .third_block .point .ico.ico2 {
        background: url(../images/icons/ico2.png) center no-repeat; }
      .third_block .point .ico.ico3 {
        background: url(../images/icons/ico3.png) center no-repeat; }
      .third_block .point .ico.ico4 {
        background: url(../images/icons/ico4.png) center no-repeat; }
      .third_block .point .ico.ico5 {
        background: url(../images/icons/ico5.png) center no-repeat; }
      .third_block .point .ico.ico6 {
        background: url(../images/icons/ico6.png) center no-repeat; }
      .third_block .point .ico.ico7 {
        background: url(../images/icons/ico7.png) center no-repeat; }
      .third_block .point .ico.ico8 {
        background: url(../images/icons/ico8.png) center no-repeat; }
      .third_block .point .ico.ico9 {
        background: url(../images/icons/ico9.png) center no-repeat; }
      .third_block .point .ico.ico10 {
        background: url(../images/icons/ico10.png) center no-repeat; }
      .third_block .point .ico.ico11 {
        background: url(../images/icons/ico11.png) center no-repeat; }
      .third_block .point .ico.ico12 {
        background: url(../images/icons/ico12.png) center no-repeat; }
      .third_block .point .ico.ico13 {
        background: url(../images/icons/ico13.png) center no-repeat; }
      .third_block .point .ico.ico14 {
        background: url(../images/icons/ico14.png) center no-repeat; }
      .third_block .point .ico.ico15 {
        background: url(../images/icons/ico15.png) center no-repeat; }
    .third_block .point .text {
      display: table-cell;
      width: 100%;
      height: 60px;
      vertical-align: middle;
      color: #fff;
      font-size: 18px;
      line-height: 26px;
      font-family: light; }

.video_block {
  background: #035875;
  padding: 0 0 100px; }
  .video_block .my_video {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    opacity: 0; }
    .video_block .my_video.showUp {
      opacity: 1; }
  .video_block .quote {
    display: inline-block;
    vertical-align: top;
    width: 39%;
    padding: 40px;
    float: right;
    color: #fff;
    font-family: light_italic;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    opacity: 0; }
    .video_block .quote.showUp {
      opacity: 1; }
    .video_block .quote .quote_sign {
      position: absolute;
      bottom: 0;
      right: 40px;
      background: url(../images/quote_open.png) center no-repeat;
      width: 256px;
      height: 193px;
      opacity: 0.1; }

.bubble_set {
  position: absolute;
  z-index: 3;
  bottom: -200px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  height: 400px; }
  .bubble_set .bubble {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(-45deg, #116987, #24b0df); }
    .bubble_set .bubble:before {
      content: "";
      position: absolute;
      top: 12%;
      left: 12%;
      border-radius: 50%;
      width: 5px;
      height: 5px;
      background: #fff;
      opacity: 0.1; }
    .bubble_set .bubble.b1 {
      left: 30px;
      top: 180px;
      width: 30px;
      height: 30px;
      animation: bubble1 2.5s linear infinite; }
@keyframes bubble1 {
  0%, 100% {
    top: 180px;
    left: 30px; }
  25% {
    top: 185px;
    left: 37px; }
  75% {
    top: 176px;
    left: 29px; } }
    .bubble_set .bubble.b2 {
      left: 60px;
      top: 10px;
      width: 20px;
      height: 20px;
      animation: bubble2 2.5s linear infinite; }
@keyframes bubble2 {
  0%, 100% {
    top: 10px;
    left: 60px; }
  25% {
    top: 5px;
    left: 63px; }
  75% {
    top: 14px;
    left: 59px; } }
    .bubble_set .bubble.b3 {
      left: 180px;
      top: 60px;
      width: 20px;
      height: 20px;
      animation: bubble3 2.5s linear infinite; }
@keyframes bubble3 {
  0%, 100% {
    top: 60px;
    left: 180px; }
  25% {
    top: 61px;
    left: 187px; }
  75% {
    top: 52px;
    left: 177px; } }
    .bubble_set .bubble.b4 {
      top: 130px;
      left: 340px;
      width: 20px;
      height: 20px;
      animation: bubble4 2.5s linear infinite; }
@keyframes bubble4 {
  0%, 100% {
    top: 130px;
    left: 340px; }
  25% {
    top: 135px;
    left: 347px; }
  75% {
    top: 126px;
    left: 339px; } }
    .bubble_set .bubble.b5 {
      top: 180px;
      left: 570px;
      width: 25px;
      height: 25px;
      animation: bubble5 2.5s linear infinite; }
@keyframes bubble5 {
  0%, 100% {
    top: 180px;
    left: 570px; }
  25% {
    top: 175px;
    left: 573px; }
  75% {
    top: 184px;
    left: 569px; } }
    .bubble_set .bubble.b6 {
      top: 180px;
      left: 920px;
      width: 30px;
      height: 30px;
      animation: bubble6 2.5s linear infinite; }
@keyframes bubble6 {
  0%, 100% {
    top: 180px;
    left: 920px; }
  25% {
    top: 181px;
    left: 927px; }
  75% {
    top: 172px;
    left: 917px; } }
    .bubble_set .bubble.b7 {
      top: 130px;
      left: 1040px;
      width: 20px;
      height: 20px;
      animation: bubble7 2.5s linear infinite; }
@keyframes bubble7 {
  0%, 100% {
    top: 130px;
    left: 1040px; }
  25% {
    top: 135px;
    left: 1047px; }
  75% {
    top: 126px;
    left: 1039px; } }
    .bubble_set .bubble.b8 {
      top: 250px;
      left: 1270px;
      width: 25px;
      height: 25px;
      animation: bubble8 2.5s linear infinite; }
@keyframes bubble8 {
  0%, 100% {
    top: 250px;
    left: 1270px; }
  25% {
    top: 245px;
    left: 1273px; }
  75% {
    top: 254px;
    left: 1269px; } }
    .bubble_set .bubble.b9 {
      top: 140px;
      left: 1480px;
      width: 30px;
      height: 30px;
      animation: bubble9 2.5s linear infinite; }
@keyframes bubble9 {
  0%, 100% {
    top: 140px;
    left: 1480px; }
  25% {
    top: 141px;
    left: 1487px; }
  75% {
    top: 132px;
    left: 1477px; } }
    .bubble_set .bubble.b10 {
      top: 160px;
      left: 1100px;
      width: 10px;
      height: 10px;
      animation: bubble10 2.5s linear infinite; }
@keyframes bubble10 {
  0%, 100% {
    top: 160px;
    left: 1100px; }
  25% {
    top: 158px;
    left: 1097px; }
  75% {
    top: 168px;
    left: 1103px; } }
    .bubble_set .bubble.b11 {
      top: 280px;
      left: 1300px;
      width: 10px;
      height: 10px;
      animation: bubble11 2.5s linear infinite; }
@keyframes bubble11 {
  0%, 100% {
    top: 280px;
    left: 1300px; }
  25% {
    top: 285px;
    left: 1307px; }
  75% {
    top: 276px;
    left: 1299px; } }
    .bubble_set .bubble.b12 {
      top: 240px;
      left: 1500px;
      width: 10px;
      height: 10px;
      animation: bubble12 2.5s linear infinite; }
@keyframes bubble12 {
  0%, 100% {
    top: 240px;
    left: 1500px; }
  25% {
    top: 235px;
    left: 1503px; }
  75% {
    top: 244px;
    left: 1499px; } }
    .bubble_set .bubble.b13 {
      top: 240px;
      left: 500px;
      width: 10px;
      height: 10px;
      animation: bubble13 2.5s linear infinite; }
@keyframes bubble13 {
  0%, 100% {
    top: 240px;
    left: 500px; }
  25% {
    top: 245px;
    left: 507px; }
  75% {
    top: 236px;
    left: 499px; } }
    .bubble_set .bubble.b14 {
      top: 160px;
      left: 1700px;
      width: 20px;
      height: 20px;
      animation: bubble14 2.5s linear infinite; }
@keyframes bubble14 {
  0%, 100% {
    top: 160px;
    left: 1700px; }
  25% {
    top: 155px;
    left: 1703px; }
  75% {
    top: 164px;
    left: 1699px; } }
    .bubble_set .bubble.b15 {
      top: 280px;
      left: 1850px;
      width: 30px;
      height: 30px;
      animation: bubble15 2.5s linear infinite; }
@keyframes bubble15 {
  0%, 100% {
    top: 280px;
    left: 1850px; }
  25% {
    top: 278px;
    left: 1847px; }
  75% {
    top: 288px;
    left: 1853px; } }
@keyframes gear {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes gear_back {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }
.gear {
  position: relative;
  height: 500px; }
  .gear .bg_circle {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -200px;
    z-index: 1; }
  .gear .circle {
    position: absolute;
    z-index: 2;
    animation: gear 7s linear infinite; }
    .gear .circle.c1 {
      background: url(../images/gears/gear1.png) center no-repeat;
      width: 186px;
      height: 183px;
      top: 0px;
      left: 80px;
      animation: gear_back 7s linear infinite; }
    .gear .circle.c2 {
      background: url(../images/gears/gear2.png) center no-repeat;
      width: 121px;
      height: 119px;
      top: 40px;
      left: 260px; }
    .gear .circle.c3 {
      background: url(../images/gears/gear3.png) center no-repeat;
      width: 119px;
      height: 118px;
      top: 168px;
      left: 60px; }
    .gear .circle.c4 {
      background: url(../images/gears/gear4.png) center no-repeat;
      width: 78px;
      height: 76px;
      top: 175px;
      left: 175px; }
    .gear .circle.c5 {
      background: url(../images/gears/gear5.png) center no-repeat;
      width: 99px;
      height: 98px;
      top: 150px;
      left: 245px;
      animation: gear_back 7s linear infinite; }
    .gear .circle.c6 {
      background: url(../images/gears/gear6.png) center no-repeat;
      width: 108px;
      height: 108px;
      top: 270px;
      left: 105px; }
    .gear .circle.c7 {
      background: url(../images/gears/gear7.png) center no-repeat;
      width: 108px;
      height: 108px;
      top: 235px;
      left: 200px;
      animation: gear_back 7s linear infinite; }
    .gear .circle.c8 {
      background: url(../images/gears/gear8.png) center no-repeat;
      width: 70px;
      height: 69px;
      top: 370px;
      left: 130px;
      animation: gear_back 7s linear infinite; }
    .gear .circle.c9 {
      background: url(../images/gears/gear9.png) center no-repeat;
      width: 169px;
      height: 166px;
      top: 335px;
      left: 190px; }

/*------------------------------------------------------------------------------------------- */
/*-----------------------------------  CRM BLOCK -------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.crm_block {
  padding: 80px 0 220px;
  text-align: center;
  background: #0099cc;
  background: linear-gradient(#035875, #0099cc 70%);
  position: relative;
  z-index: 2; }
  .crm_block:after {
    content: "";
    position: absolute;
    background: url(../images/waves1.png) center no-repeat;
    height: 278px;
    width: 100%;
    left: 0;
    z-index: 2;
    bottom: -130px; }
  .crm_block .column {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .crm_block .column.left_col {
      width: 56%;
      float: left; }
    .crm_block .column.right_col {
      width: 40%;
      float: right; }
  .crm_block .title {
    margin-bottom: 50px;
    font-family: bold;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff; }
  .crm_block .sub_title {
    font-family: bold;
    font-size: 120px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: -80px;
    width: 100%;
    opacity: 0.1;
    text-align: center; }
  .crm_block p {
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-family: light;
    position: relative;
    opacity: 0; }
    .crm_block p:last-of-type {
      margin-bottom: 0; }
    .crm_block p.showUp {
      opacity: 1; }

/*------------------------------------------------------------------------------------------- */
/*---------------------------------  FOURTH BLOCK ------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.fourth_block {
  display: none;
  position: relative;
  padding: 180px 0 100px;
  z-index: 1;
  background: #035875;
  text-align: center; }
  .fourth_block .limit {
    opacity: 0; }
    .fourth_block .limit.showUp {
      opacity: 1; }
  .fourth_block .text {
    font-family: light;
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px; }
  .fourth_block .yellow_button {
    display: inline-block; }

/*------------------------------------------------------------------------------------------- */
/*---------------------------------  FIFTH BLOCK -------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.fifth_block {
  padding: 180px 0 100px;
  background: #035875 url(../images/waves2.png) center no-repeat; }
  .fifth_block .img_container {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    height: 360px;
    position: relative; }
    .fifth_block .img_container img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .fifth_block .content_container {
    background: #fff;
    padding: 110px 40px 40px;
    border-radius: 0 0 10px 10px; }
    .fifth_block .content_container p {
      font-size: 18px;
      line-height: 26px; }
  .fifth_block .yellow_button {
    display: block;
    margin: 40px auto 0;
    line-height: 44px !important; }

/*------------------------------------------------------------------------------------------- */
/*-------------------------------------  TABS ----------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.tabs_container {
  width: 100%;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
  .tabs_container ul.tabs {
    position: absolute;
    height: 120px;
    top: 300px;
    left: 10%;
    width: 80%;
    z-index: 2;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
    .tabs_container ul.tabs li {
      display: inline-block;
      vertical-align: top;
      height: 120px;
      padding: 20px 10px;
      width: 25%;
      top: 0;
      cursor: pointer;
      position: relative;
      background: #fff;
      border-bottom: 5px solid transparent;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
      .tabs_container ul.tabs li .ico {
        display: block;
        margin: 0 auto 10px;
        width: 50px;
        height: 50px; }
        .tabs_container ul.tabs li .ico.ico1 {
          background: url(../images/icons/ico16.png) center no-repeat;
          background-size: 50px 50px; }
        .tabs_container ul.tabs li .ico.ico2 {
          background: url(../images/icons/ico17.png) center no-repeat;
          background-size: 50px 50px; }
        .tabs_container ul.tabs li .ico.ico3 {
          background: url(../images/icons/ico18.png) center no-repeat;
          background-size: 50px 50px; }
      .tabs_container ul.tabs li .title {
        font-family: medium;
        font-size: 16px;
        height: 20px;
        line-height: 20px;
        text-transform: uppercase;
        color: #035875; }
      .tabs_container ul.tabs li:hover, .tabs_container ul.tabs li.current {
        height: 140px;
        top: -10px;
        padding: 30px 10px;
        border-bottom: 5px solid orange;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .tabs_container .box {
    position: relative;
    z-index: 1;
    display: none; }
    .tabs_container .box.visible {
      display: block; }

.sixth_block {
  position: relative;
  background: #035875;
  background: #035875;
  /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
  background: -webkit-linear-gradient(top, #035875, #0099cc);
  background: linear-gradient(to bottom, #035875, #0099cc);
  padding-bottom: 100px; }
  .sixth_block .limit {
    width: 1150px;
    padding-top: 65px; }
  .sixth_block .title {
    margin-bottom: 40px;
    font-family: bold;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    text-align: center; }
  .sixth_block .sub_title {
    text-align: center;
    font-family: bold;
    font-size: 120px;
    line-height: 120px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 0px;
    width: 100%;
    opacity: 0.1;
    text-align: center; }
  .sixth_block .slick-list {
    padding: 0 !important; }
  .sixth_block .slick-dots {
    width: 100%;
    padding-top: 40px;
    text-align: center; }
    .sixth_block .slick-dots li {
      display: inline-block;
      vertical-align: top;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 3px solid orange;
      text-indent: -9999px;
      margin: 0 10px;
      cursor: pointer;
      background: transparent;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
      .sixth_block .slick-dots li.slick-active {
        background: orange; }
  .sixth_block .circle {
    border-radius: 50%;
    position: absolute;
    z-index: 2; }
    .sixth_block .circle.c1 {
      top: 290px;
      left: 29.5%;
      width: 80px;
      height: 80px;
      border: 25px solid orange;
      border-bottom: 25px solid transparent; }
    .sixth_block .circle.c2 {
      top: 380px;
      right: 29%;
      width: 100px;
      height: 100px;
      border: 35px solid orange;
      border-top: 35px solid transparent; }
    .sixth_block .circle.c3 {
      top: 420px;
      left: 10px;
      width: 40px;
      height: 40px;
      border: 20px solid orange;
      border-left: 20px solid transparent; }
    .sixth_block .circle.c4 {
      top: 180px;
      right: 5px;
      width: 40px;
      height: 40px;
      border: 20px solid orange;
      border-bottom: 20px solid transparent; }
  .sixth_block .comment {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin: 0 20px;
    opacity: 0;
    position: relative;
    transform: scale(0.9);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    .sixth_block .comment .top_part {
      position: relative;
      padding-left: 50px;
      min-height: 60px; }
    .sixth_block .comment .photo_container {
      position: absolute;
      top: -15px;
      left: -50px;
      border-radius: 10px;
      overflow: hidden;
      display: block;
      width: 80px;
      height: 80px;
      background: #035875;
      border: 3px solid #035875; }
      .sixth_block .comment .photo_container img {
        display: block; }
    .sixth_block .comment .name {
      font-family: bold;
      font-size: 16px;
      line-height: 20px;
      color: #035875;
      margin-bottom: 5px;
      display: block;
      width: 100%;
      text-transform: uppercase;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .sixth_block .comment .country {
      font-family: light;
      font-size: 16px;
      line-height: 20px;
      color: #777;
      display: none; }
    .sixth_block .comment .social_set a {
      width: 28px;
      height: 28px;
      line-height: 28px;
      border-radius: 4px;
      background: #035875;
      color: #fff;
      text-align: center;
      display: inline-block;
      vertical-align: top;
      margin-right: 5px;
      font-size: 16px; }
    .sixth_block .comment .text {
      display: none; }
    .sixth_block .comment .short_text {
      font-size: 18px;
      line-height: 26px;
      padding: 20px 0;
      height: 220px;
      overflow: hidden; }
    .sixth_block .comment .more {
      display: block;
      margin: 0 auto;
      width: 200px;
      text-align: center;
      font-family: bold;
      font-size: 14px;
      text-transform: uppercase;
      color: #035875;
      line-height: 20px;
      cursor: pointer; }
    .sixth_block .comment.slick-active {
      opacity: 1;
      background: #B3CDD5;
      transform: scale(0.95); }
    .sixth_block .comment.slick-current {
      opacity: 1;
      background: #fff;
      transform: none; }

.seventh_block {
  padding-bottom: 100px;
  background: #0099cc;
  background: #0099cc;
  /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
  background: -webkit-linear-gradient(top, #0099cc, #035875);
  background: linear-gradient(to bottom, #0099cc, #035875); }
  .seventh_block .left_block {
    display: inline-block;
    vertical-align: top;
    width: 600px; }
  .seventh_block .right_block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: right;
    width: 420px; }
  .seventh_block .form_container {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 40px 60px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 1px 5px 40px rgba(0, 0, 0, 0.3); }
    .seventh_block .form_container .form_title {
      font-family: bold;
      color: #444;
      font-size: 17px;
      text-transform: uppercase;
      line-height: 20px;
      margin-bottom: 20px;
      text-align: center; }
    .seventh_block .form_container .bottom_text {
      margin-top: 20px;
      font-size: 16px;
      line-height: 20px;
      text-align: center; }
      .seventh_block .form_container .bottom_text span {
        color: #035875;
        cursor: pointer; }
    .seventh_block .form_container .social_block {
      text-align: center;
      padding: 20px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      .seventh_block .form_container .social_block .form_title {
        margin-bottom: 7px;
        font-size: 15px; }
      .seventh_block .form_container .social_block a {
        width: 28px;
        height: 28px;
        line-height: 28px;
        border-radius: 4px;
        background: #059dd0;
        color: #fff;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
        font-size: 16px; }
  .seventh_block .sub_text {
    position: relative;
    z-index: 2;
    font-family: light;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #a3e6fc; }
    .seventh_block .sub_text a {
      text-decoration: underline;
      color: #a3e6fc; }
      .seventh_block .sub_text a:hover {
        color: #fff; }
    .seventh_block .sub_text sup {
      font-size: 14px;
      font-family: medium;
      padding-right: 3px;
      color: #fff;
      position: relative; }
  .seventh_block .animation_block {
    position: absolute;
    top: -80px;
    width: 100%;
    height: 550px; }
  .seventh_block .title {
    text-align: center;
    margin-bottom: 40px;
    line-height: 20px;
    font-size: 20px;
    font-family: bold;
    text-transform: uppercase;
    color: #fff;
    opacity: 0; }
    .seventh_block .title.showUp {
      opacity: 1; }
    .seventh_block .title.bottom {
      margin: 40px 0 0;
      line-height: 30px;
      font-family: medium;
      text-transform: none; }
  .seventh_block .stat_point {
    margin-bottom: 20px;
    position: relative;
    height: 50px;
    background: #07abe1;
    border-radius: 5px;
    padding: 10px 100px 10px 100px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15); }
    .seventh_block .stat_point .label {
      position: absolute;
      top: 10px;
      width: 80px;
      height: 30px;
      font-size: 16px;
      line-height: 30px;
      text-align: center;
      color: #fff;
      border-radius: 5px;
      background: rgba(0, 0, 0, 0.4); }
      .seventh_block .stat_point .label.title_label {
        left: 10px; }
      .seventh_block .stat_point .label.count_label {
        right: 10px; }
    .seventh_block .stat_point .line_container {
      position: relative;
      height: 20px;
      top: 5px;
      width: 100%;
      border-radius: 5px;
      background: rgba(0, 0, 0, 0.4); }
    .seventh_block .stat_point .line {
      position: absolute;
      height: 100%;
      border-radius: 5px;
      width: 0;
      background: orange;
      background-size: 200% auto;
      background-position: right center;
      animation: blik 2.5s linear infinite; }
      .seventh_block .stat_point .line.line1 {
        background-image: linear-gradient(to right, orange 0%, #ffdb99 51%, orange 100%); }
      .seventh_block .stat_point .line.line2 {
        background-image: linear-gradient(to right, #f44336 0%, #fd857c 51%, #f44336 100%); }
      .seventh_block .stat_point .line.line3 {
        background-image: linear-gradient(to right, #187b12 0%, #2cb522 51%, #187b12 100%); }
      .seventh_block .stat_point .line.line4 {
        background-image: linear-gradient(to right, #673ab7 0%, #9e6ef5 51%, #673ab7 100%); }

.eight_block {
  background: #0099cc url(../images/waves3.png) top right no-repeat;
  padding: 70px 0; }
  .eight_block .column {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .eight_block .column.left_column {
      width: 65%; }
    .eight_block .column.right_column {
      width: 33%; }
  .eight_block .title {
    font-family: bold;
    font-size: 30px;
    margin-bottom: 20px;
    color: #ffb939;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 0px;
    opacity: 0; }
    .eight_block .title.showUp {
      opacity: 1; }
  .eight_block .sub_title {
    font-family: light;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
    opacity: 0; }
    .eight_block .sub_title.showUp {
      opacity: 1; }
  .eight_block .white_button {
    display: inline-block;
    height: 40px;
    line-height: 42px;
    font-family: bold;
    font-size: 15px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 6px;
    padding: 0 15px;
    text-align: center;
    color: #0099cc;
    cursor: pointer;
    margin-bottom: 40px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    opacity: 0; }
    .eight_block .white_button.showUp {
      opacity: 1; }
    .eight_block .white_button .logo {
      width: 25px;
      height: 25px;
      background-size: 25px 25px;
      display: inline-block;
      vertical-align: top;
      margin-right: 7px;
      position: relative;
      top: 7px;
      background: url(../images/sprite.png) -25px -25px no-repeat;
      background-size: 25px 150px; }
    .eight_block .white_button.app_button {
      display: inline-block;
      vertical-align: top;
      margin: 0;
      width: 170px;
      text-align: center; }
    .eight_block .white_button.apple {
      margin-right: 40px; }
    .eight_block .white_button.apple .logo {
      background-position: 0 -25px; }
    .eight_block .white_button.g_play .logo {
      background-position: 0 -50px; }
  .eight_block .qr_code {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    height: 170px;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
    opacity: 0; }
    .eight_block .qr_code.showUp {
      opacity: 1; }
    .eight_block .qr_code.apple {
      margin-right: 40px;
      background: #fff url(../images/qr_apple.png) center no-repeat;
      background-size: 150px 150px; }
    .eight_block .qr_code.google {
      background: #fff url(../images/qr_google.png) center no-repeat;
      background-size: 150px 150px; }
  .eight_block .iphone {
    display: block;
    margin: 0 auto -20px;
    width: 238px;
    height: 475px;
    position: relative;
    top: -20px;
    background: url(../images/iphone.png) center no-repeat;
    opacity: 0; }
    .eight_block .iphone.showUp {
      opacity: 1; }
  .eight_block .bubble {
    position: absolute;
    border-radius: 50%;
    text-indent: -9999px;
    background: linear-gradient(-45deg, #116987, #24b0df); }
    .eight_block .bubble:before {
      content: "";
      position: absolute;
      top: 15%;
      left: 15%;
      border-radius: 50%;
      width: 20%;
      height: 20%;
      background: #fff;
      opacity: 0.1; }
    .eight_block .bubble:after {
      content: "";
      position: absolute; }
    .eight_block .bubble.b16 {
      left: -20px;
      top: 70px;
      width: 60px;
      height: 60px;
      animation: bubble16 2.5s linear infinite; }
@keyframes bubble16 {
  0%, 100% {
    top: 70px;
    left: -20px; }
  25% {
    top: 75px;
    left: -13px; }
  75% {
    top: 66px;
    left: -21px; } }
      .eight_block .bubble.b16:after {
        width: 40px;
        height: 40px;
        left: 10px;
        top: 13px;
        background: url(../images/sprite.png) 0 -201px no-repeat;
        background-size: 40px 240px; }
    .eight_block .bubble.b17 {
      top: -30px;
      left: 260px;
      width: 50px;
      height: 50px;
      animation: bubble17 2.5s linear infinite; }
@keyframes bubble17 {
  0%, 100% {
    top: -30px;
    left: 260px; }
  25% {
    top: -35px;
    left: 263px; }
  75% {
    top: -26px;
    left: 259px; } }
      .eight_block .bubble.b17:after {
        width: 30px;
        height: 30px;
        left: 10px;
        top: 10px;
        background: url(../images/sprite.png) 0 -120px no-repeat;
        background-size: 30px 180px; }
    .eight_block .bubble.b18 {
      top: 150px;
      left: 330px;
      width: 50px;
      height: 50px;
      animation: bubble18 2.5s linear infinite; }
@keyframes bubble18 {
  0%, 100% {
    top: 150px;
    left: 330px; }
  25% {
    top: 151px;
    left: 337px; }
  75% {
    top: 142px;
    left: 327px; } }
      .eight_block .bubble.b18:after {
        width: 30px;
        height: 30px;
        left: 9px;
        top: 9px;
        background: url(../images/sprite.png) 0 -90px no-repeat;
        background-size: 30px 180px; }
    .eight_block .bubble.b19 {
      left: 100px;
      top: 30px;
      width: 10px;
      height: 10px;
      animation: bubble19 2.5s linear infinite; }
@keyframes bubble19 {
  0%, 100% {
    top: 30px;
    left: 10px; }
  25% {
    top: 35px;
    left: 17px; }
  75% {
    top: 26px;
    left: 9px; } }
    .eight_block .bubble.b20 {
      top: 140px;
      left: 400px;
      width: 10px;
      height: 10px;
      animation: bubble20 2.5s linear infinite; }
@keyframes bubble20 {
  0%, 100% {
    top: 140px;
    left: 400px; }
  25% {
    top: 135px;
    left: 403px; }
  75% {
    top: 144px;
    left: 399px; } }
    .eight_block .bubble.b21 {
      top: 160px;
      left: -30px;
      width: 20px;
      height: 20px;
      animation: bubble21 2.5s linear infinite; }
@keyframes bubble21 {
  0%, 100% {
    top: 160px;
    left: -30px; }
  25% {
    top: 158px;
    left: -23px; }
  75% {
    top: 168px;
    left: -33px; } }
    .eight_block .bubble.b22 {
      top: 40px;
      left: 400px;
      width: 20px;
      height: 20px;
      animation: bubble22 2.5s linear infinite; }
@keyframes bubble22 {
  0%, 100% {
    top: 40px;
    left: 400px; }
  25% {
    top: 45px;
    left: 407px; }
  75% {
    top: 36px;
    left: 399px; } }
.map_block {
  padding: 60px 0;
  background: #0078a1;
  position: relative; }
  .map_block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/waves2.png) center no-repeat; }
  .map_block .limit {
    position: relative; }
  .map_block #vmap {
    width: 700px;
    height: 390px;
    display: inline-block;
    vertical-align: top;
    background-color: transparent !important;
    opacity: 0; }
    .map_block #vmap.showUp {
      opacity: 1; }
  .map_block .flag_box {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    float: right;
    opacity: 0; }
    .map_block .flag_box.showUp {
      opacity: 1; }
    .map_block .flag_box .title {
      font-family: medium;
      font-size: 22px;
      margin-bottom: 20px;
      color: #fff;
      text-align: center; }
      .map_block .flag_box .title span {
        font-size: 30px;
        line-height: 30px;
        color: #ffb939; }
      .map_block .flag_box .title.bottom {
        margin: 20px 0 0; }
    .map_block .flag_box .country {
      margin: 0 auto;
      width: 270px; }
      .map_block .flag_box .country .flag {
        display: inline-block;
        vertical-align: top;
        width: 16px;
        height: 11px;
        margin-right: 10px;
        top: 8px;
        position: relative; }
        .map_block .flag_box .country .flag.ru {
          background: url(../images/flags/RU.png) center no-repeat; }
        .map_block .flag_box .country .flag.by {
          background: url(../images/flags/BY.png) center no-repeat; }
        .map_block .flag_box .country .flag.gb {
          background: url(../images/flags/GB.png) center no-repeat; }
        .map_block .flag_box .country .flag.lv {
          background: url(../images/flags/LV.png) center no-repeat; }
        .map_block .flag_box .country .flag.ua {
          background: url(../images/flags/UA.png) center no-repeat; }
        .map_block .flag_box .country .flag.kz {
          background: url(../images/flags/KZ.png) center no-repeat; }
        .map_block .flag_box .country .flag.ee {
          background: url(../images/flags/EE.png) center no-repeat; }
        .map_block .flag_box .country .flag.it {
          background: url(../images/flags/IT.png) center no-repeat; }
        .map_block .flag_box .country .flag.es {
          background: url(../images/flags/ES.png) center no-repeat; }
        .map_block .flag_box .country .flag.be {
          background: url(../images/flags/BE.png) center no-repeat; }
      .map_block .flag_box .country .param, .map_block .flag_box .country .value {
        display: inline-block;
        vertical-align: top;
        font-family: light;
        font-size: 18px;
        line-height: 26px;
        height: 26px;
        color: #fff;
        width: 170px;
        opacity: 0.8; }
      .map_block .flag_box .country .value {
        opacity: 1;
        width: auto; }

footer {
  position: relative;
  background: #035875;
  padding: 40px 0; }
  footer .column {
    display: inline-block;
    vertical-align: top;
    min-height: 100px;
    margin: 0 2%; }
    footer .column.first_col {
      width: 40%;
      margin-left: 0; }
      footer .column.first_col .top_part {
        margin-bottom: 20px;
        position: relative;
        background: url(../images/Forsage_Logo.jpg) top left no-repeat;
        background-size: 122px 104px;
        min-height: 104px;
        padding-left: 142px;
        color: #a3e6fc;
        font-family: light;
        font-size: 16px;
        line-height: 24px; }
      footer .column.first_col .bottom_part {
        padding-left: 142px;
        color: #a3e6fc;
        font-family: light;
        font-size: 16px;
        line-height: 24px;
        position: relative;
        min-height: 60px; }
      footer .column.first_col .sign {
        display: inline-block;
        vertical-align: bottom;
        width: 115px;
        height: 55px;
        background: url(../images/sign.png) center no-repeat;
        background-size: cover;
        position: absolute;
        top: 10px;
        left: 3px; }
      footer .column.first_col .text {
        margin-bottom: 10px; }
      footer .column.first_col a {
        color: #a3e6fc;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.3); }
        footer .column.first_col a:hover {
          border-bottom-color: #a3e6fc; }
    footer .column.second_col {
      width: 17%; }
    footer .column.third_col {
      width: 33%;
      margin-right: 0; }
  footer .title {
    font-family: medium;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #fff; }
  footer .social_set {
    margin-bottom: 20px; }
    footer .social_set a {
      display: inline-block;
      vertical-align: top;
      width: 24px;
      height: 24px;
      line-height: 24px;
      text-align: center;
      margin-right: 5px;
      color: #a3e6fc;
      font-size: 20px; }
  footer .adres {
    margin-bottom: 10px;
    color: #a3e6fc;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer; }
    footer .adres .sub_title {
      font-family: medium;
      display: inline-block;
      border-bottom: 1px dashed rgba(255, 255, 255, 0.3); }
    footer .adres .text {
      font-family: light;
      display: inline;
      border-bottom: 1px dashed rgba(255, 255, 255, 0.3); }
    footer .adres iframe {
      display: none; }
    footer .adres:last-of-type {
      margin-bottom: 0; }
    footer .adres:hover .sub_title, footer .adres:hover .text {
      border-bottom-color: #a3e6fc; }
  footer .doc {
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    margin-bottom: 4px;
    color: #a3e6fc;
    font-family: light;
    font-size: 16px;
    line-height: 22px;
    display: block; }
    footer .doc .text {
      display: inline;
      padding-bottom: 1px;
      border-bottom: 1px dashed rgba(255, 255, 255, 0.3); }
    footer .doc:before {
      content: "";
      position: absolute;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      top: 8px;
      left: 0;
      background: #a3e6fc; }
    footer .doc:hover .text {
      border-bottom-color: #a3e6fc; }
    footer .doc:last-of-type {
      margin-bottom: 0; }

.my_video {
  position: relative;
  padding-bottom: 29%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .my_video iframe, .my_video object, .my_video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

b.no_style {
  font-weight: normal; }

.map_modal {
  max-width: 660px !important; }
  .map_modal .modal_title {
    text-transform: none !important; }
  .map_modal .modal_body .sub_title, .map_modal .modal_body .text, .map_modal .modal_body br {
    display: none; }
  .map_modal iframe {
    width: 100% !important; }

/*------------------------------------------------------------------------------------------- */
/*---------------------------------- CHAT BOT ----------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.chat_button {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background: #c8f1ff;
  border-radius: 50%;
  cursor: pointer;
  line-height: 60px;
  text-align: center;
  color: #035875;
  font-size: 40px;
  animation-iteration-count: infinite;
  animation-duration: 2s !important;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25); }

.chat_bot {
  display: none;
  width: 340px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  font-family: regular;
  background: #c8f1ff;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid rgba(3, 88, 117, 0.3);
  border-right: 0 none;
  border-bottom: 0 none;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25); }
  .chat_bot:before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: #94def7;
    border-radius: 50%;
    top: -100px;
    left: -100px; }
  .chat_bot .chat_header {
    padding: 10px 40px 10px 60px;
    position: relative;
    color: #fff;
    min-height: 60px;
    line-height: 18px;
    font-size: 16px;
    color: #035875; }
    .chat_bot .chat_header .photo {
      position: absolute;
      width: 40px;
      height: 40px;
      top: 10px;
      left: 10px;
      border-radius: 50%;
      overflow: hidden; }
    .chat_bot .chat_header .name {
      margin-top: 2px;
      font-family: bold;
      position: relative;
      text-transform: uppercase; }
    .chat_bot .chat_header .description {
      font-family: light; }
    .chat_bot .chat_header .close {
      color: #035875;
      cursor: pointer;
      font-size: 20px;
      top: 10px;
      right: 10px;
      position: absolute; }
  .chat_bot .chat_body {
    height: 360px;
    font-size: 14px;
    color: #000;
    position: relative; }
    .chat_bot .chat_body .message {
      padding-bottom: 10px;
      position: relative; }
      .chat_bot .chat_body .message:before {
        content: "";
        position: absolute;
        left: -10px;
        bottom: 30px;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent; }
      .chat_bot .chat_body .message .text {
        display: inline-block;
        background: #fff;
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 3px;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }
      .chat_bot .chat_body .message .dots {
        display: inline; }
        .chat_bot .chat_body .message .dots .dot {
          display: inline;
          font-family: medium;
          animation: dots 1s linear infinite; }
      .chat_bot .chat_body .message .time {
        height: 14px;
        line-height: 14px;
        font-size: 12px;
        color: #666; }
      .chat_bot .chat_body .message .icon-check {
        color: forestgreen;
        font-size: 40px;
        margin: 0 auto 10px;
        display: block;
        width: 40px;
        height: 40px;
        text-align: center; }
      .chat_bot .chat_body .message.user {
        text-align: right; }
        .chat_bot .chat_body .message.user:before {
          left: auto;
          right: -10px; }
      .chat_bot .chat_body .message.final .text {
        padding: 20px 10px;
        display: block;
        text-align: center; }
      .chat_bot .chat_body .message.final .button {
        margin-top: 20px; }
      .chat_bot .chat_body .message:last-of-type {
        margin-bottom: 10px; }
  .chat_bot #scrollbar .viewport {
    width: 100%;
    height: 295px;
    overflow: hidden;
    position: relative; }
  .chat_bot #scrollbar .overview {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    padding: 15px; }
  .chat_bot #scrollbar .scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: 100%;
    width: 5px; }
  .chat_bot #scrollbar .thumb {
    width: 5px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #94def7;
    border-radius: 5px; }
  .chat_bot #scrollbar .disable {
    display: none; }
  .chat_bot .basic_form {
    padding-top: 10px; }
    .chat_bot .basic_form input {
      height: 30px;
      line-height: 30px;
      width: 100%;
      padding: 0 10px;
      font-size: 14px;
      font-family: "regular";
      color: #000;
      border-radius: 3px; }
    .chat_bot .basic_form .flag_container, .chat_bot .basic_form .flag-container {
      position: absolute;
      width: 36px;
      height: 30px;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1);
      border-radius: 3px 0 0 3px;
      border-right: 1px solid rgba(0, 0, 0, 0.05); }
      .chat_bot .basic_form .flag_container .flag, .chat_bot .basic_form .flag-container .flag {
        width: 16px;
        height: 11px;
        margin: 0 auto;
        position: relative;
        top: 8px; }
        .chat_bot .basic_form .flag_container .flag img, .chat_bot .basic_form .flag-container .flag img {
          display: block; }
    .chat_bot .basic_form .control_point {
      position: relative;
      margin: 0 auto 5px; }
      .chat_bot .basic_form .control_point .error {
        font-size: 12px;
        color: white;
        background-color: red;
        border-radius: 3px;
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        position: absolute;
        bottom: -20px;
        right: 0px;
        z-index: 2;
        display: none; }
      .chat_bot .basic_form .control_point.error div.error {
        display: block; }
      .chat_bot .basic_form .control_point.phone input {
        padding-left: 46px !important; }
    .chat_bot .basic_form.answer_form {
      position: absolute;
      padding: 15px;
      bottom: 0;
      left: 0;
      width: 100%; }
      .chat_bot .basic_form.answer_form input {
        border-radius: 15px;
        padding-right: 30px; }
      .chat_bot .basic_form.answer_form .send {
        position: absolute;
        width: 20px;
        height: 20px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        right: 20px;
        bottom: 20px;
        padding: 0;
        background: #035875;
        cursor: pointer; }
  .chat_bot .button {
    height: 30px;
    width: 170px;
    line-height: 33px;
    margin: 10px auto 0;
    font-size: 13px;
    font-family: bold;
    text-transform: uppercase;
    color: #945508;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 0 #d87905;
    background: orange;
    border-radius: 3px;
    cursor: pointer;
    padding: 0 20px;
    font-family: bold;
    text-align: center; }
    .chat_bot .button:hover {
      background-color: #ffb55b;
      background-image: none;
      box-shadow: 0 2px 0 #d87905 inset; }

@keyframes dots {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }
/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- MODAL ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.modal {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  max-width: 360px;
  width: 100%; }
  .modal .modal_title {
    font-family: bold;
    margin-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
    color: #035875;
    text-align: center; }
  .modal .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #999;
    cursor: pointer; }
    .modal .close:hover {
      color: #035875; }
  .modal .text {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px; }
  .modal .basic_form {
    position: relative; }
    .modal .basic_form .pass_link {
      position: absolute;
      font-family: light;
      font-size: 16px;
      height: 20px;
      line-height: 20px;
      top: 50%;
      margin-top: -10px;
      right: 10px;
      color: #757575;
      cursor: pointer; }
      .modal .basic_form .pass_link:hover {
        color: #035875; }
    .modal .basic_form .login_button, .modal .basic_form .pass_button {
      font-family: bold !important;
      font-size: 15px !important;
      color: #945508 !important;
      line-height: 44px !important;
      text-transform: uppercase !important; }
  .modal .yellow_button {
    width: 100%; }

.login_modal .social_login {
  padding-top: 30px; }
  .login_modal .social_login .or {
    height: 20px;
    line-height: 20px;
    position: relative;
    font-family: medium;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    color: #035875; }
.login_modal .social_set {
  display: block;
  height: 30px;
  text-align: center; }
  .login_modal .social_set a {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background: #035875; }

.call_back_modal {
  max-width: 390px; }
  .call_back_modal .yellow_button {
    width: 100%; }

.comment_modal {
  max-width: 500px; }
  .comment_modal .top_part {
    position: relative;
    min-height: 80px;
    padding: 15px 0 15px 95px; }
  .comment_modal .photo_container {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    width: 80px;
    height: 80px;
    background: #035875;
    border: 3px solid #035875; }
    .comment_modal .photo_container img {
      display: block; }
  .comment_modal .name {
    font-family: bold;
    font-size: 16px;
    line-height: 20px;
    color: #035875;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .comment_modal .social_set a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    background: #035875;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font-size: 16px; }
  .comment_modal .text {
    font-size: 18px;
    line-height: 26px;
    padding: 20px 0 0;
    margin: 0;
    height: auto;
    display: block;
    text-align: left; }
  .comment_modal .short_text, .comment_modal .more {
    display: none; }

/*------------------------------------------------------------------------------------------- */
/*--------------------------------- CHECKBOX/RADIO ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
input[type="checkbox"], input[type="radio"] {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 20px;
  height: 20px;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer; }

input[type="checkbox"] + .false_checkbox,
input[type="radio"] + .false_radio {
  width: 20px;
  height: 20px;
  border: 1px solid #eee;
  background: #f4f3f4;
  display: inline-block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) inset;
  vertical-align: top;
  cursor: pointer;
  margin: 0 5px 0 0; }
  input[type="checkbox"] + .false_checkbox:after,
  input[type="radio"] + .false_radio:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: none;
    margin: -4px 0 0 -4px;
    background-color: #0099cc;
    border-radius: 3px; }

input[type="checkbox"] + .false_checkbox {
  border-radius: 3px; }

input[type="radio"] + .false_radio, input[type="radio"] + .false_radio:after {
  border-radius: 50%; }

input[type="checkbox"]:hover + .false_checkbox,
input[type="radio"]:hover + .false_radio {
  background: #e6e6e6; }

input[type="checkbox"]:checked + .false_checkbox:after,
input[type="radio"]:checked + .false_radio:after {
  display: block; }

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