@charset "UTF-8";
html {
  min-height: 100%;
  height: 100%; }

body {
  font-size: 12px;
  font-family: 'HelveticaNowDisplay', Arial, sans-serif;
  text-align: left;
  color: #000;
  background: #fff;
  background-size: cover;
  min-height: 100%;
  height: 100%;
  position: relative; }
  body.overflow {
    overflow: hidden; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input, select {
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important; }

a.full_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

#header {
  background-color: #fff;
  position: relative; }

.header_first {
  height: 50px;
  border-bottom: 1px solid #EDEDED; }
  .header_first > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    height: 100%; }
  .header_first .r_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }


.head_modal {
  height: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../img/head_bg.png);
  background-size: auto 100px;
  position: relative;
  overflow: hidden;
  -webkit-animation-duration: 0.3s;
  -webkit-transition: all 0.3s linear;
  -moz-animation-duration: 0.3s;
  -moz-transition: all 0.3s linear;
  animation-duration: 0.3s;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .head_modal.show_me {
    height: 72px; }
  .head_modal > div {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    position: relative; }
  .head_modal .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    height: 100%; }
  .head_modal .close {
    position: absolute;
    right: 20px;
    top: calc(50% - 12px); }
    .head_modal .close a {
      display: inline-block;
      width: 28px;
      height: 28px;
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: 50%;
      background-image: url(../img/close_gray_bg.svg);
      border-radius: 50%;
      -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3); }
  .head_modal .apps_links {
    padding: 0;
    margin: 0; }

.logo_text {
  padding: 0 0 0 30px;
  height: auto; }
  .logo_text h3 {
    padding: 0 0 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.3;
    color: #000; }
  .logo_text p {
    font-size: 15px;
    line-height: 1.33;
    color: #000; }

.first_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.first_nav li {
  padding: 0 25px 0 0; }
  .first_nav li:last-child {
    padding: 0; }

.first_nav a {
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  color: #ACAEAC;
  text-decoration: none; }
  .first_nav a:hover {
    text-decoration: underline; }
  .first_nav a.fill {
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background-color: #DBBD77;
    border-radius: 3px;
    text-decoration: none; }

.lang {
  margin: 0 0 0 24px;
  z-index: 1;
  position: relative; }
  .lang:hover > a {
    background-color: rgba(0, 0, 0, 0.05); }
  .lang:hover div {
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.05); }
  .lang > a {
    display: inline-block;
    width: 36px;
    padding: 2px 16px 2px 4px;
    font-size: 13px;
    line-height: 1.2;
    color: #ACAEAC;
    text-decoration: none;
    background-image: url(../img/lang_pt.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 2px) 50%;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
  .lang div {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .lang div a {
      display: inline-block;
      width: 100%;
      padding: 2px 16px 2px 4px;
      font-size: 13px;
      line-height: 1.2;
      color: #ACAEAC;
      text-decoration: none; }
      .lang div a:hover {
        color: #fff;
        background-color: #0F5482; }

.ring_call {
  padding: 0 0 0 40px; }
  .ring_call.mobile {
    display: none; }
  .ring_call a {
    display: inline-block;
    width: 60px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../img/ring_call_icon.svg); }

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

.modal-content2 {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  cursor: pointer;
}




.exchange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .exchange p {
    padding: 0 12px 0 0;
    font-size: 13px;
    line-height: 1.2;
    color: #ACAEAC; }
  .exchange ul {
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #ACAEAC; }
  .exchange li {
    display: block;
    margin: 0 0 0 0;
    padding: 0 12px 0 0;
    height: 20px;
    list-style-type: none;
    background-repeat: no-repeat;
    white-space: nowrap;
    background-position: 100% 50%; }
    .exchange li:last-child {
      margin: 0; }
    .exchange li.up {
      background-image: url(../img/up_green_icon.svg); }
    .exchange li.down {
      background-image: url(../img/down_red_icon.svg); }

.exchange {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  padding: 0 20px 0 0;
  position: relative
}
.exchange>div {
  width: auto;
  height: 20px;
  padding: 0 20px 0 0;
  font-size: 13px;
  line-height: 19px;
  color: #000;
  position: relative;
  overflow: hidden
}
.exchange>div:first-child {
  width: 32px
}
.exchange .swiper {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-animation-duration: 0.2s;
  -webkit-transition: all 0.2s linear;
  -moz-animation-duration: 0.2s;
  -moz-transition: all 0.2s linear;
  animation-duration: 0.2s;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear
}
.exchange .swiper.no_animate {
  -webkit-animation-duration: 0s;
  -webkit-transition: all 0s linear;
  -moz-animation-duration: 0s;
  -moz-transition: all 0s linear;
  animation-duration: 0s;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  transition-delay: 0s!important
}
.exchange div:first-child .swiper {
  transition-delay: 0s
}
.exchange div:first-child+div .swiper {
  transition-delay: 0.1s
}
.exchange div:first-child+div+div .swiper {
  transition-delay: 0.2s
}
.exchange p {
  width: 100%;
  height: 20px;
  margin: 0;
  line-height: 20px;
  opacity: 0;
  position: relative;
  -webkit-animation-duration: 0.2s;
  -webkit-transition: all 0.2s linear;
  -moz-animation-duration: 0.2s;
  -moz-transition: all 0.2s linear;
  animation-duration: 0.2s;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear
}
.exchange p.show_me {
  opacity: 1
}
.exchange p.up::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 6px 3px;
  border-color: transparent transparent #27AE60 transparent;
  position: absolute;
  right: 1px;
  top: calc(50% - 3px)
}
.exchange p.down::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #D91616 transparent transparent transparent;
  position: absolute;
  right: 1px;
  top: calc(50% - 3px)
}

.header_middle {
  height: 100px;
  border-bottom: 1px solid #EDEDED;
  position: relative; }
  .header_middle > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100px; }
  .header_middle .r_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header_middle .link {
    padding: 0 0 0 54px; }
    .header_middle .link a {
      display: inline-block;
      height: 45px;
      padding: 0 24px;
      font-size: 15px;
      line-height: 45px;
      color: #0F5482;
      text-decoration: none;
      -webkit-box-shadow: inset 0 0 0 1px #0F5482;
      box-shadow: inset 0 0 0 1px #0F5482;
      border-radius: 3px;
      -webkit-animation-duration: 0.15s;
      -webkit-transition: all 0.15s linear;
      -moz-animation-duration: 0.15s;
      -moz-transition: all 0.15s linear;
      animation-duration: 0.15s;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      .header_middle .link a:hover {
        color: #fff;
        background-color: #0F5482; }

.logo a {
  display: inline-block;
  background-size: contain;
  width: 180px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: 50%;
  /*background-image: url(../img/logo.svg);*/
  background-image: url(../img/new_logo.svg);

}

.search_call {
  padding: 0 0 0 50px; }
  .search_call a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../img/search_blue_icon.svg);
    -webkit-box-shadow: inset 0 0 0 1px #0F5482;
    box-shadow: inset 0 0 0 1px #0F5482;
    border-radius: 50%; }

#nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#nav li:hover a.parent::before {
  opacity: 1; }

#nav li:hover .submenu {
  opacity: 1;
  visibility: visible; }

#nav a.parent {
  display: inline-block;
  height: 100px;
  padding: 0 25px;
  font-size: 15px;
  line-height: 100px;
  color: #414340;
  text-decoration: none;
  position: relative; }
  #nav a.parent::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #996F29;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }

