@font-face {
  font-family: 'Museo900';
  src: url("../fonts/Museo900-Regular.eot");
  src: url("../fonts/Museo900-Regular.woff2") format("woff2"), url("../fonts/Museo900-Regular.woff") format("woff"), url("../fonts/Museo900-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Museo700';
  src: url("../fonts/Museo700-Regular.eot");
  src: url("../fonts/Museo700-Regular.woff2") format("woff2"), url("../fonts/Museo700-Regular.woff") format("woff"), url("../fonts/Museo700-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Museo500';
  src: url("../fonts/Museo500-Regular.eot");
  src: url("../fonts/Museo500-Regular.woff2") format("woff2"), url("../fonts/Museo500-Regular.woff") format("woff"), url("../fonts/Museo500-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Museo300';
  src: url("../fonts/Museo300-Regular.eot");
  src: url("../fonts/Museo300-Regular.woff2") format("woff2"), url("../fonts/Museo300-Regular.woff") format("woff"), url("../fonts/Museo300-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Museo100';
  src: url("../fonts/Museo100-Regular.eot");
  src: url("../fonts/Museo100-Regular.woff2") format("woff2"), url("../fonts/Museo100-Regular.woff") format("woff"), url("../fonts/Museo100-Regular.ttf") format("truetype"); }

.yellow {
  color: #dbdd00;
  font-family: "Museo900", sans-serif; }

.green {
  color: #3d8823;
}

::selection { background: #3297FD; }

.bold-text-banner {
  font-family: "Museo900", sans-serif;
  font-weight: bold;
}

#bs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  margin: 0 auto; }

.bs-header-logos {
  float: left; }

.bs-header-buttons {
  float: right;
  margin-right: 10px; }

.bs-button {
  padding: 8px 8px; }

.bs-button-login {
  background: #3b8a22;
  background: #3b8a22;
  color: white;
  text-transform: uppercase;
  border: 2px solid #3b8a22;
  border-radius: 4px;
  margin: 0; }

.bs-button-login:hover {
  color: white;
  text-decoration: none; }

.bs-button-pass {
  border: 2px solid #3b8a22;
  background: white;
  color: #3b8a22;
  text-transform: uppercase;
  border-radius: 4px;
  margin-right: 30px; }

.bs-button-pass:hover {
  color: #3b8a22;
  text-decoration: none; }

.bs-header-dropdown {
  display: none;
  z-index: 11;
  position: absolute;
  top: 70px;
  right: 0;
  height: 69px;
  background: white;
  padding-top: 20px;
  border-bottom-left-radius: 5px;
  width: 100%;
  text-align: right; }

.bs-menu-toggler {
  position: relative;
  padding-left: 1.25em;
  right: 30px; }

.bs-header-dropdown.show {
  display: block; }

.bs-header-buttons span:before,
.bs-header-buttons span:after,
.bs-header-buttons span {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 36px;
  background: #2f2f2f;
  position: absolute;
  display: block;
  content: ''; }

.bs-header-buttons span:before {
  top: -10px; }

.bs-header-buttons span:after {
  bottom: -10px; }

#bs-contentTop {
  background: url("../images/main-banner-480.jpg") no-repeat right top;
  height: 550px;
  position: relative;
  padding: 30px;
  z-index: 10; }

.bs-contentTop-border {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  align-items: center;
  color: white; }

.bs-contentTop-text {
  width: 100%; }

.bs-contentTop-text p {
  margin: 30px 20px;
  line-height: 39px;
}

.bs-contentTop-p1 {
  font-size: 34px;
}

.bs-contentTop-p2 {
  font-family: "Museo700", sans-serif;
  color: black;
  width: 100%;
  float: left;}

.bs-contentTop-p2 .price {
  font-size: 50px;
  padding-right: 20px;
}

.bs-contentTop-p2-text {
  float: left;
  background: rgba(255,255,255,0.7);
  border-radius: 12px;
  padding: 10px;
  position: relative;
  margin: 8px;
  padding: 11px 10px 3px 10px;
  font-size: 14px;
}

.bs-contentTop-p2-text.services {
  display: flex;
}

.bs-contentTop-p2-text .box-left {
  float: left;
}

.bs-contentTop-p2-text .box-right {
  font-size: 14px;
  line-height: 19px;
}

.bs-contentTop-p2-text .plus {
  background: url(../images/plus.png) no-repeat;
  width: 21px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: -10px;
}

.bs-contentTop-p3 {
  font-family: "Museo500", sans-serif;
  font-size: 40px; }

.text-wrap {
  white-space: nowrap; }

.bs-list-circles {
  display: flex;
  text-align: left;
  list-style-type: none;
  flex-direction: column;
  padding: 0; }

.bs-list-circles li {
  width: 100%;
  position: relative;
  padding: 25px 0;
  display: flex;
  align-items: center; }

.bs-list-circles .circle {
  height: 100px;
  width: 100px;
  color: #0064ff;
  font-size: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: #3d8823;
  display: flex;
  align-items: center;
  margin: 0 auto;
  float: left;
  min-width: 100px; }

.bs-list-circles .circle:before {
  content: " ";
  width: 0;
  height: 0;
  font-size: 1px;
  border-top: 8px solid transparent;
  border-left: 13px solid #3d8823;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: 45px;
  -ms-transform: translateY(84px) rotate(90deg);
  -webkit-transform: translateY(84px) rotate(90deg);
  transform: translateY(84px) rotate(90deg); }

.bs-list-circles .circle:after {
  content: " ";
  border-right: 3px dotted #7caf02;
  position: absolute;
  left: 50px;
  height: 22px;
  transform: translateY(65px); }

.bs-list-circles li:last-child .circle:after {
  content: none; }

.bs-list-circles li:last-child .circle:before {
  content: none; }

.bs-list-circles .circle-in {
  height: 93%;
  width: 93%;
  font-size: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: #3d8823;
  border: 2px solid white;
  margin: 0 auto;
  align-items: center;
  display: flex; }

.circle-dotted {
  border-radius: 50%;
  border: 2px dotted white;
  width: 90%;
  height: 90%;
  margin: 0 auto;
  position: relative; }

.mask {
  background: #3d8823;;
  width: 60%;
  height: 111%;
  border-radius: 100% 0 0 100%/50%;
  position: absolute;
  top: -3px;
  left: -5px; }

.mask:after {
  content: " ";
  background: #3d8823;
  width: 100%;
  height: 51%;
  border-radius: 0% 0% 100% 0%;
  position: absolute;
  top: 50%;
  left: 88%; }

.bs-list-circles li:nth-child(2) .mask:after {
  content: none; }

.bs-list-circles li:nth-child(3) .mask:after {
  top: -85px;
  left: 0;
  -ms-transform: translateY(84px) rotate(180deg);
  -webkit-transform: translateY(84px) rotate(180deg);
  transform: translateY(84px) rotate(180deg); }

.bs-list-circles li:nth-child(3) .mask {
  background: none; }

.bs-list-circles li:nth-child(4) .mask {
  display: none; }

.step {
  z-index: 100;
  position: relative;
  color: white;
  top: 5px;
  font-family: "Museo500", sans-serif;
  font-size: 47px; }

.bs-list-text {
  width: 100%;
  padding-left: 30px; }

.bs-list-text:after {
  border-right: 3px dotted #7caf02;
  position: absolute;
  top: 120px;
  left: 50px;
  height: 20px; }

#bs-contentBottom h3 {
  font-family: "Museo700", sans-serif;
  color: #dbdd00;
  text-align: center;
  font-size: 34px;
  padding-bottom: 15px; }

#id_email {
  width: 100%; }

#submit {
  background: #dbdd00;
  width: 100%;
  color: #3b8a22;
  text-transform: uppercase;
  font-family: "Museo700", sans-serif;
  padding: 9px;
  font-size: 25px;
  border: none;
  box-shadow: 2px -2px rgba(0, 0, 0, 0.12); }

#id_email, #submit {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 20px; }

.formCol.right {
  color: white;
  font-family: "Museo100", sans-serif;
  font-size: 14px; }

.formCol.left input {
  width: 100%;
  padding: 14px 5px;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 14px 5px;
  text-align: center;
  border: 1px solid #dbdd00; }

.formRow {
  padding-bottom: 8px; }

#bs-contentBottom ul {
  padding-left: 18px; }

.formRow label {
  width: 100%; }

.formRow input {
  margin-left: 6px; }

.hidden input {
  display: none; }

.formRow input[type=checkbox] {
  margin-top: 7px;
  margin-right: 15px;
  padding: 10px; }

.errorlist {
  clear: both; }

.bs-rodo-expand {
  font-weight: bold; }

#panel {
  text-align: center; }

