/*    critical styles     */
#sg_b.sungroup .res.top {
  position: absolute;
  left: 0;
  top: 0;
}

#sg_b.sungroup .sg_pic_top {
  position: relative;
  display: block;
}

@media (min-width:0px) {
  #sg_b.sungroup picture.sg_pic_top {
    height: 0 !important;
    padding-top: calc(150 / 300 * 100%);
  }
}

@media (min-width:300px) {
  #sg_b.sungroup picture.sg_pic_top {
    height: 0 !important;
    padding-top: calc(230 / 500 * 100%);
  }
}

@media(min-width:500px) {
  #sg_b.sungroup picture.sg_pic_top {
    height: 0 !important;
    padding-top: calc(400 / 1200 * 100%);
  }
}

/*@media(min-width:1360px) {
    #sg_b.sungroup picture.sg_pic_top{
      height: 0 !important;
      padding-top:calc( 350 / 1920 * 100%);
    }
  }*/
#sg-top-timer {
  height: 80px;
}

@media (max-width:425px) {
  #sg-top-timer:not(.countdown-end-red) {
    height: 58px;
  }
}

#sg_b.sungroup .res {
  width: 100%;
  height: auto;
}

.sg_fix {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

#sg_b.sungroup .odmiana {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#sg_b.sungroup .o_title {
  height: 60px;
  padding-left: 50px;
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
}

#sg-inner-lp {
  max-width: 1360px;
  margin: 0 auto;
  font-size: 16px;
  width: 100%;
  /* font-family: 'Source Sans Pro', Arial; */
  font-family: Poppins, Arial;
  font-weight: normal;
  position: relative;
  color: #000;
  /* overflow: hidden; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div#sg-inner-lp * {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

#sg-inner-lp .responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

#sg-inner-lp .sg_sprawdz {
  position: relative;
  display: inline-block;
  text-decoration: none;
  /*
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          */
  font: 14px "robotoregular", "Arial";
  color: #fff !important;
  background: #ff6000;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  border: 0 none;
  border-radius: 2px;
  outline: 1px solid rgba(255, 255, 255, 0);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: .15s;
  line-height: normal;
  padding: 14px 20px;
  width: 200px;
}

#sg-inner-lp .sg_sprawdz:hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 7px 0 rgba(0, 0, 0, 0.07), 0 1px 3px -1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 7px 0 rgba(0, 0, 0, 0.07), 0 1px 3px -1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 7px 0 rgba(0, 0, 0, 0.07), 0 1px 3px -1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 7px 0 rgba(0, 0, 0, 0.07), 0 1px 3px -1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 7px 0 rgba(0, 0, 0, 0.07), 0 1px 3px -1px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: #fff;
  background: #f80
}

#sg-inner-lp .sg_sprawdz:active {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.16);
  background: #ff6000;
  animation: btn_primary 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67)
}

#sg-inner-lp .sg_sprawdz.auto,
#sg-inner-lp .sg_sprawdz-red.auto {
  width: auto;
  padding-left: 26px;
  padding-right: 26px;
}

#sg-inner-lp strong {
  font-weight: 700;
}

#sg-inner-lp strong.medium {
  font-weight: 600;
}

#sg-inner-lp .lower {
  text-transform: lowercase;
}

#sg-inner-lp .upper {
  text-transform: uppercase;
}

#sg-inner-lp .nowrap {
  white-space: nowrap;
}

#sg-inner-lp .italic {
  font-style: italic;
}

#sg-inner-lp .color {
  color: #DF0B0C;
}

#sg-inner-lp .colorRed {
  color: #fe0000;
}

#sg-inner-lp .linkSG {
  -moz-user-select: all;
  -khtml-user-select: all;
  -webkit-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

#sg-inner-lp .flex-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#sg-inner-lp .flex-row.wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sg-inner-lp .flex-row.nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#sg-inner-lp .flex-row.reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}

#sg-inner-lp .justify-content-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#sg-inner-lp .justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#sg-inner-lp .justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#sg-inner-lp .justify-content-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#sg-inner-lp .justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#sg-inner-lp .hidden-item {
  display: none;
}

#sg-inner-lp h2 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 600;
  margin: auto;
}

#sg-inner-lp h3 {
  font-size: 21px;
  line-height: 140%;
  font-weight: 600;
  margin: auto;
}

#sg-inner-lp p {
  font-size: 19px;
  line-height: 140%;
  font-weight: 600;
  margin: 0 auto;
}