.submenu {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-animation-duration: 0.15s;
  -webkit-transition: all 0.15s linear;
  -moz-animation-duration: 0.15s;
  -moz-transition: all 0.15s linear;
  animation-duration: 0.15s;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  .submenu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    height: 100%;
    display: block;
    text-align: center; }
  .submenu > ul > li {
    display: inline-block;
  }
  .submenu li:hover article {
    opacity: 1;
    visibility: visible; }
  .submenu li:hover > a {
    color: #996F29; }
  .submenu > ul > li > a {
    display: inline-block;
    height: 55px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 55px;
    color: #545454;
    text-decoration: none;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .submenu > ul > li > a:hover {
      color: #996F29; }
  .submenu article {
    width: 100%;
    padding: 20px 36px;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .submenu article > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      max-width: 1240px;
      padding: 0 20px;
      margin: 0 auto; }
    .submenu article ul {
      min-width: 480px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
      grid-auto-rows: minmax(min-content, max-content);
      grid-gap: 0px 20px; }
    .submenu article li {
      display: block;
      text-align: left;}
    .submenu article a {
      font-size: 16px;
      line-height: 55px;
      color: #545454;
      text-decoration: none;
      -webkit-animation-duration: 0.15s;
      -webkit-transition: all 0.15s linear;
      -moz-animation-duration: 0.15s;
      -moz-transition: all 0.15s linear;
      animation-duration: 0.15s;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      .submenu article a:hover {
        transform: translate(10px, 0) }

.image_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 480px; }
  .image_side .image {
    width: 290px; }
    .image_side .image img {
      display: block;
      width: 100%; }
  .image_side .inner {
    width: calc(100% - 290px); }
    .image_side .inner h2 {
      padding: 0 0 5px;
      font-weight: bold;
      font-size: 25px;
      line-height: 1.9;
      color: #545454;
      text-align: left; }
    .image_side .inner p {
      padding: 0 0 32px;
      font-size: 12px;
      line-height: 1.25;
      color: #545454; }
      .single_link {
        text-align: left;
      }
  .image_side .single_link a {
    display: inline-block;
    height: 32px;
    padding: 0 24px !important;
    font-size: 14px;
    line-height: 32px;
    color: #996F29;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px #996F29;
    box-shadow: inset 0 0 0 1px #996F29; }
  .image_side .single_link a:hover {
    transform: translate(0, 0);
    color: #fff;
    background-color: #996F29;
  }
.koro_darkness {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100500;
  opacity: 0;
  visibility: hidden;
  -webkit-animation-duration: 0.2s;
  -webkit-transition: all 0.2s linear;
  -moz-animation-duration: 0.2s;
  -moz-transition: all 0.2s linear;
  animation-duration: 0.2s;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .koro_darkness.show_me {
    opacity: 1;
    visibility: visible; }

.koro_modal {
  width: 500px;
  max-width: calc(100% - 40px);
  height: auto;
  max-height: calc(100vh - 20px);
  overflow-y: auto;
  background: #fff;
  margin: 20px 0 0;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 100500;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-animation-duration: 0.2s;
  -webkit-transition: all 0.2s linear;
  -moz-animation-duration: 0.2s;
  -moz-transition: all 0.2s linear;
  animation-duration: 0.2s;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .koro_modal.show_me {
    margin: 0;
    opacity: 1;
    visibility: visible; }
  .koro_modal > div {
    padding: 30px; }
  .koro_modal h2 {
    padding: 0 0 16px;
    margin: 0 0 15px;
    border-bottom: 1px solid #C08946;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    color: #C08946; }
  .koro_modal p {
    padding: 0 0 40px;
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    color: #434343; }
  .koro_modal .links {
    text-align: right; }
    .koro_modal .links a {
      display: inline-block;
      height: 48px;
      padding: 0 40px;
      font-size: 16px;
      line-height: 48px;
      color: #fff;
      text-decoration: none;
      background: #C08946;
      border-radius: 48px; }
      .koro_modal .links a.close_p {
        margin: 0 10px 0 0;
        color: #000;
        background: #f0f0f0; }


.index_first {
  background-color: #efefef; }
  .index_first > div {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 0px; }
  .index_first .inner {
    width: 40%;
    padding: 0 0 60px;
    position: relative;
    z-index: 1; }
  .index_first .image {
    width: 60%;
    text-align: center; }
    .index_first .image img {
      width: 70%;
      -webkit-perspective: 300px;
      perspective: 300px;
      -webkit-transform: rotateX(44deg) rotateY(5deg) rotateZ(-36deg);
      transform: rotateX(44deg) rotateY(5deg) rotateZ(-36deg);
      -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
      border-radius: 16px; }
  .index_first h2 {
    padding: 0 0 24px;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.1;
    color: #545454; }
  .index_first p {
    padding: 0 0 24px;
    font-size: 15px;
    line-height: 1.54;
    color: #545454; }
  .index_first .link a {
    display: inline-block;
    height: 45px;
    padding: 0 32px;
    font-weight: bold;
    font-size: 20px;
    line-height: 45px;
    color: #545454;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px #545454;
    box-shadow: inset 0 0 0 1px #545454;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .index_first .link a:hover {
      color: #fff;
      background-color: #545454; }

.index_slider {
  height: 540px;
  position: relative; }
  .index_slider .flickity-viewport {
    overflow: hidden; }
  .index_slider .flickity-page-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 24px; }
    .index_slider .flickity-page-dots .dot {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 0 8px;
      padding: 0;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 50%;
      cursor: pointer;
      -webkit-animation-duration: 0.15s;
      -webkit-transition: all 0.15s linear;
      -moz-animation-duration: 0.15s;
      -moz-transition: all 0.15s linear;
      animation-duration: 0.15s;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      .index_slider .flickity-page-dots .dot.is-selected {
        background-color: #fff; }
  .index_slider article {
    position: relative;
    height: 540px;
    width: 100%;
    padding: 36px 0; }
    .index_slider article.with_bg h2 {
      color: #fff; }
    .index_slider article.with_bg p {
      color: #fff; }
    .index_slider article.with_bg .link a {
      color: #fff;
      -webkit-box-shadow: inset 0 0 0 1px #fff;
      box-shadow: inset 0 0 0 1px #fff; }
    .index_slider article .inset {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 1240px;
      height: 100%;
      margin: 0 auto;
      padding: 36px 20px; }
  .index_slider .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .index_slider .bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.index_three {
  padding: 64px 0; }
  .index_three > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto; }
  .index_three article {
    width: calc(33.333% - 30px);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 3px rgba(174, 174, 174, 0.3);
    box-shadow: 0px 1px 3px rgba(174, 174, 174, 0.3); }
  .index_three .image img {
    display: block;
    width: 100%;
  height: 326.45px;
  }
  .index_three .inner {
    padding: 20px 24px; }
  .index_three h3 {
    padding: 0 0 20px;
    font-size: 20px;
    line-height: 1.3;
    color: #000; }
  .index_three .link a {
    display: inline-block;
    height: 40px;
    padding: 0 18px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    background: #DBBD77;
    -webkit-box-shadow: 0px 1px 4px rgba(174, 174, 174, 0.4);
    box-shadow: 0px 1px 4px rgba(174, 174, 174, 0.4);
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .index_three .link a:hover {
      background-color: #dbad42;
      -webkit-box-shadow: 0px 1px 1px rgba(174, 174, 174, 0.4);
      box-shadow: 0px 1px 1px rgba(174, 174, 174, 0.4); }

.index_calculator {
  padding: 30px 0;
  background-color: #F7F7F7; }
  .index_calculator > div {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px; }
  .index_calculator h2 {
    padding: 0 0 30px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.4;
    color: #414340;
    text-align: center; }
  .index_calculator .inset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .index_calculator .image {
    width: 300px; }
    .index_calculator .image img {
      max-width: 100%; }
  .index_calculator .l_side {
    width: calc(100% - 360px); }

.calculator_wrapper .all_link {
  padding: 0 0 16px; }
  .calculator_wrapper .all_link a {
    display: inline-block;
    padding: 0 18px 0 0;
    font-size: 14px;
    line-height: 18px;
    color: #C6C6C6;
    text-decoration: underline;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-image: url(../img/link_gray_arrow.svg); }

.head_calc {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0 24px; }
  .head_calc .select {
    margin: 0 45px 0 0;
    position: relative; }
    .head_calc .select .current {
      display: block;
      width: 180px;
      height: 50px;
      padding: 8px 8px;
      background: #fff;
      -webkit-box-shadow: 0px 1px 4px rgba(174, 174, 174, 0.4);
      box-shadow: 0px 1px 4px rgba(174, 174, 174, 0.4);
      border-radius: 5px;
      position: relative;
      cursor: pointer; }
      .head_calc .select .current a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-repeat: no-repeat;
        background-position: calc(100% - 8px) 50%;
        background-image: url(../img/select_gray_pt.svg);
        background-size: 10px; }
    .head_calc .select span {
      display: block;
      padding: 0 0 4px;
      font-size: 12px;
      line-height: 1.3;
      color: #414340; }
    .head_calc .select strong {
      display: block;
      font-weight: 600;
      font-size: 12px;
      line-height: 16px;
      color: #414340; }
    .head_calc .select ul {
      display: none;
      width: 100%;
      font-size: 0;
      background: #fff;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: calc(100% + 4px);
      -webkit-box-shadow: 0px 1px 4px rgba(174, 174, 174, 0.4);
      box-shadow: 0px 1px 4px rgba(174, 174, 174, 0.4);
      border-radius: 5px;
      z-index: 1; }
      .head_calc .select ul.show_me {
        display: block; }
    .head_calc .select li {
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .head_calc .select li:last-child {
        border: none; }
      .head_calc .select li a {
        display: block;
        width: 100%;
        padding: 12px 8px;
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        color: #414340;
        text-decoration: none; }
        .head_calc .select li a:hover {
          background: rgba(0, 0, 0, 0.05); }
        .head_calc .select li a.active {
          color: #fff;
          background: #DBBD77; }

.radio_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .radio_tabs label {
    display: block;
    margin: 0 20px 0 0;
    position: relative;
    cursor: pointer; }
    .radio_tabs label:last-child {
      margin: 0; }
  .radio_tabs input {
    display: none; }
    .radio_tabs input:checked + span {
      color: #414340;
      background: #fff;
      -webkit-box-shadow: 0px 1px 4px rgba(174, 174, 174, 0.4);
      box-shadow: 0px 1px 4px rgba(174, 174, 174, 0.4); }
  .radio_tabs span {
    display: inline-block;
    height: 50px;
    padding: 0 36px;
    font-weight: bold;
    font-size: 13px;
    line-height: 50px;
    color: #C4C4C4;
    background: rgba(255, 255, 255, 0);
    -webkit-box-shadow: inset 0 0 0 1px #C4C4C4;
    box-shadow: inset 0 0 0 1px #C4C4C4;
    border-radius: 5px;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .radio_tabs span:hover {
      color: #414340;
      background: #fff; }

.slider_block {
  display: block;
  width: 100%;
  height: auto;
  padding: 16px 16px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px rgba(174, 174, 174, 0.4);
  box-shadow: 0px 1px 4px rgba(174, 174, 174, 0.4);
  border-radius: 5px;
  position: relative; }
  .slider_block p {
    padding: 0 0 2px;
    font-size: 20px;
    line-height: 1.3;
    color: #414340; }
  .slider_block .count {
    font-size: 35px;
    line-height: 1.2;
    color: #414340; }

/* Input range begin */
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -2px;
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--val) - var(--min))/var(--range));
  --sx: calc(.5*1.5em + var(--ratio)*(100% - 1.5em)); }

input[type=range]:focus {
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#DBBD77), to(#DBBD77)) 0/var(--sx) 100% no-repeat;
  background: -webkit-linear-gradient(#DBBD77, #DBBD77) 0/var(--sx) 100% no-repeat;
  background: linear-gradient(#DBBD77, #DBBD77) 0/var(--sx) 100% no-repeat; }

input[type=range]::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  background: #FFFFFF;
  background: #DBBD77;
  margin: -8px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer; }

input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  background: #FFFFFF;
  border: 3px solid #FFC628; }

input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer; }

input[type=range]::-ms-thumb {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  background: #FFFFFF;
  border: 3px solid #FFC628; }

/* Input range end */
.calc_result {
  padding: 32px 0 0; }
  .calc_result h3 {
    padding: 0 0 0;
    font-size: 20px;
    line-height: 1.3;
    color: #414340; }
  .calc_result p {
    font-size: 20px;
    line-height: 1.3;
    color: #414340; }
.emulation_p {
  font-size: 20px;
  line-height: 1.4;
  color: #414340;
}

.emulation_p div.dropdown {
  display: inline-block;
}
.emulation_p div.dropdown span {
  padding: 5px 40px 5px 15px;
  box-shadow: 0 0 0 0 #fff;
  background-color: none;
}

.result_count {
  padding: 0 0 30px; }
  .result_count span {
    font-size: 100px;
    line-height: 1.3;
    color: #414340;
    position: relative; }
    .result_count span::before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #414340;
      position: absolute;
      left: 0;
      bottom: 0; }
  .result_count strong {
    display: inline-block;
    padding: 0 0 0 12px;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.3;
    color: #414340; }

.index_news {
  padding: 70px 0 120px; }
  .index_news h2 {
    padding: 0 0 50px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.35;
    color: #414340;
    text-align: center; }

.news_slider {
  position: relative; }
  .news_slider .flickity-viewport {
    overflow: hidden; }
  .news_slider .flickity-page-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -32px; }
    .news_slider .flickity-page-dots .dot {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 0 8px;
      padding: 0;
      background-color: rgba(0, 0, 0, 0.15);
      border-radius: 50%;
      cursor: pointer;
      -webkit-animation-duration: 0.15s;
      -webkit-transition: all 0.15s linear;
      -moz-animation-duration: 0.15s;
      -moz-transition: all 0.15s linear;
      animation-duration: 0.15s;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      .news_slider .flickity-page-dots .dot.is-selected {
        background-color: rgba(0, 0, 0, 0.3); }
  .news_slider article {
    padding: 5px 0 8px; }
    .news_slider article > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      min-width: 480px;
      width: calc(33vw - 30px);
      height: 250px;
      margin: 0 20px 0 20px;
      padding: 24px 18px;
      background: #FCFCFC;
      -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); }
  .news_slider .image {
    width: 192px; }
  .news_slider .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: calc(100% - 210px); }
  .news_slider footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .news_slider h3 {
    padding: 0 0 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    color: #414340; }
  .news_slider p {
    font-size: 15px;
    line-height: 1.4;
    color: #868686; }
  .news_slider .date {
    font-size: 12px;
    line-height: 1.67;
    color: #A9A9A9; }
  .news_slider .link a {
    display: inline-block;
    padding: 0 0 0 27px;
    font-size: 15px;
    line-height: 1.67;
    color: #414340;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-image: url(../img/link_gray_arrow.svg);
    background-size: 18px; }

footer#footer > div {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px; }

.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 0 40px; }
  .footer_nav article {
    width: calc(25% - 32px); }
  .footer_nav h3 {
    padding: 0 0 6px;
    border-bottom: 1px solid #D7D7D7;
    font-size: 15px;
    line-height: 1.33;
    color: #919191; }
    .footer_nav h3 a {
      color: #919191;
      text-decoration: none; }
      .footer_nav h3 a:hover {
        text-decoration: underline; }
  .footer_nav ul {
    padding: 8px 0 0; }
  .footer_nav li {
    padding: 0 0 9px;
    font-size: 13px;
    line-height: 1.33;
    color: #919191; }
    .footer_nav li a {
      color: #919191;
      text-decoration: none; }
      .footer_nav li a:hover {
        text-decoration: underline; }

.footer_last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 68px;
  background: #fff; }

.copyright {
  font-size: 14px;
  line-height: 1.3;
  color: #7f7f7f;
  width: 350px; }

/* .copyright p {
  margin-top: -20px;
  margin-bottom: 30px;
  width: 350px;} */

.footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer_links > div {
    padding: 0 6px; }
.policy_link a {
  text-align: left;
  font-size: 14px;
  color: rgb(127, 127, 127);
  line-height: 36px;
  animation-duration: 0.15s;
  text-decoration: underline;
  transition: 0.15s linear;
}
.footer_last .r_side {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: stretch;
  align-items: center;
}
.msp_link a {
  display: block;
  width: 164px;
  height: 30px;
  background: url(../img/msp_icon.png) no-repeat 0 50%;
  background-size: contain; }

.infobank_link a {
  display: block;
  width: 140px;
  height: 30px;
  background: url(../img/infobank_icon.png) no-repeat 0 50%;
  background-size: contain; }

a.i_map {
  display: block;
  padding: 0 0 0 32px;
  text-align: left;
  font-size: 11px;
  color: #999;
  text-decoration: none;
  line-height: 13px;
  position: relative;
  top: 0; }
  a.i_map strong {
    display: block;
    font-weight: bold; }
  a.i_map span {
    line-height: 13px; }
  a.i_map::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/i_map.png) no-repeat 50%;
    background-size: auto 100%;
    position: absolute;
    top: 7px;
    left: 0; }

.jis a {
  font-size: 8pt;
  color: #333;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px #eee solid;
  text-decoration: none; }
  .jis a b::before {
    content: "";
    display: inline-block;
    line-height: 20px;
    font-size: 25px;
    vertical-align: middle;
    margin-right: 7px;
    background: url(data:image/jpg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAUDBAQEAwUEBAQFBQUGBwwIBwcHBw8LCwkMEQ8SEhEPERETFhwXExQaFRERGCEYGh0dHx8fExciJCIeJBweHx7/2wBDAQUFBQcGBw4ICA4eFBEUHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh7/wAARCAARABIDASIAAhEBAxEB/8QAGAABAAMBAAAAAAAAAAAAAAAAAAECBgj/xAAmEAABAgYCAQQDAAAAAAAAAAACAQMABAUGERIHIRMUIjFBUVKR/8QAGAEAAgMAAAAAAAAAAAAAAAAAAQYCBQj/xAAgEQABBAEEAwAAAAAAAAAAAAABAAIDEQQFEiFBIlFh/9oADAMBAAIRAxEAPwDacgXZUadfNnWnRH5YJ6rznkm0fb3T0You6D+DXBKi561+4m5Ltn6Jy7btvzbkqFDrcm6DCaL5vVifXu/TGqY67L5WMtz9YV41mu0m87Cm8VqmNo2kuryNrkTUhdb2XQiwRgol0qFGZsmyOW7u5Epd1cmklPlaS4Bsti4AGaAW/iFtpddSNBUiLv2pj6jP+Jgae/DZkPlYAGPDgT57zdUO64o/D7TfJNMJSwNPJFHql0SmcfK/2EMovaqmYQmqzUrCEICCunxCEIigv//ZCg==);
    width: 18px;
    height: 17px;
    content: "";
    margin-left: 3px; }

.call_link {
  padding: 40px 0 0; }
  .call_link a {
    display: inline-block;
    width: 106px;
    height: 61px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../img/ring_call_black_icon.svg); }

.apps_links {
  padding: 10px 0 0; }
  .apps_links.horisontal li {
    display: inline-block;
    padding: 0 10px 0 0; }
  .apps_links li {
    padding: 0 0 5px; }
  .apps_links a {
    display: inline-block;
    width: 129px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: 50%; }
    .apps_links a.appstore {
      background-image: url(../img/appstore_icon.svg); }
    .apps_links a.googleplay {
      background-image: url(../img/googleplay_icon.svg); }

.app_block {
  height: auto;
  font-size: 0;
  background: #263143;
  background: -moz-linear-gradient(left, #263143 0%, #1a202c 100%);
  background: -webkit-linear-gradient(left, #263143 0%, #1a202c 100%);
  background: -webkit-gradient(linear, left top, right top, from(#263143), to(#1a202c));
  background: -o-linear-gradient(left, #263143 0%, #1a202c 100%);
  background: linear-gradient(to right, #263143 0%, #1a202c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263143', endColorstr='#1a202c',GradientType=1 ); }
  .app_block > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1240px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative; }
  .app_block .r_side {
    width: calc(100% - 600px);
    padding: 20px 0; }
  .app_block h2 {
    padding: 0 0 30px;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.1;
    color: #fff; }
  .app_block .image {
    width: 50%; }
    .app_block .image img {
      width: 100%; }

.qr_code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 30px; }
  .qr_code .qr_image {
    width: 80px; }
  .qr_code p {
    width: calc(100% - 110px);
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500; }

a.toggler {
  display: none;
  width: 46px;
  height: 46px;
  background: none;
  position: absolute;
  right: 16px;
  top: calc(50% - 23px);
  z-index: 2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%; }
  a.toggler.active em:first-child {
    top: 6px; }
    a.toggler.active em:first-child + em {
      opacity: 0; }
      a.toggler.active em:first-child + em + em {
        top: 6px; }
  a.toggler.active_second em:first-child {
    -moz-transform: rotate(135deg);
    /* Для Firefox */
    -ms-transform: rotate(135deg);
    /* Для IE */
    -webkit-transform: rotate(135deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(135deg);
    /* Для Opera */
    transform: rotate(135deg); }
    a.toggler.active_second em:first-child + em + em {
      -moz-transform: rotate(225deg);
      /* Для Firefox */
      -ms-transform: rotate(225deg);
      /* Для IE */
      -webkit-transform: rotate(225deg);
      /* Для Safari, Chrome, iOS */
      -o-transform: rotate(225deg);
      /* Для Opera */
      transform: rotate(225deg); }
  a.toggler span {
    display: block;
    width: 22px;
    height: 14px;
    position: relative;
    top: 16px;
    left: 12px; }
  a.toggler em {
    display: block;
    width: 22px;
    height: 2px;
    background: #0F5482;
    position: absolute;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    a.toggler em:first-child {
      top: 0px; }
      a.toggler em:first-child + em {
        top: 6px;
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        transition-delay: 0.2s; }
        a.toggler em:first-child + em + em {
          top: 12px; }

aside#aside_nav {
  display: block;
  width: 100%;
  height: calc(100% - 100px);
  background: -webkit-radial-gradient(87.36% 50%, 73.72% 259.16%, #A1813E 0%, #6F551F 100%);
  background: -o-radial-gradient(87.36% 50%, 73.72% 259.16%, #A1813E 0%, #6F551F 100%);
  background: radial-gradient(73.72% 259.16% at 87.36% 50%, #A1813E 0%, #6F551F 100%);
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 5;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-animation-duration: 0.45s;
  -webkit-transition: all 0.45s linear;
  -moz-animation-duration: 0.45s;
  -moz-transition: all 0.45s linear;
  animation-duration: 0.45s;
  -o-transition: all 0.45s linear;
  transition: all 0.45s linear; }
  aside#aside_nav.show_me {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  aside#aside_nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }

.first_mobile_nav {
  position: relative; }
  .first_mobile_nav.show_back ul {
    opacity: 0;
    visibility: hidden; }
  .first_mobile_nav.show_back .back_link {
    display: block;
    z-index: 1; }
  .first_mobile_nav ul {
    list-style-type: none;
    width: 100%;
    display: table;
    table-layout: fixed; }
  .first_mobile_nav li {
    display: table-cell; }
    .first_mobile_nav li a {
      display: block;
      padding: 20px 20px;
      text-align: center;
      font-weight: 500;
      font-size: 16px;
      color: #fff;
      text-decoration: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .first_mobile_nav li a.active {
        border-color: #fff; }
  .first_mobile_nav .back_link {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
    .first_mobile_nav .back_link a {
      display: block;
      padding: 20px 20px;
      border-bottom: 1px solid white;
      text-align: center;
      font-weight: 500;
      font-size: 16px;
      color: #fff;
      text-decoration: none;
      position: relative;
      background: url(../img/back_white_icon.svg) no-repeat 20px 50%; }

:root {
   --app-height: calc(100% - 117px);
}

.mobile_subnavs {
  height: calc(100vh - 117px);
  height: var(--app-height);
  overflow-y: auto; }
  .mobile_subnavs article {
    display: none; }
    .mobile_subnavs article.show_me {
      display: block; }

.main_mobile_nav {
  padding: 10px 0; }
  .main_mobile_nav.hide_me {
    display: none; }
  .main_mobile_nav.long > ul > li > a {
    font-size: 17px; }
  .main_mobile_nav > ul > li > a {
    display: block;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.5;
    color: #fff;
    text-decoration: none; }
  .main_mobile_nav > ul ul {
    display: none; }

.submenu_mobile {
  display: none;
  padding: 10px 0; }
  .submenu_mobile.show_me {
    display: block; }
  .submenu_mobile a {
    display: block;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-decoration: none; }

.aside_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .aside_footer li {
    display: inline-block;
    padding: 0 15px 0 0; }
    .aside_footer li:last-child {
      padding: 0; }
    .aside_footer li a {
      font-size: 14px;
      line-height: 1.5;
      color: rgba(255, 255, 255, 0.7); }

.aside_lang select {
  display: block;
  width: 36px;
  height: 24px;
  padding: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: 'helvetica';
  background: transparent url(../img/lang_white_pt.svg) no-repeat 100% 50%; }
  .aside_lang select option {
    color: #fff;
    background: #896A29; }
.aside_lang div {
  display: none;
}
.cd-mob-chat-widget {
  display: none;
}
.quick_search {
  height: 100px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  -webkit-animation-duration: 0.3s;
  -webkit-transition: all 0.3s linear;
  -moz-animation-duration: 0.3s;
  -moz-transition: all 0.3s linear;
  animation-duration: 0.3s;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .quick_search.show_me {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .quick_search > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1240px;
    height: calc(100% - 1px);
    margin: 0 auto;
    padding: 0 20px;
    position: relative; }
  .quick_search .input {
    background-color: #fff;
    width: calc(100% - 160px); }
    .quick_search .input input {
      display: block;
      width: 100%;
      height: 50px;
      border: none;
      font-weight: 400;
      font-size: 16px;
      text-align: center;
      color: #1E2024;
      font-family: 'HelveticaNowDisplay', Arial, sans-serif; }
      .quick_search .input input::-webkit-input-placeholder {
        color: #979DA7; }
      .quick_search .input input:-ms-input-placeholder {
        color: #979DA7; }
      .quick_search .input input::-ms-input-placeholder {
        color: #979DA7; }
      .quick_search .input input::placeholder {
        color: #979DA7; }
  .quick_search a.close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 220px;
    top: calc(50% - 20px); }
    .quick_search a.close::before {
      content: "";
      display: block;
      width: 24px;
      height: 2px;
      background-color: #0f5482;
      position: absolute;
      left: calc(50% - 12px);
      top: calc(50% - 1px);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .quick_search a.close::after {
      content: "";
      display: block;
      width: 24px;
      height: 2px;
      background-color: #0f5482;
      position: absolute;
      left: calc(50% - 12px);
      top: calc(50% - 1px);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }




body.popup {
  left: -270px
}

body:after {
  right: 0;
  transition: .5s;
  -webkit-transition: .5s;
  z-index: -444
}

body.popup:after {
  display: inline-block;
  background: rgba(0, 0, 0, .3);
  z-index: 345345;
  right: 470px
}

.ajax-inject {
  position: fixed;
  height: 100%;
  width: 470px;
  max-width: calc(100vw - 20px);
  background: #fff;
  right: -470px;
  top: 0;
  transition: .5s;
  -webkit-transition: .5s;
  overflow-x: auto;
  z-index: 99999999
}

body.popup .ajax-inject {
  right: 0;
  -webkit-box-shadow: -28px 0 80px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: -28px 0 80px 1px rgba(0, 0, 0, .2);
  box-shadow: -28px 0 80px 1px rgba(0, 0, 0, .2)
}

body.popup:after, body:after {
    content: '';
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0
}
body.popup {
    left: -270px
}

body:after {
    right: 0;
    transition: .5s;
    -webkit-transition: .5s;
    z-index: -444
}

body.popup:after {
    display: inline-block;
    background: rgba(0, 0, 0, .3);
    z-index: 345345;
    right: 470px
}

.ajax-page {
  display: table;
  height: 100%;
  width: 100%;
  padding: 45px 40px;
  box-sizing: border-box;
  color: #707070;
}

.ajax-page .ajax-top {
  width: 100%;
  display: table-row;
  height: 10px
}
.ajax-page .ajax-top p.red {
  color: #d0021b;
}

.ajax-page .ajax-center {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: left
}

.ajax-page .ajax-center > div, .ajax-page form {
  width: 100%
}

.ajax-page .ajax-footer {
  width: 100%;
  display: table-row;
  height: 10px
}

.ajax-page .ajax-footer small {
  font-size: 9pt;
  line-height: 16pt;
  display: block
}

.popup-footer-links {
  padding-top: 20px
}

.popup-footer-links a {
  font-size: 12pt;
  font-weight: 600;
  color: #383838;
  padding-right: 20px;
  margin-right: 20px
}

.popup-footer-links a:first-child {
  border-right: 1px #eee solid
}

.popup-footer-links a:hover {
  color: #dcb957
}

.ajax-page h1 {
  color: #383838;
  font-size: 32pt;
  max-width: 88%;
  font-weight: bold;
}

.ajax-page h1.light {
  font-weight: 100
}

.step-content > div {
  display: none;
  opacity: 0;
  transition: .5s;
  -webkit-transition: .5s;
  margin: 30px 0
}

.step-content > div.active {
  display: block;
  opacity: 1
}

.step-buttons {
  padding-bottom: 20px
}

.step-buttons a {
  background: #e8e8e8;
  border-radius: 50px;
  padding: 15px 20px;
  box-shadow: none;
  text-align: center;
  font-weight: 600;
  color: #FFF;
  font-size: 14pt;
  display: inline-block;
  transition: .5s;
  -webkit-transition: .5s
}

.ajax-page .ajax-footer .step-buttons a small {
  display: inline-block;
  font-size: 14pt;
  opacity: 1;
  margin-right: 5px;
  transition: .5s;
  -webkit-transition: .5s
}

.step-buttons a.pass {
  background: #dcb957
}

.step-buttons a.pass:hover {
  background: #ebc867
}

.step-buttons a.active {
  background: #dcb957
}

.step-buttons a.active:after {
  content: '\e706';
  font-family: icon;
  display: inline-block;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  margin-left: 10px
}

.step-buttons a span {
  display: none
}

.step-buttons a.active span {
  display: inline-block
}

.ajax-page .ajax-footer .step-buttons a.active small {
  opacity: .5
}

.step-buttons a.big.active {
  width: 100%;
  box-sizing: border-box
}

.ajax-page .input._relative {
  position: relative;
  overflow: visible;
}

a.e_hint {
  display: block;
  width: 32px;
  height: 32px;
  background: #fff url(../img/info_icon.svg) no-repeat 0 0;
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  right: 0;
}
a.e_hint:hover em {
  display: block;
}

a.e_hint em {
  display: none;
  width: 320px;
  padding: 12px;
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  background: #fff;
  color: #000;
  position: absolute;
  right: 0;
  bottom: 40px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  border-radius: 12px;
}
a.e_hint em::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #ccc transparent transparent transparent;
  position: absolute;
  right: 12px;
  bottom: -8px;
}

.ajax-page .input, .ajax-page .selectbox {
  border-bottom: 3px #e8e8e8 solid;
  border-right-width: 0;
  border-top-width: 0;
  border-left-width: 0;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  display: inline-flex
}

.ajax-page .input.with_func {
  margin: 0 0 60px;
  overflow: visible;
}
.ajax-page .input.with_func + .input.dublicate {
  margin-top: -20px;
}
.ajax-page .input.dublicate .func {
  bottom: 10px;
}
.ajax-page .input.dublicate .func a.add {
  opacity: 0;
  visibility: hidden;
}
.ajax-page .input.dublicate .func a.remove.hide_me {
  opacity: 1;
  visibility: visible;
}
.ajax-page .input .func {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -36px;
}
.ajax-page .input .func a.add {
  display: inline-block;
  height: auto;
  line-height: 1;
  padding: 0 0 0 21px;
  font-size: 16px;
  color: #383838;
  text-decoration: none;
  background:  url(../img/add_icon.svg) no-repeat 0 40%;
}

.ajax-page .input .func a.remove {
  display: inline-block;
  height: auto;
  line-height: 1;
  font-size: 13px;
  color: #d0021b;
  text-decoration: none;
}
.ajax-page .input .func a.hide_me {
  opacity: 0;
  visibility: hidden;
}
.ajax-page .input .func a.remove:hover, .ajax-page .input .func a.add:hover {
  text-decoration: underline;
}




.ajax-page .input input, .input textarea {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12pt;
  font-weight: 600;
  transition: .2s;
  -webkit-transition: .2s;
  left: 0;
  padding: 0 10px
}

.input.textarea {
  height: 100px !important
}

.ajax-page .input span, .ajax-page .input.file span, .ajax-page .selectbox span, .ajax-page .textarea span {
  display: block;
  font-size: 15pt;
  line-height: 60px;
  transition: .2s;
  -webkit-transition: .2s;
  padding: 0 10px
}

.ajax-page .input.mini, .ajax-page .selectbox.mini {
  width: 45%
}

.ajax-page .input.mini:nth-child(odd), .ajax-page .selectbox.mini:nth-child(odd) {
  float: right
}

.ajax-page input:not(:placeholder-shown) + span, .ajax-page textarea:not(:placeholder-shown) + span {
  display: block;
  font-size: 10pt;
  line-height: 25px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 75%;
  text-overflow: ellipsis;
  box-sizing: border-box;
  overflow: hidden;
}

.ajax-page .input input:focus + span, .ajax-page .input.file.true span, .ajax-page .input.keyup span, .ajax-page .selectbox .dropdown.active + span, .ajax-page .selectbox .dropdown.true + span, .ajax-page .textarea textarea:focus + span, .ajax-page .textarea.keyup span {
  display: block;
  font-size: 10pt;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0
}

.ajax-page .input.file input:focus + span, .ajax-page .input.file.true span {
  padding-left: 60px
}

.ajax-page .input.file.true small, .ajax-page .input.keyup input, .ajax-page input:focus {
  position: relative;
  height: 35px;
  margin-top: 20px
}

.ajax-page textarea {
  line-height: 18pt
}

.ajax-page .input.textarea.keyup textarea, .ajax-page textarea:focus {
  position: relative;
  height: 35px;
  margin-top: 30px
}

.ajax-page .input.file.true small {
  display: inline-block
}

.ajax-page .selectbox .dropdown.active, .ajax-page .selectbox .dropdown.true {
  opacity: 1;
  height: 35px;
  margin-top: 20px
}

.ajax-page .input.error, .ajax-page .selectbox .dropdown.error {
  border-color: #f78989;
  color: red
}

.ajax-page .input.file {
  border: 1px dashed #e8e8e8;
  width: 100%;
  height: 60px;
  border-radius: 7px;
  margin-bottom: 15px;
  box-sizing: border-box;
  position: relative;
  padding: 0 20px 0 60px
}

.ajax-page .input.file input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  margin: 0
}

.currency, .last-news {
  position: relative;
  z-index: 5;
  bottom: 40px
}

.ajax-page .input.file small {
  font-size: 12pt;
  font-weight: 600;
  transition: .2s;
  -webkit-transition: .2s
}

.ajax-page .input.file:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 28px;
  background-image: url(../img/icons/pasport-icon.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 13px;
  opacity: .3;
  left: 20px;
  transition: .2s;
  -webkit-transition: .2s
}

.ajax-page .input.file.true:before, .ajax-page .input.file:hover:before {
  opacity: .6
}

.ajax-page .selectbox:after {
  content: '\e753';
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  font-family: icon;
  text-align: center;
  font-size: 20px;
  right: 15px;
  font-weight: 400;
  top: 0;
  line-height: 60px;
  pointer-events: none
}

.ajax-page .selectbox .dropdown {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  margin-bottom: 0;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  position: absolute;
  opacity: 0
}
.input, label.checkbox:before {
  -webkit-transition: .3s;
  -moz-transition: .3s
}

select option {
  padding: 5px 0;
  outline: 0
}

input[type=checkbox], input[type=radio] {
  background: 0 0;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  box-sizing: border-box
}

label {
  line-height: 18px
}

.ajax-page .selectbox div.dropdown span {
  display: block;
  line-height: 35px;
  color: #000;
  background: 0 0;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0 10px;
  font-size: 12pt;
  font-weight: 600;
  transition: .2s;
  -webkit-transition: .2s
}

.ajax-page .selectbox div.dropdown span:after {
  font-size: 15px;
  line-height: 35px;
  right: 30px;
  display: none
}

.ajax-page .selectbox div.dropdown ul {
  margin: 25px 0 0 -20px;
  border-radius: 5px
}

.ajax-page .selectbox div.dropdown.active ul {
  margin: 13px 0 0 00px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: #f4f4f4;
  min-height: 10px;
  overflow-x: inherit
}

.ajax-page .selectbox div.dropdown ul li.active {
  background-color: #a7a7a7
}

.slid .btn.btn-flat.btn-miles-calc {
  background: none;
  color: #d4ae6f;
  box-shadow: none;
  bottom: -1px;
  border: 3px #d4ae6f solid;
}

.slid .btn.btn-flat.btn-miles-calc:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMDAuMTAzcHgiIGhlaWdodD0iMTAwLjAxMXB4IiB2aWV3Qm94PSIwIDAgMTAwLjEwMyAxMDAuMDExIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAuMTAzIDEwMC4wMTEiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxkZWZzPjxyZWN0IGlkPSJTVkdJRF8xXyIgd2lkdGg9IjEwMC4xMDMiIGhlaWdodD0iMTAwLjAxMSIvPjwvZGVmcz48Y2xpcFBhdGggaWQ9IlNWR0lEXzJfIj48dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+PC9jbGlwUGF0aD48cGF0aCBjbGlwLXBhdGg9InVybCgjU1ZHSURfMl8pIiBmaWxsPSIjRDRBRTZGIiBkPSJNMzYuMDY3LDQ2LjgzMWMtNC42OTItMy44NS05LjI4Mi03LjYxOS0xMy44NzQtMTEuMzg2Yy0yLjMzOS0xLjkxOC00LjY4NS0zLjgyNi03LjAyLTUuNzQ4Yy00LjU3Ni0zLjc2NS02LjEyNi04LjkwNC0zLjgyLTEzLjM0NmMyLjM1Ni00LjUzNiw3LjI0OC05LjcxMiwxNC4zMTItNy44MjRjNC43NzgsMS4yNzYsOS40MDMsMy4xNDMsMTQuMDYsNC44NDRjNi44NzQsMi41MTIsMTMuNzI0LDUuMDg2LDIwLjU1OSw3LjcwMWMwLjk4NiwwLjM3OCwxLjUzLDAuMTk4LDIuMjM3LTAuNTE1YzUuNDUtNS40OTgsMTAuOTIyLTEwLjk3NCwxNi40MzItMTYuNDEyYzMuMDg3LTMuMDQ2LDYuODYtNC41NDMsMTEuMTc5LTQuMDUzYzcuNTMsMC44NTYsMTEuNjcsNy43Myw5LjMwOCwxNS4xOTVjLTAuNzU3LDIuMzk1LTIuMDY4LDQuNDMyLTMuODQ0LDYuMjA1Yy01LjI2MSw1LjI1Mi0xMC40NywxMC41NTgtMTUuNzcsMTUuNzdjLTAuOTQxLDAuOTI2LTEuMTMsMS42MzEtMC42NjIsMi44ODVjMy45MjQsMTAuNDk4LDcuNzYxLDIxLjAyOCwxMS42MjYsMzEuNTQ3YzEuOTUxLDUuMzExLDEuMjE4LDEwLjAwMy0yLjk0NiwxNC4wODdjLTUuODEzLDUuNjk4LTEyLjM5OCw1LjQwNi0xNy42MTYtMC45NGMtNS4yNC02LjM3NS0xMC40NTMtMTIuNzczLTE1LjY4LTE5LjE2Yy0wLjQxNC0wLjUwNS0wLjg0MS0xLjAwMS0xLjM0NC0xLjU5OWMtMi4wODEsMi4wNjctNC4wNzUsNC4wNDQtNi4wNjIsNi4wMjZjLTEuNjMzLDEuNjMxLTMuMjEsMy4zMTktNC45MDcsNC44OGMtMC44MzksMC43NzEtMC45NjIsMS41MTEtMC43MSwyLjU2NGMwLjk3OCw0LjA4MSwxLjg5NCw4LjE3OCwyLjc5NSwxMi4yNzhjMC45ODksNC41MDUtMy4yMDksOS45MjItNy44NTgsMTAuMTcxYy0yLjQ1OCwwLjEzMS00LjIxNC0xLTUuNDMyLTMuMDczYy0zLjIxNi01LjQ3Ni02LjQxMy0xMC45NjQtOS42NzUtMTYuNDEzYy0wLjQyMi0wLjcwNi0xLjA4OC0xLjM2MS0xLjc5My0xLjc4OWMtNS40NzgtMy4zMTMtMTAuOTkzLTYuNTY1LTE2LjQ5Ni05LjgzOGMtMi45MDgtMS43MjktMy45NjMtNC44NzUtMi4yMi03Ljc2OGMzLjAwNi00Ljk4Nyw2LjA5OC02Ljc4MywxMS4yNDktNS4yNDljMy41NzcsMS4wNjQsNy4yMzUsMS44NjUsMTAuODczLDIuNzEzYzAuNTA3LDAuMTE5LDEuMzA0LDAuMDMxLDEuNjM4LTAuMjk3QzI4LjQxMSw1NC41NTgsMzIuMTUyLDUwLjc2NCwzNi4wNjcsNDYuODMxIE0zNi4xNSw5My45NjdjMi41OTgtMS40NDUsMi43MzYtMS42OTgsMi4xNjItNC4yMjJjLTEuMDY1LTQuNjkyLTIuMTIyLTkuMzg3LTMuMjQ4LTE0LjA2NGMtMC4yNTYtMS4wNjItMC4wNzEtMS43NjUsMC43MjQtMi41NTlDNDYuNiw2Mi4zMjksNTcuMzcxLDUxLjQ5NSw2OC4xNTQsNDAuNjcyYzcuNzA3LTcuNzM1LDE1LjQ1MS0xNS40MzYsMjMuMDkyLTIzLjIzNmMxLjE0Mi0xLjE2NSwyLjEyMy0yLjY4OSwyLjYzMy00LjIyOGMxLjI2OC0zLjgyOC0wLjg3My03LjA3Ni00LjY0Ni03LjI5NmMtMi42MDYtMC4xNTItNC43MjgsMC45NjgtNi41NjYsMi44MDVDNjQuMTM2LDI3LjIzNCw0NS41NzksNDUuNzI1LDI3LjA2LDY0LjI1NWMtMC44NzgsMC44OC0xLjYyMywxLjA3OC0yLjgyMywwLjc1NmMtNC4zOTktMS4xNzktOC44MzYtMi4yMTgtMTMuMjU1LTMuMzIyQzguMjIxLDYxLDcuNTM5LDYxLjI5Myw2LjEwMiw2My45MDRjMC40NzIsMC4yOTMsMC45NDIsMC41OTcsMS40MjMsMC44ODFjNS40NzMsMy4yMjIsMTAuOTU4LDYuNDI0LDE2LjQwNyw5LjY4NGMwLjY2NSwwLjM5OCwxLjI4NywxLjAyMiwxLjY4NSwxLjY4OGMzLjI2MSw1LjQ0OCw2LjQ2NCwxMC45MzMsOS42ODYsMTYuNDA0QzM1LjU4Miw5My4wMzYsMzUuODcxLDkzLjUwMywzNi4xNSw5My45NjcgTTU2Ljc2MiwyNi4wMTdjLTIuMDE1LTAuNzUxLTMuOTI1LTEuNDYyLTUuODM2LTIuMTc1Yy04LjAwNi0yLjk4OC0xNi4wMDQtNS45OTktMjQuMDI1LTguOTQ3Yy0yLjAyMS0wLjc0My00LjIxOS0xLjU0Ni02LjIxOC0wLjIxMmMtNS4zMTMsMy41NDQtNi4yMDcsNi44MDctMS4xNDgsMTAuOThjNi40ODUsNS4zNDksMTMuMDAxLDEwLjY1OSwxOS41MDYsMTUuOTgzYzAuNDIxLDAuMzQ1LDAuODYyLDAuNjYzLDEuMTY1LDAuODk1QzQ1Ljc1NywzNyw1MS4xOTIsMzEuNTc1LDU2Ljc2MiwyNi4wMTcgTTU3LjUyMiw1OS45NDljMC4wNDcsMC4wNjksMC4xNDcsMC4yNDksMC4yNzUsMC40MDRjNS42NzIsNi45NDQsMTEuMzM0LDEzLjg5NiwxNy4wMzgsMjAuODE0YzAuNjQsMC43NzUsMS40NTgsMS40NSwyLjMwNCwyLjAwM2MxLjgwMSwxLjE3NywzLjI0MiwxLjA3Niw0Ljk3Mi0wLjE3NmMzLjg1Ni0yLjc5MSw0LjY1Ni01LjM4MywyLjk1Ni0xMC4wMDdjLTMuNTEzLTkuNTU1LTcuMDY2LTE5LjA5My0xMC42MTEtMjguNjM0Yy0wLjEyOC0wLjM0Ni0wLjMxOS0wLjY2OC0wLjQzNC0wLjkwM0M2OC40ODQsNDguOTg3LDYzLjAyMSw1NC40NTEsNTcuNTIyLDU5Ljk0OSIvPjwvZz48L3N2Zz4=);
  width: 23px;
  height: 22px;
  content: '';
  position: relative;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/*body.black-popup .ajax-inject {
  background:#181818;
  width:652px;
  }*/
body.black-popup.popup .ajax-inject {
  background: #181818;
  width: 652px;
}

.ajax-inject.black-miles-calc .ajax-page {
  padding: 0;
}

.ajax-inject {
  transition: .5s;
  -webkit-transition: .5s;
}

.ajax-inject.black-miles-calc .right-form {
  position: fixed;
  right: -470px;
  height: 100%;
  width: 470px;
  top: 0;
  /*    padding: 40px 30px;*/
  background: #FFF;
  overflow-y: auto;
  box-sizing: border-box;
  transition: .5s;
  -webkit-transition: .5s;
  /*    display: table;*/
}

body.black-popup.card-order.popup .ajax-inject .right-form {
  right: 0px;
}

body.black-popup.card-order.popup .ajax-inject .left-form {
  width: 634px;
}

.ajax-inject.black-miles-calc .right-form > div {
  height: 100%;
  top: 0;
  padding: 40px 30px;
  background: #FFF;
  overflow-y: auto;
  box-sizing: border-box;
  display: table;
  width: 100%;
  position: relative;
}

body.black-popup.card-order.popup .ajax-inject.black-miles-calc {
  width: 1104px;
}

body.black-popup.card-order.popup .ajax-inject.black-miles-calc .left-form .close {
  display: none;
}

.black-miles-calc .input.slider {
  border: 1px #eee solid;
}

.black-miles-calc .slider {
  position: relative;
}

.ajax-inject.black-miles-calc.loading > * {
  opacity: 1;
}

.black-miles-calc .left-form .slider input[type=range] {
  -webkit-appearance: none;
  padding: 0;
  position: absolute;
  border-radius: 10px;
  height: 0;
  left: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 96%;
}

.black-miles-calc .left-form .slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  background: none;
  border: none;
  border-radius: 3px
}

.black-miles-calc .left-form .slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #eedb99;
  margin-top: -5px;
  -webkit-box-shadow: 1px 2px 0 0 rgba(0, 0, 0, .35);
  -moz-box-shadow: 1px 2px 0 0 rgba(0, 0, 0, .35);
  box-shadow: 1px 2px 0 0 rgba(0, 0, 0, .35)
}

.black-miles-calc .left-form .slider input[type=range]:focus {
  outline: 0
}

.black-miles-calc .left-form .slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(232, 208, 122, 0.1);
}

.ajax-inject.black-miles-calc .left-form {
  display: table;
  height: 100%;
  position: relative;
  padding: 45px 50px;
  box-sizing: border-box;
  width: 100%;
}

.ajax-inject.black-miles-calc .left-form p {
  color: #FFF;
}

.ajax-inject.black-miles-calc .left-form .ajax-center {
  padding: 40px 0;
}

.black-miles-calc .left-form .slider {
  position: relative;
  width: 100%;
  border-radius: 7px;
  border: 1px rgba(255, 255, 255, 0.2) solid;
  height: 65px;
  border-bottom-color: rgba(232, 208, 122, 0.5);
}

.black-miles-calc .left-form .slider small {
  padding-left: 10px;
  color: #FFF;
}

.black-miles-calc .left-form .slider i {
  font-size: 13pt;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  position: absolute;
  right: 14px;
  top: 29px;
}

.black-miles-calc .left-form .slider input[type=number] {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 15pt;
  font-weight: 600;
  transition: .2s;
  -webkit-transition: .2s;
  background: none;
  border: 0;
  left: 0;
  padding: 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  color: #FFF;
  box-sizing: border-box;
  padding-top: 18px;
  padding-right: 40px;
}

.black-miles-calc .left-form .slider input[type=number]::-webkit-input-placeholder {
  color: #fff;
}
.black-miles-calc .left-form .slider input[type=number]:-ms-input-placeholder {
  color: #fff;
}
.black-miles-calc .left-form .slider input[type=number]::placeholder {
  color: #fff;
}

.black-miles-calc .left-form .slider input[type=number]:focus {
  margin-top: 0 !important;
  height: 100% !important;
  outline: none;
  border: 0;
}

.black-miles-calc .left-form .selectbox {
  border: 0;
  width: 100%;
  height: 65px !important;
  border-radius: 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  display: inline-flex;
  border-color: none;
  background-color: #FFF;
  border-radius: 7px;
}

.black-miles-calc .left-form .selectbox small {
  padding-top: 4px;
  padding-left: 10px;
}

.black-miles-calc .left-form .selectbox .dropdown {
  margin-top: 0px !important;
  padding-top: 28px;
}

.black-miles-calc .left-form .selectbox:after {
  top: 42px;
  line-height: 1px;
}

.black-miles-calc .left-form .selectbox div.dropdown span {
  white-space: nowrap;
  width: 78%;
  overflow: hidden;

}

.location-radio-btn {
  width: 100%;
  margin-top: 15px;
  color: #FFF;
}

.location-radio-btn input[type="radio"] {
  display: none;
}

.location-radio-btn div.active-btn {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.6);
}

.location-radio-btn div:first-child {
  float: left;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 21px;
  border-radius: 7px 0 0 7px;
  font-size: 10pt;
  cursor: pointer;
}

.location-radio-btn div:last-child {
  float: left;
  cursor: pointer;
  margin-left: -1px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 30px;
  border-radius: 0 7px 7px 0;
  font-size: 10pt;
}

.location-radio-btn:after {
  clear: both;
}

.black-miles-calc .left-form h1 {
  color: #FFF;
  font-weight: 800;
  font-size: 50pt;
}

.miles-result {
  margin-top: 40px;
  color: #fff;
}

.black-miles-calc .left-form .miles-result h1 {
  font-weight: 300;
  font-size: 65pt;
  color: #c6a121;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  letter-spacing: -1pt;
  margin-top: 10px;
}

.black-miles-calc .left-form .miles-result h1 b {
  font-weight: 600;
  color: #d7d7d7;
  font-size: 45pt;
}

.miles-result p {
  font-size: 12pt;
}

.miles-result div.city-select {
  display: inline-block;
}

.miles-result .miles-result-text {
  font-size: 16pt;
  margin-top: 40px;
  line-height: 30pt;
  position: relative;
  height: 80px;
}

.miles-result .miles-res {
  position: absolute;
  display: none;
}

.miles-result .initial-text {
  position: absolute;
}

.miles-result .city-select span {
  font-weight: bold;
  font-size: 20pt;
  letter-spacing: -1px;
  border-bottom: 2px solid rgba(198, 161, 33, 0.6);
  background: none;
  padding: 0 20px 0 0;
  display: inline-block;
  border-radius: 0;
  line-height: 20pt;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  transition: .3s;
  font-weight: 700;
  position: relative;
}

.miles-result .city-select span:after {
  content: '\e753';
  font-family: icon;
  font-size: 11pt;
  margin-left: 5px;
  margin-top: 1px;
  right: 0px;
}

.city-select ul {
  position: absolute;
  padding: 0;
  margin: 0;
  border-radius: 5px;
  background: #FFF;
  color: #333;
  z-index: 9;
  -webkit-box-shadow: 0px 0 65px 1px rgba(0, 0, 0, .5) !important;
  -moz-box-shadow: 0px 0 65px 1px rgba(0, 0, 0, .5) !important;
  box-shadow: 0px 0 65px 1px rgba(0, 0, 0, .5) !important;
  margin-top: 20px;
  min-width: 195px;
  max-height: 180px !important;
}

.city-select ul li {
  list-style: none;
  font-size: 10pt;
  padding: 5px 10px 5px 36px;
  line-height: 30px !important;
  position: relative !important;
  color: #333;
  border: none !important;
  padding-left: 40px !important;
}

.city-select ul li:before {
  border: 1px #e5e5e5 solid;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  content: '';
  font-family: icon;
  position: absolute;
  left: 10px;
  background: #FFF;
  top: 6px;
  text-align: center;
  line-height: 13px;
  font-size: 8px;
  color: #deba4a;
}

.city-select ul li:after {
  width: 1px;
  height: 64%;
  content: '';
  position: absolute;
  left: 17px;
  background: red;
  top: 20px;
  background: #e5e5e5;
}

.city-select ul li:last-child:after {
  display: none;
}

.city-select ul li:after {
  background: #deba4a;
}

.city-select ul li:before {
  border: 1px #deba4a solid;
}

.city-select ul li.active {
  font-size: 15pt;
  font-weight: 600;
  line-height: 21pt;
  padding-left: 40px !important;
  background: none !important;
  color: #333 !important;
  letter-spacing: -1px;
}

.city-select ul li.active:before {
  border: 1px #deba4a solid;
  z-index: 55;
}

.city-select ul li.active:before {
  content: '\e698';
}

.city-select ul li.active:after {
  background: #deba4a;
}

.city_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 45px 40px;
  box-sizing: border-box;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: -1;
  overflow: hidden;
}
.city_bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}

.city_bg > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  -webkit-transition: all 0.5s cubic-bezier(.200, 1, .22, 1) 0.1s;
  transition: all 0.5s cubic-bezier(.200, 1, .22, 1) 0.1s;
  opacity: 0;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  -moz-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0);
}

.city_bg > div.active {
  opacity: 1;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 41px);
  -moz-transform: perspective(1000px) translate3d(0, 0, 41px);
  transform: perspective(1000px) translate3d(0, 0, 41px);
}

.black-miles-calc .left-form .card-order {
  background: none;
  border: none;
  box-shadow: none;
  border: 1px dashed rgba(255, 255, 255, .5);
  font-size: 15pt;
  font-weight: 400;
  -webkit-transition: all 0.5s cubic-bezier(.200, 1, .22, 1) 0.1s;
  transition: all 0.5s cubic-bezier(.200, 1, .22, 1) 0.1s;
}

.black-miles-calc .left-form .card-order:before {
  content: '\e749';
  font-family: icon;
  color: #c3a95f;
  margin-right: 10px;
  font-weight: 600;
  font-size: 17pt;
}

.black-miles-calc .left-form .card-order:after {
  content: '\e706';
  font-family: icon;
  color: #c3a95f;
  margin-left: 10px;
  font-weight: 600;
  font-size: 17pt;
  -webkit-transition: all 4s cubic-bezier(.200, 1, .22, 1) 0.1s;
  transition: all 4s cubic-bezier(.200, 1, .22, 1) 0.1s;
}

.black-miles-calc .left-form .card-order:hover:after {
  margin-left: 20px;
}

.black-miles-calc .left-form .tarif-plan {
  background: rgba(0, 0, 0, .3);
  border: none;
  box-shadow: none;
  font-size: 11pt;
  font-weight: 400;
  -webkit-transition: all 4s cubic-bezier(.200, 1, .22, 1) 0.1s;
  transition: all 4s cubic-bezier(.200, 1, .22, 1) 0.1s;
}

.black-miles-calc .left-form .tarif-plan:after {
  content: '\e706';
  font-family: icon;
  color: #c3a95f;
  margin-left: 10px;
  font-weight: 600;
  font-size: 13pt;
  -webkit-transition: all 4s cubic-bezier(.200, 1, .22, 1) 0.1s;
  transition: all 4s cubic-bezier(.200, 1, .22, 1) 0.1s;
}

.black-miles-calc .left-form .tarif-plan:hover {
  background: rgba(0, 0, 0, .6);
}

a.close {
  width: 35px;
  height: 35px;
  border-radius: 2px;
  margin: 0;
  transition: .3s;
  -webkit-transition: .3s;
  display: inline-block;
  position: absolute;
  padding: 0;
  right: 24px;
  top: 24px
}

a.close:after, a.close:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  border-radius: 2px;
  transition: .4s;
  -webkit-transition: .4s;
  background: #d4d4d4;
  top: 12px
}

a.close {
  background: 0 0 !important
}

a.close:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

a.close:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

a.close:hover {
  /*width: 55px;
  height: 55px;
  margin-right: -13px*/
}

a.close:hover:after, a.close:hover:before {
  background: #bcbcbc
}

a.bold-btn {
  font-weight: 600;
  border-bottom: 1px #ecc9a1 dashed;
  color: #222
}

.table-container {
  height: 100%;
  display: table;
  width: 100%
}

.table-container footer {
  display: table-row;
  position: relative;
}


.input input, .input textarea {
    border: 0;
    outline: 0;
    background: 0;
}

.ajax-page.filiallar {
    padding: 0
}

.filiallar .ajax-top > div {
    padding: 35px 24px;
    box-sizing: border-box
}

.filial-tab a, .filial-tab a.active {
    padding: 10px 13px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}

.filial-tab {
    margin-top: 40px;
    white-space: nowrap;
}

.filial-tab a {
    color: #8a8a8a;
    margin: 0
}

.filial-tab a.active {
    background: #f1bd8e;
    color: #FFF
}

.filiallar .ajax-center {
    display: block;
    box-sizing: border-box;
    border-top: 1px #e6e6e6 solid;
    width: 100%;
    position: relative;
    overflow-x: auto
}

.filiallar .ajax-center ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.filiallar .ajax-center ul li {
    padding: 30px 24px;
    border-bottom: 1px #eee solid;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    display: none
}

.filiallar .ajax-center ul li.show {
    visibility: visible;
    opacity: 1;
    display: flex
}

.filiallar .ajax-center ul li > div {
    width: 92%
}

.filiallar .ajax-center ul li strong {
    font-weight: 600;
    font-size: 18pt;
    color: #363636
}

.filiallar .ajax-center ul li p {
    margin: 6px 0;
    font-weight: 300;
    line-height: 23pt;
    overflow-X: hidden;
    box-sizing: border-box;
    letter-spacing: .2pt;
    color: #707070;
    font-size: 18px;
}

.filiallar .ajax-center ul li:hover {
    background: #f8f8f8
}

.filiallar .ajax-center ul li.active {
    padding: 45px 24px;
    background: #f8f8f8
}

.filiallar .ajax-center ul li:after {
    content: '\e706';
    font-family: icon;
    display: inline-block;
    position: absolute;
    right: 80px;
    font-size: 30pt;
    color: #f1bd8e;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.filiallar .ajax-center ul li.active:after, .filiallar .ajax-center ul li:hover:after {
    opacity: 1;
    right: 50px
}

.filiallar .ajax-footer > div {
    padding: 35px 50px
}

.filiallar .ajax-footer .search-object {
    padding: 0;
    display: inline-block
}

.filiallar .ajax-footer .search-object input, .filiallar .ajax-footer .search-object input:focus {
    position: relative;
    margin: 0;
    line-height: 60px;
    height: 60px;
    transform: scale(1)
}

.filiallar .ajax-footer .search-object input:focus {
    border-color: #f1bd8e
}

.filiallar .ajax-footer a.btn-map {
    background: #e7e7e7;
    height: 60px;
    box-sizing: border-box;
    padding: 0 20px;
    display: inline-block;
    border-radius: 60px;
    font-size: 20pt;
    color: #FFF;
    position: relative;
    float: right;
    line-height: 60px
}

.filiallar .ajax-footer a.btn-map:before {
    content: '\e618';
    font-family: icon;
    display: inline-block
}

.filiallar .ajax-footer a.btn-map:hover, body.popup.map-show .filiallar .ajax-footer a.btn-map {
    background: #f1bd8e
}

.filiallar .ajax-footer .search-object button {
    font-size: 17pt
}

.search-full .search-object {
    width: 50%;
    margin: auto
}

.search-full .search-object input {
    outline: line;
    font-family: helvetica;
    line-height: 20px;
    padding: 27px;
    font-size: 15pt;
    font-size: 13pt;
    border: none;
    border-radius: 50px;
    background: #4a4a4a;
    color: #FFF
}

.search-full .search-object input:focus {
    background: #353535;
    border: none
}

.search-full .search-object input::-webkit-input-placeholder {
    color: #FFF;
    opacity: 1
}

.search-full .search-object input:-moz-placeholder {
    color: #FFF;
    opacity: 1
}

.search-full .search-object input::-moz-placeholder {
    color: #FFF;
    opacity: 1
}

.search-full .search-object input:-ms-input-placeholder {
    color: #FFF;
    opacity: 1
}

.search-full .search-object button {
    background: 0 0;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    color: #d4ae6f;
    font-size: 20pt;
    margin-top: 6px
}

.search-full .search-object input:focus + button {
    margin-right: -30px
}

.search-object input {
    background: 0 0;
    outline: line;
    font-family: helvetica;
    color: #222;
    font-size: 10pt;
    border: 4px solid #e6e6e6;
    width: 100%;
    outline: 0;
    padding: .9rem 1rem;
    font-size: 1em;
    border-radius: 50px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.search-object button, .search-object button:hover {
    background: 0 0;
    border: none
}

.search-object button:before {
    content: '\e726';
    font-family: icon;
    background: 0 0;
    border: none
}

.search-object button {
    position: absolute;
    right: 0;
    top: 0;
    color: #d4ae6f;
    width: 60px;
    height: 100%;
    cursor: pointer;
}

.search-object {
    position: relative;
    width: 75%;
    padding-left: 28px;
    box-sizing: border-box
}

.parallax .a1, .parallax .a2, .parallax .b1, .parallax .b2, .parallax .b3, .parallax .b4 {
    position: absolute
}

.search-object {
    position: relative;
    width: 75%;
    padding-left: 28px;
    box-sizing: border-box;
}


.miles-result .city-select span {
    font-weight: bold;
    font-size: 20pt;
    letter-spacing: -1px;
    border-bottom: 2px solid rgba(198,161,33,0.6);
    background: none;
    padding: 0 20px 0 0;
    display: inline-block;
    border-radius: 0;
    line-height: 20pt;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    transition: .3s;
    font-weight: 700;
    position: relative;
}


.social_icon {
    display: inline-block;
    width: 24px;
    height: 30px;
        -webkit-animation-duration: 0.15s;
      -webkit-transition: all 0.15s linear;
      -moz-animation-duration: 0.15s;
      -moz-transition: all 0.15s linear;
      animation-duration: 0.15s;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear;
}
.social_icon.youtube {
    background: url(../img/youtube_gray_icon.svg) no-repeat 50%;
}
.social_icon.instagram {
    background: url(../img/instagram_gray_icon.svg) no-repeat 50%;
}
.social_icon.facebook {
    background: url(../img/facebook_gray_icon.svg) no-repeat 50%;
}

.social_icon.youtube:hover {
    background: url(../img/youtube_brown_icon.svg) no-repeat 50%;
}
.social_icon.instagram:hover {
    background: url(../img/instagram_brown_icon.svg) no-repeat 50%;
}
.social_icon.facebook:hover {
    background: url(../img/facebook_brown_icon.svg) no-repeat 50%;
}



.ajax-page .ajax-top p {
  font-weight: 400;
  line-height: 23pt;
  overflow-X: hidden;
  box-sizing: border-box;
  letter-spacing: .2pt;
  color: #707070;
  font-size: 16px;
  margin-top: 1em;
}
  .hide {
    display: none;
}
}
  div.dropdown.bg-color span{
  background-color:#5bb4f3;
  }
  div.dropdown ul li.active{
  background-color:#6cab9c;
  }
  div.dropdown span,
div.dropdown ul{
  background-color:#eee;
  }
  div.dropdown.bg-color span,
div.dropdown ul li.active{
  color:#FFF
  }
  div.dropdown ul li:hover{
  background:#ddd;
  }
/* ======================================================================================================================================================
9.3. Dropdowns
====================================================================================================================================================== */




select.dropdown {
  display:none;

  }
div.dropdown{
  position:relative;
  }
div.dropdown span{
  padding:15px 80px 15px 15px;
  display:block;
  cursor:pointer;
  position:relative;
  border-radius:5px;
  line-height:25px;
  -webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 2px 0 rgba(0,0,0,0.2);
  -o-box-shadow: inset 0 2px 0 rgba(0,0,0,0.2);
  box-shadow: inset 0 2px 0 rgba(0,0,0,0.2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight:bold;
  }

div.dropdown span:after{
  content:'\e606';
  width:16px;
  height:16px;
  position:absolute;
  border-radius:50%;
  cursor:pointer;
  font-family:icon;
  text-align:center;
  line-height:17px;
  font-size:20px;
  line-height:25px;
  right:15px;
  font-weight:normal;
  }

div.dropdown ul{
  position:absolute;
  visibility: hidden;
  opacity:0;
  list-style:none;
  padding:0px;
  margin:30px 0 0 0;
  width:100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius:0 0 5px 5px;
  overflow:hidden;
  z-index:50;
  max-height: 300px;
  overflow: auto;
  }
div.dropdown ul li{
  line-height:45px;
  padding:0px 15px;
  cursor:pointer;
  border-width:0;
  border-top-width:1px;
  border-style:solid;
  border-color:rgba(0, 0, 0, 0.1);
  }
div.dropdown ul li:first-child{
  border-width:0;
  }
div.dropdown ul li:hover{
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding-left:25px;
  }
div.dropdown span:hover{
  opacity:0.8;
  }
div.dropdown.active ul{
  visibility: visible;
    opacity: 1;
  border-radius:5px;
  margin:10px 0 0 0;
  }



.confirm_darkness {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.confirm_darkness.show_me {
  opacity: 1;
  visibility: visible;
}
.confirm_darkness2 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.confirm_darkness2.show_me {
  opacity: 1;
  visibility: visible;
}


.confirm_modal {
  width: 900px;
  height: auto;
  max-width: calc(100vw - 24px);
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-10px - 50%));
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.confirm_modal.show_me {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}
.confirm_modal > div {
  padding: 32px;
  max-height: calc(100vh - 24px);
  overflow: auto;
}
.confirm_modal h2 {
  padding: 0 0 8px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #383838;
}



.confirm_modal2 {
  width: 900px;
  height: auto;
  max-width: calc(100vw - 24px);
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-10px - 50%));
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.confirm_modal2.show_me {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}
.confirm_modal2 > div {
  padding: 32px;
  max-height: calc(100vh - 24px);
  overflow: auto;
}
.confirm_modal2 h2 {
  padding: 0 0 8px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #383838;
}



.confirm_table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px 24px;
  padding: 33px 0;
  border-bottom: 1px solid #E1E1E1;
}
.confirm_table p {
  padding: 0;
  font-size: 14px;
  line-height: 1.43;
  color: #7C7C7C;
}
.confirm_table h3 {
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #383838;
}

.confirm_buttons {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 24px 0 0;
}
.confirm_buttons a {
  display: inline-block;
  height: 48px;
  padding: 0 24px;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #383838;
  text-decoration: none;
  border-radius: 24px;
  margin: 0 0 0 16px;
  cursor: pointer;
}
.confirm_buttons a.brown {
  color: #fff;
  background-color: #DAB966;
}
.confirm_buttons a.white {
  color: #383838;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #E1E1E1;
}

.index_three .mobile_loan{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:24px
}

@media (min-width: 240px) and (max-width: 768px) {
  .index_three .mobile_loan {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0;
  }

  .ajax-inject {

    width: 100vw;
    max-width: 100%;
  }
  .filiallar .ajax-center ul li.active {
    padding: 16px;
  }
  .ajax-page{
    padding: 45px 16px;
  }
  .filial-tab{
    margin-top: 40px;
    white-space: normal;
    line-height: 32pt;
  }
  .filiallar .ajax-footer > div, .filiallar .ajax-top > div {
    padding: 40px 12px;
  }
  .filial-tab a {
    padding: 10px 4px;
    font-size: 12px;
  }
}


.fin_section{
  display: grid;
  grid-template-columns: 100px auto;
  gap: 5px;
}