#panel input {
  margin-right: 0; }

#panel ul {
  text-align: left; }

#panel #submit {
  margin: 0 auto;
  display: block; }

.login {
  text-align: center; }

.bs-rodo-long {
  display: none; }

#bs-contentBottom .errorlist {
  color: #ff5f5f;
  margin-bottom: 0; }

p.message-header {
  font-size: 50px;
  color: #dbdd00;
  font-family: "Museo700", sans-serif; }

#message-box p:not(.message-header) {
  font-size: 19px; }

#bs-elead-msg {
  color: #ff5f5f;
  font-weight: bold; }

.formColTransfer.left {
  width: 100%;
  float: left; }

.formColTransfer.right {
  width: 100%;
  float: left; }

.formColTransfer label {
  clear: both;
  float: left;
  margin-top: 10px;
  font-size: 15px; }

.formColTransfer input {
  clear: both;
  float: left;
  width: 100%;
  border-radius: 4px;
  padding: 5px;
  border: 1px solid #dbdbdb; }

.formColTransfer select {
  float: left;
  clear: both;
  width: 100%;
  border-radius: 4px;
  padding: 5px; }

.text-form {
  text-align: left;
  font-size: 14px; }

.panel-przelew-info {
  text-align: left; }

#panel {
  text-align: center; }

