@charset "UTF-8";
@import url(reset.css);
/* Opacity */
/* @include opacity(1); */
/* Clearfix */
/* @include clearfix; */
/* Transition */
/* @include transition(.35s); */
/* Box Sizing */
/* @include box-sizing(border-box); */
/* Border Radius */
/* @include border-radius(5px);
   @include border-top-radius(5px);
   @include border-right-radius(5px);
   @include border-bottom-radius(5px);
   @include border-left-radius (5px); */
/* Background - Contain */
/* @include background-contain; */
/* Background - Cover */
/* @include background-cover; */
/* User Select */
/* @include user-select; */
/* Center Block */
/* @include center-block; */
/* Text Truncate */
/* @include text-truncate; */
/* Transform Rotate */
/* @include transform-rotate(45deg); */
/* Transform Scale */
/* @include scale(1.1); */
/* Transform TranslateX */
/* @include translateX; */
/* Transform TranslateY */
/* @include translateY; */
/* Transform Translate */
/* @include translate; */
/* Flex-box (display: flex) */
/* @include display-flex; */
/* Flex-box (flex-wrap) */
/* @include flex-wrap(nowrap);
   @include flex-wrap(wrap);
   @include flex-wrap(wrap-reverse); */
/* Flex-box (justify-content: flex-start) */
/* @include flex-start; */
/* Flex-box (justify-content: space-between) */
/* @include space-between; */
/* Flex-box (justify-content: space-around) */
/* @include space-around; */
/* Flex-box (justify-content: center) */
/* @include justify-center; */
/* Flex-box (justify-content: end) */
/* @include justify-end; */
/* Flex-box (justify-content: flex-start) */
/* @include flex-start; */
/* Flex-box (align-items: center) */
/* @include align-items-center; */
/* Flex-box (align-items: end) */
/* @include align-items-end; */
/* Flex-box (align-items: start) */
/* @include align-items-start; */
/* Flex-box (align-items: stretch) */
/* @include align-items-stretch; */
/* Flex-box (flex-direction: column) */
/* @include flex-direction-column; */
/* Flex Self align End */
/* @include self-end; */
/* Flex Reverse Row */
/* @include revers-row; */
/* Flex Row */
/* @include row; */
/* Flex Grow */
/* @include flex-grow; */
/* Flex Basis */
/* @include flex-basis; */
/* Flex 1 */
/* @include flex-1; */
/* Flex Shrink */
/* @include flex-shrink; */
/* Background-color - Opacity */
/* @include bg-color-opacity(rgba(color, 0.5), color); */

@font-face {
  font-family: 'gotham';
  src: url('../fonts/GothamBold.eot');
  src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamBold.woff2') format('woff2'), url('../fonts/GothamBold.woff') format('woff'), url('../fonts/GothamBold.ttf') format('truetype'), url('../fonts/GothamBold.svg#gotham_boldregular') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'gotham';
  src: url('../fonts/GothamLight.eot');
  src: url('../fonts/GothamLight.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamLight.woff2') format('woff2'), url('../fonts/GothamLight.woff') format('woff'), url('../fonts/GothamLight.ttf') format('truetype'), url('../fonts/GothamLight.svg#gotham_lightregular') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'gotham';
  src: url('../fonts/GothamRegular.eot');
  src: url('../fonts/GothamRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamRegular.woff2') format('woff2'), url('../fonts/GothamRegular.woff') format('woff'), url('../fonts/GothamRegular.ttf') format('truetype'), url('../fonts/GothamRegular.svg#gotham_lightregular') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

*:focus {
  outline: none; }

html {
  height: 100%;
  -webkit-text-size-adjust: 100%; }

html, body {
  position: relative;
  width: 100%;
  min-height: 100%;
  letter-spacing: 0.025em;
  font-family: 'gotham', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased; }

body {
  transition: opacity 0.5s ease; }

body.active_popup header .close-mob-menu {
  display: block;
  z-index: 100; }

section {
  position: relative;
  width: 100%;
  overflow: hidden; }

input, textarea, select, button {
  font-family: Verdana; }
  input:focus, textarea:focus, select:focus, button:focus {
    border-color: black !important; }

textarea {
  font-size: 13px; }

[aria-invalid="true"] {
  border: 1px solid red !important; }

button {
  font-family: 'gotham', sans-serif; }

ol {
  padding-left: 20px;
  color: #2B2F3E; }

.big-header {
  display: block;
  font-size: 44px;
  color: #fff;
  font-weight: 600;
  line-height: 56px; }

.sub-header {
  display: block;
  padding: 0 10px;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2B2F3E; }

.box {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: auto; }

a {
  text-decoration: none; }

.dt {
  display: block; }

.rating {
  margin-bottom: 10px; }
  .rating .rate-active {
    color: green; }

.iw {
  display: flex;
  width: 650px;
  height: auto;
  min-height: 320px;
  max-height: 300px;
  padding: 20px;
  font-family: 'Gotham';
  overflow: auto; }
  .iw-left {
    overflow: hidden;
    width: 150px;
    height: 100%; }
    .iw-left img {
      width: 150px;
      height: 150px;
      object-fit: cover; }
    .iw-left_link {
      display: block;
      width: 100%;
      margin-top: 15px;
      font-size: 12px;
      text-align: left;
      color: #5e5e5e;
      text-decoration: underline; }
      .iw-left_link:hover {
        color: #ffbb29; }
    .iw-left_btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
      width: 100%;
      height: 40px;
      margin-top: 25px;
      font-size: 13px;
      font-weight: 600;
      color: #231f20;
      text-align: center;
      border-radius: 30px;
      background: #ffd402;
      cursor: pointer; }
      .iw-left_btn:hover {
        background: #ffbb29; }
  .iw-right {
    width: 437px;
    margin-left: 23px;
    box-sizing: border-box; }
    .iw-right h3 {
      font-weight: 600;
      font-size: 24px;
      color: #231f20; }
    .iw-right_data {
      display: flex;
      margin-bottom: 20px;
      width: 100%; }
      .iw-right_data div:first-child {
        width: 60%;
        margin-right: 20px; }
      .iw-right_data div:last-child {
        width: 40%; }
      .iw-right_data div .iw-right_landmarks {
        width: 100%; }
      .iw-right_data h4 {
        margin-top: 20px;
        font-size: 10px;
        color: #8a8a8a;
        text-transform: uppercase;
        text-align: left; }
        .iw-right_data h4 b {
          display: block;
          margin-top: 7px; }
      .iw-right_data span {
        display: block;
        margin-right: 5px;
        margin-top: 7px;
        width: auto;
        max-width: 230px;
        font-size: 12px;
        line-height: 12px;
        color: #7e7e7e;
        text-transform: capitalize;
        text-align: left; }
      .iw-right_data b {
        margin-right: 5px;
        font-size: 14px;
        font-weight: 600;
        color: black;
        text-transform: uppercase;
        text-align: left;
        white-space: nowrap; }
        .iw-right_data b:last-child {
          margin-right: 0;
          white-space: nowrap; }
    .iw-right_landmarks {
      width: 100%;
      margin-top: 20px; }
      .iw-right_landmarks h4 {
        margin-bottom: 7px;
        font-size: 10px;
        color: #8a8a8a;
        text-transform: uppercase; }
      .iw-right_landmarks p {
        font-size: 12px;
        font-weight: 300;
        color: black; }
  .iw h4 {
    margin-bottom: 7px;
    color: #8a8a8a; }
  .iw span {
    display: block;
    width: 100%; }
  .iw .gm-style-iw div img {
    display: none; }

#loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
  z-index: 500;
  transition: height 0.6s ease-out 0.6s; }
  #loader.active {
    display: block; }
  #loader .fd-inner {
    width: 78px;
    height: 78px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -39px;
    margin-top: -39px; }
  #loader .fd-inner {
    transition: opacity 0.2s ease 0.8s; }
  #loader svg path {
    fill: none;
    stroke-width: 7; }
  #loader .fd-inner path.fd-loader-circlebg {
    stroke: #f2f2f2; }
  #loader .fd-inner path.fd-loader-circle {
    -webkit-transition: stroke-dasharray 0.2s;
    transition: stroke-dasharray 0.2s;
    stroke: #ffd402;
    stroke-dashoffset: 200;
    stroke-dasharray: 200;
    -webkit-animation: loading infinite 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    animation: loading infinite 0.8s cubic-bezier(0.7, 0, 0.3, 1); }

@keyframes loading {
  to {
    stroke-dasharray: 400; } }

#top {
  position: absolute;
  top: 0px; }

.btn {
  width: 300px;
  height: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 25px;
  line-height: 50px;
  font-weight: 600;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #ffd402;
  transition: all .3s; }
  .btn.cls {
    margin-left: 39px;
    background-color: #959595; }
    .btn.cls:hover {
      background-color: #718094; }
  .btn.sdrt {
    box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7); }
    .btn.sdrt:hover {
      background-color: #ffbb29;
      box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }

.static-rate.big .rate {
  height: 35px;
  width: 38px;
  background: url("../img/star_icon_inactive.png");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat; }
  .static-rate.big .rate.rate-full, .static-rate.big .rate .rate-active {
    background: url("../img/star_icon.png");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat; }

.static-rate.small .rate {
  width: 16px;
  height: 15px;
  margin: 0 0 0 3px;
  background: url("../img/start_yellow_small.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto; }
  .static-rate.small .rate:first-child {
    margin-left: 0; }
  .static-rate.small .rate.rate-full {
    background: url("../img/start_yellow_small_full.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto; }

.rating {
  font-size: 0 !important; }
  .rating.big .rate {
    display: inline-block;
    margin-left: 5px;
    height: 35px;
    width: 38px;
    background: url("../img/start_yellow_big.png");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat; }
    .rating.big .rate:first-child {
      margin-left: 0; }
  .rating.big .rate-active, .rating.big .rate-full {
    background: url("../img/start_yellow_big_full.png");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat; }

#bread {
  line-height: 50px;
  padding: 0 30px; }
  #bread.has-border {
    border-top: 1px solid #f2f2f2; }
  #bread li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #959595;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 10px; }
    #bread li:before {
      content: '/';
      position: absolute;
      left: 0; }
    #bread li:first-child {
      padding-left: 0; }
      #bread li:first-child:before {
        display: none; }
    #bread li a {
      text-decoration: none;
      color: #dbdbdb;
      transition: all .2s; }
      #bread li a:hover {
        color: #959595; }
    #bread li span {
      font-weight: 500; }

.banner {
  position: relative;
  padding: 50px 0;
  background: url("../img/footer-banner.jpg") no-repeat 50% 45%; }
  .banner h1 {
    position: relative;
    z-index: 2;
    margin-bottom: 14px;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.025em; }
  .banner h2 {
    position: relative;
    z-index: 2;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    margin-bottom: 36px;
    letter-spacing: 0.025em; }
  .banner .button-wrap {
    position: relative;
    z-index: 2;
    width: 630px;
    margin: 0 auto; }
    .banner .button-wrap a {
      display: inline-block;
      vertical-align: top;
      height: 50px;
      text-align: center;
      color: #fff;
      border: 2px solid #ffd402;
      border-radius: 30px;
      font-weight: 600;
      width: 300px;
      font-size: 14px;
      text-transform: uppercase;
      line-height: 46px;
      margin-right: 25px;
      transition: all .3s; }
      .banner .button-wrap a:hover {
        color: #ffd402; }
      .banner .button-wrap a:last-child {
        margin-right: 0;
        line-height: 50px;
        border: none;
        color: #231f20;
        background-color: #ffd402;
        box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7); }
        .banner .button-wrap a:last-child:hover {
          color: #fff;
          box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }
  .banner::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }

.success {
  padding-bottom: 50px; }

.help-block-error, .red {
  color: red !important;
  font-size: 12px !important; }

.form-group a {
  transition: color 0.2s ease; }
  .form-group a:hover {
    color: #ffbb29 !important; }

a[href^="https://maps.google.com/maps"] {
  display: none !important; }

a[title="Сообщить об ошибке на карте или снимке"] {
  display: none !important; }

.gmnoprint span, .gmnoprint a {
  display: none; }

.gm-svpc {
  display: none; }

.gmnoprint {
/*
  right: 26px !important;
  bottom: 120px !important;
*/
}

.gm-style-cc {
  display: none !important; }

input::-ms-clear {
  display: none; }

.no_script {
  z-index: 99999;
  position: fixed;
  width: 110vw;
  height: 110vh;
  background: #fff; }
  .no_script span {
    font-size: 20px;
    text-transform: uppercase; }

em {
  font-style: italic !important; }

.reviews-form-row-item #reviewform-text + .help-block {
  top: 130px !important; }

#app-on-page-anchor {
  z-index: -10;
  position: absolute;
  top: -80px;
  left: 0; }

.links-content {
  padding: 40px 30px;
  text-align: center; }
  .links-content a {
    background: #ffae3c none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 3px;
    display: inline-block;
    margin: 2px;
    padding: 8px;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    transition: all .35s ease; }
    .links-content a:hover {
      background: none;
      border: 1px solid;
      color: #fd9400;
      border-color: #ffae3c; }

/* custom ringostat button 01.2019*/
.rngst_phone_button {
  display: none !important; }

.callback-ringo {
  height: 40px;
  width: 300px;
  line-height: 40px;
  max-width: 100%;
  position: fixed;
  font-size: 16px;
  font-family: Helvetica, Arial;
  font-weight: bold;
  color: #222222;
  text-align: center;
  cursor: pointer;
  z-index: 9999;
  right: 375px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0 0; }
  .callback-ringo .rngst_phone_button {
    display: block !important; }

.callback-ringo-ico {
  width: 12px;
  height: 12px;
  margin: 0 10px 0 0;
  display: block; }
  .callback-ringo-ico svg,
  .callback-ringo-ico img {
    width: 100%;
    height: 100%;
    display: block; }

/* end custom ringostat button 01.2019*/
.close {
  position: absolute;
  top: 60px;
  right: 30px;
  display: block;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  z-index: 40;
  background-color: #ffd402;
  transition: all .3s;
  box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7); }
  .close:hover {
    background-color: #ffbb29;
    box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }
  .close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
    background-image: url("../img/ui/sprite.png");
    background-position: -235px -230px;
    width: 14px;
    height: 14px; }

.active_popup {
  overflow: hidden !important; }

#pop-wrap {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all .3s; }
  #pop-wrap.active {
    opacity: 1;
    z-index: 101; }

.popup {
  display: block;
  position: fixed;
  top: -3600px;
  margin-top: -300px;
  left: 50%;
  margin-left: -480px;
  width: 960px;
  height: 600px;
  z-index: 102;
  background-color: #fff;
  transition: all 0.4s ease-out; }
  .popup.active {
    top: 50%; }

.wide-popup {
  display: block;
  position: fixed;
  top: -3600px;
  width: 100%;
  height: auto;
  z-index: 102;
  transition: all 0.3s ease-out; }
  .wide-popup.active {
    top: 80px; }

#write-to-us {
  background-color: #f2f2f2;
  color: #2B2F3E;
  padding: 30px 0 70px 0; }
  #write-to-us .close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background-color: #ffd402;
    transition: all .3s;
    box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7); }
    #write-to-us .close:hover {
      background-color: #ffbb29;
      box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }
    #write-to-us .close:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -7px;
      margin-left: -7px;
      background-image: url("../img/ui/sprite.png");
      background-position: -235px -230px;
      width: 14px;
      height: 14px; }
  #write-to-us .container {
    width: 640px;
    margin: 0 auto;
    font-size: 0; }
  #write-to-us .sub-header {
    margin-bottom: 15px; }
  #write-to-us .h4 {
    font-size: 18px;
    margin-bottom: 20px; }
  #write-to-us input, #write-to-us select {
    width: 100%;
    height: 50px;
    border: 1px solid #d4d9e2;
    border-radius: 4px;
    font-size: 13px;
    color: #2B2F3E;
    background: white;
    padding: 0 18px; }
  #write-to-us textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #d4d9e2;
    border-radius: 4px;
    resize: none;
    font-size: 13px;
    color: #2B2F3E;
    padding: 18px; }
  #write-to-us label {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    color: #959595;
    margin-bottom: 5px; }
    #write-to-us label.required:after {
      content: '*';
      font-size: 12px;
      color: #ef253d; }
    #write-to-us label span {
      color: red; }
  #write-to-us .form-group {
    position: relative;
    width: 300px;
    margin-left: 39px;
    display: inline-block;
    margin-bottom: 25px; }
    #write-to-us .form-group:nth-child(2n) {
      margin-left: 0; }
    #write-to-us .form-group.has-error input, #write-to-us .form-group.has-error textarea {
      border: 1px solid #ef253d; }
    #write-to-us .form-group .help-block {
      position: absolute;
      top: 70px;
      left: 0;
      display: block;
      font-size: 12px;
      color: #ef253d; }
  #write-to-us .textarea .form-group {
    width: 100%;
    margin-left: 0; }
    #write-to-us .textarea .form-group .help-block {
      top: 125px; }
  #write-to-us .checkbox {
    margin-bottom: 25px; }
    #write-to-us .checkbox .form-group {
      margin: 0; }
      #write-to-us .checkbox .form-group .help-block {
        top: 80px; }
    #write-to-us .checkbox label {
      margin: 0; }
    #write-to-us .checkbox input {
      width: 15px;
      height: 10px;
      margin: 0;
      opacity: 0; }
    #write-to-us .checkbox input:checked + span:after {
      background: url("../img/check.png") no-repeat;
      background-color: #fff;
      background-position: 3px 4px; }
    #write-to-us .checkbox span {
      position: relative;
      vertical-align: top;
      padding-left: 10px;
      font-size: 12px;
      font-weight: 500;
      color: #2B2F3E; }
      #write-to-us .checkbox span:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        background-color: #fff;
        border: 1px solid #dbdbdb;
        left: -20px;
        top: -3px; }

#leav-comment {
  background-color: #f2f2f2;
  color: #2B2F3E;
  padding: 60px 0; }
  #leav-comment .close {
    position: absolute;
    top: 60px;
    right: 30px;
    display: block;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background-color: #ffd402;
    transition: all .3s;
    box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7); }
    #leav-comment .close:hover {
      background-color: #ffbb29;
      box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }
    #leav-comment .close:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -7px;
      margin-left: -7px;
      background-image: url("../img/ui/sprite.png");
      background-position: -235px -230px;
      width: 14px;
      height: 14px; }
  #leav-comment .container {
    width: 640px;
    margin: 0 auto;
    font-size: 0; }
  #leav-comment .main-heading {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 19px; }
  #leav-comment .h4 {
    font-size: 18px;
    margin-bottom: 25px; }
  #leav-comment input, #leav-comment select {
    width: 100%;
    height: 50px;
    border: 1px solid #d4d9e2;
    border-radius: 4px;
    font-size: 13px;
    color: #2B2F3E;
    padding: 0 18px; }
  #leav-comment textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #d4d9e2;
    border-radius: 4px;
    resize: none;
    font-size: 13px;
    color: #2B2F3E;
    padding: 18px; }
  #leav-comment label {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    color: #959595;
    margin-bottom: 5px; }
    #leav-comment label.required:after {
      content: '*';
      font-size: 12px;
      color: #ef253d; }
    #leav-comment label span {
      color: red; }
  #leav-comment .line .form-group {
    position: relative;
    width: calc(33% - 39px);
    display: inline-block;
    vertical-align: top;
    margin-right: 39px; }
    #leav-comment .line .form-group:nth-child(3n) {
      margin-right: 0;
      width: 33%; }
    #leav-comment .line .form-group .rating {
      font-size: 50px;
      color: #ffd402;
      height: 50px; }
  #leav-comment .form-group {
    position: relative;
    margin-bottom: 25px; }
    #leav-comment .form-group.has-error input, #leav-comment .form-group.has-error textarea {
      border: 1px solid #ef253d; }
    #leav-comment .form-group .help-block {
      position: absolute;
      top: 70px;
      left: 0;
      display: block;
      font-size: 12px;
      color: #ef253d; }
  #leav-comment .textarea .help-block {
    top: 120px; }
  #leav-comment .btn {
    display: block;
    margin: 0 auto; }

#read-comment {
  padding: 70px 30px;
  height: 470px;
  width: 600px;
  margin-left: -300px;
  margin-top: -235px; }
  #read-comment .close {
    top: 20px;
    right: 20px; }
  #read-comment .content {
    height: 100%;
    overflow: auto; }
  #read-comment h1 {
    line-height: 40px;
    font-size: 30px;
    color: #2B2F3E;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px; }
  #read-comment h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2B2F3E;
    letter-spacing: 0.025em;
    text-align: left;
    margin-bottom: 5px;
    transition: all .3s; }
  #read-comment em {
    display: block;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 16px; }
  #read-comment span {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    color: #ffd402;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 20px;
    transition: all .3s; }
  #read-comment p {
    color: #959595;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0.025em;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all .3s; }

