section#main_body {
  font: 300 12px/1.3 "Roboto",sans-serif;
}

sup {
  top: -.3em;
}

sup .sep {
  font-size: 65%;
  vertical-align: super;
}

.hidden-anchor {
  visibility: hidden;
  padding-top: 50px;
  margin-top: -50px;
}

.offer-red-link {
  color: #D00;
}

.offer-red-link:hover, .offer-red-link:active {
  color: #D00;
}

.offers {
  width: 100%;
  overflow: hidden;
  /*margin-bottom: 60px;*/
}

.offer {
  /*background: red;*/
  position: relative;
}

.offer-box {
  margin: 1em .5em 38px;
  padding: 1em 0 0;
  background: #F7F7F7;
  /*cursor: pointer;*/
  border: 2px solid transparent;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 6px 8px 0 rgba(170,170,170,1);
     -moz-box-shadow: 0 6px 8px 0 rgba(170,170,170,1);
          box-shadow: 0 6px 8px 0 rgba(170,170,170,1);
  -webkit-transition-duration: 0.2s; /* Safari */
          transition-duration: 0.2s;
          transition-property: border;
}

.offer.active .offer-box {
  margin-top: .8em;
  margin-bottom: 34px;
  padding-top: 1.2em;
}

.offer-title {
  color: #333;
  font-size: 27px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 20px;
}

.offer.active .offer-title {
  color: #FFF;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.28);
}

.offer-title-text{
  color: #3f3f3f;
  font-size: 1.4em;
  margin: -10px 0 15px;
}

.offer.active .offer-title-text {
  color: #fff;
}

.offer-price-wrapper {
  margin-bottom: 5px;
}
.offer-price2-wrapper {
  margin-bottom: 19px;
  line-height: 100%;
  min-height: 18px;
}

.offer-price {
  color: #E40000;
  font-size: 3.225em;
  font-weight: 300;
  line-height: 100%;
}

.offer-price2-wrapper .offer-price {
  color: #9c0000;
  font-size: 1.5em;
}

.offer.active .offer-price {
  color: #FFF;
  font-weight: 700;
  font-size: 3.225em;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.28);
}

.offer.active .offer-price2-wrapper .offer-price {
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
}

.offer-period {
  font-size: 1em;
  color: #a2a2a2;
}

.offer-price2-wrapper .offer-period {
  font-size: .9em;
}

.offer.active .offer-period {
  color: #dddfda;
}

.offer-info-wrapper {
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 1em;
  line-height: 1;
}

.offer-info-light {
  color: #999;
}

.offer.active .offer-info-wrapper,
.offer.active .offer-info-light {
  color: #FFF;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.28);
}

.offer-options-warpper {
  padding: 22px .5em 2em;
  /* border: 2px solid transparent; */
  -webkit-border-radius: 0 0 1px 1px;
     -moz-border-radius: 0 0 1px 1px;
          border-radius: 0 0 1px 1px;
}

.offer:hover .offer-options-warpper,
.offer.active .offer-options-warpper {
  background: #F7F7F7;
  margin-bottom: 0;
}

.offer.active .offer-options-warpper {
  padding-bottom: 2.3em;
}

.offer-options-text {
  font-size: 2.1em;
  margin-bottom: 1em;
  line-height: 1;
  color: #414141;
}

.offer-divider {
  margin-top: -.7em;
}

.active .offer-divider {
  visibility: hidden;
}

.offer-hd-quantity {
  margin-top: 3px;
}

.offer-hd-quantity .font-roboto-100 {
  font-size: .75em;
}

.offer-options-inner {
  margin-bottom: 1em;
  color: #626262;
}

.offer-options-inner.no-hide {
  display: block;
}

.offer-button-wrapper {
  margin-bottom: 17px;
}

.offer-options-title {
  font-weight: 400;
  margin-bottom: .7em;
  font-size: 1.3em;
  line-height: 100%;
}

.offer-options-item {
  font-size: 1.125em;
}

.offer-options-item-title label.checkbox {
  padding-top: .5em;
  padding-bottom: .5em;
}

.offer-options-item-title label.checkbox:not(.empty)::before {
  top: .1em;
}

.offer-options-item-price-period {
  color: #a2a2a2;
  font-size: .8em;
}

.offer-options-item-price {
  font-weight: 400;
  color: #000;
}

.offer-option-text {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 1.5em;
  line-height: 120%;
  color: #545454;
  margin-bottom: 20px;
}

.offer-option-text p::after {
  content: "-----";
  display: block;
  letter-spacing: -1px;
  margin: 4px 0;
}
.offer-option-text p:last-child::after {
  display: none;
}

/* More box */
.offer-more-wrapper {
  display: none;
  position: relative;
}

