.yellow-button, header .tel .callback, .calculators .calc-item a, .left-sidebar .search button, .page .step-1 .call-ruler-man a {
  background: #ffec00 none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 0 3px 0 -1px #cec451;
  color: #675f00;
  display: inline-block;
  font-weight: bold;
  font-size: 11px;
  line-height: 24px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.0001s ease-out 0s;
}
.yellow-button:hover, header .tel .callback:hover, .calculators .calc-item a:hover, .left-sidebar .search button:hover, .page .step-1 .call-ruler-man a:hover {
  background: #64a104 none repeat scroll 0 0;
  box-shadow: 0 3px 0 -1px #96da2c;
  color: #fff;
}
.yellow-button:active, header .tel .callback:active, .calculators .calc-item a:active, .left-sidebar .search button:active, .page .step-1 .call-ruler-man a:active {
  box-shadow: 0 0 0 -1px #ff9c00;
  position: relative;
  top: 3px;
}
.page .titlel {
  cursor: default;
  display: block;
  width: 100%;
  float: left;
  font-weight: bold;
  font-size: 48px;
  line-height: 54px;
  margin: 0 0 15px 0;
  text-align: center;
  text-transform: uppercase;
}
.page .step {
  border: 6px solid #f5f5f5;
  margin-bottom: 50px;
  position: relative;
  width: 100%;
  float: left;
}
.page .step::after {
  background: rgba(0, 0, 0, 0) url("../images/old/after-step-arrow.jpg") no-repeat scroll 0 0;
  bottom: -88px;
  content: "";
  height: 88px;
  position: absolute;
  right: -20px;
  width: 49px;
  z-index: 1;
}
.page .step .header {
  position: relative;
  padding: 0;
}
.page .step .header h2 {
  padding: 0;
  margin: 0;
  border-bottom: 6px solid #f5f5f5;
  color: #64a104;
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
  line-height: 2;
  text-align: center;
  vertical-align: baseline;
  width: 100%;
}
.page .step .header span {
  color: #64a104;
  font-weight: bold;
  font-size: 28px;
  line-height: 44px;
  margin-top: -5px;
  position: absolute;
  right: 5px;
  top: -100%;
  z-index: 1;
}
.page .step article {
  padding: 15px;
}
.page .step article::before, .page .step article::after {
  clear: both;
  content: "";
  display: table;
}
.page .step article p {
  font-size: 17px;
  line-height: 1;
}
.page .step article p strong {
  font-weight: 600;
}
.page .step article p .green {
  color: #64a104;
}
.page .step article img {
  max-height: 100%;
  max-width: 100%;
}
.page .step article>div {
  padding-top: 18px;
}
.page .step article>div::before, .page .step article>div::after {
  clear: both;
  content: "";
  display: table;
}
.page .step article>div h3 {
  color: #666;
  display: block;
  font-size: 22px;
  line-height: 2;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  font-weight: bold;
}
.page .step article .left {
  float: left;
  width: 330px;
}
.page .step article .left>.image {
  text-align: center;
  width: 100%;
}
.page .step article .right {
  float: left;
  width: 420px;
}
.page .step article .info-link {
  padding-bottom: 5px;
  padding-top: 15px;
  text-align: right;
}
.page .step article .info-link a {
  color: #4b7805;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
}
.page .step article .info-link a::before {
  background: rgba(0, 0, 0, 0) url("../images/old/sprite.png") no-repeat scroll 0 0;
  content: "";
  height: 9px;
  left: -18px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  width: 9px;
}
.page .step article .warning {
  border: 2px dashed #f5f5f5;
  border-radius: 15px;
  box-sizing: border-box;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 20px 30px;
  position: relative;
  width: 100%;
}
.page .step article .warning::after {
  background: rgba(0, 0, 0, 0) url("../images/old/sprite.png") no-repeat scroll -75px -210px;
  content: "";
  height: 36px;
  left: 9px;
  position: absolute;
  top: -18px;
  width: 36px;
}
.page .step article .warning p {
  cursor: default;
  margin-bottom: 14px;
  margin-top: 0;
}
.page .step article .warning p:last-child {
  margin-bottom: 0;
}
.page .step article .grid::before, .page .step article .grid::after {
  clear: both;
  content: "";
  display: table;
}
.page .step article .grid .item {
  float: left;
  position: relative;
}
.page .step article .grid .item.new::before, .page .step article .grid .item.recommended::before {
  content: "";
  left: 0;
  position: absolute;
  top: -25px;
}
.page .step article .grid .item.new::before {
  background: rgba(0, 0, 0, 0) url("../images/old/sprite.png") no-repeat scroll 0 -300px;
  height: 74px;
  width: 73px;
}
.page .step article .grid .item.recommended::before {
  background: rgba(0, 0, 0, 0) url("../images/old/sprite.png") no-repeat scroll -87px -300px;
  height: 75px;
  width: 74px;
}
.page .step article .grid .item .image {
  height: 210px;
  line-height: 210px;
  text-align: center;
}
.page .step article .grid .item .image a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.page .step article .grid .item .image img {
  vertical-align: middle;
}
.page .step article .grid .item .title {
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}
.page .step article .grid .item .title a {
  color: #64a104;
  text-decoration: none;
  text-transform: uppercase;
}
.page .step article .grid .item .title a:hover {
  text-decoration: underline;
}
.page .step article .grid .item .description {
  line-height: 1;
  text-align: center;
}
.page .step article .grid .item .description p {
  color: #666;
  display: inline;
  font-size: 14px;
  margin-top: 0;
}
.page .step article .grid .item .description a {
  background: rgba(0, 0, 0, 0) url("../images/old/sprite.png") no-repeat scroll -48px -70px;
  display: inline-block;
  height: 17px;
  margin-left: 5px;
  text-indent: -9999px;
  width: 17px;
}
.page .step article .grid .item .description a:hover {
  background-position: -74px -70px;
}
.page .step article .grid .item .description a:active {
  position: relative;
  top: 1px;
}
.page .step article .grid-4 .item {
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  margin: 0;
}
.page .step article .grid-3 .item {
  padding-left: 39px;
  padding-right: 39px;
  width: 33.3333333%;
  margin: 0 0 40px;
}
.page .step article .grid-3.grid33 .item {
  padding-left: 5px;
  padding-right: 5px;
}
.page .step-1 .header span {
  margin-top: 0;
  top: 0;
}
.page .step-1 .call-ruler-man {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 30px;
  text-align: center;
}
.page .step-1 .call-ruler-man a {
  font-size: 18px;
  padding: 8px 0 5px;
  width: 100%;
}
.page .step-4 .grid+div {
  text-align: center;
}
.page .step-5 article .left a.qaz::after, .page .step-5 article .right a.qaz::after {
  border: 3px solid #f5f5f5;
  box-sizing: border-box;
  content: "";
  height: 262px;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-width 0.25s ease-out 0s;
  width: 349px;
}
.page .step-5 article .left a.qaz:hover::after, .page .step-5 article .right a.qaz:hover::after {
  border-width: 0;
}
.page .step-5 .right {
  box-sizing: border-box;
  padding-left: 40px;
}
.page .step-5 .right .warning {
  margin-bottom: 40px;
}
.page .step-5 .right .warning p {
  margin-bottom: 0;
}
.page .step-5 .right .warning ul {
  margin: 5px 0;
}
.page .step-5 .right .warning li {
  padding-left: 20px;
  position: relative;
}
.page .step-5 .right .warning li::before {
  background: rgba(0, 0, 0, 0) url("../images/old/sprite.png") no-repeat scroll -104px -71px;
  content: "";
  height: 16px;
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.page .step-5 .fittings-gallery::before, .page .step-5 .fittings-gallery::after {
  clear: both;
  content: "";
  display: table;
}
.page .step-5 .fittings-gallery a {
  color: #666;
  display: inline-block;
  float: left;
  height: 60px;
  margin-bottom: 3.5em;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 23%;
}
.page .step-5 .fittings-gallery a::after {
  border: 3px solid #f5f5f5;
  box-sizing: border-box;
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-width 0.2s ease-out 0s;
  width: 100%;
}
.page .step-5 .fittings-gallery a:hover::after {
  border-width: 0;
}
.page .step-5 .fittings-gallery a img {
  height: 60px;
  width: 100%;
}
.page .step-5 .fittings-gallery a span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
.page .step-5 .fittings-gallery a span:hover {
  text-decoration: underline;
}
.page .step-5 .fittings-gallery a span::after {
  content: "*";
}
.page .step-5 .fittings-gallery+p {
  color: #666;
  cursor: default;
  font-size: 14px;
  text-align: center;
}
.page .step-5 .left {
  position: relative;
}
.page .step-5 .fittings-carousel {
  height: 270px;
  position: relative;
}
.page .step-5 .fittings-carousel::after {
  border: 6px solid #f5f5f5;
  box-sizing: border-box;
  content: "";
  height: 270px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.page .step-5 .fittings-carousel li {
  height: 270px;
  line-height: 270px;
  text-align: center;
}
.page .step-5 .fittings-carousel li img {
  vertical-align: middle;
}
.page .step-5 .rslides_nav {
  display: block;
  height: 32px;
  margin-top: -16px;
  opacity: 0.8;
  position: absolute;
  text-indent: -9999px;
  top: 140px;
  transition: opacity 0.25s ease-out 0s;
  width: 32px;
  z-index: 10;
}
.page .step-5 .rslides_nav:hover {
  opacity: 1;
}
.page .step-5 .rslides_nav:active {
  margin-top: -15px;
}
.page .step-5 .rslides_nav.next {
  background: rgba(0, 0, 0, 0) url("../images/old/sprite.png") no-repeat scroll -221px -300px;
  right: 15px;
}
.page .step-5 .rslides_nav.prev {
  background: rgba(0, 0, 0, 0) url("../images/old/sprite.png") no-repeat scroll -266px -300px;
  left: 15px;
}
.page .step-5 .fittings-carousel-nav {
  margin-top: 15px;
}
.page .step-5 .fittings-carousel-nav::before, .page .step-5 .fittings-carousel-nav::after {
  clear: both;
  content: "";
  display: table;
}
.page .step-5 .fittings-carousel-nav li {
  float: left;
  height: 80px;
  margin-bottom: 15px;
  margin-left: 15px;
  position: relative;
  width: 110px;
}
.page .step-5 .fittings-carousel-nav li:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
.page .step-5 .fittings-carousel-nav li a, .page .step-5 .fittings-carousel-nav li img {
  display: block;
  height: 100%;
  width: 100%;
}
.page .step-5 .fittings-carousel-nav li a {
  color: #64a104;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.page .step-5 .fittings-carousel-nav li a::after {
  border: 3px solid #f5f5f5;
  box-sizing: border-box;
  content: "";
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-width 0.25s ease-out 0s;
  width: 100%;
}
.page .step-5 .fittings-carousel-nav li a:hover {
  text-decoration: underline;
}
.page .step-5 .fittings-carousel-nav li a:hover::after {
  border-width: 0;
}
.page .step-6 article .grid .item .image {
  height: 120px;
  line-height: 120px;
}
.page .step-6 article .grid .item .image a {
  position: relative;
}
.page .step-6 article .grid .item .image a::after {
  border: 3px solid #f5f5f5;
  box-sizing: border-box;
  content: "";
  height: 112px;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-width 0.25s ease-out 0s;
  width: 100%;
}
.page .step-6 article .grid .item .image a:hover::after {
  border-width: 0;
}
.page .step-6 article .grid .item .image img {
  display: block;
  height: 100%;
  width: 100%;
}
.page .step-6 article .grid .item .title {
  min-height: 2.5em;
}
.page .step-6 article .grid .item .description {
  text-align: left;
  text-transform: uppercase;
}
.page .step-6 article .grid .item .description strong {
  display: block;
  margin-bottom: 10px;
  margin-top: 15px;
}
.page .step-6 article .grid .item .description ul {
  font-size: 14px;
  padding-left: 10px;
  text-transform: lowercase;
}
.page .step-6 article .grid .item .description li {
  padding-left: 10px;
  position: relative;
}
.page .step-6 article .grid .item .description li::before {
  background: rgba(0, 0, 0, 0) url("../images/old/sprite.png") no-repeat scroll -134px -71px;
  content: "";
  height: 10px;
  left: -9px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 13px;
}
.page .step-6 .left, .page .step-6 .right {
  text-align: center;
  width: 50%;
}
.page .step-6 article .left, .page .step-6 article .right {
  text-align: center;
  width: 50%;
}
.page .step-6 .warning {
  display: table;
  min-height: 5em;
  padding-left: 10px;
  padding-right: 10px;
  width: 350px;
}
.page .step-6 .warning p {
  display: table-cell;
  vertical-align: middle;
}
.page .step-7 .item, .page .step-7 .info-link {
  text-align: center;
}
.page .step-7 article .grid .item .image {
  overflow: hidden;
}
.page .step-7 article .grid .item .image a {
  position: relative;
}
.page .step-7 article .grid .item .image a::after {
  border: 3px solid #f5f5f5;
  box-sizing: border-box;
  content: "";
  height: 210px;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-width 0.25s ease-out 0s;
  width: 100%;
}
.page .step-7 article .grid .item .image a.qwer::after {
  height: 300px;
}
.page .step-7 article .grid .item .image a:hover::after, .page .step-7 article .grid .item .image a.qwer:hover::after {
  border-width: 0;
}
.page .step-7 article .grid .item .image a img {
  display: block;
  height: 100%;
  width: 100%;
}
.page .step-7 .texture-exmaple {
  height: 100px;
  text-align: center;
}
.page .step-7 .texture-exmaple::before, .page .step-7 .texture-exmaple::after {
  clear: both;
  content: "";
  display: table;
}
.page .step-7 .texture-exmaple>div {
  float: left;
  margin-left: 9px;
  margin-right: 9px;
  width: 42px;
}
.page .step-7 .texture-exmaple span {
  border-radius: 50%;
  display: block;
  height: 42px;
  width: 42px;
}
.page .step-7 .texture-exmaple p {
  font-size: 11px;
  margin: 0;
  padding-top: 5px;
}
.page .step-7 .texture-exmaple ul {
  display: inline-block;
  font-size: 14px;
  padding-left: 10px;
  text-align: left;
  text-transform: lowercase;
}
.page .step-7 .texture-exmaple li {
  padding-left: 10px;
  position: relative;
}
.page .step-7 .texture-exmaple li::before {
  background: rgba(0, 0, 0, 0) url("../images/old/sprite.png") no-repeat scroll -134px -71px;
  content: "";
  height: 10px;
  left: -9px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 13px;
}
.page .step-8::after {
  display: none;
}
.page .step-8 article .grid .item .description p {
  display: block;
  font-size: 16px;
  min-height: 50px;
  text-align: center;
}
.page .step-8 article .grid .item .info-link {
  text-align: center;
}
.page .step-8 .image {
  overflow: hidden;
}
.page .step-8 .image a {
  position: relative;
}
.page .step-8 .image a::after {
  border: 3px solid #f5f5f5;
  box-sizing: border-box;
  content: "";
  height: 210px;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-width 0.25s ease-out 0s;
  width: 100%;
}
.page .step-8 .image a:hover::after {
  border-width: 0;
}
.page .step-8 .image a img {
  display: block;
  height: 100%;
  width: 100%;
}
.calculate-link {
  text-align: center;
}
.calculate-link a {
  color: #ff9c00;
  display: inline-block;
  font-size: 30px;
  margin-bottom: 60px;
  margin-left: 119px;
  position: relative;
}
.calculate-link a::before {
  background: rgba(0, 0, 0, 0) url("../images/old/calculate-icon.jpg") no-repeat scroll 0 0;
  content: "";
  height: 119px;
  left: -119px;
  margin-top: -59.5px;
  position: absolute;
  top: 50%;
  width: 119px;
}
.calculate-link a:hover {
  color: #cbd717;
}
.calculate-link a:hover::before {
  background-position: 0 -131px;
}
.body-calcul {
  border-bottom: 6px solid #f5f5f5;
  border-top: 6px solid #f5f5f5;
  box-sizing: border-box;
  margin-bottom: 50px;
  margin-top: 0;
  overflow: hidden;
  padding-left: 50px;
  width: 100%;
}
.frt a {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  padding: 20px 0;
  text-align: left;
  width: 31%;
}
.body-calcul a {
  color: #fe9c00;
  font-size: 22px;
  position: relative;
  top: 20px;
}
.calculate-link a {
  display: inline-block;
  margin-bottom: 60px;
  margin-left: 119px;
}
.page .step-5 .warning ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.balconies .step-1 .left, .balconies .step-1 .right {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  width: 50% !important;
}
.balconies .step-1 .left .image {
  background: url('../images/old/balconies-step-1.png') no-repeat 0 0;
  width: 300px;
  height: 232px;
}
.balconies .step-1 .title {
  position: absolute;
  top: 25px;
  left: 160px;
}
.balconies .step-1 .left .title {
  color: #ddbb00;
}
.balconies .step-1 .right .title {
  color: #4f9ace;
}
.balconies .step-1 .right .image {
  background: url('../images/old/balconies-step-1.png') no-repeat -443px 0;
  width: 300px;
  height: 232px;
}
.balconies .step-1 .price {
  position: absolute;
  left: 166px;
  top: 68px;
  font-size: 15px;
}
.balconies .step-1 .right .price {
  color: #fff;
}
.balconies .step-1 .description {
  font-size: 14px;
  position: absolute;
  top: 120px;
  padding-left: 160px;
}
.balconies .step-1 .description p, .balconies .step-1 .description ul {
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}
.balconies .step-1 .description p {
  color: #686868;
  margin-bottom: 10px;
}
.balconies .step-1 .description ul li {
  float: left;
  position: relative;
  padding-left: 15px;
  margin-right: 15px;
}
.balconies .step-1 .description ul li:before {
  content: '';
  position: absolute;
  background: url('../images/old/sprite.png') no-repeat 0 0;
  width: 9px;
  height: 9px;
  left: 0px;
  top: 50%;
  margin-top: -4.5px;
}
.balconies .step-2 .title {
  color: #494949;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.balconies .step-2 .cols {
  padding-top: 5px;
  text-align: center;
}
.balconies .step-2 .col {
  width: 126px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.balconies .step-2 .col .warning {
  padding: 30px 5px 5px 5px
}
.balconies .step-2 .col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  min-height: 120px;
}
.balconies .step-2 .col ul li {
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
  background: url(../images/old/balconies-bullet.png) 0 0 no-repeat;
}
.balconies .step-2 .col ul li:first-child {
  text-decoration: underline;
  font-weight: bold;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.balconies .step-2 .col a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 14px;
}
.balconies .step-2 .col a:before {
  content: '';
  position: absolute;
  background: url('../images/old/sprite.png') no-repeat 0 0;
  width: 9px;
  height: 9px;
  left: 0px;
  top: 50%;
  margin-top: -4.5px;
}
.balconies .step-3 .left, .balconies .step-3 .right {
  width: 50% !important;
  text-align: center;
}
.balconies .step-3 .image {
  width: auto !important;
  display: inline-block !important;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: border-width .2s ease-out;
  transition: border-width .2s ease-out;
}
.balconies .step-3 .image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 3px solid #f5f5f5;
  border-radius: 5px;
  left: 0;
  top: 0;
  -webkit-transition: border-width .2s ease-out;
  transition: border-width .2s ease-out;
}
.balconies .bonus {
  width: 100px;
  height: 32px;
  background: url(../images/old/balconies-bonus.png) 0 0 no-repeat;
  position: absolute;
  top: 50px;
  right: 0;
  line-height: 27px;
  padding-top: 0 !important;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.balconies .step-3 .image:hover:after {
  border-width: 0;
}
.balconies .step-3 .image img {
  border-radius: 5px;
  display: block;
}
.balconies .step-3 .title {
  color: #6c6c6c;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  margin: 0 0 6px 0;
  text-align: center;
}
.balconies .step-3 .warning {
  width: 320px !important;
  margin: 0 auto;
}
.step-5 .remark {
  font-style: italic;
  color: #6c6c6c;
  font-size: 14px !important;
}
.balconies .step-3 .remark {
  position: absolute;
  left: 60px;
  bottom: 20px;
  font-style: italic;
  color: #6c6c6c;
  font-size: 14px !important;
}
.balconies .step-4 .title, .balconies .step-5 .title {
  font-size: 15px;
  color: #6c6c6c;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.balconies .step-5 .title {
  font-size: 14px;
  font-weight: normal;
}
.balconies .step-4 .item {
  text-align: center;
}
.balconies .step-4 .image, .balconies .step-5 .image {
  height: 112px !important;
  line-height: 110px !important;
  position: relative;
  display: inline-block;
}
.balconies .step-5 .image {
  height: 101px !important;
  line-height: 100px !important;
}
.balconies .step-5 .image a {
  height: 100%;
  display: block;
}
.balconies .step-4 .image img,.balconies .step-5 .image img {
  display: block;
  border: 3px solid #f5f5f5;
}
.balconies .step-4 .image img:hover,.balconies .step-5 .image img:hover {
  border: 3px solid transparent;
  transition: all .2s ease-out;
}
.balconies .step-4 .label, .balconies .step-5 .label {
  width: 140px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  background: url(../images/old/balconies-label.png) 0 0 no-repeat;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 10px;
  margin-left: 30px;
}
.balconies .step-5 .label {
  margin-left: 20px;
}
.balconies .step-4 .label span, .balconies .step-5 .label span {
  display: inline-block;
  margin-left: -20px;
}
.balconies .step-4 .warning {
  width: 160px !important;
  margin: 0 auto;
}
.balconies .step-4 .warning ul {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.balconies .step-4 .warning ul li {
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
  background: url(../images/old/balconies-bullet.png) 0 0 no-repeat;
  color: #4e4e4e;
}
.balconies .step-4 .remark {
  background: url(../images/old/sidebar-menu-bg.jpg);
  padding: 5px 0;
  font-size: 20px;
  color: #2d2d2d;
}
.balconies .step-5 .item {
  text-align: center;
}
.balconies .step-5 .details {
  display: inline-block;
}
.balconies .step-5 .details a {
  position: relative;
}
.balconies .step-5 .details a:before {
  content: '';
  position: absolute;
  background: url('../images/old/sprite.png') no-repeat 0 0;
  width: 9px;
  height: 9px;
  left: -18px;
  top: 50%;
  margin-top: -4.5px;
}
.balconies .step-6 .remark {
  text-align: center;
}
.balconies .step-6 .title {
  color: #df7a00;
  font-size: 22px;
  text-align: center;
  padding-bottom: 18px;
}
.balconies .step-6 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin-bottom: 26px;
}
.balconies .step-6 li {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 14px;
  color: #64a104;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
.balconies .step-6 li .icon {
  background: url('../images/old/balconies-step-6.png') no-repeat 0 0;
  width: 94px;
  height: 100px;
  margin: 10px auto;
}
.balconies .step-6 li .icon:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.balconies .step-6 li.second .icon {
  background-position: -147px 0;
}
.balconies .step-6 li.third .icon {
  background-position: -294px 0;
}
.balconies .step-6 li.fourth .icon {
  background-position: -446px 0;
}
.balconies .step-6 li.fifth .icon {
  background-position: -591px 0;
}
.page .balconies .step-6::after {
  content: '';
  display:none;
}
.offert {
  color: #6c6c6c;
  font-size: 17px !important;
  margin-left: 16px;
  text-align: center;
}