#reg-conditions .container {
  background-color: #FFF;
  padding: 110px 30px;
  color: #8493a8;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  height: 100%;
  overflow: auto;
  letter-spacing: 0.025em; }
  #reg-conditions .container .medium-heading {
    font-size: 25px;
    color: #2B2F3E;
    font-weight: 600;
    margin-bottom: 30px; }
  #reg-conditions .container p {
    margin-bottom: 20px; }
  #reg-conditions .container span {
    display: block;
    font-weight: 600; }

#thx-comment {
  padding-top: 237px;
  height: 576px;
  background-color: #f2f2f2;
  color: #2B2F3E; }
  #thx-comment .medium-heading {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px; }
  #thx-comment .btn {
    display: block;
    margin: 0 auto 30px; }
    #thx-comment .btn.cls {
      background-color: #ffd402; }

.credit-values {
  position: relative;
  width: 34.6%; }
  .credit-values #personal-data {
    padding: 30px 20px 20px 20px; }
  .credit-values .loan-info {
    margin-bottom: 20px; }
  .credit-values .term-info {
    margin-bottom: 25px; }
    .credit-values .term-info .term-wrap {
      width: 100%;
      margin-bottom: 25px; }
    .credit-values .term-info .radiogroup .form-group {
      width: calc(33.33% - 24px);
      float: left;
      margin-right: 30px; }
      .credit-values .term-info .radiogroup .form-group:last-child {
        margin-right: 0; }
      .credit-values .term-info .radiogroup .form-group.disactive {
        display: none; }
      .credit-values .term-info .radiogroup .form-group label {
        position: relative;
        display: block;
        height: 50px;
        border: 1px solid #ffd402;
        border-radius: 3px;
        line-height: 50px;
        text-align: center;
        font-size: 13px;
        font-weight: 600;
        color: #959595;
        background-color: #fff;
        transition: all .2s;
        cursor: pointer; }
        .credit-values .term-info .radiogroup .form-group label.active {
          background-color: #ffd402;
          color: #24201f; }
        .credit-values .term-info .radiogroup .form-group label:hover {
          background-color: #ffbb29;
          color: #24201f; }
        .credit-values .term-info .radiogroup .form-group label input {
          position: absolute;
          top: 0;
          left: 0;
          width: auto;
          opacity: 0; }
    .credit-values .term-info .radiogroup.disactive .form-group {
      width: calc(50% - 9px); }
  .credit-values .loan-wrap, .credit-values .term-wrap {
    display: inline-block;
    vertical-align: top;
    width: 80%; }
    .credit-values .loan-wrap p, .credit-values .term-wrap p {
      margin-bottom: 15px;
      font-size: 14px;
      font-weight: 600;
      color: #959595; }
  .credit-values .slider {
    width: 100%;
    border-radius: 20px; }
    .credit-values .slider .segments {
      width: 100%;
      font-size: 0;
      float: left;
      height: 12px;
      overflow: hidden;
      position: absolute;
      z-index: 2; }
      .credit-values .slider .segments li {
        position: relative;
        display: inline-block;
        width: 1px;
        height: 12px;
        background-color: rgba(255, 255, 255, 0.3);
        margin-right: 31px;
        margin-left: -1px; }
        .credit-values .slider .segments li:last-child {
          margin: 0; }
  .credit-values .loan-input, .credit-values .term-input {
    padding-top: 9px; }
  .credit-values .loan-input .form-group {
    position: relative; }
  .credit-values .faceInput {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #2B2F3E;
    font-weight: 600;
    font-size: 20px;
    border-radius: 2px;
    border: 1px solid #d4d9e2;
    background: white; }
  .credit-values #credit_sum.error {
    border: 1px solid #ef253d; }
  .credit-values #credit_term.error {
    border: 1px solid #ef253d; }
  .credit-values input {
    width: 90px;
    height: 50px;
    color: #2B2F3E;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #d4d9e2; }
  .credit-values #client-determination {
    margin-top: 40px;
    margin-bottom: 15px; }
  .credit-values .checkbox label {
    cursor: pointer; }
  .credit-values .checkbox input {
    width: 15px;
    height: 15px;
    margin: 0;
    opacity: 0; }
  .credit-values .checkbox input:checked + span:after {
    background: url("../img/check.png") no-repeat;
    background-color: #fff;
    background-position: 3px 4px; }
  .credit-values .checkbox input:checked + label + span:after {
    background: url("../img/check.png") no-repeat;
    background-color: #fff;
    background-position: 3px 4px; }
  .credit-values .checkbox span {
    position: relative;
    vertical-align: bottom;
    padding-left: 10px; }
    .credit-values .checkbox span:after {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      background-color: #fff;
      border: 1px solid #dbdbdb;
      left: -20px;
      top: -3px; }
  .credit-values #additional-terms {
    display: none; }
    .credit-values #additional-terms.active {
      display: block; }
    .credit-values #additional-terms label {
      position: relative; }
      .credit-values #additional-terms label:hover .hint {
        display: block; }
    .credit-values #additional-terms .hint {
      display: none;
      position: absolute;
      background: #fff;
      bottom: 26px;
      left: 0;
      padding: 10px;
      min-width: 250px;
      font-size: 12px;
      border-radius: 3px;
      border: 1px solid #ffd402; }
      .credit-values #additional-terms .hint:after {
        display: none; }
      .credit-values #additional-terms .hint:before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #ffd402 transparent transparent transparent; }
  .credit-values .calculating {
    overflow: hidden;
    padding: 15px 0 40px;
    margin-bottom: 40px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb; }
    .credit-values .calculating .row {
      height: 47px;
      border-bottom: 1px dashed #dbdbdb; }
      .credit-values .calculating .row p {
        height: 100%;
        line-height: 60px; }
      .credit-values .calculating .row .txt {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        color: #959595; }
      .credit-values .calculating .row .digits {
        color: #231f20;
        font-size: 24px;
        font-weight: 600; }
  .credit-values button {
    position: relative;
    display: block;
    width: 100%;
    max-width: 395px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 50px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #231f20;
    text-align: center;
    line-height: 50px;
    background: #ffd402 url("../img/btn-bg.png") no-repeat 50% 50%;
    -webkit-box-shadow: 0px 7px 29px 0px rgba(255, 165, 38, 0.7);
    -moz-box-shadow: 0px 7px 29px 0px rgba(255, 165, 38, 0.7);
    box-shadow: 0px 7px 29px 0px rgba(255, 165, 38, 0.7);
    transition: all .3s; }
    .credit-values button:hover {
      background-color: #ffbb29;
      -webkit-box-shadow: 0px 7px 29px 0px #ffa526;
      -moz-box-shadow: 0px 7px 29px 0px #ffa526;
      box-shadow: 0px 7px 29px 0px #ffa526; }
  .credit-values #send-application {
    z-index: 10;
    position: relative;
    display: block;
    width: 100%;
    max-width: 395px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 50px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #231f20;
    text-align: center;
    line-height: 50px;
    background: #ffd402 url("../img/btn-bg.png") no-repeat 50% 50%;
    -webkit-box-shadow: 0px 7px 29px 0px rgba(255, 216, 28, 0.7);
    -moz-box-shadow: 0px 7px 29px 0px rgba(255, 216, 28, 0.7);
    box-shadow: 0px 7px 29px 0px rgba(255, 216, 28, 0.7);
    transition: all .3s; }
    .credit-values #send-application:hover {
      background-color: #ffbb29;
      -webkit-box-shadow: 0px 7px 29px 0px #ffbb29;
      -moz-box-shadow: 0px 7px 29px 0px #ffbb29;
      box-shadow: 0px 7px 29px 0px #ffbb29; }
  .credit-values .wrap {
    position: relative;
    max-width: 395px;
    margin: 0 auto; }
  .credit-values #stuff {
    position: absolute;
    top: -94px;
    height: 125px;
    width: 100%;
    overflow: hidden; }
    .credit-values #stuff.active .icon1 {
      left: 0;
      bottom: 6px; }
    .credit-values #stuff.active .icon2 {
      bottom: 16px;
      left: 95px; }
    .credit-values #stuff.active .icon3 {
      top: 17px;
      left: 167px; }
    .credit-values #stuff.active .icon4 {
      top: 5px;
      right: 84px; }
    .credit-values #stuff.active .icon5 {
      right: 0;
      bottom: 8px; }
    .credit-values #stuff .icon1 {
      position: absolute;
      left: 0;
      bottom: -70px;
      width: 118px;
      height: 89px;
      background: url("../img/cycle.png") no-repeat;
      -webkit-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -webkit-transition-delay: .3s;
      transition-delay: .3s; }
    .credit-values #stuff .icon2 {
      position: absolute;
      bottom: -40px;
      left: 95px;
      width: 81px;
      height: 63px;
      z-index: 5;
      background: url("../img/photoapp.png") no-repeat;
      -webkit-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -webkit-transition-delay: .2s;
      transition-delay: .2s; }
    .credit-values #stuff .icon3 {
      position: absolute;
      top: 95px;
      left: 167px;
      width: 45px;
      height: 85px;
      z-index: 4;
      background: url("../img/phone.png") no-repeat;
      -webkit-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .credit-values #stuff .icon4 {
      position: absolute;
      top: 100px;
      right: 84px;
      width: 103px;
      height: 116px;
      z-index: 3;
      background: url("../img/grns.png") no-repeat;
      -webkit-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -webkit-transition-delay: .1s;
      transition-delay: .1s; }
    .credit-values #stuff .icon5 {
      position: absolute;
      right: 0;
      bottom: -65px;
      width: 121px;
      height: 95px;
      z-index: 4;
      background: url("../img/shoes.png") no-repeat;
      -webkit-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -webkit-transition-delay: .4s;
      transition-delay: .4s; }
  .credit-values #get-loan-form {
    position: absolute;
    top: 0;
    left: -3000px;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    z-index: 100;
    transition: all .3s; }
    .credit-values #get-loan-form.active {
      left: 0; }
    .credit-values #get-loan-form .headline {
      padding: 20px 30px;
      margin: 0 -30px;
      margin-bottom: 30px;
      color: #897217;
      background-color: #ffd402;
      text-align: center;
      color: black; }
      .credit-values #get-loan-form .headline div {
        overflow: hidden; }
        .credit-values #get-loan-form .headline div span {
          display: block;
          text-align: left;
          font-size: 13px;
          color: #897217; }
        .credit-values #get-loan-form .headline div b {
          color: #000; }
      .credit-values #get-loan-form .headline .counters {
        padding-top: 7px;
        font-weight: 600; }
        .credit-values #get-loan-form .headline .counters span {
          display: inline-block;
          float: left;
          font-size: 14px; }
          .credit-values #get-loan-form .headline .counters span:nth-child(2), .credit-values #get-loan-form .headline .counters span:nth-child(3) {
            padding-left: 5px; }
      .credit-values #get-loan-form .headline .change {
        float: right;
        color: #897217;
        text-decoration: underline;
        transition: all .2s;
        cursor: pointer; }
        .credit-values #get-loan-form .headline .change:hover {
          border-bottom: 1px solid rgba(255, 187, 41, 0.5); }
    .credit-values #get-loan-form .inputs-wrap {
      height: 100%;
      padding: 0px 30px 40px 30px; }
      .credit-values #get-loan-form .inputs-wrap .form-group {
        position: relative; }
        .credit-values #get-loan-form .inputs-wrap .form-group.has-error input {
          border-color: #ef253d; }
        .credit-values #get-loan-form .inputs-wrap .form-group .error {
          position: absolute;
          margin: 0;
          padding-top: 5px;
          font-size: 10px;
          font-weight: 500;
          color: #ef253d; }
      .credit-values #get-loan-form .inputs-wrap input {
        width: 100%;
        height: 50px;
        text-align: left;
        padding: 0 20px;
        font-size: 14px;
        font-weight: 500;
        border: none;
        border: 1px solid #d4d9e2;
        border-radius: 3px; }
      .credit-values #get-loan-form .inputs-wrap input[name="passport"] {
        text-transform: uppercase; }
      .credit-values #get-loan-form .inputs-wrap label {
        display: block;
        font-size: 12px;
        color: #959595;
        font-weight: 600;
        margin-bottom: 7px; }
      .credit-values #get-loan-form .inputs-wrap .checkbox {
        margin-bottom: 18px; }
        .credit-values #get-loan-form .inputs-wrap .checkbox label {
          display: inline-block;
          vertical-align: top;
          font-weight: 500;
          color: #2B2F3E; }
        .credit-values #get-loan-form .inputs-wrap .checkbox input {
          width: 15px;
          height: 15px; }
        .credit-values #get-loan-form .inputs-wrap .checkbox span {
          display: block;
          padding-left: 30px; }
          .credit-values #get-loan-form .inputs-wrap .checkbox span:after {
            left: 0; }
        .credit-values #get-loan-form .inputs-wrap .checkbox a {
          display: inline-block;
          vertical-align: top;
          font-weight: bold;
          color: #231f20; }
        .credit-values #get-loan-form .inputs-wrap .checkbox .error {
          bottom: -12px;
          left: 30px; }
    .credit-values #get-loan-form .row {
      margin-bottom: 35px; }
      .credit-values #get-loan-form .row .half {
        width: calc(50% - 15px); }
        .credit-values #get-loan-form .row .half:first-child {
          margin-right: 30px; }
  .credit-values #sms-verf, .credit-values #thx, .credit-values #fail {
    position: absolute;
    width: 100%;
    left: -110%;
    top: 0;
    padding-top: 50%;
    padding: 200px 30px 0 30px;
    height: 690px;
    z-index: 30;
    background-color: #f2f2f2;
    transition: all .3s; }
    .credit-values #sms-verf.active, .credit-values #thx.active, .credit-values #fail.active {
      left: 0; }
    .credit-values #sms-verf .form-group, .credit-values #thx .form-group, .credit-values #fail .form-group {
      margin-bottom: 35px;
      position: relative; }
      .credit-values #sms-verf .form-group.has-error input, .credit-values #thx .form-group.has-error input, .credit-values #fail .form-group.has-error input {
        border-color: #ef253d; }
      .credit-values #sms-verf .form-group .error, .credit-values #thx .form-group .error, .credit-values #fail .form-group .error {
        position: absolute;
        margin: 0;
        padding-top: 5px;
        font-size: 10px;
        font-weight: 500;
        color: #ef253d; }
    .credit-values #sms-verf button, .credit-values #thx button, .credit-values #fail button {
      background-image: none; }
    .credit-values #sms-verf label, .credit-values #thx label, .credit-values #fail label {
      display: block;
      font-size: 12px;
      color: #959595;
      font-weight: 600;
      margin-bottom: 7px; }
    .credit-values #sms-verf p, .credit-values #thx p, .credit-values #fail p {
      font-size: 18px;
      font-weight: 600;
      color: #2B2F3E;
      line-height: 30px;
      margin-bottom: 30px; }
    .credit-values #sms-verf input, .credit-values #thx input, .credit-values #fail input {
      width: 100%;
      padding: 0 20px;
      text-align: left;
      font-size: 14px;
      font-weight: 500; }
    .credit-values #sms-verf #sms-verification, .credit-values #thx #sms-verification, .credit-values #fail #sms-verification {
      max-width: 410px;
      margin: 0 auto; }
  .credit-values #thx, .credit-values #fail {
    text-align: center; }
    .credit-values #thx .content, .credit-values #fail .content {
      max-width: 410px;
      margin: 0 auto; }
    .credit-values #thx h4, .credit-values #thx .sub-header, .credit-values #fail h4, .credit-values #fail .sub-header {
      font-size: 24px;
      font-weight: 600;
      color: #2B2F3E;
      line-height: 30px;
      margin-bottom: 25px; }
    .credit-values #thx p, .credit-values #fail p {
      font-size: 18px;
      font-weight: 500; }
    .credit-values #thx .close, .credit-values #fail .close {
      display: block;
      background-color: #ffd402;
      height: 50px;
      border-radius: 50px;
      line-height: 50px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 600;
      color: #fff;
      font-size: 13px;
      cursor: pointer;
      letter-spacing: 0.025em;
      transition: all .3s;
      box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7); }
      .credit-values #thx .close:hover, .credit-values #fail .close:hover {
        box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }

.form-city_select {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border-radius: 0px;
  background: white;
  font-size: 13px;
  border-color: #d4d9e3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .form-city_select:before {
    content: '';
    background: url("../img/select-arrows.png"); }

