﻿@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none; }

body {
  font: 100% amalia,sans-serif;
  color: #000;
  -webkit-text-size-adjust: none; }

.left {
  text-align: left !important; }

.center {
  text-align: center !important; }

.right {
  text-align: right !important; }

.alignleft {
  float: left; }

.aligncenter {
  margin: 0 auto; }

.alignright {
  float: right; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.cf:after, .cf:before, .container:after, .container:before, .widget:after, .widget:before, form ol > li:after, form ol > li:before {
  content: "";
  display: block;
  height: 0;
  visibility: hidden; }

.cf:after, .clear, .container:after, .widget:after, form ol > li:after {
  clear: both; }

.cf, .container, .widget, form ol > li {
  zoom: 1; }

html {
  font: normal 62.5% amalia,sans-serif;
  color: #444;
  background-color: #fff; }

* {
  box-sizing: border-box; }

.normal-form textarea {
  overflow: auto; }

button {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 10px 0 0;
  font: 700 14px/20px amalia,sans-serif;
  /*color: #fff;*/
  border: none;
  text-align: center;
  overflow: visible;
  cursor: pointer; }

.user-content dl, .user-content ol, .user-content ul, h1, h2, h3, h4, h5, h6, p, table {
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px; }

h1 {
  font: 400 32px/1.3 amalia,sans-serif; }

h2 {
  font: 400 24px/1.2 amalia,sans-serif; }

h3 {
  font: 400 22px/1.2 amalia,sans-serif; }

h4 {
  font: 400 20px/1.2 amalia,sans-serif; }

h5 {
  font: 400 16px/1.2 amalia,sans-serif; }

h6 {
  font: 400 14px/1.2 amalia,sans-serif; }

a {
  text-decoration: none; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

sup {
  vertical-align: text-top; }

sub, sup {
  font-size: 75%; }

sub {
  vertical-align: bottom; }

blockquote {
  font-style: italic; }

.user-content ul {
  list-style: disc;
  margin-left: 24px; }

.user-content ul ul {
  margin-left: 20px;
  margin-bottom: 0; }

.user-content ul li {
  margin-bottom: 0; }

.user-content ol {
  margin-left: 24px;
  list-style: decimal; }

.user-content ol ol {
  list-style: lower-latin;
  margin-bottom: 0; }

.user-content ul ul, .view ol ol {
  margin-bottom: 0; }

.user-content li li {
  font-size: 1em; }

table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0; }

table td, table th {
  vertical-align: middle; }

.normal-form input[type=color], .normal-form input[type=date], .normal-form input[type=datetime-local], .normal-form input[type=datetime], .normal-form input[type=email], .normal-form input[type=month], .normal-form input[type=number], .normal-form input[type=password], .normal-form input[type=search], .normal-form input[type=tel], .normal-form input[type=text], .normal-form input[type=time], .normal-form input[type=url], .normal-form input[type=week], .normal-form select, .normal-form textarea {
  -webkit-appearance: none; }

.normal-form input[type=color]:focus, .normal-form input[type=date]:focus, .normal-form input[type=datetime-local]:focus, .normal-form input[type=datetime]:focus, .normal-form input[type=email]:focus, .normal-form input[type=month]:focus, .normal-form input[type=number]:focus, .normal-form input[type=password]:focus, .normal-form input[type=search]:focus, .normal-form input[type=tel]:focus, .normal-form input[type=text]:focus, .normal-form input[type=time]:focus, .normal-form input[type=url]:focus, .normal-form input[type=week]:focus, .normal-form select:focus, .normal-form textarea:focus {
  outline: none; }

@font-face {
  font-family: amalia;
  src: url(fonts/Amalia-Regular.woff);
  src: url(fonts/Amalia-Regular.woff) format("woff"), url(fonts/Amalia-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: amalia;
  src: url(fonts/Amalia-Medium.woff);
  src: url(fonts/Amalia-Medium.woff) format("woff"), url(fonts/Amalia-Medium.ttf) format("truetype");
  font-weight: 500; }

@font-face {
  font-family: amalia;
  src: url(fonts/Amalia-Bold.woff);
  src: url(fonts/Amalia-Bold.woff) format("woff"), url(fonts/Amalia-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal; }

.pt-0 {
  padding-top: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.place-1:focus::-webkit-input-placeholder {
  color: transparent; }

.place-1:focus::-moz-placeholder {
  color: transparent; }

.place-1::-webkit-input-placeholder {
  color: #aaaab1; }

.place-1::-moz-placeholder {
  color: #aaaab1;
  opacity: 1; }

input.place-1:-ms-input-placeholder, textarea.place-1:-ms-input-placeholder {
  color: #aaaab1; }

html .ui-autocomplete {
  font-family: amalia,sans-serif;
  font-size: 16px;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 420px; }

html .ui-state-focus, html .ui-widget-content .ui-state-focus {
  background-color: #fffee6;
  border: 0;
  font-weight: 400;
  color: #000;
  font-size: 16px; }

.row-grid {
  zoom: 1;
  margin-left: -18px; }

.row-grid:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ""; }

.row-grid > * {
  padding-left: 18px; }

.col {
  float: left;
  min-height: 1px; }
  .col .button-1-ecommerce {
    -webkit-transition: box-shadow .3s ease,background-color .3s ease;
    transition: box-shadow .3s ease,background-color .3s ease;
    box-shadow: 0 30px 25px -10px rgba(182, 184, 185, 0.3);
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    padding: 15.5px 10px;
    background-color: rgba(254, 230, 0, 0.15); }
  .col .button-1-ecommerce:hover {
    box-shadow: 0 25px 25px -15px rgba(182, 184, 185, 0.75); }

.col-ls-12 {
  width: 100%; }

.col-ls-11 {
  width: 91.66663%; }

.col-ls-10 {
  width: 83.3333%; }

.col-ls-9 {
  width: 74.99997%; }

.col-ls-8 {
  width: 66.66664%; }

.col-ls-7 {
  width: 58.33331%; }

.col-ls-6 {
  width: 50%; }

.col-ls-5 {
  width: 41.66665%; }

.col-ls-4 {
  width: 33.33332%; }

.col-ls-3 {
  width: 24.99999%; }

.col-ls-2 {
  width: 16.66666%; }

.col-ls-1 {
  width: 8.33333%; }

a {
  font-size: inherit;
  color: inherit; }

button:focus, input:focus, textarea:focus {
  outline: none; }

.icon-shoppingcart {
  background-image: url(images/icons/icon-shoppingcart.png);
  background-size: 40px; }

.info-card-1 {
  background-image: url(images/icons/info-card-1.png); }

.info-computer-1 {
  background-image: url(images/icons/info-computer-1.png); }

.info-wallet-1 {
  background-image: url(images/icons/info-wallet-1.png); }

.icon-mobile {
  background-image: url(images/icons/icon-mobile.png);
  background-size: 24px; }

.icon-money {
  background-image: url(images/icons/icon-money.png);
  background-size: 40px; }

.icon-vault {
  background-image: url(images/icons/icon-vault.png);
  background-size: 44px; }

.icon-cards {
  background-image: url(images/icons/icon-cards.png);
  background-size: 44px; }

.icon-stopwatch {
  background-image: url(images/icons/icon-stopwatch.png);
  background-size: 75px; }

.icon-document {
  background-image: url(images/icons/icon-document.png);
  background-size: 80px; }

.icon-camera {
  background-image: url(images/icons/icon-camera.png);
  background-size: 65px; }

.icon-phone-1 {
  background-image: url(images/icons/icon-phone-1.png);
  background-size: 18px; }

.icon-bubble-1 {
  background-image: url(images/icons/icon-bubble-1.png);
  background-size: 18px; }

.icon-facebook-1 {
  background-image: url(images/icons/icon-facebook-1.png);
  background-size: 10px; }

.icon-facebook-1:hover {
  background-image: url(images/icons/icon-facebook-2.png); }

.icon-save {
  background-image: url(images/icons/icon-save.png);
  background-size: 24px; }

.icon-save-2 {
  background-image: url(images/icons/icon-save-2.png);
  background-size: 24px; }

.icon-youtube-1 {
  background-image: url(images/icons/icon-youtube-1.png);
  background-size: 20px; }

.icon-youtube-1:hover {
  background-image: url(images/icons/icon-youtube-2.png); }

.icon-twitter-1 {
  background-image: url(images/icons/icon-twitter-1.png);
  background-size: 21px; }

.icon-twitter-1:hover {
  background-image: url(images/icons/icon-twitter-2.png); }

.icon-download {
  background-image: url(images/icons/download.png);
  background-size: 21px; }

.icon-man {
  background-image: url(images/icons/icon-man.png);
  background-size: 16px; }

.icon-clock {
  background-image: url(images/icons/icon-clock.png);
  background-size: 20px; }

.icon-card {
  background-image: url(images/icons/icon-card.png);
  background-size: 20px; }

.icon-mega {
  background-image: url(images/icons/icon-mega.png);
  background-size: 81px; }

.icon-chat {
  background-image: url(images/icons/icon-chat.png);
  background-size: 75px; }

.icon-bulb {
  background: url(images/icons/bulb_2.png) 50% no-repeat; }

.icon-insurance {
  background-image: url(images/icons/icon-insurance.png);
  background-size: 80px; }

.flex-container {
  display: flex;
  flex-direction: row; }

.container-1 {
  max-width: 1170px; }
  .container-1.new-fix .section {
    padding-bottom: 10px; }
  .container-1.new-fix .checkbox-wrap {
    max-width: 330px;
    margin: auto;
    margin-bottom: 60px; }

.container-1, .container-2 {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto; }

.container-2 {
  max-width: 770px; }
  .container-2 .button-1-cross-sell {
    -webkit-transition: box-shadow .3s ease,background-color .3s ease;
    transition: box-shadow .3s ease,background-color .3s ease;
    box-shadow: 0 30px 25px -10px rgba(182, 184, 185, 0.3);
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    padding: 15.5px 10px;
    background-color: rgba(254, 230, 0, 0.15); }
  .container-2 .button-1-cross-sell:hover {
    box-shadow: 0 25px 25px -15px rgba(182, 184, 185, 0.75); }

.container-3 {
  max-width: 595px; }

.container-3, .container-4 {
  margin-left: auto;
  margin-right: auto; }

.container-4 {
  max-width: 380px; }

.container-5 {
  background-color: #f4f4f4; }
  .container-5 .more-info {
    max-width: 620px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    padding: 32px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .container-5 .more-info .icon-bulb {
      background: url(images/icons/bulb_2.png) 50% no-repeat;
      width: 60px;
      height: 56px;
      display: block;
      background-size: contain;
      margin-top: 18px; }
      .container-5 .more-info .icon-bulb.no-margin {
        margin-top: 0; }
    .container-5 .more-info .text {
      width: calc(100% - 60px);
      padding-left: 24px; }
      .container-5 .more-info .text p {
        font-family: amalia,sans-serif;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 0;
        line-height: 24px; }

.inner-margin-0 {
  margin-bottom: 0; }

.inner-margin-1 {
  margin-bottom: 10px; }

.inner-margin-2 {
  margin-bottom: 20px; }

.inner-margin-3 {
  margin-bottom: 30px; }

.inner-margin-4 {
  margin-bottom: 40px; }

.inner-margin-5 {
  margin-bottom: 50px; }

.inner-margin-6 {
  margin-bottom: 60px; }

.inner-margin-7 {
  margin-bottom: 70px; }

.inner-margin-8 {
  margin-bottom: 80px; }

.inner-margin-9 {
  margin-bottom: 90px; }

.inner-margin-10 {
  margin-bottom: 100px; }

.inner-margin-10-1 {
  margin-bottom: 100px !important; }

.inner-margin-1-6 {
  margin-bottom: 16px; }

.top-padding-1 {
  padding-top: 20px; }

.top-padding-2 {
  padding-top: 40px; }

.top-padding-3 {
  padding-top: 60px; }

.top-padding-4 {
  padding-top: 80px; }

.top-padding-5 {
  padding-top: 100px; }

#main {
  overflow: hidden; }

.info-card.top-padding-6 {
  padding-top: 106px; }

.info-card.fix {
  background-position: 50% 8%;
  background-size: 60px;
  border: none;
  min-height: 400px;
  position: relative; }
  .info-card.fix:after {
    content: "";
    display: block;
    position: absolute;
    top: 150px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 200px;
    background: #dbdbdb; }

.infos-row .col-t {
  cursor: pointer; }

.infos-row .col:last-child .info-card:after {
  display: none; }

.icon-camera.fix {
  background-size: 48px; }

.inner-margin-1.fix, .inner-margin-1.fix-1 {
  margin-bottom: 7px; }
  .inner-margin-1.fix .text, .inner-margin-1.fix-1 .text {
    line-height: 1.6; }

.intro-section.fix {
  box-shadow: 0 0 62px -9px rgba(0, 0, 0, 0.25);
  position: relative; }
  .intro-section.fix .calculator-wrap {
    width: 100%;
    min-height: 540px; }
    .intro-section.fix .calculator-wrap .row-grid {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0; }
    .intro-section.fix .calculator-wrap .col {
      position: relative;
      min-height: 540px;
      padding: 0;
      padding: 50px 6%; }
    .intro-section.fix .calculator-wrap .col:nth-child(2) {
      background-color: #f2f4f5;
      padding: 50px 6%; }
    .intro-section.fix .calculator-wrap .bg-img {
      background-image: url(images/sample/sample-3.jpg);
      width: 100%;
      min-height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-size: cover;
      background-position: 50%; }
    .intro-section.fix .calculator-wrap .value-slider-wrap {
      border-bottom: none;
      margin: 0; }
      .intro-section.fix .calculator-wrap .value-slider-wrap .input {
        max-width: 100%;
        width: 100%;
        text-align: center;
        padding: 17px 20px 15px;
        margin-bottom: 32px; }
      .intro-section.fix .calculator-wrap .value-slider-wrap .text-2 {
        color: #b5b5b5; }
      .intro-section.fix .calculator-wrap .value-slider-wrap .title-3 {
        margin-bottom: 30px; }
    .intro-section.fix .calculator-wrap .ui-slider.ui-widget-content {
      height: 8px; }
      .intro-section.fix .calculator-wrap .ui-slider.ui-widget-content .ui-state-default {
        width: 20px;
        height: 20px; }
    .intro-section.fix .calculator-wrap .button-1 {
      padding: 28px 10px;
      font-weight: 400; }
    .intro-section.fix .calculator-wrap .total-wrap .title {
      margin: 0; }
    .intro-section.fix .calculator-wrap .total-wrap .number {
      font-size: 48px;
      font-weight: 700;
      color: #0095c9;
      margin-bottom: 30px;
      width: 100%;
      border: none;
      padding: 0; }
    .intro-section.fix .calculator-wrap .content {
      position: relative; }
      .intro-section.fix .calculator-wrap .content .title.big-title {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 55px; }
      .intro-section.fix .calculator-wrap .content .title {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        margin: 0; }
      .intro-section.fix .calculator-wrap .content .number.type-2 {
        font-size: 48px;
        font-weight: 700;
        color: #ffec00;
        text-shadow: 2px 2px #000;
        margin-bottom: 30px; }
      .intro-section.fix .calculator-wrap .content .button-1 {
        position: relative;
        background-color: transparent;
        box-shadow: none;
        color: #fff;
        border: 1px solid #a1a1a1;
        padding: 18px 10px 25px;
        z-index: 1; }
      .intro-section.fix .calculator-wrap .content .button-1:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #a1a1a1;
        opacity: 0;
        z-index: -1;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out; }
      .intro-section.fix .calculator-wrap .content .button-1:hover:after {
        opacity: .3; }
      .intro-section.fix .calculator-wrap .content .button-1 .icon-cart-2 {
        width: 30px;
        height: 25px;
        display: inline-block;
        background-repeat: no-repeat;
        position: relative;
        top: 6px;
        left: -5px; }
      .intro-section.fix .calculator-wrap .content .icon-cart {
        display: block;
        width: 100px;
        height: 95px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 20px;
        margin-bottom: 25px; }

.icon-cart {
  background-image: url(images/icons/cart-ico-2.png);
  background-size: 65px; }

.icon-cart-2 {
  background-image: url(images/icons/cart-ico-3.png);
  background-size: 27px; }

.section.fix-2 {
  padding-bottom: 146px; }

.button-1.fix span {
  font-weight: 100;
  vertical-align: top; }

.value-slider-section.fix {
  padding-top: 68px; }

.cross-sell-info {
  width: 100%;
  background-color: #f2f4f5;
  display: -webkit-box;
  height: 100px;
  margin-bottom: 100px; }
  .cross-sell-info .highlight {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    background: #fff;
    padding: 10px;
    width: calc(100% - 40px);
    margin: auto; }
    .cross-sell-info .highlight .highlight-button {
      float: right; }
    .cross-sell-info .highlight .highlight-text {
      width: 100%; }
    .cross-sell-info .highlight p {
      background: rgba(254, 230, 0, 0.15);
      padding: 30px;
      margin-bottom: 0;
      padding-right: 300px; }
    .cross-sell-info .highlight a {
      position: absolute;
      top: calc(50% - 20px);
      right: 35px;
      padding: 9px;
      border-style: solid;
      border-width: thin;
      float: right;
      font-weight: bold; }

.benefit-section {
  padding-top: 110px;
  padding-bottom: 100px; }

.benefit-section .info-card.fix:after {
  display: none; }

.benefit-section .info-card.fix {
  background-size: 124px;
  padding-top: 180px;
  background-position: 50% 5%; }

.benefit-section .col-ls-4 {
  padding: 0 4.4%; }

.benefit-section .title-border-1:after {
  left: -webkit-calc(50% - 50px);
  left: calc(50% - 50px); }

.benefit-section .title-3 {
  font-size: 18px; }

.benefit-section .row-grid {
  max-width: 1200px;
  margin: auto; }

.benefit-section .info-card.fix.benefit-ico-2 {
  background-position: 50% 12%; }

.benefit-section-2 {
  padding-bottom: 60px; }

.benefit-ico-1 {
  background-image: url(images/sample/benefit-ico-1.png);
  background-size: 124px; }

.benefit-ico-2 {
  background-image: url(images/sample/benefit-ico-2.png);
  background-size: 124px; }

.benefit-ico-3 {
  background-image: url(images/sample/benefit-ico-3.png);
  background-size: 124px; }

.section-2.padding-fix {
  padding-bottom: 80px;
  padding-top: 0; }

.section-2.padding-fix-2 {
  padding-bottom: 60px;
  padding-top: 30px; }

.container-2.fix-center {
  text-align: center; }

.strong-fix strong {
  color: #000;
  background: #fff133; }

.yellow-bg strong {
  background: #ffec00;
  padding: 0 5px; }

.store-wrap {
  border: 3px solid #f2f4f5;
  padding: 40px; }
  .store-wrap .store-btn {
    float: left;
    width: 33%; }
  .store-wrap img {
    display: block;
    max-width: 100%;
    max-height: 60px; }
  .store-wrap .google-play img {
    padding-right: 8px; }
  .store-wrap .apple-store img {
    padding-right: 8px; }
  .store-wrap .huawei-appGallery img {
    padding-right: 8px; }

.store-wrap-2 {
  padding: 40px; }
  .store-wrap-2 .store-btn {
    float: left;
    width: 50%; }
  .store-wrap-2 img {
    display: block;
    max-width: 100%;
    max-height: 60px; }
  .store-wrap-2 .google-play img {
    margin-left: auto;
    margin-right: 8px; }
  .store-wrap-2 .apple-store img {
    margin-right: auto;
    margin-left: 8px; }

.store-wrap-3 .store-btn {
  float: left;
  width: 33.333%; }

.store-wrap-3 img {
  display: block;
  max-width: 100%;
  max-height: 180px; }

.store-wrap-3 .google-play img {
  margin-right: 20px; }

.section-2.padding-fix-3 {
  padding-bottom: 0; }

.save-btn-2 {
  color: #0095c9;
  text-decoration: underline; }

span {
  display: inline-block;
  vertical-align: middle; }

.full {
  width: 100%; }

.ib {
  display: inline-block; }

.block {
  display: block; }

.semi-bold {
  font-weight: 500; }

.bold {
  font-weight: 700; }

.icon-text {
  padding-left: 125px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  max-width: 480px; }

.text-changer {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1; }

.text-changer.animating {
  opacity: 0; }

.title-1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.4); }

.title-2 {
  font-size: 30px;
  font-weight: 700; }

.title-2-2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2; }
  .title-2-2:after {
    left: 0 !important; }

.title-3 {
  font-weight: 700; }

.title-3, .title-4 {
  font-size: 20px; }

.title-5 {
  font-size: 44px;
  font-weight: 700; }

.title-6 {
  font-size: 24px;
  font-weight: 700; }

.text-1 {
  font-size: 16px;
  line-height: 24px; }

.text-1 a {
  color: #0095c9;
  text-decoration: underline; }

.text-2 {
  font-size: 18px;
  font-weight: 500; }

.text-2 a {
  color: #0095c9;
  text-decoration: underline; }

.text-2.bold {
  font-weight: 800; }

.text-2-2 {
  font-size: 16px;
  font-weight: 700; }

.text-2.ib {
  padding: 16px; }
  .text-2.ib span {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%; }

.text-3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-transform: uppercase; }

.text-3 a {
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 9px;
  color: #0095c9;
  border-bottom: 2px solid #0095c9; }

.text-3 .checkbox:not(.checkbox-2) {
  vertical-align: top;
  margin-right: 20px;
  margin-top: -2px;
  margin-bottom: 15px; }

.text-4 {
  font-size: 12px;
  line-height: 1.8; }

.text-4-gray {
  font-size: 12px;
  line-height: 1.8;
  color: #888; }

.text-4-gray center inner-margin-6 {
  color: #888;
  font-size: 12px;
  line-height: 1.8; }

.checkbox-wrap {
  position: relative;
  padding-left: 50px; }

.checkbox-wrap .checkbox {
  position: absolute;
  top: 4px;
  left: 0; }

.link-1 {
  font-size: 16px; }

.padding-1 {
  padding: 0 60px; }

.cl-2 {
  color: #7b7b7b; }

.cl-3 {
  color: #fff; }

.cl-4 {
  color: #0095c9; }

.cl-5 {
  color: #888; }

.bg-cl-1 {
  background-color: #f2f4f5; }

.checkbox-1 {
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  position: relative;
  display: inline-block;
  width: 32px;
  height: 15px;
  border-radius: 16px;
  background-color: #dadada;
  cursor: pointer;
  vertical-align: middle; }
  .checkbox-1.checked {
    background-color: #c3b400; }
    .checkbox-1.checked mark {
      background-color: #ffec00;
      -webkit-transform: translate3d(-webkit-calc(100% - 7px), 0, 0);
      transform: translate3d(calc(100% - 7px), 0, 0); }
  .checkbox-1 mark {
    -webkit-transition: background-color .4s ease,-webkit-transform .4s ease;
    transition: background-color .4s ease,-webkit-transform .4s ease;
    transition: transform .4s ease,background-color .4s ease;
    transition: transform .4s ease,background-color .4s ease,-webkit-transform .4s ease;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    position: absolute;
    left: -2px;
    top: -3px;
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    background-color: #fff; }
  .checkbox-1 .cc-checkbox {
    display: none; }

.checkbox-2, .corporate {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  position: relative;
  /*display: inline-block;*/
  vertical-align: top;
  font-size: 14px; }
  .checkbox-2.checked mark, .corporate.checked mark {
    background: url(images/icons/icon-check-1.png) no-repeat 50%;
    background-size: 18px; }
  .checkbox-2 mark, .corporate mark {
    border-radius: 3px;
    display: block;
    cursor: pointer;
    vertical-align: text-top;
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    margin-right: 10px; }
  .checkbox-2 .cc-checkbox, .corporate .cc-checkbox {
    display: none; }
  .checkbox-2.right-dir, .corporate.right-dir {
    zoom: 1; }
    .checkbox-2.right-dir:after, .corporate.right-dir:after {
      display: block;
      visibility: hidden;
      height: 0;
      clear: both;
      content: ""; }
    .checkbox-2.right-dir mark, .corporate.right-dir mark {
      float: right;
      margin: 0;
      margin-left: 10px; }

.calc-list li {
  width: 100%;
  display: grid;
  position: relative;
  min-height: 180px;
  padding: 0 0 0 100px;
  margin-bottom: 40px; }
  .calc-list li:before {
    content: "";
    width: 180px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -90px;
    background: #fff;
    border-radius: 50%; }
  .calc-list li i {
    display: block;
    width: 80px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 50%;
    background-size: 72px;
    background-repeat: no-repeat; }
  .calc-list li p {
    z-index: 1;
    margin-bottom: 0; }
    .calc-list li p.title-2 {
      font-size: 40px;
      margin-bottom: 10px; }

.calc-icon-1 {
  background-image: url(images/icons/calc-1.png); }

.disk-icon-1 {
  background-image: url(images/icons/disk-2.png); }

.app-icon-0 {
  background-image: url(images/icons/app-icon-0.png); }

.app-icon-1 {
  background-image: url(images/icons/app-icon-1.png); }

.app-icon-2 {
  background-image: url(images/icons/app-icon-2.png); }

.app-icon-3 {
  background-image: url(images/icons/app-icon-3.png); }

.app-icon-4 {
  background-image: url(images/icons/app-icon-4.png); }

.app-icon-5 {
  background-image: url(images/icons/app-icon-5.png); }

.app-icon-6 {
  background-image: url(images/icons/app-icon-6.png); }

.app-icon-7 {
  background-image: url(images/icons/app-icon-7.png); }

.app-icon-8 {
  background-image: url(images/icons/app-icon-8.png); }

.app-icon-9 {
  background-image: url(images/icons/app-icon-9.png); }

.app-icon-10 {
  background-image: url(images/icons/app-icon-10.png); }

.app-icon_1 {
  background-image: url(images/icons/app-icon_1.png); }

.app-icon_2 {
  background-image: url(images/icons/app-icon_2.png); }

.app-icon_3 {
  background-image: url(images/icons/app-icon_3.png); }

.app-icon_4 {
  background-image: url(images/icons/app-icon_4.png); }

.app-icon-11 {
  background-image: url(images/icons/app-icon-11.png); }

.app-icon-12 {
  background-image: url(images/icons/app-icon-12.png); }

.doc-icon-1 {
  background-image: url(images/icons/doc-1.png);
  height: 190px;
  background-size: 170px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 170px; }

.list-wrap:not(.e-commerce-list) li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background: #fff;
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.07));
  padding: 25px 50px 25px 160px;
  text-align: left;
  min-height: 146px;
  position: relative; }

.list-wrap:not(.e-commerce-list) i {
  display: block;
  width: 160px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50%;
  background-size: 72px;
  background-repeat: no-repeat; }

.list-wrap:not(.e-commerce-list) h6, .list-wrap:not(.e-commerce-list) p {
  margin-bottom: 0; }

.list-wrap:not(.e-commerce-list) p {
  color: #7b7b7b; }

.information-section.corporate-intro-section {
  background: #f4f4f4;
  padding: 60px 0 80px;
  text-align: center; }
  .information-section.corporate-intro-section .button-1 {
    display: inline-block;
    padding: 25px 100px;
    cursor: pointer; }
    .information-section.corporate-intro-section .button-1 small {
      font-size: 16px;
      font-weight: 400;
      text-transform: none; }

.panel {
  padding: 30px 18px; }

.panel-bg {
  padding: 22px 10px;
  background: url(images/sample/pattern.png) 0 0; }

.page-header {
  position: relative;
  z-index: 10;
  box-shadow: 0 -5px 31px 2px rgba(0, 0, 0, 0.2); }

.page-header .page-logo {
  position: absolute;
  left: 0;
  top: 30px;
  display: block;
  width: 185px;
  height: 48px;
  background-image: url(images/icons/RB-Logo-Header.png);
  background-size: 185px;
  background-repeat: no-repeat; }

.page-header .page-title {
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0; }

.page-header .container-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 110px; }

.page-header .menu-wrap {
  position: absolute;
  right: 0;
  top: 30px; }

.menu-wrap {
  cursor: pointer;
  position: relative;
  width: 56px;
  height: 50px;
  border: 1px solid #d1d1d1; }

.menu-wrap .button {
  z-index: 2;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/icons/icon-hamb.png) no-repeat 50%;
  background-size: 24px; }

.menu-wrap .menu {
  display: none;
  z-index: 1;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 255px;
  background-color: #fff;
  box-shadow: 0 0 31px -1px rgba(0, 0, 0, 0.2);
  padding-top: 50px;
  padding-bottom: 20px; }

.menu-wrap .menu a {
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 28px 0;
  padding-left: 110px; }

.menu-wrap .menu .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat; }

.menu-wrap a:hover {
  background-color: #fffab3; }

.menu-wrap a:hover .icon {
  -webkit-animation: a .4s;
  animation: a .4s;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
  animation-timing-function: cubic-bezier(0, 1, 1, 1); }

@-webkit-keyframes a {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  50% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes a {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  50% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.save-box {
  position: absolute;
  top: 28px;
  right: 0;
  margin-right: 0; }
  .save-box .save-btn {
    position: relative;
    display: inline-block;
    height: 53px;
    border: 1px solid #d1d1d1;
    -webkit-transition: border-color .4s ease;
    transition: border-color .4s ease;
    background: transparent;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 0; }
    .save-box .save-btn:hover {
      border-color: #000; }
    .save-box .save-btn i {
      display: inline-block;
      width: 24px;
      height: 53px;
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: 100%;
      float: left;
      margin-right: 20px; }
  .save-box .tooltip {
    animation: none;
    position: absolute;
    top: -webkit-calc(100% + 14px);
    top: calc(100% + 14px);
    right: 0;
    z-index: 20;
    width: 320px;
    background: #fff url(images/icons/bulb_2.png) 15px 40% no-repeat;
    background-size: 50px;
    padding: 25px 25px 10px 86px;
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 10px; }
    .save-box .tooltip:after {
      right: 68px;
      border-color: transparent transparent #fff; }
  .save-box:after {
    right: 68px; }

.tooltip p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px; }

.tooltip button {
  background: transparent;
  padding: 5px 0;
  color: #000;
  text-transform: uppercase;
  margin: 0; }
  .tooltip button:first-child {
    float: left; }
  .tooltip button:last-child {
    float: right; }

.tooltip:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 11px;
  border-color: transparent transparent #fe0;
  position: absolute;
  bottom: 100%; }

@-webkit-keyframes b {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  7% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  14% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  21% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  28% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes b {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  7% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  14% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  21% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  28% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.jumbo-panel {
  position: relative; }

.jumbo-panel .img {
  display: block;
  width: 100%; }

.jumbo-panel .title {
  text-align: center;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  left: 20px;
  top: 50%; }

.info-card {
  text-align: center;
  border: 1px solid #d1d1d1;
  padding: 10px 30px;
  padding-top: 150px;
  min-height: 260px;
  background-repeat: no-repeat;
  background-position: 50% 20%; }

.section {
  padding: 60px 0;
  padding-top: 75px; }
  .section.section-calc-example {
    padding-top: 120px;
    padding-bottom: 0; }

.section-2 {
  padding: 50px 0; }

.section-2.no-bottom-padding {
  padding-bottom: 0; }

.value-slider-section {
  background-color: #f2f4f5; }

.value-slider-wrap {
  border-bottom: 1px solid #fff; }

.value-slider-wrap .title {
  float: left; }

.value-slider-wrap .input {
  text-align: right;
  float: right;
  max-width: 215px; }

.value-slider-wrap .slider {
  width: 100%;
  float: left; }

.value-slider-wrap .min-txt {
  float: left; }

.value-slider-wrap .max-txt {
  float: right; }

.value-wrap .input {
  text-align: right;
  float: right;
  max-width: 215px; }

.hidden {
  display: none; }

.button-wrap {
  zoom: 1;
  margin-left: -12px; }

.button-wrap:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ""; }

.button-wrap .button {
  float: left;
  margin-left: 12px;
  width: -webkit-calc(50% - 12px);
  width: calc(50% - 12px); }

.button-1 {
  -webkit-transition: box-shadow .3s ease,background-color .3s ease;
  transition: box-shadow .3s ease,background-color .3s ease;
  box-shadow: 0 30px 25px -10px rgba(182, 184, 185, 0.3);
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 15.5px 10px;
  background-color: #ffec00;
  color: #000000; }

.button-1:hover {
  box-shadow: 0 25px 25px -15px rgba(182, 184, 185, 0.75);
  background-color: #fff133; }

.button-1.color-2 {
  background-color: #f1f2f4; }

.button-1.color-2:hover {
  box-shadow: 0 25px 25px -15px rgba(182, 184, 185, 0.75);
  background-color: #e2e4e9; }

.input-1 {
  font-family: amalia,sans-serif;
  display: block;
  font-size: 20px;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #d1d1d1;
  padding: 12px 15px 10px; }

.input-1.error {
  border-color: #e53935; }

.input-4 {
  font-family: amalia,sans-serif;
  display: block;
  font-size: 18px;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #d1d1d1;
  padding: 15px 15px 8px; }

.input-4.error {
  border-color: #e53935; }

.input-1[disabled] {
  background-color: #f2f4f5; }

.input-date {
  background: url(images/icons/icon-date.png) 100% 0 no-repeat;
  background-size: 18px;
  padding-right: 30px;
  cursor: pointer; }

.ui-slider.ui-widget-content {
  border: none;
  border-radius: 0;
  background-color: #dbdbdb;
  height: 3px; }

.ui-slider .ui-widget-header {
  border-radius: 0;
  background-color: #0095c9; }

.ui-slider.ui-widget-content .ui-state-default {
  border-radius: 50%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  cursor: pointer;
  width: 14px;
  height: 14px;
  background-color: #0095c9;
  outline: none; }

.ui-slider.ui-widget-content .ui-state-default:after {
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  width: -webkit-calc(100% + 8px);
  width: calc(100% + 8px);
  height: -webkit-calc(100% + 8px);
  height: calc(100% + 8px);
  background-color: rgba(0, 149, 201, 0.3); }

.datepicker-dd-wrap {
  position: relative;
  display: inline-block;
  width: 45%; }

.datepicker-dd-wrap:after {
  content: "";
  position: absolute;
  right: 15px;
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  background: 50% no-repeat url(images/icons/arrow-bottom.png);
  background-size: 12px; }

body .ui-datepicker select.ui-datepicker-month, body .ui-datepicker select.ui-datepicker-year {
  cursor: pointer;
  padding-left: 10px;
  font-size: 18px !important;
  width: 100% !important;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  max-width: 82px;
  min-width: unset;
  -moz-appearance: none; }

body #ui-datepicker-div {
  width: 280px !important;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
  padding: 10px; }

body .ui-widget-header {
  border: none;
  background: #fff; }

body table thead th {
  font-family: amalia,sans-serif;
  background: none;
  font-size: 16px;
  color: #505050; }

body .ui-datepicker th {
  font-weight: 500; }

body .ui-datepicker td {
  padding: 1px 2px; }

body .ui-datepicker .ui-datepicker-title {
  font-size: 16px;
  font-weight: 500;
  color: #505050;
  margin-top: 9px;
  margin-bottom: 10px; }

body .ui-widget-content .ui-state-default, body .ui-widget-header .ui-state-default {
  background: none;
  color: #505050;
  font-size: 14px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 0; }

body .ui-datepicker td a, body .ui-datepicker td span {
  padding: .4em;
  text-align: center; }

body .ui-widget-content .ui-state-active, body .ui-widget-content .ui-state-highlight, body .ui-widget-content .ui-state-hover, body .ui-widget-header .ui-state-active, body .ui-widget-header .ui-state-highlight, body .ui-widget-header .ui-state-hover {
  border-color: #ffec00;
  background: #ffec00;
  color: #505050;
  border-radius: 18px; }

body table tr:nth-child(2n) td, body table tr:nth-child(2n) th {
  background: none; }

body .ui-icon {
  width: 20px;
  height: 20px; }

body .ui-datepicker .ui-datepicker-next, body .ui-datepicker .ui-datepicker-prev {
  width: 38px;
  height: 38px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border: 1px solid #d1d1d1;
  border-radius: 0; }

body .ui-datepicker .ui-datepicker-prev {
  top: 4px;
  left: 0;
  margin-left: 5px; }

body .ui-datepicker .ui-datepicker-next {
  top: 4px;
  right: 0;
  margin-right: 7px; }

body .ui-datepicker .ui-datepicker-next.ui-state-hover, body .ui-datepicker .ui-datepicker-prev.ui-state-hover {
  background: none;
  border: 1px solid #d1d1d1;
  top: 4px; }

body .ui-datepicker .ui-datepicker-prev.ui-state-hover {
  left: 0; }

body .ui-datepicker .ui-datepicker-next.ui-state-hover {
  right: 0; }

body .ui-datepicker .ui-datepicker-next span, body .ui-datepicker .ui-datepicker-prev span {
  margin-left: -10px;
  margin-top: -9px; }

body .ui-datepicker .ui-datepicker-prev.ui-state-hover span, body .ui-datepicker .ui-datepicker-prev span {
  background: url(images/icons/arrow-b-left.png) 50% no-repeat;
  background-size: 7px;
  border: none; }

body .ui-datepicker .ui-datepicker-next.ui-state-hover span, body .ui-datepicker .ui-datepicker-next span {
  background: url(images/icons/arrow-b-right.png) 50% no-repeat;
  background-size: 7px;
  border: none; }

.input-info {
  position: relative; }

.input-info .input-wrap {
  padding-right: 50px; }

.input-info .info-icon {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
  right: 10px; }

.has-info {
  position: relative;
  padding-right: 50px; }

.has-info-2 {
  position: relative;
  padding-right: 11px; }

.has-info .info-icon, .has-info .pen-icon {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: -webkit-calc(50% - 2px);
  top: calc(50% - 2px);
  right: 0; }

.info-icon {
  cursor: pointer;
  display: inline-block;
  width: 36px;
  height: 26px;
  border: 2px solid #cfd0d2;
  border-radius: 13px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(images/icons/info-icon-1.png);
  background-size: 2px;
  position: relative; }

.tooltip-list {
  position: absolute;
  list-style: disc;
  text-align: left;
  width: 250px;
  padding: 15px 20px;
  background-color: rgba(73, 80, 90, 0.7);
  right: 15px;
  bottom: 29px;
  font-size: 14px;
  color: #fff;
  visibility: hidden;
  transition: all 0.3s ease; }

.tooltip-list .no-bullet {
  list-style: none; }

.tooltip-list::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 0 13px;
  border-color: #49505a transparent transparent;
  position: absolute;
  right: 0;
  bottom: -12px;
  opacity: 0.7; }

/* Show tooltip on hover */
.info-icon:hover .tooltip-list {
  opacity: 1;
  visibility: visible; }

.pen-icon {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 36px;
  height: 26px;
  border: 2px solid #cfd0d2;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/icons/pen-icon.png); }

.info-icon p {
  text-align: center;
  width: 250px;
  padding: 15px;
  background-color: rgba(73, 80, 90, 0.7);
  position: absolute;
  right: 15px;
  bottom: 29px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: none !important; }

.offer-info p {
  background-color: rgba(73, 80, 90, 0.9); }

.offer-info p::after {
  opacity: 0.9; }

.offer-info ul {
  background-color: rgba(73, 80, 90, 0.9); }

.offer-info .tooltip-list::after {
  opacity: 0.9; }

.refExample-option-list .info-icon p {
  text-align: center;
  width: 180px;
  padding: 15px;
  background-color: rgba(73, 80, 90, 0.7);
  position: absolute;
  right: 15px;
  bottom: 29px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: none !important; }

.info-icon p:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 0 13px;
  border-color: #49505a transparent transparent;
  position: absolute;
  right: 0;
  bottom: -12px;
  opacity: .7; }

.info-icon:hover p {
  opacity: 1;
  visibility: visible; }

.title-border-1 {
  position: relative; }

.title-border-1:after {
  content: "";
  position: absolute;
  left: -webkit-calc(50% - 40px);
  left: calc(50% - 40px);
  bottom: -22px;
  width: 80px;
  height: 8px;
  background-color: #fff200; }

.plain-text {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px; }

.plain-text .semi-bold {
  position: relative;
  top: 4px; }

.plain-text .info-icon {
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px); }

.list-1 {
  list-style: disc;
  list-style-position: outside; }

.list-1 li {
  margin-left: 20px;
  padding-left: 10px;
  margin-bottom: 20px; }

.information-section {
  background: #f4f4f4;
  padding: 60px 0 80px;
  text-align: center; }
  .information-section .buttons {
    padding-left: 25%;
    padding-right: 25%; }
    .information-section .buttons .button-1 {
      padding: 25px 100px;
      margin-bottom: 30px;
      display: block;
      cursor: pointer; }
  .information-section .title-2:after {
    left: calc(50% - 40px) !important; }
  .information-section.style-2 {
    background: transparent;
    padding-bottom: 0; }

.information-section .col:first-child {
  background-color: #0095c9; }

.information-section .col:last-child {
  background-color: #0095c9;
  background-position: 10% 30%;
  padding: 60px 105px 20px 190px; }

.information-section .col, .information-section .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.information-section .col {
  position: relative;
  padding: 60px 140px 20px 9.5%;
  min-height: 395px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.information-section .title-1 {
  color: #fff;
  text-shadow: none;
  max-width: 330px;
  line-height: 56px; }

.information-section .title-border-1:after {
  left: 0; }

.information-section .list-1 span {
  vertical-align: top; }

.information-section .man-1 {
  position: absolute;
  left: -420px;
  max-width: 100%;
  bottom: 0;
  z-index: 2; }

.teste-slider {
  width: 100%; }

.teste-slider .slick-dots {
  position: absolute;
  bottom: -80px;
  left: -5px; }

.teste-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.teste-slider .slick-dots button {
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #cacaca; }

.teste-slider .slick-dots .slick-active button {
  background-color: #0095c9; }

.teste-slider .slide {
  opacity: 1 !important; }

.teste-slider .inner {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 0; }

.teste-slider .slick-active .inner {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  opacity: 1; }

.tag-wrap {
  position: relative;
  padding-right: 110px; }

.tag-wrap .tag {
  position: absolute;
  top: -webkit-calc(50% - 24px);
  top: calc(50% - 24px);
  right: 30px; }

.tag {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #ffec00;
  background-position: 50%;
  background-repeat: no-repeat; }

.contact-section {
  padding: 27px 0;
  background-color: #34393c; }

.contact-section .page-logo {
  margin-top: 15px;
  display: block;
  width: 200px;
  height: 50px;
  background: url(images/icons/RB-Logo-Footer.png) 50% no-repeat;
  background-size: cover; }

.contact-section .col:not(:first-child) {
  border-left: 1px solid #7b7b7b; }

.contact-section .tag-wrap {
  padding-top: 5px;
  padding-bottom: 5px; }

.social-section {
  background-color: #4f5054;
  padding: 11px 0; }

.social-section .text-1 {
  position: relative;
  top: 6px; }

.socials-wrap {
  zoom: 1; }

.socials-wrap:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ""; }

.socials-wrap li {
  float: left; }

.socials-wrap a {
  -webkit-transition: background-image .3s ease;
  transition: background-image .3s ease;
  display: block;
  height: 30px;
  width: 75px;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.steps-wrap {
  position: relative;
  background-color: #34393c;
  background-image: url(images/sample/pattern-2.png); }
  .steps-wrap .container-1 {
    position: relative;
    z-index: 1;
    min-height: 100px; }
  .steps-wrap .steps {
    position: absolute;
    top: 60px;
    left: 90px;
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px); }
  .steps-wrap div.center {
    position: relative;
    top: 135px; }
  .steps-wrap.type-2 {
    position: relative;
    background-image: url(images/sample/pattern-2.png); }
    .steps-wrap.type-2:after {
      z-index: 0;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      background-image: url(images/sample/bg-1.png);
      background-size: cover; }
    .steps-wrap.type-2 .container-1 {
      position: relative;
      min-height: 390px; }

.steps-wrap-2 {
  position: relative;
  background-color: #34393c;
  background-image: url(images/sample/pattern-2.png); }
  .steps-wrap-2 .container-1 {
    position: relative;
    z-index: 1;
    min-height: 100px; }
  .steps-wrap-2 .steps {
    position: absolute;
    top: 60px;
    left: 90px;
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px); }
  .steps-wrap-2 div.center {
    position: relative;
    top: 135px; }
  .steps-wrap-2.type-2 {
    position: relative;
    background-image: url(images/sample/pattern-2.png); }
    .steps-wrap-2.type-2:after {
      z-index: 0;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      background-image: url(images/sample/bg-2.png);
      background-size: cover; }
    .steps-wrap-2.type-2 .container-1 {
      position: relative;
      min-height: 390px; }

.steps {
  position: relative; }

.steps .progress {
  background-color: #999; }

.steps .progress span {
  -webkit-transition: width .3s ease-out;
  transition: width .3s ease-out;
  display: block;
  height: 3px;
  background-color: #fff100; }

.steps .mobile-title {
  display: none;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: -37px;
  margin: 0; }

.steps .point {
  position: absolute;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #34393c;
  border: 1px solid #999; }

.steps .point:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 50%;
  height: 50%;
  background-color: #999; }

.steps .point.active {
  border-color: #fff100; }

.steps .point.active:after {
  background-color: transparent;
  background-image: url(images/icons/small-check.png);
  background-size: 10px;
  background-position: 50%;
  background-repeat: no-repeat; }

.steps .point.current {
  border-color: #fff100; }

.steps .point.current:after {
  background-color: #fff100; }

.steps .point.current p {
  color: #fff; }

.steps .point.act {
  border-color: #fff100; }
  .steps .point.act:after {
    background-color: transparent;
    background-image: url(images/icons/small-check.png);
    background-size: 10px;
    background-position: 50%;
    background-repeat: no-repeat; }

.steps .point.curr {
  border-color: #fff100; }
  .steps .point.curr:after {
    background-color: #fff100; }
  .steps .point.curr p {
    color: #fff; }

.steps .point p {
  position: absolute;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  top: -30px;
  left: -webkit-calc(50% + .2px);
  left: calc(50% + .2px);
  color: #999;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.label-1 {
  font-size: 16px; }

.back-button-1 {
  -webkit-transition: border-color .4s ease;
  transition: border-color .4s ease;
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 1px solid #d1d1d1;
  background: url(images/icons/return-icon.png) 50% no-repeat;
  background-size: 24px; }

.back-button-1:hover {
  border-color: #000; }

.has-back {
  position: relative; }

.has-back .back-button {
  position: absolute;
  left: 0;
  top: 0; }

.input-2 {
  font-size: 18px;
  font-weight: 500; }

.input-2, .input-3 {
  font-family: amalia,sans-serif;
  display: block;
  border: none;
  background-color: transparent;
  outline: none; }

.input-3 {
  font-size: 16px; }

.select-1 {
  cursor: pointer;
  width: 100%;
  font-family: amalia,sans-serif;
  display: block;
  font-size: 18px;
  font-weight: 500;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(images/icons/arrow-bottom.png) 100% 5px no-repeat;
  background-size: 12px; }

.input-wrap {
  -webkit-transition: border-color .4s ease;
  transition: border-color .4s ease;
  position: relative;
  border: 1px solid #d1d1d1;
  padding: 16px 18px 7px; }

.input-wrap .label {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 16px;
  background-color: #fff;
  left: 3px;
  top: -12px; }

.input-wrap .input {
  width: 100%; }

.input-wrap .input.input-3 {
  margin-bottom: 3px; }

.input-wrap .err-txt {
  display: none;
  position: absolute;
  left: 0;
  bottom: -25px;
  color: #e53935;
  font-size: 14px;
  margin: 0;
  white-space: nowrap; }

.input-wrap:focus-within {
  border-color: #000; }

.input-wrap.error {
  border-color: #e53935; }

.input-wrap.error .err-txt {
  display: block; }

.error-helper-1 {
  display: none;
  background-color: #e53935;
  padding: 20px;
  padding-bottom: 18px; }

.error-helper-info {
  display: block;
  background-color: #0095C9;
  padding: 20px;
  padding-bottom: 18px; }

.popup-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 100; }

.popup-wrap .display-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  overflow: auto; }

.popup {
  -webkit-transition: opacity .5s ease-out,-webkit-transform .5s ease-out;
  transition: opacity .5s ease-out,-webkit-transform .5s ease-out;
  transition: transform .5s ease-out,opacity .5s ease-out;
  transition: transform .5s ease-out,opacity .5s ease-out,-webkit-transform .5s ease-out;
  opacity: 0;
  -webkit-transform: translate3d(0, -5%, 0);
  transform: translate3d(0, -5%, 0);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  max-width: 470px;
  margin: auto;
  background-color: #fff;
  border-top: 5px solid #fff100; }

.popup .inner {
  padding: 15px 40px 1px; }

.popup .inner.type-2 {
  padding: 32px 40px 1px; }

.popup.open {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.custom-radio-1 {
  display: inline-block; }

.custom-radio-1 .radio {
  cursor: pointer;
  position: relative;
  display: block;
  font-size: 16px;
  padding: 22px 20px;
  padding-left: 40px;
  text-overflow: ellipsis;
  overflow: hidden; }

.custom-radio-1 .radio > i {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(images/icons/radio-off.png);
  background-size: 20px;
  background-position: 50%;
  background-repeat: no-repeat; }

.custom-radio-1 .radio.checked > i {
  background-image: url(images/icons/radio-on.png); }

.custom-radio-1.type-2 .radio > i {
  -webkit-transform: none;
  transform: none;
  top: 20px; }

.custom-radio-2 {
  display: inline-block; }

.custom-radio-2 .radio {
  cursor: pointer;
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 22px;
  text-align: left;
  color: #000;
  text-transform: none !important;
  padding: 22px 20px;
  padding-top: 22px;
  padding-right: 20px;
  padding-bottom: 22px;
  padding-left: 65px;
  padding-left: 65px; }

.custom-radio-2 .radio > i {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 20px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(images/icons/radio-off.png);
  background-size: 20px;
  background-position: 50%;
  background-repeat: no-repeat; }

.custom-radio-2 .radio.checked > i {
  background-image: url(images/icons/radio-on.png); }

.custom-radio-2.type-2 .radio > i {
  -webkit-transform: none;
  transform: none;
  top: 20px; }

.custom-radio-2 li {
  background: #f8f8f8;
  border: 1px solid #d1d1d1;
  margin-bottom: 16px;
  padding: 20px; }

.custom-radio-2 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 22px;
  color: #7b7b7b;
  padding-top: 4px; }

.loader-wrap {
  text-align: center; }

.loader-wrap .loader {
  display: inline-block;
  background: #f2f4f5;
  padding: 2px;
  position: relative;
  overflow: hidden; }

.loader-wrap .loader-progress {
  width: 0;
  height: -webkit-calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  background: #fff200;
  -webkit-animation: c 40s infinite;
  animation: c 40s infinite; }

.loader-wrap .loader-progress.type-2 {
  -webkit-animation: c 20s infinite;
  animation: c 20s infinite; }

.loader-wrap ul {
  position: relative;
  z-index: 1; }

.loader-wrap li {
  float: left;
  width: 14px;
  height: 31px;
  border: 3px solid #fff;
  border-right: 0; }

.loader-wrap li:last-child {
  width: 17px;
  border-right: 3px solid #fff; }

@-webkit-keyframes c {
  0% {
    width: 0; }
  10% {
    width: 10%; }
  20% {
    width: 20%; }
  30% {
    width: 30%; }
  40% {
    width: 40%; }
  50% {
    width: 50%; }
  60% {
    width: 60%; }
  70% {
    width: 70%; }
  80% {
    width: 80%; }
  90% {
    width: 90%; }
  to {
    width: 98%; } }

@keyframes c {
  0% {
    width: 0; }
  10% {
    width: 10%; }
  20% {
    width: 20%; }
  30% {
    width: 30%; }
  40% {
    width: 40%; }
  50% {
    width: 50%; }
  60% {
    width: 60%; }
  70% {
    width: 70%; }
  80% {
    width: 80%; }
  90% {
    width: 90%; }
  to {
    width: 98%; } }

.map-wrapper {
  position: relative; }

#map-canvas {
  width: 100%;
  height: 580px; }

.infobox-wrapper {
  display: none;
  background: #fff; }

.infobox {
  width: 380px;
  padding: 5px 5px 20px; }

.infobox-google-maps {
  padding: 0;
  overflow: hidden; }

.infobox .inner {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 22px;
  position: relative; }

.infobox .inner:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #fff transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px; }

.infobox .loc-title {
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 20px; }

.infobox .loc-title, .infobox li {
  font-family: amalia,sans-serif;
  font-size: 16px;
  color: #000; }

.infobox li {
  position: relative;
  line-height: 30px;
  padding-left: 35px;
  margin-bottom: 10px; }

.infobox i {
  display: inline-block;
  width: 25px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50%; }

.gm-style img {
  width: 15px;
  height: 15px; }

.map-search {
  position: absolute;
  top: 25px;
  right: 25px;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden; }

.map-search .search-1 {
  width: 290px;
  border: 0;
  font-family: amalia,sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding: 10px 20px; }

.map-search:after {
  content: "";
  width: 60px;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff 26%, #fff);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 26%, #fff);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 26%, #fff); }

.map-search:after, .map-search button {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.map-search button {
  width: 50px;
  background: url(images/icons/search-icon-2.png) 50% no-repeat;
  background-size: 16px;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 1;
  opacity: .5;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.map-search button:hover {
  opacity: 1; }

.list-block {
  border: 1px solid #0095c9;
  padding: 30px 40px; }

.list-block li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #0095c9;
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative; }

.list-block li:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0095c9;
  position: absolute;
  top: 8px;
  left: 0; }

.img-full img {
  width: 100%;
  height: auto; }

#LoanExampleSlider .offer-slider-wrap {
  width: 100%; }
  #LoanExampleSlider .offer-slider-wrap .offer-slider {
    width: 100%; }
    #LoanExampleSlider .offer-slider-wrap .offer-slider .slide {
      height: inherit !important; }

.offer-slider-wrap {
  max-width: 1300px;
  width: 94%;
  overflow: hidden;
  position: relative;
  margin: 0 auto; }

.offer-slider-wrap .overlay {
  width: 350px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  pointer-events: none; }

.offer-slider-wrap .overlay-left {
  left: 0;
  background: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0));
  background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00ffffff",GradientType=1); }

.offer-slider-wrap .overlay-right {
  right: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=1); }

.offer-slider {
  width: 750px;
  margin: 0 auto; }

.offer-slider .slide {
  outline: none; }

.offer-slider .slick-list {
  overflow: visible; }

.offer-slider .slick-arrow {
  width: 56px;
  height: 56px;
  background-color: #fff200;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 50%;
  opacity: 1;
  visibility: visible;
  margin-top: -28px;
  z-index: 20;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.offer-slider .slick-prev {
  left: 50%;
  margin-left: -390px;
  background-image: url(images/icons/return-icon.png); }

.offer-slider .slick-next {
  right: 50%;
  margin-right: -390px;
  background-image: url(images/icons/right-icon.png); }

.offer-slider.first .slick-prev, .offer-slider.last .slick-next {
  opacity: 0;
  visibility: hidden; }

.offer-block {
  width: 100%;
  max-width: 576px;
  padding: 42px 42px 30px;
  border: 1px solid #d1d1d1;
  margin: 0 auto; }

.block-list .tooltip-list .no-bullet {
  list-style: none; }

.block-list li {
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
  zoom: 1; }

.block-list li:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ""; }

.block-list .tooltip-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  background: none; }

.block-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  background: #0095c9; }

.block-list li > span {
  float: left; }

.block-list .info-icon {
  display: inline-block;
  float: left;
  margin-left: 10px; }

.block-list .info-icon span {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
  right: 10px; }

.slider-content-wrap {
  position: relative; }

.slider-content-wrap .slider-content {
  -webkit-transition: opacity .5s ease,visibility .5s ease;
  transition: opacity .5s ease,visibility .5s ease;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden; }

.slider-content-wrap .slider-content.current {
  position: relative; }

.slider-content-wrap .slider-content.active {
  visibility: visible;
  opacity: 1; }

.docs-list {
  overflow: hidden; }

.docs-list li {
  width: 49%;
  float: left; }

.docs-list li:nth-child(odd) {
  margin-right: 2%; }

.download-btn {
  display: block;
  background-color: #ebebeb;
  padding: 10px 85px 10px 25px;
  border-radius: 3px;
  border-bottom: 2px solid #d9d9d9;
  position: relative;
  -webkit-transition: background .3s ease;
  transition: background .3s ease; }

.download-btn i {
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #d9d9d9;
  background-position: 50%;
  background-repeat: no-repeat; }

.download-btn:hover {
  background-color: #ffec00; }

.pdf-download-ul {
  overflow: hidden; }

.pdf-download-ul li {
  width: 49%;
  float: left; }

.container-3.has-padding {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px); }

.abs-center {
  position: absolute; }

.abs-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.relative-full {
  width: 100%;
  height: 100%; }

.relative-full {
  position: relative; }

.pdf-download-a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.pdf-download-a:hover .pdf-download-arrow {
  -webkit-transform: translateY(-50%) translateX(5px);
  transform: translateY(-50%) translateX(5px); }

.pdf-download-a-left {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  margin: 0 16px; }

.pdf-download-a-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 16px 0;
  padding: 16px 24px 16px 0;
  border-bottom: 1px solid #f2f2f3; }

.pdf-download-arrow {
  position: absolute;
  width: 9px;
  height: 15px;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform .35s ease-out;
  transition: -webkit-transform .35s ease-out;
  transition: transform .35s ease-out;
  transition: transform .35s ease-out,-webkit-transform .35s ease-out; }

.pdf-download-outer {
  width: 32px;
  height: 32px;
  padding: 9px;
  border-radius: 50%;
  background-color: #f3f3f4; }

.pdf-download-icon {
  width: 14px;
  height: 14px; }

.icon-pdf-arrow {
  background-image: url(images/icons/ic_strelica.png);
  background-size: 90%;
  background-repeat: no-repeat; }

.icon-pdf-download {
  background-image: url(images/icons/ic_download.png); }

.icon-pdf-download {
  background-size: 100%;
  background-repeat: no-repeat; }

.button-1.clean-white {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #d1d1d1;
  -webkit-transition: border-color .35s ease-out;
  transition: border-color .35s ease-out; }

.button-1.clean-white:hover {
  border-color: #000; }

.dropzone {
  font-family: amalia,sans-serif;
  font-size: 16px;
  font-weight: 700; }

.dropzone .dz-preview {
  position: relative;
  margin-top: 70px; }

.dropzone .dz-remove {
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  color: #0095c9;
  font-weight: 500;
  font-size: 18px; }

.dropzone .dz-default {
  background: url(images/icons/border-image.png) no-repeat 50%;
  background-size: contain;
  text-align: center;
  min-height: 215px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.dropzone .dz-default span {
  display: block;
  width: 100%; }

.dropzone .dz-details {
  margin-bottom: 10px; }

.dropzone .dz-filename {
  padding-right: 75px;
  word-break: break-all; }

.dropzone .dz-success-mark {
  position: relative; }

.dropzone .dz-success-mark svg {
  width: 20px;
  height: 20px; }

.dropzone .dz-success-mark svg path {
  stroke: #9dcc68;
  stroke-opacity: 1;
  fill: #9dcc68; }

.dropzone .dz-success-mark:after {
  content: "Upload završen";
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  font-weight: 400;
  color: #666; }

.dropzone .dz-progress {
  background-color: #f2f2f2;
  margin-bottom: 10px; }

.dropzone .dz-progress span {
  display: block;
  height: 7px;
  background-color: #ffec00; }

.dropzone .dz-error-mark, .dropzone .dz-error-message, .dropzone .dz-image, .dropzone .dz-size {
  display: none; }

.ie .page-header .page-title {
  margin-top: 35px; }

.ie .checkbox-1.checked mark {
  -webkit-transform: translate3d(14px, 0, 0);
  transform: translate3d(14px, 0, 0); }

.ie .steps .point p {
  white-space: nowrap; }

.ie select::-ms-expand {
  display: none; }

@media only screen and (min-width: 1920px) {
  .information-section .col:first-child {
    padding-left: 20%; } }

/*#region Slick*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*#endregion Slick*/
/*region 1200*/
@media only screen and (max-width: 1200px) {
  .information-section .row {
    display: block; }
  .information-section .row .col {
    width: 100%; }
  .information-section .row .title-border-1:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .information-section .title-1 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px; }
  .section.fix-2 {
    padding-bottom: 0; }
  .information-section .col {
    min-height: 270px; }
  .alpaca-form.DocumentationUploadFormCorporate .section-text .title-2 {
    max-width: 600px !important;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 80px; }
    .alpaca-form.DocumentationUploadFormCorporate .section-text .title-2:after {
      left: 50% !important;
      margin-left: -40px; }
  .alpaca-form.DocumentationUploadFormCorporate .section-text .col {
    width: 100% !important;
    padding-right: 0 !important; }
  #LoanExampleSlider .slick-track {
    display: flex !important;
    margin: 10px;
    width: 500px !important; }
  #LoanExampleSlider .slick-slider.last .slick-track {
    -webkit-transform: translate3d(-200px, 0px, 0px) !important;
    -moz-transform: translate3d(-200px, 0px, 0px) !important;
    -ms-transform: translate3d(-200px, 0px, 0px) !important;
    -o-transform: translate3d(-200px, 0px, 0px) !important;
    transform: translate3d(-200px, 0px, 0px) !important; }
  #LoanExampleSlider .slick-slide {
    height: inherit !important;
    display: flex !important; }
  #LoanExampleSlider .slick-list {
    padding: 0 20% 0 0 !important; } }

/*endregion 1200*/
/*region 980*/
@media only screen and (max-width: 980px) {
  .title-1 {
    font-size: 38px;
    line-height: 40px; }
  .information-section .col {
    padding: 30px 85px 20px 25px; }
  .alpaca-form.CalculateFormCorporate .value-slider-section .row-grid {
    margin-left: 0; }
  .alpaca-form.CalculateFormCorporate .value-slider-section .col {
    width: 100%;
    padding: 0; }
  .alpaca-form.DocumentationUploadFormCorporate .section-text .title-2 {
    font-size: 38px !important; }
  .offer-slider-wrap {
    width: 100%; }
  .offer-slider-wrap .overlay {
    display: none; }
  .offer-slider {
    width: 100%; }
  .offer-slider .slick-list {
    overflow: hidden;
    padding: 0 !important; }
  .docs-list {
    overflow: hidden; }
  .docs-list li {
    width: 100%;
    margin-bottom: 30px; }
  .docs-list li:nth-child(odd) {
    margin-right: 0; }
  .pdf-download-ul {
    overflow: hidden;
    max-width: 595px;
    margin-left: auto;
    margin-right: auto; }
  .pdf-download-ul li {
    width: 100%;
    margin-bottom: 0px; }
  .pdf-download-ul li:nth-child(odd) {
    margin-right: 0; }
  .col-ls-6 {
    width: 100%; }
  .e-commerce.intro-section.fix .calculator-wrap .row-grid {
    display: block; }
  .e-commerce.intro-section.fix .calculator-wrap .col {
    min-height: unset; }
  .scroll-wrap.active {
    visibility: hidden !important; }
  .information-section .buttons {
    padding-left: 0;
    padding-right: 0; }
  .ui-dialog.right-dialog {
    width: 105% !important; }
  .ui-dialog.ssn-dialog .ui-dialog-title {
    white-space: initial; } }

/*endregion 980*/
/*region 780*/
@media only screen and (max-width: 780px) {
  .flex-container {
    flex-direction: column; }
  .col-ms-12 {
    width: 100%; }
  .col-ms-11 {
    width: 91.66663%; }
  .col-ms-10 {
    width: 83.3333%; }
  .col-ms-9 {
    width: 74.99997%; }
  .col-ms-8 {
    width: 66.66664%; }
  .col-ms-7 {
    width: 58.33331%; }
  .col-ms-6 {
    width: 50%; }
  .col-ms-5 {
    width: 41.66665%; }
  .col-ms-4 {
    width: 33.33332%; }
  .col-ms-3 {
    width: 24.99999%; }
  .col-ms-2 {
    width: 16.66666%; }
  .col-ms-1 {
    width: 8.33333%; }
  .section-2 {
    padding: 30px 0;
    padding-bottom: 20px; }
  .title-1 {
    font-size: 32px;
    line-height: 34px; }
  .title-2 {
    font-size: 24px; }
  .title-3 {
    font-size: 18px; }
  .text-1 {
    font-size: 14px;
    line-height: 20px; }
  .text-2 {
    font-size: 16px; }
  .input-1 {
    font-size: 18px;
    padding: 9px 15px 8px; }
  .input-2 {
    font-size: 16px; }
  .label {
    font-size: 14px; }
  .page-header .page-title {
    position: relative;
    top: 7px;
    font-size: 24px;
    text-align: left;
    padding-left: 60px; }
  .page-header .page-logo {
    background-image: url(images/icons/raiffeisenbank_favicon_96px.png);
    background-size: 48px;
    width: 48px; }
  .information-section .row {
    display: block; }
  .information-section .col {
    padding: 30px 85px 20px 25px; }
  .has-info.inner-margin-5 {
    margin-bottom: 35px; }
  .input-wrap .err-txt {
    font-size: 12px;
    bottom: -20px; }
  .title-5 {
    font-size: 24px; }
  #LoanExampleSlider .slick-track {
    display: flex !important;
    margin: 10px;
    width: 500px !important; }
  #LoanExampleSlider .slick-slider.last .slick-track {
    -webkit-transform: translate3d(-200px, 0px, 0px) !important;
    -moz-transform: translate3d(-200px, 0px, 0px) !important;
    -ms-transform: translate3d(-200px, 0px, 0px) !important;
    -o-transform: translate3d(-200px, 0px, 0px) !important;
    transform: translate3d(-200px, 0px, 0px) !important; }
  #LoanExampleSlider .slick-slide {
    height: inherit !important;
    display: flex !important; }
  #LoanExampleSlider .slick-list {
    padding: 0 20% 0 0 !important; }
  .offer-slider {
    padding: 0 20px;
    margin-bottom: 40px; }
  .offer-slider .slide {
    padding: 0 10px; }
  .offer-slider .slick-arrow {
    width: 25px;
    background-size: 10px; }
  .offer-slider .slick-prev {
    left: 0;
    margin-left: 0; }
  .offer-slider .slick-next {
    right: 0;
    margin-right: 0; }
  .offer-block {
    padding: 22px 22px 20px; }
  .ui-dialog.ssn-dialog .ui-dialog-title {
    white-space: initial; } }

/*endregion 780*/
/*region 680*/
@media only screen and (max-width: 680px) {
  .flex-container {
    flex-direction: column; }
  .col-ss-12 {
    width: 100%; }
  .col-ss-11 {
    width: 91.66663%; }
  .col-ss-10 {
    width: 83.3333%; }
  .col-ss-9 {
    width: 74.99997%; }
  .col-ss-8 {
    width: 66.66664%; }
  .col-ss-7 {
    width: 58.33331%; }
  .col-ss-6 {
    width: 50%; }
  .col-ss-5 {
    width: 41.66665%; }
  .col-ss-4 {
    width: 33.33332%; }
  .col-ss-3 {
    width: 24.99999%; }
  .col-ss-2 {
    width: 16.66666%; }
  .col-ss-1 {
    width: 8.33333%; }
  .back-button-1 {
    width: 35px;
    height: 35px;
    background-size: 12px; }
  .steps-wrap .steps {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%; }
  .steps .point p {
    display: none; }
  .steps .mobile-title {
    display: block; }
  .container-1.has-back .title-2.title-border-1 {
    padding: 0 40px; }
  .jumbo-panel .img {
    height: 60vw;
    object-fit: cover; }
  .icon-stopwatch {
    background-size: 56.5px; }
  .icon-document {
    background-size: 60px; }
  .icon-camera {
    background-size: 49px; }
  .info-card {
    text-align: center;
    padding: 10px 20px;
    padding-top: 110px;
    min-height: 190px !important;
    background-position: 50% 12%; }
  .plain-text {
    padding-bottom: 5px; }
  .plain-text .text-1.alignright {
    width: 100%;
    text-align: right;
    margin-top: 5px; }
  .contact-section .col {
    margin-bottom: 30px; }
  .contact-section .col:not(:first-child) {
    border: 0; }
  .contact-section .tag-wrap {
    padding-right: 80px; }
  .contact-section .tag-wrap .tag {
    right: 0; }
  .title-2 {
    padding: 0; }
  .link-1 {
    font-size: 14px; }
  .icon-text {
    margin: auto; }
  .icon-text.inner-margin-0 {
    margin-bottom: 40px; }
  .save-box .save-btn span {
    display: none; }
  .save-box .save-btn i {
    margin-right: 0; }
  .save-box .tooltip:after {
    right: 24px; }
  .popup .inner {
    padding: 15px 20px 1px; }
  .popup .inner.type-2 {
    padding: 32px 20px 1px; }
  .popup.open {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .popup .popup-img {
    max-width: 61.5px; }
  .info-card.fix:after, .information-section .man-1, .intro-section .info-card.fix-1:after {
    display: none; }
  .intro-section .info-card.fix-1 {
    background-size: 120px;
    padding-top: 110px;
    margin-top: 40px; }
  .information-section .col:last-child {
    padding: 60px 20px 20px; }
  .information-section .col {
    min-height: 230px; }
  .e-commerce.intro-section.fix .calculator-wrap .content .icon-cart {
    width: 60px;
    height: 60px; }
  .e-commerce.intro-section.fix .calculator-wrap .content .title.big-title {
    font-size: 24px;
    margin-bottom: 35px; }
  .e-commerce.intro-section.fix .calculator-wrap .content .title {
    font-size: 18px; }
  .e-commerce.intro-section.fix .calculator-wrap .content .number.type-2, .e-commerce.intro-section.fix .calculator-wrap .content .intro-section.fix .calculator-wrap .total-wrap .number {
    font-size: 34px; }
  #e-commerce-cart .menu-wrap {
    padding: 0 !important;
    width: 53px !important; }
    #e-commerce-cart .menu-wrap .button {
      background: url(images/icons/icon-shoppingcart.png) no-repeat 50%;
      background-size: 24px; }
  #e-commerce-cart .cart-text {
    display: none; }
  .eComHeader .save-box {
    right: 60px !important; }
  .cross-sell-info {
    margin-bottom: 135px; }
    .cross-sell-info .highlight {
      font-size: 16px;
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      margin-top: 40px; }
      .cross-sell-info .highlight p {
        padding-right: 30px;
        padding-bottom: 55px; }
      .cross-sell-info .highlight .highlight-button {
        width: 100%;
        margin-top: 10px; }
      .cross-sell-info .highlight a {
        top: calc(100% - 75px);
        font-size: 80%;
        left: calc(50% - 130px); }
      .cross-sell-info .highlight .highlight-text {
        width: 100%;
        margin-bottom: 20px; }
  .store-wrap a {
    width: 100%; }
    .store-wrap a img {
      padding: 0;
      margin-bottom: 15px; }
    .store-wrap a .cf {
      margin-left: calc(50% - 102px); }
  .ui-dialog.ssn-dialog .ui-dialog-title {
    white-space: normal; }
  .ui-dialog.ssn-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    display: block;
    width: 100%; }
    .ui-dialog.ssn-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button span {
      font-size: 80%; }
  .ui-dialog.ssn-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(1) {
    margin-bottom: 20px !important; }
  .information-section .buttons .button-1 {
    padding-right: 5%;
    padding-left: 5%; }
  .alpaca-form.CalculateFormTACorporate .list-wrap li {
    padding: 140px 20px 25px;
    text-align: center; }
  .alpaca-form.CalculateFormTACorporate .list-wrap i {
    height: 140px;
    top: 0;
    left: 50%;
    margin-left: -80px; } }

/*endregion 680*/
/*region 480*/
@media only screen and (max-width: 480px) {
  .flex-container {
    flex-direction: column; }
  p.text-1.inner-margin-3.additional-info {
    position: relative;
    width: auto; }
  .page-header .page-title {
    font-size: 16px;
    text-align: center;
    top: 2px;
    padding-right: 50px; }
  .page-header .menu-wrap {
    border: 0;
    top: 29px; }
  .page-header .container-1 {
    min-height: 80px; }
  .page-header .page-logo {
    top: 17px; }
  .page-header .menu-wrap {
    top: 16px; }
  .title-1 {
    font-size: 22px;
    line-height: 24px; }
  .button-1 {
    padding: 16.5px 10px;
    font-size: 16px; }
  .jumbo-panel.inner-margin-6 {
    margin-bottom: 30px; }
  .jumbo-panel .img {
    height: 60vw;
    object-fit: cover; }
  .jumbo-panel .title {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px; }
  .section {
    padding: 30px 0;
    padding-top: 45px; }
  .intro-section.inner-margin-5 {
    margin-bottom: 20px; }
  .information-section .col {
    padding: 30px 25px 20px;
    min-height: 200px; }
  .teste-slider .slick-dots {
    bottom: -20px; }
  .contact-section .page-logo {
    margin: auto;
    margin-top: 15px; }
  .social-section .text-1 {
    float: none;
    text-align: center; }
  .social-section .socials-wrap {
    float: none;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: auto;
    margin-top: 20px; }
  .value-slider-wrap .input, .value-slider-wrap .title {
    float: none;
    text-align: center; }
  .value-slider-wrap .input {
    max-width: none;
    width: 100%;
    margin: auto; }
  .value-slider-wrap .input.inner-margin-3 {
    margin-bottom: 50px; }
  .value-slider-wrap .input.inner-margin-3.tooltip-margin {
    margin-bottom: 0px;
    margin-top: 50px; }
  .value-wrap .input, .value-wrap .title {
    float: none;
    text-align: center; }
  .value-wrap .input {
    max-width: none;
    width: 100%;
    margin: auto; }
  .padding-1 {
    padding: 0; }
  .col-ls-6 {
    width: 100%; }
  .save-box .save-btn {
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    margin-right: 0;
    padding: 0; }
    .save-box .save-btn i {
      width: 30px;
      height: 30px;
      margin-right: 0;
      background-size: 50%;
      background-position: 7px 7px; }
  .button-wrap .button {
    width: -webkit-calc(100% - 12px);
    width: calc(100% - 12px);
    margin-bottom: 10px; }
  .map-search {
    width: 94%;
    right: 3%; }
  .map-search .search-1 {
    width: 100%; }
  .infobox .inner {
    width: 260px;
    margin-left: 55px; }
  .list-block {
    padding: 30px 20px; }
  .list-block li {
    padding-left: 20px; }
  .information-section .col {
    min-height: 160px; }
  .benefit-section {
    padding-top: 60px;
    padding-bottom: 50px; }
  .input-wrap .label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .saveProgress.open {
    width: auto !important; }
  .list-wrap li {
    display: table-row; }
  .info-card.fix-1 .title-3 {
    font-size: 18px !important;
    margin-bottom: 10px !important; }
  .alpaca-form.CalculateFormTACorporate .service-block .img-wrap {
    height: 80vw !important; }
  .pdf-download-a-left {
    margin-left: 8px; } }

/*endregion 480*/
@media only screen and (max-width: 280px) {
  #LoanExampleSlider .slick-track {
    display: flex !important;
    margin: 10px;
    width: 500px !important; }
  #LoanExampleSlider .slick-slider.last .slick-track {
    -webkit-transform: translate3d(-160px, 0px, 0px) !important;
    -moz-transform: translate3d(-160px, 0px, 0px) !important;
    -ms-transform: translate3d(-160px, 0px, 0px) !important;
    -o-transform: translate3d(-160px, 0px, 0px) !important;
    transform: translate3d(-160px, 0px, 0px) !important; }
  #LoanExampleSlider .slick-slide {
    height: inherit !important;
    display: flex !important;
    width: 175px !important; }
  #LoanExampleSlider .slick-list {
    padding: 0 20% 0 0 !important; } }

.alpaca-form.CalculateFormCorporate .highlight {
  background: #fff;
  padding: 10px; }
  .alpaca-form.CalculateFormCorporate .highlight p {
    background: rgba(254, 230, 0, 0.15);
    padding: 30px;
    margin-bottom: 0; }

.alpaca-form.CalculateFormCorporate .button-1 {
  padding: 25px 100px;
  margin-bottom: 30px;
  display: inline-block;
  cursor: pointer; }

.alpaca-form.CalculateFormCorporate .value-slider-section {
  padding-top: 100px;
  padding-bottom: 0; }
  .alpaca-form.CalculateFormCorporate .value-slider-section .title-2 {
    text-align: left;
    line-height: 1.2; }
  .alpaca-form.CalculateFormCorporate .value-slider-section .highlight {
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }

.alpaca-form.CalculateFormCorporate .text-2 {
  font-size: 16px;
  font-weight: 400; }

.alpaca-form.CalculateFormCorporate .value-slider-section .col-left {
  padding-right: 5%; }
  .alpaca-form.CalculateFormCorporate .value-slider-section .col-left .calc-list li p {
    position: relative; }

.alpaca-form.CalculateFormCorporate .value-slider-section .col-right {
  padding: 0 3%; }

.alpaca-form.CalculateFormCorporate .value-slider-section .button-1 span {
  text-transform: none; }

.alpaca-form.CalculateFormCorporate .value-slider-wrap {
  border-bottom: 0px; }
  .alpaca-form.CalculateFormCorporate .value-slider-wrap .input {
    text-align: right;
    float: right;
    max-width: 180px;
    background: transparent;
    padding: 0 0 8px;
    font-size: 24px;
    border: none;
    border-bottom: 1px solid #dbdbdb; }
  .alpaca-form.CalculateFormCorporate .value-slider-wrap .slider {
    width: 100%;
    float: left; }
    .alpaca-form.CalculateFormCorporate .value-slider-wrap .slider .dots {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: absolute;
      left: 0;
      padding: 3px 0px;
      pointer-events: auto;
      z-index: 2; }
      .alpaca-form.CalculateFormCorporate .value-slider-wrap .slider .dots span {
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background: #fff;
        cursor: pointer; }

.alpaca-form.CalculateFormCorporate .ui-slider.ui-widget-content {
  border-radius: 7px;
  height: 12px; }
  .alpaca-form.CalculateFormCorporate .ui-slider.ui-widget-content .ui-state-default {
    z-index: 2; }
    .alpaca-form.CalculateFormCorporate .ui-slider.ui-widget-content .ui-state-default:after {
      z-index: 2;
      width: 100%;
      height: 100%;
      background: transparent;
      border: 6px solid #fff; }

.alpaca-form.CalculateFormCorporate .ui-slider .ui-widget-header {
  border-radius: 7px; }

.alpaca-form.CalculateFormCorporate .information-section {
  background: #f4f4f4;
  padding: 60px 0 80px;
  text-align: center; }
  .alpaca-form.CalculateFormCorporate .information-section .title-border-1:after {
    left: calc(50% - 40px); }

.alpaca-form.CalculateFormCorporate .ui-slider-tick-mark {
  display: inline-block;
  width: 2px;
  background: white;
  height: 16px;
  position: absolute;
  top: -4px; }

.alpaca-form.InitialDataProcessingFormCorporate .container-5 .more-info .icon-bulb {
  height: 190px; }

.alpaca-form.VideoCallProcessingForm .container-1, .alpaca-form.VideoCallProcessingForm .container-2, .alpaca-form.VideoCallProcessingFormRefinance .container-1, .alpaca-form.VideoCallProcessingFormRefinance .container-2, .alpaca-form.InitialDataProcessingForm .container-1, .alpaca-form.InitialDataProcessingForm .container-2, .alpaca-form.InitialEmployerDataProcessingRefinance .container-1, .alpaca-form.InitialEmployerDataProcessingRefinance .container-2, .alpaca-form.SecondDataProcessingForm .container-1, .alpaca-form.SecondDataProcessingForm .container-2 {
  max-width: unset;
  width: 100%; }

.alpaca-form.VideoCallProcessingForm .ui-icon-bullets, .alpaca-form.VideoCallProcessingFormRefinance .ui-icon-bullets, .alpaca-form.InitialDataProcessingForm .ui-icon-bullets, .alpaca-form.InitialEmployerDataProcessingRefinance .ui-icon-bullets, .alpaca-form.SecondDataProcessingForm .ui-icon-bullets {
  list-style: disc;
  margin-left: 45px;
  margin-top: 5px; }

.alpaca-form.VideoAuthenticationForm .ui-icon-bullets {
  list-style: disc; }

.alpaca-form.DocumentationUploadFormCorporate .text-faded {
  color: #7b7b7b; }

.alpaca-form.DocumentationUploadFormCorporate .section-text {
  background: #f4f4f4;
  padding: 70px 0 50px; }
  .alpaca-form.DocumentationUploadFormCorporate .section-text .col-1 {
    width: 45%;
    padding-right: 40px; }
  .alpaca-form.DocumentationUploadFormCorporate .section-text .col-2 {
    width: 55%; }
  .alpaca-form.DocumentationUploadFormCorporate .section-text .title-2 {
    max-width: 300px;
    font-size: 48px;
    position: relative; }
    .alpaca-form.DocumentationUploadFormCorporate .section-text .title-2:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -22px;
      width: 80px;
      height: 8px;
      background-color: #fff200; }
  .alpaca-form.DocumentationUploadFormCorporate .section-text .container-1:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ""; }

@-webkit-keyframes d {
  0% {
    top: 10%;
    opacity: 1; }
  80% {
    opacity: 1; }
  to {
    top: 30%;
    opacity: 0; } }

@keyframes d {
  0% {
    top: 10%;
    opacity: 1; }
  80% {
    opacity: 1; }
  to {
    top: 30%;
    opacity: 0; } }

.scroll-wrap.active {
  opacity: 1;
  visibility: visible; }

.scroll-wrap {
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 40px;
  right: 120px;
  border-radius: 50%;
  background-color: rgba(254, 230, 0, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s,visibility .5s;
  transition: opacity .5s,visibility .5s; }

.scroll-msg-container, .scroll-msg-inner {
  width: 30px;
  height: 50px; }

.scroll-msg-inner {
  position: relative;
  border-radius: 19px;
  border: 2px solid #000;
  background: #fff; }

.scroll-msg-wheel {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 4px;
  height: 10px;
  margin-left: -2px;
  border-radius: 2px;
  background-color: #000;
  -webkit-animation: d .9s infinite;
  animation: d .9s infinite; }

#return-button-error-page {
  display: none !important; }

.info-card.fix-1 {
  background-position: 50% 0;
  background-size: 180px;
  padding-top: 160px;
  border: none;
  min-height: 214px;
  position: relative; }
  .info-card.fix-1:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 74%;
    background: #dbdbdb; }
  .info-card.fix-1 .title-3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2; }
  .info-card.fix-1 .text-1 {
    font-size: 16px;
    font-weight: 400;
    color: #7b7b7b; }

.infos-row .col-t {
  cursor: pointer; }

.infos-row .col:last-child .info-card.fix-1:after {
  display: none; }

.page-footer-ecommerce .contact-section {
  padding: 40px 0;
  background-color: #2b2d33; }

.page-footer-ecommerce .contact-section .flex-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.page-footer-ecommerce .contact-section .flex-row,
.page-footer-ecommerce .contact-section .flex-row .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.page-footer-ecommerce .contact-section .flex-row .col:first-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.page-footer-ecommerce .contact-section .page-logo {
  margin-top: 15px;
  display: block;
  width: 200px;
  height: 50px;
  background: url(images/icons/RB-Logo-Footer.png) 50% no-repeat;
  background-size: cover;
  margin-bottom: 40px; }

.page-footer-ecommerce .contact-section .tag-wrap {
  margin-bottom: 25px; }

.page-footer-ecommerce .contact-section .title-6 {
  margin-bottom: 6px; }

.page-footer-ecommerce .container-1 {
  max-width: 1170px; }

.page-footer-ecommerce .container-1 {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto; }

.page-footer-ecommerce .cl-3 {
  color: #fff; }

.page-footer-ecommerce .cl-6 {
  color: #808185; }

.page-footer-ecommerce .title-6 {
  font-size: 18px;
  font-weight: 700; }

.page-footer-ecommerce .text-1 {
  font-size: 16px;
  line-height: 24px; }

.page-footer-ecommerce .inner-margin-0 {
  margin-bottom: 0; }

.page-footer-ecommerce .social-section {
  background-color: #404247;
  padding: 16px 0; }

.page-footer-ecommerce .social-section .text-1 {
  position: relative;
  top: 11px; }

.page-footer-ecommerce .socials-wrap {
  zoom: 1; }

.page-footer-ecommerce .socials-wrap:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ""; }

.page-footer-ecommerce .socials-wrap li {
  float: left;
  margin-left: 16px; }

.page-footer-ecommerce .socials-wrap a {
  -webkit-transition: background-image .3s ease;
  transition: background-image .3s ease;
  display: block;
  height: 48px;
  width: 48px;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #7b7b7b; }

.page-footer-ecommerce .footer-video-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30 px 0 30 px 40 px;
  border-left: 1 px solid #55575c;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.page-footer-ecommerce .footer-video-col .inner {
  width: 32%; }

.page-footer-ecommerce .footer-video-col .video-wrap {
  width: 64%;
  overflow: hidden;
  position: relative;
  cursor: pointer; }

.page-footer-ecommerce .footer-video-col .video-wrap img {
  display: block;
  width: 100%;
  opacity: .56;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s; }

.page-footer-ecommerce .footer-video-col .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px; }

.page-footer-ecommerce .footer-video-col .play-btn,
.page-footer-ecommerce .footer-video-col .play-btn i {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffec00 url(images/icons/icon-play-1.png) 55% no-repeat;
  background-size: 14px; }

.page-footer-ecommerce .footer-video-col .play-btn i {
  position: relative; }

.page-footer-ecommerce .footer-video-col .play-btn:before,
.page-footer-ecommerce .footer-video-col .play-btn i {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

.page-footer-ecommerce .footer-video-col .play-btn:before {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  background: rgba(0, 0, 0, 0.44);
  border-radius: 50%; }

.page-footer-ecommerce .footer-video-col .video-wrap:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }

.page-footer-ecommerce .footer-video-col .video-wrap:hover .play-btn i {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.page-footer-ecommerce .footer-video-col .video-wrap:hover .play-btn:before {
  -webkit-transform: scale(0.97);
  transform: scale(0.97); }
