/**
 * Fade in/out przy zmianie opacity / display
 */
.h-big-blue {
  transition: all 0.2s ease;
}
.h-big-blue:hover {
  background-color: #4e8dff !important;
  box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.4) !important;
}
.h-big-blue-changeColor {
  transition: all 0.5s ease-in-out;
  border: 2px solid #5f97fb;
}
.h-big-blue-changeColor:hover {
  background-color: transparent !important;
  color: #5f97fb !important;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.body-wizard {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #404040;
  position: relative;
}
#wrapper {
  background: #fff;
}
.wrapper-center {
  max-width: 1170px;
  margin: 0 auto;
}
.hidden {
  display: none;
}
/* MSG */
.msg {
  padding: 15px 30px 15px 60px;
  margin: 0 0 30px;
  font-size: 13px;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.msg-error {
  border: solid 1px #ed351e;
  color: #ed351e;
  background: #fce9e7 url(/build/images/error-ico.f021041e.png) no-repeat 18px center;
}
.error .selectboxit-btn,
.error.selectboxit-btn {
  background-color: #fce9e7;
  color: #000;
  border: solid 1px #ed351e;
}
.error .selectboxit-text,
.error.selectboxit-text {
  color: #000;
}
/* TOP */
#header-content {
  height: 100px;
  display: table;
}
#header-content #topLogo {
  float: left;
  margin: 12px 30px 0 0;
  display: block;
  background: url(/build/images/logo.30959f90.svg) no-repeat 0 center;
  background-size: contain;
  width: 170px;
  height: 71px;
  font-size: 0;
  line-height: 0;
  text-indent: -10000px;
}
#header-content .topContent {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: right;
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;
}
/* PASEK POSTEPU */
#wizard-progress {
  width: 100%;
  background: #dedede;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 45px;
  overflow: hidden;
  margin: 0 0 40px;
}
#wizard-progress td {
  text-align: center;
  position: relative;
  color: #fff;
  padding: 0 0 0 20px;
}
#wizard-progress td:after {
  width: 43px;
  height: 43px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  transform: rotate(45deg);
  background-color: inherit;
  z-index: 11;
}
#wizard-progress td:last-child:after {
  display: none;
}
#wizard-progress td a {
  color: inherit;
  display: block;
  z-index: 12;
  position: relative;
}
#wizard-progress td.active {
  background: #d21981;
}
#wizard-progress td a,
#wizard-progress td span {
  text-decoration: none;
}
/* PRZYCISKI */
.buttons {
  text-align: center;
  margin: 30px 0;
}
.buttons .button {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  background-color: #fd5405;
  background-image: linear-gradient(to top, #fe5a0e, #fc5000);
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  position: relative;
  transition: all 0.3s ease;
  font-weight: bold;
  border: 0;
  color: #fff;
  margin: 0 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  border-radius: 2px;
  box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.2);
}
.buttons .button:hover {
  background: #00b54b;
}
.buttons .next {
  padding: 0 50px 0 30px;
  background: #2cc848;
}
.buttons .next:after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
}
.buttons .previous {
  padding: 0 30px 0 50px;
  background-color: #65488e;
  background-image: linear-gradient(to top, #5d3a8e, #6d548f);
}
.buttons .previous:after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  transform: rotate(-135deg);
  margin: auto;
}
.buttons.buttons-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #f2f3f6;
  box-shadow: 0px 2px 76px 0px #eaeef4;
  margin: 0;
}
.buttons.buttons-fixed-top .buttons-text {
  font-weight: bold;
  padding: 10px 20px 0;
  display: inline-block;
}
.buttons.buttons-fixed-top .buttons-buttons {
  display: inline-block;
}
.buttons.buttons-fixed-top .buttons-buttons .button {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* NR TEL W STOPCE */
.phone-footer {
  position: fixed;
  right: 30px;
  bottom: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #5d3a8e;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
.phone-footer div {
  padding: 15px 32px;
  font-weight: bold;
}
.phone-footer ul {
  line-height: 26px;
  text-align: center;
  transition: all 0.3s ease 0.15s;
  opacity: 0;
  height: 0;
}
.phone-footer ul li:nth-child(2) span {
  padding: 0 0 0 24px;
  background: url(/build/images/ico-phone.31f5e911.png) no-repeat 0 center;
}
.phone-footer ul li:nth-child(3) span {
  padding: 0 0 0 24px;
  background: url(/build/images/ico-mail.a67efb4e.png) no-repeat 0 center;
}
.phone-footer:hover ul {
  opacity: 1;
  height: 100px;
}
.phone-footer a {
  color: #ffffff;
  text-decoration: none;
}
/* FORM */
form .wizard-body {
  margin: 0 360px 0 0;
}
form .section_title {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #d8d8d8;
}
form .section_title h3 {
  font-size: 14px;
  line-height: 18px;
  color: #404040;
  font-weight: 600;
  border-bottom: 3px solid #5f97fb;
  display: inline-block;
  padding: 10px 0;
}
form .section {
  margin: 0 0 15px;
}
form .form_row {
  padding: 10px 0;
  margin: 0 0 10px 0;
  position: relative;
  clear: both;
}
form .form_row:hover {
  background-color: #f3f3f3;
  background-image: -webkit-linear-gradient(right, #f3f3f3, #fcfcfc);
  background-image: -moz-linear-gradient(right, #f3f3f3, #fcfcfc);
  background-image: -o-linear-gradient(right, #f3f3f3, #fcfcfc);
  background-image: -ms-linear-gradient(right, #f3f3f3, #fcfcfc);
  background-image: linear-gradient(to left, #f3f3f3, #fcfcfc);
}
form .col1 {
  float: left;
  width: 230px;
  font-size: 14px;
  font-weight: 800;
  text-align: right;
  margin: 4px 0 0;
  word-wrap: break-word;
}
form .col1 span.required {
  display: none;
}
form .col2 {
  margin: 0 30px 0 260px;
}
form .col2 * {
  vertical-align: middle !important;
}
form .col2 sup {
  margin: -8px 0 0;
  display: inline-block;
}
form .form_errors,
form label.error {
  font-size: 12px;
  color: #ed351e;
  margin: 8px 12px 0 2px;
  padding: 0 0 0 30px;
  background: url(/build/images/error-ico.f021041e.png) no-repeat 0 0;
  line-height: 18px;
  font-weight: 600;
  clear: both;
  box-sizing: border-box;
  display: block;
  position: static;
  text-transform: none;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
form .collection .col2 {
  margin: 0;
}
form input[type="text"],
form textarea {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  /*-webkit-box-shadow: inset 0 2px 2px rgba(208,208,208,.75);
        -moz-box-shadow: inset 0 2px 2px rgba(208,208,208,.75);
        box-shadow: inset 0 2px 2px rgba(208,208,208,.75);*/
  border: 1px solid #aaa;
  line-height: 28px;
  height: 28px;
  padding: 0 20px 0 8px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #404040;
  margin: 0 15px 0 0;
}
form input[type="text"]:disabled,
form textarea:disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
form input[type="text"].error,
form textarea.error {
  background-color: #fce9e7 !important;
  -webkit-box-shadow: inset 0 2px 2px rgba(208, 208, 208, 0.75);
  -moz-box-shadow: inset 0 2px 2px rgba(208, 208, 208, 0.75);
  box-shadow: inset 0 2px 2px rgba(208, 208, 208, 0.75);
  border: solid 1px #ed351e;
}
form .rowInfo .row-info {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(35, 31, 32, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(35, 31, 32, 0.16);
  box-shadow: 0 1px 3px rgba(35, 31, 32, 0.16);
  border: solid 1px #d8d8d8;
  font-size: 14px;
  line-height: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  z-index: 10;
  padding: 20px;
  right: -360px;
  width: 320px;
  top: -20px;
  display: none;
}
form .rowInfo .row-info h3 {
  color: #5F97FB;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0 14px;
}
form .rowInfo .row-info p {
  padding: 0 0 14px;
}
@media screen and (min-width: 769px) {
  form .rowInfo:hover:after {
    background-image: url(/build/images/infobox-left.3fe5f38b.png);
    background-position: right center;
    background-repeat: no-repeat;
    width: 15px;
    height: 18px;
    content: "";
    position: absolute;
    right: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
    visibility: visible;
  }
  form .rowInfo:hover .row-info {
    display: block;
  }
  form .rowInfo .row-info-mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  form .rowInfo .row-info-mobile {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    position: absolute;
    right: -36px;
    top: 28px;
    background: #5c3a8e;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
  }
}
form .selectboxit-btn {
  border: none;
  background: none;
  vertical-align: top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 2px 2px rgba(208, 208, 208, 0.75);
  -moz-box-shadow: inset 0 2px 2px rgba(208, 208, 208, 0.75);
  box-shadow: inset 0 2px 2px rgba(208, 208, 208, 0.75);
  border: 1px solid #d8d8d8;
  line-height: 33px;
  min-height: 33px;
  padding: 0 5px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form .selectboxit-container span {
  line-height: 33px;
  height: 33px;
}
form .selectboxit-text {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 14px;
  padding: 0 15px;
}
form .selectboxit-arrow-container {
  width: 32px;
  height: 33px;
  background: url(/build/images/select-arrow.573374c5.png) no-repeat center center;
}
form #character_counter,
form #character_counter_title {
  text-align: right;
  font-size: 12px;
  display: block;
  margin: 8px 0 0;
}
form a {
  color: #0000ee;
  text-decoration: underline;
}
form .checkbox {
  margin-right: 10px !important;
}
form .checkbox label.error {
  position: absolute;
  left: 0;
  top: 20px;
  min-width: 300px;
}
form .wrap.error span {
  color: #404040 !important;
}
form .sectionCheckbox .form_row {
  display: inline-block;
  width: 270px;
  vertical-align: top;
}
form .sectionCheckbox .col2 {
  float: left;
  text-align: left;
  margin: 0 5px 0 20px;
}
form .sectionCheckbox .col1 {
  float: none;
  display: inline-block;
  text-align: left;
  margin: 3px 0 0;
  font-weight: normal;
  font-size: 13px;
  width: auto;
  max-width: 214px;
}
form .sectionCheckbox label {
  cursor: pointer;
  display: block;
}
form .ui-autocomplete-loading {
  background-image: url(/build/images/loader_1_20.1da7ee16.gif);
  background-position: right center;
  background-repeat: no-repeat;
}
/* RODZAJ TANSAKCJI */
.body-wizard-1 {
  background: #f3f3f3;
}
.body-wizard-1 #header-content #topLogo {
  margin: 30px 30px 0 0;
}
.body-wizard-1 #wizard-1 {
  padding: 0 0 60px;
}
.body-wizard-1 #wizard-1 .header h1 {
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  margin: 30px 0 50px;
}
.body-wizard-1 #wizard-1 .level {
  position: relative;
}
.body-wizard-1 #wizard-1 .level ul#transaction {
  text-align: center;
}
.body-wizard-1 #wizard-1 .level ul#transaction li {
  display: inline-block;
  margin: 0 15px;
  font-size: 20px;
  text-align: left;
  background: #5f97fb;
  border-radius: 5px;
}
.body-wizard-1 #wizard-1 .level ul#transaction li a {
  display: inline-block;
  padding: 25px 0 25px 88px;
  width: 152px;
  color: #fff;
  text-decoration: none;
  z-index: 1;
  border-radius: 5px;
  position: relative;
}
.body-wizard-1 #wizard-1 .level ul#transaction li a::after {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  background-color: #afcbfd;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 27px;
  left: 52px;
}
.body-wizard-1 #wizard-1 .level ul#transaction li a:hover {
  background-color: #4286f5;
}
.body-wizard-1 #wizard-1 .level ul#transaction li a.inactive {
  background-color: #eeeeee;
  color: #acacac;
}
.body-wizard-1 #wizard-1 .level ul#transaction li a.inactive::after {
  border: 2px solid #acacac;
  background-color: #fff;
}
.body-wizard-1 #wizard-1 .level ul#transaction li a.active {
  background-color: #4285f4;
  color: #fff;
}
.body-wizard-1 #wizard-1 .level ul#transaction li a.active::after {
  border: 2px solid #fff;
  background-color: #afcbfd;
}
.body-wizard-1 #wizard-1 .level ul#transaction li.unactive {
  background: #d21981 url(/build/images/tab-bg.ea4ef3d9.png) repeat-x 0 bottom;
}
.body-wizard-1 #wizard-1 .level .property {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto;
  background-color: #4285f4;
  padding: 6px;
  width: 561px;
  margin-top: -7px;
  z-index: 2;
  position: relative;
  display: none;
}
.body-wizard-1 #wizard-1 .level .property ul li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.body-wizard-1 #wizard-1 .level .property ul li a {
  display: inline-block;
  padding: 25px 36px 25px 30px;
  width: 214px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  border-bottom: 1px solid #82aefc;
  vertical-align: middle;
}
.body-wizard-1 #wizard-1 .level .property ul li a:after {
  content: "";
  background: url(/build/images/arrow-tab.8f2efc1e.png) no-repeat;
  width: 7px;
  height: 12px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.body-wizard-1 #wizard-1 .level .property ul li a:hover {
  background-color: #6097fb;
}
.body-wizard-1 #wizard-1 .level .property ul li:nth-child(2n) a {
  border-left: 1px solid #82aefc;
}
.body-wizard-1 #wizard-1 .level .property.active {
  display: block;
}
.body-wizard-1 #wizard-1 .level .property.S li:last-of-type a {
  width: 495px;
  border-bottom: 0;
  border-top: 1px solid #82aefc;
}
.body-wizard-1 #wizard-1 .level .property.S li:last-of-type a span {
  font-size: 13px;
  display: block;
}
.body-wizard-1 #wizard-1 .level .property.S ul li:nth-last-child(3) a,
.body-wizard-1 #wizard-1 .level .property.S ul li:nth-last-child(2) a {
  border-bottom: 0;
}
.body-wizard-1 #wizard-1 .level .property.W ul li:nth-last-child(2) a,
.body-wizard-1 #wizard-1 .level .property.W ul li:nth-last-child(1) a {
  border-bottom: 0;
}
.body-wizard-1 #wizard-1 .level-info {
  position: absolute;
  top: 25px;
  left: 0;
  font-size: 20px;
  line-height: 28px;
  color: #b0b0b0;
  width: 266px;
  text-align: center;
  padding: 0 8px 0 0;
  background: url(/build/images/arrow-info.ec28de2e.png) no-repeat right center;
}
.body-wizard-1 #wizard-1 #level-2 .level-info {
  top: 14px;
  display: none;
}
.body-wizard-1 #wizard-1 .wizard-body-active #level-2 .level-info {
  display: block;
}
.body-wizard-1 #wizard-1 .wizard-body-active #level-1 .level-info {
  display: none;
}
.body-wizard-1 .promo {
  margin: 68px 0 50px;
}
.body-wizard-1 .promo .promo-content h2 {
  display: none;
}
.body-wizard-1 .promo .promo-content h2.active {
  background: #ffffff;
}
.body-wizard-1 .promo .content-tab {
  display: none;
  background: #fff;
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
  padding: 70px 70px 40px;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.body-wizard-1 .promo .content-tab p {
  padding: 0 0 25px;
}
.body-wizard-1 .promo .content-tab-1 {
  display: block;
}
.body-wizard-1 .promo ul.tabs {
  display: flex;
  justify-content: space-between;
}
.body-wizard-1 .promo ul.tabs li {
  display: inline-block;
  padding: 66px 0 25px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #acacac;
  text-align: center;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.body-wizard-1 .promo ul.tabs li h2 {
  font-weight: bold;
}
.body-wizard-1 .promo ul.tabs li:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 40px;
  height: 29px;
  margin: auto;
  background: url(/build/images/ico-tabs-blue.d2a5a41f.png) no-repeat 0 0;
}
.body-wizard-1 .promo ul.tabs li.active {
  background: #ffffff;
  color: #5f97fb;
}
.body-wizard-1 .promo ul.tabs #tab-1:after {
  background-position: 5px 0;
}
.body-wizard-1 .promo ul.tabs #tab-1.active:after {
  background-position: 5px bottom;
}
.body-wizard-1 .promo ul.tabs #tab-2:after {
  background-position: -30px 0;
}
.body-wizard-1 .promo ul.tabs #tab-2.active:after {
  background-position: -30px bottom;
}
.body-wizard-1 .promo ul.tabs #tab-3:after {
  background-position: -65px 0;
}
.body-wizard-1 .promo ul.tabs #tab-3.active:after {
  background-position: -65px bottom;
}
.body-wizard-1 .promo ul.tabs #tab-4:after {
  background-position: -97px 0;
}
.body-wizard-1 .promo ul.tabs #tab-4.active:after {
  background-position: -97px bottom;
}
/* LOKALIZACJA */
#wizard-2 {
  /** 
     * DZIALKI EWIDENCYJNE
     * -------------------------- */
}
#wizard-2 .row_map {
  width: 100%;
  max-width: 770px;
  margin: 20px auto 40px;
  /*opacity: 0;*/
  /*height: 0;*/
  transition: all 1s ease 0.15s;
  padding: 0 10px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
