body, html {
  margin: 0px; }

body * {
  font-family: "Nunito Sans" ,sans-serif;
  box-sizing: border-box; }

footer .bottom {
  padding: 15px 0px;
  background-color: #111B3A;
  border-top: 1px solid rgba(255, 255, 255, 0.19);
  text-align: center; }
  footer .bottom > p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px; }
  footer .bottom > p a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit; }
footer .top__footer {
  padding: 70px 0px 70px 0px;
  background-color: #111B3A; }
  footer .top__footer .outer__footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    footer .top__footer .outer__footer .menus {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      width: 100%;
      max-width: 640px; }
      footer .top__footer .outer__footer .menus > .menu > ul {
        padding: 0px;
        list-style-type: none;
        margin: 0px; }
        footer .top__footer .outer__footer .menus > .menu > ul > li {
          margin-bottom: 7px;
          font-size: 14px;
          font-weight: 300;
          color: rgba(255, 255, 255, 0.65) !important; }
          footer .top__footer .outer__footer .menus > .menu > ul > li:last-child {
            margin-bottom: 0px; }
          footer .top__footer .outer__footer .menus > .menu > ul > li > a {
            font-size: 14px;
            line-height: 20px;
            font-weight: 300;
            color: rgba(255, 255, 255, 0.65) !important;
            text-decoration: none;
            transition: .3s ease all; }
            footer .top__footer .outer__footer .menus > .menu > ul > li > a:hover {
              color: #fff !important; }
      footer .top__footer .outer__footer .menus > .menu > p {
        margin-top: 0px;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px; }
    footer .top__footer .outer__footer .logo {
      display: inline-flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: column;
      max-width: 375px; }
      footer .top__footer .outer__footer .logo > p {
        margin: 0px;
        color: rgba(255, 255, 255, 0.65);
        font-size: 14px;
        font-weight: 300;
        line-height: 24px; }
      footer .top__footer .outer__footer .logo > a {
        display: inline-flex;
        margin-bottom: 20px;
        align-items: center;
        justify-content: center; }
        footer .top__footer .outer__footer .logo > a img {
          max-width: 180px; }

.container {
  max-width: 1200px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

.description__wrapper {
  background-color: #fff;
  padding: 80px 0px; }
  .description__wrapper .media {
    display: flex;
    justify-content: center;
    align-items: center; }
    .description__wrapper .media img {
      max-width: 100%;
      margin: 35px 0px; }
  .description__wrapper .outer__description .faq__wrapper .elem {
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: white;
    border: 1px solid #e8e8f6;
    cursor: pointer; }
    .description__wrapper .outer__description .faq__wrapper .elem.opened .head .plus {
      opacity: 0; }
    .description__wrapper .outer__description .faq__wrapper .elem .head {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .description__wrapper .outer__description .faq__wrapper .elem .head > p {
        margin: 0px;
        color: #141D38;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.875; }
      .description__wrapper .outer__description .faq__wrapper .elem .head .circle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px;
        border-radius: 250px;
        background-color: transparent;
        margin-right: 12px;
        position: relative; }
        .description__wrapper .outer__description .faq__wrapper .elem .head .circle span[data-emoji]::before {
          content: attr(data-emoji);
          display: inline-block;
          width: 20px;
          height: 20px;
          font-size: 20px;
          line-height: 20px;
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
        }
        .description__wrapper .outer__description .faq__wrapper .elem .head .circle span[data-emoji="➖"] {
          opacity: 0;
        }
        .description__wrapper .outer__description .faq__wrapper .elem.opened .head .circle span[data-emoji="➕"] {
          opacity: 0;
        }
        .description__wrapper .outer__description .faq__wrapper .elem.opened .head .circle span[data-emoji="➖"] {
          opacity: 1;
        }
    .description__wrapper .outer__description .faq__wrapper .elem .content {
      display: none;
      padding: 20px 0px; }
      .description__wrapper .outer__description .faq__wrapper .elem .content > p {
        margin-top: 0px;
        color: #000;
        font-size: 16px;
        line-height: 1.875;
        font-weight: 400;
        margin-bottom: 15px; }
        .description__wrapper .outer__description .faq__wrapper .elem .content > p:last-child {
          margin-bottom: 0px; }
  .description__wrapper .outer__description > span {
    color: #141D38;
    font-size: 14px;
    font-weight: 800;
    display: block;
    margin-bottom: 7px;
    text-transform: uppercase; }
  .description__wrapper .outer__description > h4 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 800;
    color: #141D38; }
  .description__wrapper .outer__description > h2 {
    margin-top: 0px;
    font-size: 28px;
    line-height: 48px;
    color: #141D38;
    font-weight: 800;
    margin-bottom: 20px; }
  .description__wrapper .outer__description > h1 {
    font-size: 42px;
    margin-top: 0px;
    line-height: 56px;
    color: #141D38;
    font-weight: 800;
    margin-bottom: 15px; }
  .description__wrapper .outer__description > p {
    margin-top: 0px;
    color: #141D38;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    margin-bottom: 15px; }
    .description__wrapper .outer__description > p:last-child {
      margin-bottom: 0px; }
    .description__wrapper .outer__description > p a {
      color: inherit;
      text-decoration: underline;
      transition: opacity 0.3s ease; }
      .description__wrapper .outer__description > p a:hover {
        opacity: 0.7; }
  .description__wrapper .outer__description > h3 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 800;
    color: #141D38; }
    .description__wrapper .outer__description > h3 + h4 {
      margin-top: -18px; }
  .description__wrapper .outer__description > ul,
  .description__wrapper .outer__description > ul > li {
    font-size: 16px;
    line-height: 1.4em;
    color: #141D38;
    font-weight: 400;
    margin-bottom: 15px;
  }

header .bottom__header {
  padding: 15px 0px;
  background-color: #1F2A4B; }
  header .bottom__header .bottom__inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .bottom__header .bottom__inner .field {
      width: 100%;
      margin-left: 40px; }
      header .bottom__header .bottom__inner .field input {
        width: 100%;
        background-color: #141D38;
        height: 42px;
        padding-left: 16px;
        padding-right: 16	px;
        outline: none;
        border-radius: 5px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        color: #fff;
        border: 0px; }
        header .bottom__header .bottom__inner .field input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #fff; }
        header .bottom__header .bottom__inner .field input::-moz-placeholder {
          /* Firefox 19+ */
          color: #fff; }
        header .bottom__header .bottom__inner .field input:-ms-input-placeholder {
          /* IE 10+ */
          color: #fff; }
        header .bottom__header .bottom__inner .field input:-moz-placeholder {
          /* Firefox 18- */
          color: #fff; }
    header .bottom__header .bottom__inner .btn {
      min-width: 240px;
      max-width: 240px; }
      header .bottom__header .bottom__inner .btn > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 42px;
        font-family: "Roboto", Sans-serif;
        font-size: 12px;
        border-radius: 5px;
        border-color: #394362;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 16px;
        color: #fff;
        font-weight: 500;
        font-weight: 500;
        background-color: #141D38;
        transition: .3s ease all; }
        header .bottom__header .bottom__inner .btn > a:hover {
          opacity: .7; }
header .top__header {
  background-color: #141D38; }
  header .top__header .outer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0px; }
    header .top__header .outer__top .desc {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: calc(100% - 280px); }
      header .top__header .outer__top .desc .info__icon {
        display: inline-flex;
        position: relative; }
        header .top__header .outer__top .desc .info__icon > span:hover + .tooltip {
          opacity: 1; }
        header .top__header .outer__top .desc .info__icon .tooltip {
          background-color: #1F2A4B;
          border-radius: 6px;
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
          position: absolute;
          right: 0px;
          padding: 8px;
          top: 35px;
          min-width: 180px;
          max-width: 180px;
          opacity: 0;
          pointer-events: none;
          transition: .3s ease all; }
          header .top__header .outer__top .desc .info__icon .tooltip p {
            margin: 0px;
            font-size: 12px;
            line-height: 16px;
            color: #fff;
            text-align: right; }
        header .top__header .outer__top .desc .info__icon > span {
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          header .top__header .outer__top .desc .info__icon > span::before {
            content: attr(data-emoji);
            font-size: 30px;
            line-height: 30px;
            display: inline-block;
            width: 30px;
            text-align: center; }
          header .top__header .outer__top .desc .info__icon > span img {
            min-width: 30px;
            max-width: 30px; }
      header .top__header .outer__top .desc > ul {
        padding: 0px;
        list-style-type: none;
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        margin-right: 20px; }
        header .top__header .outer__top .desc > ul > li > a {
          color: #FFFFFF;
          font-size: 13px;
          font-weight: 600;
          letter-spacing: 0.3px;
          text-transform: uppercase;
          text-decoration: none;
          transition: .3s ease all; }
          header .top__header .outer__top .desc > ul > li > a:hover {
            opacity: .7; }
        header .top__header .outer__top .desc > ul > li.spacer {
          margin: 0px 18px;
          min-height: 24px;
          background-color: #394362;
          min-width: 1px; }
    header .top__header .outer__top .logo {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      margin-right: auto;
    }
      header .top__header .outer__top .logo img {
        max-width: 180px; }

.outer__main {
  display: flex;
  justify-content: space-between; }

.main .elem {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  position: relative; }
  .main .elem:last-child {
    margin-bottom: 0px; }
  .main .elem .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 70%; }
    .main .elem .left .top__grid {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 25px; }
      .main .elem .left .top__grid > .el > p {
        margin: 0px;
        color: #353535;
        font-weight: bold;
        font-size: 17px;
        line-height: 21px;
        font-family: "Roboto" ,sans-serif; }
      .main .elem .left .top__grid > .el .stars > p {
        margin: 0px;
        font-size: 16px;
        line-height: 18px;
        color: #0FA913;
        font-weight: bold; }
        .main .elem .left .top__grid > .el .stars > p span {
          font-size: 17px; }
      .main .elem .left .top__grid > .el > span {
        display: block;
        color: #484848;
        font-size: 13px;
        font-weight: 600;
        line-height: 18px; }
    .main .elem .left .details {
      padding: 15px 30px; }
      .main .elem .left .details .list ul {
        padding: 0px;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        .main .elem .left .details .list ul > li {
          border: 1px solid #E9E9E9;
          border-radius: 250px;
          margin: 3px;
          padding: 5px 12px;
          font-size: 11.5px;
          font-weight: 300;
          color: #4D4D4D;
          display: inline-flex;
          align-items: center;
          position: relative;
          justify-content: flex-start; }
          .main .elem .left .details .list ul > li:hover .tooltip {
            opacity: 1; }
          .main .elem .left .details .list ul > li .tooltip {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            background-color: #1F2A4B;
            padding: 7px 12px;
            border-radius: 4px;
            min-width: 190px;
            transition: .3s ease all;
            top: 32px;
            max-width: 190px;
            opacity: 0;
            pointer-events: none; }
            .main .elem .left .details .list ul > li .tooltip.red {
              background-color: red; }
            .main .elem .left .details .list ul > li .tooltip > p {
              margin: 0px;
              font-size: 12px;
              line-height: 14px;
              color: #fff; }
          .main .elem .left .details .list ul > li span::before {
            content: attr(data-emoji);
            font-size: 20px;
            line-height: 20px;
            display: inline-block;
            width: 20px;
            height: 20px;
            text-align: center;
            margin-right: 5px; }
            .main .elem .left .details .list ul > li span.minus {
              min-width: 10px;
              min-height: 3px;
              background-color: red; }
            .main .elem .left .details .list ul > li span img {
              min-width: 15px;
              max-width: 15px; }
      .main .elem .left .details .sub {
        position: absolute;
        left: 0;
        bottom: -30px;
        width: 100%;
        margin-bottom: 20px;
      }
      .main .elem .left .details .sub > p {
        margin: 0px;
        font-size: 13px;
        line-height: 16px;
        font-weight: 400;
        color: #6A6A6A;
        padding-left: 8px;
        padding-right: 8px;
      }
      .main .elem .left .details .type {
        position: relative;
        border-radius: 5px;
        background-color: #F0F1F4;
        margin-bottom: 15px; }
        .main .elem .left .details .type .inn {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          padding: 20px 30px;
          padding-top: 30px; }
          .main .elem .left .details .type .inn > p {
            margin: 0px;
            font-size: 16px;
            line-height: 1.375;
            font-weight: 400; }
          .main .elem .left .details .type .inn .tooltip {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-left: 12px; }
            .main .elem .left .details .type .inn .tooltip .tool__box {
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              background-color: #1F2A4B;
              padding: 7px 12px;
              border-radius: 4px;
              min-width: 190px;
              transition: .3s ease all;
              top: 24px;
              max-width: 190px;
              opacity: 0;
              pointer-events: none; }
              .main .elem .left .details .type .inn .tooltip .tool__box > p {
                margin: 0px;
                font-size: 12px;
                line-height: 14px;
                color: #fff; }
            .main .elem .left .details .type .inn .tooltip > span {
              display: inline-flex;
              align-items: center;
              justify-content: center; }
              .main .elem .left .details .type .inn .tooltip > span:hover + .tool__box {
                opacity: 1; }
              .main .elem .left .details .type .inn .tooltip > span img {
                min-width: 16px;
                max-width: 16px; }
        .main .elem .left .details .type > span {
          position: absolute;
          border-radius: 5px 5px 5px 5px;
          padding: 5px 10px 5px 10px;
          background-color: #1F2A4B;
          display: inline-flex;
          font-size: 13px;
          color: #fff;
          left: 30px;
          top: -5px;
          font-weight: bold;
          line-height: 1.25; }
      .main .elem .left .details .accordion.opened > .head > p > span {
        transform: rotate(180deg); }
      .main .elem .left .details .accordion .content {
        padding-top: 15px;
        display: none; }
        .main .elem .left .details .accordion .content > p {
          color: #6A6A6A;
          font-size: 11px;
          font-weight: 400;
          line-height: 1.5em;
          letter-spacing: 0.2px;
          margin: 0px; }
        .main .elem .left .details .accordion .content > p a {
          color: #141D38;
          text-decoration: none; }
      .main .elem .left .details .accordion > .head {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 12px;
        background-color: #F4F4F4;
        border-radius: 5px; }
        .main .elem .left .details .accordion > .head > p {
          margin: 0px;
          display: flex;
          align-items: center;
          font-size: 0.8em;
          color: #686868;
          font-weight: 400;
          justify-content: center; }
          .main .elem .left .details .accordion > .head > p span {
            display: inline-flex;
            transition: .3s ease all;
            align-items: center;
            justify-content: center;
            margin-right: 12px; }
            .main .elem .left .details .accordion > .head > p span img {
              min-width: 12px;
              max-width: 12px; }
    .main .elem .left .title {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      border-bottom: 1px solid #F0F1F4;
      padding: 15px 30px; }
      .main .elem .left .title > a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-decoration: none;
        color: inherit;
        width: 100%; }
        .main .elem .left .title > a:hover {
          opacity: 0.8; }
      .main .elem .left .title > a > p {
        margin: 0px;
        font-size: 24px;
        color: #353535;
        font-weight: 700; }
      .main .elem .left .title > a > span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px; }
        .main .elem .left .title > a > span img {
          max-width: 50px; }
  .main .elem .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    border-left: 1px solid #F0F1F4; }
    .main .elem .right .bottom {
      margin-top: 25px; }
      .main .elem .right .bottom > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 53px;
        background-color: #12A813;
        font-size: 18px;
        line-height: 23px;
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        width: 100%;
        position: relative;
        text-transform: uppercase; }
        .main .elem .right .bottom > a:hover {
          font-size: 0px; }
          .main .elem .right .bottom > a:hover span {
            opacity: 1; }
        .main .elem .right .bottom > a span {
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          white-space: nowrap;
          font-size: 12px;
          line-height: 15px;
          opacity: 0;
          text-transform: initial; }
      .main .elem .right .bottom .inf {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%; }
        .main .elem .right .bottom .inf > p {
          margin: 0px;
          width: 100%;
          text-align: center;
          padding: 7px 0px 7px 0px;
          background-color: #F9F9F9;
          border-style: solid;
          border-width: 1px 0px 0px 0px;
          border-color: #E9E9E9;
          color: #353535;
          font-size: 11px;
          font-weight: 400; }
    .main .elem .right .top {
      padding-top: 25px; }
      .main .elem .right .top .information {
        margin-top: 40px;
        padding-left: 25px;
        padding-right: 25px; }
        .main .elem .right .top .information ul {
          padding: 0px;
          list-style-type: none;
          margin: 0px; }
          .main .elem .right .top .information ul > li {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin-bottom: 12px;
            color: #353535;
            font-size: 12px;
            font-weight: 700;
            line-height: 0.8em; }
            .main .elem .right .top .information ul > li:last-child {
              margin-bottom: 0px; }
            .main .elem .right .top .information ul > li span {
              margin-right: 10px;
              display: inline-flex;
              align-items: center;
              justify-content: center; }
              .main .elem .right .top .information ul > li span img {
                min-width: 12px;
                max-width: 12px; }
        .main .elem .right .top .information > p {
          margin-top: 0px;
          color: #363636;
          font-size: 13px;
          font-weight: 400;
          line-height: 0.8em;
          margin-bottom: 10px; }
      .main .elem .right .top > h2 {
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 0px;
        color: #000000;
        font-size: 22px;
        font-weight: 800; }
        .main .elem .right .top > h2 span {
          color: #8F8F8F;
          font-size: 14px;
          font-weight: 500; }
      .main .elem .right .top .top__headline {
        padding-left: 25px;
        padding-right: 25px;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .main .elem .right .top .top__headline .tooltip {
          position: relative; }
          .main .elem .right .top .top__headline .tooltip .tool__box {
            background-color: #1F2A4B;
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
            position: absolute;
            right: 0px;
            top: 24px;
            min-width: 180px;
            max-width: 180px;
            text-align: right;
            padding: 8px 12px;
            opacity: 0;
            transition: .3s ease all;
            pointer-events: none;
            border-radius: 5px; }
            .main .elem .right .top .top__headline .tooltip .tool__box p {
              color: #fff;
              font-size: 12px;
              line-height: 17px;
              margin: 0px; }
          .main .elem .right .top .top__headline .tooltip > span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-left: 10px;
            position: relative;
            top: 2px;
            display: inline-flex;
            align-items: center;
            justify-content: center; }
            .main .elem .right .top .top__headline .tooltip > span:hover + .tool__box {
              opacity: 1; }
            .main .elem .right .top .top__headline .tooltip > span > img {
              min-width: 16px;
              max-width: 16px; }
        .main .elem .right .top .top__headline > span {
          color: #363636;
          font-size: 13px;
          font-weight: 500;
          line-height: 0.8em; }

.main .elem .right .top .information ul > li {
  line-height: 16px; }

.close {
  display: none; }

.menu__btn {
  display: none; }

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

.main__flow {
  padding: 40px 0px;
  background-color: #E9EBEE; }
  .main__flow .outer__main .side {
    min-width: 270px;
    max-width: 270px;
    margin-right: 30px; }
    .main__flow .outer__main .side .side__inner {
      border-radius: 4px;
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.03);
      width: 100%;
      padding: 0px;
      background-color: #fff; }
      .main__flow .outer__main .side .side__inner .el {
        padding: 20px 22px;
        border-bottom: 1px solid #E9E9E9; }
        .main__flow .outer__main .side .side__inner .el .pick__one ul {
          padding: 0px;
          list-style-type: none;
          margin: 0px; }
          .main__flow .outer__main .side .side__inner .el .pick__one ul > li {
            margin-bottom: 8px;
            width: 100%; }
            .main__flow .outer__main .side .side__inner .el .pick__one ul > li:last-child {
              margin-bottom: 0px; }
            .main__flow .outer__main .side .side__inner .el .pick__one ul > li > a {
              font-size: 12px;
              line-height: 16px;
              text-decoration: none;
              color: #000;
              padding: 5px 9px;
              border: 1px solid #E9E9E9;
              border-radius: 10px;
              display: flex;
              align-items: center;
              justify-content: flex-start; }
              .main__flow .outer__main .side .side__inner .el .pick__one ul > li > a.picked {
                background-color: #E9E9E9; }
              .main__flow .outer__main .side .side__inner .el .pick__one ul > li > a img {
                min-width: 30px;
                max-width: 30px;
                margin-right: 6px; }
              .main__flow .outer__main .side .side__inner .el .pick__one ul > li > a::before {
                content: attr(data-emoji);
                font-size: 20px;
                line-height: 30px;
                margin-right: 6px;
                display: inline-block;
                width: 30px;
                text-align: center; }
        .main__flow .outer__main .side .side__inner .el:last-child {
          border-bottom: 0px; }
        .main__flow .outer__main .side .side__inner .el > p {
          margin-top: 0px;
          margin-bottom: 15px;
          font-size: 13px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 0px;
          color: #000; }
  .main__flow .outer__main .main {
    width: 100%; }
  .main__flow h1 {
    font-size: 36px;
    margin-top: 0px;
    line-height: 56px;
    color: #141D38;
    font-weight: 800;
    margin-bottom: 15px; }

.pre__price .irs--flat .irs-min, .pre__price .irs--flat .irs-max {
  display: none !important; }

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  display: none !important; }

.irs--flat .irs-bar {
  background-color: #202B4D !important; }

.irs--flat .irs-handle > i:first-child {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  border-radius: 250px;
  margin-top: -4px;
  margin-left: -8px !important;
  border: 2px solid #000;
  background-color: #fff !important;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3); }

.bottom__fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  margin-top: 15px; }
  .bottom__fields > .el {
    display: flex;
    padding: 0px !important;
    justify-content: flex-start; }
    .bottom__fields > .el > span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      padding: 0px 5px;
      background-color: #e9ecef;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border: 1px solid rgba(0, 0, 0, 0.3); }
    .bottom__fields > .el > input {
      padding: 1px 10px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      color: #333;
      width: 100%;
      border: 1px solid rgba(0, 0, 0, 0.3);
      border-right: 0px; }

.irs--flat .irs-handle.to > i:first-child {
  margin-left: -12px !important; }

.irs--flat {
  margin-top: -22px !important; }

.irs--flat .irs-min, .irs--flat .irs-max {
  display: none !important; }

.filter__btn {
  display: none; }

.side__inner {
  position: sticky;
  top: 30px; }

.main .elem .right .top .information ul > li {
  font-size: 14px; }

.pick__one ul li a.current {
  background-color: #E9E9E9 !important; }

.not__found {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-align: center;
  font-weight: 600;
  display: none; }

.main .elem {
  flex-wrap: wrap; }
  .main .elem > .bottom {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-top: 1px solid #F0F1F4;
    padding: 15px 20px; }
    .main .elem > .bottom > p {
      margin: 0px;
      font-size: 13px;
      line-height: 16px;
      color: #000;
      margin-left: 15px; }
      .main .elem > .bottom > p span {
        font-weight: bold; }
    .main .elem > .bottom > span > svg {
      min-width: 60px;
      max-width: 60px; }

.main .elem .right {
  width: 245px; }

.main .elem .left {
  width: calc(100% - 245px); }

header .bottom__header .bottom__inner .btn {
  min-width: 270px;
  max-width: 270px; }

header .bottom__header .bottom__inner .field {
  margin-left: 30px; }

header .top__header .outer__top .logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
}
  header .top__header .outer__top .logo img {
    max-width: 180px; }

@media (max-width: 1200px) {
  header .top__header .outer__top .logo {
    min-width: 240px;
    max-width: 240px; }

  header .top__header .outer__top .desc {
    width: calc(100% - 265px); }

  header .bottom__header .bottom__inner .btn {
    min-width: 230px;
    max-width: 230px; }

  header .bottom__header .bottom__inner .field {
    margin-left: 30px; }

  .main__flow .outer__main .side {
    min-width: 230px;
    max-width: 230px; }

  footer .top__footer .outer__footer .menus {
    max-width: 540px; } }
.main .elem .right {
  min-width: 245px; }

@media (max-width: 991px) {
  .main .elem .right .top .top__headline .tooltip .tool__box {
    left: 0px;
    right: auto;
    text-align: left; }

  .main .elem {
    flex-direction: column; }

  .main .elem .left {
    width: 100%; }

  .main .elem .right .top {
    padding-top: 0px; }

  .main .elem .right {
    min-width: 0px;
    max-width: 100%;
    width: 100%; }

  .main .elem .right .top .information {
    margin-top: 0px; }

  .main .elem .left .title {
    padding: 15px; }

  .main .elem .right .top > h2 {
    font-size: 19px; }

  .main .elem .left .details {
    padding: 15px; }

  .description__wrapper .outer__description .faq__wrapper .elem .head > p {
    font-size: 14px;
    line-height: 1.6; }

  .description__wrapper .outer__description .faq__wrapper .elem .content > p {
    font-size: 14px;
    line-height: 1.6; }

  .description__wrapper {
    padding: 45px 0px; }

  footer .top__footer .outer__footer {
    flex-direction: column; }

  footer .top__footer .outer__footer .logo {
    max-width: 100%;
    margin-bottom: 25px; }

  footer .top__footer {
    padding: 40px 0px; }

  footer .top__footer .outer__footer .menus {
    max-width: 100%; }

  .description__wrapper .outer__description > h2 {
    font-size: 26px;
    line-height: 42px; }

  .description__wrapper .outer__description > h3 {
    font-size: 18px;
    line-height: 32px; }

  .description__wrapper .outer__description > h4 {
    font-size: 24px;
    line-height: 32px; }

  .description__wrapper .outer__description > h1 {
    font-size: 40px;
    line-height: 48px; }
  .main__flow h1 {
    font-size: 28px;
    line-height: 42px; }
  }
.side > a {
  display: none; }
  .side > a span::before {
    content: attr(data-emoji);
    font-size: 12px;
    line-height: 1;
    display: inline-block; }

@media (max-width: 767px) {
  .side > a {
    display: inline-flex;
    position: absolute;
    top: 10px;
    right: 10px;
    align-items: center;
    justify-content: center; }
    .side > a img {
      min-width: 20px;
      max-width: 20px; }

  .main .elem .left .details .type .inn {
    padding-left: 15px;
    padding-right: 15px; }

  .main .elem .left .details .type > span {
    left: 12px; }

  .main__flow {
    padding: 25px 0px; }

  .main__flow .outer__main .side {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    min-width: 0px;
    max-width: 290px;
    right: -290px;
    transition: .3s ease all;
    margin-right: 0px;
    z-index: 2;
    background-color: #fff; }

  .main__flow .outer__main .side .side__inner {
    position: static;
    height: 100%;
    border-radius: 0px; }

  header .bottom__header {
    padding: 0px; }
    header .bottom__header .container {
      padding-left: 0px;
      padding-right: 0px; }

  header .bottom__header .bottom__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }

  header .bottom__header .bottom__inner .btn > a {
    width: 100%;
    max-width: 100%;
    border-radius: 0px; }

  header .bottom__header .bottom__inner .btn {
    min-width: 0px;
    max-width: 100%; }

  .filter__btn {
    display: inline-flex;
    align-items: center;
    width: 100%; }
    .filter__btn a {
      display: inline-flex;
      align-items: center;
      min-height: 42px;
      width: 100%;
      justify-content: center;
      font-size: 13px;
      line-height: 16px;
      text-decoration: none;
      color: #fff;
      text-transform: uppercase;
      font-family: "Roboto", Sans-serif;
      font-weight: 500;
      background-color: #141D38; }
      .filter__btn a span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 7px; }
        .filter__btn a span img {
          min-width: 22px;
          max-width: 22px; }

  header .bottom__header .bottom__inner .field {
    display: none; }

  header .top__header .outer__top .desc .info__icon {
    display: none; }

  .menu__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .menu__btn > a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .menu__btn > a > span {
        display: inline-flex;
        min-width: 26px;
        min-height: 3px;
        background-color: #fff;
        border-radius: 5px;
        margin-bottom: 4px; }
        .menu__btn > a > span:last-child {
          margin-bottom: 0px; }

  header .top__header .outer__top .logo {
    justify-content: flex-start;
    margin: 0;
    width: auto; }

  header .top__header .outer__top .desc {
    width: 100%;
    max-width: 290px;
    position: fixed;
    top: 0px;
    height: 100%;
    background-color: #141D38;
    padding: 25px 20px;
    z-index: 4;
    right: -290px;
    transition: .4s ease all; }
    header .top__header .outer__top .desc .close {
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      header .top__header .outer__top .desc .close > a {
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        header .top__header .outer__top .desc .close > a span::before {
          content: attr(data-emoji);
          font-size: 12px;
          line-height: 1;
          display: inline-block; }
    header .top__header .outer__top .desc ul {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      height: 100%;
      padding-top: 30px; }
      header .top__header .outer__top .desc ul > li {
        margin-bottom: 8px; }
        header .top__header .outer__top .desc ul > li > a {
          font-size: 15px;
          line-height: 20px; }
        header .top__header .outer__top .desc ul > li:last-child {
          margin-bottom: 0px; }
      header .top__header .outer__top .desc ul .spacer {
        display: none; } }
.main .elem .left .details .type .inn .tooltip .tool__box, .main .elem .left .details .list ul > li .tooltip {
  z-index: 2; }

@media (max-width: 575px) {
  .main .elem > .bottom > span > svg {
    min-width: 45px;
    max-width: 45px; }

  .main .elem > .bottom > p {
    font-size: 12px;
    line-height: 13px; }

  .main .elem .left .top__grid > .el:nth-child(3) {
    display: none; }

  .main .elem .left .top__grid > .el:nth-child(2) {
    text-align: right; }

  .description__wrapper .outer__description > h2 {
    font-size: 18px;
    line-height: 34px; }

  .description__wrapper .outer__description > span {
    margin-bottom: 3px; }

  .description__wrapper .outer__description > h3 {
    font-size: 14px;
    line-height: 28px; }

  .description__wrapper .outer__description > h4 {
    font-size: 20px;
    line-height: 28px; }

  .description__wrapper .outer__description > h1 {
    font-size: 26px;
    line-height: 40px; }

  footer .top__footer .outer__footer .menus {
    flex-direction: column; }
    footer .top__footer .outer__footer .menus > .menu {
      margin-bottom: 20px; }
      footer .top__footer .outer__footer .menus > .menu:last-child {
        margin-bottom: 0px; }
  .main__flow h1 {
    font-size: 18px;
    line-height: 32px; }
  }

@media (max-width: 768px) {
  header .bottom__header .bottom__inner .filter__btn a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
    border-right: none;
  }
  
  header .bottom__header .bottom__inner .btn > a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-right: none;
  }
  header .top__header .outer__top .desc > ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    padding-top: 30px;
    width: auto; }
}

/* Mobile/Desktop Visibility Classes */
@media (max-width: 767px) {
    .desktop-only {
        display: none !important;
    }
    .mobile-only {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }
    .desktop-only {
        display: block !important;
    }
}

.main .elem .left .details .accordion > .head > p span[data-emoji] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 16px;
    line-height: 1;
}

.main .elem .left .details .accordion > .head > p span[data-emoji]::before {
    content: attr(data-emoji);
    display: inline-block;
}

.main .elem .right .top .information ul > li span[data-emoji]::before {
    content: attr(data-emoji);
    display: inline-block;
    margin-right: -5px;
    font-size: 16px;
    line-height: 1;
}

.main .elem .right .top .top__headline .tooltip > span[data-emoji]::before {
    content: attr(data-emoji);
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    margin-left: -5px;
    margin-top: -30px;
}

/* Add new selector for standalone .sub */
.sub {
    margin-bottom: 20px;
}
.sub > p {
    margin: 0px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #6A6A6A;
    padding-left: 8px;
    padding-right: 8px;
}

/* Låneberegner styling */
.loan-calculator {
  background: #fff;
  border-radius: 5px;
  box-shadow: none;
  padding: 30px;
  margin-bottom: 30px;
}

.calculator-header {
  text-align: center;
  margin-bottom: 30px;
}

.calculator-header h2 {
  color: #141D38;
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 10px 0;
}

.calculator-header p {
  color: #666;
  font-size: 16px;
  margin: 0;
}

.calculator-form {
  margin-bottom: 30px;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
}

.form-group label {
  display: block;
  color: #141D38;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}

.form-group input[type="number"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e8e8f6;
  border-radius: 5px;
  font-size: 16px;
  color: #141D38;
  background: #fff;
  margin-bottom: 10px;
}

.form-group input[type="number"]:focus {
  outline: none;
  border-color: #141D38;
  box-shadow: 0 0 0 2px rgba(20, 29, 56, 0.1);
}

.range-slider {
  margin-top: 10px;
}

.calculate-btn {
  text-align: center;
  margin-top: 30px;
}

.calculate-btn button {
  background: #141D38;
  color: #fff;
  border: none;
  padding: 15px 40px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.calculate-btn button:hover {
  background: #1a2a4a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(20, 29, 56, 0.3);
}

.calculator-results {
  background: #f8f9fa;
  border-radius: 5px;
  padding: 25px;
  margin-top: 30px;
}

.results-header h3 {
  color: #141D38;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-align: center;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.result-item {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #e8e8f6;
  text-align: center;
}

.result-label {
  display: block;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.result-value {
  display: block;
  color: #141D38;
  font-size: 24px;
  font-weight: 800;
}

.amortization-schedule {
  margin-top: 30px;
}

.amortization-schedule h4 {
  color: #141D38;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.schedule-table {
  overflow-x: auto;
}

.schedule-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.schedule-table th {
  background: #141D38;
  color: #fff;
  padding: 12px 15px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.schedule-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #e8e8f6;
  font-size: 14px;
  color: #141D38;
  white-space: nowrap;
}

.schedule-table tr:nth-child(even) {
  background: #f8f9fa;
}

.schedule-table tr:hover {
  background: #f0f2f5;
}

.calculator-info {
  margin-top: 30px;
}

.info-box {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 5px;
  padding: 20px;
}

.info-box h4 {
  color: #856404;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.info-box ul {
  margin: 0;
  padding-left: 20px;
}

.info-box li {
  color: #856404;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.info-box li:last-child {
  margin-bottom: 0;
}

/* Update date styling */
.update-date {
  color: #363636;
  font-size: 12px;
  font-weight: 300;
  display: block;
  margin-bottom: 7px;
  text-transform: uppercase;
  text-align: right;
}

/* Responsive design */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    gap: 15px;
  }
  
  .results-grid {
    grid-template-columns: 1fr;
  }
  
  .schedule-table {
    font-size: 12px;
  }
  
  .schedule-table th,
  .schedule-table td {
    padding: 8px 10px;
  }
  
  .loan-calculator {
    padding: 20px;
  }
}