#sg-inner-lp .container {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

#sg-inner-lp .top-lp {
  width: 100%;
  margin-bottom: 20px;
}

#sg-inner-lp .top-lp img {
  margin: 0 auto;
}

#sg-inner-lp .secWrapper {
  margin: 40px auto;
}

#sg-inner-lp .secTxt {
  /* font-family: 'Avenir Next LT Pro', Arial; */
  width: 100%;
  padding: 0 15px;
  margin: 0 auto 30px;
  text-align: left;
}

#sg-inner-lp .secTxt .color {
  color: #D70022;
}

#sg-inner-lp .secTxt.center {
  text-align: center;
  margin: 0 auto;
}

#sg-inner-lp .secTxt .secTitle {
  /* font-family: 'Avenir Next LT Pro', Arial; */
  margin: 0 auto;
}

#sg-inner-lp .secTxt .desc {
  margin: 18px auto 0;
}

#sg-inner-lp .text-bonus {
  text-align: center;
  width: 880px;
  max-width: 92%;
  margin: 20px auto;
  position: relative;
}

#sg-inner-lp .text-bonus h3 {
  margin: 5px auto;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*#sg-inner-lp .text-bonus h3:first-of-type {
                  font-size: 23.5px;
                  width: 650px;
                  max-width: 100%;
              }*/
#sg-inner-lp .text-bonus p {
  margin: 10px auto 0;
}

#sg-inner-lp .text-bonus img {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  /*max-width: 172px;*/
}

#sg-inner-lp .text-rules {
  text-align: center;
  margin: 30px auto 46px;
  position: relative;
  width: 1000px;
  max-width: 92%;
}

#sg-inner-lp .text-rules h3 {
  margin: 10px auto;
}

#sg-inner-lp .rowSteps {
  text-align: center;
  font-size: 0;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  /* -webkit-align-items: center;
                  -ms-align-items: center;
                  align-items: center; */
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#sg-inner-lp .rowSteps .col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* width: 440px; */
  max-width: 33.33333%;
  padding: 0 8px;
  margin: 10px 0;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#sg-inner-lp .rowSteps .value {
  /* font-family: 'Avenir Next LT Pro', Arial; */
  display: block;
  position: relative;
  height: 100px;
  width: 100px;
  line-height: 100px !important;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  background-color: #D70022;
  color: #fff;
  margin: 0;
  z-index: 2;
}

#sg-inner-lp .rowSteps .value::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 12px solid #D70022;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -10px;
  z-index: -1;
}

#sg-inner-lp .rowSteps .unit {
  font-size: 19px;
  line-height: 100%;
  font-weight: 400;
}

#sg-inner-lp .rowSteps .txt-info {
  max-width: 60%;
  max-width: -moz-calc(100% - 100px);
  max-width: -webkit-calc(100% - 100px);
  max-width: calc(100% - 100px);
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  margin: 0;
  text-align: left;
  padding-left: 22px;
  word-wrap: break-word;
}

#sg-inner-lp .rowSteps .txt-info.narrower {
  width: 335px;
}

#sg-inner-lp .mart-benefit {
  margin-top: 40px;
}

#sg-inner-lp .row-products {
  text-align: center;
  font-size: 0;
  margin: 35px auto 50px;
  padding: 0 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#sg-inner-lp .row-products .box {
  /* display: inline-block;
                  vertical-align: top; */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* -webkit-flex-wrap: wrap;
                  flex-wrap: wrap; */
  position: relative;
  text-align: center;
  width: 675px;
  /* max-width: 46%;
                  max-width: -moz-calc(50% - 10px);
                  max-width: -webkit-calc(50% - 10px);
                  max-width: calc(50% - 10px);
                  margin: 16px 5px; */
  max-width: 50%;
  margin: 16px -1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#sg-inner-lp .row-products .box.wider {
  width: 800px;
  max-width: 60%;
}

#sg-inner-lp .row-products .box.sold * {
  pointer-events: none;
  /* opacity: 0.55;
                  -webkit-filter: grayscale(100%);
                  filter: grayscale(100%); */
}

#sg-inner-lp .row-products .box.sold:before {
  content: "";
  display: block;
  position: relative;
  z-index: 3;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(206, 206, 206, 0.1); */
}

#sg-inner-lp .row-products .box.sold:after {
  content: "Oferta zakończona";
  display: block;
  position: relative;
  z-index: 4;
  margin: 0;
  opacity: 1;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  width: 90%;
  color: red;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#sg-inner-lp .row-products .sold .border,