.offer-more-close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 20px;
  padding: 10px;
}

.offer-more-top {
  border-bottom: 2px solid transparent;
}

.offer-more-content{
  padding: 1.5em 1.5em 2em;
  font-size: 1.250em;
  line-height: 130%;
  box-sizing: border-box;
}

.offer-more-content ul li::before{
  background-color: #aaa;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 0.6em;
  vertical-align: middle;
  width: 6px;
}
.offer-more-content ul li{
  margin-bottom: 5px;
}

.offer-more-content-title {
  font-size: 2em;
  color: #333;
  margin-bottom: 28px;
}

.offer-more-content-subtitle {
  font-size: 1.5em;
  margin-top: -18px;
}

.offer-more-content-title-sub {
  font-weight: 500;
  margin: .5em 0 .2em;
}

.offer-more-content-title-main {
  font-size: 130%;
  font-weight: 500;
  margin: .8em 0 .5em;
}

.offer-more-bottom {
  position: relative;
  height: 30px;
  overflow: hidden;
  border-bottom: 2px solid transparent;
  margin-bottom: 30px;
  cursor: pointer;
}

.offer-more-marker {
  width: 100px;
  height: 100px;
  background: transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -90px;
  left: 50%;
  margin: 0 0 0 -50px;
}

.offer .offer-more-marker {
  display: none;
  cursor: pointer;
}

.offer-more-content-hidden {
  display: none;
}

.offer-more-channel-wrapper {
  padding-left: 1em;
}

.offer-more-channel {
  float: left;
}

.offer-more-channel span{
  display: inline-block;
  cursor: pointer;
}

.channel-tooltip-content, .offer-checkbox-tooltip-content {
  display: none;
  line-height: 130%;
}

.offer-more-content-devices-wrapper {
  margin-top: 1em;
  padding-top: 2em;
  border-top: 1px solid #d6d6d6;
  float: left;
  display: flex;
}

.offer-more-content-devices {
  float: left;
  border-left: 1px solid #d6d6d6;
  box-sizing: border-box;
}

.offer-more-content-devices:first-child {
  border: none;
}

.offer-more-content-devices img{
  vertical-align: middle;
  max-height: 90px;
  max-width: 100%;
  display: inline-block;
}

.offer-more-content-devices .odbiornik-hd {
  max-width: 80%;
}

.offer-more-content-devices .odbiornik-3g {
  max-width: 80%;
  max-height: 110px;
  margin-top: -10px;
}

.offer-more-content-devices .odbiornik-3g-pvr {
  max-width: 90%;
}

.offer-more-content-device-holder{
  height: 90px;
}

.offer-more-content-device-holder:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.offer-more-content-devices ul {
  text-align: left;
  margin: 1em 2em 0;
  font-size: 1em;
}

/* Tabela ofertowa */
.offer-table {
  color: #414141;
  font-size: 1.9em;
  line-height: 100%;
  font-weight: 300;
}

.offer-table-header {
  color: #444;
  font-weight: 300;
  padding-bottom: 1em;
  text-transform: uppercase;
}

.offer-table-row {
  border-bottom: 1px solid #8dc044;
  padding: 4px 16px 0;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}

.offer-table-name .small{
  font-size: 0.75em;
}

.offer-table label.checkbox {
  padding: 11px 10px 12px 85px;
}

.c-2-theme.offer-table label.checkbox {
  padding: 17px 10px 16px 85px;
}

.offer-table label.checkbox:not(.empty)::before {
  left: 0;
  top: 10px;
}

.c-2-theme.offer-table label.checkbox:not(.empty)::before {
  left: 0;
  top: 15px;
}

.offer-table-text-padding {
  padding-top: 11px;
}

.offer-table-row.with-desc .offer-table-text-padding {
  padding-top: 23px;
}

.offer-table-desc {
  display: block;
  font-size: 0.7em;
  color: #7a7a7a;
  font-weight: 300;
}