header {
  z-index: 199;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0px 20px;
  border-bottom: 1px solid #ccc;
  background-color: #fff; }
  header .logo {
    margin: 8px 0;
    background-image: url("../img/ui/finx-logo.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 133px;
    height: 63px; }
  header .menu {
    display: inline-block;
    margin-left: 30px;
    font-size: 0; }
    header .menu .menu_name:hover {
      color: #fff !important; }
    header .menu > li {
      display: inline-block;
      line-height: 80px;
      text-transform: uppercase; }
      header .menu > li > a {
        display: block;
        padding: 0 20px;
        color: #2B2F3E;
        font-size: 14px;
        font-weight: 500;
        transition: all .3s; }
        header .menu > li > a.mob {
          display: none; }
        header .menu > li > a:hover {
          color: #ffd402 !important; }
      header .menu > li:first-child i {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        width: 18px;
        height: 14px;
        transition: all .3s;
        background: url("../img/ui/burger.png") no-repeat;
        background-position: 0px -14px; }
      header .menu > li.mob {
        display: none; }
    header .menu .has-dropdown:hover {
      background-color: #ffd402; }
      header .menu .has-dropdown:hover a {
        color: #fff; }
        header .menu .has-dropdown:hover a i {
          background-position: 0px 0px; }
    header .menu .has-dropdown.active {
      background-color: #ffd402; }
      header .menu .has-dropdown.active a {
        color: #fff; }
        header .menu .has-dropdown.active a i {
          background-position: 0px 0px; }
      header .menu .has-dropdown.active .dropdown {
        height: auto;
        max-height: 500px; }
    header .menu .has-dropdown .dropdown {
      position: absolute;
      left: 0;
      right: 0;
      padding: 0 94px 0 41px;
      max-height: 0;
      overflow: hidden;
      z-index: 50;
      background: #f2f2f2;
      transition: all .3s; }
      header .menu .has-dropdown .dropdown .lists-wrap {
        display: flex;
        align-items: flex-start;
        padding: 56px 0 16px 0; }
      header .menu .has-dropdown .dropdown .links {
        display: inline-block;
        vertical-align: top;
        padding-right: 137px;
        border-right: 1px solid #dbdbdb; }
        header .menu .has-dropdown .dropdown .links li {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          margin-bottom: 11px; }
          header .menu .has-dropdown .dropdown .links li a {
            color: #2B2F3E;
            text-transform: none;
            transition: all .2s; }
            header .menu .has-dropdown .dropdown .links li a:hover {
              color: #ffd402; }
      header .menu .has-dropdown .dropdown .nav_rate {
        display: inline-block;
        width: 241px;
        padding-left: 50px;
        box-sizing: border-box; }
      header .menu .has-dropdown .dropdown .contacts {
        display: inline-block;
        vertical-align: top;
        padding-left: 60px;
        padding-right: 60px;
        margin-top: -3px;
        border-right: 1px solid #dbdbdb; }
        header .menu .has-dropdown .dropdown .contacts li {
          text-transform: uppercase;
          color: #2B2F3E;
          line-height: 18px;
          margin-bottom: 17px; }
          header .menu .has-dropdown .dropdown .contacts li:last-child a {
            border-radius: 50px;
            height: 35px;
            line-height: 35px;
            font-weight: 600;
            font-size: 13px;
            color: #fff;
            text-align: center;
            width: 100%;
            display: block;
            text-transform: none;
            background-color: #ffd402;
            box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7);
            transition: all .3s; }
            header .menu .has-dropdown .dropdown .contacts li:last-child a:hover {
              background-color: #ffbb29;
              box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }
          header .menu .has-dropdown .dropdown .contacts li span {
            display: block;
            font-size: 11px;
            font-weight: 500; }
          header .menu .has-dropdown .dropdown .contacts li b {
            display: block;
            font-size: 16px;
            font-weight: 600; }
          header .menu .has-dropdown .dropdown .contacts li a {
            margin-top: 10px;
            color: #2B2F3E; }
      header .menu .has-dropdown .dropdown .img-banner {
        position: relative;
        width: 560px;
        height: 275px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%; }
        header .menu .has-dropdown .dropdown .img-banner .txt {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          background-color: rgba(255, 212, 3, 0.75);
          padding: 18px 28px 20px 28px; }
          header .menu .has-dropdown .dropdown .img-banner .txt span {
            display: block;
            font-weight: 600;
            line-height: 30px;
            font-size: 24px;
            color: #231f20;
            text-transform: none; }
  header #lang.active .has-dropdown .dropdown {
    display: block; }
  header #lang .has-dropdown {
    position: relative;
    width: 74px;
    line-height: 80px;
    text-align: center;
    cursor: pointer; }
    header #lang .has-dropdown:first-child {
      border-right: 1px solid #cccccc; }
    header #lang .has-dropdown span {
      display: inline-block;
      line-height: normal; }
      header #lang .has-dropdown span:hover {
        color: #ffd402; }
        header #lang .has-dropdown span:hover i {
          background-image: url("../img/ui/sprite.png");
          background-position: -319px -266px;
          width: 10px;
          height: 6px; }
      header #lang .has-dropdown span i {
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle;
        background-image: url("../img/ui/sprite.png");
        background-position: -240px -142px;
        width: 10px;
        height: 6px; }
    header #lang .has-dropdown .dropdown {
      display: none;
      position: absolute;
      z-index: 50;
      background: #fff;
      top: 80px; }
      header #lang .has-dropdown .dropdown li {
        cursor: pointer;
        width: 74px;
        height: 40px;
        border-top: 1px solid #d8e9ef;
        line-height: 40px; }
        header #lang .has-dropdown .dropdown li a {
          display: block;
          color: #2B2F3E; }
        header #lang .has-dropdown .dropdown li span {
          display: block;
          line-height: 40px; }
  header #take-credit {
    display: block;
    padding: 0 30px;
    line-height: 80px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    color: #231f20;
    transition: all .2s;
    background: #ffd402; }
    header #take-credit:hover {
      background-color: #ffbb29; }
  header .toggle-menu {
    position: relative;
    width: 60px;
    height: 80px;
    border-left: 1px solid #d8e9ef;
    transition: background 0.2s ease; }
    header .toggle-menu:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -7px;
      margin-left: -9px;
      background-image: url("../img/ui/sprite.png");
      background-position: -181px -230px;
      width: 18px;
      height: 14px; }
    header .toggle-menu:hover {
      background: #ffd402; }
    header .toggle-menu .close-mob-menu {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: #fff;
      transition: background 0.2s ease; }
      header .toggle-menu .close-mob-menu:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -8px;
        margin-left: -7px;
        background-image: url("../img/ui/sprite.png");
        background-position: -317px -205px;
        width: 14px;
        height: 16px; }
      header .toggle-menu .close-mob-menu:hover {
        background: #ffd402; }
  header .tel {
    font-size: 10px;
    color: #959595;
    text-transform: uppercase;
    padding: 25px 30px 0; }
    header .tel b {
      line-height: 26px;
      font-size: 18px; }

.menu_name:hover {
  color: #fff !important; }

header .tel.right a {
  color: #2B2F3E; }

.ui-widget-content {
  border-radius: 50px;
  background-color: rgba(255, 235, 138, 0.9); }

.ui-widget-header {
  background: #ffd402; }

.ui-corner-all {
  border: none;
  border-radius: 0; }

.ui-slider-horizontal .ui-slider-range {
  border-radius: 50px; }

.ui-slider-horizontal .ui-slider-handle {
  top: -4px;
  border-radius: 50%;
  border: 2px solid #f2f2f2;
  background-color: #fff;
  width: 20px;
  height: 20px;
  cursor: pointer; }
  .ui-slider-horizontal .ui-slider-handle:hover {
    border-color: #f2c900; }

.ui-menu-item-wrapper.ui-state-active {
  background-color: #3366CC !important;
  color: #fff !important; }

#application .slider-wrap {
  position: relative; }
  #application .slider-wrap .content {
    position: relative;
    display: flex;
    z-index: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 683px;
    width: 100%;
    color: #fff;
    margin: 0;
    padding-top: 260px;
    background: url("../img/slider_bg.png");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat; }
    #application .slider-wrap .content::after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4); }
    #application .slider-wrap .content h1 {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 40px; }
    #application .slider-wrap .content h2 {
      font-size: 30px;
      line-height: 28px; }
    #application .slider-wrap .content .big-header {
      margin-bottom: 24px;
      width: 650px; }
    #application .slider-wrap .content .medium-heading {
      width: 100%;
      max-width: 650px;
      font-size: 24px;
      color: #fff;
      font-weight: 500;
      line-height: 29px;
      margin-bottom: 47px; }

#main .credit-values {
  min-height: 690px; }

#main, #application {
  padding-top: 80px;
  background-color: #f2f2f2; }
  #main .slider-wrap, #application .slider-wrap {
    width: 65.4%; }
    #main .slider-wrap .flex, #application .slider-wrap .flex {
      position: relative;
      height: 690px;
      overflow: hidden; }
      #main .slider-wrap .flex .flex-control-nav, #application .slider-wrap .flex .flex-control-nav {
        width: auto;
        bottom: 30px;
        left: 50%;
        margin-left: -46px; }
      #main .slider-wrap .flex .flex-control-paging li a, #application .slider-wrap .flex .flex-control-paging li a {
        box-shadow: none;
        background: rgba(255, 255, 255, 0.5);
        transition: all .3s; }
        #main .slider-wrap .flex .flex-control-paging li a:hover, #application .slider-wrap .flex .flex-control-paging li a:hover {
          background: white; }
        #main .slider-wrap .flex .flex-control-paging li a.flex-active, #application .slider-wrap .flex .flex-control-paging li a.flex-active {
          background: #fff; }
      #main .slider-wrap .flex .flex-direction-nav, #application .slider-wrap .flex .flex-direction-nav {
        position: absolute;
        top: 50%;
        width: 100%; }
        #main .slider-wrap .flex .flex-direction-nav a, #application .slider-wrap .flex .flex-direction-nav a {
          opacity: 1;
          font-size: 0; }
        #main .slider-wrap .flex .flex-direction-nav .flex-prev, #application .slider-wrap .flex .flex-direction-nav .flex-prev {
          left: 30px;
          transition: none;
          background-image: url("../img/ui/sprite.png");
          background-position: -295px -95px;
          width: 16px;
          height: 32px; }
          #main .slider-wrap .flex .flex-direction-nav .flex-prev:hover, #application .slider-wrap .flex .flex-direction-nav .flex-prev:hover {
            background-image: url("../img/ui/sprite.png");
            background-position: -313px -95px;
            width: 16px;
            height: 32px; }
        #main .slider-wrap .flex .flex-direction-nav .flex-next, #application .slider-wrap .flex .flex-direction-nav .flex-next {
          right: 30px;
          transition: none;
          background-image: url("../img/ui/sprite.png");
          background-position: -295px -147px;
          width: 16px;
          height: 32px; }
          #main .slider-wrap .flex .flex-direction-nav .flex-next:hover, #application .slider-wrap .flex .flex-direction-nav .flex-next:hover {
            background-image: url("../img/ui/sprite.png");
            background-position: -313px -147px;
            width: 16px;
            height: 32px; }
    #main .slider-wrap .slides > li, #application .slider-wrap .slides > li {
      position: relative;
      padding-top: 210px;
      height: 690px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-color: #FFE000; }
      #main .slider-wrap .slides > li:after, #application .slider-wrap .slides > li:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4); }
      #main .slider-wrap .slides > li .txt-content, #application .slider-wrap .slides > li .txt-content {
        position: relative;
        z-index: 20;
        width: 650px;
        height: 100%;
        margin: 0 auto; }
        #main .slider-wrap .slides > li .txt-content ul, #application .slider-wrap .slides > li .txt-content ul {
          display: -webkit-flex;
          display: -ms-flex;
          display: flex;
          flex-wrap: wrap; }
        #main .slider-wrap .slides > li .txt-content ul li, #application .slider-wrap .slides > li .txt-content ul li {
          position: relative;
          display: flex;
          align-items: center;
          height: 40px;
          margin-right: 43px;
          margin-bottom: 40px;
          padding-left: 50px;
          color: #fff;
          line-height: 22px;
          font-size: 18px;
          font-weight: 600; }
          #main .slider-wrap .slides > li .txt-content ul li:before, #application .slider-wrap .slides > li .txt-content ul li:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0; }
          #main .slider-wrap .slides > li .txt-content ul li:first-child:before, #application .slider-wrap .slides > li .txt-content ul li:first-child:before {
            content: '';
            width: 40px;
            height: 40px;
            background: url("../img/ui/slider-cash.png");
            background-position: center;
            background-repeat: no-repeat;
            background-size: auto; }
          #main .slider-wrap .slides > li .txt-content ul li:nth-child(2):before, #application .slider-wrap .slides > li .txt-content ul li:nth-child(2):before {
            content: '';
            width: 40px;
            height: 40px;
            background: url("../img/ui/slider_ico2.png");
            background-position: center;
            background-repeat: no-repeat;
            background-size: auto; }
          #main .slider-wrap .slides > li .txt-content ul li:last-child:before, #application .slider-wrap .slides > li .txt-content ul li:last-child:before {
            content: '';
            width: 35px;
            height: 38px;
            background: url("../img/ui/slider_ico3.png");
            background-position: center;
            background-repeat: no-repeat;
            background-size: auto; }
      #main .slider-wrap .slides > li .big-header, #application .slider-wrap .slides > li .big-header {
        margin-bottom: 24px; }
      #main .slider-wrap .slides > li .medium-heading, #application .slider-wrap .slides > li .medium-heading {
        font-size: 24px;
        color: #fff;
        font-weight: 500;
        line-height: 29px;
        margin-bottom: 47px; }

#application {
  position: fixed;
  top: -1300px;
  z-index: 120;
  transition: all .3s; }
  #application.active {
    top: 0px; }
  #application .slider-wrap {
    background-color: #f2f2f2; }
  #application .credit-values {
    z-index: 120;
    min-height: 680px; }
    #application .credit-values #get-loan-form .inputs-wrap .checkbox {
      margin-bottom: 20px; }
    #application .credit-values #get-loan-form .row {
      margin-bottom: 25px; }
    #application .credit-values #personal-data {
      padding: 30px 20px 20px 20px; }
  #application .close {
    top: 30px; }

.how-get-loan {
  padding-top: 60px;
  padding-bottom: 60px; }
  .how-get-loan .sub-header {
    text-align: center;
    margin-bottom: 74px; }
  .how-get-loan ul {
    margin-bottom: 60px; }
    .how-get-loan ul li {
      position: relative;
      float: left;
      display: inline-block;
      width: 250px;
      margin-right: 62px;
      padding-top: 150px;
      line-height: 18px;
      text-align: center;
      vertical-align: top;
      font-size: 14px;
      color: #959595; }
      .how-get-loan ul li span {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -60px;
        width: 120px;
        height: 120px;
        background-color: #ffd402;
        box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7); }
        .how-get-loan ul li span:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%; }
        .how-get-loan ul li span:after {
          content: '';
          position: absolute;
          right: -149px;
          top: 50%;
          z-index: -1;
          width: 204px;
          height: 50px;
          margin-top: -22.5px;
          background: url("../img/ui/arrow.png");
          background-size: auto;
          background-position: center;
          background-repeat: no-repeat; }
      .how-get-loan ul li:first-child span:before {
        content: '';
        width: 50px;
        height: 50px;
        margin-top: -24.5px;
        margin-left: -24px;
        background: url("../img/ui/phone_loan.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
      .how-get-loan ul li:nth-child(2) span:before {
        content: '';
        width: 43px;
        height: 46px;
        margin-top: -21.5px;
        margin-left: -24px;
        background: url("../img/ui/folder_loan.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
      .how-get-loan ul li:nth-child(3) span:before {
        content: '';
        width: 41px;
        height: 53px;
        margin-top: -24.5px;
        margin-left: -18px;
        background: url("../img/ui/calendar.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
      .how-get-loan ul li:last-child {
        margin-right: 0; }
        .how-get-loan ul li:last-child span:before {
          content: '';
          width: 65px;
          height: 50px;
          margin-top: -22.5px;
          margin-left: -26px;
          background: url("../img/ui/cart_loan.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
        .how-get-loan ul li:last-child span:after {
          display: none; }

.closest-office {
  background-color: #999999; }
  .closest-office .map-side {
    position: relative;
    width: 66.6%; }
    .closest-office .map-side-direction_btn {
      position: absolute;
      z-index: 1;
      left: 20px;
      bottom: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
      width: 275px;
      height: 45px;
      color: #231f20;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      border-radius: 30px;
      background: #ffd402;
      box-sizing: 2px 3px 15px rgba(255, 212, 2, 0.7);
      transform: scaleY(0);
      transition: transform 0.3s ease-in;
      cursor: pointer; }
      .closest-office .map-side-direction_btn:hover {
        background: #ffbb29;
        box-sizing: 2px 3px 15px rgba(255, 187, 41, 0.7); }
      .closest-office .map-side-direction_btn::after {
        content: '';
        position: absolute;
        right: 17px;
        top: 12px;
        width: 20px;
        height: 20px;
        background: url("../img/ui/map_direction.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
    .closest-office .map-side-direction_btn.show {
      transform: scaleY(1); }
  .closest-office .search-side {
    width: 33.4%;
    padding: 67px 30px 60px 30px; }
    .closest-office .search-side .wrap-box {
      max-width: 395px;
      margin: 0 auto; }
    .closest-office .search-side .medium-heading {
      font-size: 30px;
      text-transform: uppercase;
      color: #fff;
      text-align: right;
      margin-bottom: 36px;
      font-weight: 600; }
    .closest-office .search-side label {
      display: block;
      font-size: 13px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 11px;
      text-align: right; }
    .closest-office .search-side input {
      border: none;
      border-radius: 3px;
      border: 1px solid #d4d9e2;
      color: #2B2F3E;
      font-size: 13px;
      font-weight: 500;
      height: 50px;
      width: 100%;
      padding: 0 20px;
      margin-bottom: 50px; }
    .closest-office .search-side .sepr {
      display: block;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.5);
      text-align: center;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 50px; }
    .closest-office .search-side p {
      color: #fff;
      font-size: 13px;
      margin-bottom: 11px;
      text-align: center;
      font-weight: 500; }
    .closest-office .search-side button {
      position: relative;
      height: 50px;
      color: #231f20;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;
      width: 100%;
      background-color: #ffd402;
      border: none;
      border-radius: 50px;
      margin-bottom: 100px;
      box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7);
      transition: all .3s; }
      .closest-office .search-side button:hover {
        background-color: #ffbb29;
        box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7);
        transition: all .3s; }
      .closest-office .search-side button i {
        content: '';
        display: inline-block;
        margin-left: 10px;
        width: 13px;
        height: 16px;
        background: url("../img/ui/point.png"); }
    .closest-office .search-side a {
      color: white;
      display: block;
      margin: 0 auto;
      width: 180px;
      text-align: center;
      transition: all .2s; }
      .closest-office .search-side a:hover {
        border-bottom: 1px solid rgba(255, 187, 41, 0.5); }
  .closest-office .map-side #map {
    height: 700px; }

#office {
  min-height: calc(100vh - 103px);
  padding: 128px 30px 60px 30px;
  background-color: #f2f2f2; }
  #office .container {
    max-width: 1305px;
    margin: 0 auto; }
  #office h1 {
    font-size: 30px;
    color: #2B2F3E;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: 0.025em; }
  #office .letter-filter {
    height: 58px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb; }
    #office .letter-filter .all {
      border-radius: 50px;
      height: 35px;
      margin-top: 10px;
      margin-right: 30px;
      font-weight: 600;
      font-size: 13px;
      color: #231f20;
      text-align: center;
      width: 150px;
      z-index: 10;
      vertical-align: middle;
      line-height: 35px;
      display: block;
      background-color: #ffd402;
      box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7);
      transition: all .3s; }
      #office .letter-filter .all:hover {
        background-color: #ffbb29;
        box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }
    #office .letter-filter ul li {
      display: inline-block;
      vertical-align: top;
      margin-left: 24px; }
      #office .letter-filter ul li:first-child {
        margin-left: 0; }
      #office .letter-filter ul li a {
        display: block;
        line-height: 56px;
        text-transform: uppercase;
        color: #959595;
        font-weight: 600;
        letter-spacing: 0.075em;
        transition: all .2s; }
        #office .letter-filter ul li a:hover {
          color: #ffd402; }
        #office .letter-filter ul li a.active {
          color: #ffd402; }
  #office .office-lists {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    letter-spacing: normal;
    font-size: 0; }
    #office .office-lists .list-wrap {
      display: inline-block;
      width: 100%;
      height: auto;
      margin-bottom: 40px;
      padding-right: 30px;
      font-size: 0;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; }
    #office .office-lists p a {
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      font-weight: 600;
      color: #2B2F3E;
      letter-spacing: 0.025em;
      margin-bottom: 15px;
      transition: all .2s; }
      #office .office-lists p a:hover {
        color: #ffd402; }
    #office .office-lists ul {
      font-size: 0; }
      #office .office-lists ul li a {
        color: #959595;
        letter-spacing: 0.025em;
        font-size: 14px;
        line-height: 20px;
        transition: all .2s; }
        #office .office-lists ul li a:hover {
          color: #ffd402; }

#city-office {
  min-height: calc(100vh - 52px);
  padding-top: 60px;
  background-color: #f2f2f2; }
  #city-office .container {
    max-width: 1305px;
    margin: 0 auto; }
  #city-office #map {
    height: 400px; }
  #city-office .headline {
    padding: 60px 30px 0 30px; }
    #city-office .headline a {
      border-radius: 50px;
      height: 35px;
      margin-bottom: 37px;
      font-weight: 600;
      font-size: 13px;
      color: #231f20;
      text-align: center;
      width: 312px;
      z-index: 10;
      vertical-align: middle;
      line-height: 35px;
      display: block;
      background-color: #ffd402;
      box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7);
      transition: all .3s; }
      #city-office .headline a:hover {
        background: #ffbb29;
        box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }
    #city-office .headline h1 {
      font-weight: 600;
      font-size: 30px;
      text-transform: uppercase;
      color: #2B2F3E;
      letter-spacing: 0.025em;
      margin-bottom: 20px; }
    #city-office .headline h4 {
      margin-bottom: 30px; }
  #city-office .addresses-lists {
    max-width: 1305px;
    margin: 0 auto;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    padding: 40px 30px 60px 30px;
    letter-spacing: normal;
    font-size: 0; }
  #city-office .address-wrap {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding-right: 40px;
    font-size: 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    #city-office .address-wrap .header a {
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      color: #2B2F3E;
      font-weight: 600;
      margin-bottom: 15px;
      transition: all .3s; }
      #city-office .address-wrap .header a:hover {
        color: #ffd402; }
    #city-office .address-wrap ul {
      min-height: 133px; }
      #city-office .address-wrap ul li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 17px; }
        #city-office .address-wrap ul li:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 14px;
          height: 18px; }
        #city-office .address-wrap ul li:first-child:before {
          background: url("../img/ui/office_point.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
        #city-office .address-wrap ul li:nth-child(2):before {
          background: url("../img/ui/office_clock.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
        #city-office .address-wrap ul li:nth-child(3):before {
          background: url("../img/ui/office_phone.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
        #city-office .address-wrap ul li p {
          color: #959595;
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 0.025em;
          margin-bottom: 5px; }

#chosen-office {
  padding-top: 80px;
  background-color: white; }
  #chosen-office .container {
    max-width: 1305px;
    margin: 0;
    padding: 0 30px; }
  #chosen-office .headline {
    padding: 60px 30px 0 30px; }
    #chosen-office .headline > a {
      border-radius: 50px;
      height: 35px;
      margin-bottom: 37px;
      font-weight: 600;
      font-size: 13px;
      color: #fff;
      text-align: center;
      width: 312px;
      z-index: 10;
      vertical-align: middle;
      line-height: 35px;
      display: block;
      background-color: #ffd402;
      box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7);
      transition: all .3s; }
      #chosen-office .headline > a:hover {
        background-color: #ffbb29;
        box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }
    #chosen-office .headline h1 {
      font-weight: 600;
      font-size: 30px;
      text-transform: uppercase;
      color: #2B2F3E;
      display: inline-block;
      letter-spacing: 0.025em;
      margin-bottom: 20px; }
    #chosen-office .headline h4 {
      font-size: 18px;
      margin-bottom: 20px; }
    .h4-like {
      font-size: 18px;
      margin-bottom: 20px; }
    .h4-like.bold {
      font-weight: 600; }
    #chosen-office .headline ul {
      margin-bottom: 17px; }
      #chosen-office .headline ul li {
        position: relative;
        padding-left: 20px;
        margin: 0 40px 17px 0;
        display: inline-block;
        vertical-align: top; }
        #chosen-office .headline ul li:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 15px;
          height: 19px; }
        #chosen-office .headline ul li:first-child:before {
          background: url("../img/ui/office_point.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
        #chosen-office .headline ul li:nth-child(2):before {
          background: url("../img/ui/office_clock.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
        #chosen-office .headline ul li:last-child:before {
          background: url("../img/ui/office_phone.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          margin-right: 0; }
        #chosen-office .headline ul li p {
          color: #959595;
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 0.025em;
          margin-bottom: 5px; }
  #chosen-office .credit-values {
    height: 700px;
    padding: 44px 30px 40px 30px;
    background-color: #f2f2f2; }
    #chosen-office .credit-values .loan-wrap p, #chosen-office .credit-values .term-wrap p {
      color: rgba(35, 31, 32, 0.4); }
    #chosen-office .credit-values .checkbox span {
      color: #545761; }
    #chosen-office .credit-values .calculating {
      border-top: 1px solid rgba(219, 219, 219, 0.3);
      border-bottom: 1px solid rgba(219, 219, 219, 0.3); }
      #chosen-office .credit-values .calculating .row .txt {
        color: rgba(35, 31, 32, 0.4); }
      #chosen-office .credit-values .calculating .row .digits {
        color: #231f20; }
    #chosen-office .credit-values #personal-data {
      padding: 30px 0; }
    #chosen-office .credit-values #get-loan-form {
      background-color: #f2f2f2; }
      #chosen-office .credit-values #get-loan-form .row {
        margin-bottom: 35px; }
        #chosen-office .credit-values #get-loan-form .row:first-child {
          margin-top: 0; }
      #chosen-office .credit-values #get-loan-form form .checkbox {
        padding-top: 0;
        margin-bottom: 31px; }
        #chosen-office .credit-values #get-loan-form form .checkbox span {
          color: #959595; }
    #chosen-office .credit-values #sms-verf, #chosen-office .credit-values #thx {
      height: 100%;
      background-color: #f2f2f2; }
      #chosen-office .credit-values #sms-verf h4, #chosen-office .credit-values #sms-verf p, #chosen-office .credit-values #thx h4, #chosen-office .credit-values #thx p {
        color: #fff; }
  #chosen-office .ui-slider-horizontal .ui-slider-range {
    box-shadow: none; }
  #chosen-office .ui-widget-content {
    background-color: rgba(255, 235, 138, 0.9);
    box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7); }
  #chosen-office .map-side {
    position: relative;
    display: inline-block;
    width: 65.4%; }
    #chosen-office .map-side #show-direction {
      display: none;
      width: auto;
      height: 40px;
      position: absolute;
      bottom: 30px;
      left: 30px;
      line-height: 40px;
      font-weight: 600;
      font-size: 12px;
      padding: 0 20px 0 40px;
      color: #2B2F3E;
      background-color: #fff;
      z-index: 50;
      cursor: pointer; }
      #chosen-office .map-side #show-direction:after {
        content: '';
        position: absolute;
        top: 10px;
        left: 10px;
        background-image: url("../img/ui/sprite.png");
        background-position: -295px -205px;
        width: 20px;
        height: 20px; }
    #chosen-office .map-side #map {
      height: 700px; }
  #chosen-office .txt-content {
    padding-top: 40px;
    padding-bottom: 38px;
    background: #f2f2f2; }
	#chosen-office .txt-content h4,
	#chosen-office .txt-content .h4-like {
      color: #2B2F3E;
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 15px;
      letter-spacing: 0.025em;
      padding-top: 35px; }
    #chosen-office .txt-content p {
      color: #959595;
      font-size: 14px;
      letter-spacing: 0.025em;
      line-height: 18px; }