#sg-inner-lp .row-products .sold .btn-wrapp {
  pointer-events: none;
  opacity: 0.25;
}

#sg-inner-lp .row-products .border {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* -webkit-flex-wrap: wrap;
                  flex-wrap: wrap; */
  margin: 0 auto auto;
  width: 100%;
  height: 100%;
  padding: 30px 12px 20px;
  background-color: #fff;
  border: 2px #f5f5f5 solid;
  /* border-radius: 10px;
                  -moz-border-radius: 10px;
                  -webkit-border-radius: 10px; */
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#sg-inner-lp .row-products .border:hover {
  border-color: #10354C;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 15px 0px rgb(191, 191, 191);
  -moz-box-shadow: 0px 0px 15px 0px rgb(191, 191, 191);
  box-shadow: 0px 0px 15px 0px rgb(191, 191, 191);
  position: relative;
  z-index: 2;
}

#sg-inner-lp .row-products .box a {
  text-decoration: none;
}

#sg-inner-lp .row-products .box .prodName {
  font-size: 23px;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  margin: 0 auto auto;
  /* text-transform: uppercase; */
  /* width: 410px;
                  max-width: 100%; */
}

#sg-inner-lp .row-products .box .txtNarrower {
  width: 430px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

#sg-inner-lp .row-products .box .prodName.smaller {
  font-size: 21px;
}

#sg-inner-lp .row-products .box .prodName a {
  display: block;
  color: inherit;
  font: inherit;
}

#sg-inner-lp .row-products .box .prodName a:hover {
  text-decoration: underline;
}

#sg-inner-lp .row-products .box .bg-text {
  font-size: 25px;
  font-weight: 700;
  line-height: 115% !important;
  margin: 0 auto;
  background-color: #D70022;
  color: #fff;
  width: 100%;
  /* min-height: 47px;
                  margin-top: -47px; */
  padding: 10px;
  position: absolute;
  top: -48px;
  left: 0;
  z-index: 3;
}

#sg-inner-lp .row-products .box .bg-text.hidden {
  visibility: hidden;
  opacity: 0;
}

#sg-inner-lp .row-products .box .codeText {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 auto;
  /* width: 410px;
                  max-width: 100%; */
}

#sg-inner-lp .row-products .box .img {
  margin: 0 auto 15px;
}

#sg-inner-lp .row-products .plus {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -27px;
  z-index: 6;
}

#sg-inner-lp .row-products .box .sticker {
  position: absolute;
  top: 62px;
  right: 5%;
  width: 120px;
  max-width: 38%;
}

/* #sg-inner-lp .row-products .box .btn-wrapp {
                  text-align: center;
                  position: absolute;
                  left: 0;
                  right: 0;
                  bottom: 5px;
              } */
#sg-inner-lp .row-products .box .btn-wrapp {
  margin-top: auto;
  /* margin-left: -6px;
                  margin-right: -6px; */
  padding-left: 8px;
  padding-right: 8px;
}

#sg-inner-lp .row-products .box .codeTXT {
  display: block;
  font-size: 21px;
  font-weight: 400;
  line-height: 130%;
  /* margin: -22px -12px 16px;
                  background-color: #da020e;
                  color: #fff;
                  padding: 9px 10px; */
}

#sg-inner-lp .row-products .box .codeTXT:hover {
  /* background-color: #000; */
  text-decoration: none;
}

#sg-inner-lp .row-products .box .sg_sprawdz,
#sg-inner-lp .row-products .box .sg_sprawdz-red {
  display: inline-block;
  vertical-align: middle;
  /* width: 210px; */
  width: 100%;
  max-width: 100%;
  /* max-width: -moz-calc(100% - 12px);
                  max-width: -webkit-calc(100% - 12px);
                  max-width: calc(100% - 12px); */
  padding-left: 20px;
  padding-right: 20px;
  /* font-size: 16px;
                  padding: 14px 12px; */
  /* margin: 20px 6px 0; */
  margin: 20px 0 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#sg-inner-lp .row-products .box .sg_sprawdz.narrower,
#sg-inner-lp .row-products .box .sg_sprawdz-red.narrower {
  width: 200px;
}

#sg-inner-lp .row-products .box .sg_sprawdz.auto,
#sg-inner-lp .row-products .box .sg_sprawdz-red.auto {
  width: auto;
  padding-left: 22px;
  padding-right: 22px;
}