.offer-table label.without-checkbox {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.offer-table label.without-checkbox {
  padding-left: 85px;
}

.offer-table-price-wrapper,
.offer-table-button {
  text-align: right;
}

.offer-table-price {
  color: #404040;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 100%;
}

.tv-offer .offer-table-price {
  color: #E40000;
}

.offer-table-price-normal {
  color: #5d5d5d;
  font-size: 1em;
  font-weight: 300;
  text-decoration: line-through;
  padding-right: 10px;
}

.offer-table-price-period {
  font-size: .6em;
  color: #a2a2a2;
}

.offer-table .button-more {
  font-size: .6em;
  margin-top: 7px;
  line-height: 100%;
}

.offer-table-button-wrapper {
  text-align: right;
}

.offer-table-button-order {
  font-size: .7em;
  margin: 10px 16px 10px;
  line-height: 100%;
}

.offer-table-packet-dialog {
  display: none;
}

.offer-table-packet-dialog .packet-desc {
  margin: 10px 0;
}

.offer-table-packet-dialog .packet-desc p {
  margin-bottom: 10px;
}

.offer-table-row.with-desc label.checkbox {
    padding: 8px 10px 10px 85px;
}

.offer-table-row.with-desc label.checkbox:not(.empty)::before {
    top: 16px;
}

.offer-table-row.with-desc .button-more {
    margin-top: 19px;
}

.offer-table-row.with-desc .offer-table-price-wrapper {
  padding-top: 12px;
}

.c-2-theme .offer-table-row .offer-table-price-wrapper {
  padding-top: 9px;
}

.offer-box-container {
  display: flex;
}

/*
  Oferta benefity
*/
.offer-benefits-wrapper {
  border: 1px solid #e5e8ec;
  padding: 15px 20px 30px;
  box-shadow: 0 4px 4px -4px #c6c6c6;
  border-radius: 2px;
  background: #F9F9F9;
  margin-bottom: 4em;
  box-sizing: border-box;
}

.offer-benefits-header {
  font-size: 1.7em;
  line-height: 100%;
  text-shadow: 1px 1px 0 #FFF;
}

.offer-benefits-content{
  font-size: 1.75em;
  line-height: 110%;
  margin-top: 25px;
}

.offer-benefits-content p {
  font-size: .8em;
  text-shadow: 1px 1px 1px #FFF;
  color: #666;
}

.offer-benefits-content p strong {
  padding-top: .3em;
  display: inline-block;
}

.offer-benefits-content-img {
  margin-bottom: .5em;
}

.offer-benefits-content-img img {
  width: 4em;
}

.mobile-offer-benefits{
  margin: 2em 0 0 0;
  font-size: 14px;
}

/*
  More z benefits
*/
.from-benefits p {
  box-sizing: border-box;
  padding: 1.5em 0;
}

/*.from-benefits ul {
  box-sizing: border-box;
  padding: 10px 0;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}*/

.offer-dialog-content {
  max-width: 90%;
}

/* Telewizja */
.c-1-theme .offer.active .offer-box {
  background: #8DC044;
}

.c-1-theme .offer:hover .offer-box {
  border: 2px solid #8DC044;
}

.c-1-theme input[type=checkbox]:checked + label::before {
  color: #8dc044;
}

.c-1-theme .offer-more-bottom, .c-1-theme .offer-more-top {
  border-color: #8DC044;
}

.c-1-theme .offer-more-marker {
  background: #8DC044;
}

.c-1-theme .offer-option-text p::after {
  color: #8DC044;
}

.c-1-theme .offer-table-row{
  border-color: #8dc044;
}

.c-1-theme .offer-more-content ul li::before{
  background-color: #8dc044;
}

/* Internet */
.c-2-theme .offer.active .offer-box {
  background: #3399cc;
}

.c-2-theme .offer:hover .offer-box {
  border: 2px solid #d8a900;
}

.c-2-theme input[type=checkbox]:checked + label::before {
  color: #d8a900;
}

.c-2-theme .offer-more-bottom, .c-2-theme .offer-more-top{
  border-color: #d8a900;
}

.c-2-theme .offer-more-marker{
  background: #d8a900;
}

.c-2-theme .offer-option-text p::after{
  color: #d8a900;
}

.c-2-theme .offer-table-row{
  border-color: #d8a900;
}

.c-2-theme .offer-more-content ul li::before{
  background-color: #d8a900;
}

.c-2-theme .offer-benefits-content-img{
  height: 85px;
}

.c-2-theme .offer-price-wrapper .offer-price {
  font-size: 3em;
}

/* Telefonia */
.c-3-theme .offer.active .offer-box {
  background: #E8C022;
}

.c-3-theme .offer:hover .offer-box {
  border: 2px solid #E8C022;
}

.c-3-theme input[type=checkbox]:checked + label::before {
  color: #e98d22;
}

.c-3-theme .offer-more-bottom, .c-3-theme .offer-more-top{
  border-color: #E8C022;
}

.c-3-theme .offer-more-marker {
  background: #E8C022;
}

.c-3-theme .offer-option-text p::after {
  color: #E8C022;
}

.c-3-theme .offer-option-text{
  min-height: 366px;
}

.c-3-theme .offer-table-row{
  border-color: #E8C022;
}

.c-3-theme .offer-more-content ul li::before{
  background-color: #E8C022;
}

/* Mobilna */
.c-4-theme .offer.active .offer-box {
  background: #306EB7;
}

.c-4-theme .offer:hover .offer-box {
  border: 2px solid #306EB7;
}

.c-4-theme input[type=checkbox]:checked + label::before {
  color: #306fb7;
}

.c-4-theme .offer-more-bottom, .c-4-theme .offer-more-top{
  border-color: #306fb7;
}

.c-4-theme .offer-more-marker{
  background: #306fb7;
}

.c-4-theme .offer-option-text p::after{
  color: #306fb7;
}

.c-4-theme .offer-title-text{
  font-size: 1.2em;
}

.c-4-theme .offer-table-row{
  border-color: #306fb7;
}

.c-4-theme .offer-more-content ul li::before{
  background-color: #306fb7;
}

.c-4-theme .offer-benefits-content{
  font-size: 1.5em;
}

.offer-note {
  color: #666;
  font-size: .8em;
  line-height: 1.4;
  margin-top: 1em;
}

.oferta-teraz-polska {
  text-align: right;
  margin-bottom: -120px;
  position: relative;
  z-index: 1;
}
.oferta-teraz-polska img{
  display: inline-block;
  margin: 1em .5em 0 0;
}

@media screen and (max-width: 568px) {
  .oferta-teraz-polska {
    text-align: left;
    margin-bottom: 0px !important;
  }
}

/*canal*/
.canal-wrapper {
  color: #020202;
  font-family: "Roboto Condensed", "Roboto";
  font-weight: 400;
}
  .canal-wrapper .pure-img {
    display: inline-block;
  }
  .canal-wrapper .main {
    margin: 3em 0 1em 0;
  }
  .canal-wrapper .shadow-box {
    border: 3px solid #fff;
    background-color: #f6f6f6;
    box-sizing: border-box;
  }
  .canal-wrapper .offer-box {
    max-width: 440px;
    margin: 0 auto 1em auto;
    border-radius: 0;
    box-shadow: 0 6px 8px 0 rgba(170, 170, 170, 1);
    padding: 2em 1em 1em 1em;
    position: relative;
  }
  .canal-wrapper .promo-label {
    position: absolute;
    right: -3px;
    top: -38px;
  }
  .canal-wrapper .offer-box .prices {
    margin-top: 2em;
  }
  .canal-wrapper .offer-box .prices .row.first {
    height: 30px;
    font-size: 2.5em;
    line-height: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .canal-wrapper .offer-box .prices .row.second {
    line-height: 100%;
    font-size: 3.5em;
    font-weight: 700;
  }
  .canal-wrapper .offer-box .prices .row.second .mies{
    font-weight: 300;
    font-size: .4em;
  }
  .canal-wrapper .offer-box .text {
    margin: 2em 0 0 0;
    font-size: 1em;
    line-height: 130%;
    font-family: "Roboto Condensed";
  }
  .canal-wrapper .offer-box .text .row.first {
    margin-bottom: 1em;
    min-height: 3em;
  }
  .canal-wrapper .zamow {
    font-size: 2.5em;
    font-weight: 700;
    margin: 2em 0 1em 0;
    line-height: 100%;
  }
  .canal-wrapper .bottom {
    margin-bottom: 2em;
  }
  .canal-wrapper .offer-box.buy-box {
    display: flex;
    flex-direction: column;
    font-family: "Roboto Condensed";
    font-weight: 100;
    justify-content: space-between;
    margin: 0 1em;
    min-height: 170px;
    padding: 1.5em 1em;
    max-width: inherit;
  }
  .canal-wrapper .offer-box.buy-box .title {
    font-size: 1.6em;
    line-height: 120%;
  }
  .canal-wrapper .offer-box.buy-box .zamow-btn{
    background: url('/static-content/images/20161013-canal-zamow') no-repeat 0 0;
    align-self: center;
    display: inline-flex;
    height: 28px;
    text-indent: -999999px;
    width: 116px;
  }
  .canal-wrapper .frame {
    border: 1px solid #f09272;
    margin: 2em 1em 1em 1em;
    box-sizing: border-box;
    padding: 1em;
    font-family: "Roboto Condensed";
    font-weight: 100;
    line-height: 140%;
    min-height: 70px;
    position: relative;
    background: #fff;
  }
  .canal-wrapper .frame .text {
    display: block;
    font-size: 1.8em;
    margin-top: 0.3em;
  }
  .canal-wrapper .frame > .triangle{
    background-color: #e7511e;
    height: 20px;
    width: 20px;
    top: -10px;
    left: 50%;
    margin: 0 0 0 -10px;
    position: absolute;
    transform: rotate(45deg);
    border: none;
    z-index: -1;
  }
  .canal-wrapper .frame .triangle.first {
    left: 25%;
  }
  .canal-wrapper .frame .triangle.second {
    left: 75%;
  }
  @media screen and (max-width: 48em) {
  }