.banners {
  background-color: #f2f2f2;
  border-bottom: 1px solid #dbdbdb; }
  .banners ul {
    padding: 15px;
    font-size: 0;
    letter-spacing: normal; }
    .banners ul li {
      display: inline-block;
      vertical-align: top;
      padding: 15px;
      width: 33.33%; }
      .banners ul li:first-child .white {
        background: #fff url("../img/ui/pattern1.png") 50% 50%;
        background-repeat: no-repeat; }
      .banners ul li:first-child i:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -50.5px;
        width: 100px;
        height: 100px;
        background: url("../img/ui/wallet.png");
        background-position: center;
        background-size: auto;
        background-repeat: no-repeat; }
      .banners ul li:nth-child(2) .white {
        background: #fff url("../img/ui/pattern2.png") 50% 50%;
        background-repeat: no-repeat; }
      .banners ul li:nth-child(2) i:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -50.5px;
        width: 100px;
        height: 100px;
        background: url("../img/ui/house.png");
        background-position: center;
        background-size: auto;
        background-repeat: no-repeat; }
      .banners ul li:last-child {
        margin-right: 0; }
        .banners ul li:last-child i:after {
          content: '';
          position: absolute;
          left: 50%;
          bottom: 0;
          margin-left: -50.5px;
          width: 100px;
          height: 100px;
          background: url("../img/ui/map2.png");
          background-position: center;
          background-size: auto;
          background-repeat: no-repeat; }
        .banners ul li:last-child .white {
          background: #fff url("../img/ui/pattern3.png") 50% 50%;
          background-repeat: no-repeat; }
      .banners ul li .white {
        background-color: #fff;
        padding: 60px 0 40px; }
      .banners ul li .sub-header {
        letter-spacing: 0.025em;
        text-align: center;
        line-height: 38px;
        margin-bottom: 75px; }
      .banners ul li i {
        position: relative;
        display: block;
        margin: 0 auto;
        width: 105px;
        height: 105px;
        margin-bottom: 40px; }
        .banners ul li i:after {
          content: '';
          position: absolute; }
      .banners ul li p {
        color: #ffd402;
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        line-height: 60px;
        letter-spacing: 0.025em;
        text-transform: uppercase; }
        .banners ul li p .counter {
          font-size: 72px;
          letter-spacing: 0.025em;
          font-weight: 500; }

.reviews {
  background-color: #f2f2f2;
  border-bottom: 1px solid #dbdbdb; }
  .reviews ul {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    font-size: 0;
    letter-spacing: normal; }
    .reviews ul li {
      flex-grow: 1;
      display: inline-block;
      vertical-align: top;
      padding: 15px;
      width: 33.33%;
      max-width: 33.33%; }
      .reviews ul li:first-child .write-review {
        display: block;
        width: 214px;
        background-color: #f2f2f2;
        height: 36px;
        border-radius: 50px;
        border-bottom: 0;
        line-height: 36px;
        text-align: center;
        font-weight: 600;
        color: #fff;
        font-size: 13px;
        letter-spacing: 0.025em;
        margin-bottom: 80px;
        transition: all .3s;
        -webkit-box-shadow: 0px 7px 29px 0px rgba(242, 242, 242, 0.7);
        -moz-box-shadow: 0px 7px 29px 0px rgba(242, 242, 242, 0.7);
        box-shadow: 0px 7px 29px 0px rgba(242, 242, 242, 0.7); }
        .reviews ul li:first-child .write-review:hover {
          background-color: #4f378b;
          -webkit-box-shadow: 0px 7px 29px 0px #f2f2f2;
          -moz-box-shadow: 0px 7px 29px 0px #f2f2f2;
          box-shadow: 0px 7px 29px 0px #f2f2f2; }
        .reviews ul li:first-child .write-review i {
          display: inline-block;
          vertical-align: middle;
          margin-top: -2px;
          background-image: url("../img/ui/sprite.png");
          background-position: -83px -230px;
          width: 16px;
          height: 16px; }
      .reviews ul li:first-child a {
        display: inline-block;
        font-size: 13px;
        vertical-align: top;
        color: #ffd402; }
      .reviews ul li:nth-of-type(1n+4) {
        display: none; }
      .reviews ul li .white {
        position: relative;
        background-color: #fff;
        height: auto;
        width: 100%;
        min-height: 332px; }
        .reviews ul li .white .content {
          position: relative;
          padding: 40px 30px 40px; }
      .reviews ul li .sub-header {
        display: block;
        font-size: 30px;
        font-weight: 600;
        text-transform: uppercase;
        color: #2B2F3E;
        line-height: 40px;
        margin-bottom: 12px; }
      .reviews ul li .small-heading {
        font-size: 16px;
        font-weight: 600;
        color: #2B2F3E;
        letter-spacing: 0.025em;
        text-align: left;
        margin-bottom: 5px;
        transition: all .3s; }
      .reviews ul li em {
        display: block;
        font-size: 14px;
        font-style: italic;
        margin-bottom: 16px; }
      .reviews ul li span {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        color: #ffd402;
        font-weight: 600;
        font-size: 12px;
        margin-bottom: 20px;
        transition: all .3s; }
      .reviews ul li p {
        color: #959595;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        line-height: 20px;
        letter-spacing: 0.025em;
        overflow: hidden;
        margin-bottom: 10px;
        transition: all .3s; }
      .reviews ul li a {
        font-size: 13px;
        color: #ffd402;
        transition: all .2s;
        border-bottom: 1px solid rgba(255, 212, 2, 0); }
        .reviews ul li a:hover {
          border-bottom: 1px solid rgba(255, 212, 2, 0.5); }
      .reviews ul li input {
        border-radius: 3px;
        border: 1px solid #d4d9e2;
        color: #2B2F3E;
        font-size: 16px;
        font-weight: 500;
        height: 50px;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 50px; }
    .reviews ul .rating span {
      font-size: 20px;
      cursor: pointer !important; }

.reviews-page {
  background-color: #f2f2f2;
  padding-top: 128px;
  min-height: calc(100vh - 103px); }
  .reviews-page .container {
    position: relative;
    max-width: 1366px;
    padding: 0 15px;
    margin: 0 auto; }
    .reviews-page .container .sub-header {
      line-height: 40px;
      letter-spacing: 0.025em;
      padding-left: 15px;
      margin-bottom: 10px; }
    .reviews-page .container h4,.reviews-page .container .sub-header-hint {
      padding-left: 15px;
      font-size: 18px;
      color: #2B2F3E; }
    .reviews-page .container .write-review {
      position: absolute;
      right: 30px;
      top: 0;
      display: block;
      width: 215px;
      background-color: #ffd402;
      height: 36px;
      border-radius: 50px;
      line-height: 36px;
      text-align: center;
      font-weight: 600;
      color: #231f1e;
      font-size: 13px;
      letter-spacing: 0.025em;
      transition: all .3s;
      background-color: #ffd402;
      box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7);
      transition: all .3s; }
      .reviews-page .container .write-review:hover {
        background-color: #ffbb29;
        box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }
      .reviews-page .container .write-review i {
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height: 19px;
        margin-top: -2px;
        margin-left: 5px;
        background: url("../img/ui/dialog.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
  .reviews-page .reviews-form {
    position: fixed;
    z-index: 202;
    top: 80px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 578px;
    background: #f2f2f2;
    transform: translateY(-120%);
    transition: all .4s ease-in-out;
    will-change: auto; }
    .reviews-page .reviews-form-active {
      transform: translateY(0); }
    .reviews-page .reviews-form-cont {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 680px; }
      .reviews-page .reviews-form-cont h1,.reviews-page .reviews-form-cont .h1-like {
        width: 100%;
        margin-bottom: 12px;
        font-size: 30px;
        color: #2B2F3E;
        text-transform: uppercase;
        font-weight: 600;
        text-align: left; }
      .reviews-page .reviews-form-cont h3,.reviews-page .reviews-form-cont .h3-like {
        width: 100%;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 300;
        color: #2B2F3E;
        letter-spacing: 0.025em;
        text-align: left; }
    .reviews-page .reviews-form-row {
      display: flex;
      width: 100%;
      margin-top: 30px; }
      .reviews-page .reviews-form-row .error {
        position: absolute;
        bottom: -32px;
        width: 150%;
        font-size: 12px;
        color: red; }
      .reviews-page .reviews-form-row-item {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        flex: 1;
        margin-right: 25px; }
        .reviews-page .reviews-form-row-item:last-child {
          flex: 1.05;
          margin-right: 0; }
        .reviews-page .reviews-form-row-item label {
          margin-bottom: 6px;
          font-size: 13px;
          font-weight: 600;
          color: #a6a6a6; }
        .reviews-page .reviews-form-row-item input {
          width: 100%;
          height: 50px;
          padding: 0 20px;
          font-size: 13px;
          font-weight: 500;
          color: #2B2F3E;
          border: none;
          border-radius: 3px;
          border: 1px solid #d4d9e2; }
        .reviews-page .reviews-form-row-item textarea {
          width: 100%;
          height: 100px;
          padding: 20px;
          border: none;
          border-radius: 3px;
          border: 1px solid #d4d9e2;
          resize: none; }
    .reviews-page .reviews-form-send_btn {
      display: block;
      justify-content: center;
      align-items: center;
      width: 302px;
      height: 52px;
      margin: 0;
      margin-top: 26px;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      color: #231f20;
      border: none;
      border-radius: 50px;
      background-color: #ffd402;
      box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7);
      transition: all .3s;
      cursor: pointer;
      box-sizing: border-box; }
      .reviews-page .reviews-form-send_btn:hover {
        background-color: #ffbb29;
        box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }
    .reviews-page .reviews-form-close_btn {
      position: absolute;
      z-index: 4;
      top: 59px;
      right: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 38px;
      height: 38px;
      background: #ffd402;
      border-radius: 50%;
      box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7);
      cursor: pointer; }
      .reviews-page .reviews-form-close_btn::before {
        content: '';
        position: relative;
        top: 0;
        left: 8px;
        width: 15px;
        height: 2px;
        background: black;
        transform: rotate(135deg); }
      .reviews-page .reviews-form-close_btn::after {
        content: '';
        position: relative;
        top: 0;
        left: -7px;
        width: 15px;
        height: 2px;
        background: black;
        transform: rotate(-135deg); }
      .reviews-page .reviews-form-close_btn:hover {
        background: #ffbb29;
        box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }
        .reviews-page .reviews-form-close_btn:hover::after {
          background: white; }
        .reviews-page .reviews-form-close_btn:hover::before {
          background: white; }
    .reviews-page .reviews-form-hide {
      opacity: 0;
      transform: scaleY(0);
      transform-origin: top;
      z-index: -1 !important; }
    .reviews-page .reviews-form-thank {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      background: #eee;
      transition: all .4 ease-in-out; }
      .reviews-page .reviews-form-thank h2,.reviews-page .reviews-form-thank .h2-like {
        margin-bottom: 12px;
        font-size: 30px;
        color: #2B2F3E;
        text-transform: none;
        font-weight: 600;
        text-align: left; }
      .reviews-page .reviews-form-thank-close_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 300px;
        height: 50px;
        margin-top: 20px;
        color: #231f20;
        font-weight: 600;
        border-radius: 50px;
        background-color: #ffd402;
        box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7);
        transition: all .3s;
        cursor: pointer;
        box-sizing: border-box; }
        .reviews-page .reviews-form-thank-close_btn:hover {
          background-color: #ffbb29;
          box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }
  .reviews-page .popup-one_review {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    transition: opacity .5s ease-in-out, z-index 0s ease-in-out .6s; }
    .reviews-page .popup-one_review::before {
      content: '';
      position: absolute;
      width: 100%;
      max-width: 1366px;
      height: 100%;
      background: rgba(0, 0, 0, 0.4); }
    .reviews-page .popup-one_review-show {
      opacity: 1;
      z-index: 202;
      transition: opacity .5s ease-in-out, z-index 0s ease-in-out 0s; }
  .reviews-page .review-one_review {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 600px;
    height: 465px;
    padding: 71px 30px 0 30px;
    background: white;
    box-sizing: border-box; }
    .reviews-page .review-one_review-open_btn {
      display: inline-block;
      font-size: 13px;
      color: #808080;
      transition: all .2s;
      border-bottom: 1px solid rgba(128, 128, 128, 0);
      cursor: pointer; }
      .reviews-page .review-one_review-open_btn:hover {
        border-color: rgba(128, 128, 128, 0.5); }
    .reviews-page .review-one_review .rate {
      width: 32px;
      height: 30px;
      background: url("../img/star_icon_inactive.png");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .reviews-page .review-one_review .rate.rate-full {
      width: 32px;
      height: 30px;
      background: url("../img/star_icon.png");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .reviews-page .review-one_review h3 {
      order: 1;
      margin-top: 15px;
      margin-bottom: 15px;
      font-size: 24px;
      font-weight: 600;
      color: #2B2F3E;
      letter-spacing: 0.025em; }
    .reviews-page .review-one_review em {
      order: 2;
      display: block;
      font-size: 18px;
      font-style: italic;
      margin-bottom: 16px; }
    .reviews-page .review-one_review span {
      order: 0;
      display: inline-block;
      vertical-align: top;
      text-align: left;
      color: #ffa526;
      font-weight: 600;
      font-size: 12px;
      transition: all .3s; }
    .reviews-page .review-one_review .static-rate {
      order: 3;
      margin-bottom: 20px; }
    .reviews-page .review-one_review p {
      order: 4;
      color: #8e9caf;
      font-size: 14px;
      font-weight: 500;
      text-align: left;
      line-height: 20px;
      letter-spacing: 0.025em;
      overflow: hidden;
      margin-bottom: 10px;
      transition: all .3s; }
    .reviews-page .review-one_review a {
      display: none; }
    .reviews-page .review-one_review-close_btn {
      position: absolute;
      z-index: 4;
      top: 59px;
      right: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 38px;
      height: 38px;
      background: #ffa526;
      border-radius: 50%;
      box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7);
      cursor: pointer; }
      .reviews-page .review-one_review-close_btn::before {
        content: '';
        position: absolute;
        top: 18px;
        left: 12px;
        width: 15px;
        height: 2px;
        background: white;
        transform: rotate(135deg); }
      .reviews-page .review-one_review-close_btn::after {
        content: '';
        position: absolute;
        top: 18px;
        left: 12px;
        width: 15px;
        height: 2px;
        background: white;
        transform: rotate(-135deg); }
      .reviews-page .review-one_review-close_btn:hover {
        background: #ffbb29;
        box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }
        .reviews-page .review-one_review-close_btn:hover::after {
          background: white; }
        .reviews-page .review-one_review-close_btn:hover::before {
          background: white; }
  .reviews-page .review-one_review.show_all .preview {
    display: none; }
  .reviews-page .review-one_review.show_all .full_text {
    order: 4;
    display: block; }
  .reviews-page ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    margin-bottom: 46px;
    padding-top: 23px;
    letter-spacing: normal; }
    .reviews-page ul li {
      display: -webkit-flex;
      display: flex;
      display: inline-block;
      vertical-align: top;
      padding: 15px;
      width: 25%;
      min-height: 414px; }
      .reviews-page ul li .white {
        position: relative;
        background-color: #fff;
        width: 100%;
        height: auto;
        min-height: 387px;
        transition: all .3s; }
        .reviews-page ul li .white .content {
          position: relative;
          padding: 40px 30px 40px; }
      .reviews-page ul li h1 {
        line-height: 40px;
        font-size: 30px;
        color: #2B2F3E;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 12px; }
      .reviews-page ul li h3 {
        font-size: 16px;
        font-weight: 600;
        color: #2B2F3E;
        letter-spacing: 0.025em;
        text-align: left;
        margin-bottom: 5px;
        transition: all .3s; }
      .reviews-page ul li em {
        display: block;
        font-size: 14px;
        font-style: italic;
        margin-bottom: 16px; }
      .reviews-page ul li span {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        color: #ffd402;
        font-weight: 600;
        font-size: 12px;
        margin-bottom: 20px;
        transition: all .3s; }
      .reviews-page ul li p {
        color: #959595;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        line-height: 20px;
        letter-spacing: 0.025em;
        overflow: hidden;
        margin-bottom: 10px;
        transition: all .3s; }
      .reviews-page ul li .full_text {
        display: none; }
      .reviews-page ul li a {
        font-size: 13px;
        color: #808080;
        transition: all .2s;
        border-bottom: 1px solid rgba(128, 128, 128, 0); }
        .reviews-page ul li a:hover {
          border-color: rgba(128, 128, 128, 0.5); }
    .reviews-page ul .rating span {
      font-size: 20px;
      cursor: pointer !important; }
  .reviews-page button {
    border-radius: 50px;
    border: none;
    height: 35px;
    font-weight: 600;
    font-size: 13px;
    color: #231f20;
    text-align: center;
    width: 214px;
    z-index: 10;
    margin: 0 auto;
    display: block;
    margin-bottom: 60px;
    background-color: #ffd402;
    box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7);
    transition: all .3s; }
    .reviews-page button:hover {
      background-color: #ffbb29;
      box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }
  .reviews-page .help-block-error {
    position: absolute;
    top: 80px;
    display: block; }
  .reviews-page textarea.help-block-error {
    top: 125px; }

sup {
  font-size: 20px;
  vertical-align: bottom; }

.news {
  background-color: #f2f2f2; }
  .news ul {
    max-width: 1337px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    font-size: 0;
    letter-spacing: normal; }
    .news ul li {
      flex-grow: 1;
      display: inline-block;
      vertical-align: top;
      padding: 15px;
      width: 25%;
      max-width: 25%;
      min-height: 350px; }
      .news ul li:nth-of-type(1n+5) {
        display: none; }
      .news ul li img {
        display: block;
        width: 100%;
        margin-bottom: 40px; }
      .news ul li .white {
        position: relative;
        background-color: #fff;
        height: auto;
        width: 100%;
        min-height: 400px;
        transition: all .3s; }
        .news ul li .white:hover {
          background-color: #fed403; }
          .news ul li .white:hover h3, .news ul li .white:hover p {
            color: #231f20; }
          .news ul li .white:hover span {
            color: #231f20;
            font-weight: bold; }
        .news ul li .white.with-img .content {
          padding: 0 30px 40px 30px; }
        .news ul li .white .content {
          padding: 40px 30px 40px; }
        .news ul li .white .overlay {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }
      .news ul li h1, .news ul li h6 {
        line-height: 40px;
        font-size: 30px;
        color: #2B2F3E;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 31px;
        padding-top: 80px; }
      .news ul li h3, .news ul li .small-heading {
        font-size: 16px;
        font-weight: 600;
        color: #2B2F3E;
        letter-spacing: 0.025em;
        text-align: left;
        margin-bottom: 20px;
        transition: all .3s; }
      .news ul li span {
        display: block;
        text-align: left;
        color: #ffd402;
        font-weight: 600;
        font-size: 12px;
        margin-bottom: 20px;
        transition: all .3s; }
      .news ul li p {
        color: #959595;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        line-height: 20px;
        letter-spacing: 0.025em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 11;
        -webkit-box-orient: vertical;
        transition: all .3s; }
  .news .show-more {
    display: block;
    width: 200px;
    margin: 0 auto 30px;
    background-color: #ffd402;
    height: 36px;
    border-radius: 50px;
    line-height: 36px;
    text-align: center;
    font-weight: 600;
    color: #231f20;
    font-size: 13px;
    letter-spacing: 0.025em;
    transition: all .3s;
    box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7); }
    .news .show-more:hover {
      background-color: #ffbb29;
      box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }

.last-news {
  background-color: #f2f2f2;
  padding-top: 128px;
  min-height: calc(100vh - 103px); }
  .last-news .container {
    max-width: 1366px;
    padding: 0 15px;
    margin: 0 auto; }
    .last-news .container .section-heading {
      line-height: 40px;
      font-size: 30px;
      letter-spacing: 0.025em;
      color: #2B2F3E;
      font-weight: 600;
      text-transform: uppercase;
      padding-left: 15px; }
  .last-news ul {
    width: 100%;
    margin-bottom: 45px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .last-news ul li {
      width: 25%;
      float: left;
      padding: 15px;
      min-height: 400px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .last-news ul li img {
        display: block;
        width: 100%;
        margin-bottom: 40px; }
      .last-news ul li .white {
        position: relative;
        background-color: #fff;
        height: auto;
        width: 100%;
        transition: all .3s; }
        .last-news ul li .white:hover {
          background-color: #fed403; }
          .last-news ul li .white:hover h3, .last-news ul li .white:hover p {
            color: #231f20; }
          .last-news ul li .white:hover span {
            color: #231f20;
            font-weight: bold; }
        .last-news ul li .white.with-img .content {
          padding: 0 30px 40px 30px; }
        .last-news ul li .white .content {
          padding: 40px 30px 40px; }
        .last-news ul li .white .overlay {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }
      .last-news ul li h3 {
        font-size: 16px;
        font-weight: 600;
        color: #2B2F3E;
        letter-spacing: 0.025em;
        text-align: left;
        margin-bottom: 20px;
        transition: all .3s; }
      .last-news ul li span {
        display: block;
        text-align: left;
        color: #ffd402;
        font-weight: 600;
        font-size: 12px;
        margin-bottom: 20px;
        transition: all .3s; }
      .last-news ul li p {
        color: #959595;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        line-height: 20px;
        letter-spacing: 0.025em;
        transition: all .3s; }
  .last-news button {
    border-radius: 50px;
    border: none;
    height: 35px;
    font-weight: 600;
    font-size: 13px;
    color: #231f20;
    text-align: center;
    width: 214px;
    z-index: 10;
    margin: 0 auto;
    display: block;
    margin-bottom: 60px;
    background-color: #ffd402;
    box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7);
    transition: all .3s; }
    .last-news button:hover {
      background-color: #ffbb29;
      box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }

#news-article {
  min-height: calc(100vh - 120px);
  padding-top: 80px; }
  #news-article .container {
    position: relative;
    width: 800px;
    margin: 0 auto; }
  #news-article i {
    font-style: italic; }
  #news-article .headline {
    position: relative;
    height: 240px;
    padding-top: 60px;
    background: url("../img/news-article-bg.jpg") no-repeat 50% 42%; }
    #news-article .headline p {
      font-size: 18px;
      letter-spacing: 0.025em;
      font-weight: 600;
      text-align: center;
      margin-bottom: 8px;
      color: rgba(255, 255, 255, 0.5); }
    #news-article .headline h1 {
      font-size: 30px;
      color: #fff;
      text-align: center;
      font-weight: 600;
      letter-spacing: 0.025em;
      text-transform: uppercase;
      margin-bottom: 27px; }
    #news-article .headline a {
      display: block;
      width: 214px;
      line-height: 32px;
      color: #fff;
      margin: 0 auto;
      height: 36px;
      text-align: center;
      font-weight: 600;
      font-size: 13px;
      border: 2px solid #fff;
      border-radius: 30px;
      transition: all .3s; }
      #news-article .headline a:hover {
        border-color: rgba(255, 255, 255, 0.8);
        color: rgba(255, 255, 255, 0.8); }
    #news-article .headline:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6); }
  #news-article .news-content {
    padding: 36px 0 30px; }
    #news-article .news-content p {
      font-size: 14px;
      color: #2B2F3E;
      line-height: 18px;
      letter-spacing: 0.025em;
      margin-bottom: 22px; }
    #news-article .news-content blockquote {
      padding: 30px;
      margin-bottom: 22px;
      background-color: #f2f2f2;
      font-size: 14px;
      color: #959595;
      font-style: italic;
      line-height: 18px;
      letter-spacing: 0.025em; }
    #news-article .news-content ul {
      margin-bottom: 26px; }
      #news-article .news-content ul li {
        position: relative;
        padding-left: 15px;
        font-size: 14px;
        color: #2B2F3E;
        line-height: 18px;
        letter-spacing: 0.025em;
        margin-bottom: 22px; }
        #news-article .news-content ul li:before {
          content: '';
          position: absolute;
          left: 0;
          top: 4px;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background-color: #ffd402; }
        #news-article .news-content ul li:last-child {
          margin-bottom: 0; }
    #news-article .news-content img {
      display: block;
      width: auto;
      height: auto;
      max-width: 100%;
      margin: 0 auto 30px; }
    #news-article .news-content .share-soc {
      position: absolute;
      top: 0;
      right: -80px;
      width: 50px;
      border-radius: 4px;
      overflow: hidden;
      font-size: 0; }
      #news-article .news-content .share-soc li {
        padding: 0;
        margin: 0; }
        #news-article .news-content .share-soc li:before {
          display: none; }
        #news-article .news-content .share-soc li:nth-child(1) a {
          background-color: #2ba9e1; }
          #news-article .news-content .share-soc li:nth-child(1) a:after {
            margin-left: -11px;
            background-image: url("../img/ui/sprite.png");
            background-position: -295px -227px;
            width: 22px;
            height: 18px; }
        #news-article .news-content .share-soc li:nth-child(2) a {
          background-color: #3b5998; }
          #news-article .news-content .share-soc li:nth-child(2) a:after {
            margin-left: -6px;
            background-image: url("../img/ui/sprite.png");
            background-position: -319px -181px;
            width: 12px;
            height: 22px; }
        #news-article .news-content .share-soc li:nth-child(3) a {
          background-color: #dd4b39; }
          #news-article .news-content .share-soc li:nth-child(3) a:after {
            margin-left: -11px;
            background-image: url("../img/ui/sprite.png");
            background-position: -295px -181px;
            width: 22px;
            height: 22px; }
        #news-article .news-content .share-soc li:nth-child(4) a {
          background-color: #4b74a5; }
          #news-article .news-content .share-soc li:nth-child(4) a:after {
            margin-left: -11px;
            background-image: url("../img/ui/sprite.png");
            background-position: -295px -266px;
            width: 22px;
            height: 13px; }
        #news-article .news-content .share-soc li a {
          position: relative;
          display: block;
          color: #fff;
          height: 70px;
          line-height: 100px;
          text-align: center;
          font-size: 12px;
          transition: transform 0.2s ease; }
          #news-article .news-content .share-soc li a:after {
            content: '';
            position: absolute;
            top: 15px;
            left: 50%; }
          #news-article .news-content .share-soc li a:hover {
            transform: scale(1.1); }
    #news-article .news-content #go-up {
      position: fixed;
      right: 40px;
      bottom: calc(50vh - 60px);
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #ffd402;
      transform: rotateY(-90deg);
      box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7);
      transition: all .3s; }
      #news-article .news-content #go-up:hover {
        background-color: #ffbb29;
        box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }
        #news-article .news-content #go-up:hover:after {
          border-color: white; }
      #news-article .news-content #go-up:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 22px;
        height: 22px;
        margin-left: -11px;
        margin-top: -5px;
        border-left: 1px solid #463b1b;
        border-top: 1px solid #463b1b;
        transform: rotate(44deg); }
      #news-article .news-content #go-up.show {
        transform: rotateY(0deg); }
  #news-article .to-newslist {
    border-radius: 50px;
    height: 35px;
    line-height: 35px;
    font-weight: 600;
    font-size: 13px;
    color: #231f20;
    text-align: center;
    width: 214px;
    margin: 0 auto;
    display: block;
    margin-bottom: 60px;
    background-color: #fed403;
    box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7);
    transition: all .3s; }
    #news-article .to-newslist:hover {
      background-color: #ffbb29;
      box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }

#page-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 100vh;
  height: auto;
  background-color: white; }
  #page-404 .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-width: 320px;
    max-width: 444px; }
  #page-404 .logo {
    display: block;
    width: 205px;
    height: 100px;
    margin-bottom: 59px;
    background: url("../img/ui/404-logo.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center; }
  #page-404 .main-heading {
    font-size: 100px;
    color: #231f20;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
    text-align: center; }
  #page-404 .medium-heading {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #231f20;
    margin-bottom: 30px; }
  #page-404 p {
    font-size: 14px;
    font-weight: 500;
    color: #231f20;
    line-height: 21px;
    margin-bottom: 34px; }
  #page-404 .btn {
    display: block;
    margin: 0;
    color: black;
    background-color: #ffd402;
    -webkit-box-shadow: 0px 7px 29px 0px rgba(255, 235, 136, 0.7);
    -moz-box-shadow: 0px 7px 29px 0px rgba(255, 235, 136, 0.7);
    box-shadow: 0px 7px 29px 0px rgba(255, 235, 136, 0.7); }
    #page-404 .btn:hover {
      background-color: #ffbb29;
      -webkit-box-shadow: 0px 7px 29px 0px #ffeb88;
      -moz-box-shadow: 0px 7px 29px 0px #ffeb88;
      box-shadow: 0px 7px 29px 0px #ffeb88; }

#faq {
  padding: 128px 30px 0 30px;
  background-color: #f2f2f2;
  min-height: 100vh; }
  #faq .container {
    max-width: 1305px;
    margin: 0 auto; }
    #faq .container .main-heading {
      font-size: 30px;
      color: black;
      font-weight: 600;
      letter-spacing: 0.025em;
      text-transform: uppercase;
      margin-bottom: 25px; }
  #faq .content {
    background-color: #fff;
    width: 970px;
    margin: 0 auto;
    padding: 60px 30px 0 30px;
    margin-bottom: 40px; }
  #faq .aside {
    max-width: 306px; }
    #faq .aside h1 {
      font-size: 30px;
      color: #2B2F3E;
      font-weight: 600;
      letter-spacing: 0.025em;
      text-transform: uppercase;
      margin-bottom: 22px;
      line-height: 40px; }
    #faq .aside img {
      width: 100%;
      height: 465px;
      margin-bottom: 40px;
      object-fit: cover; }
  #faq .faq-list {
    margin-bottom: 56px; }
  #faq .quastion {
    position: relative;
    margin-top: -1px; }
    #faq .quastion .header {
      position: relative;
      font-weight: bold;
      font-size: 18px;
      color: #2B2F3E;
      cursor: pointer;
      padding: 23px 50px 20px 0;
      transition: all .2s;
      margin: 0;
      border-top: 1px solid #dbdbdb;
      border-bottom: 1px solid #dbdbdb; }
      #faq .quastion .header:hover {
        color: #ffd402; }
        #faq .quastion .header:hover i {
          border-color: #ffd402; }
          #faq .quastion .header:hover i:after {
            background-image: url("../img/ui/sprite.png");
            background-position: -213px -91px;
            width: 18px;
            height: 10px; }
      #faq .quastion .header.open {
        color: #ffd402;
        margin-bottom: 0; }
      #faq .quastion .header i {
        position: absolute;
        top: 50%;
        margin-top: -25px;
        right: 0;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 1px solid #959595;
        transition: all .3s; }
        #faq .quastion .header i:after {
          content: '';
          position: absolute;
          top: 50%;
          margin-top: -5px;
          margin-left: -9px;
          left: 50%;
          background-image: url("../img/ui/sprite.png");
          background-position: -193px -91px;
          width: 18px;
          height: 10px; }
        #faq .quastion .header i.open {
          border-color: #ffd402; }
          #faq .quastion .header i.open:after {
            background-image: url("../img/ui/sprite.png");
            background-position: -233px -91px;
            width: 18px;
            height: 10px; }
    #faq .quastion .answer-wrap {
      display: none;
      background-color: #FFF; }
      #faq .quastion .answer-wrap .answer {
        padding-top: 34px; }
        #faq .quastion .answer-wrap .answer h3 {
          margin-bottom: 10px;
          font-weight: bold;
          text-transform: uppercase;
          font-size: 14px;
          color: #2B2F3E; }
        #faq .quastion .answer-wrap .answer ul {
          margin-bottom: 23px; }
          #faq .quastion .answer-wrap .answer ul li {
            position: relative;
            padding-left: 21px;
            line-height: 18px;
            font-size: 14px;
            font-weight: 300;
            color: #2B2F3E; }
            #faq .quastion .answer-wrap .answer ul li:before {
              content: "";
              display: inline-block;
              position: absolute;
              width: 10px;
              height: 10px;
              border-radius: 50%;
              background-color: #ffd402;
              top: 5px;
              left: 0; }
        #faq .quastion .answer-wrap .answer p {
          font-size: 14px;
          color: #2B2F3E;
          font-weight: 300;
          line-height: 18px;
          margin-bottom: 23px; }

#contacts {
  padding-top: 80px;
  background-color: #999999;
  height: 100vh;
  min-height: 680px; }
  #contacts .map-side {
    position: relative;
    height: 100%;
    width: 66.6%; }
    #contacts .map-side-direction_btn {
      position: absolute;
      z-index: 1;
      left: 20px;
      bottom: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
      width: 275px;
      height: 45px;
      color: #231f20;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      border-radius: 30px;
      background: #ffd402;
      box-sizing: 2px 3px 15px rgba(255, 212, 2, 0.7);
      box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7);
      transform: scaleY(0);
      transition: transform 0.3s ease-in;
      cursor: pointer; }
      #contacts .map-side-direction_btn:hover {
        background: #ffbb29;
        box-sizing: 2px 3px 15px rgba(255, 187, 41, 0.7);
        box-shadow: 0px 7px 29px 0px #ffbb29; }
      #contacts .map-side-direction_btn::after {
        content: '';
        position: absolute;
        right: 17px;
        top: 12px;
        width: 20px;
        height: 20px;
        background: url("../img/ui/map_direction.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
    #contacts .map-side-direction_btn.show {
      transform: scaleY(1); }
  #contacts .search-side {
    position: relative;
    width: 33.4%;
    height: 100%;
    padding: 67px 30px 60px 30px; }
    #contacts .search-side .wrap-box {
      max-width: 395px;
      margin: 0 auto; }
      #contacts .search-side .wrap-box .medium-heading {
        font-size: 30px;
        text-transform: uppercase;
        color: #fff;
        text-align: right;
        margin-bottom: 36px;
        font-weight: 600; }
      #contacts .search-side .wrap-box label {
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 11px;
        text-align: right; }
      #contacts .search-side .wrap-box input {
        border: none;
        border-radius: 3px;
        border: 1px solid #d4d9e2;
        color: #2B2F3E;
        font-size: 13px;
        font-weight: 500;
        height: 50px;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 50px; }
      #contacts .search-side .wrap-box .sepr {
        display: block;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.5);
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 50px; }
      #contacts .search-side .wrap-box p {
        color: #fff;
        font-size: 13px;
        margin-bottom: 11px;
        text-align: center;
        font-weight: 500; }
      #contacts .search-side .wrap-box #get-position {
        padding-right: 25px; }
      #contacts .search-side .wrap-box button {
        line-height: normal;
        height: auto;
        padding: 17px 0;
        padding-top: 21px;
        position: relative;
        color: #231f20;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        width: 100%;
        background-color: #ffd402;
        border: none;
        border-radius: 50px;
        margin-bottom: 55px;
        box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7);
        transition: all .3s; }
        #contacts .search-side .wrap-box button:hover {
          background-color: #ffbb29;
          box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7);
          transition: all .3s; }
        #contacts .search-side .wrap-box button i {
          position: absolute;
          top: 15px;
          content: '';
          display: inline-block;
          margin-left: 10px;
          width: 15px;
          height: 19px;
          background: url("../img/ui/point.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
      #contacts .search-side .wrap-box a {
        position: absolute;
        display: inline-block;
        bottom: 60px;
        left: 50%;
        margin-left: -88.5px;
        text-align: center;
        color: #ffd402;
        border-bottom: 1px solid rgba(255, 212, 2, 0);
        transition: all .2s; }
        #contacts .search-side .wrap-box a:hover {
          border-color: rgba(255, 212, 2, 0.5); }
    #contacts .search-side .detail-office {
      overflow: hidden;
      z-index: 50;
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      padding: 100px 30px 60px 30px;
      background-color: #999999;
      transition: all .3s; }
      #contacts .search-side .detail-office.active {
        left: 0; }
      #contacts .search-side .detail-office .content {
        position: relative;
        height: 100%;
        max-width: 395px;
        margin: 0 auto; }
      #contacts .search-side .detail-office h1,#contacts .search-side .medium-heading {
        font-size: 30px;
        text-transform: uppercase;
        color: #fff;
        text-align: right;
        margin-bottom: 60px;
        font-weight: 600; }
      #contacts .search-side .detail-office p {
        text-align: center;
        color: #fff;
        line-height: 20px;
        margin-bottom: 10px; }
      #contacts .search-side .detail-office .more-info {
        position: relative;
        z-index: 10;
        color: #ffd402;
        font-size: 13px;
        transition: all .2s; }
        #contacts .search-side .detail-office .more-info:hover {
          border-bottom: 1px solid rgba(255, 212, 2, 0.5); }
      #contacts .search-side .detail-office .adr.empty span, #contacts .search-side .detail-office .adr.empty p, #contacts .search-side .detail-office .work-time.empty span, #contacts .search-side .detail-office .work-time.empty p, #contacts .search-side .detail-office .landmark.empty span, #contacts .search-side .detail-office .landmark.empty p, #contacts .search-side .detail-office .contact-phone.empty span, #contacts .search-side .detail-office .contact-phone.empty p, #contacts .search-side .detail-office .contact-transport.empty span, #contacts .search-side .detail-office .contact-transport.empty p, #contacts .search-side .detail-office .contact-transport div.empty span, #contacts .search-side .detail-office .contact-transport div.empty p {
        display: none; }
      #contacts .search-side .detail-office .adr.empty #work, #contacts .search-side .detail-office .work-time.empty #work, #contacts .search-side .detail-office .landmark.empty #work, #contacts .search-side .detail-office .contact-phone.empty #work, #contacts .search-side .detail-office .contact-transport.empty #work, #contacts .search-side .detail-office .contact-transport div.empty #work {
        display: none; }
      #contacts .search-side .detail-office .adr.empty #landmark-txt, #contacts .search-side .detail-office .work-time.empty #landmark-txt, #contacts .search-side .detail-office .landmark.empty #landmark-txt, #contacts .search-side .detail-office .contact-phone.empty #landmark-txt, #contacts .search-side .detail-office .contact-transport.empty #landmark-txt, #contacts .search-side .detail-office .contact-transport div.empty #landmark-txt {
        display: none; }
      #contacts .search-side .detail-office .adr span, #contacts .search-side .detail-office .work-time span, #contacts .search-side .detail-office .landmark span, #contacts .search-side .detail-office .contact-phone span, #contacts .search-side .detail-office .contact-transport span, #contacts .search-side .detail-office .contact-transport div span {
        text-transform: uppercase;
        color: #fff;
        display: block;
        text-align: right;
        font-size: 11px;
        margin-bottom: 5px; }
      #contacts .search-side .detail-office .adr p, #contacts .search-side .detail-office .adr p b, #contacts .search-side .detail-office .work-time p, #contacts .search-side .detail-office .work-time p b, #contacts .search-side .detail-office .landmark p, #contacts .search-side .detail-office .landmark p b, #contacts .search-side .detail-office .contact-phone p, #contacts .search-side .detail-office .contact-phone p b, #contacts .search-side .detail-office .contact-transport p, #contacts .search-side .detail-office .contact-transport p b, #contacts .search-side .detail-office .contact-transport div p, #contacts .search-side .detail-office .contact-transport div p b {
        display: block;
        color: #fff;
        text-align: right;
        font-weight: 600; }
      #contacts .search-side .detail-office .contact-transport-trolleybus, #contacts .search-side .detail-office .contact-transport-trolleybus, #contacts .search-side .detail-office .contact-transport-tram, #contacts .search-side .detail-office .contact-transport-subway {
        display: flex;
        justify-content: flex-end;
        align-items: baseline; }
        #contacts .search-side .detail-office .contact-transport-trolleybus span, #contacts .search-side .detail-office .contact-transport-trolleybus span, #contacts .search-side .detail-office .contact-transport-tram span, #contacts .search-side .detail-office .contact-transport-subway span {
          text-transform: capitalize;
          font-size: 14px; }
      #contacts .search-side .detail-office .work-time-inner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end; }
        #contacts .search-side .detail-office .work-time-inner b {
          margin-left: 3px; }
        #contacts .search-side .detail-office .work-time-inner p {
          margin-left: 3px; }
      #contacts .search-side .detail-office #work-mo_fr, #contacts .search-side .detail-office #work-sa, #contacts .search-side .detail-office #work-su {
        display: flex; }
      #contacts .search-side .detail-office .adr {
        margin-bottom: 10px; }
      #contacts .search-side .detail-office .landmark {
        margin-bottom: 54px; }
      #contacts .search-side .detail-office .btn {
        width: 100%;
        margin: 0 auto;
        display: block;
        color: #231f20;
        transition: all .2s; }
        #contacts .search-side .detail-office .btn:hover {
          background-color: #ffbb29; }
      #contacts .search-side .detail-office .close {
        top: -26px;
        right: 0;
        box-shadow: none;
        border-radius: initial;
        width: auto;
        padding-right: 20px;
        height: auto;
        font-size: 11px;
        text-transform: uppercase;
        color: #ffd402;
        background: transparent; }
        #contacts .search-side .detail-office .close:after {
          top: -1px;
          left: 77%;
          margin-top: 0;
          margin-left: 0;
          background-image: url("../img/ui/sprite.png");
          background-position: -218px -230px;
          width: 15px;
          height: 14px; }
        #contacts .search-side .detail-office .close:hover {
          color: #ffbb29; }
          #contacts .search-side .detail-office .close:hover:after {
            background-image: url("../img/ui/sprite.png");
            background-position: -201px -230px;
            width: 15px;
            height: 14px; }
      #contacts .search-side .detail-office .detail-footer {
        position: relative;
        padding-top: 77px; }
        #contacts .search-side .detail-office .detail-footer:before {
          content: '';
          position: absolute;
          top: 40px;
          left: -300px;
          width: 1024px;
          height: 1px;
          background-color: rgba(255, 255, 255, 0.3); }
  #contacts .map-side #map {
    height: 100%;
    min-height: 600px; }