#wizard-2 .row_map.active {
  opacity: 1;
  height: 480px;
}
#wizard-2 .row_map .gm-style-iw {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  color: #000000;
}
#wizard-2 #map-canvas {
  width: 100%;
  height: 480px;
}
#wizard-2 .toggle-map-buttons {
  display: none;
}
#wizard-2 .toggle-map {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  background: #d21981;
  border-radius: 4px;
  padding: 8px 16px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
#wizard-2 .toggle-map.disabled {
  background: #dedede;
}
#wizard-2 input[type="text"] {
  width: 100%;
}
#wizard-2 select {
  visibility: hidden;
}
#wizard-2 select,
#wizard-2 .selectboxit-container,
#wizard-2 .selectboxit-container .selectboxit,
#wizard-2 .selectboxit-container .selectboxit-options {
  width: 100%;
}
#wizard-2 .col2-info input {
  width: 200px;
  display: inline-block;
}
#wizard-2 .col2-info .info {
  width: 230px;
  font-size: 12px;
  line-height: 17px;
  display: inline-block;
  padding: 0 0 0 46px;
  position: relative;
  margin: -8px 0 -10px;
}
#wizard-2 .col2-info .info:after {
  width: 10px;
  height: 10px;
  border-left: 2px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
  transform: rotate(45deg);
  background-color: inherit;
}
#wizard-2 .rowSpecial {
  padding: 0;
  margin: 0;
}
#wizard-2 #wizard_dzialki_ewidencyjne {
  width: 100%;
  display: none;
}
#wizard-2 #wizard_dzialki_ewidencyjne input#wizard_dzialki_ewidencyjne_1_powierzchnia {
  width: 110px;
}
#wizard-2 #wizard_dzialki_ewidencyjne li span {
  margin: 0 20px 0 0;
}
#wizard-2 #wizard_dzialki_ewidencyjne li input[type="text"] {
  width: 210px;
}
#wizard-2 #wizard_dzialki_ewidencyjne th {
  background-color: #5d3a8e;
  color: #fff;
}
#wizard-2 #wizard_dzialki_ewidencyjne th,
#wizard-2 #wizard_dzialki_ewidencyjne td {
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #fff;
  vertical-align: top !important;
}
#wizard-2 #wizard_dzialki_ewidencyjne input,
#wizard-2 #wizard_dzialki_ewidencyjne select {
  width: 100%;
}
#wizard-2 #wizard_dzialki_ewidencyjne tr th:first-child {
  width: 10px;
}
#wizard-2 #wizard_dzialki_ewidencyjne td p {
  padding: 5px;
  color: #404040;
  font-weight: 600;
  text-align: left;
}
#wizard-2 #wizard_dzialki_ewidencyjne .selectboxit-container .selectboxit {
  width: 150px;
}
/* PARAMETRY I ZDJECIA */
#wizard-3 {
  /* domyslny rozmiar kontrolek */
  /* odstepy w checkboksach */
  /* labelka od checkboksow */
  /* DODATKOWE INFORMACJE */
  /* CENA OBOK WALUTY */
  /* DATA W JEDNYM WIERSZU */
  /* KOLEKCJE */
  /* WYSOKOSC */
  /* KONTAKT */
  /* CKEDITOR */
}
#wizard-3 .collection {
  width: 100%;
}
#wizard-3 .properties {
  width: 100%;
}
#wizard-3 .control {
  vertical-align: middle;
}
#wizard-3 .faktura {
  display: none;
}
#wizard-3 input[type="text"],
#wizard-3 textarea {
  width: 200px;
}
#wizard-3 select {
  visibility: hidden;
}
#wizard-3 select,
#wizard-3 .selectboxit-container,
#wizard-3 .selectboxit-container .selectboxit,
#wizard-3 .selectboxit-container .selectboxit-options {
  width: 100%;
}
#wizard-3 .date select {
  width: 120px;
}
#wizard-3 .selectboxit-option-icon-container {
  display: none;
}
#wizard-3 li {
  padding: 2px 0;
  list-style: none;
}
#wizard-3 li label {
  line-height: 20px;
}
#wizard-3 .activator {
  padding-top: 5px;
}
#wizard-3 .opis {
  padding-left: 10px;
  padding-right: 10px;
}
#wizard-3 .opis textarea {
  width: 100%;
  height: 200px;
}
#wizard-3 .cena_waluta input[type="text"] {
  width: 200px;
}
#wizard-3 .cena_waluta select,
#wizard-3 .cena_waluta .selectboxit-container,
#wizard-3 .cena_waluta .selectboxit-container .selectboxit,
#wizard-3 .cena_waluta .selectboxit-container .selectboxit-options {
  width: 80px;
}
#wizard-3 .date .year,
#wizard-3 .date .month,
#wizard-3 .date .day {
  display: inline-block;
  margin-right: 5px;
}
#wizard-3 .date .day {
  margin: 0;
}
#wizard-3 .date .selectboxit-container .selectboxit {
  width: 100px;
}
#wizard-3 .collection table {
  width: auto;
  /*margin: 0 auto;*/
}
#wizard-3 .collection th,
#wizard-3 .collection td {
  border: 1px solid #d8d8d8;
  padding: 0;
  vertical-align: middle;
}
#wizard-3 .collection th {
  background-color: #d21981;
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  font-size: 12px;
  /*white-space: nowrap;*/
}
#wizard-3 .collection td {
  padding: 5px;
  text-align: center;
  background-color: #fff;
}
#wizard-3 .collection td div {
  padding: 0;
}
#wizard-3 .collection input[type="text"] {
  width: 100px;
}
#wizard-3 .collection .selectboxit-container .selectboxit {
  width: 150px;
}
#wizard-3 #wizard_garaze .selectboxit-container .selectboxit {
  width: 245px;
}
#wizard-3 #wizard_piwnice .selectboxit-container .selectboxit {
  width: 150px;
}
#wizard-3 .wysokosc input[type="text"] {
  width: 110px;
}
#wizard-3 .wysokosc #wizard_attr_wysokosc_od {
  margin-right: 5px;
}
#wizard-3 .wysokosc a {
  height: 35px;
  width: 35px;
  display: inline-block;
  float: right;
  background-image: url(/build/images/plus-minus.d42ad6cd.png);
  text-indent: -10000px;
  -moz-box-shadow: 0 0 4px #727272;
  -webkit-box-shadow: 0 0 4px #727272;
  box-shadow: 0 0 4px #727272;
}
#wizard-3 .wysokosc a.active {
  background-position: bottom;
}
#wizard-3 .kontakt input[type="text"] {
  width: 100%;
}
#wizard-3 .accept {
  position: relative;
  padding-left: 50px;
}
#wizard-3 .accept .checkbox {
  position: absolute !important;
  top: 12px;
  left: 14px;
}
#wizard-3 .accept label,
#wizard-3 .accept a {
  font-size: 13px;
}
#wizard-3 .cke_chrome {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
#wizard-3 .cke_top {
  border: 1px solid #d8d8d8;
  border-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