#panel h3 {
  text-align: center;
  font-size: 50px; }

.bs-footer-container {
  background: url("../images/footer-grafika-mobile.png") no-repeat right bottom;
  position: relative;
  padding-bottom: 40%; 
}

.bs-footer-content {
  font-size: 16px; }

#bs-footer {
  background-color: #2e5668; }

.footer-text {
  color: white;
  margin: 0;
  font-size: 19px; }

.footer-list {
  padding-left: 0; }

.footer-list li {
  color: white;
  padding-top: 18px;
  list-style: none; }

.footer-list li:before {
  content: "\279c";
  color: #dbdd00;
  padding-right: 10px; }

@media only screen and (min-width: 481px) {
  .bs-footer-container {
    background: url("../images/footer-grafika-mobile.png") no-repeat right bottom;
    padding: 0; } }

#bs-footerExtra {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 30px;
  font-size: 12px; }

#bs-footerExtra ul {
  height: 20px;
  margin: 20px 0;
  display: block;
  clear: both;
  list-style-type: none;
  padding: 0; }

#bs-footerExtra ul li {
  float: left; }

#bs-footerExtra ul li a {
  padding: 4px; }

body {
  font-size: 1.1rem; }

#bs-wrapper {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  font-family: "Museo300", sans-serif; }

#bs-contentMiddle {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 30px;
  color: #2e5668; }

#bs-contentBottom {
  background-color: #3b8a22; }

.bs-contentBottom-container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  color: white; }

.bs-contentBottom-container a {
  color: white; }

.bs-footer-content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 30px; }

.logo-mBank {
  width: 70px; }

.logo-bankier {
  width: 100px; }