footer {
  position: static;
  bottom: 0;
  left: 0;
  right: 0; }
  footer .container {
    position: relative;
    width: 800px;
    margin: 0 auto; }
  footer .seo-txt {
    padding: 40px 30px;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: .025em;
    color: #8a8a8a; }
	footer .seo-txt #faq {
	padding: 0;
	background-color: #fff;
	min-height: 0; }
	footer .seo-txt #faq ul {
	list-style: none;
	list-style-type: none;}
	footer .seo-txt #faq .quastion .answer-wrap .answer h2,
	footer .seo-txt #faq .quastion .answer-wrap .answer h3 {
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 15px;
	color: #2B2F3E;}
	footer .seo-txt #faq .quastion .answer-wrap .answer h2 {
	font-size: 16px;}
    footer .seo-txt h1 {
      display: block;
      font-size: 2em;
      font-weight: 700;
      -webkit-margin-before: .67em;
      -webkit-margin-after: .67em;
      -webkit-margin-start: 0;
      -webkit-margin-end: 0; }
    footer .seo-txt h2 {
      display: block;
      font-size: 1.5em;
      font-weight: 700;
      -webkit-margin-before: .83em;
      -webkit-margin-after: .83em;
      -webkit-margin-start: 0;
      -webkit-margin-end: 0; }
    footer .seo-txt p {
      display: block;
      -webkit-margin-before: 1em;
      -webkit-margin-after: 1em;
      -webkit-margin-start: 0;
      -webkit-margin-end: 0; }
    footer .seo-txt ul {
      display: block;
      list-style-type: disc;
      list-style-type: disc;
      -webkit-margin-before: 1em;
      -webkit-margin-after: 1em;
      -webkit-margin-start: 0;
      -webkit-margin-end: 0;
      -webkit-padding-start: 40px; }
  footer .soc-info {
    padding: 0 30px;
    background-color: #999999;
    border-top: 1px solid #dbdbdb; }
    footer .soc-info .powered-by {
      font-size: 12px;
      color: white;
      height: 50px;
      line-height: 50px;
      padding-left: 30px;
      border-left: 1px solid #dbdbdb;
      transition: all .2s; }
      footer .soc-info .powered-by:hover {
        color: #ffd402; }
    footer .soc-info .content-list {
      display: inline-block;
      vertical-align: top;
      padding-right: 30px;
      font-size: 0;
      letter-spacing: normal;
      border-right: 1px solid #dbdbdb; }
      footer .soc-info .content-list > li {
        display: inline-block;
        vertical-align: top;
        float: left;
        line-height: 50px; }
        footer .soc-info .content-list > li:first-child p {
          padding-right: 30px;
          border-right: 1px solid #dbdbdb; }
        footer .soc-info .content-list > li:nth-child(2) p {
          padding-left: 28px; }
          footer .soc-info .content-list > li:nth-child(2) p b {
            padding-right: 20px;
            border-right: 1px solid #dbdbdb; }
        footer .soc-info .content-list > li:nth-child(3) b {
          padding: 0 17px;
          border-right: 1px solid #dbdbdb; }
        footer .soc-info .content-list > li p {
          font-size: 12px;
          color: white;
          font-weight: 500; }
          footer .soc-info .content-list > li p b {
            font-size: 14px;
            font-weight: 600; }
        footer .soc-info .content-list > li .soc-networks {
          padding: 9px 0 0 20px;
          font-size: 0; }
          footer .soc-info .content-list > li .soc-networks > li {
            float: left;
            margin-right: 10px; }
            footer .soc-info .content-list > li .soc-networks > li:last-child {
              margin-right: 0; }
            footer .soc-info .content-list > li .soc-networks > li a {
              position: relative;
              width: 30px;
              height: 30px;
              background-color: white;
              display: block;
              border-radius: 50%; }
            footer .soc-info .content-list > li .soc-networks > li.yt a {
              display: flex;
              justify-content: center;
              align-items: center; }
              footer .soc-info .content-list > li .soc-networks > li.yt a svg {
                width: 19px;
                height: 15px;
                fill: #808080; }
              footer .soc-info .content-list > li .soc-networks > li.yt a:hover svg {
                fill: #ffd403; }
            footer .soc-info .content-list > li .soc-networks > li.vk a {
              display: flex;
              justify-content: center;
              align-items: center; }
              footer .soc-info .content-list > li .soc-networks > li.vk a svg {
                width: 22px;
                height: 13px;
                fill: #808080; }
              footer .soc-info .content-list > li .soc-networks > li.vk a:hover svg {
                fill: #ffd403; }
            footer .soc-info .content-list > li .soc-networks > li.tw a {
              display: flex;
              justify-content: center;
              align-items: center; }
              footer .soc-info .content-list > li .soc-networks > li.tw a svg {
                width: 19px;
                height: 15px;
                fill: #808080; }
              footer .soc-info .content-list > li .soc-networks > li.tw a:hover svg {
                fill: #ffd403; }
            footer .soc-info .content-list > li .soc-networks > li.ggl a {
              display: flex;
              justify-content: center;
              align-items: center; }
              footer .soc-info .content-list > li .soc-networks > li.ggl a svg {
                width: 20px;
                height: 12px;
                fill: #808080; }
              footer .soc-info .content-list > li .soc-networks > li.ggl a:hover svg {
                fill: #ffd403; }
            footer .soc-info .content-list > li .soc-networks > li.fb a {
              display: flex;
              justify-content: center;
              align-items: center; }
              footer .soc-info .content-list > li .soc-networks > li.fb a svg {
                width: 10px;
                height: 16px;
                fill: #808080; }
              footer .soc-info .content-list > li .soc-networks > li.fb a:hover svg {
                fill: #ffd403; }
  footer .content-list.clearfix li p b a {
    color: #dbdbdb; }
	
.text-description-default h2 {
      font-size: 30px;
      padding-bottom: 10px;
      font-weight: bold;
}

.text-description-default h3 {
      font-size: 24px;
      padding-bottom: 10px;
      font-weight: bold;
}

.text-description-default p {
	font-size: 14px;
	color: #2B2F3E;
	line-height: 18px;
	letter-spacing: 0.025em;
	margin-bottom: 22px;
}

.text-description-default ul {
    margin-bottom: 26px;
}

.text-description-default ul li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #2B2F3E;
    line-height: 18px;
    letter-spacing: 0.025em;
    margin-bottom: 12px;
}

.text-description-default ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffd402;
}

.text-description-default a {

}

.links-lists {
	width: 100%;
	max-width: 1305px;
	margin: 0 auto;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 20px 10px;
}

.links-lists .link {
    width: 25%;
    float: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 10px;
}

.links-lists .link a {
    color: #959595;
    letter-spacing: 0.025em;
    font-size: 14px;
    line-height: 20px;
    transition: all .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 991px) {
	.links-lists .link {
		width: 50%;
	}
}

#static-txt {
  padding-top: 80px;
  min-height: calc(100vh - 104px);
  background-color: #f2f2f2; }
  #static-txt .container {
    position: relative;
    width: 800px;
    margin: 0 auto; }
    #static-txt .container p {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      #static-txt .container p a {
        color: #ffd402;
        cursor: pointer; }
        #static-txt .container p a:hover {
          color: #ffbb29; }
      #static-txt .container p strong {
        margin-left: 10px; }
    #static-txt .container a {
      word-break: break-all; }
  #static-txt .headline img {
    display: block;
    width: 100%;
    max-height: 250px;
    object-fit: cover; }
  #static-txt .headline h1 {
    padding-top: 48px;
    font-size: 30px;
    font-weight: 600;
    color: #2B2F3E;
    letter-spacing: 0.025em;
    line-height: 60px;
    text-transform: uppercase; }
  #static-txt .txt-content {
    padding: 29px 0 30px; }
    #static-txt .txt-content h2 {
      font-size: 30px;
      padding-bottom: 10px;
      font-weight: bold; }
    #static-txt .txt-content p {
      font-size: 14px;
      color: #2B2F3E;
      line-height: 18px;
      letter-spacing: 0.025em;
      margin-bottom: 22px; }
      #static-txt .txt-content p:last-of-type {
        margin-bottom: 0; }
      #static-txt .txt-content p a {
        display: block; }
        #static-txt .txt-content p a span {
          display: inline-block; }
      #static-txt .txt-content p .a-btn {
        display: flex; }
    #static-txt .txt-content .a-btn {
      margin-right: 10px; }
    #static-txt .txt-content blockquote {
      padding: 30px;
      margin-bottom: 22px;
      background-color: #fff;
      font-size: 14px;
      color: #959595;
      font-style: italic;
      line-height: 18px;
      letter-spacing: 0.025em; }
    #static-txt .txt-content ul {
      margin-bottom: 26px; }
      #static-txt .txt-content ul li {
        position: relative;
        padding-left: 20px;
        font-size: 14px;
        color: #2B2F3E;
        line-height: 18px;
        letter-spacing: 0.025em;
        margin-bottom: 12px; }
        #static-txt .txt-content ul li:before {
          content: '';
          position: absolute;
          left: 0;
          top: 4px;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background-color: #ffd402; }
        #static-txt .txt-content ul li:last-child {
          margin-bottom: 0; }
    #static-txt .txt-content img {
      display: block;
      max-width: 100%;
      height: auto; }
    #static-txt .txt-content #go-up {
      position: fixed;
      left: 50%;
      margin-left: 430px;
      bottom: 163px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      z-index: 20;
      background-color: #ffd402;
      transform: rotateY(-90deg);
      box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7);
      transition: all .3s; }
      #static-txt .txt-content #go-up:hover {
        box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }
      #static-txt .txt-content #go-up:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 22px;
        height: 22px;
        margin-left: -11px;
        margin-top: -5px;
        border-left: 1px solid #463b1b;
        border-top: 1px solid #463b1b;
        transform: rotate(44deg); }
      #static-txt .txt-content #go-up.show {
        transform: rotateY(0deg); }