#wizard-3 .cke_contents {
  vertical-align: top;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: inset 0 2px 2px rgba(208, 208, 208, 0.75);
  -moz-box-shadow: inset 0 2px 2px rgba(208, 208, 208, 0.75);
  box-shadow: inset 0 2px 2px rgba(208, 208, 208, 0.75);
  border: 1px solid #d8d8d8;
}
#wizard-3 .cke_editable {
  line-height: 33px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #000;
}
#wizard-3 .cke_bottom {
  display: none;
}
#wizard-3 #wizard_attr_kwota_vat:disabled,
#wizard-3 #wizard_cena3:disabled {
  border: 0;
}
#wizard-3 .ha {
  padding: 6px 0 0 15px;
}
#wizard-3 .rodzaj_dzialki_widget {
  display: flex;
  flex-wrap: wrap;
}
#wizard-3 .rodzaj_dzialki_widget li {
  width: 49%;
  padding: 2px 0;
}
#wizard-3 .rodzaj_dzialki_widget li label {
  padding-top: 2px;
}
/* ZDJECIA */
#wizard-4 form {
  margin: 0 auto;
  text-align: center;
}
#wizard-4 .gallery {
  margin: 10px auto 30px;
  display: inline-block;
}
#wizard-4 .gallery.block {
  background: red;
}
#wizard-4 .gallery img {
  cursor: move;
}
#wizard-4 .gallery li {
  list-style: none;
  position: relative;
  width: 145px;
  height: 118px;
  line-height: 118px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  background: #f5f5f5;
  margin: 0 8px 25px;
  float: left;
  padding: 0;
}
#wizard-4 .gallery a,
#wizard-4 .gallery span {
  font-size: 11px;
  float: left;
  text-decoration: none;
  position: absolute;
  width: 23px;
  height: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#wizard-4 .gallery a:hover,
