@charset "UTF-8";
/* Старые стили глобус */
@import url("../../css/style-globe.css");
/* SDK: Шаблоны шапки, навбара и футера, дополнительные стили */
.b-header,
.service-block.service-block-just-logo,
.service-block.service-block-custom,
.service-block.wm-loan,
.b-footer {
  display: none; }

.spoiler_links {
  display: inline-flex;
  align-items: center; }
  .spoiler_links:after {
    content: "";
    display: inline-flex;
    width: 14px;
    height: 14px;
    background: transparent url("/assets/images/arrow-down.svg");
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center; }
  .spoiler_links.spoiler_links_opened:after {
    background: transparent url("/assets/images/arrow-up.svg");
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center; }

.spoiler_body .spoiler_links:after {
  display: none; }

/* SDK: Шаблоны шапки и футера, дополнительные стили */
:root {
  --container-width: 100%
; }

.sdk-desktop {
  --container-width: 1024px
; }

body #js-banner-mobile {
  margin-top: -32px; }

body #panel section.header {
  height: auto;
  background-color: transparent;
  top: -60px; }

body section.header .c_wrapper {
  width: 100%;
  max-width: 100%; }

body .b-wm-footer {
  width: 100%;
  margin: 0 0 -20px; }

body .b-wm-header {
  height: auto; }

body {
  width: 100%; }

.body .c_wrapper {
  width: 100%;
  max-width: 100%; }

body .wrapper {
  width: var(--container-width);
  margin: 0 auto;
  box-sizing: border-box; }

body .home-page {
  width: var(--container-width);
  margin: 0 auto;
  max-width: 1024px;
  min-height: calc(100vh - 334px); }

body.sdk-desktop .contanier_output_input {
  width: var(--container-width); }

body.sdk-desktop .contanier_output_input ul.result_list {
  width: calc(var(--container-width) - 315px); }

body .illustration-main {
  margin: 0 auto; }

body.sdk-desktop div.main-fieldset ul {
  display: flex; }

body.sdk-desktop div.main-fieldset ul li {
  flex: 1;
  width: auto; }

body.sdk-desktop div.main-fieldset.main-for-individuals ul li,
body.sdk-desktop div.main-fieldset.main-for-business ul li {
  position: relative;
  padding-bottom: 14px; }

body.sdk-desktop div.main-fieldset.main-for-individuals ul li span,
body.sdk-desktop div.main-fieldset.main-for-business ul li span {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 14px;
  bottom: 0; }

@media (min-width: 992px) {
  body:not(.video_container) .b-wm-header {
    min-height: 168px; }
  body:not(.video_container) div.service-block + div.wrapper {
    min-height: calc(100vh - 446px); } }

    