.a-btn {
  border-radius: 50px;
  border: none;
  background: url(/img/btn-bg.png) 50% 50% no-repeat #ffa526;
  -webkit-box-shadow: 0 7px 29px 0 rgba(255, 165, 38, 0.7);
  -moz-box-shadow: 0 7px 29px 0 rgba(255, 165, 38, 0.7);
  box-shadow: 0 7px 29px 0 rgba(255, 165, 38, 0.7);
  padding: 5px 26px 5px 99px;
  height: 60px;
  color: white;
  text-decoration: none;
  display: -webkit-inline-box;
  position: relative;
  clear: both;
  margin: 10px 0px;
  overflow: hidden;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  display: flex;
  align-items: center; }
  .a-btn img {
    display: block;
    max-width: 100%;
    height: auto;
    position: absolute;
    width: 18%;
    left: 15px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    border: none;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .a-btn .a-btn-text {
    padding-left: 13px;
    display: block;
    font-size: 23px;
    width: 280px;
    text-shadow: 0px -1px 1px #80ab5d;
    color: #fff;
    line-height: 1; }
  .a-btn:hover {
    -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 5px rgba(0, 0, 0, 0.4); }
    .a-btn:hover img {
      webkit-transform: scale(10) translate3d(0, -50%, 0);
      -moz-transform: scale(10) translate3d(0, -50%, 0);
      -ms-transform: scale(10) translate3d(0, -50%, 0);
      -o-transform: scale(10) translate3d(0, -50%, 0);
      transform: scale(10) translate3d(0, -50%, 0);
      opacity: 0; }

/*29.08.2018*/
.repayment-bl {
  margin-top: 65px;
  margin-bottom: 42px; }

.info-bl-content {
  padding: 28px;
  display: flex;
  align-items: center;
  background: url("../img/info-bl-bg.jpg") no-repeat center center/cover;
  margin: 0 0 28px; }

.info-ico-wr {
  margin: 0 28px 0 0; }
  .info-ico-wr svg {
    width: 103px;
    height: 103px; }

.info-bl-dscr {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #2B2F3E; }

.repay-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin: 0 0 15px; }

.replay-row {
  display: flex;
  align-items: center; }
  .replay-row-2 {
    margin: 30px 0 0; }

.repayment-btn {
  max-width: 200px;
  width: 100%;
  box-shadow: 0 7px 29px rgba(255, 212, 2, 0.3);
  border-radius: 25px;
  background-color: #ffd403;
  padding: 20px 10px 17px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  transition: all .3s;
  margin: 0 0 0 30px; }
  .repayment-btn:hover {
    background-color: #ffbb29;
    box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }

.repayment-input {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.14px;
  color: #2B2F3E;
  width: 100%;
  text-align: left;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  border-radius: 3px; }
  .repayment-input:focus {
    transition: border .3s; }

.repayment-input-wr {
  width: 72%; }
  .repayment-input-wr input::-webkit-input-placeholder,
  .repayment-input-wr textarea::-webkit-input-placeholder {
    color: #808080; }

.form-repay .error {
  position: absolute;
  margin: 0;
  padding-top: 5px;
  font-size: 10px;
  font-weight: 500;
  color: #ef253d;
  display: none; }

.form-repay .form-group {
  position: relative; }
  .form-repay .form-group.has-error .error {
    display: block; }

.replay-row.hidden {
  display: none; }

@media screen and (max-width: 480px) {
  .replay-row {
    flex-wrap: wrap; }
  .repayment-input-wr {
    width: 100%;
    margin: 0 0 25px; }
  .repayment-btn {
    margin: 0 auto; } }

/*end 29.08.2018*/
.vacancies {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  padding: 0 5px;
  width: 100%; }
  .vacancies-header {
    width: 100%; }
    .vacancies-header_top {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding: 50px 0;
      min-height: 250px;
      background: url("../img/news-article-bg.jpg");
      background-position: 50% 45%;
      background-size: cover;
      background-repeat: no-repeat; }
      .vacancies-header_top::before {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6); }
      .vacancies-header_top h1 {
        z-index: 1;
        max-width: 970px;
        margin-bottom: 20px;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 600;
        color: white; }
      .vacancies-header_top p {
        z-index: 1;
        max-width: 970px;
        line-height: 20px;
        font-size: 14px;
        text-align: center;
        color: white; }
    .vacancies-header_bottom {
      display: flex;
      justify-content: center;
      width: 100%;
      height: 123px;
      background: #ffd402; }
      .vacancies-header_bottom-cont {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        max-width: 1222px;
        padding: 0 50px;
        box-sizing: border-box; }
        .vacancies-header_bottom-cont li {
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 226px;
          height: 100%;
          margin-right: 20px; }
          .vacancies-header_bottom-cont li:last-child {
            margin-right: 0; }
      .vacancies-header_bottom-item_logo {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 64px;
        height: 64px;
        box-shadow: 0 10px 27px  #e0ba06; }
        .vacancies-header_bottom-item_logo img {
          width: 37px;
          height: 33px;
          object-fit: contain; }
      .vacancies-header_bottom-item_text {
        width: 140px;
        margin-left: 10px;
        font-size: 18px;
        text-align: left;
        font-weight: 600;
        color: #231f20; }
  .vacancies-main {
    width: 100%;
    max-width: 1227px; }
    .vacancies-main-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      .vacancies-main-header h2 {
        margin-top: 57px;
        margin-bottom: 40px;
        font-size: 30px;
        font-weight: 600;
        color: #231f20;
        text-transform: uppercase; }
      .vacancies-main-header-filter {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 340px; }
        .vacancies-main-header-filter label {
          font-size: 12px;
          text-transform: uppercase;
          font-weight: 600;
          letter-spacing: 0.05px;
          color: #808080; }
    .vacancies-main-list {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin-bottom: 30px; }
      .vacancies-main-list-null_p {
        width: 100%;
        font-size: 27px;
        font-weight: 600;
        margin: 0;
        color: #202120;
        text-align: center;
        transform: scaleY(0);
        opacity: 0;
        overflow: hidden;
        will-change: auto;
        transition: all .3s ease-in;
        transition-delay: .2s; }
      .vacancies-main-list-null_p.show {
        margin: 60px 0 30px 0;
        opacity: 1;
        transform: scaleY(1); }
      .vacancies-main-list-item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        width: 33.33%;
        min-width: 250px;
        padding: 50px 0px;
        min-height: 312px;
        box-sizing: border-box;
        will-change: auto;
        transition: all .2s ease-in;
        transform-origin: left; }
        .vacancies-main-list-item h4 {
          align-self: flex-start;
          width: 100%;
          max-width: 189px;
          margin-left: 38px;
          margin-bottom: 26px;
          font-size: 20px;
          font-weight: 600;
          color: #231f20; }
        .vacancies-main-list-item span {
          align-self: flex-start;
          display: block;
          margin-left: 38px;
          margin-bottom: 8px;
          color: #808080;
          font-size: 14px;
          box-sizing: border-box; }
          .vacancies-main-list-item span b {
            color: #231f20; }
        .vacancies-main-list-item-btn {
          align-self: flex-start;
          width: 165px;
          height: 40px;
          display: flex;
          margin-left: 38px;
          margin-top: 45px;
          color: #231f20;
          font-weight: 600;
          background: #ffd402;
          border-radius: 20px;
          box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7);
          transition: all .2s ease-in;
          overflow: hidden;
          cursor: pointer; }
          .vacancies-main-list-item-btn span {
            display: flex;
            justify-content: center;
            align-items: center;
            min-width: 100%;
            height: 100%;
            margin: 0;
            color: #231f20;
            font-weight: 600;
            transform: translateX(0);
            transition: transform .2s ease-in; }
            .vacancies-main-list-item-btn span:last-child {
              color: #808080; }
          .vacancies-main-list-item-btn:hover {
            background: #ffbb29;
            box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }
        .vacancies-main-list-item-btn.active {
          border: 2px solid #808080;
          color: #808080;
          background: transparent;
          box-shadow: none;
          transition: background 0.2s ease; }
          .vacancies-main-list-item-btn.active:hover {
            background: #ffd402; }
          .vacancies-main-list-item-btn.active span {
            transform: translateX(-100%); }
      .vacancies-main-list-item.active {
        background: #eeeeee;
        transition: all .2s ease-in .1s; }
      .vacancies-main-list-item.js-filter-hide {
        transform: scaleX(0);
        display: none;
        transition: transform .2s ease-in, display .2s ease .3s; }
    .vacancies-main-desc {
      position: absolute;
      z-index: 4;
      top: 0px;
      left: 0;
      width: 100vw;
      max-width: 1227px;
      height: auto;
      padding: 0 35px 0 35px;
      background: #eeeeee;
      box-sizing: border-box;
      transform: scaleY(0);
      overflow: hidden;
      transform-origin: top;
      will-change: auto;
      transition: transform .2s ease-in,opacity .2s ease-in; }
      .vacancies-main-desc h3 {
        margin-top: 40px;
        margin-bottom: 27px;
        font-size: 20px;
        font-weight: 600;
        color: 262527; }
      .vacancies-main-desc li, .vacancies-main-desc p {
        position: relative;
        margin-bottom: 15px;
        margin-left: 10px;
        font-size: 14px;
        color: 262527;
        list-style: none; }
        .vacancies-main-desc li::before, .vacancies-main-desc p::before {
          content: '-';
          position: absolute;
          left: -10px;
          font-size: 14px;
          color: 262527;
          background: #eeeeee; }
    .vacancies-main-desc_btn {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 400px;
      height: 50px;
      margin-top: 20px;
      color: #231f20;
      font-size: 14px;
      font-weight: 600;
      background: #ffd402;
      border-radius: 30px;
      box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7);
      transition: all .2s ease-in;
      cursor: pointer;
      margin-bottom: 40px; }
      .vacancies-main-desc_btn:hover {
        background: #ffbb29;
        box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }
    .vacancies-main-desc_close_btn {
      position: absolute;
      top: 33px;
      right: 28px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
      width: 40px;
      height: 40px;
      border: 2px solid #808080;
      border-radius: 50%;
      cursor: pointer;
      transition: background 0.2s ease; }
      .vacancies-main-desc_close_btn:hover {
        background: #ffd402; }
      .vacancies-main-desc_close_btn::before {
        content: '';
        position: absolute;
        top: 17px;
        left: 11px;
        width: 15px;
        height: 2px;
        background: #808080;
        transform: rotate(135deg); }
      .vacancies-main-desc_close_btn::after {
        content: '';
        position: absolute;
        top: 17px;
        left: 11px;
        width: 15px;
        height: 2px;
        background: #808080;
        transform: rotate(45deg); }
    .vacancies-main-form {
      position: relative;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      justify-content: center;
      width: 100%;
      background: #999999; }
      .vacancies-main-form-cont {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        max-width: 828px;
        color: white; }
        .vacancies-main-form-cont h3 {
          margin-top: 60px;
          margin-bottom: 30px;
          font-size: 30px;
          text-transform: uppercase;
          font-weight: 600; }
        .vacancies-main-form-cont p {
          width: 100%;
          max-width: 651px;
          margin-bottom: 55px;
          font-size: 16px;
          text-align: center;
          letter-spacing: .5px; }
      .vacancies-main-form-row {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 20px;
        box-sizing: border-box; }
        .vacancies-main-form-row_help {
          margin-top: 7px;
          align-self: flex-start;
          font-size: 13px; }
      .vacancies-main-form-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1;
        height: auto;
        margin-right: 28px;
        box-sizing: border-box; }
        .vacancies-main-form-item:last-child {
          margin-right: 0; }
        .vacancies-main-form-item .help-block {
          height: 0;
          margin-top: 0px;
          margin-bottom: 0;
          text-align: left;
          font-size: 14px;
          color: red;
          overflow: hidden;
          transition: all .2s ease-in; }
        .vacancies-main-form-item input {
          width: 100%;
          height: 55px;
          padding: 0 20px;
          font-size: 13px;
          color: #808080;
          border: 1px solid #cccccc;
          border-radius: 3px;
          background: white; }
          .vacancies-main-form-item input::placeholder {
            color: #808080; }
        .vacancies-main-form-item label {
          margin-bottom: 8px;
          font-size: 13px; }
        .vacancies-main-form-item textarea {
          width: 100%;
          height: 188px;
          padding: 20px;
          color: #808080;
          border: 1px solid #cccccc;
          border-radius: 3px;
          resize: none; }
      .vacancies-main-form-item.has-error .help-block {
        height: 10px;
        margin-top: 7px;
        overflow: visible; }
      .vacancies-main-form-face_input {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: 55px;
        padding: 0 20px;
        color: #808080;
        background: white; }
        .vacancies-main-form-face_input span {
          width: 100%;
          max-width: 320px;
          white-space: nowrap;
          box-sizing: border-box;
          overflow: hidden; }
        .vacancies-main-form-face_input .file_inp {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 3;
          width: 100%;
          height: 100%;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          opacity: 0;
          cursor: pointer; }
        .vacancies-main-form-face_input::after {
          content: '';
          position: absolute;
          right: 20px;
          width: 20px;
          height: 17px;
          top: 19px;
          right: 14px;
          background: url("../img/ui/download.png");
          background-position: center;
          background-size: auto;
          background-repeat: no-repeat; }
      .vacancies-main-form-send_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 250px;
        height: 50px;
        margin-top: 40px;
        margin-bottom: 49px;
        color: #231f20;
        font-size: 15px;
        font-weight: 600;
        border: none;
        border-radius: 30px;
        background: #ffd402;
        box-shadow: 3px 3px 16px rgba(255, 212, 2, 0.7);
        cursor: pointer; }
        .vacancies-main-form-send_btn:hover {
          background: #ffbb29;
          box-shadow: 3px 3px 16px rgba(255, 187, 41, 0.7); }
      .vacancies-main-form_hidden {
        position: absolute;
        opacity: 0;
        transform: scaleY(0) scaleX(0);
        overflow: hidden; }
      .vacancies-main-form .form_thank {
        background: #999999;
        color: red; }
        .vacancies-main-form .form_thank h6 {
          font-size: 50px;
          color: white; }
  .vacancies .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px; }
  .vacancies .select {
    cursor: pointer;
    display: inline-block;
    height: 50px;
    position: relative;
    color: #b9b9b9;
    width: 270px;
    font-size: 16px;
    border: 1px solid #b9b9b9;
    border-radius: 4px; }
  .vacancies .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
    background-color: white;
    padding: 8px 15px;
    transition: all .3s ease-in-out; }
    .vacancies .select-styled:after {
      content: "";
      position: absolute;
      right: 20px;
      top: 16px;
      width: 9px;
      height: 9px;
      margin-top: 2px;
      border-right: 2px solid #b9b9b9;
      border-bottom: 2px solid #b9b9b9;
      transform: rotate(45deg); }
    .vacancies .select-styled:hover {
      background-color: #fcfcfc; }
    .vacancies .select-styled:active, .vacancies .select-styled.active {
      background-color: #fafafa; }
      .vacancies .select-styled:active:after, .vacancies .select-styled.active:after {
        transform: rotate(225deg); }
  .vacancies .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 9;
    height: auto;
    max-height: 180px;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fafafa;
    overflow-y: auto; }
    .vacancies .select-options li {
      margin: 0;
      padding: 12px 0;
      text-indent: 15px;
      border-top: 1px solid #fafafa;
      transition: all .3s ease-in-out; }
      .vacancies .select-options li:hover {
        background: whitesmoke; }
      .vacancies .select-options li[rel="hide"] {
        display: none; }

.vacancies-main-form-item .select {
  width: 100%;
  height: 55px;
  font-size: 13px;
  color: #808080;
  border: none; }
  .vacancies-main-form-item .select-styled::after {
    top: 18px; }
  .vacancies-main-form-item .select-options li {
    padding: 20px 0; }

#resumeform-resume:after, #resumeform-photo:after {
  top: 18px !important; }

.form_thank {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transition: all .3s ease-in; }
  .form_thank h6 {
    font-size: 30px;
    font-weight: 600;
    color: black;
    text-transform: capitalize; }

.form_thank.show {
  transform: scaleY(1); }

@media screen and (max-width: 1680px) {
  .credit-values .loan-wrap, .credit-values .term-wrap {
    width: 70%; } }

@media screen and (max-width: 1645px) {
  .credit-values #get-loan-form .headline .counters span {
    display: block;
    float: none; }
    .credit-values #get-loan-form .headline .counters span:nth-child(2), .credit-values #get-loan-form .headline .counters span:nth-child(3) {
      padding-left: 0; } }

@media screen and (max-width: 1410px) {
  .credit-values .term-info .radiogroup .form-group {
    width: calc(33.3% - 10px);
    margin-right: 15px; } }

@media screen and (max-width: 1366px) {
  #office .letter-filter ul li {
    margin-left: 20px; } }

@media screen and (max-width: 1364px) {
  #faq .aside img {
    display: none; }
  #faq .content {
    width: 100%; } }

@media screen and (max-width: 1350px) {
  header .tel {
    padding: 25px 15px 0; } }

@media screen and (max-width: 1280px) {
  .banners ul li h1 {
    font-size: 25px; }
  .banners ul li .white {
    min-height: 500px;
    height: auto; }
  .banners ul li .sub-header {
    margin-bottom: 20px; }
  .credit-values #get-loan-form .headline em {
    display: none; }
  #office .letter-filter ul li {
    margin-left: 19px; }
  .credit-values .term-info .radiogroup .form-group label {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 16px; }
  .credit-values .calculating .row .txt {
    font-size: 12px; }
  .credit-values .calculating .row .digits {
    font-size: 22px; } }

@media screen and (max-width: 1279px) {
  header .tel {
    display: none; }
  header .menu .has-dropdown .dropdown .img-banner {
    display: none; } }

@media screen and (max-width: 1240px) {
  #main .slider-wrap .slides > li .txt-content {
    width: 80%; }
    #main .slider-wrap .slides > li .txt-content ul li {
      margin-right: 13px; }
  .how-get-loan .box {
    max-width: 960px; }
  .how-get-loan ul li {
    width: 210px;
    margin-right: 26px; }
    .how-get-loan ul li span:after {
      right: -80px;
      width: 80px;
      background-position: -94px -103px; }
  .closest-office .search-side button {
    margin-bottom: 35px; }
  #contacts .search-side button {
    margin-bottom: 35px; }
  #office .letter-filter ul li {
    margin-left: 17px; } }

@media screen and (max-width: 1220px) {
  .credit-values #get-loan-form .inputs-wrap .reduce {
    margin-top: -12px; }
  .credit-values .calculating .row .txt {
    font-size: 11px; }
  .credit-values .calculating .row .digits {
    font-size: 21px; } }

@media screen and (max-width: 1180px) {
  .credit-values .loan-wrap, .credit-values .term-wrap {
    width: 60%; }
  #main .slider-wrap .slides > li .txt-content {
    width: 530px; }
    #main .slider-wrap .slides > li .txt-content ul li {
      margin-right: 3px; }
  .closest-office .search-side button {
    padding: 0 40px; }
  #contacts .search-side button {
    padding: 0 40px; }
  .banners ul li h1 {
    font-size: 20px; }
  footer .soc-info {
    padding: 0 20px 0 20px; }
    footer .soc-info .powered-by {
      border-left: none;
      padding-left: 16px; }
      footer .soc-info .powered-by span {
        display: none; }
  .credit-values #stuff .icon3 {
    display: none; }
  .last-news ul li {
    width: 33.33%; }
  .reviews-page ul li {
    width: 33.33%; }
  #office .letter-filter ul li {
    margin-left: 11px; } }

@media screen and (min-width: 1057px) {
  .mob {
    display: none; } }

