html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
abbr,
acronym,
blockquote,
q,
cite,
ins,
del,
dfn,
a,
div,
span,
pre,
hr,
address,
br,
b,
i,
sub,
big,
small,
tt,
table,
tr,
caption,
thead,
tbody,
tfoot,
col,
colgroup,
form,
input,
label,
textarea,
button,
fieldset,
legend,
select,
option,
ul,
ol,
li,
dl,
dt,
dd,
code,
var,
samp,
img,
object,
param,
map,
area {
  padding: 0;
  margin: 0;
  border: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
section,
aside,
figure,
figcaption,
input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.t-rate__table{width: 100%;}
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
button {
  border: 0;
}
:focus {
  outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none;
}
input::-ms-clear {
  width: 0;
  height: 0;
}
textarea {
  resize: none;
}
::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}
::-ms-reveal {
  width: 0;
  height: 0;
  display: none;
}
a {
  text-decoration: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.owl-item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 6px;
  width: 2px;
  height: 100%;
  background: #f00;
  -webkit-transform: scaleY(0.96);
  -ms-transform: scaleY(0.96);
  transform: scaleY(0.96);
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #dcdcdc;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #dde;
  position: relative;
}
.jspDrag {
  background: #85a5ba;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 8px;
}
.jspHorizontalBar .jspArrow {
  width: 8px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
* html .jspCorner {
  margin: 0 -3px 0 0;
}
.ibSBox-wrap {
  position: relative;
}
.ibSBox-selected {
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #dcdcdc;
  border-radius: 2px;
  color: #46576e;
  cursor: pointer;
  line-height: 30px;
  padding: 0 19px 0 9px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  background: #fff;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.ibSBox-selected:before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0), #fff 40%, #fff 100%);
  background: linear-gradient(to right, rgba(255,255,255,0), #fff 40%, #fff 100%);
  width: 40px;
  top: 0;
  right: 0;
}
.ibSBox-selected:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 6px;
  right: 10px;
  border-top: 6px solid #46576e;
  border-left: 5px solid rgba(255,255,255,0);
  border-right: 5px solid rgba(255,255,255,0);
}
.ibSBox-selected._open {
  border-color: #85a5ba;
}
.ibSBox-ul {
  display: none;
  z-index: 3;
  border-radius: 0 0 2px 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 36px;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);
}
.ibSBox-li {
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  color: #46576e;
  padding: 5px 5px 5px 9px;
  line-height: 18px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.ibSBox-li:hover {
  color: #da3635;
}
.f-credit__person-info._repayment .ibSBox-selected {
  border-color: #ebebeb;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
/* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
img {
  display: block;
}
button {
  background: transparent;
  font-family: 'Open Sans', sans-serif;
}
input,
textarea {
  font-family: 'Open Sans', sans-serif;
}
html,
body {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p a {
  color: #ff8809;
  border-bottom: 1px solid #f8cfcf;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
p a:hover {
  color: #ffbc09;
}
.b-wrapper {
  min-width: 1240px;
  overflow: hidden;
}
.b-wrapper._pt {
  padding-top: 70px;
}
.container-fluid {
  width: 100%;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1240px;
  min-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.s-footer {
  min-width: 1240px;
}
/*p -- page
  s -- section
  b -- block
  m -- menu
  f -- form
  l -- list
  i -- img links, logos
  t -- tables
  btn -- buttons
  msg -- message - not content

  validation
  _error*
  _success*
  */
.btn-a {
  display: inline-block;
  vertical-align: middle;
  background: #b41d1c;
  line-height: 36px;
  padding: 0 23px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.btn-a:hover {
  background: #da3635;
}
.btn-a._xl {
  line-height: 56px;
  padding: 0 35px;
  font-size: 20px;
  font-weight: 700;
}
/***b-popup***/
.b-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(0,0,0,0.8);
  bottom: 0;
  z-index: 5;
  font-size: 0;
  text-align: center;
}
.b-popup:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.b-popup .f-credit__label {
  line-height: 22px;
  display: block;
  margin-bottom: 33px;
  color: #46576e;
  font-size: 26px;
}
.b-popup .dayP-ibsb-wrap {
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 65px;
}
.b-popup .monthP-ibsb-wrap {
  margin-left: 13px;
  display: inline-block;
  vertical-align: middle;
  width: 130px;
}
.i-close {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 26px;
  top: 26px;
  cursor: pointer;
  z-index: 1;
}
.i-close__svg {
  width: 33px;
  height: 33px;
  fill: #7c7c7c;
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.i-close:hover .i-close__svg {
  fill: #c9c9c9;
}
.f-popup {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 600px;
  padding: 81px 58px;
  background: #fff;
  box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);
  display: inline-block;
  vertical-align: middle;
}
.f-popup__row {
  position: relative;
  margin-bottom: 10px;
}
.f-popup__row._birthday-row {
  margin-bottom: 43px;
}
.f-popup__row._birthday-row._error {
  margin-bottom: 22px;
}
.f-popup__row._submit-row {
  padding-top: 12px;
}
.f-popup__label {
  display: block;
  margin-bottom: 25px;
  color: #46576e;
  font-size: 26px;
}
.f-popup__field {
  display: block;
  width: 100%;
  border: 2px solid #dcdcdc;
  border-radius: 2px;
  height: 64px;
  padding: 0 21px;
  font-size: 26px;
  color: #000;
  margin-bottom: 32px;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.f-popup__area{
  padding-top: 5px;
  display: block;
  width: 100%;
  border: 2px solid #dcdcdc;
  border-radius: 2px;
  padding: 0 21px;
  font-size: 18px;
  color: #000;
  margin-bottom: 32px;
  resize:auto;
}
.f-popup__field:focus {
  border-color: #8591a0;
}
.f-popup__field._error {
  border-color: #f08080;
}
.f-popup__field._error + ._error-msg {
  display: block;
}
.f-popup__submit-btn {
  color: #fff;
  background: #b41d1c;
  display: inline-block;
  vertical-align: middle;
  height: 65px;
  padding: 0 43px;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.f-popup__submit-btn:hover {
  background: #da3635;
}
.f-popup__submit-btn:disabled {
  background: #ffcbcb;
}
.f-popup__msg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 43px;
  color: #393939;
  font-size: 15px;
  line-height: 20px;
  max-width: 210px;
}
.f-popup__success {
  display: block;
  /*position: absolute;*/
  width: 100%;
  left: 0;
  height: 100%;
  text-align: center;
  top: 0;
  background: #fff;
  /*padding-top: 120px;*/
}
.f-popup__success-msg {
  display: block;
  font-size: 36px;
  color: #46576e;
  font-weight: 600;
  margin-bottom: 22px;
}
.f-popup__success-sub-msg {
  display: block;
  font-size: 26px;
  color: #46576e;
  font-weight: 600;
}
.f-popup ._attention {
  margin-top: 35px;
}
.f-popup ._error-msg {
  display: none;
  color: #f08080;
  font-size: 14px;
  position: absolute;
  bottom: 7px;
}
/***s-header***/
.s-header {
  background: #fff;
  text-align: center;
  padding: 15px 0;
  z-index: 1;
  position: relative;
  min-width: 1240px;
}
.s-header .container {
  position: relative;
}
.s-header.content-page{
  padding-top: 0;
}
.s-header._fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1240px;
  z-index: 6;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.16);
}
.s-header__search{
  display: inline-block;
  float: left;
  padding: 6px 0px 0px 17px;
  cursor: pointer;
}
.s-header__search img{
  display: inline-block;
}
.s-header__search .your-code{
  display: inline-block;
  font-size: 12px;
  margin-left: 20px;
}
.s-header__tel {
  display: block;
  position: absolute;
  top: -15px;
  right: 5px;
  height: 70px;
  font-size: 32px;
  font-weight: 700;
  color: #1a1a18;
  line-height: 70px;
  letter-spacing: 2px;
  float: right;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.s-header__tel:hover {
  background: #6e7885;
  color: #fff;
}
.s-header__tel:hover .s-header__tel-svg {
  fill: #fff;
}
.s-header__tel:hover .s-header__tel__link {
  color: #fff;
}
.s-header__tel:hover .s-header__drop {
  opacity: 1;
  visibility: visible;
}
.s-header .s-header__tel__link {
  display: inline-block;
  margin: -15px 0;
  padding: 0 15px;
  color: #000;
}
.s-header__tel-svg {
  width: 18px;
  height: 24px;
  margin: -7px 12px 0 0;
  display: inline-block;
  vertical-align: middle;
  fill: #1a1a18;
}
.s-header .s-header__drop {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 70px;
  right: -15px;
  padding: 0 15px 15px 15px;
  overflow: hidden;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  font-weight: normal;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.s-header .s-header__drop .s-header__drop__inner {
  width: 250px;
  padding: 24px;
  background: #6e7885;
  box-shadow: 0 0 6px 4px rgba(0,0,0,0.25);
}
.s-header .s-header__drop .s-header__drop__ttl {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 7px;
}
.s-header .s-header__drop .s-header__drop__date {
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.3;
  color: #c5cedb;
  margin-bottom: 20px;
}
.s-header .s-header__drop .s-header__drop__phone {
  margin-bottom: 20px;
  font-size: 70px;
  line-height: 0.75;
  font-weight: 700;
}
.s-header .s-header__drop .s-header__drop__mob {
  margin-bottom: 24px;
  padding: 0 23px;
}
.s-header .s-header__drop .s-header__drop__mob__ico {
  float: left;
  margin-right: 12px;
}
.s-header .s-header__drop .s-header__drop__mob__code {
  font-size: 16px;
  line-height: 0.8;
  margin-bottom: 5px;
  color: #c5cedb;
}
.s-header .s-header__drop .s-header__drop__mob__phone {
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
}
.s-header .s-header__drop .s-header__drop__bottom {
  text-align: right;
}
.s-header .s-header__drop .s-header__drop__more {
  font-size: 16px;
  line-height: 1;
  color: #c5cedb;
  text-decoration: underline;
}
.s-header .s-header__drop .s-header__drop__more:hover {
  text-decoration: none;
}
.s-header .s-header__drop .btn-a {
  width: 100%;
  margin: 0 0 10px;
  padding: 10px 15px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.s-header .container:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
}
.s-header .btn-a {
  margin-left: 30px;
}
.i-logo {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.i-search {
  float: right;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  cursor: pointer;
  margin: 6px 1px 0 0;
}
.i-search__svg {
  width: 26px;
  height: 26px;
  fill: #7b7b7b;
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.i-search:hover .i-search__svg {
  fill: #bebebe;
}
.m-main {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  float: left;
  margin-left: 36px;
}
.m-main__li {
  display: inline-block;
  vertical-align: middle;
}
.m-main__li:hover .m-main__drop {
  opacity: 1;
  visibility: visible;
}
.m-main__li._hovered .m-main__link {
  background: #6e7885;
  color: #fff;
}
.m-main__link {
  display: inline-block;
  padding: 0 16px;
  margin: -15px 0 -15px;
  vertical-align: middle;
  line-height: 70px;
  font-size: 16px;
  color: #1a1a18;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.m-main__link:hover {
  background: #6e7885;
  color: #fff;
}
.m-main__link._active {
  background: #6e7885;
  color: #fff;
}
.m-main__drop {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -15px;
  top: 55px;
  overflow: hidden;
  height: 702px;
  padding: 0 15px;
  text-align: left;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.m-main .scroll-top-arr,
.m-main .scroll-bottom-arr {
  display: none;
  position: absolute;
  width: 43px;
  height: 15px;
  cursor: pointer;
}
.m-main .scroll-top-arr {
  top: 10px;
  left: 15px;
  width: 342px;
  height: 42px;
  background: #6e7885 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAPCAYAAAB9YDbgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU3NURCRTYyODM5RjExRTVCRUEzOTk0RkUwRTQxMjgxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU3NURCRTYzODM5RjExRTVCRUEzOTk0RkUwRTQxMjgxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTc1REJFNjA4MzlGMTFFNUJFQTM5OTRGRTBFNDEyODEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTc1REJFNjE4MzlGMTFFNUJFQTM5OTRGRTBFNDEyODEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4V9wEMAAABOUlEQVR42szVMUvDQBjG8WuHTp1cOmXqWgSnLEInl44uLgWhi5uLIAgODtKhuAlCQYQupUtBEBQKgji0tCiIYtHWj+Ee/wePUoJQ9C4hBz9CSHL3cO/xJhdFkUlghBj7njTveb46hujoWs1i2AoGOMQNVjHBOfoIvKxij4GDFVzgAx3dLz4v4xIznKDgsp5L0AO84RZrS97dwAjPaKQZtoYJnlD/47d7mOIOYZJhbUmvVNKmQ0mLaGOOLko+w9rJzzR5D4HjOf9WwTXecewj7C5ecY91TyHjNvGAR2z9J2wVQ7xgJ6GQcUfa5YF2fWlYW+K+Sn6qI2BSVFILnKslFn8LW1AfnKkvllMOGReqJU7VIn/CNtSGRmpLJkO2lW1ssxml389YyEW26i1b9Zw9F/x1P032R/AlwAAoY8TT4BHaPwAAAABJRU5ErkJggg==") center center no-repeat;
}
.m-main .scroll-bottom-arr {
  bottom: 11px;
  left: 15px;
  width: 342px;
  height: 42px;
  background: #6e7885 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAPCAYAAAB9YDbgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM2MjRDQ0I3ODNBMDExRTU5QjIwQ0Y1OTc0QkYzODk2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM2MjRDQ0I4ODNBMDExRTU5QjIwQ0Y1OTc0QkYzODk2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzYyNENDQjU4M0EwMTFFNTlCMjBDRjU5NzRCRjM4OTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzYyNENDQjY4M0EwMTFFNTlCMjBDRjU5NzRCRjM4OTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4lVmlsAAABVElEQVR42mL8//+/LAMDw2OGwQ94mIDEXiDuAmK2QezQMiA+BXJsARDbgzhAHD/IHOkFxMeBOAqIexiAyQCGK4H4GhDvBWJzJPGBwMpAvAGIbwFxDxCzgcTRFfEA8Twgvg3EC4FYnM6OBNk/GWr/WlB+QpbHpUkHiHcB8U0gbqCTQ9OB+DIQHwNie2xqCBkQDsRngfgMEAfRyJE2QHwIiK8CcR4+tcQa2AIN5W3QUKeGI0FRvAIa5dOgSYCBGo5lgKbfZVDDZxJjOA4Myixt0MyzGZqZiNJLjmWgkuIAtOQoJlFvDBBfAOJTQOxFqt2URGMSEF8C4uNA7EpArSG0SLwBLSLJspPSdMcGLQdvQctF9CgVghaBd6BFohAl9jFQMbOshabnCVBP1EJDche1MiUj2MXUA6Bqux2IhYD4HRBPA+Il1DKc2o6FAXMgPkltQwECDACkk0aZgOuErwAAAABJRU5ErkJggg==") center center no-repeat;
}
.m-main__drop__inner {
  width: 880px;
  height: 702px;
  padding: 10px 25px 25px;
  background: #6e7885;
  box-shadow: 0 0 6px 4px rgba(0,0,0,0.25);
}
.m-main__drop__scroll {
  float: left;
  overflow: hidden;
  width: 632px;
  height: 681px;
  padding-left: 25px;
  margin-left: -25px;
}
.m-main__drop__scroll__inner {
  overflow-y: auto;
  height: 681px;
  width: 650px;
  padding-left: 25px;
  margin-left: -25px;
}
.m-main__ul-level-2 {
  float: left;
  width: 342px;
  margin-left: -25px;
}
.m-main__ul-level-2 .m-main__li {
  display: block;
}
.m-main__ul-level-2 .m-main__li._current .m-main__link-2 {
  background: #47596b;
}
.m-main__ul-level-2 .m-main__link-2 {
  display: block;
  padding: 10px 26px 10px 24px;
  font-size: 16px;
  line-height: 1.375;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  font-weight: 600;
  color: #fff;
}
.m-main__ul-level-3 .m-main__li {
  display: block;
  margin-bottom: 18px;
}
.m-main__ul-level-3 .m-main__link-3 {
  font-size: 16px;
  line-height: 1.25;
  color: #c5cedb;
  -webkit-transition: color 0.15s, border-color 0.15s;
  transition: color 0.15s, border-color 0.15s;
  border-bottom: 1px solid;
}
.m-main__ul-level-3 .m-main__link-3:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.m-main__ul-level-4 {
  display: none;
  padding: 17px 0 0 20px;
}
.m-main__ul-level-4 .m-main__li {
  display: block;
  width: 200px;
  margin-bottom: 18px;
}
.m-main__ul-level-4 .m-main__link-4 {
  font-size: 14px;
  line-height: 1.25;
  color: #9ba5b4;
  -webkit-transition: color 0.15s, border-color 0.15s;
  transition: color 0.15s, border-color 0.15s;
  border-bottom: 1px solid;
}
.m-main__ul-level-4 .m-main__link-4:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.m-main__drop__center {
  float: left;
  width: 290px;
  padding: 10px 0 0 24px;
}
.m-main__drop__center__item {
  display: none;
  margin-bottom: 18px;
}
.m-main__drop__right {
  float: left;
  height: 100%;
  width: 223px;
  padding: 13px 0 0 23px;
  font-size: 0;
}
.m-main__drop__right:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.m-main__drop__right._top .m-main__drop__right__inner {
  vertical-align: top;
}
.m-main__drop__right._middle .m-main__drop__right__inner {
  vertical-align: middle;
}
.m-main__drop__right._bottom .m-main__drop__right__inner {
  vertical-align: bottom;
}
.m-main__drop__right__inner {
  display: inline-block;
}
.m-main__drop__right__inner .m-main__link-img {
  margin-bottom: 0;
}
.m-main__link-img {
  display: block;
  margin-bottom: 25px;
}
.m-main__link-img:last-child {
  margin-bottom: 0;
}
.m-main__drop__right__img {
  display: block;
  max-width: 100%;
}
/*****p-credit*****/
/***s-tmpl-a***/
.s-tmpl-a {
  background: #4c5b6f;
  z-index: 1;
  position: relative;
}
.m-submenu {
  font-size: 0;
}
.m-submenu__ul {
  margin-left: -5px;
}
.m-submenu__link {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  color: #dce0e6;
  font-size: 16px;
  padding: 0 23px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.m-submenu__link:hover {
  color: #fff;
}
.m-submenu__link._active {
  background: #b41d1c;
  color: #fff;
}
.m-submenu__li {
  display: inline-block;
  vertical-align: middle;
}
/***s-tmpl-b***/
.s-tmpl-b {
  position: relative;
  background: #556478;
  padding: 107px 0 143px;
}
.s-tmpl-b._credit-bg {
  background: #26140d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26140d), color-stop(100%, #8b756d));
  background: -webkit-linear-gradient(top, #26140d 0%, #8b756d 100%);
  background: linear-gradient(to bottom, #26140d 0%, #8b756d 100%);
}
.s-tmpl-b._credit-bg .s-tmpl-b__img {
  left: 49%;
  bottom: -84px;
}
.s-tmpl-b._credit-bg .s-tmpl-b__slogan {
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}
.s-tmpl-b__title {
  color: #fff;
  font-weight: 300;
  font-size: 40px;
}
.s-tmpl-b__slogan {
  font-size: 82px;
  display: block;
  font-weight: 900;
  color: #fff;
  line-height: 90px;
  padding-left: 7px;
}
.s-tmpl-b__img {
  left: 36.4%;
  bottom: -116px;
  position: absolute;
}
/***s-credit-c***/
.s-credit-c {
  padding-top: 58px;
  margin-bottom: 86px;
}
.s-credit-c__title {
  font-size: 32px;
  color: #556881;
  font-weight: 700;
  margin-bottom: 40px;
}
.s-credit-c .ui-widget-content {
  width: 580px;
  background: #dcdcdc;
  height: 4px;
  border-radius: 2px;
  border: none;
  position: relative;
  margin: 26px 0 23px;
}
.s-credit-c .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  top: -16px;
  width: 35px;
  height: 35px;
  margin-left: -17px;
  border-radius: 50%;
  background: #e4e4e4;
  background: -webkit-linear-gradient(bottom, #dfdfdf, #eee);
  background: linear-gradient(to top, #dfdfdf, #eee);
  box-shadow: 0 1px 0 0 #b8b8b8;
}
.s-credit-c .ui-state-hover {
  background: -webkit-linear-gradient(bottom, #eaeaea, #f5f5f5);
  background: linear-gradient(to top, #eaeaea, #f5f5f5);
  box-shadow: 0 1px 0 0 #d6d6d6;
}
.s-credit-c .ui-state-active {
  top: -14px;
  background: -webkit-linear-gradient(bottom, #eaeaea, #f5f5f5);
  background: linear-gradient(to top, #eaeaea, #f5f5f5);
  box-shadow: none;
}
.s-credit-c .ui-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
  border: 0;
  background: #fc6046;
}
.f-credit__checkbox:disabled + .f-credit__label:before {
  opacity: 0.3;
}
.f-credit {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.f-credit__left {
  display: table-cell;
  vertical-align: top;
}
.f-credit__right {
  display: table-cell;
  vertical-align: top;
}
.f-credit__saving {
  display: none;
  padding: 33px 30px;
  max-width: 580px;
  margin-bottom: 30px;
  background: #4c5b6f;
  color: #fff;
}
.f-credit__saving .f-credit__saving__ttl {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 1;
}
.f-credit__saving .f-credit__saving__row {
  position: relative;
  padding-right: 0;
  margin-bottom: 20px;
}
.f-credit__saving .f-credit__saving__row .f-credit__saving__descr {
  position: relative;
  padding-right: 38px;
}
.f-credit__saving .f-credit__saving__row .f-credit__saving__progress-now,
.f-credit__saving .f-credit__saving__row .f-credit__saving__descr,
.f-credit__saving .f-credit__saving__row .f-credit__saving__progress__gray,
.f-credit__saving .f-credit__saving__row .f-credit__saving__progress__orange {
  display: inline-block;
}
.f-credit__saving .f-credit__saving__row .f-credit__saving__progress-now {
  max-width: 193px;
  min-width: 22px;
  margin-right: 6px;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}
.f-credit__saving .f-credit__saving__row .f-credit__saving__progress__gray {
  height: 35px;
  width: 100%;
  min-width: 4px;
  background: #c3c8cf;
}
.f-credit__saving .f-credit__saving__row .f-credit__saving__progress__orange {
  height: 35px;
  min-width: 3px;
  background: #fc6046;
}
.f-credit__saving .f-credit__saving__row._will-be {
  margin-bottom: 0;
}
.f-credit__saving .f-credit__saving__row._will-be .f-credit__saving__progress__gray {
  width: 30%;
  border-right: 2px solid #4c5b6f;
}
.f-credit__saving .f-credit__saving__row._will-be .f-credit__saving__progress__orange {
  width: 70%;
}
.f-credit__saving .f-credit__saving__row._will-be svg {
  position: absolute;
  top: 5px;
  right: 0;
  fill: #c3c8cf;
}
.f-credit__saving .f-credit__saving__row._will-be .f-credit__description-msg {
  top: -75px;
  right: -71px;
  width: 170px;
  padding: 20px;
}
.f-credit__saving .f-credit__saving__row._will-be svg:hover + .f-credit__description-msg {
  display: block;
}
.f-credit__saving ._mark {
  color: #fc6046;
}
.f-credit__row {
  margin-bottom: 15px;
  font-size: 0;
}
.f-credit__row._repayment .f-credit__label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.f-credit__row._repayment .f-credit__label-checkbox:before {
  right: -54px;
}
.f-credit__row._repayment .f-credit__label-checkbox-svg {
  right: -60px;
}
.f-credit__row._repayment ._mb-m {
  margin-bottom: 25px;
}
.f-credit__row._mb-s {
  margin-bottom: 19px;
}
.f-credit__row._mb-m {
  margin-bottom: 25px;
}
.f-credit__row._mb {
  margin-bottom: 33px;
}
.f-credit__row._mb-xl {
  margin-bottom: 12px;
}
.f-credit__row._mb-xxl {
  margin-bottom: 62px;
}
.f-credit__row._pt-xl {
  padding-top: 37px;
}
.f-credit__row._pr {
  position: relative;
}
.f-credit__row._tooltip {
  display: inline-block;
  width: 462px;
  position: relative;
}
.f-credit__row._tooltip .f-credit__description-msg {
  width: 207px;
  padding: 20px;
  left: 80%;
  top: -77px;
  z-index: 3;
}
.f-credit__row._tooltip:hover .f-credit__description-msg {
  display: block;
}
.f-credit__row._gift {
  width: 450px;
}
.f-credit__row._gift .f-credit__label,
.f-credit__row._gift .f-credit__monthly-payment-discount {
  color: #e84742;
}
.f-credit__row._gift .f-credit__description-msg {
  width: 168px;
  padding: 15px;
  left: 70.5%;
  top: -76px;
  z-index: 3;
}
.f-credit__row._gift svg {
  position: absolute;
  left: 50%;
  top: 6px;
}
.f-credit__row._gift svg path {
  fill: #e84742;
}
.f-credit__row._repayment-row {
  display: none;
}
.f-credit__label {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 22px;
  color: #8591a0;
}
.f-credit__label._cp {
  cursor: pointer;
}
.f-credit__label._m {
  line-height: 19px;
  font-size: 16px;
  width: 159px;
}
.f-credit__label._m ~ .f-credit__field{
  width: 292px;
}
.f-credit__label._xl {
  font-size: 20px;
}
.f-credit__label._xxl {
  font-size: 24px;
}
.f-credit__label._white {
  color: #fff;
}
.f-credit__label._fix-width {
  width: 270px;
}
.f-credit__label._db {
  display: block;
  margin-bottom: 2px;
}
.f-credit__label._vat {
  vertical-align: top;
}
.f-credit__day-wrap {
  width: 65px;
}
.f-credit__month-wrap {
  width: 117px;
}
.f-credit__year {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #dcdcdc;
  height: 34px;
  border-radius: 3px;
  background: #fff;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #46576e;
  width: 67px;
  margin-left: 13px;
}
.f-credit__field-summ {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  position: relative;
  top: -1px;
  font-size: 26px;
  color: #46576e;
  margin-left: 17px;
  text-align: center;
  border-radius: 0;
  border-bottom: 1px dashed #b6b6b6;
  width: 262px;
}
.f-credit__field-month {
  display: inline-block;
  vertical-align: middle;
  line-height: 42px;
  font-size: 26px;
  color: #46576e;
  margin-left: 17px;
  border-radius: 0;
}
.f-credit__monthly-payment,
.f-credit__monthly-payment-discount {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  color: #4c5b6f;
  margin-left: 10px;
}
.f-credit__percent {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  color: #4c5b6f;
}
.f-credit__payment {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 600;
  color: #4c5b6f;
}
.f-credit__dt-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 8px;
  display: block;
}
.f-credit__submit-btn {
  color: #fff;
  padding: 0 45px;
  line-height: 65px;
  font-size: 26px;
  font-weight: 700;
  background: #b41d1c;
  -webkit-transition: background 0.2s ease-out 0.5s;
  transition: background 0.2s ease-out 0.5s;
}
.f-credit__submit-btn:hover {
  background: #da3635;
}
.f-credit__submit-btn:disabled {
  background: #ffcbcb;
}
.f-credit__person-info {
  background: #4c5b6f;
  padding: 34px 32px 10px;
  width: 515px;
  margin: 0 auto;
}
.f-credit__person-info .f-credit__label {
  color: #fff;
}
.f-credit__person-info._open .f-credit__row._mb-xl {
  margin-bottom: 28px;
}
.f-credit__person-info._repayment {
  background: #dcdcdc;
}
.f-credit__person-info._repayment .f-credit__label,
.f-credit__person-info._repayment .f-credit__dt-title,
.f-credit__person-info._repayment .f-credit__monthly-income {
  color: #4c5b6f;
}
.f-credit__person-info._repayment .f-credit__field {
  border: 2px solid #ebebeb;
}
.f-credit__person-info._repayment .f-credit__label-checkbox:before {
  border: 2px solid #ebebeb;
}
.f-credit__monthly-income {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  line-height: 65px;
  word-spacing: -3px;
}
.f-credit__guarantor {
  display: inline-block;
  vertical-align: middle;
  display: none;
  font-size: 15px;
  background: #d3342c;
  color: #fff;
  padding: 0 18px 0 8px;
  line-height: 36px;
  font-weight: 700;
  position: relative;
  margin-left: 43px;
  margin-right: -100px;
}
.f-credit__guarantor:before {
  display: block;
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 20px;
  height: 36px;
  border-top: 18px solid transparent;
  border-right: 20px solid #d3342c;
  border-bottom: 18px solid transparent;
}
.f-credit__field {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #dcdcdc;
  height: 34px;
  border-radius: 3px;
  background: #fff;
  padding: 0 8px;
  font-size: 18px;
  font-weight: 600;
  color: #46576e;
  width: 180px;
}
.f-credit__label-checkbox {
  position: relative;
}
.f-credit__label-checkbox:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -22px;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  border: 2px solid #dcdcdc;
  background: #fff;
  z-index: 1;
}
.f-credit__label-checkbox-svg {
  fill: transparent;
  width: 25px;
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
  height: 26px;
  position: absolute;
  bottom: 11px;
  right: -28px;
}
.f-credit__checkbox {
  display: none;
}
.f-credit__checkbox:checked + .f-credit__label-checkbox:before {
  z-index: 0;
}
.f-credit__checkbox:checked + .f-credit__label-checkbox .f-credit__label-checkbox-svg {
  fill: #e53935;
}
.f-credit__summ-legend-wrap {
  margin-bottom: 20px;
}
.f-credit__month-legend-wrap {
  margin-bottom: 32px;
}
.f-credit__summ-legend-wrap,
.f-credit__month-legend-wrap{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: calc(100% - 15px);
}
.f-credit__summ-legend,
.f-credit__month-legend {
  display: inline-block;
  vertical-align: middle;
  color: #8591a0;
  font-size: 15px;
  font-weight: 300;
}
/*
.f-credit__summ-legend + .f-credit__summ-legend {
  margin-left: 120px;
}
.f-credit__month-legend + .f-credit__month-legend {
  margin-left: 100px;
}
.f-credit__month-legend:first-child + .f-credit__month-legend {
  margin-left: 50px;
}*/
.f-credit select {
  display: none;
}
.f-credit__description {
  margin-left: 17px;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  position: relative;
}
.f-credit__description .ring {
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
  fill: #b41d1c;
}
.f-credit__description .question {
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
  fill: #cfdfea;
}
.f-credit__description:hover .ring {
  fill: #d9362d;
}
.f-credit__description:hover .question {
  fill: #d7dfe5;
}
.f-credit__description:hover .f-credit__description-msg {
  display: block;
}
.f-credit__description-msg {
  display: none;
  position: absolute;
  width: 330px;
  padding: 25px;
  background: #fff;
  font-size: 15px;
  color: #556881;
  line-height: 22px;
  text-align: left;
  box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);
  right: 50%;
  margin-left: -165px;
  top: -140px;
}
._lgot2 .f-credit__description-msg{
  top: -100px;
  right: -50px;
}
.f-credit__description-msg:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background: #fff;
  box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.07);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
._attention {
  display: none;
  margin-top: 15px;
  background: #eee;
  padding: 20px 25px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
._attention__msg {
  display: block;
  color: #556881;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}
._attention__description {
  display: block;
  color: #556881;
  font-size: 15px;
  line-height: 22px;
}
._attention._red {
  background: #b41d1c;
}
._attention._red ._attention__msg {
  color: #fff;
}
._attention._red ._attention__description {
  color: #fff;
}
.izhdivenets-ibsb-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 63px;
}
.maritalStatus-ibsb-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
}
.day-ibsb-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 65px;
  margin-left: 20px;
}
.month-ibsb-wrap {
  margin-left: 13px;
  display: inline-block;
  vertical-align: middle;
  width: 130px;
}
/*.b-person-info {
  display: none;
}*/
.maritalStatus-ibsb-wrap .ibSBox-ul {
  width: 115%;
}
.f-credit__guarantor._move {
  -webkit-animation: moveUp 0.3s linear;
  animation: moveUp 0.3s linear;
  left: 0;
}
.f-credit__guarantor._stop {
  -webkit-animation: none;
  animation: none;
}
/***s-credit-d***/
.s-credit-d {
  padding: 40px 0 91px;
}
.b-about-credit__table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.b-about-credit__left {
  display: table-cell;
  vertical-align: top;
}
.b-about-credit__left p {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 29px;
  color: #141515;
}
.b-about-credit__left h4 {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 29px;
  font-weight: 400;
  color: #141515;
}
.b-about-credit__left h5 {
  line-height: 33px;
  display: block;
  font-weight: 700;
  font-size: 21px;
}
.b-about-credit__left li {
  position: relative;
  padding-left: 33px;
  font-size: 17px;
  line-height: 36px;
  color: #141515;
}
.b-about-credit__left li:before {
  display: block;
  content: "";
  position: absolute;
  left: 4px;
  top: 17px;
  width: 14px;
  height: 1px;
  background: #0f759d;
}
.b-about-credit__right {
  padding-left: 75px;
  display: table-cell;
  vertical-align: top;
}
.b-about-credit__text-top {
  font-size: 17px;
  font-weight: 300;
  color: #141515;
  margin-bottom: 9px;
  line-height: 26px;
}
.b-about-credit__text-top b {
  margin: 0;
}
.b-about-credit__text-bottom {
  color: #141515;
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 26px;
}
.b-about-credit__text-bottom._mb {
  margin-bottom: 39px;
}
.b-about-credit__slogan {
  display: block;
  margin-bottom: 20px;
  color: #141515;
  font-size: 26px;
  font-weight: 700;
}
/***s-credit-e***/
.s-credit-e {
  padding-bottom: 117px;
}
.b-about-imp__wrap {
  display: none;
}
.b-about-imp__more {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  color: #4c5b6f;
  cursor: pointer;
  border-bottom: 1px dashed #929292;
  margin-bottom: 74px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.b-about-imp__more:hover {
  color: #818c9a;
}
.b-about-imp__title {
  color: #141515;
  font-weight: 700;
  font-size: 38px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 37px;
}
.t-credit-imp {
  display: table;
  width: 100%;
  border-top: 1px solid #c7d6e0;
  margin-bottom: 36px;
}
.t-credit-imp__row {
  display: table-row;
}
.t-credit-imp__right {
  padding: 33px 10px 21px 2px;
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px solid #c7d6e0;
}
.t-credit-imp__right li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 9px;
  line-height: 22px;
  color: #000;
  font-size: 16px;
}
.t-credit-imp__right li:before {
  display: block;
  content: "";
  position: absolute;
  left: 5px;
  width: 14px;
  height: 1px;
  background: #0f759d;
  top: 11px;
}
.t-credit-imp__right li .sup {
  font-size: 10px;
  position: relative;
  bottom: 5px;
}
.t-credit-imp__right li a {
  color: #ff8809;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  border-bottom: 1px solid #f8cfcf;
}
.t-credit-imp__right li a:hover {
  color: #ffbc09;
}
.t-credit-imp__left {
  padding: 25px 20px;
  display: table-cell;
  vertical-align: top;
  width: 205px;
  border-bottom: 1px solid #c7d6e0;
}
.t-credit-imp__dt {
  color: #4c5b6f;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
}
.l-description {
  margin-bottom: 89px;
}
.l-description li {
  max-width: 830px;
  margin-bottom: 15px;
  color: #393939;
  line-height: 26px;
  font-size: 15px;
}
.b-choose-loan {
  display: none;
  width: 1250px;
  margin: 0 auto;
}
.b-choose-loan .container {
  max-width: none;
  background: url("../img/scalce.png") center center no-repeat;
  padding: 38px 20px;
  margin-left: -23px;
}
.b-choose-loan._deposit .container {
  background: url("../img/scalced.png") center center no-repeat;
  padding: 34px 3px 41px;
  margin-left: -6px;
}
.b-choose-loan._deposit .b-choose-loan__btn {
  padding: 0 36px;
  top: 0;
}
.b-choose-loan__title {
  color: #000;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  width: 597px;
  padding-right: 40px;
  margin-left: 28px;
}
.b-choose-loan__btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  color: #000;
  line-height: 53px;
  padding: 0 32px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: -3px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.b-choose-loan__btn:hover {
  color: #ed4746;
}
/***s-footer***/
.s-footer {
  background: #4c5b6f;
  position: relative;
  padding: 30px 0;
  text-align: center;
}
.s-footer .container {
  padding: 0 20px 0 20px;
}
.s-footer .container:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
}
.s-footer__left {
  text-align: left;
  float: left;
}
.s-footer__right {
  text-align: left;
  float: right;
}
.s-footer__address {
  font-size: 14px;
  color: #dbe0e7;
  display: block;
  margin-bottom: 2px;
}
.s-footer__copyright {
  font-size: 14px;
  color: #dbe0e7;
  text-transform: uppercase;
  display: block;
}
.s-footer__tel {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 26px;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 30px;
}
.s-footer__tel-svg {
  width: 18px;
  height: 24px;
  margin: -7px 12px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.s-footer__developer {
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.s-footer__developer:before {
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
  height: 15px;
  width: 55px;
  background: #4c5b6f;
  -webkit-transform: rotate(-65deg);
  -ms-transform: rotate(-65deg);
  transform: rotate(-65deg);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.s-footer__developer:hover .s-footer__developer-svg {
  fill: #c6cdd7;
}
.s-footer__developer:hover:before {
  right: 100px;
}
.s-footer__developer-svg {
  width: 93px;
  fill: #a6adb7;
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
  height: 16px;
}
.i-logo-f {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 16px;
}
.m-footer {
  display: inline-block;
  vertical-align: middle;
  width: 697px;
  text-align: left;
  padding-top: 2px;
}
.m-footer__top {
  margin-bottom: 32px;
}
.m-footer__link {
  color: #dbe0e7;
  font-size: 15px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  border-bottom: 1px solid #667790;
}
.m-footer__link + .m-footer__link {
  margin-left: 27px;
}
.m-footer__link:hover {
  color: #fff;
}
.m-social {
  float: left;
  display: inline-block;
  vertical-align: middle;
}
.m-social__link {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  width: 23px;
  height: 23px;
  position: relative;
}
.m-social__link + .m-social__link {
  margin-left: 8px;
}
.m-social__link:hover .m-social__svg {
  fill: #7a8a9f;
}
.m-social__svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #4c5b6f;
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.m-social__svg._fb {
  width: 7px;
  height: 14px;
}
.m-social__svg._ok {
  width: 9px;
  height: 14px;
}
.m-social__svg._ig {
  width: 13px;
  height: 13px;
}
.m-social__svg._tw {
  width: 13px;
  height: 11px;
}
.b-footer-search {
  float: right;
  position: relative;
  padding-right: 35px;
  margin-right: 28px;
  boder: 7px solid #4c5b6f;
}
.b-footer-search__input {
  padding: 2px 7px;
  background: #fff;
  font-size: 14px;
  color: #4c5b6f;
  vertical-align: bottom;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.b-footer-search__input::-webkit-input-placeholder {
  opacity: 1;
  color: #4c5b6f;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.b-footer-search__input::-moz-placeholder {
  opacity: 1;
  color: #4c5b6f;
  transition: opacity 0.3s ease;
}
.b-footer-search__input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.b-footer-search__input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.b-footer-search__btn {
  position: absolute;
  top: -2px;
  right: 0;
  width: 26px;
  height: 26px;
  fill: #fff;
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s;
}
.b-footer-search__btn:hover {
  fill: #c6cdd7;
}
/*****p-deposit*****/
/***s-deposit-c***/
.s-deposit-c {
  padding: 58px 0 18px;
}
.s-deposit-c__title {
  font-size: 32px;
  color: #556881;
  font-weight: 700;
  margin-bottom: 40px;
}
.s-deposit-c .ui-widget-content {
  width: 580px;
  background: #dcdcdc;
  height: 4px;
  border-radius: 2px;
  border: none;
  position: relative;
  margin: 27px 3px 20px;
}
.s-deposit-c .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  top: -16px;
  width: 35px;
  height: 35px;
  margin-left: -17px;
  border-radius: 50%;
  background: #e4e4e4;
  background: -webkit-linear-gradient(bottom, #dfdfdf, #eee);
  background: linear-gradient(to top, #dfdfdf, #eee);
  box-shadow: 0 1px 0 0 #b8b8b8;
}
.s-deposit-c .ui-state-hover {
  background: -webkit-linear-gradient(bottom, #eaeaea, #f5f5f5);
  background: linear-gradient(to top, #eaeaea, #f5f5f5);
  box-shadow: 0 1px 0 0 #d6d6d6;
}
.s-deposit-c .ui-state-active {
  top: -14px;
  background: -webkit-linear-gradient(bottom, #eaeaea, #f5f5f5);
  background: linear-gradient(to top, #eaeaea, #f5f5f5);
  box-shadow: none;
}
.s-deposit-c .ui-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
  border: 0;
  background: #46a9fc;
}
.f-deposit {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.f-deposit .rub {
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 10px;
}
.f-deposit .rub-svg {
  display: inline-block;
  margin-left: 7px;
  width: 30px;
  height: 30px;
  background: url("../img/rub_sign.svg") no-repeat;
}
.f-deposit__tab-wrap {
  display: inline-block;
  vertical-align: middle;
  background: #f3f3f3;
  font-size: 0;
  margin-bottom: 24px;
}
.f-deposit__tab-label {
  display: inline-block;
  vertical-align: middle;
  color: #556881;
  font-size: 16px;
  font-weight: 700;
  line-height: 38px;
  cursor: pointer;
  padding: 0 23px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.f-deposit__tab-label:hover {
  color: #46a9fc;
}
.f-deposit__tab {
  display: none;
}
.f-deposit__tab._ie {
  display: inline-block;
  vertical-align: middle;
}
.f-deposit__tab:checked + .f-deposit__tab-label {
  padding: 0 23px;
  background: #46a9fc;
  color: #fff;
}
.f-deposit__left {
  display: table-cell;
  vertical-align: top;
}
.f-deposit__right {
  padding-left: 38px;
  display: table-cell;
  vertical-align: top;
}
.f-deposit__row {
  margin-bottom: 15px;
}
.f-deposit__row._mb-m {
  margin-bottom: 26px;
}
.f-deposit__row._mb {
  margin-bottom: 30px;
}
.f-deposit__row._mb-xl {
  margin-bottom: 41px;
}
.f-deposit__label {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 22px;
  color: #8591a0;
}
.f-deposit__label._m {
  line-height: 19px;
  font-size: 16px;
  width: 240px;
}
.f-deposit__label._xl {
  font-size: 20px;
}
.f-deposit__label._white {
  color: #fff;
}
.f-deposit__label._fix-width {
  width: 245px;
}
.f-deposit__label._db {
  display: block;
}
.f-deposit__field-summ {
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
  font-size: 26px;
  color: #46576e;
  margin-left: 17px;
  text-align: center;
  border-radius: 0;
  border-bottom: 1px dashed #b6b6b6;
  width: 300px;
}
.f-deposit__field-summ._in {
  width: 149px;
}
.f-deposit__field-month {
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
  font-size: 26px;
  color: #46576e;
  margin-left: 17px;
  border-radius: 0;
}
.f-deposit__dt-title {
  color: #fff;
  font-size: 24px;
}
.f-deposit__submit-btn {
  color: #fff;
  padding: 0 43px;
  line-height: 65px;
  font-size: 24px;
  font-weight: 600;
  background: #b41d1c;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.f-deposit__submit-btn:hover {
  background: #da3635;
}
.f-deposit__deposit-info {
  background: #eee;
  padding: 40px 43px 28px;
}
.f-deposit__monthly-income {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  line-height: 65px;
}
.f-deposit__field {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #dcdcdc;
  height: 34px;
  border-radius: 3px;
  background: #fff;
  padding: 0 8px;
  font-size: 18px;
  font-weight: 600;
  color: #46576e;
  width: 145px;
}
.f-deposit__checkbox {
  display: none;
}
.f-deposit__summ-legend-wrap {
  margin-bottom: 25px;
  display: none;
}
.f-deposit__summ-legend-wrap._active {
  display: block;
}
.f-deposit__summ-legend-wrap._inCurrency .f-deposit__summ-legend:first-child + .f-deposit__summ-legend {
  margin-left: 59px;
}
.f-deposit__summ-legend-wrap._inCurrency .f-deposit__summ-legend + .f-deposit__summ-legend {
  margin-left: 62px;
}
.f-deposit__summ-legend-wrap._inCurrency .f-deposit__summ-legend:last-child {
  margin-left: 48px;
}
.f-deposit__summ-legend,
.f-deposit__month-legend {
  display: inline-block;
  vertical-align: middle;
  color: #8591a0;
  font-size: 15px;
  font-weight: 300;
}
.f-deposit__summ-legend + .f-deposit__summ-legend {
  margin-left: 84px;
}
.f-deposit__summ-legend:last-child {
  margin-left: 67px;
}
.f-deposit__month-legend:first-child + .f-deposit__month-legend {
  margin-left: 167px;
}
.f-deposit__month-legend + .f-deposit__month-legend {
  margin-left: 180px;
}
.f-deposit__value-now {
  display: inline-block;
  vertical-align: middle;
  margin-left: 11px;
  color: #7a8b98;
  font-size: 16px;
  line-height: 20px;
}
.f-deposit__value-now .rub {
  fill: #7a8b98;
}
.f-deposit__progress-now {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  width: 90.5px;
  background: #b7cde0;
}
.f-deposit__value-later {
  display: inline-block;
  vertical-align: middle;
  margin-left: 11px;
  color: #46a9fc;
  font-size: 16px;
  line-height: 20px;
}
.f-deposit__value-later .rub {
  fill: #46a9fc;
}
.f-deposit__progress-later {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  width: 15px;
  width: 15px;
  background: #46a9fc;
  margin-left: 2px;
}
.f-deposit__benefit-title {
  font-size: 24px;
  color: #556881;
  display: block;
  margin-bottom: 6px;
}
.f-deposit__benefit {
  font-size: 44px;
  font-weight: 600;
  color: #556881;
  margin-bottom: 12px;
  word-spacing: -1px;
  letter-spacing: -2px;
  display: inline-block;
  vertical-align: middle;
}
.f-deposit__benefit span {
  display: block;
  font-size: 24px;
  line-height: 27px;
}
.f-deposit__dd {
  color: #556881;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
.f-deposit__description {
  margin-left: 17px;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  position: relative;
}
.f-deposit__description .ring {
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
  fill: #b41d1c;
}
.f-deposit__description .question {
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
  fill: #cfdfea;
}
.f-deposit__description:hover .ring {
  fill: #d9362d;
}
.f-deposit__description:hover .question {
  fill: #d7dfe5;
}
.f-deposit__description:hover .f-deposit__description-msg {
  display: block;
}
.f-deposit__description-msg {
  display: none;
  position: absolute;
  width: 311px;
  padding: 25px;
  background: #fff;
  font-size: 15px;
  color: #556881;
  line-height: 22px;
  text-align: left;
  box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);
  left: 50%;
  margin-left: -155px;
  top: -140px;
}
.f-deposit__description-msg:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background: #fff;
  box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.07);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/***s-deposit-d***/
.s-deposit-d {
  padding: 40px 0;
  margin-bottom: 34px;
}
.b-about-deposit {
  width: 590px;
}
.b-about-deposit__top {
  margin-bottom: 29px;
}
.b-about-deposit h3 {
  color: #141515;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 27px;
}
.b-about-deposit p {
  color: #141515;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 14px;
}
.b-about-deposit h4 {
  color: #141515;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 16px;
}
.b-about-deposit ul {
  margin-bottom: 29px;
}
.b-about-deposit li {
  padding-left: 30px;
  position: relative;
  color: #141515;
  font-size: 17px;
  line-height: 36px;
}
.b-about-deposit li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  background: #0f759d;
  width: 14px;
  height: 1px;
}
/***s-deposit-e***/
.p-deposit .b-choose-loan__title {
  width: 726px;
}
.s-deposit-e {
  padding: 40px 0;
  margin-bottom: 126px;
}
.t-deposit-imp {
  display: table;
  width: 100%;
  border-top: 1px solid #c7d6e0;
  margin-bottom: 41px;
}
.t-deposit-imp__row {
  display: table-row;
}
.t-deposit-imp__right {
  padding: 34px 10px 28px 8px;
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px solid #c7d6e0;
}
.t-deposit-imp__right li {
  position: relative;
  padding-left: 29px;
  margin-bottom: 8px;
  line-height: 22px;
  color: #000;
  font-size: 16px;
}
.t-deposit-imp__right li:before {
  display: block;
  content: "";
  position: absolute;
  left: 5px;
  width: 14px;
  height: 1px;
  background: #0f759d;
  top: 11px;
}
.t-deposit-imp__right a {
  color: #ff8809;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  border-bottom: 1px solid #f8cfcf;
}
.t-deposit-imp__right a:hover {
  color: #ffbc09;
}
.t-deposit-imp__left {
  padding: 25px 20px;
  display: table-cell;
  vertical-align: top;
  width: 205px;
  border-bottom: 1px solid #c7d6e0;
}
.t-deposit-imp__dt {
  color: #4c5b6f;
  font-weight: 600;
  font-size: 24px;
}
/*****p-index*****/
.p-index .s-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 56px;
  z-index: 4;
  min-width: 1240px;
}
.p-index .s-header._fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1240px;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.16);
}
/***s-index-a***/
.s-index-a {
  height: 828px;
  text-align: center;
  position: relative;
}
.s-index-a__top {
  margin-bottom: 120px;
}
.s-index-a__top:after {
  content: '';
  display: table;
  clear: both;
}
.s-index-a__bottom:after {
  content: '';
  display: table;
  clear: both;
}
.s-index-a .container {
  position: relative;
  z-index: 2;
}
.b-main-slider-bg .b-main-slider-bg__item {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  height: 828px;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.b-main-slider-bg .b-main-slider-bg__item._current {
  opacity: 1;
  z-index: 1;
}
.m-index-submenu {
  display: inline-block;
  float: left;
  margin-left: 322px;
}
.m-content-submenu{
  background: #4c5b6f;
  margin-bottom: 15px;
}
.content-page .m-content-submenu{
  height: 55px;
}
.m-index-submenu__li {
  display: inline-block;
  vertical-align: middle;
}
.m-content-submenu__li{
  display: inline-block;
}
.m-index-submenu__link, .m-content-submenu__link {
  display: inline-block;
  vertical-align: middle;
  padding: 0 13px;
  font-size: 16px;
  color: #dce0e6;
  line-height: 56px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.m-index-submenu__link:hover, .m-content-submenu__link:hover {
  color: #fff;
}
.b-header-search {
  float: right;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  line-height: 56px;
}
.b-header-search svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  fill: #fff;
  cursor: pointer;
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s;
}
.b-header-search svg:hover {
  fill: #b7292f;
}
.l-imp-links {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}
.l-imp-links__link {
  display: inline-block;
  vertical-align: bottom;
  width: 160px;
}
.l-imp-links__link + .l-imp-links__link {
  margin-left: 75px;
}
.l-imp-links__link:hover .l-imp-links__text {
  color: #fffac4;
}
.l-imp-links__link:hover .l-imp-links__svg {
  fill: #fffac4;
}
.l-imp-links__text {
  color: #e2d767;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.l-imp-links__svg {
  width: 106px;
  height: 106px;
  fill: #e2d767;
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.l-imp-links__svg._1 {
  width: 105px;
  margin-bottom: 14px;
  margin-left: 11px;
  height: 104px;
}
.l-imp-links__svg._2 {
  width: 136px;
  height: 120px;
  margin-bottom: 6px;
  margin-left: -12px;
}
.l-imp-links__svg._3 {
  width: 125px;
  height: 118px;
  margin-bottom: 15px;
  margin-left: -3px;
}
.b-category {
  float: left;
  width: 800px;
  margin-right: 30px;
}
.b-category .b-category__list:after {
  content: '';
  display: table;
  clear: both;
}
.b-category .b-category__item {
  float: left;
  display: block;
  position: relative;
  width: 200px;
  height: 200px;
  -webkit-perspective: 600px;
  perspective: 600px;
}
.content-page .b-category .b-category__item{
  width: 180px;
  height: 180px;
}
.b-category .b-category__item:hover ._front {
  z-index: 2;
  -webkit-transform: rotateX(0deg) rotateY(180deg);
  transform: rotateX(0deg) rotateY(180deg);
}
.b-category .b-category__item:hover ._back {
  z-index: 3;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
}
.b-category .b-category__item-link {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 10px;
  width: 200px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
}
.content-page .b-category .b-category__item-link{
  width: 180px;
  height: 180px;
}
.content-page .b-category .b-category__item:last-child{
  margin-left: 20px;
}
.b-category .b-category__item-link:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.b-category .b-category__item-link._align-top:after {
  vertical-align: top;
}
.b-category .b-category__item-link._align-bottom:after {
  vertical-align: bottom;
}
.b-category .b-category__item-link._front {
  z-index: 2;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.b-category .b-category__item-link._back {
  z-index: 1;
  -webkit-transform: rotateX(0deg) rotateY(-180deg);
  transform: rotateX(0deg) rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.b-category .b-category__item-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1.15;
  color: #fff;
  font-weight: 600;
}
.b-main-slider {
  float: left;
  width: 370px;
  color: #fff;
  text-align: center;
/* slider news text from right */
/* slider news text to right */
/* slider img from right */
/* slider img to right */
}
.b-main-slider .b-main-slider__top {
  position: relative;
  margin-bottom: 18px;
  height: 160px;
}
.b-main-slider .b-main-slider__top:hover .b-main-slider__arr {
  opacity: 0.3;
}
.b-main-slider .b-main-slider__top:hover .b-main-slider__arr:hover {
  opacity: 1;
}
.b-main-slider .b-main-slider__top__list {
  position: relative;
  white-space: nowrap;
}
.b-main-slider .b-main-slider__top-link {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 170px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  margin-top: -4px;
  color: #fff;
  white-space: normal;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.b-main-slider .b-main-slider__top-link._current {
  opacity: 1;
  z-index: 1;
  display: inline-block;
}
.b-main-slider .b-main-slider__top-link:hover .b-main-slider__title-text {
  border-color: rgba(255,255,255,0.3);
}
.b-main-slider .b-main-slider__top-link:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.b-main-slider .b-main-slider__top-inner {
  display: inline-block;
  vertical-align: middle;
}
.b-main-slider .b-main-slider__title {
  font-size: 23px;
  line-height: 1.25;
  margin-bottom: 13px;
  font-weight: 600;
}
.b-main-slider .b-main-slider__title-text {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.15s;
  transition: border-color 0.15s;
}
.b-main-slider .b-main-slider__descr {
  padding: 0 15px;
}
.b-main-slider .b-main-slider__arr {
  position: absolute;
  top: 50px;
  width: 15px;
  height: 43px;
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-repeat: no-repeat;
  z-index: 2;
}
.b-main-slider .b-main-slider__arr._prev {
  left: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAArCAYAAACn69JqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIyMTA1MEM0N0U0NDExRTU4ODRBRjM3RjUyOTcwOTVFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIyMTA1MEM1N0U0NDExRTU4ODRBRjM3RjUyOTcwOTVFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjIxMDUwQzI3RTQ0MTFFNTg4NEFGMzdGNTI5NzA5NUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjIxMDUwQzM3RTQ0MTFFNTg4NEFGMzdGNTI5NzA5NUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6plFDgAAABe0lEQVR42pyWL0gEQRTGxz9suiBXLh2GC5Ytpi2CQSybxKLh4MByYLgiCDaDGA6bYLRpM9lMYlBOFERRPLXbbOb1G3kj693M7HvvwS/s2/3m7cyb+XZNURRGyAZ4ATWpMAEPYNteS8UH4MZdS4RN8AZyl5v4HYEXZ2AKrPxlmFUXwTtolfNc8TU4HM1zhD3wZFsjFVvBM+j67leJj8BV6H5M2KJFWgg9E2vVOfgG66EHpgP5HMyBpWjnA690C/arOuFL7tDmT6TiOngFbc7mGV2wYzBbOVfPnFPwAea5J61c+QJ8gg73mLlR2jTXusQcJmmMTXACvowkMEJGVROpGdrKA6rYN9KIOYVktcc9StBn547L3MpRX5aK7Yo/gi2N+N+3SHowXFyCIehqzCCj1qWayjZOwQxZkqiypQGGYFVjvZY9cKcVW+7Brla8Rq/fkCxYOfwuw9yKKbUu01T2O6vg/NZo23Y0PzRjXxOj+IkbgL5WnJNpNH8EGACVyMI84fJc3AAAAABJRU5ErkJggg==");
}
.b-main-slider .b-main-slider__arr._next {
  right: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAArCAYAAACn69JqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJCMkMzQTA1N0U0NDExRTU4RDYyRDgzNjY4N0UzMzAzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJCMkMzQTA2N0U0NDExRTU4RDYyRDgzNjY4N0UzMzAzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkIyQzNBMDM3RTQ0MTFFNThENjJEODM2Njg3RTMzMDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkIyQzNBMDQ3RTQ0MTFFNThENjJEODM2Njg3RTMzMDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5JQuUFAAABaklEQVR42pzWv0vDUBDA8adIFzu5iEOnDIJkccoiKogOBRcdBBGELoKDiyC4OYhDcRMERwfB0cnNxUGpKIii1B+L/4D4D0j8PnnBNLHl7g4+UCiXS9+ld3FpmlbxjAacRvZhC/eoWJK9a+xbk+t4RU2a3Pd7hb84wzcWnSQKV4vwhintbWcOcGVN9q17xIYl2VvDU7iQOtm7xKE1eSIcXiRtVTFOMYh5SauKauHBqWtvO7OHG2tyJfxpti3J3graGNIcWD4u8IGG9MDyxvGO2FLZxzFGMKet7MJvboczcP1OF584wbqlctY6Xz3RVvbRDHfQ0lbtmDTa0+6YcQOKxFmMYcbykJTmujRxEw/FjSJJ7LrLJAd2hFFMaydJHFqTWGbYOb6w/N+XvVq1gAiT0l2Vd4tdy9zewZ1l3QzjBUva/VyeFor9nITWxJY3g/KEFFZeDY9hVftC03UrSJKbaFle4npuwl5+BBgA1qKV4TIYDbQAAAAASUVORK5CYII=");
}
.b-main-slider .b-main-slider__bottom {
  text-align: center;
}
.b-main-slider .b-main-slider__bottom__list {
  position: relative;
  white-space: nowrap;
}
.b-main-slider .b-main-slider__pic {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 310px;
  height: 474px;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  margin: 0 auto;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.b-main-slider .b-main-slider__pic._current {
  opacity: 1;
  z-index: 1;
}
.b-main-slider .fromRight {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fromRight;
  animation-name: fromRight;
}
.b-main-slider .toRight {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: toRight;
  animation-name: toRight;
}
.b-main-slider .imgFromRight {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-name: imgFromRight;
  animation-name: imgFromRight;
}
.b-main-slider .imgToRight {
  -webkit-animation-name: imgToRight;
  animation-name: imgToRight;
}
@-webkit-keyframes fromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
  }
  40% {
    -webkit-transform: translateX(-12%);
    transform: translateX(-12%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
  }
  40% {
    -webkit-transform: translateX(-12%);
    transform: translateX(-12%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes toRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-12%);
    transform: translateX(-12%);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes toRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-12%);
    transform: translateX(-12%);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes imgFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
  }
  40% {
    -webkit-transform: translateX(-12%);
    transform: translateX(-12%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes imgFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
  }
  40% {
    -webkit-transform: translateX(-12%);
    transform: translateX(-12%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes imgToRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-12%);
    transform: translateX(-12%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
  }
}
@keyframes imgToRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-12%);
    transform: translateX(-12%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
  }
}
/***s-index-b***/
.s-index-b {
  padding: 27px 0 40px;
}
.s-index-b .btn-a {
  padding: 10px 15px;
  margin-bottom: 2px;
  font-size: 20px;
  line-height: 1;
  vertical-align: bottom;
  font-weight: 600;
}
.b-exchange-rate {
  display: inline-block;
  vertical-align: middle;
  width: 378px;
  padding: 0 28px;
  margin-left: 27px;
  border: 1px solid #afb5bc;
}
.b-exchange-rate:first-child {
  margin-left: 0;
}
.b-exchange-rate__logo {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: #47596b;
  cursor: pointer;
  text-align: center;
  font-size: 0;
}
.b-exchange-rate__logo:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.b-exchange-rate__logo svg {
  display: inline-block;
  vertical-align: middle;
  height: 62px;
  width: 68px;
  fill: #fff;
}
.b-exchange-rate__inner {
  height: 276px;
  padding: 15px 0 37px;
}
.b-exchange-rate__title {
  margin-bottom: 37px;
  font-size: 29px;
  line-height: 1;
  color: #47596b;
  font-weight: 600;
  text-align: center;
}
.b-exchange-rate__address {
  display: inline-block;
  vertical-align: bottom;
  width: 150px;
  margin-right: 38px;
  font-size: 15px;
  line-height: 1.2;
  color: #47596b;
}
.t-rate {
  width: 332px;
  margin: 0 auto 24px;
}
.t-rate th {
  color: #47596b;
  font-size: 15px;
  line-height: 0.7;
  padding: 0 8px 12px;
  text-align: left;
  font-weight: 500;
}
.t-rate td {
  min-width: 94px;
  color: #47596b;
  font-size: 19px;
  line-height: 1.3;
  padding: 0 5px;
  position: relative;
}
.t-rate td:first-child {
  min-width: 45px;
  padding-left: 0;
  font-weight: 600;
}
.t-rate .rise,
.t-rate-biz .rise {
  position: relative;
  padding-left: 16px;
}
.t-rate .rise:before,
.t-rate-biz .rise::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 4px;
  top: 5px;
  width: 10px;
  height: 7px;
  border-bottom: 7px solid #50d83e;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.t-rate .fall,
.t-rate-biz .fall {
  position: relative;
  padding-left: 16px;
}
.t-rate .fall:before,
.t-rate-biz .fall::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 7px;
  border-top: 7px solid #b53015;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.t-rate-biz .fall::before,
.t-rate-biz .rise::before{
  top: 0;
}
.b-converter {
  display: inline-block;
  vertical-align: middle;
  width: 378px;
  padding: 0 28px;
  margin-left: 30px;
  border: 1px solid #afb5bc;
}
.b-converter .b-converter__logo {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: #47596b;
  cursor: pointer;
  text-align: center;
  font-size: 0;
}
.b-converter .b-converter__logo:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.b-converter .b-converter__logo svg {
  display: inline-block;
  vertical-align: middle;
  height: 70px;
  width: 72px;
  fill: #fff;
}
.b-converter .b-converter__title {
  margin-bottom: 37px;
  font-size: 29px;
  line-height: 1;
  color: #47596b;
  font-weight: 600;
  text-align: center;
}
.b-converter .b-converter__inner {
  height: 276px;
  padding: 15px 0 37px;
}
.b-converter .ibSBox-wrap {
  display: inline-block;
  vertical-align: top;
  margin-left: -1px;
}
.b-converter .ibSBox-selected {
  display: inline-block;
  padding-left: 15px;
  padding-right: 25px;
  margin-top: -1px;
  width: 93px;
  border-width: 0 1px 0 0;
  border-color: #afb5bc;
  font-size: 20px;
  line-height: 38px;
  text-transform: uppercase;
  background: none;
}
.b-converter .ibSBox-selected._open:before {
  background: #afb5bc;
}
.b-converter .ibSBox-selected._open:after {
  border-top-color: #fff;
}
.b-converter .ibSBox-selected:after {
  right: 7px;
}
.b-converter .ibSBox-selected:before {
  height: auto;
  width: 25px;
  top: 1px;
  bottom: 1px;
}
.b-converter .ibSBox-ul {
  top: 37px;
  border: solid #47596b;
  border-width: 0 1px 1px 1px;
  box-shadow: none;
  background: #fff;
  text-transform: uppercase;
}
.b-converter .ibSBox-li {
  padding: 4px 5px 4px 15px;
  font-size: 20px;
}
.b-converter .ibSBox-li._selected {
  color: #fff;
  background: #47596b;
}
.b-converter .jspVerticalBar {
  display: none;
}
.b-converter .b-converter__from,
.b-converter .b-converter__to {
  height: 38px;
  border: 1px solid #afb5bc;
}
.b-converter .b-converter__from__input,
.b-converter .b-converter__to__input {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 14px;
  width: 224px;
  height: 37px;
  margin-left: -4px;
  font-size: 20px;
  color: #47596b;
}
.b-converter .b-converter__result__from {
  padding-top: 33px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #47596b;
  font-weight: 600;
}
.b-converter .b-converter__result__from span {
  margin: 3px;
}
.b-converter .b-converter__arr {
  height: 32px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAKCAYAAAC0VX7mAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdCMzVFMDdFODEzRTExRTU5Q0Q3RENFQjQ3Q0U5ODkwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdCMzVFMDdGODEzRTExRTU5Q0Q3RENFQjQ3Q0U5ODkwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0IzNUUwN0M4MTNFMTFFNTlDRDdEQ0VCNDdDRTk4OTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0IzNUUwN0Q4MTNFMTFFNTlDRDdEQ0VCNDdDRTk4OTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7UHA4qAAAAlklEQVR42mJYt22fwP///xmogUFmsTAwMDxYv33/BCA9IdDT8QMDGQCoXwBIFYAwI9DU/1DxjyBDSTEY2SAg5geJIRvIQKzB2AyCAWwG4jQYn0HIBiYA6QYglidgMAM+g4DgIcgcRlDsQG0nZDADPoOAvlgAdiHMQKTwIdZgFIPgXkY3kAiDsRpE0EAsBjPgMwgGAAIMAIsJixn4pQehAAAAAElFTkSuQmCC") center center no-repeat;
}
.b-search-offices {
  display: inline-block;
  vertical-align: middle;
  width: 378px;
  padding: 0 28px 0;
  margin-left: 27px;
  border: 1px solid #afb5bc;
}
.b-search-offices .b-search-offices__logo {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: #47596b;
  cursor: pointer;
  text-align: center;
  font-size: 0;
}
.b-search-offices .b-search-offices__logo:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.b-search-offices .b-search-offices__logo svg {
  display: inline-block;
  vertical-align: middle;
  height: 70px;
  width: 54px;
  fill: #fff;
}
.b-search-offices .b-search-offices__title {
  margin-bottom: 37px;
  font-size: 29px;
  line-height: 1;
  color: #47596b;
  font-weight: 600;
  text-align: center;
}
.b-search-offices .b-search-offices__inner {
  height: 276px;
  padding: 15px 0 37px;
}
.b-search-offices .ibSBox-wrap {
  margin-bottom: 10px;
}
.b-search-offices .search-street-select-ibsb-wrap {
  margin-bottom: 32px;
}
.b-search-offices .ibSBox-selected {
  padding-left: 15px;
  padding-right: 25px;
  border: 1px solid #afb5bc;
  border-radius: 0;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  background: none;
}
.b-search-offices .ibSBox-selected._open:before {
  background: #afb5bc;
}
.b-search-offices .ibSBox-selected._open:after {
  border-top-color: #fff;
}
.b-search-offices .ibSBox-selected:after {
  right: 7px;
}
.b-search-offices .ibSBox-selected:before {
  height: 100%;
  width: 25px;
}
.b-search-offices .ibSBox-ul {
  top: 38px;
  border: solid #47596b;
  border-width: 0 1px 1px 1px;
  box-shadow: none;
  background: #fff;
}
.b-search-offices .ibSBox-li {
  font-size: 20px;
  line-height: 1;
  padding-left: 15px;
}
.b-search-offices .b-search-offices__input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 0 15px;
  margin-bottom: 33px;
  border: 1px solid #afb5bc;
  font-size: 20px;
  line-height: 38px;
  color: #47596b;
}
.b-search-offices .b-search-offices__input::-webkit-input-placeholder {
  opacity: 1;
  color: #4c5b6f;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.b-search-offices .b-search-offices__input::-moz-placeholder {
  opacity: 1;
  color: #4c5b6f;
  transition: opacity 0.3s ease;
}
.b-search-offices .b-search-offices__input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.b-search-offices .b-search-offices__input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.b-search-offices .b-search-offices__form__bottom {
  text-align: center;
}
/***s-index-c***/
.s-index-c {
  padding: 0 0 40px;
  background-size: cover;
  position: relative;
}
.b-slider {
  position: relative;
  padding-bottom: 40px;
  max-height: 430px;
  overflow: hidden;
  border: 1px solid #afb5bc;
  color: #47596b;
}
.b-slider__logo {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  background: #47596b;
  text-align: center;
  font-size: 0;
}
.b-slider__logo:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.b-slider__logo svg {
  display: inline-block;
  vertical-align: middle;
  height: 56px;
  width: 52px;
  fill: #fff;
}
.b-slider__ttl {
  margin-bottom: 35px;
  font-size: 29px;
  line-height: 1;
  text-align: center;
  color: #47596b;
  font-weight: 600;
}
.b-slider__list {
  width: 1097px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 0;
}
.b-slider__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 366px;
  height: 201px;
  padding: 0 29px;
}
.b-slider__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid #afb5bc;
}
.b-slider__item.hide-border:after {
  border-right: none;
}
.b-slider__item__date {
  margin-bottom: 23px;
  font-size: 15px;
  line-height: 1;
}
.b-slider__item__title {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: #47596b;
}
.b-slider__item__title a {
  color: #47596b;
}
.b-slider__item__title a:hover {
  border-bottom: 1px solid;
}
.b-slider__item__text {
  font-size: 15px;
  line-height: 1.33;
}
.slick-list {
  width: 1097px;
  overflow: hidden;
}
.slick-track {
  -ms-transform: translateZ(0);
  -ms-perspective: 1000;
}
.slick-arrow {
  position: absolute;
  top: 53.5%;
  width: 15px;
  height: 68px;
  font-size: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.slick-arrow.slick-disabled {
  opacity: 0.2;
  cursor: default;
}
.slick-arrow.slick-disabled:hover {
  opacity: 0.2;
}
.slick-arrow:hover {
  opacity: 1;
}
.slick-prev {
  left: 21px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAABECAYAAABeSW/lAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI5OEM1MEQ2OUNCOTExRTVCMTczRTlEQzkzMjU2Q0JDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI5OEM1MEQ3OUNCOTExRTVCMTczRTlEQzkzMjU2Q0JDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Mjk4QzUwRDQ5Q0I5MTFFNUIxNzNFOURDOTMyNTZDQkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Mjk4QzUwRDU5Q0I5MTFFNUIxNzNFOURDOTMyNTZDQkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4KwwuzAAABw0lEQVR42qSX0W2DMBCGjcUAGaHdIAO0KhuE1/YlDNBKjNARInUB8tLnZINUWYARGIEN6J10RA6yzf0XS1YC0ac7//j/g4tpmhw6Xj++vumjL1CYwA19DDS33uGjZvj6+zNY4Ibmgb94sOUnbpfmCYZptAxSyyNflIaWq/nCAy03IlQPw6JyF97wgFA7EyxrPc5CWeBuedMrWua1Oqp6geFwR0GwmGA37yi0Mlc9swkscBsT6jbYz7H58v5Z0RxSv/P06OMJR5kRak/zOQf7zD7+Swm1BrdrLUcFI5G2NMecUDnBdFUTgtVhWqjXHEsLRLCkCbLwMlbRynexigrWaIW6qyxpMWqFWrYNCXWDU7GqrVxLWowWuJdHBA8/Ryq1X1kqO1lv8wi8lwTBYEmMM1o93J4nuPVFioycJJoUiSVJJwZxliRh+GJZsxNjDJIocJI4MYgZZtXfxDAYLAY5aqqn/jE6MxyYpbZUnqs/BGfNkoQ1Zll7J8mbZW3z58yieYlLmqVUwhfLmrNm0b71Rs2ihaNmUcEpsyBnjM4Mx8yCHsoOoVlQ+BSaBYKXZrGcYm/btTCe3PnRVZbKPPjYv/kXYACAOENl6zHxsgAAAABJRU5ErkJggg==") no-repeat;
}
.slick-next {
  right: 21px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAABECAYAAABeSW/lAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBBM0Y0MTgzOUNCOTExRTVCMDlBOTRBNTczOURCNkFGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBBM0Y0MTg0OUNCOTExRTVCMDlBOTRBNTczOURCNkFGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEEzRjQxODE5Q0I5MTFFNUIwOUE5NEE1NzM5REI2QUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEEzRjQxODI5Q0I5MTFFNUIwOUE5NEE1NzM5REI2QUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5srY1CAAABwUlEQVR42pxX7U3DQAw9ThmAEcoGGQBENmj+wp/eACBlBEaoxALtH36XERALZIRsQDYINnJKPu5yfrZkVar0avud37uru396qSibYRgcmt4511O+OUvwL1DljrK2VOY4Uga08Ag+Ue4fnl93MPj7453nPlPWlsocF8oGJmxMIa5CCXOT2YOl7RF8IOJuYTAR19HHl5Y4H/nupCYuRgSR1lOWKGHTYwuWtvXrmmqJ2m4pg6Xtkbja0rZKLEnwRCzBUjnPeu4st8TiFXuUFIsWHBVLFrwlFq+UblwsWteIicUDjrU6NgS8FgtyQyzF4sFLYiYWC/gqFgi8FAtaebauNzw4GtQ2b12wVOZoKUu4sgjkh/KuMFTleT9ZMJa2GyEN3rCSBWLdsP+qFAVIFK9maVlPBrbiLDB41rKasCVRKGFBnGQWBQCuLDdGYAex3hhB/Au7McQxHmPzao6Kq57FQUzgk+VNUvP1an2TJInabFuI2m+2vDFzLW7RW8BNrmqUMPmf1Vke6/njSQlD3OLAtmp5b19t1Qq+wP9uUm6hJazREjUjLGaryMwrW0XAcMt/YBHBDmJ5UpnnPOZEEItfAQYAiG64PQnJhw8AAAAASUVORK5CYII=") no-repeat;
}
/***s-index-d***/
.s-index-d {
  background: #edf0f2;
  padding: 40px 0 34px;
}
.s-index-d__col {
  display: inline-block;
  vertical-align: top;
  margin-left: 136px;
}
.s-index-d__col:first-child {
  margin-left: 0;
}
.s-index-d__col:last-child {
  margin-left: 174px;
}
.m-secondary {
  display: inline-block;
  vertical-align: middle;
}
.m-secondary__title {
  font-size: 29px;
  color: #47596b;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 16px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.m-secondary__title:hover {
  color: #818c9a;
}
.m-secondary__li + .m-secondary__li {
  margin-top: 3px;
}
.m-secondary__link {
  font-size: 15px;
  color: #47596b;
  font-weight: 400;
  letter-spacing: -0.035em;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.m-secondary__link:hover {
  color: #777;
}
/*****p-article*****/
.s-article-a.content-page iframe{
  width: 100% !important;
      margin-top: 39px;
      margin-bottom: 20px;
}
.s-article-a.content-page table{
  margin-bottom: 20px;
}
.s-article-a.content-page table th,.kurses-page table th{
      background: #6e7885;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 20px 0px 20px 20px;
}
.s-article-a.content-page table th:last-child,.kurses-page table th:last-child{
    padding-right: 20px;
}
.s-article-a.content-page div > table th:first-child{
  border-left: 0;
}
.s-article-a.content-page div > table th{
  border-left: 1px solid #c7d6e0;
  padding: 20px;
}
.s-article-a.content-page table td,.kurses-page  table td{
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 0px 20px 20px;
}
.s-article-a.content-page table tr td:last-child,.kurses-page table tr td:last-child{
    padding-right: 20px;
}
.s-article-a.content-page table tr,.kurses-page table tr{
      border-bottom: 1px solid #c7d6e0;
}
.s-article-a.content-page table thead tr:last-child,.kurses-page table thead tr:last-child{
  border-bottom: 0;
}
.s-article-a.content-page .b-about-imp{
  margin-top: 90px;
}
.s-article-a.content-page .b-about-imp__more{
  margin-bottom: 65px;
}
.content-button a{
      padding: 20px 45px;
    background: #b8292f;
    color: #fff !important;
    display: inline-block;
    margin: 20px 0px;
    margin-bottom: 53px;
    font-size: 26px;
    font-weight: bold;
    -webkit-transition: background 0.2s ease-out 0.5s;
    transition: background 0.2s ease-out 0.5s;
}
.content-button a:hover{
    background: #da3635;
}

.fluid-map{
  width: 100%;
  height: 700px;
}

.s-article-a {
  padding: 67px 0 61px;
}
.s-article-a.content-page{
  padding: 67px 0 14px;
}
.s-article-a__table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.s-article-a__center{
  width: 100%;
  display: table-caption;
}
.s-article-a__left {
  display: table-cell;
  vertical-align: top;
  padding: 0 83px 85px 0;
}
.content-page .s-article-a__left{
  padding: 0 83px 0 0;
}
.s-article-a__right {
  display: table-cell;
  vertical-align: top;
  padding-top: 28px;
  width: 380px;
}
.content-page .s-article-a__right{
  padding-top: 13px;
}
.s-article-a .l-imp-links {
  position: relative;
  bottom: 0;
  font-size: 0;
  padding-top: 36px;
}
.s-article-a .l-imp-links:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
}
.s-article-a .l-imp-links__link {
  width: 139px;
  text-align: center;
}
.s-article-a .l-imp-links__link + .l-imp-links__link {
  margin-left: 84px;
}
.s-article-a .l-imp-links__link:hover .l-imp-links__svg {
  fill: #828d9a;
}
.s-article-a .l-imp-links__link:hover .l-imp-links__text {
  color: #828d9a;
}
.s-article-a .l-imp-links__svg {
  fill: #4c5b6f;
  margin-bottom: 10px;
}
.s-article-a .l-imp-links__svg._1 {
  margin-bottom: 18px;
}
.s-article-a .l-imp-links__text {
  color: #4c5b6f;
  line-height: 22px;
}
.b-crumbs {
  margin-bottom: 23px;
}
.b-crumbs__link {
  font-size: 14px;
  color: #4c5b6f;
  line-height: 28px;
  padding: 0 14px;
  position: relative;
  background: #eee;
  display: inline-block;
  vertical-align: middle;
}
.b-crumbs__link:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  width: 13px;
  height: 28px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #eee;
}
.b-article-full h1 {
  font-size: 42px;
  line-height: 53px;
  color: #1a1a18;
  font-weight: 600;
  margin-bottom: 11px;
}
.b-article-full img {
  width: 100%;
  height: auto;
  margin-bottom: 47px;
  margin-top: 52px;
}
.b-article-full time {
  font-size: 14px;
  color: #4c5b6f;
  display: block;
  margin-bottom: 27px;
}
.b-article-full p {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 21px;
}
.b-article-full a {
  color: #ff8809;
  border-bottom: 1px solid #f8cfcf;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.b-article-full a:hover {
  color: #ffbc09;
}
.content-page .b-article-full a{
  color: #b8292f;
}
.content-page .b-article-full a:hover{
  color: #da3635;
}

.b-article-full ul {
  margin-bottom: 36px;
}
.b-article-full li {
  position: relative;
  font-size: 17px;
  color: #1a1a18;
  margin-bottom: 13px;
  padding-left: 30px;
}
.b-article-full li:before {
  display: block;
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  background: #0f759d;
  top: 12px;
  left: 0;
}
.b-signature {
  font-size: 17px;
  font-style: italic;
  color: #4c5b6f;
  display: block;
  margin-bottom: 46px;
}
.b-social {
  background: #eee;
  padding: 24px 33px 28px;
  margin-bottom: 32px;
}
.b-social__title {
  font-size: 20px;
  color: #4c5b6f;
  display: inline-block;
  vertical-align: middle;
}
.b-social .m-social {
  margin-left: 10px;
}
.b-social .m-social__link {
  background: #4c5b6f;
}
.b-social .m-social__svg {
  fill: #fff;
}
.b-back-to-news {
  margin-left: 24px;
  font-size: 17px;
  border-bottom: 1px solid #c3cad4;
  color: #4c5b6f;
  position: relative;
}
.b-back-to-news:before {
  display: block;
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-top: 1px solid #b41e1d;
  border-left: 1px solid #b41e1d;
  left: -20px;
  top: 7px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.b-news {
  background: #eee;
  padding: 30px 40px 15px;
  margin-bottom: 53px;
}
.b-news h2 {
  color: #4c5b6f;
  font-size: 27px;
  margin-bottom: 15px;
}
.l-news-preview {
  margin-bottom: 40px;
}
.l-news-preview a {
  display: block;
  font-size: 17px;
  line-height: 23px;
  color: #1a1a18;
  margin-bottom: 4px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.l-news-preview a:hover {
  color: #da3635;
}
.l-news-preview time {
  font-size: 14px;
  color: #4c5b6f;
}
.l-news-preview li {
  margin-bottom: 15px;
}
.l-news-archive {
  padding-top: 10px;
}
.l-news-archive a {
  color: #1a1a18;
  font-size: 17px;
  font-weight: 600;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.l-news-archive a:hover {
  color: #da3635;
}
.l-news-archive li {
  margin-bottom: 19px;
}
.owl-carousel-1-wrap {
  padding-top: 17px;
  margin-bottom: 12px;
}
.owl-carousel-1-wrap img {
  margin: 0;
}
.owl-carousel-2-wrap {
  padding: 0 14px;
  margin-bottom: 76px;
}
.owl-carousel-2-wrap .item {
  padding: 0 6px;
}
.owl-carousel-2-wrap .img-wrap {
  position: relative;
}
.owl-carousel-2-wrap .img-wrap:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  left: 0;
  top: 0;
  z-index: 1;
}
.owl-carousel-2-wrap .img-wrap:hover:before {
  border: 3px solid #b41d1c;
}
.owl-carousel-2-wrap img {
  margin: 0;
}
.owl-carousel-2-wrap ._active .img-wrap:before {
  border: 3px solid #b41d1c;
}
.owl-carousel-2-wrap .owl-prev,
.owl-carousel-2-wrap .owl-next {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 14px;
}
.owl-carousel-2-wrap .owl-prev:before,
.owl-carousel-2-wrap .owl-next:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 3px solid #b6bcc8;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
  border-left: 3px solid #b6bcc8;
}
.owl-carousel-2-wrap .owl-prev:hover:before,
.owl-carousel-2-wrap .owl-next:hover:before {
  border-color: #b41d1c;
}
.owl-carousel-2-wrap .owl-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.owl-carousel-2-wrap .owl-next:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.owl-carousel-2-wrap .owl-prev {
  left: -14px;
}
.owl-carousel-2-wrap .owl-next {
  right: -14px;
}
.temp {
  display: block;
}
@media only screen and (max-width: 1240px) {
  body {
    width: 1240px;
  }
}
@-webkit-keyframes moveUp {
  50% {
    left: -25px;
  }
  100% {
    left: 0;
  }
}
@keyframes moveUp {
  50% {
    left: -25px;
  }
  100% {
    left: 0;
  }
}


.content-documents{
    border: 1px solid #afb5bc;
    float: left;
    width: 100%;
    margin-top: 40px;
    padding: 0px 40px;
}
.content-documents .block-icon{
    display: block;
    text-align: center;
}
.content-documents .block-icon > div{
  display: inline-block;
    width: 100px;
    height: 100px;
    background: #47596b;
        padding-top: 15px;
}
.content-documents .block-icon > div img{
  margin: 0 auto;
}
.content-documents h3{
      font-size: 29px;
    font-weight: 600;
    color: #4c5b6f;
    text-align: center;
    margin: 20px 0px;
}
.content-documents ul li{
  padding-bottom: 15px;
}
.content-documents ul li a{
  font-size: 17px;
    color: #000;
}
.content-documents ul li a:hover{
  color: rgb(218,54,53);
}
.content-documents ul li p{
  font-size: 14px;
    color: #4c5b6f;
}
.mb15{
  margin-bottom: 15px;
}
.content-page h6{
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 50px;
}

.content-page .b-article-full ul {
    margin-bottom: 20px;
}
.content-page .t-credit-imp{
  margin-bottom: 60px;
}

.f-credit__open_slide{
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  display: block;
}
.f-credit__payment_lgot_2{
  display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 600;
    color: #4c5b6f;
}
#refinanceValue{
  border: 1px solid #DCDCDC;
    margin-top: 20px;
    /* color: #000; */
    font-size: 14px;
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    position: relative;
    font-size: 26px;
    color: #46576e;
    width: 262px;
}
.calc-settings
{display: none;}

#popup-form-control{
  position: fixed;
  bottom: 0;
  cursor: pointer;
  right: 350px;
  z-index: 10;
}

#popup-form-control:hover > p{
  background: #b92b31;
}
#popup-form-control:hover .options{
  display: block;
}
#popup-form-control > p{
  background: #9d1111;
      color: #fff;
    width: 245px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}
#popup-form-control > p:after{
      content: '\25b4';
    display: inline-block;
    position: absolute;
    border-left: 1px solid #cb595d;
    right: 0;
    padding: 0px 15px;
    margin-top: 5px;
    font-size: 24px;
    line-height: 23px;
    height: 28px;
}
#popup-form-control .options{
      display: none;
    position: absolute;
    bottom: 100%;
    text-align: left;
    width: 245px;
    background: #6e7a90;
    padding-top: 30px;
    color: #fff;
}
#popup-form-control .options p{
      padding: 2px 0px;
    display: block;
    border-bottom: 1px solid #a9b1bd;
    padding-left: 5px;
    margin-left: 60px;
}
#popup-form-control .options p:hover{
  background: #656f83;
}
#popup-form-control .options p:last-child{
  border-bottom: 0px;
}

.popup-form, .popup-fillial-form{
  display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    bottom: 0;
    z-index: 24;
    font-size: 0;
    text-align: center;

    font-size: 14px;
}
.popup-fillial-form .f-popup{
  max-width: inherit;
  padding: 25px;
  margin-top: 15px;
}
.popup-fillial-form-header{
  border-bottom: 1px solid #c8d6e1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.popup-fillial-form-header .h4{
      font-size: 24px;
    font-weight: 600;
    color: #485b6c;
}
.popup-fillial-form-body #mapexMap{width: 100% !important;}
.popup-fillial-form-body #mapexMap > ymaps{width: 100% !important}
.popup-fillial-form-body > div,.popup-fillial-form-body > div:first-child > div{
  display: inline-block;
  width: 49%;
  vertical-align: text-top;
}
.popup-fillial-form-body > div:first-child > p:first-child{
      font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.popup-fillial-form-body > div:first-child span{
  color: #818994;
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
}
.popup-fillial-form-body > div:first-child > div:last-child{
  text-align: right;
}
.popup-fillial-form-body > div:first-child > div{
  color: #707787;
  margin-top: 25px;
}
.popup-fillial-form-body > div:first-child > div p{
  font-weight: 600;
}
.popup-fillial-form-body > div:first-child > div table{
  font-size: 16px;
    color: #485b6a;
    font-weight: 500;
    text-align: right;
   width: 100%;
}
.popup-fillial-form-body > div:first-child > div table th{
  font-weight: 600;
}
.popup-fillial-form-body > div:first-child > div table td:first-child{
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.popup-fillial-form-body > div:first-child > div table + a{
      display: inline-block;
    background: #9d1111;
    color: #fff;
    padding: 9px 15px;
    font-size: 18px;
    margin-top: 10px;
}
.popup-fillial-form-body > div:first-child > div table + a:hover{
  background: #B92B31;
}
.popup-fillial-form #fl_content ul{
  padding-left: 20px;
  list-style: inherit;
}
.popup-form .f-popup{
  padding: 81px 0px;
}
.popup-form ul{
  width: 100%;
  border-bottom: 1px solid #dddddd;
  text-align: center;
}
.popup-form ul li{
  display: inline-block;
  color: #7d7d7d;
  text-transform: uppercase;
  padding-bottom: 15px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
.popup-form ul li:nth-child(2){
  margin: 0px 15px;
}
.popup-form ul li:hover, .popup-form ul li.active{
  color: #d21715;
  border-bottom: 3px solid #d21715;
  padding-bottom: 12px;
}
.popup-form ul li:hover:after, .popup-form ul li.active:after{
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #d21715;
}
.popup-form .f-popup > div{
  display: none;
  padding: 15px 35px;
    max-height: 500px;
    overflow: auto;
}
.popup-form .f-popup > div#p-tab1{
  display: block;
}
.popup-form .f-popup > div .f-popup__label{margin-bottom: 10px;}
.popup-form .f-popup > div .f-popup__field,.popup-form .f-popup > div .f-popup__area{margin-bottom: 5px;}
.popup-form .f-popup .submit-btn,
.faq-form .submit-btn{
  color: #fff;
  background: #b41d1c;
  display: inline-block;
  vertical-align: middle;
  height: 65px;
  padding: 0 43px;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.popup-form .f-popup .submit-btn:hover ,
.faq-form .submit-btn:hover {
  background: #da3635;
}


.editor-place .h2{
  display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}
.editor-place .editors-tabs,.editor-place .editable-area-control{
  text-align: center;
}
.editor-place .editor-tabs li{
      display: inline-block;
    width: 49%;
    background: #B41D1C;
    color: #fff;
    padding: 15px;
    margin-bottom: 5px;
    text-align: center;
    cursor: pointer;
}
.editor-place .editor-tabs li.active{
      background: #711413;
}
.editor-place .editor-tabs li:hover{
  background: #B92B31;
}
.editor-place .editable-area-control input.datetimepicker_field,.editor-place .editable-area-control select#otdel_id{

    width: 100%;
    border: 1px solid #ebebeb;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.editor-place .editable-area-control div#otdel_insert_id div.group{
      width: 39%;
    display: inline-block;
}
.editor-place .editable-area-control div#otdel_insert_id{
  background: #F9F9F9;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius: 3px;
    border: 1px solid #E9E9E9;
    overflow: auto;
}
.editor-place .editable-area-control div#otdel_insert_id label{
  margin-right: 10px;
}
.editor-place .editable-area-control div#otdel_insert_id input[type="checkbox"]{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #C3C3C3;
    vertical-align: middle;
    border-radius: 2px;
    background: #fff;
    line-height: 17px;
    text-align: center;
    cursor: pointer;
}
.editor-place .editable-area-control div#otdel_insert_id input[type="checkbox"]:checked{
      background: #B41D1C;
}
.editor-place .editable-area-control div#otdel_insert_id input[type="checkbox"]:checked:after{
  content: '✓';
  color: #fff;
  display: inline-block;
  font-size: 14px;
}