#sg-inner-lp .row-products .box article {
  /* display: inline-block;
                  vertical-align: middle; */
  width: 100%;
  max-width: 100%;
  height: 100%;
}

#sg-inner-lp .row-products .box article .sg_sprawdz,
#sg-inner-lp .row-products .box article .sg_sprawdz-red {
  max-width: 100%;
  /* max-width: -moz-calc(100% - 12px);
                  max-width: -webkit-calc(100% - 12px);
                  max-width: calc(100% - 12px); */
}

#sg-inner-lp .row-products .box strong {
  font-weight: 700;
}

#sg-inner-lp .row-products .color {
  color: #fe0000;
}

#sg-inner-lp .row-products .bigger {
  font-size: 135%;
  /* display: block;
                  margin: 6px auto 0; */
}

#sg-inner-lp .row-products .txtValid {
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  margin: 8px auto 0;
  text-align: center;
}

@media (min-width:830px) {
  #sg-inner-lp .row-products .box {
    max-width: 46%;
    max-width: -moz-calc(50% - 10px);
    max-width: -webkit-calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 16px 5px;
  }

  #sg-inner-lp .row-products .plus {
    right: -32px;
  }
}

/* #sg-inner-lp .anim-wrapper {
                  position: relative;
                  flex-grow: 1;
                  padding-bottom: 98%;
                  width: 300px;
                  max-width: 100%;
                  margin: 0 auto;
              }
              @media all and (min-width:386px) {
                  #sg-inner-lp .anim-wrapper {
                      padding-bottom: 0;
                  }
              } */
#sg-inner-lp .photo-wrapper,
#sg-inner-lp .anim-wrapper {
  position: relative;
  width: 232px;
  max-width: 92%;
  margin: 0 auto
}

#sg-inner-lp .anim-wrapper {
  /* flex-grow: 1; */
  padding-bottom: 127.5%
}

@media all and (min-width: 931px), (max-width: 780px) and (min-width: 480px) {

  #sg-inner-lp .photo-wrapper,
  #sg-inner-lp .anim-wrapper {
    max-width: 67%;
  }

  #sg-inner-lp .anim-wrapper {
    padding-bottom: 89.5%
  }
}

#sg-inner-lp .anim-wrapper .photo-anim {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

#sg-inner-lp .anim-wrapper .photo-anim .img {
  margin-top: 0;
}

#sg-inner-lp .stepsColumn {
  width: 50%;
  padding-right: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* -webkit-box-pack: justify;
                  -webkit-justify-content: space-between;
                  -ms-flex-pack: justify;
                  justify-content: space-between; */
  text-align: left !important;
}

#sg-inner-lp .stepsColumn .secTxt {
  padding: 0 8px;
  margin-bottom: 0;
  text-align: left !important;
}

#sg-inner-lp .stepsColumn .rowSteps {
  width: 100%;
  margin: 0 auto;
}

#sg-inner-lp .stepsColumn .rowSteps .col {
  max-width: 100%;
  /* margin: 40px 0 0; */
  margin: 25px 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#sg-inner-lp .contentColumn {
  width: 50%;
}

#sg-inner-lp .contentColumn .row-products {
  margin: 20px auto;
}

@media all and (min-width:1230px) {
  #sg-inner-lp .stepsColumn {
    width: 42%;
  }

  #sg-inner-lp .contentColumn {
    width: 58%;
  }
}

/* #sg-inner-lp .benefit .contentColumn {
                	margin-top: 48px;
                } */
#sg-inner-lp .benefit .contentColumn .row-products {
  /* margin-top: -63px; */
  margin-top: 48px;
  margin-bottom: 0;
}

#sg-inner-lp .center-btn {
  text-align: center;
  font-size: 0;
  margin: 25px auto;
  position: relative;
}

#sg-inner-lp .center-btn .sg_sprawdz,
#sg-inner-lp .center-btn .sg_sprawdz-red {
  /* width: 230px;
                  max-width: 90%;
                  padding: 14px 15px; */
  margin: 5px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#sg-inner-lp .center-btn article {
  display: inline-block;
  vertical-align: top;
  max-width: 90%;
}

#sg-inner-lp .center-btn article .sg_sprawdz,
#sg-inner-lp .center-btn article .sg_sprawdz-red {
  max-width: 100%;
}

#sg-inner-lp .clear {
  clear: both;
  height: 0;
}