#wizard-4 .gallery span:hover {
  background-color: #fd5101;
  cursor: pointer;
}
#wizard-4 a.rotate,
#wizard-4 span.rotate {
  top: -7px;
  left: -7px;
  background: #5d3c8f url(/build/images/photo-ico-rotate.4090d365.png) center 4px no-repeat;
}
#wizard-4 a.delete,
#wizard-4 span.delete {
  top: -7px;
  right: -7px;
  background: #d21981 url(/build/images/photo-ico-delete.dd650895.png) center center no-repeat;
}
#wizard-4 a.default {
  bottom: -7px;
  right: -7px;
  background: #d21981;
}
#wizard-4 .gallery li:first-child .default {
  display: none;
}
#wizard-4 .uploadify {
  padding-top: 20px;
  display: inline-block;
}
#wizard-4 .flash-upload {
  text-align: center;
}
#wizard-4 #uploadify {
  margin: 0 auto;
  border: 1px solid red;
}
#wizard-4 div.regular-upload,
#wizard-4 div.flash-upload {
  padding: 0 0 20px;
}
#wizard-4 .flash-upload p {
  font-size: 11px;
}
#wizard-4 .flash-upload a {
  color: #ed351e;
}
#wizard-4 div.regular-upload h3 {
  padding: 0 0 5px 0;
}
#wizard-4 .uploadifive-button {
  max-width: 100%;
  background-position: center center;
}
/* PODSUMOWANIE */
.body-wizard-6 header,
.body-wizard-6 #wizard-progress {
  display: none;
}
.body-wizard-6 #wizard-6 {
  margin-top: 90px;
}
.body-wizard-6 #cookie-info {
  display: none !important;
}
.body-wizard-6 #offer-page .offer-columns .offer-right {
  position: relative;
  top: 0;
}
#wizard-6 #offer-page {
  padding-top: 0;
  padding-bottom: 0;
}
#wizard-6 #offer-page .desc-params .desc {
  margin: 0;
}
#wizard-6 #offer-page .refresh {
  display: none;
}
#wizard-6 .buttons .buttons-buttons .button {
  padding: 0 30px;
}
#wizard-6 .buttons .buttons-buttons .button:after {
  display: none;
}
#wizard-6 .buttons .buttons-buttons .button.next {
  font-weight: 600;
}
#wizard-6 .buttons .buttons-buttons .button.previous {
  background: #f2f3f6;
  color: #232c3a;
  font-weight: 600;
}
/* PODZIEKOWANIE */
.body-wizard-7 .topContent {
  display: none !important;
}
#wizard-7 {
  text-align: center;
}
#wizard-7 .header-1 {
  font-size: 20px;
  font-weight: 800;
}
#wizard-7 .header-2 {
  padding: 30px 0 0;
  font-size: 20px;
  font-weight: 600;
}
#wizard-7 .header-2 a,
#wizard-7 .header-2 span {
  color: #27b55d;
}
#wizard-7 .header-3 {
  padding: 24px 0 10px;
  font-size: 20px;
}
#wizard-7 .header-3 a,
#wizard-7 .header-3 span {
  font-size: 20px;
  color: #0000EE;
  margin: 10px 0 0;
  display: inline-block;
}
#wizard-7 .body {
  padding: 30px;
}
/* MODAL BOX */
.body-wizard .modal-content {
  background: #fff;
  border: 1px solid #d8d8d8;
}
.body-wizard .modal-header h4 {
  color: #5d3a8e;
}
.body-wizard .modal-body {
  color: #404040;
}
.body-wizard .modal-body p {
  padding: 0 0 14px 0;
}
.body-wizard .modal-footer {
  border-top: 1px solid #d8d8d8;
}
.wizardNew {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.wizard-title {
  font-size: 20px;
  color: #3f4b5d;
  text-align: center;
  margin-bottom: 30px;
}
.wizard-link {
  font-size: 24px;
  color: #4589ff;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 36px;
  margin-bottom: 37px;
  word-wrap: break-word;
}
.wizard-link a {
  color: inherit;
  text-decoration: none;
}
.wizard-desc {
  font-size: 14px;
  color: #3f4b5d;
  text-align: center;
  margin-bottom: 37px;
  line-height: 20px;
}
.wizard-liks {
  text-align: center;
}
.wizard-liks > * {
  margin: 0 5px;
  vertical-align: top;
}
.instructions {
  margin-top: 60px;
  margin-bottom: 130px;
}
.instructions-title {
  font-size: 27px;
  color: #3f4b5d;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 32px;
}
.instructions-title a {
  text-decoration: none;
  color: #4589ff;
}
.instructions-desc {
  font-size: 15px;
  color: #3f4b5d;
  text-align: left;
  margin-bottom: 54px;
  text-align: center;
}
.instructions-step {
  max-width: 920px;
  margin: 0 auto 45px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.instructions-step div {
  padding: 0 0 0 82px;
  font-size: 19px;
  color: #3f4b5d;
  text-align: left;
  line-height: 28px;
  position: relative;
}
.instructions-step div span {
  position: absolute;
  top: 26px;
  left: 0;
  font-size: 89px;
  color: #3f4b5d;
  font-weight: 100;
}
.instructions-step a {
  cursor: pointer;
  text-decoration: none;
  color: #4589ff;
}
.instructions-step .mobile-div {
  display: none;
}
.instructions-button {
  font-size: 18px;
  color: #232c3a;
  text-align: center;
  line-height: 24px;
  margin-top: 60px;
}
.instructions-button > span {
  color: #4589ff;
  font-weight: 500;
  cursor: pointer;
  width: 41%;
  min-width: 200px;
}
.instructions-button > span > span {
  background: #5F97FB;
  color: #fff;
  height: 70px;
  padding: 0 24px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 2px;
  display: table-cell;
  vertical-align: middle;
}
.instructions-button > span > span span:nth-child(1) {
  font-size: 17px;
  display: block;
}
.instructions-button > span > span span:nth-child(2) {
  font-size: 10px;
  font-weight: 300;
  display: block;
  text-transform: uppercase;
  text-align: right;
  line-height: 10px;
  margin-bottom: 4px;
}
.instructions-refresh {
  text-align: center;
}
.instructions-refresh > div {
  margin: 0 auto;
  font-size: 19px;
  color: #3f4b5d;
  text-align: left;
  line-height: 28px;
  position: relative;
  padding-left: 100px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iNjBweCIgaGVpZ2h0PSI2MHB4IiB2aWV3Qm94PSIwIDAgNjAgNjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+aWNfcmVmcmVzaF9ibGFja18yNHB4IGNvcHk8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iT25saW5lIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJva29saWNhX2RvZGFqNF8xMzY2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTA0LjAwMDAwMCwgLTE1MDMuMDAwMDAwKSIgZmlsbD0iIzVGOTdGQiI+ICAgICAgICAgICAgPGcgaWQ9IjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI1Ny4wMDAwMDAsIDE0NTAuMDAwMDAwKSI+ICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1NjguMDAwMDAwLCAxMS4wMDAwMDApIj4gICAgICAgICAgICAgICAgICAgIDxnIGlkPSJpY19yZWZyZXNoX2JsYWNrXzI0cHgtY29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTA5LjAwMDAwMCwgNzIuMDAwMDAwKSBzY2FsZSgxLCAtMSkgcm90YXRlKC0yNzAuMDAwMDAwKSB0cmFuc2xhdGUoLTEwOS4wMDAwMDAsIC03Mi4wMDAwMDApIHRyYW5zbGF0ZSg3OS4wMDAwMDAsIDQyLjAwMDAwMCkiPiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01MS4xODc1LDguODEyNSBDNDUuNzUsMy4zNzUgMzguMjg3NSwtMi44NDIxNzA5NGUtMTQgMzAsLTIuODQyMTcwOTRlLTE0IEMxMy40MjUsLTIuODQyMTcwOTRlLTE0IDAuMDM3NSwxMy40MjUgMC4wMzc1LDMwIEMwLjAzNzUsNDYuNTc1IDEzLjQyNSw2MCAzMCw2MCBDNDMuOTg3NSw2MCA1NS42NSw1MC40Mzc1IDU4Ljk4NzUsMzcuNSBMNTEuMTg3NSwzNy41IEM0OC4xMTI1LDQ2LjIzNzUgMzkuNzg3NSw1Mi41IDMwLDUyLjUgQzE3LjU4NzUsNTIuNSA3LjUsNDIuNDEyNSA3LjUsMzAgQzcuNSwxNy41ODc1IDE3LjU4NzUsNy41IDMwLDcuNSBDMzYuMjI1LDcuNSA0MS43NzUsMTAuMDg3NSA0NS44MjUsMTQuMTc1IEwzMy43NSwyNi4yNSBMNjAsMjYuMjUgTDYwLC0yLjg0MjE3MDk0ZS0xNCBMNTEuMTg3NSw4LjgxMjUgTDUxLjE4NzUsOC44MTI1IFoiIGlkPSJTaGFwZSI+PC9wYXRoPiAgICAgICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
  background-position: 0 center;
  background-repeat: no-repeat;
  display: inline-block;
}
#hook-more {
  max-width: 800px;
  text-align: left;
  margin: 20px auto;
  font-size: 15px;
  color: #3f4b5d;
  line-height: 22px;
  display: none;
}
#hook-more p {
  padding: 0 0 18px;
}
#hook-more p:last-child {
  font-weight: bold;
}
.instructions-counter {
  font-size: 30px;
  margin: 20px 0;
  color: #4589ff;
}
.grecaptcha-badge {
  visibility: hidden;
}
@media screen and (max-width: 1169px) {
  img {
    max-width: 100%;
  }
  .wrapper-center {
    margin: 0 15px;
    width: auto;
  }
  form .wizard-body {
    margin-right: 265px;
  }
  form .col1 {
    width: 156px;
  }
  form .col2 {
    margin-left: 170px;
    margin-right: 20px;
  }
  form .rowInfo .row-info {
    width: 220px;
    right: -260px;
  }
  .body-wizard-1 #topLogo {
    margin: 20px 0 0 0;
    width: 120px;
    background-size: contain;
  }
  .body-wizard-1 #wizard-1 {
    padding: 0 0 40px;
  }
  .body-wizard-1 #wizard-1 .header h1 {
    font-size: 30px;
    margin: 0 0 30px;
  }
  .body-wizard-1 #wizard-1 .level {
    position: static;
  }
  .body-wizard-1 #wizard-1 .level .level-info {
    top: 0 !important;
    left: 0;
    right: 0;
    margin: auto;
    background: none;
    width: 100%;
  }
  .body-wizard-1 #wizard-1 .wizard-body {
    position: relative;
    padding: 60px 0 0;
  }
  .body-wizard-1 .promo {
    margin: 40px 0 40px;
  }
  .body-wizard-1 .promo .content-tab {
    padding: 30px 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .body-wizard-1 .promo .content-tab p {
    padding: 0 0 15px;
  }
  .body-wizard-1 .promo ul.tabs li {
    padding: 58px 0 16px;
    font-size: 14px;
  }
  #wizard-2 .row_map {
    padding: 0;
  }
  #wizard-2 .col2-info input {
    width: 100%;
  }
  #wizard-2 .col2-info .info {
    margin-top: 10px;
    display: block;
    width: auto;
  }
  #wizard-2 .col2-info .info:after {
    transform: rotate(135deg);
  }
}
@media screen and (max-width: 850px) {
  .body-wizard-6 #wizard-6 {
    margin-top: 116px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper-center {
    margin: 0 10px;
  }
  .phone-footer {
    display: none;
  }
  #header-content .topContent {
    display: none;
  }
  .body-wizard-2 #wizard-progress td:nth-child(3),
  .body-wizard-2 #wizard-progress td:nth-child(4) {
    display: none;
  }
  .body-wizard-3 #wizard-progress td:nth-child(1),
  .body-wizard-3 #wizard-progress td:nth-child(4) {
    display: none;
  }
  .body-wizard-4 #wizard-progress td:nth-child(1),
  .body-wizard-6 #wizard-progress td:nth-child(1),
  .body-wizard-4 #wizard-progress td:nth-child(2),
  .body-wizard-6 #wizard-progress td:nth-child(2) {
    display: none;
  }
  form .wizard-body {
    margin-right: 40px;
  }
  form .col1 {
    float: none;
    width: auto;
    text-align: left;
    margin-bottom: 8px;
  }
  form .col2 {
    margin: 0;
  }
  form .form_row {
    margin: 0;
    padding: 0 0 10px;
  }
  form .form_row:hover {
    background-color: #fff;
    background-image: none;
  }
  form .accept {
    padding: 10px 0;
  }
  #wizard-2 .row_map.active {
    height: 320px;
  }
  #wizard-3 .opis {
    padding: 0;
  }
  #wizard-3 input[type="text"],
  #wizard-3 textarea {
    width: 120px;
  }
  #wizard-3 .cena_waluta input[type="text"] {
    width: 120px;
  }
  #wizard-3 .date select {
    width: 100px;
  }
  #wizard-6 #offer-page .left {
    padding: 0;
    width: 100%;
  }
  #wizard-6 #offer-page .right {
    width: 100%;
  }
  #wizard-6 #gallery {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .body-wizard-1 {
    background: #fff;
  }
  .body-wizard-1 #header-content #topLogo {
    margin: 20px 0 0 20px;
  }
  .body-wizard-1 #wizard-1 .header h1 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 15px;
  }
  .body-wizard-1 #wizard-1 .level .level-info {
    font-size: 16px;
    line-height: 22px;
  }
  .body-wizard-1 #wizard-1 .level ul#transaction li {
    display: block;
    margin: 0;
    border-radius: 0;
  }
  .body-wizard-1 #wizard-1 .level ul#transaction li a {
    display: block;
    padding: 25px 0 25px 64px;
    border-radius: 0;
    width: auto;
  }
  .body-wizard-1 #wizard-1 .level ul#transaction li a::after {
    left: 25px;
  }
  .body-wizard-1 #wizard-1 .level ul#transaction li:nth-child(2) {
    margin-top: 20px;
  }
  .body-wizard-1 #wizard-1 .level ul#transaction li.unactive {
    background: #d21981;
  }
  .body-wizard-1 #wizard-1 .level .property {
    border-radius: 0;
    padding: 0;
    width: auto;
    /*margin-top: 22px;*/
  }
  .body-wizard-1 #wizard-1 .level .property ul li {
    display: block;
  }
  .body-wizard-1 #wizard-1 .level .property ul li a {
    display: block;
    width: auto !important;
    border-left: 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid #82aefc !important;
  }
  .body-wizard-1 #wizard-1 .wizard-body {
    padding: 40px 0 0;
  }
  .body-wizard-1 #wizard-1 #group-1 ul#transaction li:nth-child(2) {
    display: none !important;
  }
  .body-wizard-1 #wizard-1 #group-1 #level-2 .W {
    display: none !important;
  }
  .body-wizard-1 #wizard-1 #group-2 ul#transaction li:nth-child(1) {
    display: none !important;
  }
  .body-wizard-1 #wizard-1 #group-2 #level-2 .S {
    display: none !important;
  }
  .body-wizard-1 .promo {
    margin: 0 0 20px;
  }
  .body-wizard-1 .promo .promo-content h2 {
    display: block;
    border-top: 1px solid #e5e5e5;
    padding: 30px 50px 30px 60px;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #acacac;
    position: relative;
  }
  .body-wizard-1 .promo .promo-content h2.active {
    color: #5f97fb;
  }
  .body-wizard-1 .promo .promo-content h2:first-of-type {
    border: 0;
  }
  .body-wizard-1 .promo .promo-content h2:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 40px;
    height: 29px;
    margin: auto;
    background: url(/build/images/ico-tabs-blue.d2a5a41f.png) no-repeat 0 0;
  }
  .body-wizard-1 .promo .promo-content h2:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 3px solid #acacac;
    border-right: 3px solid #acacac;
    transform: rotate(135deg);
  }
  .body-wizard-1 .promo .promo-content h2.active:before {
    transform: rotate(-45deg);
    border-color: #5f97fb;
  }
  .body-wizard-1 .promo .promo-content #h2-tab-1:after {
    background-position: 5px 0;
  }
  .body-wizard-1 .promo .promo-content #h2-tab-1.active:after {
    background-position: 5px bottom;
  }
  .body-wizard-1 .promo .promo-content #h2-tab-2:after {
    background-position: -30px 0;
  }
  .body-wizard-1 .promo .promo-content #h2-tab-2.active:after {
    background-position: -30px bottom;
  }
  .body-wizard-1 .promo .promo-content #h2-tab-3:after {
    background-position: -65px 0;
  }
  .body-wizard-1 .promo .promo-content #h2-tab-3.active:after {
    background-position: -65px bottom;
  }
  .body-wizard-1 .promo .promo-content #h2-tab-4:after {
    background-position: -97px 0;
  }
  .body-wizard-1 .promo .promo-content #h2-tab-4.active:after {
    background-position: -97px bottom;
  }
  .body-wizard-1 .promo .content-tab {
    padding: 0 15px;
  }
  .body-wizard-1 .promo ul.tabs {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .wizard-title {
    font-size: 28px;
  }
  .instructions {
    margin-top: 60px;
  }
  .instructions-step {
    flex-direction: column;
  }
  .instructions-step div {
    margin: 0 0 20px;
    display: none;
  }
  .instructions-step div.mobile-div {
    display: block;
  }
  .instructions-step-count > div {
    padding: 0;
  }
  .instructions-button > div {
    padding: 0;
    text-align: center;
  }
  .instructions-button > span {
    width: auto;
    min-width: auto;
  }
}