.kurses-page{
  padding-top: 43px;
}
.kurses-page h1{
  font-size: 44px;
  margin-bottom: 46px;
  font-weight: 600;
}
.kurses-page .kurses-page-tabs{
  margin-bottom: 60px;
}
.kurses-page .kurses-page-tabs li{
  display: table-cell;
  padding: 5px 14px;
  font-size: 20px;
  color: #485969;
  border: 1px solid #b0b5bb;
  border-right: 0;
  position: relative;
  cursor: pointer;
}
.kurses-page .kurses-page-tabs li:last-child{
  border-right: 1px solid #b9b5bb;
}
.kurses-page .kurses-page-tabs li.active{
  background: #b41d1c;
  color: #fff;
  border: 0px;
}
.kurses-page .kurses-page-tabs li.active:after{
      content: '';
    position: absolute;
    bottom: -6px;
    transform: rotate(135deg);
    left: -5px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ba2b31;
}
.kurses-page .kurses-filter-block{
      background: #ecf0f3;
    padding: 30px;
    color: #485b6c;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
}
.kurses-page .kurses-filter-block p{
  display: inline-block;
}
.kurses-page .kurses-filter-block .datetimepicker-field{
      margin-left: 10px;
    height: 40px;
    border: 1px solid #b1b4bd;
    background: #fff;
    padding-left: 15px;
    color: #475a6b;
    font-family: Arial;
}
.kurses-page .kurses-filter-block .datetimepicker-container{
  display: inline-block;
  position: relative;
}
.kurses-page .kurses-filter-block .datetimepicker-container:after{
    content: '';
    position: absolute;
    right: 10px;
    top: 45%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #48596d;
}
.kurses-page table{
  margin-bottom: 60px;
}
.kurses-page table th{
  text-align: left;
}
.kurses-page .kurses-table-header{
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 600;
    letter-spacing: -2px;
}
.kurses-page table tbody tr td img{
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.kurses-page table tbody tr td:first-child{
  font-weight: 600;
  color: #b9282f;
}
.kurses-page table tbody tr td{
  font-size: 18px;
}
.kurses-page .kurses-add-info{
  color: #475a6b;
}
.kurses-page .kurses-tab-content{
  display: none;
}
.select-container{position: relative;display: inline-block;vertical-align: top;}
.select-container select{
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;}
.select-container:after{content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #48596d;
    pointer-events: none;
    z-index: 5;
    transform: translateY(-50%);
  }
 .select-container:before{
    content: '';
    right: 1px;
    top: 1px;
    width: 30px;
    height: 38px;
    background: #fff;
    position: absolute;
    pointer-events:none;
    z-index: 4;
  }
.kurses-page .kurses-filter-block select,
.select-container select{
  margin-left: 10px;
    height: 40px;
    border: 1px solid #b1b4bd;
    border-radius: 0;
    background: #fff;
    padding-left: 10px;
    display: block;
    min-width: 220px;
    color: #475a6b;
    font-size: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    padding-right: 30px;
}
.kurses-page .kurses-filter-block select#tab1_time_selector{
  display: inline-block;
}
.kurses-page .kurses-filter-group{
      width: 380px;
    text-align: right;
}
.kurses-page .kurses-filter-group span,.kurses-page .kurses-filter-group select,.kurses-page .kurses-filter-group input,.kurses-page .kurses-filter-group .select-container{
  display: inline-block;
}
.kurses-page .kurses-filter-group select{
  width: 85px;
  min-width: auto;
    vertical-align: top;
}
.kurses-page .kurses-filter-block select#tab2_city_selector{
  min-width: 370px;
}
.kurses-page .kurses-filter-block select#tab1_fillial_selector{
  display: inline-block;
}
.kurses-page .kurses-filter-block a#about_otdel_btn{
      display: inline-block;
    background: #b41d1c;
    color: #fff;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-left: 15px;
    vertical-align: top;
        -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.kurses-page .kurses-filter-block a#about_otdel_btn:hover{
  background: #da3635;
}
.kurses-page .kurses-filter-group input{
    background: #fff;
    height: 40px;
    border: 1px solid #B1B4BD;
    display: table-cell;
    border-left: 0;
    max-width: 175px;
    margin-left: -6px;
    padding-left: 15px;
}
.kurses-page .kurses-filter-group button,
.red-button
{
  background: #b41d1c;
  color: #fff;
  font-size: 20px;
  border: 0px;
  padding: 10px 20px;
  margin-top: 20px;
  font-weight: 600;
  line-height: 1;
  webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.faq-page .kurses-filter-block .red-button {
  float: right;
  margin-top: 0;
}
.kurses-page .kurses-filter-group button:hover,
.red-button:hover
{
      background: #da3635;
}
.kurses-page .errorInput{
      box-shadow: inset 0px 0px 10px -1px #B92A30;
}

.kurses-page #tab2 table tr td:first-child a,#fillials-table td:first-child a{
  color: #48596d;
  cursor: pointer;

  background: -moz-linear-gradient(left, #48596d, #48596d 60%, transparent 60%);
background: -ms-linear-gradient(left, #48596d, #48596d 60%, transparent 60%);
background: -o-linear-gradient(left, #48596d, #48596d 60%, transparent 60%);
background: -webkit-gradient(linear, 0 0, 100% 0, from(#48596d), color-stop(0.6, #48596d), color-stop(0.6, transparent));
background: -webkit-linear-gradient(left, #48596d, #48596d 60%, transparent 60%);
background: linear-gradient(left, #48596d, #48596d 60%, transparent 60%);
background-size: 10px 1px;
background-repeat: repeat-x;
background-position: 0 90%;
}
.kurses-page #tab2 table tr td:first-child a:hover{
  text-decoration: underline;
  background: none;
}
.kurses-page #tab2 table tr td:nth-child(5){
  color: #b8292f;
  font-weight: bold;
}
#fillials-table{
  margin-top: 60px;
}
.calc-titles{
  margin-bottom: 45px;
}
.calc-titles > h2{
  font-size: 32px;
  color: #4c5b6f;
}
.calc-titles > h3{
  font-size: 16px;
  color: #8591a0;
  font-weight: 400;
}
.f-credit__red_label{
  color: #b41d1c;
  font-size: 32px;
  text-align: center;
  display: block;
  font-weight: 600;
}
.f-credit__red_sublabel{
  color: #888888;
  font-size: 16px;
  margin-bottom: 35px;
  display: block;
}
.f-credit__label_precheckbox{
    line-height: 19px;
    font-size: 16px;
    color: #4c5b6f;
    max-width: 170px;
    display: inline-block;
    vertical-align: middle;
}
.f-credit__label_checkbox{
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 2px;
  border:1px solid #ebebeb;
  display: inline-block;
  box-sizing: content-box;
  vertical-align: middle;
  margin-right: 20px;
  margin-left: 9px;
  cursor: pointer;
}
input[type="checkbox"]:checked + .f-credit__label_checkbox:after{
      content: '';
    background: url('/assets/img/abs-check.png');
    background-size: cover;
    width: 25px;
    height: 25px;
    display: block;
    position: relative;
    bottom: 9px;
    left: 1px;
}
.f-credit__new-description-msg{
  top:inherit !important;
  right: inherit !important;
  color: #e53935;
}

.hidden{display: none;}
.inline{display: inline-block !important}
.text-center{text-align: center;}


.faq-page .kurses-filter-block span{
      vertical-align: sub;
    display: inline-block;
}


.responsibility-person{
  margin-bottom: 55px;
}
.responsibility-person-image{
  display: inline-block;
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center;
}
.responsibility-person-info{
  display: inline-block;
  margin-left: 11px;
  vertical-align: top;
  max-width: 330px;
}
.responsibility-person p + p{
  margin-top: 18px;
  color: #47596b;
  font-size: 20px;
}

.faq-answers{

}
.faq-answers .faq-question-holder{
  margin-top: 18px;
}
.faq-answers .faq-question{
  color: #48596d;
  cursor: pointer;
  font-weight: 600;
  background: -moz-linear-gradient(left, #48596d, #48596d 60%, transparent 60%);
  background: -ms-linear-gradient(left, #48596d, #48596d 60%, transparent 60%);
  background: -o-linear-gradient(left, #48596d, #48596d 60%, transparent 60%);
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#48596d), color-stop(0.6, #48596d), color-stop(0.6, transparent));
  background: -webkit-linear-gradient(left, #48596d, #48596d 60%, transparent 60%);
  background: linear-gradient(left, #48596d, #48596d 60%, transparent 60%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: 0 90%;
  border-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.faq-answers .faq-question:hover{
  color: #b8292f;
}
.faq-answers .faq-question p{
  display: initial;
}
.faq-answers .faq-answer{
  margin-top: 10px;
  display: none;
}

.f-popup .select-container{
  width: 100%;
}
.f-popup .select-container select{
  display: block;
  width: 100%;
  border: 2px solid #dcdcdc;
  border-radius: 2px;
  height: 64px;
  padding: 0 21px;
  font-size: 26px;
  color: #000;
  margin-bottom: 32px;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
  margin-left: 0;
}
.f-popup .select-container:before{
  top:5px;
  right: 5px;
}
.faq-form{
  max-height: 600px;
  overflow: auto;
}
.faq-form .error{
  border-color: #9d1111;
}

.jsgrid-filter-row input,
.jsgrid-filter-row select {
  border: 1px solid;
}
.faq-editor-form{
  max-width: 90%;
}
.faq-editor-form .f-popup__label,
.faq-editor-form input,
.faq-editor-form .select-container,
.faq-editor-form .select-container select
{
      display: inline-block;
    width: auto;
    margin-right: 15px;
    height: 40px;
    font-size: 14px;
    vertical-align: sub;
        margin-bottom: 0;
}
.faq-editor-form .select-container:before{
      top: 2px;
    right: 18px;
    height: 36px; 
}
.faq-editor-form .select-container:after{
  right: 25px;
}

.fixed-credit-notification{
    position: fixed;
    right: 0;
    bottom: -91px;
    background: #9d1111;
    right: 350px;
    max-width: 245px;
    padding: 15px;
    transition: .3s all linear;
    z-index: 10;
}
.fixed-credit-notification.active{
  bottom: 41px;
}
.fixed-credit-notification > img{
  margin: 0px auto 10px;
}
.fixed-credit-notification .fixed-credit-notification-message-block{
    background: #fff;
    padding: 10px;
    color: #4c5b6f;
}

.jsgrid-row > td,
.jsgrid-alt-row > td{
  overflow: hidden;
}


.promo-block{
  background: #ffe8e4;
  padding: 30px 35px;
  width: 100%;
}
.promo-block input{
      border: 1px solid #fff1f1;
    background: #fff;
    border-radius: 1px;
    padding: 5px 4px;
    text-transform: uppercase;
    color: #415c71;
    font-weight: 600;
}

.promo-block input::-webkit-input-placeholder{
  font-weight: 400;
  text-transform: none;
}
.promo-block input::-moz-placeholder{
  font-weight: 400;
  text-transform: none; 
}
.promo-block input:-ms-input-placeholder { /* IE 10+ */
  font-weight: 400;
  text-transform: none; 
}
.promo-block input:-moz-placeholder { /* Firefox 18- */
  font-weight: 400;
  text-transform: none; 
}
.promo-block button{
  background: #ff6749;
    padding: 5px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-left: 10px;
}

.promo-result{
  margin-top: 10px;
}
.promo-result img{
  max-width: 30px;
  margin-right: 10px;
}
.promo-result > div{
  display: inline-block;
  vertical-align: middle;
  color: #ff6142;
}
.promo-result > div:first-child{
  width: 41px;
}
.promo-result > div:last-child{
  width: calc(100% - 46px);
}

.promo-clear{
  position: absolute;
  margin-left: -30px;
  font-size: 40px;
  line-height: 28px;
  color: #8591a0;
  margin-top: 5px;
}
.promo-before-text{
  color: #fc6046;
  font-size: 15px;
}
.f-credit__monthly-payment-promo{
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    color: #4c5b6f;
    margin-left: 20px;
    text-decoration: line-through;
}
.f-credit__monthly-payment-promo + .f-credit__monthly-payment{
  color: #fc6046;
  font-weight: 700;
  font-size: 32px;
  display: block;
  margin-left: 20px;
  margin-top: -5px;
  margin-bottom: 15px;
}
.f-credit__row._tooltip div.left,
.f-credit__row._tooltip div.right{
  display: inline-block;
  vertical-align: top;
}
.f-credit__row._tooltip div.left{
  width: 197px;
  text-align: right;
}
.f-credit__row._tooltip div.right{
  margin-top: -5px;
}

.promo-you-save{
  font-size: 15px;
  color: #fc6046;
  display: none;
}
.promo-you-save-value{
  color: #fc6046;
  font-size: 21px;
  margin-left: 22px;
}
.promo-you-save-value + span{
  display: none;
  vertical-align: bottom;
}
.promo-you-save-value + span .f-credit__description-msg{
  left: calc(100% + 47px) !important;
}

.request-form {
  padding: 30px;

  text-align: center;

  background-color: #47596b;
  color: #ffffff;
}
.b-popup .request-form  {
  position: relative;

  max-width: 390px;
  margin: 100px auto;
  padding-top: 50px;

  border: 2px solid #ffffff;
}
.b-popup .request-form .i-close{
  top: 10px;
  right: 10px;
}
.b-popup .request-form .i-close__svg {
  fill: #7c8c9b;
}
.request-form--sticky-active {
  position: fixed;
  max-width: 380px;
  top: 70px;
  box-shadow: 0 0 10px 0 #000;
  z-index: 5;
}
.request-form__title {
  margin-bottom: 10px;

  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.request-form__subtitle {
  margin-bottom: 24px;

  font-size: 16px;
  text-align: center;
}
.request-form__input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  margin-bottom: 10px;

  font-size: 20px;
  font-family: 'Open Sans Semibold', sans-serif;

  background-color: #ffffff;
  border: 2px solid #ebebeb;
  color: #4c5b6f;
}

.request-form__input::-webkit-input-placeholder {color: #96a0b4;}
.request-form__input::-moz-placeholder          {color: #96a0b4;}/* Firefox 19+ */
.request-form__input:-moz-placeholder           {color: #96a0b4;}/* Firefox 18- */
.request-form__input:-ms-input-placeholder      {color: #96a0b4;}

.request-form__input.error {
  color: #d38484 !important;
  background-color: #f7d7d7;
  border: 2px solid #b8292f;
}
.select-container .request-form__select {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 15px;

  font-family: 'Open Sans Semibold', sans-serif;

  color: #96a0b4;
}
.request-form .select-container {
  width: 100%;
  margin-bottom: 10px;
}
.request-form .select-container.error::before {
  border-top: 1px solid #b8292f;
  border-right: 1px solid #b8292f;
  border-bottom: 1px solid #b8292f;
  background-color: #f7d7d7;
}
.request-form__input.error::-webkit-input-placeholder {color:#d38484 !important;}
.request-form__input.error::-moz-placeholder          {color:#d38484 !important;}/* Firefox 19+ */
.request-form__input.error:-moz-placeholder           {color:#d38484 !important;}/* Firefox 18- */
.request-form__input.error:-ms-input-placeholder      {color:#d38484 !important;}
.request-form__checkbox {
  display: none;
}
.request-form__checkbox-control {
  position: relative;

  display: block;
  width: 100%;
  padding-left: 30px;    
  margin-bottom: 10px;
  margin-top: 10px;

  font-size: 16px;
  text-align: left;

  color: #ffffff;
  cursor: pointer;
}
.request-form__checkbox-control::before {
  content: "";

  position: absolute;
  left: 0;
  top: 0;

  display: inline-block;
  width: 22px;
  height: 22px;

  vertical-align: top;

  background-color: #ffffff;
  border-radius: 3px;
  border: 2px solid #ebebeb;
}
.request-form__checkbox.error + .request-form__checkbox-control::before {
  background-color: #f7d7d7;
  border: 2px solid #b8292f;
}
.request-form__checkbox:checked + .request-form__checkbox-control::after {
  content: "";

  position: absolute;
  top: -5px;
  left: 2px;

  display: block;
  width: 25px;
  height: 25px;

  background: url(/assets/img/abs-check.png);
  background-size: cover;
}
.request-form__submit {
  padding: 10px 20px;
  margin-top: 20px;

  font-size: 20px;
  font-family: "Open Sans Semibold", sans-serif;

  color: #ffffff;
}

.request-form__submit:hover,
.request-form__submit:active {
  filter: brightness(119%);
}
.searchform{
  border: 2px solid #dcdcdc;
  border-radius: 2px;
  height: 34px;
  padding: 0px 7px;
  background: #fff;
  font-size: 14px;
  color: #4c5b6f;
  width: 75%;
 }
.search-button {
  	height: 34px;
  	padding: 0px 7px;
  	background: #b8292f;
  	font-size: 16px;
  	color: #fff !important;
  	width: 10%;
        font-family: "Open Sans Semibold", sans-serif

        }
.search-button:hover{
    background: #da3635;
}
.sisea_no_results{
  padding: 50px 0px 300px;
  margin-top: 50px;

}
.sisea-results{
	 margin-top: 25px;
}
.sisea-paging{
	padding: 25px;
}