@media screen and (max-width: 1056px) {
  header .mobpopup .has-dropdown .dropdown .contacts {
    border: 0; }
  .credit-values #get-loan-form .headline {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px; }
    .credit-values #get-loan-form .headline .counters span {
      display: inline-block;
      float: left; }
      .credit-values #get-loan-form .headline .counters span:nth-child(2), .credit-values #get-loan-form .headline .counters span:nth-child(3) {
        padding-left: 5px; }
  header .menu .has-dropdown .dropdown .nav_rate {
    display: none; }
  .callback-ringo {
    top: 90%;
    left: 20px;
    right: initial;
    font-size: 12px;
    width: 185px;
    border-radius: 8px; }
  #city-office .address-wrap {
    margin-bottom: 50px; }
    #city-office .address-wrap ul {
      min-height: 0; }
  .toggle-menu.mob {
    display: block !important; }
  .dt {
    display: none !important; }
  #bread {
    padding: 0 10px; }
  #application.active {
    height: 100vh;
	overflow-y: scroll; }
  header {
    padding: 0;
    padding-left: 20px; }
    header .mobpopup {
      position: absolute;
      height: 100vh;
      overflow-x: hidden;
      right: -100%;
      top: 80px;
      width: 260px;
      padding-top: 15px;
      margin: 0;
      z-index: 120;
      background-color: #f2f2f2;
      transition: all .3s; }
      header .mobpopup.active {
        top: 80px;
        right: 0;
        height: calc(100vh - 80px); }
      header .mobpopup > li {
        display: block;
        line-height: 40px;
        padding: 0 20px;
        transition: all .3s; }
        header .mobpopup > li:hover {
          background-color: transparent; }
          header .mobpopup > li:hover a {
            color: #2B2F3E; }
        header .mobpopup > li:first-child i {
          float: right;
          margin-top: 15px;
          background-image: url("../img/ui/sprite.png");
          background-position: -287px -187px;
          width: 6px;
          height: 10px; }
        header .mobpopup > li:first-child:hover i {
          background-image: url("../img/ui/sprite.png");
          background-position: -287px -187px;
          width: 6px;
          height: 10px; }
        header .mobpopup > li i {
          float: right;
          margin-top: 15px;
          background-image: url("../img/ui/sprite.png");
          background-position: -287px -187px;
          width: 6px;
          height: 10px; }
        header .mobpopup > li > a {
          border-bottom: 1px dashed #dbdbdb;
          font-size: 12px;
          padding: 0;
          transition: all .3s; }
          header .mobpopup > li > a:hover {
            background-color: transparent; }
          header .mobpopup > li > a.mob {
            display: block; }
        header .mobpopup > li.mob {
          display: block; }
        header .mobpopup > li#lang-mob .lang-list {
          font-size: 12px;
          position: absolute;
          width: 100%;
          z-index: 100;
          height: 100%;
          top: 0;
          padding-top: 20px;
          background-color: #EDF4F8;
          right: -300px;
          transition: all .3s; }
          header .mobpopup > li#lang-mob .lang-list.active {
            right: 0; }
          header .mobpopup > li#lang-mob .lang-list li {
            padding: 0 20px; }
            header .mobpopup > li#lang-mob .lang-list li.back a {
              padding-left: 15px;
              color: #ffd402;
              transition: color 0.2s ease; }
              header .mobpopup > li#lang-mob .lang-list li.back a:hover {
                color: #000; }
            header .mobpopup > li#lang-mob .lang-list li.back i {
              float: left;
              margin-left: 0;
              background-image: url("../img/ui/sprite.png");
              background-position: -279px -187px;
              width: 6px;
              height: 10px; }
            header .mobpopup > li#lang-mob .lang-list li a {
              border-bottom: 1px dashed #dbdbdb;
              display: block; }
          header .mobpopup > li#lang-mob .lang-list a {
            color: #2B2F3E;
            transition: color 0.2s ease; }
            header .mobpopup > li#lang-mob .lang-list a:hover {
              color: #ffd402; }
        header .mobpopup > li#lang-mob a span {
          font-size: 12px;
          color: #ffd402;
          text-transform: none; }
      header .mobpopup .has-dropdown:hover {
        background-color: transparent; }
        header .mobpopup .has-dropdown:hover a {
          color: #2B2F3E; }
      header .mobpopup .has-dropdown.active {
        background-color: transparent; }
        header .mobpopup .has-dropdown.active a {
          color: #2B2F3E; }
          header .mobpopup .has-dropdown.active a i {
            background-position: -287px -187px; }
      header .mobpopup .has-dropdown .dropdown {
        position: static;
        display: block;
        padding: 0; }
        header .mobpopup .has-dropdown .dropdown .lists-wrap {
          padding: 0;
          width: 100%; }
        header .mobpopup .has-dropdown .dropdown .links {
          position: absolute;
          top: 0;
          right: -300px;
          width: 260px;
          height: 100%;
          z-index: 100;
          padding: 15px 20px 0;
          border-right: none;
          background-color: #f2f2f2;
          transition: all .3s; }
          header .mobpopup .has-dropdown .dropdown .links.active {
            right: 0; }
          header .mobpopup .has-dropdown .dropdown .links li {
            margin: 0;
            border-bottom: 1px dashed #dbdbdb; }
            header .mobpopup .has-dropdown .dropdown .links li:first-child a {
              padding-left: 15px;
              color: #ffd402;
              transition: color 0.2s ease; }
              header .mobpopup .has-dropdown .dropdown .links li:first-child a:hover {
                color: #000; }
            header .mobpopup .has-dropdown .dropdown .links li:first-child i {
              float: left;
              margin-left: 0;
              background-image: url("../img/ui/sprite.png");
              background-position: -279px -187px;
              width: 6px;
              height: 10px; }
            header .mobpopup .has-dropdown .dropdown .links li a {
              font-weight: 500;
              display: block;
              line-height: 40px; }
        header .mobpopup .has-dropdown .dropdown .contacts {
          position: absolute;
          left: 0;
          bottom: 100px;
          width: 260px;
          padding: 30px 20px 0;
          z-index: 99;
          border-top: 1px solid #dbdbdb; }
    header .menu .has-dropdown.active .dropdown .nav_rate {
      display: none; }
    header #take-credit {
      padding: 22px;
      line-height: 18px;
      margin-right: -10px; }
  .credit-values {
    float: none;
    width: 100%;
    height: auto;
    padding: 0; }
    .credit-values #personal-data {
      height: auto;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      padding: 30px 20px 0 20px; }
    .credit-values #personal-data.active {
      min-height: 650px; }
    .credit-values input {
      width: 77px;
      font-size: 14px; }
    .credit-values .term-info {
      margin-bottom: 29px;
      padding-bottom: 59px; }
    .credit-values .loan-wrap, .credit-values .term-wrap {
      width: calc(100% - 90px); }
      .credit-values .loan-wrap p, .credit-values .term-wrap p {
        font-size: 12px; }
    .credit-values .checkbox {
      margin-bottom: 18px; }
      .credit-values .checkbox span {
        font-size: 12px;
        padding-top: 3px; }
    .credit-values .calculating {
      padding: 0;
      margin-bottom: 29px; }
      .credit-values .calculating .row:last-child {
        border-bottom: none; }
      .credit-values .calculating .row .txt {
        font-size: 12px; }
      .credit-values .calculating .row .digits {
        font-size: 18px; }
    .credit-values #stuff {
      display: none; }
    .credit-values #get-loan-form {
      overflow: auto;
      height: auto;
      -webkit-overflow-scrolling: touch; }
      .credit-values #get-loan-form .inputs-wrap {
        padding: 0px 10px 60px 10px; }
        .credit-values #get-loan-form .inputs-wrap .reduce {
          margin-top: 0; }
        .credit-values #get-loan-form .inputs-wrap .checkbox {
          padding-top: 0;
          margin-bottom: 18px; }
        .credit-values #get-loan-form .inputs-wrap input {
          font-size: 11px; }
    .credit-values #thx {
      padding: 130px 10px 0 10px; }
    .credit-values #sms-verf {
      padding: 65px 10px 0 10px; }
    .credit-values #sms-verf p, .credit-values #thx p {
      max-width: 395px;
      margin: 0 auto 30px; }
    .credit-values #sms-verf label, .credit-values #thx label {
      max-width: 395px;
      margin: 0 auto 7px; }
    .credit-values #sms-verf .form-group, .credit-values #thx .form-group {
      max-width: 395px;
      margin: 0 auto 35px; }
  .closest-office .search-side {
    float: none;
    width: 100%;
    padding: 34px 20px 30px 20px; }
    .closest-office .search-side .medium-heading {
      font-size: 18px;
      text-align: center;
      margin-bottom: 20px; }
    .closest-office .search-side label {
      text-align: center; }
    .closest-office .search-side input {
      margin-bottom: 30px; }
    .closest-office .search-side .sepr {
      margin-bottom: 30px; }
    .closest-office .search-side button {
      margin-bottom: 30px; }
  .closest-office .map-side {
    width: 100%;
    height: 400px; }
    .closest-office .map-side #map {
      max-height: 400px; }
  #contacts, .closest-office .search-side button {
    padding: 0 30px; }
  .reviews ul {
    padding: 25px 0 25px; }
    .reviews ul li {
      width: 100%;
      max-width: 100%;
      padding: 5px 10px 5px 10px; }
      .reviews ul li .white .content {
        padding: 30px 20px 30px; }
      .reviews ul li h1 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 26px; }
      .reviews ul li:first-child .write-review {
        margin-bottom: 26px; }
      .reviews ul li:nth-of-type(1n+3) {
        display: none; }
  .news {
    padding-top: 30px; }
    .news .main-heading {
      font-size: 18px;
      font-weight: 600;
      padding-left: 10px;
      text-transform: uppercase;
      margin-bottom: 6px; }
    .news ul {
      padding: 0;
      margin-bottom: 25px; }
      .news ul li {
        width: 100%;
        padding: 5px 10px 5px 10px;
        min-height: 1px;
        max-width: none; }
        .news ul li p {
          display: none; }
        .news ul li .white .content, .news ul li .white.with-img .content {
          padding: 30px 20px; }
          .news ul li .white .content h1, .news ul li .white.with-img .content h1 {
            padding-top: 0;
            margin-bottom: 30px; }
          .news ul li .white .content a, .news ul li .white.with-img .content a {
            margin-bottom: 0;
            margin-left: 0; }
        .news ul li .white {
          min-height: auto; }
        .news ul li span {
          margin-bottom: 0; }
  #main .credit-values {
    min-height: auto; }
    #main .credit-values .term-info {
      margin-bottom: 0; }
  .last-news {
    padding-top: 90px; }
    .last-news .container {
      padding: 0; }
      .last-news .container .section-heading {
        font-size: 18px;
        font-weight: 600;
        padding-left: 10px;
        text-transform: uppercase;
        margin-bottom: 6px; }
    .last-news ul {
      padding: 0;
      margin-bottom: 25px; }
      .last-news ul li {
        width: 100%;
        padding: 5px 10px 5px 10px;
        min-height: auto; }
        .last-news ul li p {
          margin-top: 10px; }
        .last-news ul li .white {
          width: 100%; }
        .last-news ul li .white .content, .last-news ul li .white.with-img .content {
          padding: 30px 20px; }
        .last-news ul li span {
          margin-bottom: 0; }
  #news-article .container {
    position: static;
    width: 100%;
    padding: 0 10px; }
  #news-article .headline p {
    position: relative;
    z-index: 1;
    font-size: 14px; }
  #news-article .headline h1 {
    position: relative;
    z-index: 1;
    font-size: 18px; }
  #news-article .headline a {
    position: relative;
    z-index: 1; }
  #news-article .news-content {
    position: relative;
    padding: 90px 0 0; }
    #news-article .news-content .share-soc {
      left: 50%;
      margin-left: -140px;
      top: 10px;
      width: 280px; }
      #news-article .news-content .share-soc li {
        padding: 0;
        margin: 0;
        float: left; }
        #news-article .news-content .share-soc li a {
          padding-right: 14px;
          height: 50px;
          width: 70px;
          line-height: 50px;
          text-align: right; }
          #news-article .news-content .share-soc li a:after {
            left: 20px; }
    #news-article .news-content img {
      min-height: 200px;
      height: auto;
      object-fit: cover; }
  #news-article .to-newslist {
    margin-bottom: 30px; }
  .reviews-page {
    padding-top: 98px; }
    .reviews-page .container {
      padding: 0 10px; }
      .reviews-page .container .section-heading {
        font-size: 18px;
        line-height: 18px;
        padding-left: 0; }
      .reviews-page .container .sub-header {
        padding-left: 0; }
      .reviews-page .container h4,.reviews-page .container .sub-header-hint {
        font-size: 14px;
        margin-bottom: 30px;
        padding-left: 0; }
      .reviews-page .container .write-review {
        position: static; }
    .reviews-page .review-one_review {
      width: 100%;
      height: auto;
      max-width: 500px;
      margin: 0 20px;
      padding: 71px 30px 41px 30px; }
    .reviews-page ul {
      margin-bottom: 26px; }
      .reviews-page ul li {
        width: 100%;
        padding: 5px 0;
        min-height: auto; }
        .reviews-page ul li .white .content {
          padding: 30px 20px 30px; }
        .reviews-page ul li .white {
          min-height: auto; }
        .reviews-page ul li p {
          -webkit-line-clamp: 5; }
    .reviews-page button {
      margin-bottom: 30px; }
  #faq {
    min-height: 70vh;
    padding: 86px 0px 30px; }
    #faq .content {
      width: 100%;
      padding: 30px 10px 0;
      margin-bottom: 0; }
    #faq .aside {
      padding: 0; }
      #faq .aside h1 {
        font-size: 18px;
        padding: 0 0 0 10px;
        margin-bottom: 0; }
    #faq .container .main-heading {
      font-size: 15px;
      margin-bottom: 20px; }
    #faq .faq-list {
      margin-bottom: 30px; }
    #faq .quastion .header {
      padding: 15px 30px 15px 0;
      font-size: 14px;
      line-height: normal; }
      #faq .quastion .header:hover i:after {
        background-image: url("../img/ui/sprite.png");
        background-position: -280px -91px;
        width: 10px;
        height: 6px;
        margin-left: -5px;
        margin-top: -3px; }
      #faq .quastion .header i {
        width: 30px;
        height: 30px;
        margin-top: -15px; }
        #faq .quastion .header i:after {
          background-image: url("../img/ui/sprite.png");
          background-position: -228px -142px;
          width: 10px;
          height: 6px;
          margin-left: -5px;
          margin-top: -3px; }
        #faq .quastion .header i.open:after {
          background-image: url("../img/ui/sprite.png");
          background-position: -252px -142px;
          width: 10px;
          height: 6px;
          margin-left: -5px;
          margin-top: -3px; }
    #faq .quastion .answer-wrap .answer ul li, #faq .quastion .answer-wrap .answer p {
      font-size: 12px; }
    #faq .quastion .answer-wrap .answer ul li:before {
      top: 6px;
      width: 6px;
      height: 6px; }
  #office {
    padding: 97px 10px 0; }
    #office h1 {
      font-size: 22px; }
    #office .office-lists {
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2;
      padding-top: 30px;
      border-top: 1px solid #dbdbdb; }
      #office .office-lists p a {
        font-size: 16px; }
  #contacts .search-side .detail-office .more-info {
    float: none;
    display: block;
    text-align: right; }
  #contacts {
    padding: 0;
    height: auto; }
    #contacts .search-side {
      top: 0;
      float: none;
      width: 100%;
      height: auto;
      margin-top: 80px;
      padding: 57px 30px 60px 30px; }
      #contacts .search-side .wrap-box {
        padding-top: 30px; }
      #contacts .search-side .sepr {
        margin-bottom: 30px; }
      #contacts .search-side label {
        text-align: center; }
      #contacts .search-side .medium-heading {
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px; }
      #contacts .search-side input {
        margin-bottom: 30px; }
      #contacts .search-side .detail-office {
        height: auto;
        padding: 37px 30px 15px 30px;
        top: 0px; }
        #contacts .search-side .detail-office:after {
          top: 387px; }
        #contacts .search-side .detail-office h1 {
          margin-bottom: 21px;
          font-size: 27px; }
        #contacts .search-side .detail-office .landmark {
          margin-bottom: 34px; }
    #contacts .map-side {
      width: 100%;
      float: none; }
  #chosen-office .headline {
    padding: 30px 10px 30px 10px; }
    #chosen-office .headline h1 {
      font-size: 18px; }
    #chosen-office .headline h4 {
      font-size: 14px; }
    #chosen-office .headline a {
      max-width: 300px;
      margin: 0 auto 37px; }
    #chosen-office .headline ul li {
      margin-right: 25px; }
      #chosen-office .headline ul li p {
        font-size: 13px; }
  #chosen-office .container {
    padding: 0 10px; }
    #chosen-office .container h4 {
      margin-top: 10px; }
  #chosen-office .credit-values {
    padding: 0;
    height: auto; }
    #chosen-office .credit-values #personal-data {
      padding: 30px 20px 20px 20px; }
  #chosen-office .map-side {
    width: 100%;
    height: 400px; }
    #chosen-office .map-side #map {
      height: 100%; }
  #static-txt .container {
    width: 100%;
    padding: 0 10px; }
  #static-txt .headline .container {
    padding: 0; }
  #static-txt .headline h1 {
    padding-left: 10px;
    font-size: 24px;
    line-height: 35px; }
  #static-txt .headline img {
    margin-bottom: 30px; }
  #static-txt .txt-content #go-up {
    left: auto;
    right: 30px;
    margin-left: 0;
    bottom: calc(50vh - 60px); }
  #static-txt .txt-content img {
    margin: 0; }
  #city-office .headline {
    padding: 30px 10px 0 10px;
    margin-bottom: 30px; }
    #city-office .headline h1 {
      font-size: 18px;
      margin-bottom: 20px; }
    #city-office .headline h4 {
      font-size: 14px; }
    #city-office .headline a {
      max-width: 300px; }
  #city-office .addresses-lists {
    padding: 30px 10px 0 10px;
    column-count: 2; }
  #city-office #map {
    height: 300px; }
  #page-404 {
    flex-direction: column; }
    #page-404 img {
      display: none; }
    #page-404 .content {
      order: 0;
      align-items: center;
      margin-bottom: 40px; }
  .banner {
    height: 300px;
    background-color: #f2f2f2;
    background-size: cover; }
    .banner h1 {
      font-size: 18px; }
    .banner h2 {
      font-size: 14px;
      line-height: 18px; }
    .banner .button-wrap {
      width: 100%;
      position: relative;
      padding-top: 60px; }
      .banner .button-wrap a {
        display: block;
        margin: 0 auto; }
      .banner .button-wrap a:last-child {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -150px; }
  .links-content {
    padding: 30px 10px; }
  footer .seo-txt {
    padding: 30px 10px; }
  footer #bread {
    line-height: 20px;
    padding: 5px 10px; }
    footer #bread li {
      font-size: 8px; }
  footer .soc-info .content-list {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: none; }
    footer .soc-info .content-list.clearfix {
      padding-bottom: 51px; }
    footer .soc-info .content-list > li {
      float: none;
      display: block;
      text-align: center;
      border-top: 1px solid #dbdbdb; }
      footer .soc-info .content-list > li:first-child {
        position: absolute;
        bottom: 0;
        width: 100%; }
        footer .soc-info .content-list > li:first-child p {
          padding: 0;
          border: none; }
      footer .soc-info .content-list > li:nth-child(3) b {
        border-right: none; }
      footer .soc-info .content-list > li:nth-child(2) {
        border-top: none; }
      footer .soc-info .content-list > li:nth-child(2) p b {
        border: none; }
      footer .soc-info .content-list > li .soc-networks {
        width: 190px;
        margin: 0 auto;
        padding: 10px 0; }
  .vacancies-header_top p {
    padding: 0 60px;
    box-sizing: border-box; }
  .vacancies-header_bottom {
    height: auto; }
    .vacancies-header_bottom-cont {
      flex-wrap: wrap;
      height: auto;
      justify-content: center;
      box-sizing: border-box;
      padding: 20px 0; }
      .vacancies-header_bottom-cont li {
        width: 50%;
        height: auto;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 0;
        box-sizing: border-box; }
  .vacancies-main-header {
    padding: 0 20px;
    box-sizing: border-box; }
  #write-to-us {
    height: 100%; }
    #write-to-us .container {
      width: 100%;
      height: 100%;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      padding: 30px 10px 70px 10px; }
    #write-to-us .close {
      top: 20px;
      right: 10px; }
    #write-to-us h1 {
      font-size: 18px; }
    #write-to-us .h4 {
      font-size: 14px;
      padding-right: 36px; }
    #write-to-us .form-group {
      width: 100%;
      margin-left: 0; }
    #write-to-us .btn {
      width: calc(50% - 10px); }
      #write-to-us .btn.cls {
        float: right;
        margin: 0; }
  #leav-comment {
    padding: 30px 10px;
    height: 100%; }
    #leav-comment .container {
      width: 100%;
      height: 100%;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 70px; }
    #leav-comment .close {
      top: 20px;
      right: 10px; }
    #leav-comment h1 {
      font-size: 18px; }
    #leav-comment h4 {
      font-size: 14px;
      padding-right: 36px; }
    #leav-comment .line .form-group {
      width: 100%;
      margin-right: 0; }
      #leav-comment .line .form-group:nth-child(3n) {
        width: 100%; }
    #leav-comment .form-group {
      width: 100%;
      margin-right: 0; }
    #leav-comment .btn {
      width: 140px; }
      #leav-comment .btn.cls {
        float: right;
        margin: 0; }
  #read-comment {
    height: 70%;
    margin-top: 0;
    margin-left: -45%;
    width: 90%;
    left: 50%;
    padding: 60px 10px 20px; }
    #read-comment .content {
      height: 100%;
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
    #read-comment.active {
      top: 20%; }
  #thx-comment {
    padding-top: 200px; }
    #thx-comment .close {
      top: 30px;
      right: 10px; }
    #thx-comment .container {
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
    #thx-comment .medium-heading {
      font-size: 18px; }
  #reg-conditions {
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    left: 0;
    top: -3600px; }
    #reg-conditions.popup.active {
      top: 80px; }
    #reg-conditions .container {
      -webkit-overflow-scrolling: touch; } }

button.take-credit {
	display: block;
	width: 100%;
	max-width: 320px;
	height: 50px;
	margin: 20px auto;
	border-radius: 50px;
	border: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	color: #231f20;
	text-align: center;
	line-height: 50px;
	background-color: #ffd402;
}

@media screen and (max-width: 870px) {
  .vacancies-main-form-face_input span {
    max-width: 221px; }
  .vacancies-header_top h1 {
    font-size: 28px; }
  .vacancies-header_top p {
    font-size: 13px; }
  .vacancies-header_bottom-item_text {
    font-size: 15px; }
  .vacancies-main-header h1 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .vacancies-main-list-item {
    width: 50%; }
  .vacancies-main-form {
    padding: 0 20px;
    box-sizing: border-box; }
    .vacancies-main-form-cont h3 {
      margin-bottom: 20px;
      font-size: 24px; }
    .vacancies-main-form-cont p {
      margin-bottom: 30px;
      font-size: 13px; } }

@media screen and (max-width: 767px) {
  #static-txt .txt-content .a-btn {
    margin-right: 0; }
    #static-txt .txt-content .a-btn img {
      display: none; }
  #static-txt p .a-btn {
    width: 100%; }
  .a-btn {
    padding: 5px 26px;
    text-align: center; }
    .a-btn .a-btn-text {
      padding: 0;
      width: 100%; }
      .a-btn .a-btn-text br {
        display: none; }
  #contacts .search-side {
    padding: 30px 10px; } }

@media screen and (max-width: 755px) {
  #chosen-office .headline ul li {
    display: block; }
  #page-404 .logo {
    width: 150px;
    height: 60px;
    background-size: contain; }
  #page-404 .main-heading {
    font-size: 80px; }
  #page-404 .medium-heading {
    font-size: 19px; }
  #page-404 p {
    font-size: 12px;
    text-align: center; }
  .reviews-page .reviews-form {
    align-items: flex-start;
    height: 100vh;
    top: 0;
    overflow-y: auto;
    box-sizing: border-box; }
    .reviews-page .reviews-form .error {
      width: 100%; }
    .reviews-page .reviews-form-cont {
      margin: 45px 20px; }
    .reviews-page .reviews-form-row {
      flex-direction: column;
      margin-top: 0; }
      .reviews-page .reviews-form-row-item {
        flex: auto;
        min-height: 50px;
        margin-right: 0;
        margin-top: 30px; }
        .reviews-page .reviews-form-row-item input {
          min-height: 50px; }
        .reviews-page .reviews-form-row-item:last-child {
          flex: auto; }
    .reviews-page .reviews-form-close_btn {
      top: 36px; } }

@media screen and (max-width: 730px) {
  .vacancies-main-header h1 {
    font-size: 20px; }
  .vacancies-main-header-filter {
    width: auto;
    justify-content: flex-end; }
  .vacancies-main-header .select {
    margin-left: 20px;
    width: 150px; } }

@media screen and (max-width: 650px) {
  .wrap_mW {
    width: 100px !important; }
  .credit-values #get-loan-form .row {
    margin-bottom: 30px; }
  .credit-values #get-loan-form .headline .counters span {
    display: block;
    float: none; }
    .credit-values #get-loan-form .headline .counters span:nth-child(2), .credit-values #get-loan-form .headline .counters span:nth-child(3) {
      padding-left: 0; }
  .vacancies-main-form-face_input span {
    max-width: 165px; }
  .wrap_mW {
    transform: scale(0.6) !important;
    left: -18px !important; }
  header .mobpopup .has-dropdown .dropdown .contacts {
    bottom: 75px; }
  header #take-credit {
    padding: 22px 15px; }
  .callback-ringo {
    right: 0;
    left: initial;
    border-radius: 8px 0 0 8px;
	}
	.callback-ringo {
		width: 65px;
		height: 65px;
		left: 20px;
		right: initial;
		top: initial;
		bottom: 20px;
		border-radius: 50%;
	}
	.callback-ringo-ico {
		width: 25px;
		height: 20px;
		margin: 0 auto;
		display: block;
	}
	.callback-ringo-txt {
		display: none;
	}
  .mob {
    display: block; }
  #office h1 {
    font-size: 18px;
    text-align: center; }
  #office .mob {
    display: none; }
  #office .office-lists {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .credit-values #get-loan-form .inputs-wrap {
    padding: 0px 10px 41px 10px; }
  #city-office .addresses-lists {
    display: flex;
    flex-direction: column;
    align-items: center;
    column-count: 1; }
  #city-office .headline h1, #city-office .headline h4 {
    text-align: center; }
  .vacancies-main-header h1 {
    font-size: 20px;
    line-height: 30px; }
  header .mobpopup {
    height: calc(100vh - 60px);
    overflow-y: scroll; } }

@media screen and (max-width: 540px) {
  .vacancies-header_top p {
    padding: 0 20px; }
  .vacancies-header_bottom-cont {
    padding: 0 20px; }
    .vacancies-header_bottom-cont li {
      width: 100%; }
  .vacancies-header_bottom-item_text {
    width: 230px; }
  .vacancies-main-header {
    flex-direction: column;
    align-items: flex-start; }
    .vacancies-main-header-filter {
      margin-bottom: 10px; }
      .vacancies-main-header-filter label {
        text-transform: capitalize; }
    .vacancies-main-header .select {
      height: 40px;
      font-size: 13px; }
      .vacancies-main-header .select-styled::after {
        top: 10px; }
  .vacancies-main-list-item {
    width: 100%; }
    .vacancies-main-list-item h1 {
      margin-left: 20px; }
    .vacancies-main-list-item-btn {
      margin-left: 20px; }
  .vacancies-main-desc_btn {
    width: 240px; }
  .vacancies-main-form-cont p {
    margin-bottom: 0; }
  .vacancies-main-form-item {
    width: 100%;
    flex: auto;
    margin-right: 0;
    margin-top: 20px; }
    .vacancies-main-form-item textarea {
      height: 150px; }
  .credit-values .term-info .radiogroup .form-group {
    width: 100%;
    margin-top: 20px; }
    .credit-values .term-info .radiogroup .form-group:first-child {
      margin-top: 0; } }

@media screen and (max-width: 450px) {
  header .mobpopup .has-dropdown .dropdown .contacts {
    bottom: 75px; }
  .a-btn img {
    top: 20px; }
  .a-btn .a-btn-text {
    font-size: 14px; }
  #office h1 {
    font-size: 18px;
    text-align: left; }
  #office .mob {
    display: block; }
  #office .office-lists {
    align-items: flex-start; }
  .credit-values #get-loan-form .inputs-wrap {
    padding: 0px 10px 31px 10px; }
  #chosen-office .map-side #show-direction {
    left: 14px; }
  #city-office .headline h1, #city-office .headline h4 {
    text-align: left; }
  #city-office .addresses-lists {
    align-items: flex-start; }
  .reviews-page .review-one_review {
    padding: 35px 30px 25px 30px; }
  .reviews-page .review-one_review-close_btn {
    top: 50px;
    right: 15px; }
  .reviews-page .reviews-form-close_btn {
    right: 15px; } }

@media screen and (max-width: 376px) {
  .credit-values .term-info {
    padding-bottom: 25px; }
  .credit-values #get-loan-form .inputs-wrap .reduce {
    margin-top: -12px; }
  #news-article .news-content #go-up {
    right: 15px; } }

@media screen and (max-width: 325px) {
  .credit-values #get-loan-form .headline p {
    text-align: left;
    padding-left: 10px; }
    .credit-values #get-loan-form .headline p .change {
      margin-left: 0; } }

@media screen and (max-height: 760px) {
  #contacts .search-side .detail-office .landmark {
    display: none; } }

@media screen and (max-height: 460px) {
  header .mobpopup .has-dropdown .dropdown .contacts {
    display: none; } }

@media screen and (max-height: 350px) {
  #page-404 .logo {
    margin-bottom: 30px;
    display: none; }
  #page-404 .main-heading {
    margin-top: 20px; }
  #page-404 .medium-heading {
    margin-bottom: 20px; } }

@media all and (max-width: 1530px) {
  header .menu .has-dropdown .dropdown .links {
    padding-right: 30px; }
  header .menu .has-dropdown .dropdown .contacts {
    padding-left: 30px;
    padding-right: 30px; }
  header .menu .has-dropdown .dropdown .nav_rate {
    padding-left: 30px; } }

@media (min-height: 1024px) and (max-height: 650px) {
  .reviews-page .reviews-form-active {
    top: 0; } }