@media all and (max-width:1135px) {
  #sg-inner-lp .row-products .box .txtNarrower {
    width: auto;
  }
}

@media all and (min-width:1025px) {
  #sg-inner-lp .text-bonus {
    max-width: 98%;
  }

  /* #sg-inner-lp .row-products .box {margin-top: 2%; margin-bottom: 2%;} */
  /* #sg-inner-lp .row-products .box.first {margin-right: 2%;} */
  /* #sg-inner-lp .row-products .box:nth-child(odd) {margin-right: 2%;}
                  #sg-inner-lp .row-products .box:last-of-type {margin-right: 10px; margin-left: 10px;} */
}

@media all and (max-width:1024px) {
  #sg-inner-lp {
    font-size: 15.5px;
  }

  #sg-inner-lp .row-products .box .prodName {
    font-size: 21px;
  }
}

/* @media all and (max-width:1200px) and (min-width:986px) {
                  #sg-inner-lp .rowSteps .txt-info {font-size: 18px;}
              } */
@media all and (max-width:985px) {
  #sg-inner-lp .hide-item {
    display: none;
  }

  #sg-inner-lp .hidden-item {
    display: block;
  }

  #sg-inner-lp .rowSteps {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #sg-inner-lp .rowSteps .col {
    width: 500px;
    max-width: 50%;
  }

  #sg-inner-lp .rowSteps .txt-info.narrower {
    width: 100%;
  }
}

@media all and (max-width:825px) {
  #sg-inner-lp {
    font-size: 15px;
  }

  #sg-inner-lp .secWrapper {
    margin: 60px auto;
  }

  #sg-inner-lp .row-products .box .prodName {
    font-size: 20px;
  }

  #sg-inner-lp .row-products .box .prodName.smaller {
    font-size: 18.5px;
  }

  #sg-inner-lp .row-products .box .codeTXT {
    font-size: 18.5px;
  }

  /* #sg-inner-lp .row-products .plus {width: 50px; right: -25px;} */
}

@media all and (max-width:1200px) and (min-width:781px) {
  #sg-inner-lp .rowSteps .txt-info {
    font-size: 17px;
  }
}

@media all and (max-width:780px) {
  #sg-inner-lp h2 {
    font-size: 28px;
  }

  #sg-inner-lp .row-products .box .prodName {
    font-size: 18.5px;
  }

  #sg-inner-lp .row-products .box .prodName.smaller {
    font-size: 17.5px;
  }

  #sg-inner-lp .row-products .box .codeTXT {
    font-size: 17.5px;
  }

  #sg-inner-lp .flex-row {
    display: block;
  }

  #sg-inner-lp .mart-benefit {
    margin-top: 0;
  }

  #sg-inner-lp .rowSteps .col {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #sg-inner-lp .stepsColumn {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
    text-align: center !important;
  }

  #sg-inner-lp .stepsColumn .secTxt {
    text-align: center !important;
  }

  #sg-inner-lp .stepsColumn .rowSteps .col {
    margin: 30px 0 0;
  }

  #sg-inner-lp .contentColumn {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  #sg-inner-lp .benefit .contentColumn {
    margin-top: 63px;
  }
}

@media all and (max-width:500px) {
  #sg-inner-lp .rowSteps .txt-info {
    font-size: 18px;
  }
}

@media all and (max-width:445px) {
  #sg-inner-lp {
    font-size: 14px;
  }

  #sg-inner-lp h2 {
    font-size: 24px;
  }

  #sg-inner-lp h3 {
    font-size: 20px;
  }

  #sg-inner-lp p {
    font-size: 18px;
  }

  /*#sg-inner-lp .text-bonus h3:first-of-type {font-size: 19.5px;}*/
  #sg-inner-lp .top-lp {
    margin-bottom: 20px;
  }

  #sg-inner-lp .secWrapper {
    margin: 50px auto;
  }
}