@media screen and (min-width: 480px) {
  #bs-contentTop {
    background: url("../images/main-banner-980.jpg") no-repeat right top; }
  .bs-contentTop-p3 {
    font-size: 66px; }
  .bs-header-dropdown {
    width: auto; }
  .bs-button {
    padding: 8px 29px; }
  .bs-button-login {
    margin-right: 20px;
    margin-left: 20px; }
  .footer-list li:nth-child(3), .footer-list li:nth-child(4) {
    width: 60%; }
  .bs-contentTop-text p {
    margin: 100px 20px 15px 7px;
  }
  .bs-contentTop-p2-text.services {
    display: block; }
  .logo-mBank {
    margin-left: 20px; 
    width: auto; }
  .logo-bankier {
    width: auto; }
}

@media screen and (min-width: 980px) {
  .bs-contentTop-p2-text {
    font-size: 17px;
    background: white; }
  .bs-contentTop-p2-text .box-right {
    float: left;
    font-size: 17px; 
    padding-top: 19px; }
  .footer-list {
    width: 58%; }
  .bs-contentTop-p1 {
    font-size: 47px; }
  .bs-header-dropdown {
    display: block; }
  .bs-menu-toggler.show {
    display: none; }
  .bs-header-dropdown {
    position: relative;
    height: auto;
    padding: 0;
    top: auto; }
  .bs-header-buttons {
    margin-right: 0; }
  .bs-button-pass {
    margin-right: 0; }
  #bs-contentTop {
    background: url("../images/main-banner-1920.jpg") no-repeat right top; }
  .bs-contentTop-text {
    font-size: 33px;
    padding-right: 0; }
  .bs-contentTop-text p {
    margin: 45px 8px; 
    line-height: 54px; }
  #bs-contentTop {
    background-position-x: 50%; }
  .bs-list-circles li {
    width: 25%;
    padding: 0 20px;
    display: block; }
  .bs-list-circles {
    flex-direction: row;
    text-align: center; }
  .bs-list-circles .circle {
    float: none;
    margin-bottom: 20px; }
  .bs-list-circles .circle:after {
    border-top: 4px dotted #3d8823;
    position: absolute;
    width: 32%;
    top: 48px;
    left: 85%;
    border-right: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
  .bs-list-circles .circle:before {
    top: 41px;
    right: -22%;
    left: auto;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
  .bs-list-text {
    padding-left: 0; }
  #id_email {
    width: 60%;
    float: left; }
  #submit {
    width: 25%;
    float: none; }
  #bs-contentBottom h3 {
    text-align: left;
    font-size: 64px; }
  .formCol.left input {
    width: 60%;
    margin-right: 20px; }
  #panel h3 {
    text-align: center;
    font-size: 50px; }
  .formColTransfer.left {
    width: 50%; }
  .formColTransfer.right {
    width: 50%; }
  .formColTransfer input, .formColTransfer select {
    width: 70%; }
  #bs-contentBottom h3.title-form {
    font-size: 28px; }
  .bs-footer-container {
    background: url("../images/footer-grafika-desktop.png") no-repeat right bottom;
    padding: 0; }
  .footer-text {
    font-size: 24px; } }

@media screen and (min-width: 1400px) {
  .bs-contentTop-border {
    width: 1080px; }
  #bs-contentTop {
    padding: 30px 0; }
  #bs-header {
    padding: 20px 0;
    max-width: 1080px; }
  .bs-footer-container {
    background-position-x: 100%; } 
  .bs-footer-container {
    background: url("../images/footer-grafika-1920.png") no-repeat right bottom; }
  }

  @media screen and (min-width: 1920px) {
  .bs-contentTop-p2 .price {
    font-size: 61px; }
    .bs-contentTop-p2-text {
      font-size: 20px;
    }
    .bs-contentTop-p2-text .box-right {
      padding-top: 23px;
      font-size: 20px;
      line-height: 24px;
    }
  }
