@charset "UTF-8";
/* CSS Document */

.google_comments {
    display: inline-block;
    margin: 60px auto 0;
    background: #fff;
    color: #cc400b;    
    height: 56px;
    line-height: 57px!important;
    font-size: 20px;
    font-family: bold!important;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 25px;
    font-family: bold;
}


.google_comments span.logo{
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    position: relative;
    top: 12px;
    background: url(/design/images/google_logo.png) center no-repeat;
    background-size: 30px 30px;
}

.first_screen h2 {
    margin-bottom: 60px;
}


.google_comments:hover {
    color: #ef6f3f;
}

.first_screen .mouse-icon {
    display: none;
}

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

.chat_button.robot_img{
    background: no-repeat;
    margin-bottom: 50px;
    width: 200px;
    height: 200px;
    box-shadow: none;
    right: 0;
    bottom: 0;
}

.chat_button.robot_img img{width: 100%; height: 100%;}

.chat_bot {
  display: none;
  width: 340px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  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: #014e96; }
    .chat_bot .chat_header .photo {
      position: absolute;
      width: 40px;
      height: 40px;
      top: 10px;
      left: 10px;
      border-radius: 50%;
      overflow: hidden; }
     .chat_bot .chat_header .photo img{
        width: auto;
        border: 0 none;
        height: auto;
        max-width: 100%;
     }
    .chat_bot .chat_header .name {
      margin-top: 2px;
      font-weight: 600;
      position: relative;
      text-transform: uppercase; }
    .chat_bot .chat_header .description {
      }
    .chat_bot .chat_header .close {
      color: #014e96;
      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;
      color: #000;
      border-radius: 3px; 
      background: #f4f3f4;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) inset;
      border: 1px solid #eee;
      }
    .chat_bot .basic_form .flag_container, .chat_bot .basic_form .flag-container {
      position: absolute;
      width: 46px;
      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: #014e96;
        cursor: pointer; }
  .chat_bot .button {
    background: orange;
    box-shadow: 0 2px 0 #d87905;
    color: #945508;
    cursor: pointer;
    font-size: 13px;
    height: 30px;
    line-height: 33px;
    margin: 10px auto 0;
    padding: 0 20px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
}
.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; } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }
  
header{padding: 7px 0;}

header ul.menu{height: 28px; padding: 4px 0;}

header .left_logo{
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-family: bold;
    display: inline-block;
    vertical-align: top;
    /*margin-top: 10px;*/
}

header .right{padding: 0;}

header .left_logo .logo_image{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: .88em;
}

header .left_logo img{
    display: block;
    margin-right: 10px;
    width: 27px;
}  

.icon-menu{
    height: 27px;
    line-height: 27px;
    width: 27px;
    font-size: 27px;
}

/*---------------------------------- Messengers ----------------------------------------------- */
.social_set {
    display: block;
    height: 30px;
    margin: 10px 0!important; }
    .social_set a {
        background-image: none;
        background: #1777f0;
        color: #fff!important;
        margin: 0 2px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 3px;
        font-size: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        .social_set a.skype {background-color: #009BE3;}
        .social_set a.telegram {background-color: #1F97C9;}
        .social_set a.viber {background-color: #7B509F;}
        .social_set a.whatsapp {background-color: #55BF63;}
        .social_set a.facebook {background-color: #3283E0;}
        .social_set a.vkontakte {background-color: #00668D;}
        .social_set a.facebook:hover {background-color: #36528e!important;}
        .social_set a.vkontakte:hover{background-color: #476d98!important;}
        .social_set a.skype:hover{background: #04b6e6!important;}
        .social_set a.viber:hover{background: #74448a!important;}
        .social_set a.whatsapp:hover {background: #01ab43!important;}
        .social_set a.telegram:hover {background: #0389c5!important;}
.social__title {border-bottom: 1px solid #dddddd;cursor: default;padding: 10px 0;color: #2a2a2a;font-family: "light", Helvetica, Arial, sans-serif;}

/*---------------------------------- Social networks ----------------------------------------------- */
.social_networks {
    display: block;
    height: 30px;
    margin: 10px 0;}
    .social_networks a {
        display: inline-block;
        vertical-align: top;
        margin: 0 2px;
        width: 30px;
        height: 30px;
        background-image: url(../images/social_set.png);
        background-repeat: no-repeat;
        background-size: 270px 90px; }
        .social_networks a.vk {
            background-position: 0 -30px; }
        .social_networks a.fb {
            background-position: -30px -30px; }
        .social_networks a.tw {
            background-position: -60px -30px; }
        .social_networks a.gp {
            background-position: -90px -30px; }
        .social_networks a.ok {
            background-position: -120px -30px; }
        .social_networks a.li {
            background-position: -150px -30px; }
        .social_networks a.mail {
            background-position: -180px -30px; }
        .social_networks a.in, .social_networks a.inst {
            background-position: -210px -30px; }
        .social_networks a.yt {
            background-position: -240px -30px; }

/********************** NEW FOOTER **********************/
footer {
    text-align: inherit;
}
footer .column {
    display: inline-block;
    vertical-align: top;
    min-height: 100px;
    margin: 0 1%;
}
footer .column.first_col {
    width: 40%;
    margin-left: 0;
}
footer .column.first_col .top_part {
    margin-bottom: 20px;
    position: relative;
    background: url(../images/forsage_logo2.png) top left no-repeat;
    background-size: 122px 104px;
    min-height: 104px;
    padding-left: 142px;
    color: #fff;
    font-family: light;
    font-size: 16px;
    line-height: 24px;
}
footer .column.first_col .text {
    margin-bottom: 10px;
}
footer .column.first_col a {
    color: #fff;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
footer .column.first_col .bottom_part {
    padding-left: 142px;
    color: #fff;
    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-size: cover;
    position: absolute;
    top: 10px;
    left: 3px;
}
footer .column.first_col .sign table {
    top: 0;
    left: 0;
}
footer .column.second_col {
    width: 23%;
}
footer .title {
    font-family: bold;
    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: #fff;
    font-size: 20px;
}
footer .adres {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
}
.adres a, .adres a:visited, .adres a:hover, .adres a:focus {
    color: inherit;
}
footer .adres .sub_title {
    font-family: regular;
    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 .column.third_col {
    width: 30%;
    margin-right: 0;
}
footer .doc {
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    margin-bottom: 4px;
    color: #fff;
    font-family: light;
    font-size: 16px;
    line-height: 22px;
    display: block;
}
footer .doc:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 8px;
    left: 0;
    background: #fff;
}
footer .doc .text {
    display: inline;
    padding-bottom: 1px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.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, .map_modal .modal_body img {
    display: none;
}
.video_screen .my_video {
    border: 10px solid #019688;
}
.first_screen:after {
    content: "";
    height: 3px;
    width: 100%;
    bottom: -3px;
    left: 0;
    position: absolute;
    background: #019688;
}