@media all and (max-width:385px) {
  #sg-inner-lp .rowSteps .col {
    padding: 0 10px;
  }

  #sg-inner-lp .rowSteps .value {
    height: 40px;
    width: 40px;
    line-height: 40px !important;
    font-size: 20px;
  }

  #sg-inner-lp .rowSteps .value::after {
    border-top: 6px solid transparent;
    border-left: 8px solid #D70022;
    border-bottom: 6px solid transparent;
    right: -7px;
  }

  #sg-inner-lp .rowSteps .txt-info {
    font-size: 17px;
    max-width: 70%;
    max-width: -moz-calc(100% - 40px);
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding-left: 16px;
  }

  #sg-inner-lp .row-products {
    margin: 25px auto 30px;
    padding: 0;
  }

  #sg-inner-lp .row-products .box,
  #sg-inner-lp .row-products .box.wider {
    width: 550px;
    max-width: 100%;
    display: block;
    margin: 0 auto 73px;
  }

  #sg-inner-lp .row-products .box:last-of-type,
  #sg-inner-lp .row-products .box.wider:last-of-type {
    margin-bottom: 0;
  }

  #sg-inner-lp .row-products .border {
    display: block;
    height: auto;
  }

  #sg-inner-lp .row-products .box .prodName {
    font-size: 21px;
    min-height: auto;
    width: auto;
  }

  #sg-inner-lp .row-products .box .prodName.smaller {
    font-size: 19px;
  }

  #sg-inner-lp .row-products .box .codeTXT {
    font-size: 19px;
  }

  #sg-inner-lp .row-products .plus {
    position: static;
    transform: none;
    margin: 25px auto 0;
  }

  #sg-inner-lp .row-products .box article {
    height: auto;
  }

  #sg-inner-lp .row-products .box .bg-text.hidden {
    display: none;
  }

  /* #sg-inner-lp .mart-benefit .contentColumn {margin-top: 0;}
                  #sg-inner-lp .benefit .contentColumn .row-products {margin-top: 0;} */
  /* #sg-inner-lp .mart-benefit .row-products .box:last-of-type {margin-top: 56px;} */
}

@media all and (max-width:360px) {

  #sg-inner-lp .row-products .box .sg_sprawdz,
  #sg-inner-lp .row-products .box .sg_sprawdz-red {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 235px;
  }

  /* #sg-inner-lp .row-products .box article {display: block;} */
  #sg-inner-lp .center-btn article .sg_sprawdz,
  #sg-inner-lp .center-btn article .sg_sprawdz-red {
    margin-left: auto;
    margin-right: auto;
  }
}

#sg_b.sungroup .sgCopyPop.sgCopyDone {
  animation: sgCopyDone 1.4s ease-in-out
}

#sg_b.sungroup .sgCopyPop {
  font-family: Poppins;
  position: absolute;
  width: 200px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  background-color: #fff200;
  border-radius: 5px;
  height: 20px;
  opacity: 0;
  font-size: 12px;
  z-index: 9;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (max-width:500px) {
  #sg_b.sungroup .sgCopyPop {
    font-size: 10px;
    width: 150px
  }
}

@keyframes sgCopyDone {
  0% {
    opacity: 0
  }

  25% {
    opacity: 1
  }

  75% {
    top: -20px;
    opacity: 1
  }

  100% {
    top: -20px;
    opacity: 0
  }
}

#sg_b .sg_copy {
  font-size: 13px;
  color: #000;
  text-align: left !important;
  position: relative;
  box-sizing: border-box;
  line-height: 9px !important;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1.5px dashed #0D4DE4;
  border-radius: 4px;
  padding-left: 5px;
  margin: 5px 0 8px;
  padding: 10px 5px;
  cursor: pointer;
}

#sg_b .sg_kod {
  font-weight: 600;
  padding: 0;
  margin-left: 5px;
  background: unset;
  color: #0D4DE4;
  -moz-user-select: all;
  -khtml-user-select: all;
  -webkit-user-select: all;
  -ms-user-select: all;
  user-select: all;
  display: inline-block;
  font-size: 14px;
  margin-top: -1px;
  /* width: 70%; */
  height: 11px;
  line-height: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#sg_b .sg_copy_click {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0D4DE4;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-51%);
  box-sizing: border-box;
}

#sg_b div.sg_ft_in {
  font: normal 400 16px/24px poppins !important;
  color: #000;
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px 0px;
  width: 100%;
  text-align: left !important;
  background: #fff
}

#sg_b div.sg_ft_in a {
  font: normal 400 16px/24px poppins;
  color: #0D4DE4;
  text-decoration: none
}

#sg_b div.sg_ft_in .sg_ft_reg {
  display: inline-block
}

@media(max-width:1360px) {
  #sg_b div.sg_ft_in {
    padding: 10px 5px
  }
}

@media(max-width:500px) {
  #sg_b div.sg_ft_in, #sg_b div.sg_ft_in a {
    font: normal 400 14px/20px poppins !important
  }
}